@vergelijkdirect/comparison-forms 1.3.28 → 1.3.29
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.
|
@@ -19860,7 +19860,7 @@ const pr = /* @__PURE__ */ Lo(IE), jE = B({
|
|
|
19860
19860
|
});
|
|
19861
19861
|
var Cg = function() {
|
|
19862
19862
|
var e = this, r = e._self._c;
|
|
19863
|
-
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: {
|
|
19864
19864
|
placement: "top",
|
|
19865
19865
|
modifiers: { offset: { offset: "0,5px" } }
|
|
19866
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: {
|