@vergelijkdirect/comparison-forms 1.0.206 → 1.0.207

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.
@@ -27223,11 +27223,6 @@ const JL = Dw.exports, QL = (t, e) => {
27223
27223
  name: {
27224
27224
  type: String,
27225
27225
  required: !0
27226
- },
27227
- isRequired: {
27228
- type: Boolean,
27229
- required: !1,
27230
- default: !1
27231
27226
  }
27232
27227
  },
27233
27228
  setup(t, { attrs: e, listeners: r, emit: n }) {
@@ -27256,7 +27251,7 @@ const JL = Dw.exports, QL = (t, e) => {
27256
27251
  });
27257
27252
  var $w = function() {
27258
27253
  var e = this, r = e._self._c;
27259
- return e._self._setupProxy, r("DefaultInput", e._g(e._b({ attrs: { id: e.id, name: e.name, type: "text", placeholder: "example@gmail.com", label: "E-mailadres", validation: `${e.isRequired ? "required" : ""}|email|emailServerValidation`, "is-required": e.isRequired }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
27254
+ return e._self._setupProxy, r("DefaultInput", e._g(e._b({ attrs: { id: e.id, name: e.name, type: "text", placeholder: "example@gmail.com", label: "E-mailadres", validation: "required|email|emailServerValidation", "is-required": !0 }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
27260
27255
  return [r("ErrorHandler", { attrs: { name: "email", "errors-data": e.errorsData } })];
27261
27256
  }, proxy: !0 }]) }, "DefaultInput", e.attrs, !1), e.listeners));
27262
27257
  }, tV = [];
@@ -29106,7 +29101,7 @@ var l0 = function() {
29106
29101
  return [r("ErrorHandler", { attrs: { name: "phoneNumber", "errors-data": e.phoneNumberErrors } })];
29107
29102
  }, proxy: !0 }]), model: { value: e.phoneNumber, callback: function(n) {
29108
29103
  e.phoneNumber = n;
29109
- }, expression: "phoneNumber" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("email-input", { attrs: { id: "email", name: "email", "is-required": "" }, model: { value: e.email, callback: function(n) {
29104
+ }, expression: "phoneNumber" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("email-input", { attrs: { id: "email", name: "email" }, model: { value: e.email, callback: function(n) {
29110
29105
  e.email = n;
29111
29106
  }, expression: "email" } })], 1), r("div", { staticClass: "vd-form-group" }, [r("default-checkbox", { staticClass: "agreement", attrs: { validation: "required", value: e.agreement, name: "agreement" }, on: { input: (n) => e.agreement = n }, scopedSlots: e._u([{ key: "title", fn: function() {
29112
29107
  return [e._v(" Ik ga akkoord met de "), r("a", { attrs: { href: e.conditionsLink, target: "_blank" } }, [e._v("voorwaarden")]), e._v(" en "), r("a", { attrs: { href: e.siteLink, target: "_blank" } }, [e._v("Vergelijkdirect.com")]), e._v(" mag mij telefonisch, via WhatsApp en per e-mail benaderen. ")];