@vergelijkdirect/comparison-forms 1.1.31-rc.2 → 1.1.31-rc.3

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.
@@ -21336,7 +21336,7 @@ const TA = M(
21336
21336
  setup(t, { emit: e }) {
21337
21337
  let r = C("");
21338
21338
  const n = C({});
21339
- let a = C(!1), i = C(!1), o = C(!1), u = C(!1);
21339
+ let a = C(!0), i = C(!1), o = C(!1), u = C(!1);
21340
21340
  const c = {
21341
21341
  motor: "fa-motorcycle",
21342
21342
  car: "fa-car",
@@ -21467,7 +21467,7 @@ var bg = function() {
21467
21467
  }, paste: e.onPasteEvent, focus: e.resetFieldValidation, blur: e.validateField } })]), r("input", { directives: [{ name: "validate", rawName: "v-validate", value: { isValue: "false" }, expression: "{ isValue: 'false' }" }], attrs: { type: "hidden", name: "incorrectLicensePlateHiddenField" }, domProps: { value: e.incorrectLicensePlate } }), r("input", { directives: [{ name: "validate", rawName: "v-validate", value: { isValue: "false" }, expression: "{ isValue: 'false' }" }], attrs: { type: "hidden", name: "noLicensePlateHiddenField" }, domProps: { value: !e.isRetrievingVehicleInformation && e.isLicenseFull(e.value) && !e.vehicleInformation.VehicleType && Object.keys(e.vehicleInformation).length !== 0 } }), r("input", { directives: [{ name: "validate", rawName: "v-validate", value: { isValue: "false" }, expression: "{ isValue: 'false' }" }], attrs: { type: "hidden", name: "unknownLicensePlateHiddenField" }, domProps: { value: e.isLicenseUnknown } }), r("input", { directives: [{ name: "validate", rawName: "v-validate", value: { isValue: "false" }, expression: "{ isValue: 'false' }" }], attrs: { type: "hidden", name: "isLicenseTemplateIncorrectHiddenField" }, domProps: { value: e.isLicenseTemplateIncorrect } }), e._t("errors", function() {
21468
21468
  return [r("ErrorHandler", { attrs: { name: e.name, "errors-data": e.errorsData } })];
21469
21469
  }, { errors: e.errors, incorrectLicenseplate: e.incorrectLicensePlate }), e._t("vehicle-information", function() {
21470
- return [e.isVehicleInfoShowed ? r("div", { staticClass: "d-flex flex-wrap align-items-center fz-medium mt-1", class: e.hasNewDesign ? "vd-form-vehicle-name" : "" }, [e.vehicleType !== "moped" ? r("i", { staticClass: "fas mr-1", class: [e.hasNewDesign ? "vd-tip-icon" : "text-primary mt-1", e.vehicleIcons[e.vehicleType]] }) : r("i", { staticClass: "fas mr-1", class: [e.hasNewDesign ? "vd-tip-icon" : "text-primary mt-1", e.vehicleInformation.Model === "Brommobiel" ? e.vehicleIcons.brommobiel : ""] }, [e.vehicleInformation.Model !== "Brommobiel" ? r("img", { attrs: { src: DA, width: "20px", height: "20px", alt: "scooter" } }) : e._e()]), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Brand))]), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Model))]), r("span", [e._v("(" + e._s(e.vehicleInformation.ManufacturingYear) + ")")])]) : e._e(), e.isRetrievingVehicleInformation ? r("div", { staticClass: "license-loader" }, [r("span", { staticClass: "license-loader__icon spinner-border spinner-small", attrs: { role: "status", "aria-hidden": "true" } }), r("span", { staticClass: "license-loader__text" }, [e._v(" Voertuig gegevens ophalen... ")])]) : e._e()];
21470
+ return [e.isVehicleInfoShowed ? r("div", { staticClass: "vd-form-vehicle-name" }, [e.vehicleType !== "moped" ? r("i", { staticClass: "fas mr-1", class: [e.hasNewDesign ? "vd-tip-icon" : "text-primary mt-1", e.vehicleIcons[e.vehicleType]] }) : r("i", { staticClass: "fas mr-1", class: [e.hasNewDesign ? "vd-tip-icon" : "text-primary mt-1", e.vehicleInformation.Model === "Brommobiel" ? e.vehicleIcons.brommobiel : ""] }, [e.vehicleInformation.Model !== "Brommobiel" ? r("img", { attrs: { src: DA, width: "20px", height: "20px", alt: "scooter" } }) : e._e()]), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Brand))]), r("span", { staticClass: "mr-1" }, [e._v(e._s(e.vehicleInformation.Model))]), r("span", [e._v("(" + e._s(e.vehicleInformation.ManufacturingYear) + ")")])]) : e._e(), e.isRetrievingVehicleInformation ? r("div", { staticClass: "license-loader" }, [r("span", { staticClass: "license-loader__icon", attrs: { role: "status", "aria-hidden": "true" } }), r("span", { staticClass: "license-loader__text" }, [e._v(" Voertuig gegevens ophalen... ")])]) : e._e()];
21471
21471
  }, { loading: e.isRetrievingVehicleInformation, vehicleInformation: e.vehicleInformation })], 2);
21472
21472
  }, AA = [];
21473
21473
  bg._withStripped = !0;