@vergelijkdirect/comparison-forms 1.2.9 → 1.2.10
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.
|
@@ -22750,20 +22750,19 @@ const Ec = Pg.exports, XA = A({
|
|
|
22750
22750
|
onLicenseInput: a,
|
|
22751
22751
|
onLicenseError: i,
|
|
22752
22752
|
validateBeforeSubmit: o
|
|
22753
|
-
} = RA(t, e)
|
|
22754
|
-
$t.companyData = vt({}, c);
|
|
22755
|
-
};
|
|
22753
|
+
} = RA(t, e);
|
|
22756
22754
|
return {
|
|
22757
22755
|
businessState: $t,
|
|
22758
22756
|
carState: je,
|
|
22759
22757
|
errors: U,
|
|
22760
22758
|
isRequestIsHandling: F,
|
|
22761
|
-
licensePlate,
|
|
22762
22759
|
hasCompaniesListValidationError: r,
|
|
22763
22760
|
isMultiselectReady: n,
|
|
22764
22761
|
onLicenseInput: a,
|
|
22765
22762
|
onLicenseError: i,
|
|
22766
|
-
updateCompanyData:
|
|
22763
|
+
updateCompanyData: (c) => {
|
|
22764
|
+
$t.companyData = vt({}, c);
|
|
22765
|
+
},
|
|
22767
22766
|
validateBeforeSubmit: o
|
|
22768
22767
|
};
|
|
22769
22768
|
}
|