@vergelijkdirect/comparison-forms 1.3.26 → 1.3.28-VER-8899.0
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.
|
@@ -15788,7 +15788,8 @@ const VR = {
|
|
|
15788
15788
|
Fuel: "",
|
|
15789
15789
|
Source: "",
|
|
15790
15790
|
VehicleCategory: "",
|
|
15791
|
-
VehicleType: ""
|
|
15791
|
+
VehicleType: "",
|
|
15792
|
+
Wheels: null
|
|
15792
15793
|
}), _r = Le({
|
|
15793
15794
|
Brand: "",
|
|
15794
15795
|
CatalogValue: null,
|
|
@@ -19859,7 +19860,7 @@ const pr = /* @__PURE__ */ Lo(IE), jE = B({
|
|
|
19859
19860
|
});
|
|
19860
19861
|
var Cg = function() {
|
|
19861
19862
|
var e = this, r = e._self._c;
|
|
19862
|
-
return e._self._setupProxy, r("div", { staticClass: "vd-form-group", attrs: { id: "vd-form-group-" + e.id } }, [r("div", { staticClass: "vd-form-group__label", class: e.popover ? "vd-form-group__label--with-popover" : ""
|
|
19863
|
+
return e._self._setupProxy, r("div", { staticClass: "vd-form-group", attrs: { id: "vd-form-group-" + e.id } }, [r("div", { staticClass: "vd-form-group__wrapper" }, [e.hideLabel ? e._e() : r("label", { staticClass: "vd-form-group__label", class: e.popover ? "vd-form-group__label--with-popover" : "", attrs: { for: e.id } }, [r("div", [e.label ? r("span", { domProps: { innerHTML: e._s(e.label) } }) : r("span", [e._t("title")], 2), e.isRequired ? r("span", { class: ["text-danger", { "ml-1": e.label && e.popover }, { "mr-2 mt-2": !e.popover }] }, [e._v("*")]) : e._e()])]), e.popover.title ? r("popper", { attrs: { options: {
|
|
19863
19864
|
placement: "top",
|
|
19864
19865
|
modifiers: { offset: { offset: "0,5px" } }
|
|
19865
19866
|
}, trigger: "hover", "visible-arrow": !1 } }, [r("div", { staticClass: "popover popper vd-popover" }, [r("div", { staticClass: "popover-header vd-popover-header vd-popover-header--with-spacing" }, [r("div", [r("i", { staticClass: "fas fa-info-circle vd-tip-icon" }), e._v(" " + e._s(e.popover.title) + " ")])]), e._v(" " + e._s(e.popover.description) + " ")]), r("div", { attrs: { slot: "reference" }, slot: "reference" }, [r("i", { staticClass: "fas fa-info-circle vd-tip-icon", attrs: { slot: "reference", id: "popover-target-coverage" }, slot: "reference" })])]) : e._e()], 1), r("div", { class: { "input-group flex-nowrap": e.hasPrepend } }, [e.hasPrepend ? r("div", { staticClass: "input-group-prepend", class: { "input-group-text--active": e.value && !e.errors.has(e.name + e.uId), "input-group-text--error": e.errors.has(e.name + e.uId) } }, [r("span", { staticClass: "input-group-text", class: { "input-group-text--active": e.value && !e.errors.has(e.name + e.uId), "input-group-text--error": e.errors.has(e.name + e.uId) }, attrs: { id: "prepend-" + e.id }, domProps: { innerHTML: e._s(e.prependText) } })]) : e._e(), r("div", { class: {
|