thm-p3-configurator 0.0.293 → 0.0.294
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.
|
@@ -600,15 +600,7 @@ const ProductCartTable = () => {
|
|
|
600
600
|
className: (0, _helpers__.withStyle)('text-end')
|
|
601
601
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
602
602
|
className: (0, _helpers__.withStyle)('d-flex align-items-center justify-content-end gap-2')
|
|
603
|
-
}
|
|
604
|
-
label: "Korting voertuigcodering (%)",
|
|
605
|
-
className: "mb-0",
|
|
606
|
-
name: "vehicle-coding-discount",
|
|
607
|
-
placeholder: "0-100",
|
|
608
|
-
value: vehicleCodingDiscountPercentage === null || vehicleCodingDiscountPercentage === undefined ? '' : vehicleCodingDiscountPercentage.toString(),
|
|
609
|
-
isRequired: false,
|
|
610
|
-
onChange: v => handleVehicleCodingDiscountChange(v, articleNumber)
|
|
611
|
-
})));
|
|
603
|
+
}));
|
|
612
604
|
const renderMontageRateInput = () => isThc ? null : /*#__PURE__*/_react.default.createElement("div", {
|
|
613
605
|
className: (0, _helpers__.withStyle)('d-flex flex-column align-items-end justify-content-end gap-1')
|
|
614
606
|
}, /*#__PURE__*/_react.default.createElement(_DecimalInput.default, {
|