@vergelijkdirect/comparison-forms 1.1.17 → 1.1.19-rc.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.
|
@@ -18557,7 +18557,7 @@ function XN(t) {
|
|
|
18557
18557
|
};
|
|
18558
18558
|
}
|
|
18559
18559
|
var QN = [], Rn = "";
|
|
18560
|
-
function
|
|
18560
|
+
function eI() {
|
|
18561
18561
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Rn, e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : QN, r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
18562
18562
|
if (!Yy(e))
|
|
18563
18563
|
if (wi(e) === GN)
|
|
@@ -18637,34 +18637,34 @@ var wc = {
|
|
|
18637
18637
|
N: /[a-z0-9]/i,
|
|
18638
18638
|
"?": wc,
|
|
18639
18639
|
X: /./
|
|
18640
|
-
},
|
|
18640
|
+
}, tI = function(e) {
|
|
18641
18641
|
var r = e.lastIndexOf("/");
|
|
18642
18642
|
return new RegExp(e.slice(1, r), e.slice(r + 1));
|
|
18643
|
-
},
|
|
18644
|
-
return
|
|
18643
|
+
}, rI = function(e) {
|
|
18644
|
+
return tI(e.toString().replace(/.(\/)[gmiyus]{0,6}$/, function(r) {
|
|
18645
18645
|
return r.replace("/", "?/");
|
|
18646
18646
|
}));
|
|
18647
|
-
},
|
|
18647
|
+
}, nI = function(e) {
|
|
18648
18648
|
return "[\\^$.|?*+()".indexOf(e) > -1 ? "\\".concat(e) : e;
|
|
18649
|
-
},
|
|
18650
|
-
return new RegExp("/[".concat(
|
|
18651
|
-
},
|
|
18649
|
+
}, aI = function(e) {
|
|
18650
|
+
return new RegExp("/[".concat(nI(e), "]/"));
|
|
18651
|
+
}, iI = function(e) {
|
|
18652
18652
|
return e instanceof RegExp;
|
|
18653
|
-
},
|
|
18654
|
-
return
|
|
18653
|
+
}, sI = function(e) {
|
|
18654
|
+
return iI(e) ? e : aI(e);
|
|
18655
18655
|
};
|
|
18656
18656
|
function qy(t) {
|
|
18657
18657
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ru;
|
|
18658
18658
|
return t.map(function(r, n, a) {
|
|
18659
18659
|
var i = e[r] || r, s = a[n - 1], u = e[s] || s;
|
|
18660
|
-
return i === wc ? null : u === wc ?
|
|
18660
|
+
return i === wc ? null : u === wc ? rI(sI(i)) : i;
|
|
18661
18661
|
}).filter(Boolean);
|
|
18662
18662
|
}
|
|
18663
|
-
function
|
|
18663
|
+
function oI(t) {
|
|
18664
18664
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ru;
|
|
18665
18665
|
return qy(t.split(""), e);
|
|
18666
18666
|
}
|
|
18667
|
-
function
|
|
18667
|
+
function uI(t) {
|
|
18668
18668
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ru, r = t.map(function(n) {
|
|
18669
18669
|
return n instanceof RegExp ? n : typeof n == "string" ? n.split("") : null;
|
|
18670
18670
|
}).filter(Boolean).reduce(function(n, a) {
|
|
@@ -18672,7 +18672,7 @@ function u2(t) {
|
|
|
18672
18672
|
}, []);
|
|
18673
18673
|
return qy(r, e);
|
|
18674
18674
|
}
|
|
18675
|
-
var
|
|
18675
|
+
var lI = function(e, r) {
|
|
18676
18676
|
var n = document.createEvent("HTMLEvents");
|
|
18677
18677
|
n.initEvent(r, !0, !0), e.dispatchEvent(n);
|
|
18678
18678
|
}, $l = function(e) {
|
|
@@ -18681,10 +18681,10 @@ var l2 = function(e, r) {
|
|
|
18681
18681
|
return typeof e == "function";
|
|
18682
18682
|
}, Uy = function(e) {
|
|
18683
18683
|
return typeof e == "string";
|
|
18684
|
-
},
|
|
18684
|
+
}, cI = function(e) {
|
|
18685
18685
|
return e instanceof RegExp;
|
|
18686
18686
|
};
|
|
18687
|
-
function
|
|
18687
|
+
function dI() {
|
|
18688
18688
|
var t = /* @__PURE__ */ new Map(), e = {
|
|
18689
18689
|
previousValue: "",
|
|
18690
18690
|
mask: []
|
|
@@ -18704,17 +18704,17 @@ function d2() {
|
|
|
18704
18704
|
get: r
|
|
18705
18705
|
};
|
|
18706
18706
|
}
|
|
18707
|
-
var Go =
|
|
18708
|
-
function
|
|
18709
|
-
|
|
18707
|
+
var Go = dI();
|
|
18708
|
+
function fI(t) {
|
|
18709
|
+
lI(t, "input");
|
|
18710
18710
|
}
|
|
18711
18711
|
function jp(t) {
|
|
18712
18712
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, r = t.value, n = Go.get(t), a = n.previousValue, i = n.mask, s = r !== a, u = r.length > a.length, c = r && s && u;
|
|
18713
18713
|
if ((e || c) && i) {
|
|
18714
|
-
var l =
|
|
18714
|
+
var l = eI(r, i, {
|
|
18715
18715
|
guide: !1
|
|
18716
18716
|
}), o = l.conformedValue;
|
|
18717
|
-
t.value = o,
|
|
18717
|
+
t.value = o, fI(t);
|
|
18718
18718
|
}
|
|
18719
18719
|
Go.partiallyUpdate(t, {
|
|
18720
18720
|
previousValue: r
|
|
@@ -18722,11 +18722,11 @@ function jp(t) {
|
|
|
18722
18722
|
}
|
|
18723
18723
|
function Fp(t, e, r) {
|
|
18724
18724
|
var n;
|
|
18725
|
-
Array.isArray(e) ? n =
|
|
18725
|
+
Array.isArray(e) ? n = uI(e, r) : Hy(e) ? n = e : Uy(e) && e.length > 0 ? n = oI(e, r) : n = e, Go.partiallyUpdate(t, {
|
|
18726
18726
|
mask: n
|
|
18727
18727
|
});
|
|
18728
18728
|
}
|
|
18729
|
-
function
|
|
18729
|
+
function hI(t) {
|
|
18730
18730
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : Ru;
|
|
18731
18731
|
return t === null || Array.isArray(t) || wi(t) !== "object" ? e : Object.keys(t).reduce(function(r, n) {
|
|
18732
18732
|
var a = t[n];
|
|
@@ -18735,12 +18735,12 @@ function h2(t) {
|
|
|
18735
18735
|
}
|
|
18736
18736
|
function Lp(t) {
|
|
18737
18737
|
var e = Array.isArray(t) ? t : [t], r = e.filter(function(n) {
|
|
18738
|
-
return Uy(n) ||
|
|
18738
|
+
return Uy(n) || cI(n);
|
|
18739
18739
|
});
|
|
18740
18740
|
return r.toString();
|
|
18741
18741
|
}
|
|
18742
|
-
function
|
|
18743
|
-
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e =
|
|
18742
|
+
function pI() {
|
|
18743
|
+
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = hI(t && t.placeholders);
|
|
18744
18744
|
return {
|
|
18745
18745
|
bind: function(n, a) {
|
|
18746
18746
|
var i = a.value;
|
|
@@ -18757,11 +18757,11 @@ function p2() {
|
|
|
18757
18757
|
}
|
|
18758
18758
|
};
|
|
18759
18759
|
}
|
|
18760
|
-
var
|
|
18761
|
-
const
|
|
18760
|
+
var mI = pI();
|
|
18761
|
+
const vI = j({
|
|
18762
18762
|
name: "DefaultInput",
|
|
18763
18763
|
directives: {
|
|
18764
|
-
mask:
|
|
18764
|
+
mask: mI
|
|
18765
18765
|
},
|
|
18766
18766
|
props: {
|
|
18767
18767
|
label: {
|
|
@@ -18911,12 +18911,12 @@ var zy = function() {
|
|
|
18911
18911
|
}, change: function(n) {
|
|
18912
18912
|
return e.changeValue(n.target.value);
|
|
18913
18913
|
}, focus: e.resetFieldValidation, blur: e.validateField } })])]), e._t("error-messages"), e._t("additional-info")], 2);
|
|
18914
|
-
},
|
|
18914
|
+
}, gI = [];
|
|
18915
18915
|
zy._withStripped = !0;
|
|
18916
18916
|
var Wy = /* @__PURE__ */ I(
|
|
18917
|
-
|
|
18917
|
+
vI,
|
|
18918
18918
|
zy,
|
|
18919
|
-
|
|
18919
|
+
gI,
|
|
18920
18920
|
!1,
|
|
18921
18921
|
null,
|
|
18922
18922
|
null,
|
|
@@ -18924,7 +18924,7 @@ var Wy = /* @__PURE__ */ I(
|
|
|
18924
18924
|
null
|
|
18925
18925
|
);
|
|
18926
18926
|
Wy.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/DefaultInput.vue";
|
|
18927
|
-
const Ye = Wy.exports,
|
|
18927
|
+
const Ye = Wy.exports, yI = j({
|
|
18928
18928
|
name: "DefaultSelect",
|
|
18929
18929
|
props: {
|
|
18930
18930
|
validation: {
|
|
@@ -18993,16 +18993,17 @@ var Gy = function() {
|
|
|
18993
18993
|
var e = this, r = e._self._c;
|
|
18994
18994
|
return e._self._setupProxy, r("div", { staticClass: "vd-form-group" }, [e.hideLabel ? e._e() : r("label", { staticClass: "vd-form-group__label", attrs: { for: e.id } }, [e.label ? r("span", [e._v(" " + e._s(e.label) + " ")]) : r("span", [e._t("title")], 2), e.isRequired && e.label ? r("span", { staticClass: "text-danger ml-1 mt-2" }, [e._v("*")]) : e._e()]), r("div", [r("div", { staticClass: "position-relative", class: {
|
|
18995
18995
|
"vd-form-group--filled-in": e.value && e.value !== "CHOOSE_OPTION" && e.wasOptionChosen && !e.errors.has(e.name),
|
|
18996
|
-
"vd-form-group--error vd-form-group--error--no-error-times": e.errors.has(e.name)
|
|
18996
|
+
"vd-form-group--error vd-form-group--error--no-error-times": e.errors.has(e.name),
|
|
18997
|
+
"vd-form-group--empty-select": e.value === "" && !e.errors.has(e.name)
|
|
18997
18998
|
} }, [r("select", { directives: [{ name: "validate", rawName: "v-validate", value: e.validation, expression: "validation" }], staticClass: "vd-form-group__input form-control", class: { "vd-form-group__input--error": e.errors.has(e.name) }, attrs: { id: e.id, disabled: e.disabled, name: e.name }, domProps: { value: e.value }, on: { change: e.changeValue } }, [e.noDefaultPlaceholder ? e._e() : r("option", { attrs: { value: "" } }, [e._v(" " + e._s(e.placeholder) + " ")]), e._l(e.options, function(n, a) {
|
|
18998
18999
|
return r("option", { key: n.value + "_" + a, attrs: { disabled: n.disabled || !1 }, domProps: { selected: n.selected || !1, value: n.value } }, [e._v(" " + e._s(n.title) + " ")]);
|
|
18999
19000
|
})], 2), r("label", { staticClass: "vd-form-group__select-icon cursor-pointer", attrs: { for: e.id } })])]), e._t("additional-info"), e._t("error-messages")], 2);
|
|
19000
|
-
},
|
|
19001
|
+
}, _I = [];
|
|
19001
19002
|
Gy._withStripped = !0;
|
|
19002
19003
|
var Zy = /* @__PURE__ */ I(
|
|
19003
|
-
|
|
19004
|
+
yI,
|
|
19004
19005
|
Gy,
|
|
19005
|
-
|
|
19006
|
+
_I,
|
|
19006
19007
|
!1,
|
|
19007
19008
|
null,
|
|
19008
19009
|
null,
|
|
@@ -19036,13 +19037,13 @@ var Ky = { exports: {} };
|
|
|
19036
19037
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19037
19038
|
* SOFTWARE.
|
|
19038
19039
|
*/
|
|
19039
|
-
var Ji = typeof window != "undefined" && typeof document != "undefined" && typeof navigator != "undefined",
|
|
19040
|
+
var Ji = typeof window != "undefined" && typeof document != "undefined" && typeof navigator != "undefined", bI = function() {
|
|
19040
19041
|
for (var t = ["Edge", "Trident", "Firefox"], e = 0; e < t.length; e += 1)
|
|
19041
19042
|
if (Ji && navigator.userAgent.indexOf(t[e]) >= 0)
|
|
19042
19043
|
return 1;
|
|
19043
19044
|
return 0;
|
|
19044
19045
|
}();
|
|
19045
|
-
function
|
|
19046
|
+
function wI(t) {
|
|
19046
19047
|
var e = !1;
|
|
19047
19048
|
return function() {
|
|
19048
19049
|
e || (e = !0, window.Promise.resolve().then(function() {
|
|
@@ -19050,15 +19051,15 @@ function w2(t) {
|
|
|
19050
19051
|
}));
|
|
19051
19052
|
};
|
|
19052
19053
|
}
|
|
19053
|
-
function
|
|
19054
|
+
function SI(t) {
|
|
19054
19055
|
var e = !1;
|
|
19055
19056
|
return function() {
|
|
19056
19057
|
e || (e = !0, setTimeout(function() {
|
|
19057
19058
|
e = !1, t();
|
|
19058
|
-
},
|
|
19059
|
+
}, bI));
|
|
19059
19060
|
};
|
|
19060
19061
|
}
|
|
19061
|
-
var
|
|
19062
|
+
var OI = Ji && window.Promise, kI = OI ? wI : SI;
|
|
19062
19063
|
function Jy(t) {
|
|
19063
19064
|
var e = {};
|
|
19064
19065
|
return t && e.toString.call(t) === "[object Function]";
|
|
@@ -19100,7 +19101,7 @@ function xa(t) {
|
|
|
19100
19101
|
var n = r && r.nodeName;
|
|
19101
19102
|
return !n || n === "BODY" || n === "HTML" ? t ? t.ownerDocument.documentElement : document.documentElement : ["TH", "TD", "TABLE"].indexOf(r.nodeName) !== -1 && ra(r, "position") === "static" ? xa(r) : r;
|
|
19102
19103
|
}
|
|
19103
|
-
function
|
|
19104
|
+
function CI(t) {
|
|
19104
19105
|
var e = t.nodeName;
|
|
19105
19106
|
return e === "BODY" ? !1 : e === "HTML" || xa(t.firstElementChild) === t;
|
|
19106
19107
|
}
|
|
@@ -19114,7 +19115,7 @@ function Zo(t, e) {
|
|
|
19114
19115
|
i.setStart(n, 0), i.setEnd(a, 0);
|
|
19115
19116
|
var s = i.commonAncestorContainer;
|
|
19116
19117
|
if (t !== s && e !== s || n.contains(a))
|
|
19117
|
-
return
|
|
19118
|
+
return CI(s) ? s : xa(s);
|
|
19118
19119
|
var u = Sc(t);
|
|
19119
19120
|
return u.host ? Zo(u.host, e) : Zo(t, Sc(e).host);
|
|
19120
19121
|
}
|
|
@@ -19126,7 +19127,7 @@ function Da(t) {
|
|
|
19126
19127
|
}
|
|
19127
19128
|
return t[r];
|
|
19128
19129
|
}
|
|
19129
|
-
function
|
|
19130
|
+
function xI(t, e) {
|
|
19130
19131
|
var r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1, n = Da(e, "top"), a = Da(e, "left"), i = r ? -1 : 1;
|
|
19131
19132
|
return t.top += n * i, t.bottom += n * i, t.left += a * i, t.right += a * i, t;
|
|
19132
19133
|
}
|
|
@@ -19144,10 +19145,10 @@ function Qy(t) {
|
|
|
19144
19145
|
width: qp("Width", e, r, n)
|
|
19145
19146
|
};
|
|
19146
19147
|
}
|
|
19147
|
-
var
|
|
19148
|
+
var DI = function(t, e) {
|
|
19148
19149
|
if (!(t instanceof e))
|
|
19149
19150
|
throw new TypeError("Cannot call a class as a function");
|
|
19150
|
-
},
|
|
19151
|
+
}, PI = /* @__PURE__ */ function() {
|
|
19151
19152
|
function t(e, r) {
|
|
19152
19153
|
for (var n = 0; n < r.length; n++) {
|
|
19153
19154
|
var a = r[n];
|
|
@@ -19214,9 +19215,9 @@ function kf(t, e) {
|
|
|
19214
19215
|
var h = parseFloat(c.marginTop), f = parseFloat(c.marginLeft);
|
|
19215
19216
|
d.top -= l - h, d.bottom -= l - h, d.left -= o - f, d.right -= o - f, d.marginTop = h, d.marginLeft = f;
|
|
19216
19217
|
}
|
|
19217
|
-
return (n && !r ? e.contains(u) : e === u && u.nodeName !== "BODY") && (d =
|
|
19218
|
+
return (n && !r ? e.contains(u) : e === u && u.nodeName !== "BODY") && (d = xI(d, e)), d;
|
|
19218
19219
|
}
|
|
19219
|
-
function $
|
|
19220
|
+
function $I(t) {
|
|
19220
19221
|
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, r = t.ownerDocument.documentElement, n = kf(t, r), a = Math.max(r.clientWidth, window.innerWidth || 0), i = Math.max(r.clientHeight, window.innerHeight || 0), s = e ? 0 : Da(r), u = e ? 0 : Da(r, "left"), c = {
|
|
19221
19222
|
top: s - n.top + n.marginTop,
|
|
19222
19223
|
left: u - n.left + n.marginLeft,
|
|
@@ -19244,7 +19245,7 @@ function t_(t) {
|
|
|
19244
19245
|
function Cf(t, e, r, n) {
|
|
19245
19246
|
var a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !1, i = { top: 0, left: 0 }, s = a ? t_(t) : Zo(t, Xy(e));
|
|
19246
19247
|
if (n === "viewport")
|
|
19247
|
-
i = $
|
|
19248
|
+
i = $I(s, a);
|
|
19248
19249
|
else {
|
|
19249
19250
|
var u = void 0;
|
|
19250
19251
|
n === "scrollParent" ? (u = Xi(Of(e)), u.nodeName === "BODY" && (u = t.ownerDocument.documentElement)) : n === "window" ? u = t.ownerDocument.documentElement : u = n;
|
|
@@ -19259,7 +19260,7 @@ function Cf(t, e, r, n) {
|
|
|
19259
19260
|
var h = typeof r == "number";
|
|
19260
19261
|
return i.left += h ? r : r.left || 0, i.top += h ? r : r.top || 0, i.right -= h ? r : r.right || 0, i.bottom -= h ? r : r.bottom || 0, i;
|
|
19261
19262
|
}
|
|
19262
|
-
function
|
|
19263
|
+
function TI(t) {
|
|
19263
19264
|
var e = t.width, r = t.height;
|
|
19264
19265
|
return e * r;
|
|
19265
19266
|
}
|
|
@@ -19288,7 +19289,7 @@ function r_(t, e, r, n, a) {
|
|
|
19288
19289
|
return jt({
|
|
19289
19290
|
key: h
|
|
19290
19291
|
}, u[h], {
|
|
19291
|
-
area:
|
|
19292
|
+
area: TI(u[h])
|
|
19292
19293
|
});
|
|
19293
19294
|
}).sort(function(h, f) {
|
|
19294
19295
|
return f.area - h.area;
|
|
@@ -19326,7 +19327,7 @@ function i_(t, e, r) {
|
|
|
19326
19327
|
function Qi(t, e) {
|
|
19327
19328
|
return Array.prototype.find ? t.find(e) : t.filter(e)[0];
|
|
19328
19329
|
}
|
|
19329
|
-
function
|
|
19330
|
+
function MI(t, e, r) {
|
|
19330
19331
|
if (Array.prototype.findIndex)
|
|
19331
19332
|
return t.findIndex(function(a) {
|
|
19332
19333
|
return a[e] === r;
|
|
@@ -19337,14 +19338,14 @@ function M2(t, e, r) {
|
|
|
19337
19338
|
return t.indexOf(n);
|
|
19338
19339
|
}
|
|
19339
19340
|
function s_(t, e, r) {
|
|
19340
|
-
var n = r === void 0 ? t : t.slice(0,
|
|
19341
|
+
var n = r === void 0 ? t : t.slice(0, MI(t, "name", r));
|
|
19341
19342
|
return n.forEach(function(a) {
|
|
19342
19343
|
a.function && console.warn("`modifier.function` is deprecated, use `modifier.fn`!");
|
|
19343
19344
|
var i = a.function || a.fn;
|
|
19344
19345
|
a.enabled && Jy(i) && (e.offsets.popper = wn(e.offsets.popper), e.offsets.reference = wn(e.offsets.reference), e = i(e, a));
|
|
19345
19346
|
}), e;
|
|
19346
19347
|
}
|
|
19347
|
-
function
|
|
19348
|
+
function RI() {
|
|
19348
19349
|
if (!this.state.isDestroyed) {
|
|
19349
19350
|
var t = {
|
|
19350
19351
|
instance: this,
|
|
@@ -19371,7 +19372,7 @@ function xf(t) {
|
|
|
19371
19372
|
}
|
|
19372
19373
|
return null;
|
|
19373
19374
|
}
|
|
19374
|
-
function
|
|
19375
|
+
function EI() {
|
|
19375
19376
|
return this.state.isDestroyed = !0, o_(this.modifiers, "applyStyle") && (this.popper.removeAttribute("x-placement"), this.popper.style.position = "", this.popper.style.top = "", this.popper.style.left = "", this.popper.style.right = "", this.popper.style.bottom = "", this.popper.style.willChange = "", this.popper.style[xf("transform")] = ""), this.disableEventListeners(), this.options.removeOnDestroy && this.popper.parentNode.removeChild(this.popper), this;
|
|
19376
19377
|
}
|
|
19377
19378
|
function u_(t) {
|
|
@@ -19382,21 +19383,21 @@ function l_(t, e, r, n) {
|
|
|
19382
19383
|
var a = t.nodeName === "BODY", i = a ? t.ownerDocument.defaultView : t;
|
|
19383
19384
|
i.addEventListener(e, r, { passive: !0 }), a || l_(Xi(i.parentNode), e, r, n), n.push(i);
|
|
19384
19385
|
}
|
|
19385
|
-
function
|
|
19386
|
+
function AI(t, e, r, n) {
|
|
19386
19387
|
r.updateBound = n, u_(t).addEventListener("resize", r.updateBound, { passive: !0 });
|
|
19387
19388
|
var a = Xi(t);
|
|
19388
19389
|
return l_(a, "scroll", r.updateBound, r.scrollParents), r.scrollElement = a, r.eventsEnabled = !0, r;
|
|
19389
19390
|
}
|
|
19390
|
-
function
|
|
19391
|
-
this.state.eventsEnabled || (this.state =
|
|
19391
|
+
function NI() {
|
|
19392
|
+
this.state.eventsEnabled || (this.state = AI(this.reference, this.options, this.state, this.scheduleUpdate));
|
|
19392
19393
|
}
|
|
19393
|
-
function
|
|
19394
|
+
function II(t, e) {
|
|
19394
19395
|
return u_(t).removeEventListener("resize", e.updateBound), e.scrollParents.forEach(function(r) {
|
|
19395
19396
|
r.removeEventListener("scroll", e.updateBound);
|
|
19396
19397
|
}), e.updateBound = null, e.scrollParents = [], e.scrollElement = null, e.eventsEnabled = !1, e;
|
|
19397
19398
|
}
|
|
19398
|
-
function
|
|
19399
|
-
this.state.eventsEnabled && (cancelAnimationFrame(this.scheduleUpdate), this.state =
|
|
19399
|
+
function jI() {
|
|
19400
|
+
this.state.eventsEnabled && (cancelAnimationFrame(this.scheduleUpdate), this.state = II(this.reference, this.state));
|
|
19400
19401
|
}
|
|
19401
19402
|
function Df(t) {
|
|
19402
19403
|
return t !== "" && !isNaN(parseFloat(t)) && isFinite(t);
|
|
@@ -19407,20 +19408,20 @@ function kc(t, e) {
|
|
|
19407
19408
|
["width", "height", "top", "right", "bottom", "left"].indexOf(r) !== -1 && Df(e[r]) && (n = "px"), t.style[r] = e[r] + n;
|
|
19408
19409
|
});
|
|
19409
19410
|
}
|
|
19410
|
-
function
|
|
19411
|
+
function FI(t, e) {
|
|
19411
19412
|
Object.keys(e).forEach(function(r) {
|
|
19412
19413
|
var n = e[r];
|
|
19413
19414
|
n !== !1 ? t.setAttribute(r, e[r]) : t.removeAttribute(r);
|
|
19414
19415
|
});
|
|
19415
19416
|
}
|
|
19416
|
-
function
|
|
19417
|
-
return kc(t.instance.popper, t.styles),
|
|
19417
|
+
function LI(t) {
|
|
19418
|
+
return kc(t.instance.popper, t.styles), FI(t.instance.popper, t.attributes), t.arrowElement && Object.keys(t.arrowStyles).length && kc(t.arrowElement, t.arrowStyles), t;
|
|
19418
19419
|
}
|
|
19419
|
-
function
|
|
19420
|
+
function VI(t, e, r, n, a) {
|
|
19420
19421
|
var i = n_(a, e, t, r.positionFixed), s = r_(r.placement, i, e, t, r.modifiers.flip.boundariesElement, r.modifiers.flip.padding);
|
|
19421
19422
|
return e.setAttribute("x-placement", s), kc(e, { position: r.positionFixed ? "fixed" : "absolute" }), r;
|
|
19422
19423
|
}
|
|
19423
|
-
function
|
|
19424
|
+
function BI(t, e) {
|
|
19424
19425
|
var r = t.offsets, n = r.popper, a = r.reference, i = Math.round, s = Math.floor, u = function(m) {
|
|
19425
19426
|
return m;
|
|
19426
19427
|
}, c = i(a.width), l = i(n.width), o = ["left", "right"].indexOf(t.placement) !== -1, d = t.placement.indexOf("-") !== -1, h = c % 2 === l % 2, f = c % 2 === 1 && l % 2 === 1, p = e ? o || d || h ? i : s : u, v = e ? i : u;
|
|
@@ -19431,15 +19432,15 @@ function B2(t, e) {
|
|
|
19431
19432
|
right: p(n.right)
|
|
19432
19433
|
};
|
|
19433
19434
|
}
|
|
19434
|
-
var
|
|
19435
|
-
function
|
|
19435
|
+
var YI = Ji && /Firefox/i.test(navigator.userAgent);
|
|
19436
|
+
function qI(t, e) {
|
|
19436
19437
|
var r = e.x, n = e.y, a = t.offsets.popper, i = Qi(t.instance.modifiers, function(b) {
|
|
19437
19438
|
return b.name === "applyStyle";
|
|
19438
19439
|
}).gpuAcceleration;
|
|
19439
19440
|
i !== void 0 && console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");
|
|
19440
19441
|
var s = i !== void 0 ? i : e.gpuAcceleration, u = xa(t.instance.popper), c = Oc(u), l = {
|
|
19441
19442
|
position: a.position
|
|
19442
|
-
}, o =
|
|
19443
|
+
}, o = BI(t, window.devicePixelRatio < 2 || !YI), d = r === "bottom" ? "top" : "bottom", h = n === "right" ? "left" : "right", f = xf("transform"), p = void 0, v = void 0;
|
|
19443
19444
|
if (d === "bottom" ? u.nodeName === "HTML" ? v = -u.clientHeight + o.bottom : v = -c.height + o.bottom : v = o.top, h === "right" ? u.nodeName === "HTML" ? p = -u.clientWidth + o.right : p = -c.width + o.right : p = o.left, s && f)
|
|
19444
19445
|
l[f] = "translate3d(" + p + "px, " + v + "px, 0)", l[d] = 0, l[h] = 0, l.willChange = "transform";
|
|
19445
19446
|
else {
|
|
@@ -19464,7 +19465,7 @@ function c_(t, e, r) {
|
|
|
19464
19465
|
}
|
|
19465
19466
|
return a;
|
|
19466
19467
|
}
|
|
19467
|
-
function
|
|
19468
|
+
function HI(t, e) {
|
|
19468
19469
|
var r;
|
|
19469
19470
|
if (!c_(t.instance.modifiers, "arrow", "keepTogether"))
|
|
19470
19471
|
return t;
|
|
@@ -19479,7 +19480,7 @@ function H2(t, e) {
|
|
|
19479
19480
|
var v = u[d] + u[l] / 2 - p / 2, y = ra(t.instance.popper), m = parseFloat(y["margin" + o]), g = parseFloat(y["border" + o + "Width"]), b = v - t.offsets.popper[d] - m - g;
|
|
19480
19481
|
return b = Math.max(Math.min(s[l] - p, b), 0), t.arrowElement = n, t.offsets.arrow = (r = {}, Pa(r, d, Math.round(b)), Pa(r, h, ""), r), t;
|
|
19481
19482
|
}
|
|
19482
|
-
function
|
|
19483
|
+
function UI(t) {
|
|
19483
19484
|
return t === "end" ? "start" : t === "start" ? "end" : t;
|
|
19484
19485
|
}
|
|
19485
19486
|
var d_ = ["auto-start", "auto", "auto-end", "top-start", "top", "top-end", "right-start", "right", "right-end", "bottom-end", "bottom", "bottom-start", "left-end", "left", "left-start"], Tl = d_.slice(3);
|
|
@@ -19492,7 +19493,7 @@ var Ml = {
|
|
|
19492
19493
|
CLOCKWISE: "clockwise",
|
|
19493
19494
|
COUNTERCLOCKWISE: "counterclockwise"
|
|
19494
19495
|
};
|
|
19495
|
-
function
|
|
19496
|
+
function zI(t, e) {
|
|
19496
19497
|
if (o_(t.instance.modifiers, "inner") || t.flipped && t.placement === t.originalPlacement)
|
|
19497
19498
|
return t;
|
|
19498
19499
|
var r = Cf(t.instance.popper, t.instance.reference, e.padding, e.boundariesElement, t.positionFixed), n = t.placement.split("-")[0], a = Ko(n), i = t.placement.split("-")[1] || "", s = [];
|
|
@@ -19514,14 +19515,14 @@ function z2(t, e) {
|
|
|
19514
19515
|
return t;
|
|
19515
19516
|
n = t.placement.split("-")[0], a = Ko(n);
|
|
19516
19517
|
var l = t.offsets.popper, o = t.offsets.reference, d = Math.floor, h = n === "left" && d(l.right) > d(o.left) || n === "right" && d(l.left) < d(o.right) || n === "top" && d(l.bottom) > d(o.top) || n === "bottom" && d(l.top) < d(o.bottom), f = d(l.left) < d(r.left), p = d(l.right) > d(r.right), v = d(l.top) < d(r.top), y = d(l.bottom) > d(r.bottom), m = n === "left" && f || n === "right" && p || n === "top" && v || n === "bottom" && y, g = ["top", "bottom"].indexOf(n) !== -1, b = !!e.flipVariations && (g && i === "start" && f || g && i === "end" && p || !g && i === "start" && v || !g && i === "end" && y), S = !!e.flipVariationsByContent && (g && i === "start" && p || g && i === "end" && f || !g && i === "start" && y || !g && i === "end" && v), P = b || S;
|
|
19517
|
-
(h || m || P) && (t.flipped = !0, (h || m) && (n = s[c + 1]), P && (i =
|
|
19518
|
+
(h || m || P) && (t.flipped = !0, (h || m) && (n = s[c + 1]), P && (i = UI(i)), t.placement = n + (i ? "-" + i : ""), t.offsets.popper = jt({}, t.offsets.popper, i_(t.instance.popper, t.offsets.reference, t.placement)), t = s_(t.instance.modifiers, t, "flip"));
|
|
19518
19519
|
}), t;
|
|
19519
19520
|
}
|
|
19520
|
-
function
|
|
19521
|
+
function WI(t) {
|
|
19521
19522
|
var e = t.offsets, r = e.popper, n = e.reference, a = t.placement.split("-")[0], i = Math.floor, s = ["top", "bottom"].indexOf(a) !== -1, u = s ? "right" : "bottom", c = s ? "left" : "top", l = s ? "width" : "height";
|
|
19522
19523
|
return r[u] < i(n[c]) && (t.offsets.popper[c] = i(n[c]) - r[l]), r[c] > i(n[u]) && (t.offsets.popper[c] = i(n[u])), t;
|
|
19523
19524
|
}
|
|
19524
|
-
function
|
|
19525
|
+
function GI(t, e, r, n) {
|
|
19525
19526
|
var a = t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/), i = +a[1], s = a[2];
|
|
19526
19527
|
if (!i)
|
|
19527
19528
|
return t;
|
|
@@ -19544,7 +19545,7 @@ function G2(t, e, r, n) {
|
|
|
19544
19545
|
} else
|
|
19545
19546
|
return i;
|
|
19546
19547
|
}
|
|
19547
|
-
function
|
|
19548
|
+
function ZI(t, e, r, n) {
|
|
19548
19549
|
var a = [0, 0], i = ["right", "left"].indexOf(n) !== -1, s = t.split(/(\+|\-)/).map(function(o) {
|
|
19549
19550
|
return o.trim();
|
|
19550
19551
|
}), u = s.indexOf(Qi(s, function(o) {
|
|
@@ -19557,7 +19558,7 @@ function Z2(t, e, r, n) {
|
|
|
19557
19558
|
return o.reduce(function(p, v) {
|
|
19558
19559
|
return p[p.length - 1] === "" && ["+", "-"].indexOf(v) !== -1 ? (p[p.length - 1] = v, f = !0, p) : f ? (p[p.length - 1] += v, f = !1, p) : p.concat(v);
|
|
19559
19560
|
}, []).map(function(p) {
|
|
19560
|
-
return
|
|
19561
|
+
return GI(p, h, e, r);
|
|
19561
19562
|
});
|
|
19562
19563
|
}), l.forEach(function(o, d) {
|
|
19563
19564
|
o.forEach(function(h, f) {
|
|
@@ -19565,11 +19566,11 @@ function Z2(t, e, r, n) {
|
|
|
19565
19566
|
});
|
|
19566
19567
|
}), a;
|
|
19567
19568
|
}
|
|
19568
|
-
function
|
|
19569
|
+
function KI(t, e) {
|
|
19569
19570
|
var r = e.offset, n = t.placement, a = t.offsets, i = a.popper, s = a.reference, u = n.split("-")[0], c = void 0;
|
|
19570
|
-
return Df(+r) ? c = [+r, 0] : c =
|
|
19571
|
+
return Df(+r) ? c = [+r, 0] : c = ZI(r, i, s, u), u === "left" ? (i.top += c[0], i.left -= c[1]) : u === "right" ? (i.top += c[0], i.left += c[1]) : u === "top" ? (i.left += c[0], i.top -= c[1]) : u === "bottom" && (i.left += c[0], i.top += c[1]), t.popper = i, t;
|
|
19571
19572
|
}
|
|
19572
|
-
function
|
|
19573
|
+
function JI(t, e) {
|
|
19573
19574
|
var r = e.boundariesElement || xa(t.instance.popper);
|
|
19574
19575
|
t.instance.reference === r && (r = xa(r));
|
|
19575
19576
|
var n = xf("transform"), a = t.instance.popper.style, i = a.top, s = a.left, u = a[n];
|
|
@@ -19591,7 +19592,7 @@ function J2(t, e) {
|
|
|
19591
19592
|
o = jt({}, o, d[f](h));
|
|
19592
19593
|
}), t.offsets.popper = o, t;
|
|
19593
19594
|
}
|
|
19594
|
-
function
|
|
19595
|
+
function XI(t) {
|
|
19595
19596
|
var e = t.placement, r = e.split("-")[0], n = e.split("-")[1];
|
|
19596
19597
|
if (n) {
|
|
19597
19598
|
var a = t.offsets, i = a.reference, s = a.popper, u = ["bottom", "top"].indexOf(r) !== -1, c = u ? "left" : "top", l = u ? "width" : "height", o = {
|
|
@@ -19602,7 +19603,7 @@ function X2(t) {
|
|
|
19602
19603
|
}
|
|
19603
19604
|
return t;
|
|
19604
19605
|
}
|
|
19605
|
-
function
|
|
19606
|
+
function QI(t) {
|
|
19606
19607
|
if (!c_(t.instance.modifiers, "hide", "preventOverflow"))
|
|
19607
19608
|
return t;
|
|
19608
19609
|
var e = t.offsets.reference, r = Qi(t.instance.modifiers, function(n) {
|
|
@@ -19619,11 +19620,11 @@ function Q2(t) {
|
|
|
19619
19620
|
}
|
|
19620
19621
|
return t;
|
|
19621
19622
|
}
|
|
19622
|
-
function
|
|
19623
|
+
function e2(t) {
|
|
19623
19624
|
var e = t.placement, r = e.split("-")[0], n = t.offsets, a = n.popper, i = n.reference, s = ["left", "right"].indexOf(r) !== -1, u = ["top", "left"].indexOf(r) === -1;
|
|
19624
19625
|
return a[s ? "left" : "top"] = i[r] - (u ? a[s ? "width" : "height"] : 0), t.placement = Ko(e), t.offsets.popper = wn(a), t;
|
|
19625
19626
|
}
|
|
19626
|
-
var
|
|
19627
|
+
var t2 = {
|
|
19627
19628
|
/**
|
|
19628
19629
|
* Modifier used to shift the popper on the start or end of its reference
|
|
19629
19630
|
* element.<br />
|
|
@@ -19638,7 +19639,7 @@ var tI = {
|
|
|
19638
19639
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19639
19640
|
enabled: !0,
|
|
19640
19641
|
/** @prop {ModifierFn} */
|
|
19641
|
-
fn:
|
|
19642
|
+
fn: XI
|
|
19642
19643
|
},
|
|
19643
19644
|
/**
|
|
19644
19645
|
* The `offset` modifier can shift your popper on both its axis.
|
|
@@ -19684,7 +19685,7 @@ var tI = {
|
|
|
19684
19685
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19685
19686
|
enabled: !0,
|
|
19686
19687
|
/** @prop {ModifierFn} */
|
|
19687
|
-
fn:
|
|
19688
|
+
fn: KI,
|
|
19688
19689
|
/** @prop {Number|String} offset=0
|
|
19689
19690
|
* The offset value as described in the modifier description
|
|
19690
19691
|
*/
|
|
@@ -19713,7 +19714,7 @@ var tI = {
|
|
|
19713
19714
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19714
19715
|
enabled: !0,
|
|
19715
19716
|
/** @prop {ModifierFn} */
|
|
19716
|
-
fn:
|
|
19717
|
+
fn: JI,
|
|
19717
19718
|
/**
|
|
19718
19719
|
* @prop {Array} [priority=['left','right','top','bottom']]
|
|
19719
19720
|
* Popper will try to prevent overflow following these priorities by default,
|
|
@@ -19749,7 +19750,7 @@ var tI = {
|
|
|
19749
19750
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19750
19751
|
enabled: !0,
|
|
19751
19752
|
/** @prop {ModifierFn} */
|
|
19752
|
-
fn:
|
|
19753
|
+
fn: WI
|
|
19753
19754
|
},
|
|
19754
19755
|
/**
|
|
19755
19756
|
* This modifier is used to move the `arrowElement` of the popper to make
|
|
@@ -19767,7 +19768,7 @@ var tI = {
|
|
|
19767
19768
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19768
19769
|
enabled: !0,
|
|
19769
19770
|
/** @prop {ModifierFn} */
|
|
19770
|
-
fn:
|
|
19771
|
+
fn: HI,
|
|
19771
19772
|
/** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */
|
|
19772
19773
|
element: "[x-arrow]"
|
|
19773
19774
|
},
|
|
@@ -19788,7 +19789,7 @@ var tI = {
|
|
|
19788
19789
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19789
19790
|
enabled: !0,
|
|
19790
19791
|
/** @prop {ModifierFn} */
|
|
19791
|
-
fn:
|
|
19792
|
+
fn: zI,
|
|
19792
19793
|
/**
|
|
19793
19794
|
* @prop {String|Array} behavior='flip'
|
|
19794
19795
|
* The behavior used to change the popper's placement. It can be one of
|
|
@@ -19838,7 +19839,7 @@ var tI = {
|
|
|
19838
19839
|
/** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */
|
|
19839
19840
|
enabled: !1,
|
|
19840
19841
|
/** @prop {ModifierFn} */
|
|
19841
|
-
fn:
|
|
19842
|
+
fn: e2
|
|
19842
19843
|
},
|
|
19843
19844
|
/**
|
|
19844
19845
|
* Modifier used to hide the popper when its reference element is outside of the
|
|
@@ -19856,7 +19857,7 @@ var tI = {
|
|
|
19856
19857
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19857
19858
|
enabled: !0,
|
|
19858
19859
|
/** @prop {ModifierFn} */
|
|
19859
|
-
fn:
|
|
19860
|
+
fn: QI
|
|
19860
19861
|
},
|
|
19861
19862
|
/**
|
|
19862
19863
|
* Computes the style that will be applied to the popper element to gets
|
|
@@ -19879,7 +19880,7 @@ var tI = {
|
|
|
19879
19880
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19880
19881
|
enabled: !0,
|
|
19881
19882
|
/** @prop {ModifierFn} */
|
|
19882
|
-
fn:
|
|
19883
|
+
fn: qI,
|
|
19883
19884
|
/**
|
|
19884
19885
|
* @prop {Boolean} gpuAcceleration=true
|
|
19885
19886
|
* If true, it uses the CSS 3D transformation to position the popper.
|
|
@@ -19920,9 +19921,9 @@ var tI = {
|
|
|
19920
19921
|
/** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */
|
|
19921
19922
|
enabled: !0,
|
|
19922
19923
|
/** @prop {ModifierFn} */
|
|
19923
|
-
fn:
|
|
19924
|
+
fn: LI,
|
|
19924
19925
|
/** @prop {Function} */
|
|
19925
|
-
onLoad:
|
|
19926
|
+
onLoad: VI,
|
|
19926
19927
|
/**
|
|
19927
19928
|
* @deprecated since version 1.10.0, the property moved to `computeStyle` modifier
|
|
19928
19929
|
* @prop {Boolean} gpuAcceleration=true
|
|
@@ -19931,7 +19932,7 @@ var tI = {
|
|
|
19931
19932
|
*/
|
|
19932
19933
|
gpuAcceleration: void 0
|
|
19933
19934
|
}
|
|
19934
|
-
},
|
|
19935
|
+
}, r2 = {
|
|
19935
19936
|
/**
|
|
19936
19937
|
* Popper's placement.
|
|
19937
19938
|
* @prop {Popper.placements} placement='bottom'
|
|
@@ -19976,13 +19977,13 @@ var tI = {
|
|
|
19976
19977
|
* They provide most of the functionalities of Popper.js.
|
|
19977
19978
|
* @prop {modifiers}
|
|
19978
19979
|
*/
|
|
19979
|
-
modifiers:
|
|
19980
|
+
modifiers: t2
|
|
19980
19981
|
}, Eu = function() {
|
|
19981
19982
|
function t(e, r) {
|
|
19982
19983
|
var n = this, a = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
19983
|
-
|
|
19984
|
+
DI(this, t), this.scheduleUpdate = function() {
|
|
19984
19985
|
return requestAnimationFrame(n.update);
|
|
19985
|
-
}, this.update =
|
|
19986
|
+
}, this.update = kI(this.update.bind(this)), this.options = jt({}, t.Defaults, a), this.state = {
|
|
19986
19987
|
isDestroyed: !1,
|
|
19987
19988
|
isCreated: !1,
|
|
19988
19989
|
scrollParents: []
|
|
@@ -20000,25 +20001,25 @@ var tI = {
|
|
|
20000
20001
|
var i = this.options.eventsEnabled;
|
|
20001
20002
|
i && this.enableEventListeners(), this.state.eventsEnabled = i;
|
|
20002
20003
|
}
|
|
20003
|
-
return
|
|
20004
|
+
return PI(t, [{
|
|
20004
20005
|
key: "update",
|
|
20005
20006
|
value: function() {
|
|
20006
|
-
return
|
|
20007
|
+
return RI.call(this);
|
|
20007
20008
|
}
|
|
20008
20009
|
}, {
|
|
20009
20010
|
key: "destroy",
|
|
20010
20011
|
value: function() {
|
|
20011
|
-
return
|
|
20012
|
+
return EI.call(this);
|
|
20012
20013
|
}
|
|
20013
20014
|
}, {
|
|
20014
20015
|
key: "enableEventListeners",
|
|
20015
20016
|
value: function() {
|
|
20016
|
-
return
|
|
20017
|
+
return NI.call(this);
|
|
20017
20018
|
}
|
|
20018
20019
|
}, {
|
|
20019
20020
|
key: "disableEventListeners",
|
|
20020
20021
|
value: function() {
|
|
20021
|
-
return
|
|
20022
|
+
return jI.call(this);
|
|
20022
20023
|
}
|
|
20023
20024
|
/**
|
|
20024
20025
|
* Schedules an update. It will run on the next UI update available.
|
|
@@ -20045,14 +20046,14 @@ var tI = {
|
|
|
20045
20046
|
}();
|
|
20046
20047
|
Eu.Utils = (typeof window != "undefined" ? window : global).PopperUtils;
|
|
20047
20048
|
Eu.placements = d_;
|
|
20048
|
-
Eu.Defaults =
|
|
20049
|
-
const
|
|
20049
|
+
Eu.Defaults = r2;
|
|
20050
|
+
const n2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20050
20051
|
__proto__: null,
|
|
20051
20052
|
default: Eu
|
|
20052
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
20053
|
+
}, Symbol.toStringTag, { value: "Module" })), a2 = /* @__PURE__ */ qm(n2);
|
|
20053
20054
|
(function(t, e) {
|
|
20054
20055
|
(function(r, n) {
|
|
20055
|
-
t.exports = n(
|
|
20056
|
+
t.exports = n(a2);
|
|
20056
20057
|
})(_, function(r) {
|
|
20057
20058
|
function n(u, c, l) {
|
|
20058
20059
|
u && c && l && (document.addEventListener ? u.addEventListener(c, l, !1) : u.attachEvent("on" + c, l));
|
|
@@ -20164,8 +20165,8 @@ const nI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
20164
20165
|
}, staticRenderFns: [] }, void 0, s, void 0, !1, void 0, void 0, void 0);
|
|
20165
20166
|
});
|
|
20166
20167
|
})(Ky);
|
|
20167
|
-
var
|
|
20168
|
-
const Au = /* @__PURE__ */ Ym(
|
|
20168
|
+
var i2 = Ky.exports;
|
|
20169
|
+
const Au = /* @__PURE__ */ Ym(i2), s2 = j({
|
|
20169
20170
|
components: {
|
|
20170
20171
|
DefaultInput: Ye,
|
|
20171
20172
|
DefaultSelect: Xe,
|
|
@@ -20410,12 +20411,12 @@ var f_ = function() {
|
|
|
20410
20411
|
}, expression: "houseAdditionNumberModel" } })], 1)]), r("div", { staticClass: "row" }, [r("div", { staticClass: "col-md-12" }, [r("div", { staticClass: "mb-2" }, [e.showStreetAndCity && e.houseInformation.street && e.houseInformation.city ? r("div", { staticClass: "text-success fz-small font-weight-bold" }, [r("i", { staticClass: "fas fa-info-circle" }), e._v(" " + e._s(e.houseInformation.street) + ", " + e._s(e.houseInformation.city) + " ")]) : e._e(), r("ErrorHandler", { attrs: { "errors-data": e.addressErrorsData } })], 1)])])]) : e._e(), r("input", { directives: [{ name: "model", rawName: "v-model", value: e.addressError, expression: "addressError" }, { name: "validate", rawName: "v-validate", value: { isValue: "false" }, expression: "{ isValue: 'false' }" }], attrs: { type: "hidden", name: "hidden-adress-error" }, domProps: { value: e.addressError }, on: { input: function(n) {
|
|
20411
20412
|
n.target.composing || (e.addressError = n.target.value);
|
|
20412
20413
|
} } })])]);
|
|
20413
|
-
},
|
|
20414
|
+
}, o2 = [];
|
|
20414
20415
|
f_._withStripped = !0;
|
|
20415
20416
|
var h_ = /* @__PURE__ */ I(
|
|
20416
|
-
|
|
20417
|
+
s2,
|
|
20417
20418
|
f_,
|
|
20418
|
-
|
|
20419
|
+
o2,
|
|
20419
20420
|
!1,
|
|
20420
20421
|
null,
|
|
20421
20422
|
null,
|
|
@@ -20423,7 +20424,7 @@ var h_ = /* @__PURE__ */ I(
|
|
|
20423
20424
|
null
|
|
20424
20425
|
);
|
|
20425
20426
|
h_.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/AddressHandler.vue";
|
|
20426
|
-
const Ut = h_.exports,
|
|
20427
|
+
const Ut = h_.exports, u2 = j({
|
|
20427
20428
|
props: {
|
|
20428
20429
|
hasLoader: {
|
|
20429
20430
|
type: Boolean,
|
|
@@ -20454,12 +20455,12 @@ const Ut = h_.exports, uI = j({
|
|
|
20454
20455
|
var p_ = function() {
|
|
20455
20456
|
var e = this, r = e._self._c;
|
|
20456
20457
|
return e._self._setupProxy, r("div", { staticClass: "vd-card-simple", class: { "text-center": e.hasLoader, "vd-card-simple--new": e.hasNewStyle } }, [e.noTitle ? e._e() : r("p", { staticClass: "vd-card-simple__title", class: { "border-bottom-0 mb-0": e.hasLoader, "border-bottom-0 mb-0": e.hasBorderTitle } }, [e._t("title")], 2), e._t("default"), e.hasLoader ? r("loader") : e._e()], 2);
|
|
20457
|
-
},
|
|
20458
|
+
}, l2 = [];
|
|
20458
20459
|
p_._withStripped = !0;
|
|
20459
20460
|
var m_ = /* @__PURE__ */ I(
|
|
20460
|
-
|
|
20461
|
+
u2,
|
|
20461
20462
|
p_,
|
|
20462
|
-
|
|
20463
|
+
l2,
|
|
20463
20464
|
!1,
|
|
20464
20465
|
null,
|
|
20465
20466
|
null,
|
|
@@ -20468,19 +20469,19 @@ var m_ = /* @__PURE__ */ I(
|
|
|
20468
20469
|
);
|
|
20469
20470
|
m_.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/SimpleCard.vue";
|
|
20470
20471
|
const Pe = m_.exports;
|
|
20471
|
-
function
|
|
20472
|
+
function c2(t) {
|
|
20472
20473
|
return t.valueOf().toString().substr(6, 12);
|
|
20473
20474
|
}
|
|
20474
20475
|
function Nu() {
|
|
20475
20476
|
function t(e) {
|
|
20476
|
-
const r =
|
|
20477
|
+
const r = c2(/* @__PURE__ */ new Date());
|
|
20477
20478
|
return `${e}-${r}`;
|
|
20478
20479
|
}
|
|
20479
20480
|
return {
|
|
20480
20481
|
inputId: t
|
|
20481
20482
|
};
|
|
20482
20483
|
}
|
|
20483
|
-
const
|
|
20484
|
+
const d2 = j({
|
|
20484
20485
|
name: "BirthdateInput",
|
|
20485
20486
|
components: {
|
|
20486
20487
|
ErrorHandler: me,
|
|
@@ -20525,12 +20526,12 @@ var v_ = function() {
|
|
|
20525
20526
|
return e._self._setupProxy, r("DefaultInput", e._g(e._b({ attrs: { id: e.inputId("birthdate"), name: "birthdate", type: "text", placeholder: "DD-MM-JJJJ", label: "Geboortedatum", mask: "##-##-####", validation: `required|date_format:dd-MM-yyyy|ageRange:${e.agesRange.min},${e.agesRange.max}`, "is-required": !0 }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
20526
20527
|
return [r("ErrorHandler", { attrs: { name: "birthdate", "errors-data": e.errorsData } })];
|
|
20527
20528
|
}, proxy: !0 }]) }, "DefaultInput", e.attrs, !1), e.listeners));
|
|
20528
|
-
},
|
|
20529
|
+
}, f2 = [];
|
|
20529
20530
|
v_._withStripped = !0;
|
|
20530
20531
|
var g_ = /* @__PURE__ */ I(
|
|
20531
|
-
|
|
20532
|
+
d2,
|
|
20532
20533
|
v_,
|
|
20533
|
-
|
|
20534
|
+
f2,
|
|
20534
20535
|
!1,
|
|
20535
20536
|
null,
|
|
20536
20537
|
null,
|
|
@@ -20538,7 +20539,7 @@ var g_ = /* @__PURE__ */ I(
|
|
|
20538
20539
|
null
|
|
20539
20540
|
);
|
|
20540
20541
|
g_.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/BirthdateInput.vue";
|
|
20541
|
-
const dt = g_.exports,
|
|
20542
|
+
const dt = g_.exports, h2 = j({
|
|
20542
20543
|
name: "MotorForm",
|
|
20543
20544
|
components: {
|
|
20544
20545
|
LicensePlate: ta,
|
|
@@ -20648,12 +20649,12 @@ var y_ = function() {
|
|
|
20648
20649
|
}, expression: "motorState.license" } }), r("address-handler", { attrs: { "zipcode-name": "zipcode", "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } }), r("div", { staticClass: "vd-form-group" }, [r("birthdate-input", { model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
20649
20650
|
e.$set(e.userInformation, "birthdate", n);
|
|
20650
20651
|
}, expression: "userInformation.birthdate" } })], 1), r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])], 1)])]);
|
|
20651
|
-
},
|
|
20652
|
+
}, p2 = [];
|
|
20652
20653
|
y_._withStripped = !0;
|
|
20653
20654
|
var __ = /* @__PURE__ */ I(
|
|
20654
|
-
|
|
20655
|
+
h2,
|
|
20655
20656
|
y_,
|
|
20656
|
-
|
|
20657
|
+
p2,
|
|
20657
20658
|
!1,
|
|
20658
20659
|
null,
|
|
20659
20660
|
null,
|
|
@@ -20661,7 +20662,7 @@ var __ = /* @__PURE__ */ I(
|
|
|
20661
20662
|
null
|
|
20662
20663
|
);
|
|
20663
20664
|
__.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/components/forms/MotorForm.vue";
|
|
20664
|
-
const
|
|
20665
|
+
const m2 = __.exports, v2 = j({
|
|
20665
20666
|
name: "MotorFormHorizontal",
|
|
20666
20667
|
components: {
|
|
20667
20668
|
LicensePlate: ta,
|
|
@@ -20764,12 +20765,12 @@ var b_ = function() {
|
|
|
20764
20765
|
}, expression: "motorState.license" } }), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-block" }, [r("address-handler", { attrs: { "zipcode-name": "zipcode", "house-number-name": "housenumber", template: "FORM_HORIZONTAL", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } })], 1), r("birthdate-input", { model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
20765
20766
|
e.$set(e.userInformation, "birthdate", n);
|
|
20766
20767
|
}, expression: "userInformation.birthdate" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])])], 1)])]);
|
|
20767
|
-
},
|
|
20768
|
+
}, g2 = [];
|
|
20768
20769
|
b_._withStripped = !0;
|
|
20769
20770
|
var w_ = /* @__PURE__ */ I(
|
|
20770
|
-
|
|
20771
|
+
v2,
|
|
20771
20772
|
b_,
|
|
20772
|
-
|
|
20773
|
+
g2,
|
|
20773
20774
|
!1,
|
|
20774
20775
|
null,
|
|
20775
20776
|
null,
|
|
@@ -20777,8 +20778,8 @@ var w_ = /* @__PURE__ */ I(
|
|
|
20777
20778
|
null
|
|
20778
20779
|
);
|
|
20779
20780
|
w_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/motor/components/forms/MotorFormHorizontal.vue";
|
|
20780
|
-
const
|
|
20781
|
-
function
|
|
20781
|
+
const y2 = w_.exports, _2 = "192";
|
|
20782
|
+
function b2(t) {
|
|
20782
20783
|
const e = {
|
|
20783
20784
|
CreationForm: "CreationForm",
|
|
20784
20785
|
Aanvragen: "Aanvragen",
|
|
@@ -20788,7 +20789,7 @@ function bI(t) {
|
|
|
20788
20789
|
const n = {
|
|
20789
20790
|
[e.CreationForm]: {
|
|
20790
20791
|
title: "Oeps... er gaat iets mis!",
|
|
20791
|
-
refId:
|
|
20792
|
+
refId: _2,
|
|
20792
20793
|
notes: [
|
|
20793
20794
|
{
|
|
20794
20795
|
text: "Kan geen comparison ID aanmaken voor geld lenen vergelijking"
|
|
@@ -20822,7 +20823,7 @@ function bI(t) {
|
|
|
20822
20823
|
renderQuotationData: c
|
|
20823
20824
|
};
|
|
20824
20825
|
}
|
|
20825
|
-
class
|
|
20826
|
+
class w2 {
|
|
20826
20827
|
static render(e) {
|
|
20827
20828
|
const {
|
|
20828
20829
|
AlimonyType: r,
|
|
@@ -20895,7 +20896,7 @@ const S_ = (t, e) => {
|
|
|
20895
20896
|
openQuotationModal: n,
|
|
20896
20897
|
addNote: a,
|
|
20897
20898
|
resetNotes: i
|
|
20898
|
-
} =
|
|
20899
|
+
} = b2(e), s = z(() => w2.render(t.comparison.getUser().getDetail())), u = z(() => t.formOrientation === Ki.Horizontal), c = (y) => `${t.baseUrl}#/${y}`, l = (y) => F(void 0, null, function* () {
|
|
20899
20900
|
i();
|
|
20900
20901
|
try {
|
|
20901
20902
|
const m = yield ye.comparisonService.create("loan", y);
|
|
@@ -20946,7 +20947,7 @@ const S_ = (t, e) => {
|
|
|
20946
20947
|
}
|
|
20947
20948
|
})
|
|
20948
20949
|
};
|
|
20949
|
-
},
|
|
20950
|
+
}, S2 = j({
|
|
20950
20951
|
name: "LoanAmount",
|
|
20951
20952
|
components: {
|
|
20952
20953
|
DefaultInput: Ye,
|
|
@@ -20985,12 +20986,12 @@ var O_ = function() {
|
|
|
20985
20986
|
}, proxy: !0 }, { key: "additional-info", fn: function() {
|
|
20986
20987
|
return [r("span", { staticClass: "text-deco-line", class: e.hasNewDesign ? "vd-form-additional-info-text" : "text-primary", staticStyle: { "font-size": "12px" } }, [r("i", { staticClass: "fas fa-info-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer", attrs: { slot: "reference", id: "popover-target-loan-amount" }, slot: "reference" }), e._v(" Je kunt minimaal € 2.500,- en maximaal € 75.000,- lenen. Vul hele euro's in. ")])];
|
|
20987
20988
|
}, proxy: !0 }]) }, "default-input", e.attrs, !1), e.listeners));
|
|
20988
|
-
},
|
|
20989
|
+
}, O2 = [];
|
|
20989
20990
|
O_._withStripped = !0;
|
|
20990
20991
|
var k_ = /* @__PURE__ */ I(
|
|
20991
|
-
|
|
20992
|
+
S2,
|
|
20992
20993
|
O_,
|
|
20993
|
-
|
|
20994
|
+
O2,
|
|
20994
20995
|
!1,
|
|
20995
20996
|
null,
|
|
20996
20997
|
null,
|
|
@@ -21000,7 +21001,7 @@ var k_ = /* @__PURE__ */ I(
|
|
|
21000
21001
|
k_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/loan/components/formFields/loanAmount.vue";
|
|
21001
21002
|
const C_ = k_.exports;
|
|
21002
21003
|
var _t = /* @__PURE__ */ ((t) => (t.PurchaseCar = "02", t.PurchaseBoat = "03", t.PurchaseCaravanCamper = "04", t.PurchaseHousehold = "32", t.PurchaseMotor = "05", t.PurchaseRecreationalHome = "11", t.RefinanceExistingLoans = "09", t.HomeRenovation = "06", t.EnergySavingMeasures = "07", t.PayOffMortgageDebt = "12", t.ExtraFinances = "33", t.Other = "99", t))(_t || {});
|
|
21003
|
-
const
|
|
21004
|
+
const k2 = [
|
|
21004
21005
|
{
|
|
21005
21006
|
title: "Aankoop auto",
|
|
21006
21007
|
value: _t.PurchaseCar
|
|
@@ -21049,7 +21050,7 @@ const kI = [
|
|
|
21049
21050
|
title: "Anders",
|
|
21050
21051
|
value: _t.Other
|
|
21051
21052
|
}
|
|
21052
|
-
],
|
|
21053
|
+
], C2 = j({
|
|
21053
21054
|
name: "LoanPurpose",
|
|
21054
21055
|
components: {
|
|
21055
21056
|
DefaultSelect: Xe,
|
|
@@ -21062,7 +21063,7 @@ const kI = [
|
|
|
21062
21063
|
hasNewDesign: K,
|
|
21063
21064
|
attrs: e,
|
|
21064
21065
|
listeners: r,
|
|
21065
|
-
loanPurposeOptions:
|
|
21066
|
+
loanPurposeOptions: k2,
|
|
21066
21067
|
loansErrorData: [
|
|
21067
21068
|
{
|
|
21068
21069
|
rule: "required",
|
|
@@ -21078,12 +21079,12 @@ var x_ = function() {
|
|
|
21078
21079
|
return e._self._setupProxy, r("default-select", e._g(e._b({ attrs: { id: e.inputId("loanPurpose"), label: "Leendoel", name: "loanPurpose", options: e.loanPurposeOptions, "is-required": !0 }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
21079
21080
|
return [r("ErrorHandler", { attrs: { name: "loanPurpose", "errors-data": e.loansErrorData } })];
|
|
21080
21081
|
}, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
|
|
21081
|
-
},
|
|
21082
|
+
}, x2 = [];
|
|
21082
21083
|
x_._withStripped = !0;
|
|
21083
21084
|
var D_ = /* @__PURE__ */ I(
|
|
21084
|
-
|
|
21085
|
+
C2,
|
|
21085
21086
|
x_,
|
|
21086
|
-
|
|
21087
|
+
x2,
|
|
21087
21088
|
!1,
|
|
21088
21089
|
null,
|
|
21089
21090
|
null,
|
|
@@ -21117,7 +21118,7 @@ const P_ = D_.exports, Pf = [
|
|
|
21117
21118
|
value: "N",
|
|
21118
21119
|
title: "Huurwoning"
|
|
21119
21120
|
}
|
|
21120
|
-
],
|
|
21121
|
+
], D2 = j({
|
|
21121
21122
|
name: "FamilyCompositionInput",
|
|
21122
21123
|
components: {
|
|
21123
21124
|
DefaultSelect: Xe,
|
|
@@ -21145,12 +21146,12 @@ var T_ = function() {
|
|
|
21145
21146
|
return e._self._setupProxy, r("default-select", e._g(e._b({ attrs: { id: e.inputId("familyComposition"), label: "Gezinssituatie", name: "familyComposition", options: e.familyCompositionOptions, "is-required": !0 }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
21146
21147
|
return [r("ErrorHandler", { attrs: { name: "familyComposition", "errors-data": e.errorsData } })];
|
|
21147
21148
|
}, proxy: !0 }]) }, "default-select", e.attrs, !1), e.listeners));
|
|
21148
|
-
},
|
|
21149
|
+
}, P2 = [];
|
|
21149
21150
|
T_._withStripped = !0;
|
|
21150
21151
|
var M_ = /* @__PURE__ */ I(
|
|
21151
|
-
|
|
21152
|
+
D2,
|
|
21152
21153
|
T_,
|
|
21153
|
-
|
|
21154
|
+
P2,
|
|
21154
21155
|
!1,
|
|
21155
21156
|
null,
|
|
21156
21157
|
null,
|
|
@@ -21158,7 +21159,7 @@ var M_ = /* @__PURE__ */ I(
|
|
|
21158
21159
|
null
|
|
21159
21160
|
);
|
|
21160
21161
|
M_.options.__file = "/Users/mac/Work/comparison-forms/src/components/common/inputs/FamilyCompositionInput.vue";
|
|
21161
|
-
const Dn = M_.exports, $
|
|
21162
|
+
const Dn = M_.exports, $2 = j({
|
|
21162
21163
|
name: "CreateLoanComparisonForm",
|
|
21163
21164
|
components: {
|
|
21164
21165
|
LoanPurposeInputField: P_,
|
|
@@ -21222,12 +21223,12 @@ var R_ = function() {
|
|
|
21222
21223
|
"vd-btn vd-btn-green vd-btn-w-100": e.hasNewDesign,
|
|
21223
21224
|
"btn-a btn-a--success btn-a--bold btn-block": !e.hasNewDesign
|
|
21224
21225
|
}, on: { click: e.submitCreateForm } }, [e._v(" Vergelijken ")])])], 1)]);
|
|
21225
|
-
},
|
|
21226
|
+
}, T2 = [];
|
|
21226
21227
|
R_._withStripped = !0;
|
|
21227
21228
|
var E_ = /* @__PURE__ */ I(
|
|
21228
|
-
$
|
|
21229
|
+
$2,
|
|
21229
21230
|
R_,
|
|
21230
|
-
|
|
21231
|
+
T2,
|
|
21231
21232
|
!1,
|
|
21232
21233
|
null,
|
|
21233
21234
|
null,
|
|
@@ -21235,7 +21236,7 @@ var E_ = /* @__PURE__ */ I(
|
|
|
21235
21236
|
null
|
|
21236
21237
|
);
|
|
21237
21238
|
E_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/loan/components/forms/createLoanComparisonForm.vue";
|
|
21238
|
-
const
|
|
21239
|
+
const M2 = E_.exports, R2 = j({
|
|
21239
21240
|
name: "UpdateLoanComparisonForm",
|
|
21240
21241
|
components: {
|
|
21241
21242
|
LoanPurposeInputField: P_,
|
|
@@ -21300,12 +21301,12 @@ var A_ = function() {
|
|
|
21300
21301
|
}, expression: "userInformation.birthdate" } }), r("family-composition-input", { model: { value: e.userInformation.familyComposition, callback: function(n) {
|
|
21301
21302
|
e.$set(e.userInformation, "familyComposition", n);
|
|
21302
21303
|
}, expression: "userInformation.familyComposition" } }), r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block", attrs: { disabled: e.inSubmissions }, on: { click: e.submitUpdateForm } }, [e._v(" Vergelijken ")])], 1)]);
|
|
21303
|
-
},
|
|
21304
|
+
}, E2 = [];
|
|
21304
21305
|
A_._withStripped = !0;
|
|
21305
21306
|
var N_ = /* @__PURE__ */ I(
|
|
21306
|
-
|
|
21307
|
+
R2,
|
|
21307
21308
|
A_,
|
|
21308
|
-
|
|
21309
|
+
E2,
|
|
21309
21310
|
!1,
|
|
21310
21311
|
null,
|
|
21311
21312
|
null,
|
|
@@ -21313,8 +21314,8 @@ var N_ = /* @__PURE__ */ I(
|
|
|
21313
21314
|
null
|
|
21314
21315
|
);
|
|
21315
21316
|
N_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/loan/components/forms/updateLoanComparisonForm.vue";
|
|
21316
|
-
const
|
|
21317
|
-
function
|
|
21317
|
+
const A2 = N_.exports;
|
|
21318
|
+
function N2(t, e, r, n = !1) {
|
|
21318
21319
|
const a = n && typeof r == "string" ? r.toLowerCase() : r;
|
|
21319
21320
|
return t.find((i) => (n && typeof r == "string" ? i[e].toLowerCase() : i[e]) === a);
|
|
21320
21321
|
}
|
|
@@ -21403,7 +21404,7 @@ const I_ = (t, e) => {
|
|
|
21403
21404
|
onLicenseError: d,
|
|
21404
21405
|
validateBeforeSubmit: u
|
|
21405
21406
|
};
|
|
21406
|
-
},
|
|
21407
|
+
}, I2 = j({
|
|
21407
21408
|
name: "CarForm",
|
|
21408
21409
|
components: {
|
|
21409
21410
|
LicensePlate: ta,
|
|
@@ -21474,12 +21475,12 @@ var j_ = function() {
|
|
|
21474
21475
|
}, expression: "licensePlate" } }), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-moped" }, [r("address-handler", { staticClass: "mx-0", attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } })], 1), r("div", { staticClass: "vd-form-group" }, [r("birthdate-input", { model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
21475
21476
|
e.$set(e.userInformation, "birthdate", n);
|
|
21476
21477
|
}, expression: "userInformation.birthdate" } })], 1), r("div", { staticClass: "vd-form-group mb-0" }, [r("div", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
|
|
21477
|
-
},
|
|
21478
|
+
}, j2 = [];
|
|
21478
21479
|
j_._withStripped = !0;
|
|
21479
21480
|
var F_ = /* @__PURE__ */ I(
|
|
21480
|
-
|
|
21481
|
+
I2,
|
|
21481
21482
|
j_,
|
|
21482
|
-
|
|
21483
|
+
j2,
|
|
21483
21484
|
!1,
|
|
21484
21485
|
null,
|
|
21485
21486
|
null,
|
|
@@ -21487,7 +21488,7 @@ var F_ = /* @__PURE__ */ I(
|
|
|
21487
21488
|
null
|
|
21488
21489
|
);
|
|
21489
21490
|
F_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/car/components/forms/CarForm.vue";
|
|
21490
|
-
const
|
|
21491
|
+
const F2 = F_.exports, L2 = j({
|
|
21491
21492
|
name: "CarFormHorizontal",
|
|
21492
21493
|
components: {
|
|
21493
21494
|
LicensePlate: ta,
|
|
@@ -21558,12 +21559,12 @@ var L_ = function() {
|
|
|
21558
21559
|
}, expression: "licensePlate" } }), r("div", { staticClass: "vd-form-group vd-form-group--address-handler-block" }, [r("address-handler", { attrs: { "zipcode-name": "zipcode", "show-street-and-city": !0, template: "FORM_HORIZONTAL", "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } })], 1), r("birthdate-input", { model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
21559
21560
|
e.$set(e.userInformation, "birthdate", n);
|
|
21560
21561
|
}, expression: "userInformation.birthdate" } }), r("div", { staticClass: "vd-form-group vd-form-group__button" }, [r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])])], 1)]);
|
|
21561
|
-
},
|
|
21562
|
+
}, V2 = [];
|
|
21562
21563
|
L_._withStripped = !0;
|
|
21563
21564
|
var V_ = /* @__PURE__ */ I(
|
|
21564
|
-
|
|
21565
|
+
L2,
|
|
21565
21566
|
L_,
|
|
21566
|
-
|
|
21567
|
+
V2,
|
|
21567
21568
|
!1,
|
|
21568
21569
|
null,
|
|
21569
21570
|
null,
|
|
@@ -21571,11 +21572,11 @@ var V_ = /* @__PURE__ */ I(
|
|
|
21571
21572
|
null
|
|
21572
21573
|
);
|
|
21573
21574
|
V_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/car/components/forms/CarFormHorizontal.vue";
|
|
21574
|
-
const
|
|
21575
|
-
let
|
|
21576
|
-
const
|
|
21577
|
-
let Up = O(!1),
|
|
21578
|
-
const
|
|
21575
|
+
const B2 = V_.exports;
|
|
21576
|
+
let Y2 = Be({});
|
|
21577
|
+
const q2 = Be({});
|
|
21578
|
+
let Up = O(!1), H2 = O(!1), U2 = O(!1), z2 = O(!1), W2 = O(+D().format("YYYY")), G2 = O(!1), ti = O(!1), sa = O(!1);
|
|
21579
|
+
const Z2 = 16, K2 = 99, B_ = (t, e) => {
|
|
21579
21580
|
const r = z(() => w.birthdate.length === 10), n = z(() => Object.keys(t.buttonOptions).length === 0 ? {} : {
|
|
21580
21581
|
"--background": t.buttonOptions.normal.background,
|
|
21581
21582
|
"--text-color": t.buttonOptions.normal.textColor,
|
|
@@ -21653,16 +21654,16 @@ const ZI = 16, KI = 99, B_ = (t, e) => {
|
|
|
21653
21654
|
}
|
|
21654
21655
|
t.isOnResultPage || Ht.removeSessionState("moped-path", "moped-storage");
|
|
21655
21656
|
}), {
|
|
21656
|
-
HouseInformation:
|
|
21657
|
-
vehicle:
|
|
21657
|
+
HouseInformation: Y2,
|
|
21658
|
+
vehicle: q2,
|
|
21658
21659
|
licenseError: Up,
|
|
21659
|
-
showLicenseInfo:
|
|
21660
|
-
houseError:
|
|
21661
|
-
showHouseInformation:
|
|
21662
|
-
currentYear:
|
|
21663
|
-
isModalOpen:
|
|
21664
|
-
minAge:
|
|
21665
|
-
maxAge:
|
|
21660
|
+
showLicenseInfo: H2,
|
|
21661
|
+
houseError: U2,
|
|
21662
|
+
showHouseInformation: z2,
|
|
21663
|
+
currentYear: W2,
|
|
21664
|
+
isModalOpen: G2,
|
|
21665
|
+
minAge: Z2,
|
|
21666
|
+
maxAge: K2,
|
|
21666
21667
|
birthDateYear: r,
|
|
21667
21668
|
buttonStyles: n,
|
|
21668
21669
|
showCatalogValueField: ti,
|
|
@@ -21676,7 +21677,7 @@ const ZI = 16, KI = 99, B_ = (t, e) => {
|
|
|
21676
21677
|
mopedState: Mt,
|
|
21677
21678
|
errorsData: d
|
|
21678
21679
|
};
|
|
21679
|
-
},
|
|
21680
|
+
}, J2 = j({
|
|
21680
21681
|
name: "MopedForm",
|
|
21681
21682
|
components: {
|
|
21682
21683
|
LicensePlate: ta,
|
|
@@ -21798,12 +21799,12 @@ var Y_ = function() {
|
|
|
21798
21799
|
}, expression: "mopedState.catalogValue" } })], 1) : e._e(), r("address-handler", { attrs: { "zipcode-name": "zipcode", "house-number-name": "housenumber", "house-number-addition-name": "housenumberaddition", zipcode: e.userInformation.zipcode, "house-number": e.userInformation.houseNumber, "house-number-addition": e.userInformation.houseNumberAddition }, on: { "update-zipcode": (n) => e.userInformation.zipcode = n, "update-house-number": (n) => e.userInformation.houseNumber = n, "update-house-number-addition": (n) => e.userInformation.houseNumberAddition = n, "address-correct": (n) => e.houseError = !n } }), r("div", { staticClass: "vd-form-group" }, [r("birthdate-input", { attrs: { "ages-range": { min: e.minAge, max: e.maxAge } }, model: { value: e.userInformation.birthdate, callback: function(n) {
|
|
21799
21800
|
e.$set(e.userInformation, "birthdate", n);
|
|
21800
21801
|
}, expression: "userInformation.birthdate" } })], 1), r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer" }, [e._v(" Vergelijken ")])], 1)])]);
|
|
21801
|
-
},
|
|
21802
|
+
}, X2 = [];
|
|
21802
21803
|
Y_._withStripped = !0;
|
|
21803
21804
|
var q_ = /* @__PURE__ */ I(
|
|
21804
|
-
|
|
21805
|
+
J2,
|
|
21805
21806
|
Y_,
|
|
21806
|
-
|
|
21807
|
+
X2,
|
|
21807
21808
|
!1,
|
|
21808
21809
|
null,
|
|
21809
21810
|
null,
|
|
@@ -21811,7 +21812,7 @@ var q_ = /* @__PURE__ */ I(
|
|
|
21811
21812
|
null
|
|
21812
21813
|
);
|
|
21813
21814
|
q_.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/moped/components/forms/MopedForm.vue";
|
|
21814
|
-
const
|
|
21815
|
+
const Q2 = q_.exports, ej = j({
|
|
21815
21816
|
name: "MopedFormHorizontal",
|
|
21816
21817
|
components: {
|
|
21817
21818
|
LicensePlate: ta,
|
|
@@ -22128,7 +22129,7 @@ const ju = K_.exports, ij = j({
|
|
|
22128
22129
|
let s = O(""), u = O(!1), c = O("bottom");
|
|
22129
22130
|
const l = z(() => Ir().proxy.$el.querySelector("#search-select-input")), o = z(() => t.options.filter((b) => b.name.toLowerCase().indexOf(s.value.toLowerCase()) !== -1)), d = z(() => `search-select-options--${c.value}`), h = () => {
|
|
22130
22131
|
var b;
|
|
22131
|
-
t.value && (s.value = ((b =
|
|
22132
|
+
t.value && (s.value = ((b = N2(t.options, "id", t.value)) == null ? void 0 : b.name) || "");
|
|
22132
22133
|
}, f = () => {
|
|
22133
22134
|
c.value = "bottom", ln(() => {
|
|
22134
22135
|
var b;
|
|
@@ -29708,7 +29709,7 @@ const y0 = g0.exports, jB = j({
|
|
|
29708
29709
|
});
|
|
29709
29710
|
var _0 = function() {
|
|
29710
29711
|
var e = this, r = e._self._c;
|
|
29711
|
-
return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-form-card--border-box", class: { "vd-new-form": e.hasNewDesign, [e.classes]: !!e.classes, "vd-form-card--flat w-100": e.isOnResultPage }, attrs: { "has-new-style": !0 } }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("div", { staticClass: "vd-form-group" }, [r("default-select", { staticClass: "mb-3 mx-0", attrs: { id: "TypeOfCaravan", options: e.typeOfCaravan, label: "Soort caravan", placeholder: "Maak je keuze", name: "caravanType", "is-required": "" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
29712
|
+
return e._self._setupProxy, r("simple-card", { staticClass: "vd-form-card vd-form-card--border-box", class: { "vd-new-form": e.hasNewDesign, [e.classes]: !!e.classes, "vd-form-card--flat w-100": e.isOnResultPage }, attrs: { "has-new-style": !0 } }, [e.showTitle ? r("p", { staticClass: "vd-form-card__title" }, [e._v(" " + e._s(e.title) + " ")]) : e._e(), r("div", { staticClass: "vd-form-card__content" }, [r("div", { staticClass: "vd-form-group" }, [r("default-select", { staticClass: "mb-3 mx-0", attrs: { id: "TypeOfCaravan", options: e.typeOfCaravan, label: "Soort caravan", placeholder: "Maak je keuze", name: "caravanType", "is-required": "" }, scopedSlots: e._u([{ key: "error-messages", fn: function() {
|
|
29712
29713
|
return [r("ErrorHandler", { attrs: { name: "caravanType", "errors-data": e.fieldsErrors.type } })];
|
|
29713
29714
|
}, proxy: !0 }]), model: { value: e.caravanState.typeOfCaravan, callback: function(n) {
|
|
29714
29715
|
e.$set(e.caravanState, "typeOfCaravan", n);
|
|
@@ -29730,7 +29731,7 @@ var _0 = function() {
|
|
|
29730
29731
|
return [r("ErrorHandler", { attrs: { name: "catalogValue", "errors-data": e.fieldsErrors.catalogValue } })];
|
|
29731
29732
|
}, proxy: !0 }]), model: { value: e.caravanState.catalogValue, callback: function(n) {
|
|
29732
29733
|
e.$set(e.caravanState, "catalogValue", n);
|
|
29733
|
-
}, expression: "caravanState.catalogValue" } }), e.caravanState.typeOfCaravan !== "CS" && e.caravanState.typeOfCaravan !== "" ? r("p", { staticClass: "m-0 mt-1", class: e.hasNewDesign ? "vd-form-additional-info-text" : "text-link fz-small cursor-pointer", on: { click: e.catalogValueHelper } }, [r("i", { staticClass: "fas fa-question-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer", attrs: { id: "newValueIcon" } }), e._v(" Ik weet de nieuwwaarde niet ")]) : e._e(), r("ErrorHandler", { attrs: { "errors-data": e.fieldsErrors.helperValue } })], 1), r("
|
|
29734
|
+
}, expression: "caravanState.catalogValue" } }), e.caravanState.typeOfCaravan !== "CS" && e.caravanState.typeOfCaravan !== "" ? r("p", { staticClass: "m-0 mt-1", class: e.hasNewDesign ? "vd-form-additional-info-text" : "text-link fz-small cursor-pointer", on: { click: e.catalogValueHelper } }, [r("i", { staticClass: "fas fa-question-circle", class: e.hasNewDesign ? "vd-tip-icon" : "text-primary fz-big cursor-pointer", attrs: { id: "newValueIcon" } }), e._v(" Ik weet de nieuwwaarde niet ")]) : e._e(), r("ErrorHandler", { attrs: { "errors-data": e.fieldsErrors.helperValue } })], 1), r("button", { class: e.hasNewDesign ? "vd-btn vd-btn-green vd-btn-w-100" : "btn-a btn-a--success btn-a--bold btn-block cursor-pointer mt-2", on: { click: e.validateBeforeSubmit } }, [e._v(" Vergelijken ")])]), r("catalog-value-modal", { ref: "catalogValueModal", attrs: { "caravan-type": e.caravanState.typeOfCaravan, "build-year": e.caravanState.buildYear }, on: { "set-catalog-value": e.setCatalogusValue } }), r("manual-new-value-modal", { ref: "manualNewValueModal", attrs: { "caravan-type": e.caravanState.typeOfCaravan, "catalog-value": e.caravanState.catalogValue, "purchase-value": e.caravanState.purchaseValue }, on: { "switch-values": function(n) {
|
|
29734
29735
|
return e.switchValues(e.caravanState.purchaseValue, e.caravanState.catalogValue);
|
|
29735
29736
|
}, "set-purchase-value-as-new-value": e.setPurchaseValueAsNewValue } })], 1);
|
|
29736
29737
|
}, FB = [];
|
|
@@ -31029,7 +31030,7 @@ var T0 = /* @__PURE__ */ I(
|
|
|
31029
31030
|
T0.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/business/businessCar/components/BusinessCarForm.vue";
|
|
31030
31031
|
const nY = T0.exports, aY = (t, e) => {
|
|
31031
31032
|
const r = O(!1);
|
|
31032
|
-
let n = O(!1), a = t.qaUrl || fn.qa.url, i = fn.qa.qaId, s = fn.qa.currentItemId, u = fn.qa.nextItemId;
|
|
31033
|
+
let n = O(!1), a = t.qaUrl || fn.qa.url, i = t.qaId || fn.qa.qaId, s = t.currentItemId || fn.qa.currentItemId, u = t.nextItemId || fn.qa.nextItemId;
|
|
31033
31034
|
function c() {
|
|
31034
31035
|
return F(this, null, function* () {
|
|
31035
31036
|
if (r.value = !Object.keys(It.companyData).length || !It.companyData.naam, !r.value) {
|
|
@@ -31092,6 +31093,18 @@ const nY = T0.exports, aY = (t, e) => {
|
|
|
31092
31093
|
qaUrl: {
|
|
31093
31094
|
required: !1,
|
|
31094
31095
|
type: String
|
|
31096
|
+
},
|
|
31097
|
+
qaId: {
|
|
31098
|
+
required: !1,
|
|
31099
|
+
type: String
|
|
31100
|
+
},
|
|
31101
|
+
currentItemId: {
|
|
31102
|
+
required: !1,
|
|
31103
|
+
type: String
|
|
31104
|
+
},
|
|
31105
|
+
nextItemId: {
|
|
31106
|
+
required: !1,
|
|
31107
|
+
type: String
|
|
31095
31108
|
}
|
|
31096
31109
|
},
|
|
31097
31110
|
setup(t, { emit: e }) {
|
|
@@ -31132,13 +31145,13 @@ R0.options.__file = "/Users/mac/Work/comparison-forms/src/insurances/business/ri
|
|
|
31132
31145
|
const oY = R0.exports, uY = j({
|
|
31133
31146
|
name: "EmbeddedApp",
|
|
31134
31147
|
components: {
|
|
31135
|
-
MotorForm:
|
|
31136
|
-
MotorFormHorizontal:
|
|
31137
|
-
CreateLoanComparisonForm:
|
|
31138
|
-
UpdateLoanComparisonForm:
|
|
31139
|
-
CarForm:
|
|
31140
|
-
CarFormHorizontal:
|
|
31141
|
-
MopedForm:
|
|
31148
|
+
MotorForm: m2,
|
|
31149
|
+
MotorFormHorizontal: y2,
|
|
31150
|
+
CreateLoanComparisonForm: M2,
|
|
31151
|
+
UpdateLoanComparisonForm: A2,
|
|
31152
|
+
CarForm: F2,
|
|
31153
|
+
CarFormHorizontal: B2,
|
|
31154
|
+
MopedForm: Q2,
|
|
31142
31155
|
MopedFormHorizontal: rj,
|
|
31143
31156
|
PetForm: cL,
|
|
31144
31157
|
PetFormHorizontal: hL,
|
|
@@ -31229,6 +31242,18 @@ const oY = R0.exports, uY = j({
|
|
|
31229
31242
|
qaUrl: {
|
|
31230
31243
|
required: !1,
|
|
31231
31244
|
type: String
|
|
31245
|
+
},
|
|
31246
|
+
qaId: {
|
|
31247
|
+
required: !1,
|
|
31248
|
+
type: String
|
|
31249
|
+
},
|
|
31250
|
+
currentItemId: {
|
|
31251
|
+
required: !1,
|
|
31252
|
+
type: String
|
|
31253
|
+
},
|
|
31254
|
+
nextItemId: {
|
|
31255
|
+
required: !1,
|
|
31256
|
+
type: String
|
|
31232
31257
|
}
|
|
31233
31258
|
},
|
|
31234
31259
|
setup(t, { emit: e }) {
|
|
@@ -31253,7 +31278,7 @@ const oY = R0.exports, uY = j({
|
|
|
31253
31278
|
});
|
|
31254
31279
|
var E0 = function() {
|
|
31255
31280
|
var e = this, r = e._self._c;
|
|
31256
|
-
return e._self._setupProxy, r(e.formComponent, { tag: "component", attrs: { link: e.link, "base-url": e.baseUrl, "has-new-design": e.hasNewDesign, "user-information": e.userInformation, "insurance-state": e.insuranceState, "is-on-result-page": e.isOnResultPage, "is-on-coverage-page": e.isOnCoveragePage, classes: e.classes, title: e.title, showTitle: e.showTitle, "form-orientation": e.formOrientation, comparison: e.comparison, status: e.status, "qa-url": e.qaUrl }, on: { "submit-form": e.submitFormData, "emit-event-hub": e.emitEventHub, "redirect-page": e.redirectPage } });
|
|
31281
|
+
return e._self._setupProxy, r(e.formComponent, { tag: "component", attrs: { link: e.link, "base-url": e.baseUrl, "has-new-design": e.hasNewDesign, "user-information": e.userInformation, "insurance-state": e.insuranceState, "is-on-result-page": e.isOnResultPage, "is-on-coverage-page": e.isOnCoveragePage, classes: e.classes, title: e.title, showTitle: e.showTitle, "form-orientation": e.formOrientation, comparison: e.comparison, status: e.status, "qa-url": e.qaUrl, "qa-id": e.qaId, "current-item-id": e.currentItemId, "next-item-id": e.nextItemId }, on: { "submit-form": e.submitFormData, "emit-event-hub": e.emitEventHub, "redirect-page": e.redirectPage } });
|
|
31257
31282
|
}, lY = [];
|
|
31258
31283
|
E0._withStripped = !0;
|
|
31259
31284
|
var A0 = /* @__PURE__ */ I(
|