@sprig-technologies/sprig-browser 2.42.1 → 2.43.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.
- package/dist/conversational-ui-BnadcoG2.cjs +1 -0
- package/dist/{conversational-ui-D6UnLFmt.js → conversational-ui-CtA-YS3e.js} +4 -4
- package/dist/conversational-v2-styles-D3WQxdro.cjs +1 -0
- package/dist/conversational-v2-styles-XFcJt3-u.js +4 -0
- package/dist/{core-D9RfS2Z8.js → core-DJ3Dpomz.js} +355 -355
- package/dist/core-wqg-G3hc.cjs +12 -0
- package/dist/core.cjs +1 -1
- package/dist/core.d.ts +1 -0
- package/dist/core.js +2 -2
- package/dist/{index-CygVREGR.js → index-BEn8X37H.js} +4 -4
- package/dist/index-C0oA6Zlm.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/{metricsReporter-Dy6jXbOf.cjs → metricsReporter-BAjv1fmT.cjs} +1 -1
- package/dist/{metricsReporter-DqmmYkn-.js → metricsReporter-DDWVWGid.js} +1 -1
- package/dist/replay.cjs +1 -1
- package/dist/replay.js +1 -1
- package/dist/{getAttributedUrl-BkFxZZq1.js → videoPlayer-Cj-utOH3.js} +322 -320
- package/dist/{getAttributedUrl-DndmCZhi.cjs → videoPlayer-DD0Jmq0y.cjs} +3 -3
- package/dist/view-Ctyh240J.js +1737 -0
- package/dist/view-DlMlH6Lu.cjs +1 -0
- package/package.json +1 -1
- package/dist/conversational-ui-Bxn2-bHk.cjs +0 -1
- package/dist/core-C7eAp3i8.cjs +0 -12
- package/dist/index-C3QpXMSG.cjs +0 -1
- package/dist/view-BlV4gOTD.cjs +0 -1
- package/dist/view-q6KAoLll.js +0 -1729
|
@@ -0,0 +1,1737 @@
|
|
|
1
|
+
import { A as re, d as Yr, e as Xr, C as ct, f as We, r as en } from "./core-DJ3Dpomz.js";
|
|
2
|
+
import { e as ue, h as Ce, S as M, s as ve, b as Ve, D as dt, t as Qe, u as tn, v as pt } from "./metricsReporter-DDWVWGid.js";
|
|
3
|
+
var fe, k, tr, G, ft, rr, Ze, nr, de = {}, or = [], rn = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, Le = Array.isArray;
|
|
4
|
+
function $(e, t) {
|
|
5
|
+
for (var r in t) e[r] = t[r];
|
|
6
|
+
return e;
|
|
7
|
+
}
|
|
8
|
+
function ir(e) {
|
|
9
|
+
var t = e.parentNode;
|
|
10
|
+
t && t.removeChild(e);
|
|
11
|
+
}
|
|
12
|
+
function T(e, t, r) {
|
|
13
|
+
var n, o, i, a = {};
|
|
14
|
+
for (i in t) i == "key" ? n = t[i] : i == "ref" ? o = t[i] : a[i] = t[i];
|
|
15
|
+
if (arguments.length > 2 && (a.children = arguments.length > 3 ? fe.call(arguments, 2) : r), typeof e == "function" && e.defaultProps != null) for (i in e.defaultProps) a[i] === void 0 && (a[i] = e.defaultProps[i]);
|
|
16
|
+
return ce(e, a, n, o, null);
|
|
17
|
+
}
|
|
18
|
+
function ce(e, t, r, n, o) {
|
|
19
|
+
var i = { type: e, props: t, key: r, ref: n, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, constructor: void 0, __v: o ?? ++tr, __i: -1, __u: 0 };
|
|
20
|
+
return o == null && k.vnode != null && k.vnode(i), i;
|
|
21
|
+
}
|
|
22
|
+
function ar() {
|
|
23
|
+
return { current: null };
|
|
24
|
+
}
|
|
25
|
+
function F(e) {
|
|
26
|
+
return e.children;
|
|
27
|
+
}
|
|
28
|
+
function z(e, t) {
|
|
29
|
+
this.props = e, this.context = t;
|
|
30
|
+
}
|
|
31
|
+
function oe(e, t) {
|
|
32
|
+
if (t == null) return e.__ ? oe(e.__, e.__i + 1) : null;
|
|
33
|
+
for (var r; t < e.__k.length; t++) if ((r = e.__k[t]) != null && r.__e != null) return r.__e;
|
|
34
|
+
return typeof e.type == "function" ? oe(e) : null;
|
|
35
|
+
}
|
|
36
|
+
function sr(e) {
|
|
37
|
+
var t, r;
|
|
38
|
+
if ((e = e.__) != null && e.__c != null) {
|
|
39
|
+
for (e.__e = e.__c.base = null, t = 0; t < e.__k.length; t++) if ((r = e.__k[t]) != null && r.__e != null) {
|
|
40
|
+
e.__e = e.__c.base = r.__e;
|
|
41
|
+
break;
|
|
42
|
+
}
|
|
43
|
+
return sr(e);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
function Ge(e) {
|
|
47
|
+
(!e.__d && (e.__d = !0) && G.push(e) && !Se.__r++ || ft !== k.debounceRendering) && ((ft = k.debounceRendering) || rr)(Se);
|
|
48
|
+
}
|
|
49
|
+
function Se() {
|
|
50
|
+
var e, t, r, n, o, i, a, s, l;
|
|
51
|
+
for (G.sort(Ze); e = G.shift(); ) e.__d && (t = G.length, n = void 0, i = (o = (r = e).__v).__e, s = [], l = [], (a = r.__P) && ((n = $({}, o)).__v = o.__v + 1, k.vnode && k.vnode(n), et(a, n, o, r.__n, a.ownerSVGElement !== void 0, 32 & o.__u ? [i] : null, s, i ?? oe(o), !!(32 & o.__u), l), n.__.__k[n.__i] = n, cr(s, n, l), n.__e != i && sr(n)), G.length > t && G.sort(Ze));
|
|
52
|
+
Se.__r = 0;
|
|
53
|
+
}
|
|
54
|
+
function lr(e, t, r, n, o, i, a, s, l, c, d) {
|
|
55
|
+
var u, h, f, g, y, x = n && n.__k || or, S = t.length;
|
|
56
|
+
for (r.__d = l, function(b, I, E) {
|
|
57
|
+
var p, m, _, C, v, R = I.length, L = E.length, j = L, U = 0;
|
|
58
|
+
for (b.__k = [], p = 0; p < R; p++) (m = b.__k[p] = (m = I[p]) == null || typeof m == "boolean" || typeof m == "function" ? null : typeof m == "string" || typeof m == "number" || typeof m == "bigint" || m.constructor == String ? ce(null, m, null, null, m) : Le(m) ? ce(F, { children: m }, null, null, null) : m.constructor === void 0 && m.__b > 0 ? ce(m.type, m.props, m.key, m.ref ? m.ref : null, m.__v) : m) != null ? (m.__ = b, m.__b = b.__b + 1, v = nn(m, E, C = p + U, j), m.__i = v, _ = null, v !== -1 && (j--, (_ = E[v]) && (_.__u |= 131072)), _ == null || _.__v === null ? (v == -1 && U--, typeof m.type != "function" && (m.__u |= 65536)) : v !== C && (v === C + 1 ? U++ : v > C ? j > R - C ? U += v - C : U-- : U = v < C && v == C - 1 ? v - C : 0, v !== p + U && (m.__u |= 65536))) : (_ = E[p]) && _.key == null && _.__e && (_.__e == b.__d && (b.__d = oe(_)), Ke(_, _, !1), E[p] = null, j--);
|
|
59
|
+
if (j) for (p = 0; p < L; p++) (_ = E[p]) != null && !(131072 & _.__u) && (_.__e == b.__d && (b.__d = oe(_)), Ke(_, _));
|
|
60
|
+
}(r, t, x), l = r.__d, u = 0; u < S; u++) (f = r.__k[u]) != null && typeof f != "boolean" && typeof f != "function" && (h = f.__i === -1 ? de : x[f.__i] || de, f.__i = u, et(e, f, h, o, i, a, s, l, c, d), g = f.__e, f.ref && h.ref != f.ref && (h.ref && tt(h.ref, null, f), d.push(f.ref, f.__c || g, f)), y == null && g != null && (y = g), 65536 & f.__u || h.__k === f.__k ? l = ur(f, l, e) : typeof f.type == "function" && f.__d !== void 0 ? l = f.__d : g && (l = g.nextSibling), f.__d = void 0, f.__u &= -196609);
|
|
61
|
+
r.__d = l, r.__e = y;
|
|
62
|
+
}
|
|
63
|
+
function ur(e, t, r) {
|
|
64
|
+
var n, o;
|
|
65
|
+
if (typeof e.type == "function") {
|
|
66
|
+
for (n = e.__k, o = 0; n && o < n.length; o++) n[o] && (n[o].__ = e, t = ur(n[o], t, r));
|
|
67
|
+
return t;
|
|
68
|
+
}
|
|
69
|
+
return e.__e != t && (r.insertBefore(e.__e, t || null), t = e.__e), t && t.nextSibling;
|
|
70
|
+
}
|
|
71
|
+
function W(e, t) {
|
|
72
|
+
return t = t || [], e == null || typeof e == "boolean" || (Le(e) ? e.some(function(r) {
|
|
73
|
+
W(r, t);
|
|
74
|
+
}) : t.push(e)), t;
|
|
75
|
+
}
|
|
76
|
+
function nn(e, t, r, n) {
|
|
77
|
+
var o = e.key, i = e.type, a = r - 1, s = r + 1, l = t[r];
|
|
78
|
+
if (l === null || l && o == l.key && i === l.type) return r;
|
|
79
|
+
if (n > (l == null || 131072 & l.__u ? 0 : 1)) for (; a >= 0 || s < t.length; ) {
|
|
80
|
+
if (a >= 0) {
|
|
81
|
+
if ((l = t[a]) && !(131072 & l.__u) && o == l.key && i === l.type) return a;
|
|
82
|
+
a--;
|
|
83
|
+
}
|
|
84
|
+
if (s < t.length) {
|
|
85
|
+
if ((l = t[s]) && !(131072 & l.__u) && o == l.key && i === l.type) return s;
|
|
86
|
+
s++;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return -1;
|
|
90
|
+
}
|
|
91
|
+
function _t(e, t, r) {
|
|
92
|
+
t[0] === "-" ? e.setProperty(t, r ?? "") : e[t] = r == null ? "" : typeof r != "number" || rn.test(t) ? r : r + "px";
|
|
93
|
+
}
|
|
94
|
+
function ye(e, t, r, n, o) {
|
|
95
|
+
var i;
|
|
96
|
+
e: if (t === "style") if (typeof r == "string") e.style.cssText = r;
|
|
97
|
+
else {
|
|
98
|
+
if (typeof n == "string" && (e.style.cssText = n = ""), n) for (t in n) r && t in r || _t(e.style, t, "");
|
|
99
|
+
if (r) for (t in r) n && r[t] === n[t] || _t(e.style, t, r[t]);
|
|
100
|
+
}
|
|
101
|
+
else if (t[0] === "o" && t[1] === "n") i = t !== (t = t.replace(/(PointerCapture)$|Capture$/, "$1")), t = t.toLowerCase() in e ? t.toLowerCase().slice(2) : t.slice(2), e.l || (e.l = {}), e.l[t + i] = r, r ? n ? r.u = n.u : (r.u = Date.now(), e.addEventListener(t, i ? ht : mt, i)) : e.removeEventListener(t, i ? ht : mt, i);
|
|
102
|
+
else {
|
|
103
|
+
if (o) t = t.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
|
|
104
|
+
else if (t !== "width" && t !== "height" && t !== "href" && t !== "list" && t !== "form" && t !== "tabIndex" && t !== "download" && t !== "rowSpan" && t !== "colSpan" && t !== "role" && t in e) try {
|
|
105
|
+
e[t] = r ?? "";
|
|
106
|
+
break e;
|
|
107
|
+
} catch {
|
|
108
|
+
}
|
|
109
|
+
typeof r == "function" || (r == null || r === !1 && t[4] !== "-" ? e.removeAttribute(t) : e.setAttribute(t, r));
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
function mt(e) {
|
|
113
|
+
var t = this.l[e.type + !1];
|
|
114
|
+
if (e.t) {
|
|
115
|
+
if (e.t <= t.u) return;
|
|
116
|
+
} else e.t = Date.now();
|
|
117
|
+
return t(k.event ? k.event(e) : e);
|
|
118
|
+
}
|
|
119
|
+
function ht(e) {
|
|
120
|
+
return this.l[e.type + !0](k.event ? k.event(e) : e);
|
|
121
|
+
}
|
|
122
|
+
function et(e, t, r, n, o, i, a, s, l, c) {
|
|
123
|
+
var d, u, h, f, g, y, x, S, b, I, E, p, m, _, C, v = t.type;
|
|
124
|
+
if (t.constructor !== void 0) return null;
|
|
125
|
+
128 & r.__u && (l = !!(32 & r.__u), i = [s = t.__e = r.__e]), (d = k.__b) && d(t);
|
|
126
|
+
e: if (typeof v == "function") try {
|
|
127
|
+
if (S = t.props, b = (d = v.contextType) && n[d.__c], I = d ? b ? b.props.value : d.__ : n, r.__c ? x = (u = t.__c = r.__c).__ = u.__E : ("prototype" in v && v.prototype.render ? t.__c = u = new v(S, I) : (t.__c = u = new z(S, I), u.constructor = v, u.render = an), b && b.sub(u), u.props = S, u.state || (u.state = {}), u.context = I, u.__n = n, h = u.__d = !0, u.__h = [], u._sb = []), u.__s == null && (u.__s = u.state), v.getDerivedStateFromProps != null && (u.__s == u.state && (u.__s = $({}, u.__s)), $(u.__s, v.getDerivedStateFromProps(S, u.__s))), f = u.props, g = u.state, u.__v = t, h) v.getDerivedStateFromProps == null && u.componentWillMount != null && u.componentWillMount(), u.componentDidMount != null && u.__h.push(u.componentDidMount);
|
|
128
|
+
else {
|
|
129
|
+
if (v.getDerivedStateFromProps == null && S !== f && u.componentWillReceiveProps != null && u.componentWillReceiveProps(S, I), !u.__e && (u.shouldComponentUpdate != null && u.shouldComponentUpdate(S, u.__s, I) === !1 || t.__v === r.__v)) {
|
|
130
|
+
for (t.__v !== r.__v && (u.props = S, u.state = u.__s, u.__d = !1), t.__e = r.__e, t.__k = r.__k, t.__k.forEach(function(R) {
|
|
131
|
+
R && (R.__ = t);
|
|
132
|
+
}), E = 0; E < u._sb.length; E++) u.__h.push(u._sb[E]);
|
|
133
|
+
u._sb = [], u.__h.length && a.push(u);
|
|
134
|
+
break e;
|
|
135
|
+
}
|
|
136
|
+
u.componentWillUpdate != null && u.componentWillUpdate(S, u.__s, I), u.componentDidUpdate != null && u.__h.push(function() {
|
|
137
|
+
u.componentDidUpdate(f, g, y);
|
|
138
|
+
});
|
|
139
|
+
}
|
|
140
|
+
if (u.context = I, u.props = S, u.__P = e, u.__e = !1, p = k.__r, m = 0, "prototype" in v && v.prototype.render) {
|
|
141
|
+
for (u.state = u.__s, u.__d = !1, p && p(t), d = u.render(u.props, u.state, u.context), _ = 0; _ < u._sb.length; _++) u.__h.push(u._sb[_]);
|
|
142
|
+
u._sb = [];
|
|
143
|
+
} else do
|
|
144
|
+
u.__d = !1, p && p(t), d = u.render(u.props, u.state, u.context), u.state = u.__s;
|
|
145
|
+
while (u.__d && ++m < 25);
|
|
146
|
+
u.state = u.__s, u.getChildContext != null && (n = $($({}, n), u.getChildContext())), h || u.getSnapshotBeforeUpdate == null || (y = u.getSnapshotBeforeUpdate(f, g)), lr(e, Le(C = d != null && d.type === F && d.key == null ? d.props.children : d) ? C : [C], t, r, n, o, i, a, s, l, c), u.base = t.__e, t.__u &= -161, u.__h.length && a.push(u), x && (u.__E = u.__ = null);
|
|
147
|
+
} catch (R) {
|
|
148
|
+
t.__v = null, l || i != null ? (t.__e = s, t.__u |= l ? 160 : 32, i[i.indexOf(s)] = null) : (t.__e = r.__e, t.__k = r.__k), k.__e(R, t, r);
|
|
149
|
+
}
|
|
150
|
+
else i == null && t.__v === r.__v ? (t.__k = r.__k, t.__e = r.__e) : t.__e = on(r.__e, t, r, n, o, i, a, l, c);
|
|
151
|
+
(d = k.diffed) && d(t);
|
|
152
|
+
}
|
|
153
|
+
function cr(e, t, r) {
|
|
154
|
+
t.__d = void 0;
|
|
155
|
+
for (var n = 0; n < r.length; n++) tt(r[n], r[++n], r[++n]);
|
|
156
|
+
k.__c && k.__c(t, e), e.some(function(o) {
|
|
157
|
+
try {
|
|
158
|
+
e = o.__h, o.__h = [], e.some(function(i) {
|
|
159
|
+
i.call(o);
|
|
160
|
+
});
|
|
161
|
+
} catch (i) {
|
|
162
|
+
k.__e(i, o.__v);
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
}
|
|
166
|
+
function on(e, t, r, n, o, i, a, s, l) {
|
|
167
|
+
var c, d, u, h, f, g, y, x = r.props, S = t.props, b = t.type;
|
|
168
|
+
if (b === "svg" && (o = !0), i != null) {
|
|
169
|
+
for (c = 0; c < i.length; c++) if ((f = i[c]) && "setAttribute" in f == !!b && (b ? f.localName === b : f.nodeType === 3)) {
|
|
170
|
+
e = f, i[c] = null;
|
|
171
|
+
break;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
if (e == null) {
|
|
175
|
+
if (b === null) return document.createTextNode(S);
|
|
176
|
+
e = o ? document.createElementNS("http://www.w3.org/2000/svg", b) : document.createElement(b, S.is && S), i = null, s = !1;
|
|
177
|
+
}
|
|
178
|
+
if (b === null) x === S || s && e.data === S || (e.data = S);
|
|
179
|
+
else {
|
|
180
|
+
if (i = i && fe.call(e.childNodes), x = r.props || de, !s && i != null) for (x = {}, c = 0; c < e.attributes.length; c++) x[(f = e.attributes[c]).name] = f.value;
|
|
181
|
+
for (c in x) f = x[c], c == "children" || (c == "dangerouslySetInnerHTML" ? u = f : c === "key" || c in S || ye(e, c, null, f, o));
|
|
182
|
+
for (c in S) f = S[c], c == "children" ? h = f : c == "dangerouslySetInnerHTML" ? d = f : c == "value" ? g = f : c == "checked" ? y = f : c === "key" || s && typeof f != "function" || x[c] === f || ye(e, c, f, x[c], o);
|
|
183
|
+
if (d) s || u && (d.__html === u.__html || d.__html === e.innerHTML) || (e.innerHTML = d.__html), t.__k = [];
|
|
184
|
+
else if (u && (e.innerHTML = ""), lr(e, Le(h) ? h : [h], t, r, n, o && b !== "foreignObject", i, a, i ? i[0] : r.__k && oe(r, 0), s, l), i != null) for (c = i.length; c--; ) i[c] != null && ir(i[c]);
|
|
185
|
+
s || (c = "value", g !== void 0 && (g !== e[c] || b === "progress" && !g || b === "option" && g !== x[c]) && ye(e, c, g, x[c], !1), c = "checked", y !== void 0 && y !== e[c] && ye(e, c, y, x[c], !1));
|
|
186
|
+
}
|
|
187
|
+
return e;
|
|
188
|
+
}
|
|
189
|
+
function tt(e, t, r) {
|
|
190
|
+
try {
|
|
191
|
+
typeof e == "function" ? e(t) : e.current = t;
|
|
192
|
+
} catch (n) {
|
|
193
|
+
k.__e(n, r);
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
function Ke(e, t, r) {
|
|
197
|
+
var n, o;
|
|
198
|
+
if (k.unmount && k.unmount(e), (n = e.ref) && (n.current && n.current !== e.__e || tt(n, null, t)), (n = e.__c) != null) {
|
|
199
|
+
if (n.componentWillUnmount) try {
|
|
200
|
+
n.componentWillUnmount();
|
|
201
|
+
} catch (i) {
|
|
202
|
+
k.__e(i, t);
|
|
203
|
+
}
|
|
204
|
+
n.base = n.__P = null, e.__c = void 0;
|
|
205
|
+
}
|
|
206
|
+
if (n = e.__k) for (o = 0; o < n.length; o++) n[o] && Ke(n[o], t, r || typeof e.type != "function");
|
|
207
|
+
r || e.__e == null || ir(e.__e), e.__ = e.__e = e.__d = void 0;
|
|
208
|
+
}
|
|
209
|
+
function an(e, t, r) {
|
|
210
|
+
return this.constructor(e, r);
|
|
211
|
+
}
|
|
212
|
+
function ie(e, t, r) {
|
|
213
|
+
var n, o, i, a;
|
|
214
|
+
k.__ && k.__(e, t), o = (n = typeof r == "function") ? null : r && r.__k || t.__k, i = [], a = [], et(t, e = (!n && r || t).__k = T(F, null, [e]), o || de, de, t.ownerSVGElement !== void 0, !n && r ? [r] : o ? null : t.firstChild ? fe.call(t.childNodes) : null, i, !n && r ? r : o ? o.__e : t.firstChild, n, a), cr(i, e, a);
|
|
215
|
+
}
|
|
216
|
+
function dr(e, t) {
|
|
217
|
+
ie(e, t, dr);
|
|
218
|
+
}
|
|
219
|
+
function sn(e, t, r) {
|
|
220
|
+
var n, o, i, a, s = $({}, e.props);
|
|
221
|
+
for (i in e.type && e.type.defaultProps && (a = e.type.defaultProps), t) i == "key" ? n = t[i] : i == "ref" ? o = t[i] : s[i] = t[i] === void 0 && a !== void 0 ? a[i] : t[i];
|
|
222
|
+
return arguments.length > 2 && (s.children = arguments.length > 3 ? fe.call(arguments, 2) : r), ce(e.type, s, n || e.key, o || e.ref, null);
|
|
223
|
+
}
|
|
224
|
+
function pr(e, t) {
|
|
225
|
+
var r = { __c: t = "__cC" + nr++, __: e, Consumer: function(n, o) {
|
|
226
|
+
return n.children(o);
|
|
227
|
+
}, Provider: function(n) {
|
|
228
|
+
var o, i;
|
|
229
|
+
return this.getChildContext || (o = [], (i = {})[t] = this, this.getChildContext = function() {
|
|
230
|
+
return i;
|
|
231
|
+
}, this.shouldComponentUpdate = function(a) {
|
|
232
|
+
this.props.value !== a.value && o.some(function(s) {
|
|
233
|
+
s.__e = !0, Ge(s);
|
|
234
|
+
});
|
|
235
|
+
}, this.sub = function(a) {
|
|
236
|
+
o.push(a);
|
|
237
|
+
var s = a.componentWillUnmount;
|
|
238
|
+
a.componentWillUnmount = function() {
|
|
239
|
+
o.splice(o.indexOf(a), 1), s && s.call(a);
|
|
240
|
+
};
|
|
241
|
+
}), n.children;
|
|
242
|
+
} };
|
|
243
|
+
return r.Provider.__ = r.Consumer.contextType = r;
|
|
244
|
+
}
|
|
245
|
+
fe = or.slice, k = { __e: function(e, t, r, n) {
|
|
246
|
+
for (var o, i, a; t = t.__; ) if ((o = t.__c) && !o.__) try {
|
|
247
|
+
if ((i = o.constructor) && i.getDerivedStateFromError != null && (o.setState(i.getDerivedStateFromError(e)), a = o.__d), o.componentDidCatch != null && (o.componentDidCatch(e, n || {}), a = o.__d), a) return o.__E = o;
|
|
248
|
+
} catch (s) {
|
|
249
|
+
e = s;
|
|
250
|
+
}
|
|
251
|
+
throw e;
|
|
252
|
+
} }, tr = 0, z.prototype.setState = function(e, t) {
|
|
253
|
+
var r;
|
|
254
|
+
r = this.__s != null && this.__s !== this.state ? this.__s : this.__s = $({}, this.state), typeof e == "function" && (e = e($({}, r), this.props)), e && $(r, e), e != null && this.__v && (t && this._sb.push(t), Ge(this));
|
|
255
|
+
}, z.prototype.forceUpdate = function(e) {
|
|
256
|
+
this.__v && (this.__e = !0, e && this.__h.push(e), Ge(this));
|
|
257
|
+
}, z.prototype.render = F, G = [], rr = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, Ze = function(e, t) {
|
|
258
|
+
return e.__v.__b - t.__v.__b;
|
|
259
|
+
}, Se.__r = 0, nr = 0;
|
|
260
|
+
var ln = 0;
|
|
261
|
+
function w(e, t, r, n, o, i) {
|
|
262
|
+
var a, s, l = {};
|
|
263
|
+
for (s in t) s == "ref" ? a = t[s] : l[s] = t[s];
|
|
264
|
+
var c = { type: e, props: l, key: r, ref: a, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, constructor: void 0, __v: --ln, __i: -1, __u: 0, __source: o, __self: i };
|
|
265
|
+
if (typeof e == "function" && (a = e.defaultProps)) for (s in a) l[s] === void 0 && (l[s] = a[s]);
|
|
266
|
+
return k.vnode && k.vnode(c), c;
|
|
267
|
+
}
|
|
268
|
+
var Q, N, Te, gt, ae = 0, fr = [], xe = [], yt = k.__b, bt = k.__r, vt = k.diffed, xt = k.__c, kt = k.unmount;
|
|
269
|
+
function J(e, t) {
|
|
270
|
+
k.__h && k.__h(N, e, ae || t), ae = 0;
|
|
271
|
+
var r = N.__H || (N.__H = { __: [], __h: [] });
|
|
272
|
+
return e >= r.__.length && r.__.push({ __V: xe }), r.__[e];
|
|
273
|
+
}
|
|
274
|
+
function K(e) {
|
|
275
|
+
return ae = 1, rt(gr, e);
|
|
276
|
+
}
|
|
277
|
+
function rt(e, t, r) {
|
|
278
|
+
var n = J(Q++, 2);
|
|
279
|
+
if (n.t = e, !n.__c && (n.__ = [r ? r(t) : gr(void 0, t), function(s) {
|
|
280
|
+
var l = n.__N ? n.__N[0] : n.__[0], c = n.t(l, s);
|
|
281
|
+
l !== c && (n.__N = [c, n.__[1]], n.__c.setState({}));
|
|
282
|
+
}], n.__c = N, !N.u)) {
|
|
283
|
+
var o = function(s, l, c) {
|
|
284
|
+
if (!n.__c.__H) return !0;
|
|
285
|
+
var d = n.__c.__H.__.filter(function(h) {
|
|
286
|
+
return h.__c;
|
|
287
|
+
});
|
|
288
|
+
if (d.every(function(h) {
|
|
289
|
+
return !h.__N;
|
|
290
|
+
})) return !i || i.call(this, s, l, c);
|
|
291
|
+
var u = !1;
|
|
292
|
+
return d.forEach(function(h) {
|
|
293
|
+
if (h.__N) {
|
|
294
|
+
var f = h.__[0];
|
|
295
|
+
h.__ = h.__N, h.__N = void 0, f !== h.__[0] && (u = !0);
|
|
296
|
+
}
|
|
297
|
+
}), !(!u && n.__c.props === s) && (!i || i.call(this, s, l, c));
|
|
298
|
+
};
|
|
299
|
+
N.u = !0;
|
|
300
|
+
var i = N.shouldComponentUpdate, a = N.componentWillUpdate;
|
|
301
|
+
N.componentWillUpdate = function(s, l, c) {
|
|
302
|
+
if (this.__e) {
|
|
303
|
+
var d = i;
|
|
304
|
+
i = void 0, o(s, l, c), i = d;
|
|
305
|
+
}
|
|
306
|
+
a && a.call(this, s, l, c);
|
|
307
|
+
}, N.shouldComponentUpdate = o;
|
|
308
|
+
}
|
|
309
|
+
return n.__N || n.__;
|
|
310
|
+
}
|
|
311
|
+
function q(e, t) {
|
|
312
|
+
var r = J(Q++, 3);
|
|
313
|
+
!k.__s && ot(r.__H, t) && (r.__ = e, r.i = t, N.__H.__h.push(r));
|
|
314
|
+
}
|
|
315
|
+
function _e(e, t) {
|
|
316
|
+
var r = J(Q++, 4);
|
|
317
|
+
!k.__s && ot(r.__H, t) && (r.__ = e, r.i = t, N.__h.push(r));
|
|
318
|
+
}
|
|
319
|
+
function Z(e) {
|
|
320
|
+
return ae = 5, Y(function() {
|
|
321
|
+
return { current: e };
|
|
322
|
+
}, []);
|
|
323
|
+
}
|
|
324
|
+
function _r(e, t, r) {
|
|
325
|
+
ae = 6, _e(function() {
|
|
326
|
+
return typeof e == "function" ? (e(t()), function() {
|
|
327
|
+
return e(null);
|
|
328
|
+
}) : e ? (e.current = t(), function() {
|
|
329
|
+
return e.current = null;
|
|
330
|
+
}) : void 0;
|
|
331
|
+
}, r == null ? r : r.concat(e));
|
|
332
|
+
}
|
|
333
|
+
function Y(e, t) {
|
|
334
|
+
var r = J(Q++, 7);
|
|
335
|
+
return ot(r.__H, t) ? (r.__V = e(), r.i = t, r.__h = e, r.__V) : r.__;
|
|
336
|
+
}
|
|
337
|
+
function Re(e, t) {
|
|
338
|
+
return ae = 8, Y(function() {
|
|
339
|
+
return e;
|
|
340
|
+
}, t);
|
|
341
|
+
}
|
|
342
|
+
function mr(e) {
|
|
343
|
+
var t = N.context[e.__c], r = J(Q++, 9);
|
|
344
|
+
return r.c = e, t ? (r.__ == null && (r.__ = !0, t.sub(N)), t.props.value) : e.__;
|
|
345
|
+
}
|
|
346
|
+
function nt(e, t) {
|
|
347
|
+
k.useDebugValue && k.useDebugValue(t ? t(e) : e);
|
|
348
|
+
}
|
|
349
|
+
function hr() {
|
|
350
|
+
var e = J(Q++, 11);
|
|
351
|
+
if (!e.__) {
|
|
352
|
+
for (var t = N.__v; t !== null && !t.__m && t.__ !== null; ) t = t.__;
|
|
353
|
+
var r = t.__m || (t.__m = [0, 0]);
|
|
354
|
+
e.__ = "P" + r[0] + "-" + r[1]++;
|
|
355
|
+
}
|
|
356
|
+
return e.__;
|
|
357
|
+
}
|
|
358
|
+
function un() {
|
|
359
|
+
for (var e; e = fr.shift(); ) if (e.__P && e.__H) try {
|
|
360
|
+
e.__H.__h.forEach(ke), e.__H.__h.forEach(Je), e.__H.__h = [];
|
|
361
|
+
} catch (t) {
|
|
362
|
+
e.__H.__h = [], k.__e(t, e.__v);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
k.__b = function(e) {
|
|
366
|
+
N = null, yt && yt(e);
|
|
367
|
+
}, k.__r = function(e) {
|
|
368
|
+
bt && bt(e), Q = 0;
|
|
369
|
+
var t = (N = e.__c).__H;
|
|
370
|
+
t && (Te === N ? (t.__h = [], N.__h = [], t.__.forEach(function(r) {
|
|
371
|
+
r.__N && (r.__ = r.__N), r.__V = xe, r.__N = r.i = void 0;
|
|
372
|
+
})) : (t.__h.forEach(ke), t.__h.forEach(Je), t.__h = [], Q = 0)), Te = N;
|
|
373
|
+
}, k.diffed = function(e) {
|
|
374
|
+
vt && vt(e);
|
|
375
|
+
var t = e.__c;
|
|
376
|
+
t && t.__H && (t.__H.__h.length && (fr.push(t) !== 1 && gt === k.requestAnimationFrame || ((gt = k.requestAnimationFrame) || cn)(un)), t.__H.__.forEach(function(r) {
|
|
377
|
+
r.i && (r.__H = r.i), r.__V !== xe && (r.__ = r.__V), r.i = void 0, r.__V = xe;
|
|
378
|
+
})), Te = N = null;
|
|
379
|
+
}, k.__c = function(e, t) {
|
|
380
|
+
t.some(function(r) {
|
|
381
|
+
try {
|
|
382
|
+
r.__h.forEach(ke), r.__h = r.__h.filter(function(n) {
|
|
383
|
+
return !n.__ || Je(n);
|
|
384
|
+
});
|
|
385
|
+
} catch (n) {
|
|
386
|
+
t.some(function(o) {
|
|
387
|
+
o.__h && (o.__h = []);
|
|
388
|
+
}), t = [], k.__e(n, r.__v);
|
|
389
|
+
}
|
|
390
|
+
}), xt && xt(e, t);
|
|
391
|
+
}, k.unmount = function(e) {
|
|
392
|
+
kt && kt(e);
|
|
393
|
+
var t, r = e.__c;
|
|
394
|
+
r && r.__H && (r.__H.__.forEach(function(n) {
|
|
395
|
+
try {
|
|
396
|
+
ke(n);
|
|
397
|
+
} catch (o) {
|
|
398
|
+
t = o;
|
|
399
|
+
}
|
|
400
|
+
}), r.__H = void 0, t && k.__e(t, r.__v));
|
|
401
|
+
};
|
|
402
|
+
var wt = typeof requestAnimationFrame == "function";
|
|
403
|
+
function cn(e) {
|
|
404
|
+
var t, r = function() {
|
|
405
|
+
clearTimeout(n), wt && cancelAnimationFrame(t), setTimeout(e);
|
|
406
|
+
}, n = setTimeout(r, 100);
|
|
407
|
+
wt && (t = requestAnimationFrame(r));
|
|
408
|
+
}
|
|
409
|
+
function ke(e) {
|
|
410
|
+
var t = N, r = e.__c;
|
|
411
|
+
typeof r == "function" && (e.__c = void 0, r()), N = t;
|
|
412
|
+
}
|
|
413
|
+
function Je(e) {
|
|
414
|
+
var t = N;
|
|
415
|
+
e.__c = e.__(), N = t;
|
|
416
|
+
}
|
|
417
|
+
function ot(e, t) {
|
|
418
|
+
return !e || e.length !== t.length || t.some(function(r, n) {
|
|
419
|
+
return r !== e[n];
|
|
420
|
+
});
|
|
421
|
+
}
|
|
422
|
+
function gr(e, t) {
|
|
423
|
+
return typeof t == "function" ? t(e) : t;
|
|
424
|
+
}
|
|
425
|
+
function yr(e, t) {
|
|
426
|
+
for (var r in t) e[r] = t[r];
|
|
427
|
+
return e;
|
|
428
|
+
}
|
|
429
|
+
function Ye(e, t) {
|
|
430
|
+
for (var r in e) if (r !== "__source" && !(r in t)) return !0;
|
|
431
|
+
for (var n in t) if (n !== "__source" && e[n] !== t[n]) return !0;
|
|
432
|
+
return !1;
|
|
433
|
+
}
|
|
434
|
+
function Ae(e) {
|
|
435
|
+
this.props = e;
|
|
436
|
+
}
|
|
437
|
+
function br(e, t) {
|
|
438
|
+
function r(o) {
|
|
439
|
+
var i = this.props.ref, a = i == o.ref;
|
|
440
|
+
return !a && i && (i.call ? i(null) : i.current = null), t ? !t(this.props, o) || !a : Ye(this.props, o);
|
|
441
|
+
}
|
|
442
|
+
function n(o) {
|
|
443
|
+
return this.shouldComponentUpdate = r, T(e, o);
|
|
444
|
+
}
|
|
445
|
+
return n.displayName = "Memo(" + (e.displayName || e.name) + ")", n.prototype.isReactComponent = !0, n.__f = !0, n;
|
|
446
|
+
}
|
|
447
|
+
(Ae.prototype = new z()).isPureReactComponent = !0, Ae.prototype.shouldComponentUpdate = function(e, t) {
|
|
448
|
+
return Ye(this.props, e) || Ye(this.state, t);
|
|
449
|
+
};
|
|
450
|
+
var Ct = k.__b;
|
|
451
|
+
k.__b = function(e) {
|
|
452
|
+
e.type && e.type.__f && e.ref && (e.props.ref = e.ref, e.ref = null), Ct && Ct(e);
|
|
453
|
+
};
|
|
454
|
+
var dn = typeof Symbol < "u" && Symbol.for && Symbol.for("react.forward_ref") || 3911;
|
|
455
|
+
function it(e) {
|
|
456
|
+
function t(r) {
|
|
457
|
+
var n = yr({}, r);
|
|
458
|
+
return delete n.ref, e(n, r.ref || null);
|
|
459
|
+
}
|
|
460
|
+
return t.$$typeof = dn, t.render = t, t.prototype.isReactComponent = t.__f = !0, t.displayName = "ForwardRef(" + (e.displayName || e.name) + ")", t;
|
|
461
|
+
}
|
|
462
|
+
var St = function(e, t) {
|
|
463
|
+
return e == null ? null : W(W(e).map(t));
|
|
464
|
+
}, vr = { map: St, forEach: St, count: function(e) {
|
|
465
|
+
return e ? W(e).length : 0;
|
|
466
|
+
}, only: function(e) {
|
|
467
|
+
var t = W(e);
|
|
468
|
+
if (t.length !== 1) throw "Children.only";
|
|
469
|
+
return t[0];
|
|
470
|
+
}, toArray: W }, pn = k.__e;
|
|
471
|
+
k.__e = function(e, t, r, n) {
|
|
472
|
+
if (e.then) {
|
|
473
|
+
for (var o, i = t; i = i.__; ) if ((o = i.__c) && o.__c) return t.__e == null && (t.__e = r.__e, t.__k = r.__k), o.__c(e, t);
|
|
474
|
+
}
|
|
475
|
+
pn(e, t, r, n);
|
|
476
|
+
};
|
|
477
|
+
var Rt = k.unmount;
|
|
478
|
+
function xr(e, t, r) {
|
|
479
|
+
return e && (e.__c && e.__c.__H && (e.__c.__H.__.forEach(function(n) {
|
|
480
|
+
typeof n.__c == "function" && n.__c();
|
|
481
|
+
}), e.__c.__H = null), (e = yr({}, e)).__c != null && (e.__c.__P === r && (e.__c.__P = t), e.__c = null), e.__k = e.__k && e.__k.map(function(n) {
|
|
482
|
+
return xr(n, t, r);
|
|
483
|
+
})), e;
|
|
484
|
+
}
|
|
485
|
+
function kr(e, t, r) {
|
|
486
|
+
return e && r && (e.__v = null, e.__k = e.__k && e.__k.map(function(n) {
|
|
487
|
+
return kr(n, t, r);
|
|
488
|
+
}), e.__c && e.__c.__P === t && (e.__e && r.appendChild(e.__e), e.__c.__e = !0, e.__c.__P = r)), e;
|
|
489
|
+
}
|
|
490
|
+
function ne() {
|
|
491
|
+
this.__u = 0, this.t = null, this.__b = null;
|
|
492
|
+
}
|
|
493
|
+
function wr(e) {
|
|
494
|
+
var t = e.__.__c;
|
|
495
|
+
return t && t.__a && t.__a(e);
|
|
496
|
+
}
|
|
497
|
+
function Ne(e) {
|
|
498
|
+
var t, r, n;
|
|
499
|
+
function o(i) {
|
|
500
|
+
if (t || (t = e()).then(function(a) {
|
|
501
|
+
r = a.default || a;
|
|
502
|
+
}, function(a) {
|
|
503
|
+
n = a;
|
|
504
|
+
}), n) throw n;
|
|
505
|
+
if (!r) throw t;
|
|
506
|
+
return T(r, i);
|
|
507
|
+
}
|
|
508
|
+
return o.displayName = "Lazy", o.__f = !0, o;
|
|
509
|
+
}
|
|
510
|
+
function ee() {
|
|
511
|
+
this.u = null, this.o = null;
|
|
512
|
+
}
|
|
513
|
+
k.unmount = function(e) {
|
|
514
|
+
var t = e.__c;
|
|
515
|
+
t && t.__R && t.__R(), t && 32 & e.__u && (e.type = null), Rt && Rt(e);
|
|
516
|
+
}, (ne.prototype = new z()).__c = function(e, t) {
|
|
517
|
+
var r = t.__c, n = this;
|
|
518
|
+
n.t == null && (n.t = []), n.t.push(r);
|
|
519
|
+
var o = wr(n.__v), i = !1, a = function() {
|
|
520
|
+
i || (i = !0, r.__R = null, o ? o(s) : s());
|
|
521
|
+
};
|
|
522
|
+
r.__R = a;
|
|
523
|
+
var s = function() {
|
|
524
|
+
if (!--n.__u) {
|
|
525
|
+
if (n.state.__a) {
|
|
526
|
+
var l = n.state.__a;
|
|
527
|
+
n.__v.__k[0] = kr(l, l.__c.__P, l.__c.__O);
|
|
528
|
+
}
|
|
529
|
+
var c;
|
|
530
|
+
for (n.setState({ __a: n.__b = null }); c = n.t.pop(); ) c.forceUpdate();
|
|
531
|
+
}
|
|
532
|
+
};
|
|
533
|
+
n.__u++ || 32 & t.__u || n.setState({ __a: n.__b = n.__v.__k[0] }), e.then(a, a);
|
|
534
|
+
}, ne.prototype.componentWillUnmount = function() {
|
|
535
|
+
this.t = [];
|
|
536
|
+
}, ne.prototype.render = function(e, t) {
|
|
537
|
+
if (this.__b) {
|
|
538
|
+
if (this.__v.__k) {
|
|
539
|
+
var r = document.createElement("div"), n = this.__v.__k[0].__c;
|
|
540
|
+
this.__v.__k[0] = xr(this.__b, r, n.__O = n.__P);
|
|
541
|
+
}
|
|
542
|
+
this.__b = null;
|
|
543
|
+
}
|
|
544
|
+
var o = t.__a && T(F, null, e.fallback);
|
|
545
|
+
return o && (o.__u &= -33), [T(F, null, t.__a ? null : e.children), o];
|
|
546
|
+
};
|
|
547
|
+
var At = function(e, t, r) {
|
|
548
|
+
if (++r[1] === r[0] && e.o.delete(t), e.props.revealOrder && (e.props.revealOrder[0] !== "t" || !e.o.size)) for (r = e.u; r; ) {
|
|
549
|
+
for (; r.length > 3; ) r.pop()();
|
|
550
|
+
if (r[1] < r[0]) break;
|
|
551
|
+
e.u = r = r[2];
|
|
552
|
+
}
|
|
553
|
+
};
|
|
554
|
+
function fn(e) {
|
|
555
|
+
return this.getChildContext = function() {
|
|
556
|
+
return e.context;
|
|
557
|
+
}, e.children;
|
|
558
|
+
}
|
|
559
|
+
function _n(e) {
|
|
560
|
+
var t = this, r = e.i;
|
|
561
|
+
t.componentWillUnmount = function() {
|
|
562
|
+
ie(null, t.l), t.l = null, t.i = null;
|
|
563
|
+
}, t.i && t.i !== r && t.componentWillUnmount(), t.l || (t.i = r, t.l = { nodeType: 1, parentNode: r, childNodes: [], appendChild: function(n) {
|
|
564
|
+
this.childNodes.push(n), t.i.appendChild(n);
|
|
565
|
+
}, insertBefore: function(n, o) {
|
|
566
|
+
this.childNodes.push(n), t.i.appendChild(n);
|
|
567
|
+
}, removeChild: function(n) {
|
|
568
|
+
this.childNodes.splice(this.childNodes.indexOf(n) >>> 1, 1), t.i.removeChild(n);
|
|
569
|
+
} }), ie(T(fn, { context: t.context }, e.__v), t.l);
|
|
570
|
+
}
|
|
571
|
+
function Cr(e, t) {
|
|
572
|
+
var r = T(_n, { __v: e, i: t });
|
|
573
|
+
return r.containerInfo = t, r;
|
|
574
|
+
}
|
|
575
|
+
(ee.prototype = new z()).__a = function(e) {
|
|
576
|
+
var t = this, r = wr(t.__v), n = t.o.get(e);
|
|
577
|
+
return n[0]++, function(o) {
|
|
578
|
+
var i = function() {
|
|
579
|
+
t.props.revealOrder ? (n.push(o), At(t, e, n)) : o();
|
|
580
|
+
};
|
|
581
|
+
r ? r(i) : i();
|
|
582
|
+
};
|
|
583
|
+
}, ee.prototype.render = function(e) {
|
|
584
|
+
this.u = null, this.o = /* @__PURE__ */ new Map();
|
|
585
|
+
var t = W(e.children);
|
|
586
|
+
e.revealOrder && e.revealOrder[0] === "b" && t.reverse();
|
|
587
|
+
for (var r = t.length; r--; ) this.o.set(t[r], this.u = [1, 0, this.u]);
|
|
588
|
+
return e.children;
|
|
589
|
+
}, ee.prototype.componentDidUpdate = ee.prototype.componentDidMount = function() {
|
|
590
|
+
var e = this;
|
|
591
|
+
this.o.forEach(function(t, r) {
|
|
592
|
+
At(e, r, t);
|
|
593
|
+
});
|
|
594
|
+
};
|
|
595
|
+
var Sr = typeof Symbol < "u" && Symbol.for && Symbol.for("react.element") || 60103, mn = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, hn = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, gn = /[A-Z0-9]/g, yn = typeof document < "u", bn = function(e) {
|
|
596
|
+
return (typeof Symbol < "u" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(e);
|
|
597
|
+
};
|
|
598
|
+
function Rr(e, t, r) {
|
|
599
|
+
return t.__k == null && (t.textContent = ""), ie(e, t), typeof r == "function" && r(), e ? e.__c : null;
|
|
600
|
+
}
|
|
601
|
+
function Ar(e, t, r) {
|
|
602
|
+
return dr(e, t), typeof r == "function" && r(), e ? e.__c : null;
|
|
603
|
+
}
|
|
604
|
+
z.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(e) {
|
|
605
|
+
Object.defineProperty(z.prototype, e, { configurable: !0, get: function() {
|
|
606
|
+
return this["UNSAFE_" + e];
|
|
607
|
+
}, set: function(t) {
|
|
608
|
+
Object.defineProperty(this, e, { configurable: !0, writable: !0, value: t });
|
|
609
|
+
} });
|
|
610
|
+
});
|
|
611
|
+
var It = k.event;
|
|
612
|
+
function vn() {
|
|
613
|
+
}
|
|
614
|
+
function xn() {
|
|
615
|
+
return this.cancelBubble;
|
|
616
|
+
}
|
|
617
|
+
function kn() {
|
|
618
|
+
return this.defaultPrevented;
|
|
619
|
+
}
|
|
620
|
+
k.event = function(e) {
|
|
621
|
+
return It && (e = It(e)), e.persist = vn, e.isPropagationStopped = xn, e.isDefaultPrevented = kn, e.nativeEvent = e;
|
|
622
|
+
};
|
|
623
|
+
var at, wn = { enumerable: !1, configurable: !0, get: function() {
|
|
624
|
+
return this.class;
|
|
625
|
+
} }, jt = k.vnode;
|
|
626
|
+
k.vnode = function(e) {
|
|
627
|
+
typeof e.type == "string" && function(t) {
|
|
628
|
+
var r = t.props, n = t.type, o = {};
|
|
629
|
+
for (var i in r) {
|
|
630
|
+
var a = r[i];
|
|
631
|
+
if (!(i === "value" && "defaultValue" in r && a == null || yn && i === "children" && n === "noscript" || i === "class" || i === "className")) {
|
|
632
|
+
var s = i.toLowerCase();
|
|
633
|
+
i === "defaultValue" && "value" in r && r.value == null ? i = "value" : i === "download" && a === !0 ? a = "" : s === "ondoubleclick" ? i = "ondblclick" : s !== "onchange" || n !== "input" && n !== "textarea" || bn(r.type) ? s === "onfocus" ? i = "onfocusin" : s === "onblur" ? i = "onfocusout" : hn.test(i) ? i = s : n.indexOf("-") === -1 && mn.test(i) ? i = i.replace(gn, "-$&").toLowerCase() : a === null && (a = void 0) : s = i = "oninput", s === "oninput" && o[i = s] && (i = "oninputCapture"), o[i] = a;
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
n == "select" && o.multiple && Array.isArray(o.value) && (o.value = W(r.children).forEach(function(l) {
|
|
637
|
+
l.props.selected = o.value.indexOf(l.props.value) != -1;
|
|
638
|
+
})), n == "select" && o.defaultValue != null && (o.value = W(r.children).forEach(function(l) {
|
|
639
|
+
l.props.selected = o.multiple ? o.defaultValue.indexOf(l.props.value) != -1 : o.defaultValue == l.props.value;
|
|
640
|
+
})), r.class && !r.className ? (o.class = r.class, Object.defineProperty(o, "className", wn)) : (r.className && !r.class || r.class && r.className) && (o.class = o.className = r.className), t.props = o;
|
|
641
|
+
}(e), e.$$typeof = Sr, jt && jt(e);
|
|
642
|
+
};
|
|
643
|
+
var Et = k.__r;
|
|
644
|
+
k.__r = function(e) {
|
|
645
|
+
Et && Et(e), at = e.__c;
|
|
646
|
+
};
|
|
647
|
+
var Lt = k.diffed;
|
|
648
|
+
k.diffed = function(e) {
|
|
649
|
+
Lt && Lt(e);
|
|
650
|
+
var t = e.props, r = e.__e;
|
|
651
|
+
r != null && e.type === "textarea" && "value" in t && t.value !== r.value && (r.value = t.value == null ? "" : t.value), at = null;
|
|
652
|
+
};
|
|
653
|
+
var Ir = { ReactCurrentDispatcher: { current: { readContext: function(e) {
|
|
654
|
+
return at.__n[e.__c].props.value;
|
|
655
|
+
} } } };
|
|
656
|
+
function jr(e) {
|
|
657
|
+
return T.bind(null, e);
|
|
658
|
+
}
|
|
659
|
+
function me(e) {
|
|
660
|
+
return !!e && e.$$typeof === Sr;
|
|
661
|
+
}
|
|
662
|
+
function Er(e) {
|
|
663
|
+
return me(e) && e.type === F;
|
|
664
|
+
}
|
|
665
|
+
function Lr(e) {
|
|
666
|
+
return me(e) ? sn.apply(null, arguments) : e;
|
|
667
|
+
}
|
|
668
|
+
function Ie(e) {
|
|
669
|
+
return !!e.__k && (ie(null, e), !0);
|
|
670
|
+
}
|
|
671
|
+
function Nr(e) {
|
|
672
|
+
return e && (e.base || e.nodeType === 1 && e) || null;
|
|
673
|
+
}
|
|
674
|
+
var Ur = function(e, t) {
|
|
675
|
+
return e(t);
|
|
676
|
+
}, Or = function(e, t) {
|
|
677
|
+
return e(t);
|
|
678
|
+
}, Vr = F;
|
|
679
|
+
function st(e) {
|
|
680
|
+
e();
|
|
681
|
+
}
|
|
682
|
+
function Tr(e) {
|
|
683
|
+
return e;
|
|
684
|
+
}
|
|
685
|
+
function Hr() {
|
|
686
|
+
return [!1, st];
|
|
687
|
+
}
|
|
688
|
+
var Mr = _e, qr = me;
|
|
689
|
+
function Pr(e, t) {
|
|
690
|
+
var r = t(), n = K({ h: { __: r, v: t } }), o = n[0].h, i = n[1];
|
|
691
|
+
return _e(function() {
|
|
692
|
+
o.__ = r, o.v = t, He(o) && i({ h: o });
|
|
693
|
+
}, [e, r, t]), q(function() {
|
|
694
|
+
return He(o) && i({ h: o }), e(function() {
|
|
695
|
+
He(o) && i({ h: o });
|
|
696
|
+
});
|
|
697
|
+
}, [e]), r;
|
|
698
|
+
}
|
|
699
|
+
function He(e) {
|
|
700
|
+
var t, r, n = e.v, o = e.__;
|
|
701
|
+
try {
|
|
702
|
+
var i = n();
|
|
703
|
+
return !((t = o) === (r = i) && (t !== 0 || 1 / t == 1 / r) || t != t && r != r);
|
|
704
|
+
} catch {
|
|
705
|
+
return !0;
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
var Cn = { useState: K, useId: hr, useReducer: rt, useEffect: q, useLayoutEffect: _e, useInsertionEffect: Mr, useTransition: Hr, useDeferredValue: Tr, useSyncExternalStore: Pr, startTransition: st, useRef: Z, useImperativeHandle: _r, useMemo: Y, useCallback: Re, useContext: mr, useDebugValue: nt, version: "17.0.2", Children: vr, render: Rr, hydrate: Ar, unmountComponentAtNode: Ie, createPortal: Cr, createElement: T, createContext: pr, createFactory: jr, cloneElement: Lr, createRef: ar, Fragment: F, isValidElement: me, isElement: qr, isFragment: Er, findDOMNode: Nr, Component: z, PureComponent: Ae, memo: br, forwardRef: it, flushSync: Or, unstable_batchedUpdates: Ur, StrictMode: Vr, Suspense: ne, SuspenseList: ee, lazy: Ne, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: Ir };
|
|
709
|
+
const Sn = Object.freeze(Object.defineProperty({ __proto__: null, Children: vr, Component: z, Fragment: F, PureComponent: Ae, StrictMode: Vr, Suspense: ne, SuspenseList: ee, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED: Ir, cloneElement: Lr, createContext: pr, createElement: T, createFactory: jr, createPortal: Cr, createRef: ar, default: Cn, findDOMNode: Nr, flushSync: Or, forwardRef: it, hydrate: Ar, isElement: qr, isFragment: Er, isValidElement: me, lazy: Ne, memo: br, render: Rr, startTransition: st, unmountComponentAtNode: Ie, unstable_batchedUpdates: Ur, useCallback: Re, useContext: mr, useDebugValue: nt, useDeferredValue: Tr, useEffect: q, useErrorBoundary: function(e) {
|
|
710
|
+
var t = J(Q++, 10), r = K();
|
|
711
|
+
return t.__ = e, N.componentDidCatch || (N.componentDidCatch = function(n, o) {
|
|
712
|
+
t.__ && t.__(n, o), r[1](n);
|
|
713
|
+
}), [r[0], function() {
|
|
714
|
+
r[1](void 0);
|
|
715
|
+
}];
|
|
716
|
+
}, useId: hr, useImperativeHandle: _r, useInsertionEffect: Mr, useLayoutEffect: _e, useMemo: Y, useReducer: rt, useRef: Z, useState: K, useSyncExternalStore: Pr, useTransition: Hr, version: "17.0.2" }, Symbol.toStringTag, { value: "Module" })), Nt = (e) => {
|
|
717
|
+
let t;
|
|
718
|
+
const r = /* @__PURE__ */ new Set(), n = (a, s) => {
|
|
719
|
+
const l = typeof a == "function" ? a(t) : a;
|
|
720
|
+
if (!Object.is(l, t)) {
|
|
721
|
+
const c = t;
|
|
722
|
+
t = s ?? typeof l != "object" ? l : Object.assign({}, t, l), r.forEach((d) => d(t, c));
|
|
723
|
+
}
|
|
724
|
+
}, o = () => t, i = { setState: n, getState: o, subscribe: (a) => (r.add(a), () => r.delete(a)), destroy: () => r.clear() };
|
|
725
|
+
return t = e(n, o, i), i;
|
|
726
|
+
};
|
|
727
|
+
function Rn(e) {
|
|
728
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
729
|
+
}
|
|
730
|
+
function An(e) {
|
|
731
|
+
if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
|
|
732
|
+
var t = e.default;
|
|
733
|
+
if (typeof t == "function") {
|
|
734
|
+
var r = function n() {
|
|
735
|
+
return this instanceof n ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
|
|
736
|
+
};
|
|
737
|
+
r.prototype = t.prototype;
|
|
738
|
+
} else r = {};
|
|
739
|
+
return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(n) {
|
|
740
|
+
var o = Object.getOwnPropertyDescriptor(e, n);
|
|
741
|
+
Object.defineProperty(r, n, o.get ? o : { enumerable: !0, get: function() {
|
|
742
|
+
return e[n];
|
|
743
|
+
} });
|
|
744
|
+
}), r;
|
|
745
|
+
}
|
|
746
|
+
var Ut = { exports: {} }, Me = {};
|
|
747
|
+
const zr = An(Sn);
|
|
748
|
+
var Ot, Vt, Tt, Ht, Mt = { exports: {} }, qe = {};
|
|
749
|
+
function In() {
|
|
750
|
+
return Vt || (Vt = 1, Mt.exports = function() {
|
|
751
|
+
if (Ot) return qe;
|
|
752
|
+
Ot = 1;
|
|
753
|
+
var e = zr, t = typeof Object.is == "function" ? Object.is : function(l, c) {
|
|
754
|
+
return l === c && (l !== 0 || 1 / l == 1 / c) || l != l && c != c;
|
|
755
|
+
}, r = e.useState, n = e.useEffect, o = e.useLayoutEffect, i = e.useDebugValue;
|
|
756
|
+
function a(l) {
|
|
757
|
+
var c = l.getSnapshot;
|
|
758
|
+
l = l.value;
|
|
759
|
+
try {
|
|
760
|
+
var d = c();
|
|
761
|
+
return !t(l, d);
|
|
762
|
+
} catch {
|
|
763
|
+
return !0;
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
var s = typeof window > "u" || window.document === void 0 || window.document.createElement === void 0 ? function(l, c) {
|
|
767
|
+
return c();
|
|
768
|
+
} : function(l, c) {
|
|
769
|
+
var d = c(), u = r({ inst: { value: d, getSnapshot: c } }), h = u[0].inst, f = u[1];
|
|
770
|
+
return o(function() {
|
|
771
|
+
h.value = d, h.getSnapshot = c, a(h) && f({ inst: h });
|
|
772
|
+
}, [l, d, c]), n(function() {
|
|
773
|
+
return a(h) && f({ inst: h }), l(function() {
|
|
774
|
+
a(h) && f({ inst: h });
|
|
775
|
+
});
|
|
776
|
+
}, [l]), i(d), d;
|
|
777
|
+
};
|
|
778
|
+
return qe.useSyncExternalStore = e.useSyncExternalStore !== void 0 ? e.useSyncExternalStore : s, qe;
|
|
779
|
+
}()), Mt.exports;
|
|
780
|
+
}
|
|
781
|
+
var jn = (Ht || (Ht = 1, Ut.exports = function() {
|
|
782
|
+
if (Tt) return Me;
|
|
783
|
+
Tt = 1;
|
|
784
|
+
var e = zr, t = In(), r = typeof Object.is == "function" ? Object.is : function(l, c) {
|
|
785
|
+
return l === c && (l !== 0 || 1 / l == 1 / c) || l != l && c != c;
|
|
786
|
+
}, n = t.useSyncExternalStore, o = e.useRef, i = e.useEffect, a = e.useMemo, s = e.useDebugValue;
|
|
787
|
+
return Me.useSyncExternalStoreWithSelector = function(l, c, d, u, h) {
|
|
788
|
+
var f = o(null);
|
|
789
|
+
if (f.current === null) {
|
|
790
|
+
var g = { hasValue: !1, value: null };
|
|
791
|
+
f.current = g;
|
|
792
|
+
} else g = f.current;
|
|
793
|
+
f = a(function() {
|
|
794
|
+
function x(p) {
|
|
795
|
+
if (!I) {
|
|
796
|
+
if (I = !0, S = p, p = u(p), h !== void 0 && g.hasValue) {
|
|
797
|
+
var m = g.value;
|
|
798
|
+
if (h(m, p)) return b = m;
|
|
799
|
+
}
|
|
800
|
+
return b = p;
|
|
801
|
+
}
|
|
802
|
+
if (m = b, r(S, p)) return m;
|
|
803
|
+
var _ = u(p);
|
|
804
|
+
return h !== void 0 && h(m, _) ? m : (S = p, b = _);
|
|
805
|
+
}
|
|
806
|
+
var S, b, I = !1, E = d === void 0 ? null : d;
|
|
807
|
+
return [function() {
|
|
808
|
+
return x(c());
|
|
809
|
+
}, E === null ? void 0 : function() {
|
|
810
|
+
return x(E());
|
|
811
|
+
}];
|
|
812
|
+
}, [c, d, u, h]);
|
|
813
|
+
var y = n(l, f[0], f[1]);
|
|
814
|
+
return i(function() {
|
|
815
|
+
g.hasValue = !0, g.value = y;
|
|
816
|
+
}, [y]), s(y), y;
|
|
817
|
+
}, Me;
|
|
818
|
+
}()), Ut.exports);
|
|
819
|
+
const En = Rn(jn), { useSyncExternalStoreWithSelector: Ln } = En, qt = (e) => {
|
|
820
|
+
const t = typeof e == "function" ? ((n) => n ? Nt(n) : Nt)(e) : e, r = (n, o) => function(i, a = i.getState, s) {
|
|
821
|
+
const l = Ln(i.subscribe, i.getState, i.getServerState || i.getState, a, s);
|
|
822
|
+
return nt(l), l;
|
|
823
|
+
}(t, n, o);
|
|
824
|
+
return Object.assign(r, t), r;
|
|
825
|
+
}, Nn = (e) => e ? qt(e) : qt;
|
|
826
|
+
var Un = ((e) => (e.RIGHT = "right", e.LEFT = "left", e))(Un || {});
|
|
827
|
+
const Pe = (e) => e != null && typeof e == "object" && typeof Reflect.get(e, "taskStatus") == "string", Pt = (e) => e != null && typeof e == "object" && !Array.isArray(e) && Object.values(e).every((t) => t === null || typeof t == "string"), zt = (e) => e != null && typeof e == "object" && !Array.isArray(e) && Object.values(e).every((t) => t === null || typeof t == "number"), Ft = (e) => Array.isArray(e) && e.every((t) => Array.isArray(t) && t.every((r) => {
|
|
828
|
+
if (typeof r != "object" || r === null) return !1;
|
|
829
|
+
const n = Reflect.get(r, "selected");
|
|
830
|
+
return n === "left" || n === "right" || n === null;
|
|
831
|
+
})), Xe = (e, t) => {
|
|
832
|
+
const { allowUndefined: r = !0, rejectBooleanRecord: n = !1 } = t ?? {};
|
|
833
|
+
if (e === void 0) return r;
|
|
834
|
+
if (e === null || typeof e == "string" || typeof e == "number" || Array.isArray(e)) return !0;
|
|
835
|
+
if (typeof e == "object" && e !== null) {
|
|
836
|
+
if (n) {
|
|
837
|
+
const o = Object.values(e);
|
|
838
|
+
if (o.length > 0 && o.every((i) => typeof i == "boolean")) return !1;
|
|
839
|
+
}
|
|
840
|
+
return !0;
|
|
841
|
+
}
|
|
842
|
+
return !1;
|
|
843
|
+
}, Fr = (e, t) => {
|
|
844
|
+
var r;
|
|
845
|
+
if (t === null) return null;
|
|
846
|
+
if (e.type === "texturlprompt") return ((n) => n === void 0 || typeof n == "object" && n !== null && "skipped" in n)(t) ? t : void 0;
|
|
847
|
+
if (t === void 0) return null;
|
|
848
|
+
if (e.type === "consentlegal") return typeof t == "object" && "submitted" in t && t.submitted === !0 ? t : null;
|
|
849
|
+
if (e.type === "multipleselect") {
|
|
850
|
+
const n = (r = e.props) == null ? void 0 : r.options;
|
|
851
|
+
if (Array.isArray(n) && ((o) => typeof o == "object" && o !== null && !Array.isArray(o) && Object.values(o).every((i) => typeof i == "boolean"))(t)) {
|
|
852
|
+
const o = t;
|
|
853
|
+
return n.reduce((i, a) => (o[String(a.id)] && i.push(a.value), i), []);
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
if (e.type === "multiplechoice") {
|
|
857
|
+
if (typeof t == "object" && t !== null && !Array.isArray(t)) {
|
|
858
|
+
if (Object.keys(t).length === 0) return null;
|
|
859
|
+
const n = Object.values(t).find((o) => o !== !1 && o !== void 0);
|
|
860
|
+
if (n !== void 0) return n;
|
|
861
|
+
}
|
|
862
|
+
return Xe(t, { allowUndefined: !1, rejectBooleanRecord: !0 }) ? t : null;
|
|
863
|
+
}
|
|
864
|
+
return Xe(t, { allowUndefined: !1, rejectBooleanRecord: !0 }) ? t : null;
|
|
865
|
+
}, co = ({ storeAllResponses: e, cards: t, cardValues: r, cardIndexByName: n }) => {
|
|
866
|
+
const o = e ? [...e] : [];
|
|
867
|
+
if (n === void 0) return o;
|
|
868
|
+
for (const i of t) {
|
|
869
|
+
const a = n[i.name];
|
|
870
|
+
if (typeof a != "number") continue;
|
|
871
|
+
const s = r[i.name];
|
|
872
|
+
(s == null ? void 0 : s.value) !== void 0 && (o[a] = Fr(i, s.value));
|
|
873
|
+
}
|
|
874
|
+
return o;
|
|
875
|
+
}, On = (e) => {
|
|
876
|
+
var t, r, n, o, i, a, s, l, c;
|
|
877
|
+
switch (e.type) {
|
|
878
|
+
case "rankorder":
|
|
879
|
+
case "multipleselect":
|
|
880
|
+
case "multiplechoice":
|
|
881
|
+
return (r = (t = e == null ? void 0 : e.props) == null ? void 0 : t.options) == null ? void 0 : r.map((d) => d.label);
|
|
882
|
+
case "nps":
|
|
883
|
+
return "1-10";
|
|
884
|
+
case "likert":
|
|
885
|
+
return `1-${((o = (n = e == null ? void 0 : e.props) == null ? void 0 : n.properties) == null ? void 0 : o.range) ?? 5}`;
|
|
886
|
+
case "matrix":
|
|
887
|
+
return { matrixColumns: (s = (a = (i = e == null ? void 0 : e.props) == null ? void 0 : i.properties) == null ? void 0 : a.matrixColumn) == null ? void 0 : s.map((d) => d.label), matrixRows: (c = (l = e == null ? void 0 : e.props) == null ? void 0 : l.options) == null ? void 0 : c.map((d) => d.label) };
|
|
888
|
+
default:
|
|
889
|
+
return;
|
|
890
|
+
}
|
|
891
|
+
}, Vn = /* @__PURE__ */ new Set(["rankorder", "multipleselect", "multiplechoice", "matrix", "likert", "nps", "open"]), po = (e) => {
|
|
892
|
+
const t = Z(), { setAllResponsesRaw: r } = D((n) => ({ setAllResponsesRaw: n.setAllResponsesRaw }));
|
|
893
|
+
q(() => {
|
|
894
|
+
const n = t.current;
|
|
895
|
+
(!n || Object.keys(e).length !== Object.keys(n).length || Object.keys(e).some((o) => e[o] !== n[o])) && (r(e), t.current = e);
|
|
896
|
+
}, [e, r]);
|
|
897
|
+
}, Tn = (e, t, r) => {
|
|
898
|
+
switch (t) {
|
|
899
|
+
case "videovoice":
|
|
900
|
+
return !!(e != null && e.value);
|
|
901
|
+
case "open":
|
|
902
|
+
return !!r;
|
|
903
|
+
case "multipleselect":
|
|
904
|
+
return !!(r && Object.keys(r).length);
|
|
905
|
+
case "recordedtask":
|
|
906
|
+
return r !== null && typeof r == "object" && "taskStatus" in r && r.taskStatus === "completed";
|
|
907
|
+
case "texturlprompt":
|
|
908
|
+
return !e.value;
|
|
909
|
+
case "consentlegal":
|
|
910
|
+
case "nps":
|
|
911
|
+
case "likert":
|
|
912
|
+
return r !== null;
|
|
913
|
+
case "multiplechoice":
|
|
914
|
+
return r !== void 0;
|
|
915
|
+
case "matrix":
|
|
916
|
+
return !!(r && Object.values(r).every((n) => n !== null));
|
|
917
|
+
default:
|
|
918
|
+
return !0;
|
|
919
|
+
}
|
|
920
|
+
}, Dr = (e, t) => {
|
|
921
|
+
if (t === "matrix" && e && typeof e == "object") {
|
|
922
|
+
const r = Object.keys(e).length, n = Object.values(e).filter((o) => o !== null).length;
|
|
923
|
+
return n > 0 && n < r;
|
|
924
|
+
}
|
|
925
|
+
return !1;
|
|
926
|
+
}, je = (e) => e == null ? "" : typeof e == "object" ? JSON.stringify(e) : typeof e == "string" ? e : String(e), te = { eq: (e, t) => Number(e) === Number(t), neq: (e, t) => !te.eq(e, t), gt: (e, t) => Number(e) > Number(t), gte: (e, t) => Number(e) >= Number(t), lt: (e, t) => Number(e) < Number(t), lte: (e, t) => Number(e) <= Number(t), list_exact(e, t) {
|
|
927
|
+
if (!Array.isArray(e) || !Array.isArray(t)) return !1;
|
|
928
|
+
const r = (n, o) => String(n).localeCompare(String(o));
|
|
929
|
+
return e.slice().sort(r).join(",") === t.slice().sort(r).join(",");
|
|
930
|
+
}, list_all: (e, t) => !(!Array.isArray(e) || !Array.isArray(t)) && !t.some((r) => !e.includes(r)), list_alo(e, t) {
|
|
931
|
+
if (!Array.isArray(t)) return !1;
|
|
932
|
+
const r = Array.isArray(e) ? e : [e], n = new Set(r);
|
|
933
|
+
return t.some((o) => n.has(o));
|
|
934
|
+
}, list_dni(e, t) {
|
|
935
|
+
if (!Array.isArray(t)) return !1;
|
|
936
|
+
const r = Array.isArray(e) ? e : [e], n = new Set(r);
|
|
937
|
+
return t.every((o) => !n.has(o));
|
|
938
|
+
}, contains(e, t) {
|
|
939
|
+
const r = je(e).toLowerCase(), n = je(t).toLowerCase();
|
|
940
|
+
return r.includes(n);
|
|
941
|
+
}, notcontains: (e, t) => !te.contains(e, t) }, pe = { eq: (e, t) => e == t, neq: (e, t) => !pe.eq(e, t), gt: (e, t) => Number(e) > Number(t), gte: (e, t) => Number(e) >= Number(t), lt: (e, t) => Number(e) < Number(t), lte: (e, t) => Number(e) <= Number(t), list_exact(e, t) {
|
|
942
|
+
if (!Array.isArray(e) || !Array.isArray(t)) return !1;
|
|
943
|
+
const r = (n, o) => String(n).localeCompare(String(o));
|
|
944
|
+
return e.slice().sort(r).join(",") === t.slice().sort(r).join(",");
|
|
945
|
+
}, list_all: (e, t) => !(!Array.isArray(e) || !Array.isArray(t)) && !t.some((r) => !e.includes(r)), list_alo(e, t) {
|
|
946
|
+
if (!Array.isArray(t)) return !1;
|
|
947
|
+
const r = Array.isArray(e) ? e : [e], n = new Set(r);
|
|
948
|
+
return t.some((o) => n.has(o));
|
|
949
|
+
}, list_dni(e, t) {
|
|
950
|
+
if (!Array.isArray(t)) return !1;
|
|
951
|
+
const r = Array.isArray(e) ? e : [e], n = new Set(r);
|
|
952
|
+
return t.every((o) => !n.has(o));
|
|
953
|
+
}, contains(e, t) {
|
|
954
|
+
const r = String(e ?? "").toLowerCase(), n = String(t ?? "").toLowerCase();
|
|
955
|
+
return r.includes(n);
|
|
956
|
+
}, notcontains: (e, t) => !pe.contains(e, t) }, Hn = (e) => e in pe, Dt = 1, Bt = 2, Mn = (e) => {
|
|
957
|
+
var n, o, i;
|
|
958
|
+
switch (e.type) {
|
|
959
|
+
case "multipleselect":
|
|
960
|
+
return e && e.props && e.props.options ? e.props.options.length > 13 ? e.props.options.map((a) => [a.value]) : (t = e.props.options.map((a) => a.value), r = !e.props.properties.required, t.reduce((a, s) => a.concat(a.map((l) => [...l, s])), [[]]).filter((a) => r || a.length > 0)) : null;
|
|
961
|
+
case "multiplechoice": {
|
|
962
|
+
if (!e || !e.props || !e.props.options) return null;
|
|
963
|
+
const a = e.props.options.map((s) => s.value);
|
|
964
|
+
return e.props.properties.required || a.push(void 0), a;
|
|
965
|
+
}
|
|
966
|
+
case "matrix": {
|
|
967
|
+
if (!((n = e == null ? void 0 : e.props) != null && n.options)) return null;
|
|
968
|
+
const a = e.props.properties.matrixColumn, s = e.props.options, l = s.reduce((d, u) => (d[u.id] = null, d), {}), c = [{ ...l, [s[0].id]: a[0].value }, s.reduce((d, u) => (d[u.id] = a[0].value, d), {})];
|
|
969
|
+
return e.props.properties.required || c.push(l), c;
|
|
970
|
+
}
|
|
971
|
+
case "likert": {
|
|
972
|
+
const a = Number((i = (o = e.props) == null ? void 0 : o.properties) == null ? void 0 : i.range) || 5;
|
|
973
|
+
return [...Array.from(new Array(a).keys()).map((l) => l + 1), ...e.props.properties.required ? [] : [null]];
|
|
974
|
+
}
|
|
975
|
+
case "nps":
|
|
976
|
+
return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...e.props.properties.required ? [] : [null]];
|
|
977
|
+
case "videovoice":
|
|
978
|
+
case "open":
|
|
979
|
+
return ["1", ...e.props.properties.required ? [] : [""]];
|
|
980
|
+
case "recordedtask": {
|
|
981
|
+
const a = [{ taskStatus: "completed" }, { taskStatus: "given.up" }];
|
|
982
|
+
return e.props.properties.required || a.push({ taskStatus: "abandoned" }), a;
|
|
983
|
+
}
|
|
984
|
+
case "texturlprompt":
|
|
985
|
+
return [void 0, ...e.props.properties.required ? [] : [{ skipped: !0 }]];
|
|
986
|
+
case "consentlegal":
|
|
987
|
+
return [1, ...e.props.properties.required ? [] : [null]];
|
|
988
|
+
default:
|
|
989
|
+
return [1];
|
|
990
|
+
}
|
|
991
|
+
var t, r;
|
|
992
|
+
}, qn = (e) => typeof e == "object" && e !== null && "taskStatus" in e, Pn = (e, t = []) => t.reduce((r, n) => {
|
|
993
|
+
const { group: o, target: i } = n;
|
|
994
|
+
if (!(o != null && o.length)) return [...r];
|
|
995
|
+
const a = o.filter((s) => !!Number(s) || typeof s == "object" && s.questionIndex === e).map((s) => {
|
|
996
|
+
const { comparator: l, value: c } = s;
|
|
997
|
+
return { comparator: l, target: i, value: c };
|
|
998
|
+
});
|
|
999
|
+
return [...r, ...a];
|
|
1000
|
+
}, []), Br = (e, t, r) => r > 0 ? t ? e.length - 3 : e.length - 2 : t ? e.length - 2 : e.length - 1, $r = ({ cards: e, index: t, hasEndCard: r, allResponses: n, uploadProgress: o = {}, surveyVisitorAttributes: i = {} }) => {
|
|
1001
|
+
var u, h, f;
|
|
1002
|
+
if (t >= e.length || t < 0) return null;
|
|
1003
|
+
const a = e[t];
|
|
1004
|
+
let s = t + 1;
|
|
1005
|
+
const l = a.props.routingOptions || [];
|
|
1006
|
+
for (const g of l) {
|
|
1007
|
+
if (!Wr(g)) continue;
|
|
1008
|
+
const { group: y, target: x } = g;
|
|
1009
|
+
if (Zr({ group: y, allResponses: n, cards: e, surveyVisitorAttributes: i })) {
|
|
1010
|
+
s = x === -1 && r ? e.length - 1 : x;
|
|
1011
|
+
break;
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
const c = e.findIndex((g) => g.type === "uploading"), d = Br(e, r, c);
|
|
1015
|
+
for (; s !== null && s !== -1 && s <= d && ((h = (u = e[s]) == null ? void 0 : u.props) != null && h.displayLogic) && e[s].props.displayLogic.length > 0; ) {
|
|
1016
|
+
const g = e[s].props.displayLogic || [];
|
|
1017
|
+
if (Qr({ displayLogic: g, allResponses: n, cards: e, surveyVisitorAttributes: i })) break;
|
|
1018
|
+
s++;
|
|
1019
|
+
}
|
|
1020
|
+
if (s !== -1 && ((f = e == null ? void 0 : e[s]) != null && f.parentId)) {
|
|
1021
|
+
const g = e.findIndex((y) => {
|
|
1022
|
+
var x;
|
|
1023
|
+
return y.name === ((x = e == null ? void 0 : e[s]) == null ? void 0 : x.parentId);
|
|
1024
|
+
});
|
|
1025
|
+
if (g > -1) {
|
|
1026
|
+
const y = e[g], x = n[g];
|
|
1027
|
+
Ee({ comparator: "answered", type: y.type, response: x }) || s++;
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
return t >= d || s === -1 || s !== null && s > d ? c > 0 && Object.values(o).some((y) => y.isSubmitted && !y.isComplete) ? c : r ? e.length - 1 : null : s === -1 ? null : s;
|
|
1031
|
+
}, $t = ({ rule: e, allResponses: t, cards: r, surveyVisitorAttributes: n }) => {
|
|
1032
|
+
if (typeof (o = e.questionIndex) == "string" && o.startsWith("attr-")) {
|
|
1033
|
+
const a = ((s) => s.slice(5))(e.questionIndex);
|
|
1034
|
+
return a in n ? { response: n[a], type: "AttributeCheck" } : null;
|
|
1035
|
+
}
|
|
1036
|
+
var o;
|
|
1037
|
+
const i = e.questionIndex;
|
|
1038
|
+
return { response: t[i], type: r[i].type };
|
|
1039
|
+
}, Wr = (e) => typeof e == "object" && e !== null && "group" in e, Wt = (e, t) => {
|
|
1040
|
+
const r = e[t];
|
|
1041
|
+
return typeof r == "object" && r !== null && "comparator" in r ? r : void 0;
|
|
1042
|
+
}, Qr = ({ displayLogic: e, allResponses: t, cards: r, surveyVisitorAttributes: n }) => e.some((o) => !!Wr(o) && Zr({ group: o.group, allResponses: t, cards: r, surveyVisitorAttributes: n })), Zr = ({ group: e, allResponses: t, cards: r, surveyVisitorAttributes: n }) => {
|
|
1043
|
+
if (!e || e.length === 0) return !1;
|
|
1044
|
+
const o = Wt(e, 0);
|
|
1045
|
+
if ((o == null ? void 0 : o.questionIndex) === void 0 || typeof (o == null ? void 0 : o.questionIndex) == "number" && o.questionIndex >= t.length) return !1;
|
|
1046
|
+
const i = $t({ rule: o, allResponses: t, cards: r, surveyVisitorAttributes: n });
|
|
1047
|
+
if (i === null) return !1;
|
|
1048
|
+
let a = !!Ee({ comparator: o.comparator, response: i.response, type: i.type, value: o.value });
|
|
1049
|
+
for (let s = 1; s < e.length; s += 2) {
|
|
1050
|
+
const l = e[s];
|
|
1051
|
+
if (l !== Dt && l !== Bt) continue;
|
|
1052
|
+
const c = l, d = Wt(e, s + 1);
|
|
1053
|
+
if (!d) continue;
|
|
1054
|
+
const u = $t({ rule: d, allResponses: t, cards: r, surveyVisitorAttributes: n }), h = u !== null && !!Ee({ comparator: d.comparator, response: u.response, type: u.type, value: d.value });
|
|
1055
|
+
c === Dt ? a = a && h : c === Bt && (a = a || h);
|
|
1056
|
+
}
|
|
1057
|
+
return a;
|
|
1058
|
+
}, Ee = ({ comparator: e, response: t, type: r, value: n }) => {
|
|
1059
|
+
if (r === "AttributeCheck") return ((i, a, s) => {
|
|
1060
|
+
const l = je(a), c = je(s), d = Number(a), u = Number(s), h = !Number.isNaN(d) && l === String(d), f = !Number.isNaN(u) && c === String(u), g = h && f;
|
|
1061
|
+
switch (i) {
|
|
1062
|
+
case "eq":
|
|
1063
|
+
return g ? d === u : l.toLowerCase() === c.toLowerCase();
|
|
1064
|
+
case "neq":
|
|
1065
|
+
return g ? d !== u : l.toLowerCase() !== c.toLowerCase();
|
|
1066
|
+
case "contains":
|
|
1067
|
+
case "notcontains":
|
|
1068
|
+
return te[i](l, c);
|
|
1069
|
+
case "gt":
|
|
1070
|
+
case "gte":
|
|
1071
|
+
case "lt":
|
|
1072
|
+
case "lte":
|
|
1073
|
+
return g ? te[i](d, u) : te[i](l.localeCompare(c), 0);
|
|
1074
|
+
case "list_exact":
|
|
1075
|
+
case "list_all":
|
|
1076
|
+
case "list_alo":
|
|
1077
|
+
case "list_dni": {
|
|
1078
|
+
const y = Array.isArray(a) ? a : [a], x = Array.isArray(s) ? s : [s];
|
|
1079
|
+
return te[i](y, x);
|
|
1080
|
+
}
|
|
1081
|
+
default:
|
|
1082
|
+
return !1;
|
|
1083
|
+
}
|
|
1084
|
+
})(e, t, n);
|
|
1085
|
+
if (!Xe(t)) return !1;
|
|
1086
|
+
const o = t;
|
|
1087
|
+
if (e === "answered") switch (r) {
|
|
1088
|
+
case "texturlprompt":
|
|
1089
|
+
return o === void 0;
|
|
1090
|
+
case "consentlegal":
|
|
1091
|
+
return o && ((i) => i === null || i !== void 0 && typeof i == "object" && "submitted" in i && typeof i.submitted == "boolean")(o) && o.submitted === !0;
|
|
1092
|
+
case "recordedtask":
|
|
1093
|
+
return Pe(o) && o.taskStatus === "completed";
|
|
1094
|
+
case "likert":
|
|
1095
|
+
case "nps":
|
|
1096
|
+
return Number.isInteger(o);
|
|
1097
|
+
case "rankorder":
|
|
1098
|
+
return zt(o) && Object.values(o).every((i) => i !== null);
|
|
1099
|
+
case "matrix":
|
|
1100
|
+
return Pt(o) && Object.values(o).every((i) => i !== null);
|
|
1101
|
+
case "maxdiff":
|
|
1102
|
+
return Ft(o) && o.every((i) => {
|
|
1103
|
+
if (!Array.isArray(i)) return !1;
|
|
1104
|
+
const a = i.some((l) => l.selected === "left"), s = i.some((l) => l.selected === "right");
|
|
1105
|
+
return a && s;
|
|
1106
|
+
});
|
|
1107
|
+
case "multiplechoice":
|
|
1108
|
+
return !!o;
|
|
1109
|
+
case "multipleselect":
|
|
1110
|
+
return o && Array.isArray(o) && (o.length ?? 0) > 0;
|
|
1111
|
+
case "open":
|
|
1112
|
+
return typeof o == "string" && (o.length ?? 0) > 0;
|
|
1113
|
+
case "videovoice":
|
|
1114
|
+
return ((i) => i != null && typeof i == "object" && "mediaRecordingUid" in i && typeof i.mediaRecordingUid == "string")(o) && !!o.mediaRecordingUid;
|
|
1115
|
+
default:
|
|
1116
|
+
return !1;
|
|
1117
|
+
}
|
|
1118
|
+
if (e === "given_up") return r !== "recordedtask" || Pe(o) && o.taskStatus === "given.up";
|
|
1119
|
+
if (e === "partial") return Dr(o, r);
|
|
1120
|
+
if (e === "skipped") switch (r) {
|
|
1121
|
+
case "texturlprompt":
|
|
1122
|
+
return /* @__PURE__ */ ((i) => i !== null && (i === void 0 || typeof i == "object"))(o) && !!(typeof o == "object" && o !== null && "skipped" in o && o.skipped);
|
|
1123
|
+
case "consentlegal":
|
|
1124
|
+
case "likert":
|
|
1125
|
+
case "nps":
|
|
1126
|
+
case "videovoice":
|
|
1127
|
+
return o === null;
|
|
1128
|
+
case "recordedtask":
|
|
1129
|
+
return Pe(o) && o.taskStatus === "abandoned";
|
|
1130
|
+
case "open":
|
|
1131
|
+
return o === null || typeof o == "string" && o.length === 0;
|
|
1132
|
+
case "multiplechoice":
|
|
1133
|
+
return o == null;
|
|
1134
|
+
case "multipleselect":
|
|
1135
|
+
return o === null || Array.isArray(o) && o.length === 0;
|
|
1136
|
+
case "matrix":
|
|
1137
|
+
return o === null || Pt(o) && Object.values(o).every((i) => i === null);
|
|
1138
|
+
case "maxdiff":
|
|
1139
|
+
return o === null || !Ft(o) || o.some((i) => {
|
|
1140
|
+
if (!Array.isArray(i)) return !0;
|
|
1141
|
+
const a = i.some((l) => l.selected === "left"), s = i.some((l) => l.selected === "right");
|
|
1142
|
+
return !(a && s);
|
|
1143
|
+
});
|
|
1144
|
+
case "rankorder":
|
|
1145
|
+
return o === null || zt(o) && Object.values(o).includes(null);
|
|
1146
|
+
default:
|
|
1147
|
+
return !1;
|
|
1148
|
+
}
|
|
1149
|
+
return n !== void 0 && pe[e](o, n);
|
|
1150
|
+
}, ze = /* @__PURE__ */ new Set(["thanks", "uploading"]), D = Nn()((e, t) => ({ addResponseGroupMeta: void 0, allResponses: [], allResponsesRaw: {}, answers: void 0, apiURL: "", avatars: { agentAvatar: { "1x": "", "2x": "" }, respondentAvatar: { "1x": "", "2x": "" } }, border: "#000000", cards: [], cardIndexByName: {}, close: async (r = re) => {
|
|
1151
|
+
const n = t(), { fadeout: o, remove: i, trackHistory: a, studyType: s } = n;
|
|
1152
|
+
await o(r), Fe(n) || a({ event: "closed" }), Ve.info("SurveyClosing", { surveyId: n.surveyId }), ct.enable(), i({ initiator: dt.Closed, studyType: s });
|
|
1153
|
+
}, configureExitOnOverlayClick: () => {
|
|
1154
|
+
}, customMetadata: {}, destroy: async (r) => {
|
|
1155
|
+
const { eventEmitFn: n, fadeout: o, remove: i, studyType: a, surveyId: s } = t();
|
|
1156
|
+
n("survey.complete", s), await o(r), ct.enable(), i({ initiator: dt.Complete, studyType: a });
|
|
1157
|
+
}, enableCspTrustedTypes: !1, endCard: { headline: "" }, envId: "", eventEmitFn: ue.emit.bind(ue), fadeout: async (r) => {
|
|
1158
|
+
const { eventEmitFn: n, headers: o, viewDocument: i } = t();
|
|
1159
|
+
return Ce(o) ? Promise.resolve() : (n(M.SurveyFadingOut), new Promise((a) => {
|
|
1160
|
+
const s = i.getElementById(r);
|
|
1161
|
+
s ? (s.addEventListener("transitionend", () => {
|
|
1162
|
+
a();
|
|
1163
|
+
}), s.classList.remove("ul-app--visible")) : a();
|
|
1164
|
+
}));
|
|
1165
|
+
}, forceBrandedLogo: !1, frame: document.createElement("iframe"), handleClickEmbedButton: (r) => {
|
|
1166
|
+
const { cards: n, eventEmitFn: o, index: i } = t();
|
|
1167
|
+
o(r, { qid: n[i].name, props: n[i].props }), e(() => ({ hasViewedEmbed: !0 }));
|
|
1168
|
+
}, handleUploadUpdate: ({ mediaRecordingUid: r, isComplete: n, progressPct: o, isSubmitted: i }) => {
|
|
1169
|
+
var f, g, y;
|
|
1170
|
+
const { cards: a, destroy: s, index: l, uploadProgress: c } = t(), d = n || ((f = c[r]) == null ? void 0 : f.isComplete), u = { ...c, [r]: { progressPct: d ? 100 : o || ((g = c[r]) == null ? void 0 : g.progressPct), isComplete: d, isSubmitted: i || ((y = c[r]) == null ? void 0 : y.isSubmitted) } };
|
|
1171
|
+
if (e({ uploadProgress: u }), a[l].type !== "uploading") return;
|
|
1172
|
+
const h = Object.entries(c).every(([x, S]) => !S.isSubmitted || S.isComplete || r == x && n);
|
|
1173
|
+
if (h && l >= a.length - 1) return s(re);
|
|
1174
|
+
e({ index: h ? l + 1 : l, uploadingCardViewed: !0 });
|
|
1175
|
+
}, hasViewedEmbed: !1, headers: { Authorization: "", "Content-Type": "", "userleap-platform": "web", "x-ul-environment-id": "", "x-ul-installation-method": "web-snippet", "x-ul-sdk-version": "", "x-ul-visitor-id": "" }, index: 0, isConversationalUI: !1, isPreview: !1, layout: "default", marketingUrl: "https://sprig.com", meta: { ch: 0, cw: 0, l: "", mode: null, p: "", sh: 0, sw: 0 }, mode: void 0, next: (r) => {
|
|
1176
|
+
const { allResponses: n, cards: o, eventEmitFn: i, index: a, responseGroupUid: s, submit: l, trackHistory: c, uploadProgress: d, viewedCardCount: u } = t(), h = Array.isArray(r.data) ? r.data : [r.data], f = Date.now(), g = [...o], y = { response: [], responseGroupUid: s, questionIndex: a };
|
|
1177
|
+
let x = null;
|
|
1178
|
+
const S = n.slice(0);
|
|
1179
|
+
let b = a;
|
|
1180
|
+
h.forEach((p, m) => {
|
|
1181
|
+
const _ = Math.floor(p.questionId), C = g.findIndex((U) => U.name === _), v = C >= 0 ? g[C] : g[a + m], R = { value: p.value, questionId: _, answeredAt: f, ...p.secondaryValue !== void 0 && { secondaryValue: p.secondaryValue }, ...p.questionText !== void 0 && { questionText: p.questionText } }, L = R.value;
|
|
1182
|
+
((U) => U && !ze.has(U.type))(v) && (v.value = L, v.secondaryValue = R.secondaryValue || null), y.response.push(R);
|
|
1183
|
+
const j = C >= 0 ? C : a + m;
|
|
1184
|
+
S[j] = Fr(v, L), j > b && (b = j);
|
|
1185
|
+
}), x = $r({ cards: g, index: b, hasEndCard: !!r.endCard, uploadProgress: d, allResponses: S, surveyVisitorAttributes: t().surveyVisitorAttributes }), e({ allResponses: S }), (x === null || ze.has(g[x].type)) && (y.completedAt = f);
|
|
1186
|
+
const I = l(y);
|
|
1187
|
+
if (x === null) return void r.completeSurvey();
|
|
1188
|
+
x && !ze.has(g[x].type) && I.finally(() => {
|
|
1189
|
+
c({ event: "seen", index: x });
|
|
1190
|
+
});
|
|
1191
|
+
const E = g[x];
|
|
1192
|
+
g[x] && i && i("survey.question", { qid: E.name, props: E.props }), e({ cards: g, hasViewedEmbed: !1, index: x, viewedCardCount: u + 1 });
|
|
1193
|
+
}, pendingRemoveIframeReason: null, previewKey: null, recorder: () => {
|
|
1194
|
+
}, recorderEventEmitter: ue, resolveTrackedPromise: () => {
|
|
1195
|
+
const { removeIframeIfReady: r } = t();
|
|
1196
|
+
e((n) => ({ unresolvedRequestCount: n.unresolvedRequestCount - 1 })), r();
|
|
1197
|
+
}, responseGroupUid: "", remove: ({ initiator: r, studyType: n }) => {
|
|
1198
|
+
const { eventEmitFn: o, removeIframeIfReady: i, surveyId: a } = t();
|
|
1199
|
+
e({ pendingRemoveIframeReason: r, studyType: n }), o(M.SurveyCloseRequested, { name: M.SurveyCloseRequested, initiator: r, studyType: n, "survey.id": a }), i();
|
|
1200
|
+
}, removeIframeIfReady: () => {
|
|
1201
|
+
const { eventEmitFn: r, pendingRemoveIframeReason: n, unresolvedRequestCount: o, studyType: i, surveyId: a } = t();
|
|
1202
|
+
n && o === 0 && (r(M.SurveyWillClose, { name: M.SurveyWillClose, initiator: n, studyType: i, "survey.id": a }), e({ pendingRemoveIframeReason: null, studyType: i }));
|
|
1203
|
+
}, seen: async () => {
|
|
1204
|
+
const { trackHistory: r } = t();
|
|
1205
|
+
return r({ event: "seen", isNew: !0 });
|
|
1206
|
+
}, createDynamicQuestion: async ({ parentQuestionId: r, parentResponseConfig: n }) => {
|
|
1207
|
+
var b, I, E;
|
|
1208
|
+
if (!t().cards.find((p) => p.parentId === r)) return;
|
|
1209
|
+
const o = (p, m, _) => {
|
|
1210
|
+
let C = !1;
|
|
1211
|
+
const v = p.map((R) => R && R.parentId === m ? (C = !0, _(R)) : R);
|
|
1212
|
+
return C ? v : p;
|
|
1213
|
+
};
|
|
1214
|
+
let i = !1;
|
|
1215
|
+
e((p) => {
|
|
1216
|
+
var C;
|
|
1217
|
+
const m = p.cards.find((v) => (v == null ? void 0 : v.parentId) === r);
|
|
1218
|
+
return !(m != null && m.name) || "props" in (_ = m) && "loading" in _.props && ((C = _ == null ? void 0 : _.props) == null ? void 0 : C.loading) !== void 0 ? p : (i = !0, { cards: o(p.cards, r, (v) => {
|
|
1219
|
+
const R = v.props;
|
|
1220
|
+
return R && "message" in R && "properties" in R ? { ...v, props: { ...R, loading: !0 } } : v;
|
|
1221
|
+
}) });
|
|
1222
|
+
var _;
|
|
1223
|
+
});
|
|
1224
|
+
const a = t(), s = { ...a.allResponsesRaw, ...n || {} }, { parentQuestionOrder: l, questionsResponses: c } = (({ cards: p, combinedReadableRawResponses: m, parentQuestionId: _ }) => {
|
|
1225
|
+
let C = 1, v = 1;
|
|
1226
|
+
const R = p.reduce((L, j) => {
|
|
1227
|
+
if (j.name > 0 && Vn.has(j.type)) {
|
|
1228
|
+
_ === j.name && (v = C);
|
|
1229
|
+
const U = "properties" in j.props && j.props.properties && "captionText" in j.props.properties ? j.props.properties.captionText : void 0, H = ((O) => O.type !== "uploading" && O.type !== "thanks")(j) ? { order: C++, question: j.props.message, questionDescription: U, questionType: j.type, response: m == null ? void 0 : m[j.name], options: On(j) } : { order: C++, questionType: j.type, response: m == null ? void 0 : m[j.name] };
|
|
1230
|
+
L.push(H);
|
|
1231
|
+
}
|
|
1232
|
+
return L;
|
|
1233
|
+
}, []);
|
|
1234
|
+
return { parentQuestionOrder: v, questionsResponses: R };
|
|
1235
|
+
})({ cards: a.cards, combinedReadableRawResponses: s, parentQuestionId: r }), d = a.cards.find((p) => p.parentId === r), u = a.cards.find((p) => p.name === r), h = Ee({ comparator: "answered", type: (u == null ? void 0 : u.type) || "open", response: s == null ? void 0 : s[r] });
|
|
1236
|
+
if (!i || !d || !h) return;
|
|
1237
|
+
const f = { surveyId: a.surveyId, responseGroupUid: a.responseGroupUid, parentQuestionOrder: l, questionsResponses: c, childQuestionId: d.name, customMetadata: a.customMetadata, meta: a.meta, previewKey: a.previewKey, isPreview: a.isPreview };
|
|
1238
|
+
let g = !1;
|
|
1239
|
+
const y = () => {
|
|
1240
|
+
if (g) return;
|
|
1241
|
+
g = !0;
|
|
1242
|
+
const p = t(), m = p.cards.find((_) => _.parentId === r);
|
|
1243
|
+
if (m)
|
|
1244
|
+
if (e((_) => ({ cards: o(_.cards, r, (C) => {
|
|
1245
|
+
const v = C.props;
|
|
1246
|
+
return v && "message" in v && "properties" in v ? { ...C, value: "", props: { ...v, loading: null, properties: { ...v.properties, required: !1 } } } : C;
|
|
1247
|
+
}) })), Qe(p.studyType) && (m != null && m.groupId)) {
|
|
1248
|
+
const _ = p.cards.reduce((R, L) => ((L == null ? void 0 : L.groupId) === m.groupId && R.push(L), R), []), C = _.findIndex((R) => R.name === m.name), v = C + 1;
|
|
1249
|
+
if (v < _.length) {
|
|
1250
|
+
const R = _[v].name;
|
|
1251
|
+
p.setFocusedQuestionId(R);
|
|
1252
|
+
} else {
|
|
1253
|
+
const R = _[C - 1].name;
|
|
1254
|
+
p.setFocusedQuestionId(R);
|
|
1255
|
+
}
|
|
1256
|
+
} else p.next({ data: { value: "", questionId: m.name, type: m.type }, completeSurvey: () => p.destroy(re), endCard: p.endCard });
|
|
1257
|
+
}, x = new AbortController(), S = setTimeout(() => {
|
|
1258
|
+
x.abort(), y();
|
|
1259
|
+
const p = new Error("Timeout reached—question skipped");
|
|
1260
|
+
a.trackPromise(be(a, "dynamicQuestion", p));
|
|
1261
|
+
}, 3e3);
|
|
1262
|
+
try {
|
|
1263
|
+
const p = a.isPreview ? `${a.apiURL}/sdk/1/environments/${a.envId}/dynamic-question-preview` : `${a.apiURL}/sdk/1/environments/${a.envId}/visitors/${a.userId}/dynamic-question`, m = a.isPreview ? "0" : a.headers["x-ul-visitor-id"], _ = await a.trackPromise(ve(p, { body: JSON.stringify(f), headers: { ...a.headers, "x-ul-visitor-id": m }, method: "POST", signal: x.signal }));
|
|
1264
|
+
if (!_.ok || !((E = (I = (b = _ == null ? void 0 : _.json) == null ? void 0 : b.props) == null ? void 0 : I.message) != null && E.length)) return y(), void await a.trackPromise(be(a, "dynamicQuestion", _.error));
|
|
1265
|
+
if (g) return;
|
|
1266
|
+
g = !0, e((C) => ({ cards: o(C.cards, r, (v) => {
|
|
1267
|
+
const R = v.props;
|
|
1268
|
+
return R && "message" in R && "properties" in R ? { ...v, props: { ...R, loading: !1, message: _.json.props.message } } : v;
|
|
1269
|
+
}) }));
|
|
1270
|
+
} finally {
|
|
1271
|
+
clearTimeout(S);
|
|
1272
|
+
}
|
|
1273
|
+
}, setAllResponsesRaw: (r) => e({ allResponsesRaw: r }), slugName: null, showStripes: !1, showSurveyBrand: !1, startingQuestionIdx: null, styleNonce: "", submit: async ({ completedAt: r, questionIndex: n, response: o, responseGroupUid: i }) => {
|
|
1274
|
+
const a = t();
|
|
1275
|
+
if (!i || Fe(a)) return;
|
|
1276
|
+
const s = { responseGroupUid: i, meta: a.meta, customMetadata: a.customMetadata, responses: o, completedAt: r, previewKey: a.previewKey };
|
|
1277
|
+
if (typeof a.addResponseGroupMeta == "function") try {
|
|
1278
|
+
const c = await a.addResponseGroupMeta();
|
|
1279
|
+
typeof c == "object" && c !== null ? s.meta = { ...s.meta, ...c } : Ve.error("addResponseGroupMeta must return an object");
|
|
1280
|
+
} catch (c) {
|
|
1281
|
+
Ve.error("addResponseGroupMeta promise failed", c);
|
|
1282
|
+
}
|
|
1283
|
+
const l = await a.trackPromise(ve(`${a.apiURL}/sdk/1/environments/${a.envId}/visitors/${a.userId}/responses/submit`, { body: JSON.stringify(s), headers: a.headers, method: "POST" }));
|
|
1284
|
+
l.ok ? o.forEach((c, d) => {
|
|
1285
|
+
a.eventEmitFn(M.QuestionAnswered, { ...c, questionIndex: n ? n + d : void 0, "survey.id": a.surveyId });
|
|
1286
|
+
}) : l.reportError && (console.warn("[Sprig] (ERR-427) Failed to submit response", l.error), await a.trackPromise(be(a, "submitResponse", l.error)));
|
|
1287
|
+
}, surveyId: 0, surveyVisitorAttributes: {}, tabTitle: "", trackHistory: async ({ event: r, index: n, isNew: o = !1 }) => {
|
|
1288
|
+
const i = t();
|
|
1289
|
+
if (Fe(i)) return;
|
|
1290
|
+
const { cards: a, index: s } = i;
|
|
1291
|
+
let l = n ?? s, c = a[l];
|
|
1292
|
+
for (; c; ) {
|
|
1293
|
+
const d = { sid: i.surveyId, qid: Math.floor(c.name), action: r, vid: i.userId, eid: i.envId, isNew: o, responseGroupUid: i.responseGroupUid, previewKey: i.previewKey }, u = await i.trackPromise(ve(`${i.apiURL}/sdk/1/visitors/${i.userId}/surveys/${i.surveyId}/history`, { method: "POST", headers: i.headers, body: JSON.stringify(d) }));
|
|
1294
|
+
!u.ok && u.reportError && (console.warn("[Sprig] (ERR-428) Failed to track survey event", u.error), await i.trackPromise(be(i, "trackHistory", u.error)));
|
|
1295
|
+
const h = a[l + 1];
|
|
1296
|
+
if (!c.groupId || !(h != null && h.groupId) || h.groupId !== c.groupId) break;
|
|
1297
|
+
l++, c = h, o = !1;
|
|
1298
|
+
}
|
|
1299
|
+
}, trackPromise: async (r) => {
|
|
1300
|
+
const { resolveTrackedPromise: n } = t();
|
|
1301
|
+
return e((o) => ({ unresolvedRequestCount: o.unresolvedRequestCount + 1 })), r.then((o) => (n(), o)).catch((o) => {
|
|
1302
|
+
throw n(), o;
|
|
1303
|
+
});
|
|
1304
|
+
}, unresolvedRequestCount: 0, update: () => {
|
|
1305
|
+
var b, I, E;
|
|
1306
|
+
const { cards: r, index: n, headers: o, eventEmitFn: i, frame: a, useMobileStyling: s, surveyId: l, viewDocument: c, isConversationalUI: d } = t(), u = o["userleap-platform"] === "web", h = Ce(o), f = r[n], g = f.type === "matrix" && !(f.props.properties.displayMatrixAsAccordion || s);
|
|
1307
|
+
!h && !s && ((b = a == null ? void 0 : a.setWidth) == null || b.call(a, Yr));
|
|
1308
|
+
const [y, x] = Xr(c, u && !s, h), S = d && y < 532 ? 532 : y;
|
|
1309
|
+
h ? (i(M.SurveyHeight, { name: M.SurveyHeight, contentFrameHeight: S, "survey.id": l }), i(M.SurveyWidth, { name: M.SurveyWidth, contentFrameWidth: x, "survey.id": l })) : ((I = a.setHeight) == null || I.call(a, S), !s && g && ((E = a.setWidth) == null || E.call(a, x)));
|
|
1310
|
+
}, uploadingCardViewed: !1, uploadProgress: {}, useDesktopPrototype: void 0, useMobileStyling: !1, userId: "", viewDocument: window.document, viewedCardCount: 0, focusedQuestionId: null, setFocusedQuestionId: (r) => e({ focusedQuestionId: r }) })), Fe = (e) => {
|
|
1311
|
+
var t;
|
|
1312
|
+
return !e.userId || ((t = e == null ? void 0 : e.meta) == null ? void 0 : t.mode) === "test" || e.isPreview;
|
|
1313
|
+
}, be = async (e, t, r) => {
|
|
1314
|
+
const { mode: n, userId: o, envId: i, apiURL: a, headers: s, viewDocument: l } = e, c = l.documentElement, d = { mode: n, screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: c.clientWidth, clientHeight: c.clientHeight, location: window.location.href, language: window.navigator.language }, u = { action: t, err: { message: `${r == null ? void 0 : r.name} - ${r == null ? void 0 : r.message}`, stack: r == null ? void 0 : r.stack }, meta: d, vid: o, envId: i };
|
|
1315
|
+
(await ve(`${a}/sdk/1/errors`, { method: "POST", headers: Object.assign({ "x-ul-error": window.btoa(`userleap-${Date.now()}-error`) }, s), body: JSON.stringify(u) })).ok || console.warn("[Sprig] (ERR-444) Failed to report error to API", r);
|
|
1316
|
+
}, zn = () => {
|
|
1317
|
+
const { cards: e, close: t, endCard: r, headers: n, index: o } = D((s) => ({ cards: s.cards, close: s.close, endCard: s.endCard, headers: s.headers, index: s.index, useMobileStyling: s.useMobileStyling })), i = e.length, a = Y(() => () => t(re), [t]);
|
|
1318
|
+
return ["email", "link"].includes(n["userleap-platform"]) || r && o + 1 === i ? null : w("div", { "aria-label": "Close button", className: "close-btn", onClick: a, onKeyPress: (s) => {
|
|
1319
|
+
s.key === "Enter" && a();
|
|
1320
|
+
}, role: "button", tabIndex: 0, children: w("svg", { fill: "none", height: "16px", viewBox: "0 0 13 13", width: "16px", xmlns: "http://www.w3.org/2000/svg", children: w("path", { d: "M2.54964 1.78369L1.78369 2.54964L5.73405 6.5L1.78369 10.4504L2.54964 11.2163L6.5 7.26595L10.4504 11.2163L11.2163 10.4504L7.26595 6.5L11.2163 2.54964L10.4504 1.78369L6.5 5.73405L2.54964 1.78369Z", fill: "#262136" }) }) });
|
|
1321
|
+
}, Fn = (e) => T("svg", { fill: "none", height: 24, viewBox: "0 0 24 24", width: 24, xmlns: "http://www.w3.org/2000/svg", ...e }, T("path", { d: "M17 10L12 15L7 10", stroke: "#0B2330", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5 })), Dn = (e) => T("svg", { fill: "none", height: 10, viewBox: "0 0 10 10", width: 10, xmlns: "http://www.w3.org/2000/svg", ...e }, T("path", { d: "M9.15377 1.30774L4.07685 8.23082L1.30762 5.00005", stroke: "white", strokeLinecap: "round", strokeWidth: 2 })), Bn = ({ visible: e }) => w("div", { className: "sprig-check-background", style: { opacity: e ? 1 : 0 }, children: w(Dn, { className: "sprig-check" }) }), Qt = "250ms", fo = it(({ animate: e, children: t, header: r, isOpen: n, onClick: o, showHeaderCheck: i }, a) => {
|
|
1322
|
+
const s = D((y) => y.update), l = Z(null), [c, d] = K(0), [u, h] = K("none"), [f, g] = K(!0);
|
|
1323
|
+
return q(() => {
|
|
1324
|
+
var x;
|
|
1325
|
+
const y = (x = l.current) == null ? void 0 : x.getBoundingClientRect();
|
|
1326
|
+
d(n && y ? y.height : 0);
|
|
1327
|
+
}, [n]), q(() => {
|
|
1328
|
+
s();
|
|
1329
|
+
}, [c, s]), q(() => {
|
|
1330
|
+
!c && n || !f || g(!1), h(e && !f ? `height ${Qt} ease` : "none");
|
|
1331
|
+
}, [e, f, c, n]), w("div", { className: "sprig-accordion", ref: a, children: [w("button", { className: "sprig-accordion-header-container", onClick: o, type: "button", children: [w("div", { className: "sprig-header-label-container", children: [w("span", { className: "sprig-header-label", children: r }), w(Bn, { visible: i })] }), w(Fn, { className: "sprig-caret", style: { transitionDuration: e ? Qt : "0", transform: n ? "rotate(-180deg)" : "none" } })] }), w("div", { className: "sprig-accordion-body", style: { transition: u, height: c }, children: w("div", { ref: l, children: t }) })] });
|
|
1332
|
+
}), Gr = ({ style: e, stroke: t = "black" }) => w("svg", { fill: "none", height: "10", style: e, viewBox: "0 0 12 10", width: "12", xmlns: "http://www.w3.org/2000/svg", children: [w("path", { d: "M1.47839 5.2085L10.9384 5.2085", stroke: t, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.35" }), w("path", { d: "M7.0686 1.15845L10.9386 5.20845L7.0686 9.25845", stroke: t, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.35" })] }), De = (...e) => e.filter(Boolean).join(" "), $n = (e, t, r) => {
|
|
1333
|
+
const n = t ? "--mobile" : "--desktop";
|
|
1334
|
+
return `${e + n} ${e + (r ? `${n}_${r}` : "")} ${e}`;
|
|
1335
|
+
}, Wn = (e, t) => `${e} ${e}__${t}`, Kr = ({ logoOnly: e = !1, style: t = {} }) => w("svg", { alt: (e ? "Powered by " : "") + "Sprig", fill: "none", height: "15", style: { display: "block", ...t }, viewBox: e ? "79 0 31 15" : "0 0 112 15", width: e ? "35" : "112", xmlns: "http://www.w3.org/2000/svg", children: [!e && w("path", { d: "M0.648926 12.0181V2.8584H4.21631C6.0127 2.8584 7.25684 4.06445 7.25684 5.86084V5.87354C7.25684 7.66357 6.0127 8.88867 4.21631 8.88867H2.0708V12.0181H0.648926ZM3.86084 4.05811H2.0708V7.69531H3.86084C5.09229 7.69531 5.80957 7.02881 5.80957 5.87988V5.86719C5.80957 4.72461 5.09229 4.05811 3.86084 4.05811ZM11.6621 12.1514C9.63721 12.1514 8.39941 10.7993 8.39941 8.57764V8.56494C8.39941 6.34961 9.64355 4.99121 11.6621 4.99121C13.6743 4.99121 14.9185 6.34326 14.9185 8.56494V8.57764C14.9185 10.7993 13.6807 12.1514 11.6621 12.1514ZM11.6621 11.0024C12.8428 11.0024 13.5156 10.1011 13.5156 8.57764V8.56494C13.5156 7.03516 12.8428 6.14014 11.6621 6.14014C10.4751 6.14014 9.80859 7.03516 9.80859 8.56494V8.57764C9.80859 10.1074 10.4751 11.0024 11.6621 11.0024ZM17.6226 12.0181L15.7183 5.12451H17.1021L18.3398 10.4438H18.4414L19.8633 5.12451H21.1709L22.5928 10.4438H22.7007L23.9321 5.12451H25.2969L23.3989 12.0181H21.9834L20.5552 6.87646H20.4473L19.0254 12.0181H17.6226ZM29.334 12.1514C27.3154 12.1514 26.0967 10.7739 26.0967 8.59033V8.58398C26.0967 6.43213 27.3408 4.99121 29.2642 4.99121C31.1875 4.99121 32.3682 6.38135 32.3682 8.45068V8.93311H27.4805C27.5059 10.2534 28.2295 11.0215 29.3657 11.0215C30.248 11.0215 30.7749 10.5835 30.9399 10.228L30.9653 10.1772L32.292 10.1709L32.2793 10.228C32.0508 11.1357 31.0986 12.1514 29.334 12.1514ZM29.2705 6.12109C28.3311 6.12109 27.6201 6.76221 27.4995 7.94922H31.0034C30.8955 6.71777 30.2036 6.12109 29.2705 6.12109ZM34.0059 12.0181V5.12451H35.3833V6.16553H35.4849C35.7324 5.43555 36.3735 5.00391 37.2939 5.00391C37.5161 5.00391 37.7573 5.03564 37.897 5.06738V6.33691C37.6494 6.28613 37.4146 6.25439 37.1543 6.25439C36.1006 6.25439 35.3833 6.90186 35.3833 7.89844V12.0181H34.0059ZM41.9277 12.1514C39.9092 12.1514 38.6904 10.7739 38.6904 8.59033V8.58398C38.6904 6.43213 39.9346 4.99121 41.8579 4.99121C43.7812 4.99121 44.9619 6.38135 44.9619 8.45068V8.93311H40.0742C40.0996 10.2534 40.8232 11.0215 41.9595 11.0215C42.8418 11.0215 43.3687 10.5835 43.5337 10.228L43.5591 10.1772L44.8857 10.1709L44.873 10.228C44.6445 11.1357 43.6924 12.1514 41.9277 12.1514ZM41.8643 6.12109C40.9248 6.12109 40.2139 6.76221 40.0933 7.94922H43.5972C43.4893 6.71777 42.7974 6.12109 41.8643 6.12109ZM49.1133 12.1323C47.3804 12.1323 46.2568 10.7422 46.2568 8.57764V8.56494C46.2568 6.38135 47.3613 5.00391 49.1133 5.00391C50.0591 5.00391 50.8652 5.47363 51.2334 6.21631H51.3413V2.42041H52.7124V12.0181H51.3413V10.9326H51.2334C50.8335 11.688 50.0781 12.1323 49.1133 12.1323ZM49.5068 10.958C50.6558 10.958 51.3604 10.0503 51.3604 8.57764V8.56494C51.3604 7.09229 50.6494 6.18457 49.5068 6.18457C48.3516 6.18457 47.6597 7.08594 47.6597 8.56494V8.57764C47.6597 10.0566 48.3516 10.958 49.5068 10.958ZM61.98 12.1323C61.0151 12.1323 60.2598 11.688 59.8599 10.9326H59.7583V12.0181H58.3809V2.42041H59.7583V6.21631H59.8599C60.228 5.47363 61.0342 5.00391 61.98 5.00391C63.7319 5.00391 64.8364 6.38135 64.8364 8.56494V8.57764C64.8364 10.7422 63.7192 12.1323 61.98 12.1323ZM61.5928 10.958C62.7417 10.958 63.4336 10.0566 63.4336 8.57764V8.56494C63.4336 7.08594 62.7417 6.18457 61.5928 6.18457C60.4438 6.18457 59.7329 7.09229 59.7329 8.56494V8.57764C59.7329 10.0503 60.4438 10.958 61.5928 10.958ZM66.8867 14.4429C66.7153 14.4429 66.5122 14.4302 66.3345 14.4111V13.3257C66.4678 13.3447 66.6392 13.3511 66.7979 13.3511C67.439 13.3511 67.8262 13.0781 68.0293 12.3799L68.1309 12.0244L65.6299 5.12451H67.1152L68.8418 10.6343H68.9624L70.6826 5.12451H72.1299L69.5654 12.2847C68.9814 13.9287 68.2832 14.4429 66.8867 14.4429Z", fill: "black", fillOpacity: "0.7" }), w("path", { d: "M81.1088 6.63629C79.6878 6.32154 78.9672 5.76865 78.9672 4.99369C78.9672 4.19299 79.736 3.5886 80.7556 3.5886C81.8066 3.5886 82.5995 4.25285 82.5995 5.13336V5.20352H84.0518V5.13336C84.0518 3.52424 82.6405 2.30774 80.7693 2.30774C79.8676 2.30774 79.0414 2.58451 78.4433 3.08655C78.1463 3.33144 77.9077 3.63818 77.7448 3.98479C77.5818 4.33141 77.4984 4.70934 77.5005 5.09153C77.4946 5.44197 77.5675 5.78934 77.714 6.10857C77.8605 6.42779 78.0769 6.71092 78.3475 6.93752C78.8512 7.37584 79.5659 7.70024 80.4709 7.90299C81.9949 8.23898 82.7676 8.81054 82.7676 9.60094C82.7676 10.4576 81.9258 11.1032 80.813 11.1032C79.6571 11.1032 78.7854 10.3856 78.7854 9.43424V9.36408H77.3318V9.43424C77.3318 11.1167 78.8219 12.3847 80.7973 12.3847C81.7421 12.3847 82.6093 12.0983 83.2393 11.5769C83.5519 11.3237 83.8034 11.0048 83.9753 10.6433C84.1472 10.2818 84.2352 9.88702 84.2329 9.48766C84.2329 8.05875 83.1833 7.09907 81.1088 6.63629Z", fill: "black", fillOpacity: "0.7" }), w("path", { d: "M89.2394 4.68276C88.6963 4.67605 88.1596 4.79915 87.6751 5.04156C87.1905 5.28397 86.7725 5.63851 86.4566 6.07497V4.85204H85.0747V14.8479H86.4566V11.0356C86.7725 11.472 87.1906 11.8265 87.6751 12.0688C88.1596 12.3111 88.6963 12.434 89.2394 12.4272C91.3836 12.4272 93 10.7627 93 8.55495C93 6.34723 91.3836 4.68276 89.2394 4.68276ZM91.5608 8.84202C91.5057 9.41605 91.2512 9.95356 90.8406 10.3633C90.4299 10.773 89.8883 11.0296 89.3078 11.0896C88.5363 11.1669 87.8177 10.9461 87.2841 10.4692C86.7505 9.99222 86.4566 9.3106 86.4566 8.55495C86.4566 7.10159 87.5538 6.00546 89.0087 6.00546C89.7619 6.00546 90.4421 6.29124 90.9171 6.81002C91.407 7.34232 91.6357 8.06385 91.5608 8.84202Z", fill: "black", fillOpacity: "0.7" }), w("path", { d: "M109.95 4.85407V6.06349C109.298 5.18298 108.292 4.68286 107.153 4.68286C105.017 4.68286 103.406 6.31709 103.406 8.48426C103.406 10.6514 105.017 12.285 107.153 12.285C108.296 12.285 109.303 11.79 109.95 10.9185V11.1046C109.95 12.6101 108.993 13.5826 107.513 13.5826C106.513 13.5826 105.68 13.1494 105.284 12.424L105.264 12.3867H103.838L103.871 12.48C104.112 13.1892 104.583 13.8001 105.211 14.2179C105.841 14.6324 106.637 14.8512 107.513 14.8512C108.637 14.8512 109.594 14.4972 110.28 13.8285C110.967 13.1597 111.332 12.2194 111.332 11.1213V4.85407H109.95ZM109.175 10.3502C108.588 10.905 107.752 11.138 106.879 10.9887C106.361 10.8984 105.886 10.6475 105.523 10.2725C105.16 9.89751 104.927 9.41787 104.859 8.90328C104.736 8.03757 104.999 7.21756 105.581 6.655C106.069 6.19093 106.723 5.93643 107.401 5.94699C107.565 5.94713 107.729 5.96026 107.891 5.98625C108.946 6.15489 109.781 7.01609 109.921 8.0852C110.039 8.96507 109.766 9.78958 109.175 10.3502Z", fill: "black", fillOpacity: "0.7" }), w("path", { d: "M101.89 2.12378C101.63 2.06766 101.358 2.11486 101.133 2.25518C100.908 2.39551 100.747 2.61769 100.687 2.87371C100.626 3.12973 100.67 3.39902 100.809 3.62339C100.947 3.84775 101.17 4.00917 101.428 4.07275C101.503 4.08936 101.58 4.09778 101.657 4.09786C101.906 4.09824 102.146 4.0083 102.331 3.84518C102.517 3.68206 102.636 3.45714 102.664 3.21327C102.693 2.9694 102.63 2.72361 102.487 2.5227C102.344 2.32179 102.132 2.17981 101.89 2.12378Z", fill: "black", fillOpacity: "0.7" }), w("path", { d: "M100.967 10.934H99.7755C98.9285 10.934 98.4196 10.3644 98.4196 9.40982C98.4196 8.4791 98.8757 7.36945 99.8054 6.01778L99.8178 5.99976V5.61807L95.8571 5.06453C95.8585 4.90331 95.8162 4.74466 95.7346 4.60501C95.653 4.46536 95.5352 4.34979 95.3932 4.27027C95.0381 4.07718 94.6498 4.07717 94.3279 4.26383C94.1667 4.35799 94.035 4.4945 93.9476 4.65816C93.8602 4.82182 93.8205 5.00623 93.8328 5.19087C93.8452 5.37552 93.9092 5.55315 94.0176 5.70402C94.1261 5.85489 94.2748 5.97309 94.4472 6.04546L93.2151 12.258H94.5833L95.7196 6.35891L97.8593 6.7155C97.284 7.73439 96.9921 8.68442 96.9921 9.53919C96.9921 11.1168 97.9577 12.1498 99.5187 12.2496V12.258H102.346V4.87723H100.967V10.934Z", fill: "black", fillOpacity: "0.7" })] }), Qn = ({ forceBrandedLogo: e, marketingUrlLink: t }) => w("div", { className: e ? "yellow-footer-logo" : "", children: w("a", { href: t, rel: "noreferrer", target: "_blank", children: w("div", { style: { display: "flex" }, children: [w(Kr, { logoOnly: !1 }), e && w(Gr, { style: { display: "block", margin: "auto 0 auto 4px", transform: "rotateY(0deg) rotate(-45deg)" } })] }) }) }), Zn = ({ marketingUrlLink: e }) => w("a", { dir: "ltr", href: e, rel: "noreferrer", target: "_blank", children: w("div", { className: "thank-you-card-link", children: [w("div", { className: "sprig-box-logo", children: w(Kr, { logoOnly: !0, style: { margin: "auto" } }) }), w("div", { children: w("p", { children: ["Capture insights about your own product", w(Gr, { style: { display: "inline-flex", marginInlineStart: "4px", verticalAlign: "middle" } })] }) })] }) }), _o = (e) => (e == null ? void 0 : e.buttonText) || "Next", mo = (e) => (e == null ? void 0 : e.skipButtonText) || "Skip", Gn = ({ marketingUrl: e, slugName: t, surveyId: r, forceBrandedLogo: n }) => `${e}?utm_source=survey_branding&utm_medium=website&utm_campaign=${t}&utm_content=${r}${n ? "&utm_term=poweredby_pill" : ""}`, Kn = () => {
|
|
1336
|
+
var S;
|
|
1337
|
+
const { border: e, cards: t, forceBrandedLogo: r, headers: n, index: o, marketingUrl: i, showSurveyBrand: a, slugName: s, surveyId: l, viewedCardCount: c } = D((b) => ({ border: b.border, cards: b.cards, forceBrandedLogo: b.forceBrandedLogo, headers: b.headers, index: b.index, marketingUrl: b.marketingUrl, showSurveyBrand: b.showSurveyBrand, slugName: b.slugName, surveyId: b.surveyId, viewedCardCount: b.viewedCardCount })), d = Z(null), u = t.filter((b) => b.type !== "uploading" && b.type !== "thanks"), h = ((b, I) => {
|
|
1338
|
+
const E = /* @__PURE__ */ new Set(["thanks", "uploading"]);
|
|
1339
|
+
if (I >= b.length || I < 0 || E.has(b[I].type)) return 0;
|
|
1340
|
+
const p = b.filter((_) => !E.has(_.type));
|
|
1341
|
+
if (I === p.length - 1) return 1;
|
|
1342
|
+
const m = { [p.length - 1]: 1, [-1]: 0 };
|
|
1343
|
+
for (let _ = p.length - 2; _ >= I; _--) {
|
|
1344
|
+
const C = p[_], v = (C.props.routingOptions ?? []).filter((H) => typeof H == "object" && H !== null && "group" in H), R = Pn(_, v);
|
|
1345
|
+
if (R.length === 0) {
|
|
1346
|
+
m[_] = m[_ + 1] + 1;
|
|
1347
|
+
continue;
|
|
1348
|
+
}
|
|
1349
|
+
let L = 0;
|
|
1350
|
+
const j = Mn(C);
|
|
1351
|
+
if (j === null) return p.length - 1 - I;
|
|
1352
|
+
let U = j;
|
|
1353
|
+
for (const H of R) {
|
|
1354
|
+
if (U.length === 0) break;
|
|
1355
|
+
const { comparator: O, target: he, value: Ue } = H, se = U.filter((V) => {
|
|
1356
|
+
const X = Tn({ value: V }, C.type, V), A = Dr(V, C.type);
|
|
1357
|
+
return !(X && O === "answered" || A && O === "partial" || !X && !A && O === "skipped" || O === "given_up" && qn(V) && V.taskStatus === "given.up" || X && C.type === "open" && (O === "contains" || O === "notcontains") || X && Hn(O) && pe[O](V, Ue));
|
|
1358
|
+
});
|
|
1359
|
+
if (se.length < U.length) {
|
|
1360
|
+
const V = Number.parseInt(String(he), 10);
|
|
1361
|
+
if (V !== -1 && V <= _ || V >= p.length) return p.length - 1 - I;
|
|
1362
|
+
L = Math.max(m[V] + 1, L);
|
|
1363
|
+
}
|
|
1364
|
+
U = se;
|
|
1365
|
+
}
|
|
1366
|
+
U.length > 0 && (L = Math.max(m[_ + 1] + 1, L)), m[_] = L;
|
|
1367
|
+
}
|
|
1368
|
+
return m[I];
|
|
1369
|
+
})(t, o), f = c + 1, g = f / (f + h), y = Gn({ marketingUrl: i, slugName: s, surveyId: l, forceBrandedLogo: r });
|
|
1370
|
+
q(() => {
|
|
1371
|
+
d.current && (d.current.style.width = 100 * g + "%");
|
|
1372
|
+
}, [g]);
|
|
1373
|
+
const x = ((S = t[o]) == null ? void 0 : S.type) === "thanks";
|
|
1374
|
+
return w("footer", { className: "ul-footer " + (n["userleap-platform"] === "link" ? "ul-footer__link" : ""), children: x && r ? w(Zn, { marketingUrlLink: y }) : w(F, { children: [u.length > 1 && w("div", { className: "ul-progress-bar-container ul-progress-bar-container__footer", children: w("div", { className: "ul-progress-bar-current", ref: d, style: { border: `1px solid ${e || "#000"}` } }) }), a ? w(Qn, { forceBrandedLogo: r, marketingUrlLink: y }) : null] }) });
|
|
1375
|
+
}, Jn = /<piped-value\b([^>]*)>.*?<\/piped-value>/gis, Zt = ["questionHtml", "captionHtml", "footerHtml", "richTextBody"], lt = (e) => !!e.props && typeof e.props == "object" && "properties" in e.props, Be = (e) => !!e.props && typeof e.props == "object" && "options" in e.props && Array.isArray(e.props.options), Gt = (e) => ["string", "number"].includes(typeof e), Kt = (e) => e.length === 0 ? "" : e.length === 1 ? e[0] : e.join(", "), Yn = (e) => {
|
|
1376
|
+
var r, n;
|
|
1377
|
+
const t = ((o) => o != null && typeof o == "object" && "value" in o)(e) ? e.value : void 0;
|
|
1378
|
+
if (t != null) {
|
|
1379
|
+
if (e.type === "multipleselect" && Be(e) && ((o) => !!o && typeof o == "object" && !Array.isArray(o))(t)) {
|
|
1380
|
+
const o = e.secondaryValue ?? null, i = e.props.options.filter((a) => t[String(a.id)] === !0).map((a) => {
|
|
1381
|
+
var s;
|
|
1382
|
+
return a.label + ((s = o == null ? void 0 : o[String(a.id)]) != null && s.userText ? `: ${o[String(a.id)].userText}` : "");
|
|
1383
|
+
});
|
|
1384
|
+
return i.length ? Kt(i) : "No options selected";
|
|
1385
|
+
}
|
|
1386
|
+
if (e.type === "multiplechoice" && typeof t == "object" && t !== null) {
|
|
1387
|
+
const o = Object.keys(t);
|
|
1388
|
+
if (o.length === 0) return "No options selected";
|
|
1389
|
+
const i = e.secondaryValue ?? null, a = o[0];
|
|
1390
|
+
if (a) {
|
|
1391
|
+
const s = e.props.options.find((l) => String(l.id) === a);
|
|
1392
|
+
return (s == null ? void 0 : s.label) + ((r = i == null ? void 0 : i[a]) != null && r.userText ? `: ${(n = i == null ? void 0 : i[a]) == null ? void 0 : n.userText}` : "");
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
if (e.type === "matrix" && Be(e) && ((o) => {
|
|
1396
|
+
if (!lt(o)) return !1;
|
|
1397
|
+
const i = o.props.properties;
|
|
1398
|
+
return !!i && typeof i == "object" && "matrixColumn" in i;
|
|
1399
|
+
})(e)) {
|
|
1400
|
+
const o = e.props.options, i = e.props.properties.matrixColumn, a = [];
|
|
1401
|
+
for (const [s, l] of Object.entries(t)) {
|
|
1402
|
+
const c = o.find((g) => String(g.id) === s), d = (c == null ? void 0 : c.label) ?? s, u = Gt(l) ? String(l) : JSON.stringify(l), h = i.find((g) => g.value === u), f = (h == null ? void 0 : h.label) ?? u;
|
|
1403
|
+
a.push(`${d}: ${f}`);
|
|
1404
|
+
}
|
|
1405
|
+
return a.join("; ");
|
|
1406
|
+
}
|
|
1407
|
+
if (e.type === "rankorder" && Be(e)) {
|
|
1408
|
+
const o = e.props.options.reduce((a, s) => (a[String(s.id)] = s.label, a), {}), i = [];
|
|
1409
|
+
for (const [a, s] of Object.entries(t)) {
|
|
1410
|
+
const l = o[a];
|
|
1411
|
+
l && (i[s - 1] = l);
|
|
1412
|
+
}
|
|
1413
|
+
return Kt(i);
|
|
1414
|
+
}
|
|
1415
|
+
if (Gt(t)) {
|
|
1416
|
+
const o = String(t).replaceAll(/[\u200B-\u200D\uFEFF]/g, "").trim();
|
|
1417
|
+
return o === "" ? void 0 : o;
|
|
1418
|
+
}
|
|
1419
|
+
try {
|
|
1420
|
+
return JSON.stringify(t);
|
|
1421
|
+
} catch {
|
|
1422
|
+
return String(t);
|
|
1423
|
+
}
|
|
1424
|
+
}
|
|
1425
|
+
}, ho = (e, t) => e.map((r) => {
|
|
1426
|
+
if (!lt(r) || r.props.properties === void 0 || r.props.properties === null) return r;
|
|
1427
|
+
const n = r.props.properties;
|
|
1428
|
+
if (n === null || typeof n != "object" || !Zt.some((a) => a in n)) return r;
|
|
1429
|
+
let o = !1;
|
|
1430
|
+
const i = {};
|
|
1431
|
+
for (const a of Zt) {
|
|
1432
|
+
const s = n[a];
|
|
1433
|
+
if (s !== void 0) {
|
|
1434
|
+
const l = Xn(s, t);
|
|
1435
|
+
i[a] = l, l !== s && (o = !0);
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
return o ? { ...r, props: { ...r.props, properties: { ...n, ...i } } } : r;
|
|
1439
|
+
}), Jt = (e, t) => {
|
|
1440
|
+
const r = new RegExp(`${t}="([^"]*)"`, "i").exec(e);
|
|
1441
|
+
return (r == null ? void 0 : r[1]) ?? null;
|
|
1442
|
+
}, Xn = (e, t) => {
|
|
1443
|
+
if (e == null) return e;
|
|
1444
|
+
let r = !1;
|
|
1445
|
+
const n = e.replace(Jn, (o, i) => {
|
|
1446
|
+
r = !0;
|
|
1447
|
+
const a = Jt(i, "answer-id"), s = Jt(i, "fallback-text") ?? "";
|
|
1448
|
+
if (!a) return s;
|
|
1449
|
+
const l = a.startsWith("attr-") ? a : Number(a);
|
|
1450
|
+
if (Object.hasOwn(t, l)) {
|
|
1451
|
+
const c = t[l];
|
|
1452
|
+
return String(c);
|
|
1453
|
+
}
|
|
1454
|
+
return s;
|
|
1455
|
+
});
|
|
1456
|
+
return r ? n : e;
|
|
1457
|
+
}, eo = (e, t) => {
|
|
1458
|
+
const r = {};
|
|
1459
|
+
if (t) for (const [n, o] of Object.entries(t)) typeof o == "string" ? r[`attr-${n}`] = o : o != null && (r[`attr-${n}`] = JSON.stringify(o));
|
|
1460
|
+
for (const n of e) {
|
|
1461
|
+
const o = Yn(n);
|
|
1462
|
+
o !== void 0 && (r[n.name] = o);
|
|
1463
|
+
}
|
|
1464
|
+
return r;
|
|
1465
|
+
}, go = (e) => {
|
|
1466
|
+
var t;
|
|
1467
|
+
return lt(e) && ((t = e.props.properties) != null && t.questionHtml) && typeof e.props.properties.questionHtml == "string" ? e.props.properties.questionHtml.replace(/<[^>]*>/g, "").trim() : e.props && "message" in e.props && typeof e.props.message == "string" ? e.props.message.trim() : e.props && "questionHtml" in e.props && typeof e.props.questionHtml == "string" ? e.props.questionHtml.replace(/<[^>]*>/g, "").trim() : "";
|
|
1468
|
+
}, to = () => {
|
|
1469
|
+
const { border: e, cards: t, index: r, focusedQuestionId: n, isConversationalUI: o } = D((s) => ({ border: s.border, cards: s.cards, index: s.index, focusedQuestionId: s.focusedQuestionId, isConversationalUI: s.isConversationalUI })), { totalQuestions: i, fraction: a } = Y(() => {
|
|
1470
|
+
var d;
|
|
1471
|
+
const s = t.filter((u) => u.type !== "uploading" && u.type !== "thanks"), l = s.length;
|
|
1472
|
+
if (l <= 1) return { totalQuestions: l, fraction: 0 };
|
|
1473
|
+
if (((d = t[r]) == null ? void 0 : d.type) === "thanks") return { totalQuestions: l, fraction: 1 };
|
|
1474
|
+
let c = 0;
|
|
1475
|
+
return c = o ? r + 1 : s.findIndex((u) => u.name === n), { totalQuestions: l, fraction: c / (l + 1) };
|
|
1476
|
+
}, [t, r, n, o]);
|
|
1477
|
+
return i <= 1 ? null : w("div", { className: "ul-progress-bar-container ul-progress-bar-container__header", children: w("div", { className: "ul-progress-bar-current", style: { width: 100 * a + "%", border: `1px solid ${e ?? "#000"}` } }) });
|
|
1478
|
+
}, ro = Ne(async () => ({ default: (await import("./index-BEn8X37H.js")).PageCard })), no = Ne(() => import("./conversational-ui-CtA-YS3e.js")), oo = () => {
|
|
1479
|
+
const { answers: e, border: t, cards: r, close: n, configureExitOnOverlayClick: o, destroy: i, endCard: a, eventEmitFn: s, fontFamily: l, headers: c, isConversationalUI: d, experimentFlags: u, index: h, next: f, previewKey: g, productConfig: y, seen: x, showStripes: S, studyType: b, surveyId: I, surveyVisitorAttributes: E, update: p, useMobileStyling: m, viewDocument: _ } = D((A) => ({ answers: A.answers, border: A.border, cards: A.cards, close: A.close, configureExitOnOverlayClick: A.configureExitOnOverlayClick, destroy: A.destroy, endCard: A.endCard, eventEmitFn: A.eventEmitFn, fontFamily: A.fontFamily, headers: A.headers, index: A.index, isConversationalUI: A.isConversationalUI, experimentFlags: A.experimentFlags, previewKey: A.previewKey, productConfig: A.productConfig, next: A.next, seen: A.seen, showStripes: A.showStripes, studyType: A.studyType, surveyId: A.surveyId, surveyVisitorAttributes: A.surveyVisitorAttributes, update: A.update, useMobileStyling: A.useMobileStyling, viewDocument: A.viewDocument })), C = Z(null), v = Z(!1), R = Z(!1), L = c["userleap-platform"], j = u == null ? void 0 : u["sdk-new-convo-ui"], { props: U, type: H, name: O } = r[h];
|
|
1480
|
+
q(() => {
|
|
1481
|
+
if (window.Sprig) return window.Sprig.trackHistory = (A) => D.getState().trackHistory(A), () => {
|
|
1482
|
+
window.Sprig.trackHistory = void 0;
|
|
1483
|
+
};
|
|
1484
|
+
}, []), q(() => {
|
|
1485
|
+
C.current && (C.current.classList.contains("ul-app--visible") || C.current.classList.add("ul-app--visible"), !v.current && s && (v.current = !0, s(M.SurveyAppeared, { name: M.SurveyAppeared, "survey.id": I })));
|
|
1486
|
+
}, [s, I]), q(() => {
|
|
1487
|
+
const A = () => {
|
|
1488
|
+
_.visibilityState === "visible" && (x(), _.removeEventListener("visibilitychange", A));
|
|
1489
|
+
};
|
|
1490
|
+
return _.addEventListener("visibilitychange", A), A(), () => {
|
|
1491
|
+
_.removeEventListener("visibilitychange", A);
|
|
1492
|
+
};
|
|
1493
|
+
}, [x, _]);
|
|
1494
|
+
const he = Re(async () => {
|
|
1495
|
+
if (!_) return;
|
|
1496
|
+
const A = _.getElementById("conversational-ui-styles");
|
|
1497
|
+
if (!d && A) return A.remove(), void (R.current = !1);
|
|
1498
|
+
if (d && !A) {
|
|
1499
|
+
const B = await (P = !!j, P ? import("./conversational-v2-styles-XFcJt3-u.js") : import("./conversational-styles-Cw5d-ccF.js"));
|
|
1500
|
+
We({ document: _, elementId: "conversational-ui-styles", styleString: B.default }), requestAnimationFrame(() => {
|
|
1501
|
+
p();
|
|
1502
|
+
}), R.current = !0;
|
|
1503
|
+
}
|
|
1504
|
+
var P;
|
|
1505
|
+
}, [_, d, p]);
|
|
1506
|
+
q(() => {
|
|
1507
|
+
o(() => n());
|
|
1508
|
+
}, [n, o]), q(() => {
|
|
1509
|
+
he();
|
|
1510
|
+
}, [he, _]);
|
|
1511
|
+
const Ue = Y(() => tn(r, h), [r, h]), se = eo(r, E), V = Re((A) => {
|
|
1512
|
+
f({ data: A, completeSurvey: () => i(re), endCard: a }), en(_);
|
|
1513
|
+
}, [f, i, a, _]);
|
|
1514
|
+
if (e) {
|
|
1515
|
+
for (const A of e) if (A.questionId === O) {
|
|
1516
|
+
let P;
|
|
1517
|
+
if (H === "multiplechoice") {
|
|
1518
|
+
const B = U.options.find(({ value: Oe }) => Oe === A.value);
|
|
1519
|
+
if (!B) break;
|
|
1520
|
+
P = { [B.id]: B.value };
|
|
1521
|
+
} else P = A.value;
|
|
1522
|
+
V({ value: P, type: H, questionId: A.questionId });
|
|
1523
|
+
break;
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
const X = !m && ((y == null ? void 0 : y.framePosition) === "center" || (y == null ? void 0 : y.desktopDisplay) === "center-modal" || ((y == null ? void 0 : y.placement) || "").includes("center"));
|
|
1527
|
+
return w("div", { className: De("ul-app", Ce(c) ? "ul-app--visible" : "ul-app--overlay"), dir: "auto", id: re, onClick: (A) => {
|
|
1528
|
+
var ut;
|
|
1529
|
+
const P = window.sprigAPI, B = A.target;
|
|
1530
|
+
if (!P || !B) return;
|
|
1531
|
+
const Oe = [B, B.parentElement];
|
|
1532
|
+
for (const ge of Oe) if (((ut = ge == null ? void 0 : ge.tagName) == null ? void 0 : ut.toLowerCase()) === "a") {
|
|
1533
|
+
A.preventDefault();
|
|
1534
|
+
try {
|
|
1535
|
+
const le = new URL(ge.href);
|
|
1536
|
+
le.protocol !== "http:" && le.protocol !== "https:" || (P == null || P.openUrl(le.toString()));
|
|
1537
|
+
} catch (le) {
|
|
1538
|
+
console.error(le);
|
|
1539
|
+
}
|
|
1540
|
+
return;
|
|
1541
|
+
}
|
|
1542
|
+
}, ref: C, style: { "--theme": t, ...l ? { fontFamily: l.replace(";", "") } : {}, ...X ? { position: "relative" } : {} }, children: w("div", { className: "ul-app__container", children: w("div", { className: De($n("ul-card__container", m, b)), style: { ...b !== "feedbackButton" || (y == null ? void 0 : y.desktopDisplay) === "center-modal" ? { borderColor: t } : {}, ...(y == null ? void 0 : y.desktopDisplay) === "slider" ? { margin: "0px" } : {} }, children: [w("div", { className: "sprig-container", children: [S && w("div", { className: "ul-header__container", dir: "ltr", children: w("div", { className: "ul-header", children: "For development purposes only" }) }), g && w("div", { className: "ul-header__container", dir: "ltr", children: w("div", { className: "ul-header", children: "Preview Mode: Response will not be recorded." }) }), Qe(b) && w(to, {}), w("div", { className: De(Wn("ul-card-main-content", L)), children: w(ne, d ? { fallback: null, children: w(no, { cards: r, next: V, previousResponses: se }) } : { fallback: null, children: w(ro, { cards: Ue, next: V, previousResponses: se }) }) }), !Qe(b) && w(Kn, {})] }), !d && w(zn, {})] }) }) });
|
|
1543
|
+
}, Jr = () => MediaRecorder.isTypeSupported("video/webm") ? "video/webm" : "video/mp4", Yt = (e) => {
|
|
1544
|
+
const t = { audioBitsPerSecond: 128e3, videoBitsPerSecond: 25e5, mimeType: Jr() };
|
|
1545
|
+
return new MediaRecorder(e, t);
|
|
1546
|
+
}, Xt = (e, t, r) => {
|
|
1547
|
+
r[t] = [], e.ondataavailable = function(n) {
|
|
1548
|
+
r[t].push(n.data);
|
|
1549
|
+
}, e.currentMediaRecordingUid = t, e.start();
|
|
1550
|
+
};
|
|
1551
|
+
function er(e, t, r, n, o, i) {
|
|
1552
|
+
if (e && e.state !== "inactive") {
|
|
1553
|
+
const { "begin.callback": a } = n, s = e.currentMediaRecordingUid;
|
|
1554
|
+
if (!s) return;
|
|
1555
|
+
a && a(s), e.onstop = () => async function(l, c, d, u, h, f, g) {
|
|
1556
|
+
const y = D.getState().viewDocument, { "upload.callback": x, "progress.callback": S } = u, b = { mediaType: d, updatedAt: (/* @__PURE__ */ new Date()).toISOString(), mediaRecordingUid: h, ...u["passthrough.data"] }, I = await (async (_, C) => {
|
|
1557
|
+
var R;
|
|
1558
|
+
const v = await fetch(C, { method: "POST", cache: "no-cache", headers: { "Content-Type": "application/json" }, body: JSON.stringify(_) });
|
|
1559
|
+
if (v.ok) {
|
|
1560
|
+
const L = await v.json();
|
|
1561
|
+
return (R = L == null ? void 0 : L.upload) == null ? void 0 : R.url;
|
|
1562
|
+
}
|
|
1563
|
+
return null;
|
|
1564
|
+
})(b, l);
|
|
1565
|
+
if (!I) return void (x && x(null, { message: "failed to get upload url" }));
|
|
1566
|
+
const E = new Blob(g, { type: Jr() });
|
|
1567
|
+
if (!y.defaultView) return;
|
|
1568
|
+
const p = new y.defaultView.File([E], `recording video ${Date.now()}`), m = f.createUpload({ endpoint: I, file: p, chunkSize: 5120 });
|
|
1569
|
+
m.on("error", (_) => {
|
|
1570
|
+
x && x(null, _);
|
|
1571
|
+
}), m.on("progress", (_) => {
|
|
1572
|
+
S && S(h, _);
|
|
1573
|
+
}), m.on("success", () => {
|
|
1574
|
+
x && x(h, !0);
|
|
1575
|
+
});
|
|
1576
|
+
}(t, 0, r, n, s, o, i), e.stop();
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
const io = { state: { chunks: {} }, stopRecording(e) {
|
|
1580
|
+
const { uploadApiEndpoint: t, avRecorder: r, screenRecorder: n, UpChunk: o } = this.state, i = this.state.avStream && this.state.avStream.getVideoTracks().length > 0 ? "video" : "audio";
|
|
1581
|
+
this.state.chunks && t && o && (r != null && r.currentMediaRecordingUid && er(r, t, i, e, o, this.state.chunks[r == null ? void 0 : r.currentMediaRecordingUid]), n != null && n.currentMediaRecordingUid && er(n, t, "screen", e, o, this.state.chunks[n == null ? void 0 : n.currentMediaRecordingUid]));
|
|
1582
|
+
}, handleCancelledStream(e) {
|
|
1583
|
+
const t = e.getVideoTracks(), r = e.getAudioTracks();
|
|
1584
|
+
let n = t.length && t[0];
|
|
1585
|
+
n = n || r.length && r[0], n && n.addEventListener("ended", () => {
|
|
1586
|
+
[this.state.avRecorder, this.state.screenRecorder].map((o) => {
|
|
1587
|
+
o && (o.state === "recording" && o.stop(), o.stream.getTracks().map((i) => {
|
|
1588
|
+
i.readyState === "live" && i.stop();
|
|
1589
|
+
}));
|
|
1590
|
+
}), Object.assign(this.state, { avStream: null, captureStream: null, avRecorder: null, screenRecorder: null });
|
|
1591
|
+
});
|
|
1592
|
+
}, taskDurationMillisecond() {
|
|
1593
|
+
return this.state.startTime ? (/* @__PURE__ */ new Date()).getTime() - this.state.startTime.getTime() : 0;
|
|
1594
|
+
}, setUpChunk(e) {
|
|
1595
|
+
this.state.UpChunk = e;
|
|
1596
|
+
}, configure(e, t) {
|
|
1597
|
+
Object.assign(this.state, t), this.state.uploadApiEndpoint = `${t.apiURL}/2/environments/integrations/upload`, this.state.chunks = {}, e.on("permission.status", this.permissionStatusCallback.bind(this)), e.on("av.permission", async (r) => {
|
|
1598
|
+
this.avPermissionCallback(r);
|
|
1599
|
+
}), e.on("begin.recording", this.beginRecordingCallback.bind(this)), e.on("start.task", this.startTaskCallback.bind(this)), e.on("screen.permission", async (r) => {
|
|
1600
|
+
this.screenPermissionCallback(r);
|
|
1601
|
+
}), e.on("finish.task", async (r) => {
|
|
1602
|
+
this.finishTaskCallback(r);
|
|
1603
|
+
});
|
|
1604
|
+
}, async avPermissionCallback(e) {
|
|
1605
|
+
var n, o, i;
|
|
1606
|
+
const { "stream.ready": t, "permission.descriptors": r } = e;
|
|
1607
|
+
try {
|
|
1608
|
+
(n = this.state.avStream) != null && n.active && (this.state.avStream.getTracks().map((a) => a.readyState === "live" && a.stop()), ((o = this.state.captureStream) == null ? void 0 : o.getAudioTracks().length) === 1 && this.state.captureStream.removeTrack(this.state.captureStream.getAudioTracks()[0])), this.state.avStream = await navigator.mediaDevices.getUserMedia({ video: r.includes("camera"), audio: !0 }), ((i = this.state.captureStream) == null ? void 0 : i.getAudioTracks().length) === 0 && this.state.captureStream.addTrack(this.state.avStream.getAudioTracks()[0]), this.handleCancelledStream(this.state.avStream);
|
|
1609
|
+
} catch (a) {
|
|
1610
|
+
return console.warn("Error: failed to get permissions: " + a), void (t && t(null, null));
|
|
1611
|
+
}
|
|
1612
|
+
t && t(this.state.avStream, this.state.captureStream);
|
|
1613
|
+
}, async screenPermissionCallback(e) {
|
|
1614
|
+
const { "screen.permission.requested": t, "stream.ready.callback": r } = e;
|
|
1615
|
+
t == null || t(!0);
|
|
1616
|
+
try {
|
|
1617
|
+
this.state.captureStream = await navigator.mediaDevices.getDisplayMedia({ video: !0, cursor: "always", displaySurface: "browser", preferCurrentTab: !0 });
|
|
1618
|
+
} catch (n) {
|
|
1619
|
+
return t == null || t(!1), console.warn("Error: failed to get permissions: " + n), void (r && r(null, null));
|
|
1620
|
+
}
|
|
1621
|
+
t == null || t(!1), this.state.avStream && this.state.avStream.getAudioTracks().length > 0 && this.state.captureStream.addTrack(this.state.avStream.getAudioTracks()[0]), this.handleCancelledStream(this.state.captureStream), r && r(this.state.avStream || null, this.state.captureStream);
|
|
1622
|
+
}, beginRecordingCallback(e) {
|
|
1623
|
+
const { "recording.media.types": t, "start.recording.callback": r = () => {
|
|
1624
|
+
} } = e;
|
|
1625
|
+
if (!t) return;
|
|
1626
|
+
const n = [];
|
|
1627
|
+
if (t.includes("video") && this.state.avStream) {
|
|
1628
|
+
this.state.avRecorder = Yt(this.state.avStream);
|
|
1629
|
+
const o = pt();
|
|
1630
|
+
Xt(this.state.avRecorder, o, this.state.chunks), n.push(o);
|
|
1631
|
+
}
|
|
1632
|
+
if (t.includes("screen") && this.state.captureStream) {
|
|
1633
|
+
this.state.screenRecorder = Yt(this.state.captureStream);
|
|
1634
|
+
const o = pt();
|
|
1635
|
+
Xt(this.state.screenRecorder, o, this.state.chunks), n.push(o);
|
|
1636
|
+
}
|
|
1637
|
+
n && r && r(n);
|
|
1638
|
+
}, async finishTaskCallback(e) {
|
|
1639
|
+
const { "current.index": t, "task.response": r, "task.complete.callback": n } = e;
|
|
1640
|
+
await this.stopRecording(e), n && n(this.taskDurationMillisecond()), this.state.cards && this.state.hasEndCard !== void 0 && this.lookAheadAndStopStream(t, r, this.state.cards, this.state.hasEndCard);
|
|
1641
|
+
}, startTaskCallback() {
|
|
1642
|
+
this.state.startTime = /* @__PURE__ */ new Date();
|
|
1643
|
+
}, permissionStatusCallback(e) {
|
|
1644
|
+
var n;
|
|
1645
|
+
const { "permission.status.callback": t } = e, r = this.state.avStream;
|
|
1646
|
+
t && t(r, !!r && (r == null ? void 0 : r.getVideoTracks().length) > 0, !!((n = this.state.captureStream) != null && n.active), this.state.captureStream);
|
|
1647
|
+
}, lookAheadAndStopStream(e, t, r, n) {
|
|
1648
|
+
const { avRecorder: o, screenRecorder: i } = this.state, { allResponses: a, surveyVisitorAttributes: s } = D.getState(), l = $r({ cards: r, index: e, hasEndCard: n, allResponses: a, surveyVisitorAttributes: s });
|
|
1649
|
+
l !== null && r[l].type === "recordedtask" || [o, i].map((c) => {
|
|
1650
|
+
c && (c.state === "recording" && c.stop(), c.stream.getTracks().map((d) => {
|
|
1651
|
+
d.readyState === "live" && d.stop();
|
|
1652
|
+
}));
|
|
1653
|
+
});
|
|
1654
|
+
} }, we = Object.create(io);
|
|
1655
|
+
Object.freeze(we);
|
|
1656
|
+
const ao = ({ mode: e = null, viewWindow: t, viewDocument: r, trackPageViewUrl: n }) => {
|
|
1657
|
+
const o = r.documentElement;
|
|
1658
|
+
let i;
|
|
1659
|
+
try {
|
|
1660
|
+
i = t.parent.location.href;
|
|
1661
|
+
} catch {
|
|
1662
|
+
i = t.location.href;
|
|
1663
|
+
}
|
|
1664
|
+
return { mode: e, sw: t.screen.width, sh: t.screen.height, cw: o.clientWidth, ch: o.clientHeight, p: n ?? i, l: t.navigator.language };
|
|
1665
|
+
};
|
|
1666
|
+
let $e = !1;
|
|
1667
|
+
const so = { configure: function(e, t = !0) {
|
|
1668
|
+
var E;
|
|
1669
|
+
const { answers: r, apiURL: n, endCard: o, eventEmitFn: i, fontFamilyURL: a, frame: s, previewKey: l, viewDocument: c, viewWindow: d } = e, u = Ce(e.headers) ? e.frame : c.body, h = e.UpChunk || window.UpChunk, f = ue, g = ((p, m) => {
|
|
1670
|
+
const _ = [...p], C = /* @__PURE__ */ new Set(["videovoice", "recordedtask"]);
|
|
1671
|
+
return p.some((v) => C.has(v.type)) && _.push({ name: -2, props: { routingOptions: [], displayLogic: [] }, type: "uploading" }), m && _.push({ name: -1, props: { routingOptions: [], displayLogic: [] }, type: "thanks" }), _;
|
|
1672
|
+
})(e.cards, !!o), y = Object.fromEntries(g.map((p, m) => [p.name, m]));
|
|
1673
|
+
we.configure(f, { cards: g, hasEndCard: !!o, apiURL: n, UpChunk: h });
|
|
1674
|
+
const x = e.layout === "conversational", S = (({ cards: p, hasEndCard: m, allResponses: _ = [], surveyVisitorAttributes: C = {}, startingQuestionIdx: v = 0 }) => {
|
|
1675
|
+
var U, H;
|
|
1676
|
+
const R = p.findIndex((O) => O.type === "uploading"), L = Br(p, m, R);
|
|
1677
|
+
let j = Math.min(Math.max(0, v ?? 0), L);
|
|
1678
|
+
for (; j <= L && ((H = (U = p[j]) == null ? void 0 : U.props) != null && H.displayLogic) && p[j].props.displayLogic.length > 0; ) {
|
|
1679
|
+
const O = p[j].props.displayLogic || [];
|
|
1680
|
+
if (Qr({ displayLogic: O, allResponses: _, cards: p, surveyVisitorAttributes: C })) break;
|
|
1681
|
+
j++;
|
|
1682
|
+
}
|
|
1683
|
+
return Math.min(j, L);
|
|
1684
|
+
})({ cards: g, hasEndCard: !!o, allResponses: [], surveyVisitorAttributes: e.surveyVisitorAttributes ?? {}, startingQuestionIdx: e.startingQuestionIdx });
|
|
1685
|
+
D.setState({ experimentFlags: e.experimentFlags ?? {}, addResponseGroupMeta: e.addResponseGroupMeta, apiURL: n, answers: r, avatars: e.avatars, border: e.border, index: S, isConversationalUI: x, cards: g, cardIndexByName: y, configureExitOnOverlayClick: e.configureExitOnOverlayClick, customMetadata: e.customMetadata, enableCspTrustedTypes: e.enableCspTrustedTypes, endCard: e.endCard, envId: e.envId, eventEmitFn: i, fontFamily: e.fontFamily, forceBrandedLogo: e.forceBrandedLogo, frame: s, headers: e.headers, hasViewedEmbed: !1, isPreview: e.previewMode, layout: e.layout, marketingUrl: "https://sprig.com", meta: ao({ mode: e.mode, viewWindow: d, viewDocument: c, trackPageViewUrl: e.trackPageViewUrl }), mode: e.mode, previewKey: l, productConfig: e.productConfig, recorder: we, recorderEventEmitter: f, responseGroupUid: e.responseGroupUid, showStripes: e.showStripes, showSurveyBrand: e.showSurveyBrand, slugName: e.slugName, startingQuestionIdx: e.startingQuestionIdx, styleNonce: e.styleNonce, studyType: e.studyType, surveyId: e.surveyId, surveyVisitorAttributes: e.surveyVisitorAttributes, tabTitle: e.tabTitle, uploadingCardViewed: !1, uploadProgress: {}, useMobileStyling: e.useMobileStyling, useDesktopPrototype: e.useDesktopPrototype, userId: e.userId, viewDocument: e.viewDocument, visitorAttributes: e.visitorAttributes, viewedCardCount: S });
|
|
1686
|
+
const { head: b } = c;
|
|
1687
|
+
if (We({ document: c, elementId: "sprig-style", styleString: `html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}ol,ul{padding-inline-start:1em}.ul-loading-spinner-container{font-size:1.8rem;flex-grow:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ul-loading-spinner{display:inline-block;position:relative;width:6rem;height:6rem}.ul-loading-spinner div{box-sizing:border-box;display:block;position:absolute;width:80%;height:80%;margin:5px;border:5px solid #152e3e;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#152e3e transparent transparent transparent}.ul-loading-spinner .first{animation-delay:-.45s}.ul-loading-spinner .second{animation-delay:-.3s}.ul-loading-spinner .third{animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in-transition{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ul-card{flex:1 1 auto;border-radius:2px;display:flex;flex-direction:column;font-size:17px;line-height:19px;text-align:start;min-width:200px;justify-content:center;animation:enable-transitions 0s .3s forwards;min-height:0}@keyframes enable-transitions{to{transition:opacity .2s ease-in-out}}.ul-focus-transitions-active .ul-card,.ul-card--with-transitions{transition:opacity .2s ease-in-out}.ul-card__container--desktop{border:2px solid #fff;box-shadow:0 0 15px #00000026;margin:15px}.ul-card__container--mobile{border-width:0;box-shadow:0 0 5px #00000040;margin-top:5px}.ul-card__container--desktop_longFormSurvey,.ul-card__container--mobile_longFormSurvey{margin:0}.sprig-container{display:flex;flex-direction:column;width:100%;height:fit-content;flex:1 1 auto;min-height:0;justify-content:center}.ul-card__container{background:#fff;border-radius:6px;display:flex;flex-direction:column;flex-grow:1;flex:1 1 auto;font-size:17px;line-height:23px;padding:0;min-height:0;position:relative;text-align:center;word-break:normal}.ul-card__container--desktop_feedbackButton{box-shadow:unset}.ul-card-vertical__button-wrapper{flex-direction:column;align-items:center}.ul-card__button-wrapper{margin-top:4px;display:flex;gap:16px;justify-content:center;align-self:stretch}.sprig-question-footer-container{align-items:center;width:100%;height:fit-content;display:flex;flex-direction:column;padding:12px 20px 0}.long-form-question-footer-container{position:fixed;bottom:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;overflow:visible;z-index:1000;pointer-events:none;padding:32px}@media only screen and (max-width: 700px){.long-form-question-footer-container{position:relative}}.long-form-question-footer-container--mobile{background-color:#fff;border-top:1px solid #e6e6e6;padding:16px 24px;flex:0 1}.long-form-question-footer-container-center{justify-content:center}.long-form-question-footer-container .long-form-question-footer-container-logo{width:auto;pointer-events:auto}.conversational-ui .long-form-question-footer-container-logo{position:sticky;bottom:32px;margin:16px;width:112px;padding:4px;background-color:#fff;border-radius:24px}.long-form-question-footer-container-center .long-form-question-footer-container-logo{margin-left:0}.long-form-question-footer-container .long-form-question-footer-container-actions{display:flex;gap:8px;pointer-events:auto}.long-form-question-footer-container .long-form-question-footer-container-actions .long-form-button{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px;border-radius:8px;height:40px;width:40px}.long-form-question-footer-container .long-form-question-footer-container-actions .long-form-button .long-form-button-text-container{display:flex;align-items:center}.ul-rich-text-body{min-height:2em}.ul-rich-text-body,.ul-rich-text-body p{margin-top:10px;margin-bottom:10px}.ul-rich-text-body li{margin:5px 0}.ul-rich-text-body p,.ul-rich-text-body li{font-size:15px;line-height:130.35%;letter-spacing:.02em;color:#343442;text-align:start;white-space:pre-line}.ul-rich-text-body:last-child,.ul-rich-text-body li:last-child{margin-bottom:15px}.ul-card-main-content__link,.ul-card-main-content__email,.ul-card-main-content__web,.ul-card-main-content__android,.ul-card-main-content__ios{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;z-index:2;height:fit-content;overflow:auto;scrollbar-width:thin;scroll-behavior:smooth}.sprig-border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}.sprig-border-top{border-top:1px solid rgba(0,0,0,.1)}.question-header-container{z-index:1}.sprig-header-container{padding:16px}.question-header-button-container{display:grid;grid-template-columns:97fr 3fr;align-items:center;justify-content:space-between;width:100%;height:fit-content}.ul-card--thanks-content .question-header-button-container{justify-content:center}.sprig-question-body{padding:0 20px;min-height:0;flex-shrink:1;overflow:auto;position:relative;align-self:stretch;width:100%}.sprig-stretch{align-self:stretch}.ul-question{color:#343442;display:block;font-size:17px;line-height:125%;font-weight:500;cursor:default;text-align:start}.ul-question ol,.ul-question ul,.ul-caption ol,.ul-caption ul{margin-left:1em}.ul-caption{flex:1 0 auto;font-size:14px;line-height:130.35%;letter-spacing:.02em;color:#6c6c6e;text-align:start;margin-top:4px}.ul-card__choices{margin:5px 0 0;flex:1 0}.choice--mobile{border:2px solid #e6e6e6}.choice--desktop{border:1px solid #e6e6e6}.choice{align-items:flex-start;color:#262136;cursor:pointer;display:flex;justify-content:flex-start;flex-direction:column;box-sizing:border-box;border-radius:3px;margin-bottom:7px;font-size:15px;line-height:20px;padding:10px 20px 10px 15px;background-color:#00000003}.choice--desktop:hover,.choice--desktop:active,.choice--mobile:active{background-color:#0000000d}.choice-label-container{align-items:center;display:flex;flex-direction:row;flex:0 0 fit-content;gap:15px;height:fit-content;justify-content:flex-start;width:100%}.choice-text-entry-container{width:100%;height:fit-content;flex:0 1 fit-content;overflow:hidden}.choice .choice-text-input--mobile{max-height:63px}.choice .choice-text-input--desktop{max-height:150px}.choice .choice-text-input{box-sizing:border-box;background-color:transparent;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;min-height:20px;max-height:60px;padding:0;margin-top:8px;resize:none;width:100%;font-size:14px;line-height:20px;outline:none;border:none;overflow-wrap:break-word}.choice .choice-text-input::placeholder{color:#6c6c6e80}.ul-thanks-check{text-align:center;margin-bottom:20px}.ul-card--thanks-content{padding:20px 0 10px}.ul-card--thanks .ul-question{padding-top:0;text-align:center}.ul-card--thanks .ul-caption{padding-top:0;text-align:center;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-lines:no-limit}.ul-card--uploading .ul-question{padding-top:15px;text-align:center}.ul-card--uploading .ul-caption{padding-top:5px;text-align:center;overflow-wrap:break-word}.select-checkbox{height:16px;width:16px;display:flex;box-sizing:border-box;background-color:"transparent";align-items:center;justify-content:center;border-radius:4px;border:1px solid #b0b5b7;flex-shrink:0}.select-radio{height:16px;width:16px;border-radius:16px;border:1px solid #323232;display:flex;box-sizing:border-box;box-shadow:inset 2px 2px #0000001a;background-color:"transparent";align-items:center;justify-content:center}.footer{width:100%;margin-top:12px;font-size:12px;line-height:12px;color:#000000b3}[class^=CenteredSurveyLayout] .ul-header__container,[class^=QuestionConceptTestLayout] .ul-header__container,.ul-websurvey-frame .ul-card__container,.ul-websurvey-frame-mobile .ul-card__container{margin-bottom:unset}[class^=CenteredSurveyLayout] .ul-card__container,[class^=QuestionConceptTestLayout] .ul-card__container,.ul-websurvey-frame .ul-card__container,.ul-websurvey-frame-mobile .ul-card__container{align-self:center;box-shadow:unset;border-radius:unset;border:none!important;position:unset;width:100%}@media only screen and (min-height: 600px) and (width: 600px){.ul-card{position:relative;top:-20px}}.ul-vertical-centered-container{display:flex;flex-direction:column;align-items:center;align-self:stretch}.sprig-accordion{width:100%;margin-bottom:8px}.sprig-accordion-body{width:100%;overflow:hidden}.sprig-accordion-header-container{background:transparent;border:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;cursor:pointer;margin:8px 0 0;padding:0;font-family:inherit}.sprig-header-label-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;flex:1 1 0}.sprig-header-label{color:#343442;font-size:15px;font-weight:590;line-height:21px;text-align:start;overflow:hidden}.sprig-check-background{flex:0 0 16px;height:16px;width:16px;border-radius:8px;margin-right:8px;background-color:#efefee;display:flex;align-items:center;justify-content:center}.sprig-check{height:9px;width:9px;margin-left:-1px}.sprig-check path{stroke:#506067;stroke-width:1.5}.sprig-caret{height:20px;width:20px;transition-property:transform}.sprig-caret path{stroke:#000}.ul-card-longform__submit-button-container{display:flex;justify-content:flex-end}.ul-card-longform__submit-button-container .ul-card-longform__submit-button{display:flex;flex-direction:row;align-items:center;white-space:nowrap;gap:4px;border-radius:8px;color:#fff;cursor:pointer}.ul-card-longform__submit-button-container .ul-card-longform__submit-button:disabled{opacity:.5;cursor:not-allowed}.ul-card-list-container--longform{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center;height:auto;justify-content:center;flex:1 0 auto}.ul-card-list-container--longform:has(.ul-card-scroll-wrapper:nth-child(2)){gap:1rem;padding-block-start:40px;padding-block-end:40px}@media (max-width: 600px){.ul-websurvey-frame-mobile.long-form-survey>.ul-websurvey-sidebar-mobile{padding-top:0}.ul-card-list-container--longform .ul-card-scroll-wrapper:last-child{padding-bottom:80px}.ul-card-list-container--longform:has(.ul-card-scroll-wrapper:nth-child(2)){padding-block-start:80px;padding-block-end:40px}}.ul-card-scroll-wrapper{width:100%;max-width:100vw;position:relative;display:flex;justify-content:center;flex:1 0 auto}.ul-card--unfocused{opacity:.3;transition:opacity .3s ease-in-out}.ul-consent-legal__name-input--mobile{border:2px solid #e6e6e6}.ul-consent-legal__name-input--desktop{border:1px solid #e6e6e6}.ul-consent-legal__name-input{background:#00000003;box-sizing:border-box;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;padding:10px 20px 10px 15px;border-radius:3px;font-size:15px;line-height:20px;margin-bottom:7px;width:100%}.ul-consent-legal__name-input::placeholder{color:#6c6c6e80}.ul-consent-legal__name-input:focus{outline:none;background:#fff}.ul-consent-legal__name-input--desktop:hover:not(:focus){background-color:#0000000d}.ul-card__consent-legal .choice{font-size:15px;padding:10px 15px;background-color:#00000003}.ul-card__consent-legal .choice--desktop:hover,.ul-card__consent-legal .choice--desktop:active,.ul-card__consent-legal .choice--mobile:active{background-color:#0000000d}.ul-card--likert__numbers{align-items:center;border-radius:5px;display:flex;flex-direction:row;flex:1 0;justify-content:center;margin:5px 0 0}.ul-card--likert__numbers>button{padding:unset}.likert-number--mobile{border:2px solid #e6e6e6}.likert-number--mobile:not(:first-child){margin-inline-start:-2px}.likert-number--desktop{border:1px solid #e6e6e6}.likert-number--desktop:not(:first-child){margin-inline-start:-1px}.likert-number{align-items:center;cursor:pointer;display:flex;justify-content:center;flex:1 0;background-color:#00000003;font-size:18px;line-height:24px;height:67px}.likert-number:first-child{border-start-start-radius:5px;border-end-start-radius:5px}.likert-number:last-child{border-start-end-radius:5px;border-end-end-radius:5px}.likert-number:active,.likert-number--desktop:hover{background-color:#0000000d;font-weight:500}.likert-star--mobile:not(:first-child){margin-inline-start:-2px}.likert-star--desktop:not(:first-child){margin-inline-start:-1px}.likert-star{align-items:center;cursor:pointer;display:flex;justify-content:space-between;flex:1 0;color:transparent;font-size:18px;line-height:24px;height:67px;background:unset;border:unset}.likert-smiley--mobile:not(:first-child){margin-inline-start:-2px}.likert-smiley--desktop:not(:first-child){margin-inline-start:-1px}.likert-smiley{align-items:center;cursor:pointer;display:flex;justify-content:space-between;flex:1 0;color:transparent;line-height:24px;height:67px;background:unset;border:unset}.likert-smiley>svg{margin:0 auto}.likert-smiley circle:not(:first-child){fill-opacity:1}.ul-card--likert__labels{align-items:center;color:#262136;display:flex;flex-direction:row;flex:1 0;font-weight:500;font-size:13px;line-height:15px;justify-content:space-between;margin:7px 0 10px}.ul-card--likert__labels>span:last-child{margin-left:auto;flex:1 1 auto;min-width:0;text-align:right}.ul-card--matrix_grid{display:grid;grid-template-columns:max-content repeat(var(--numColumns),minmax(107px,1fr));grid-template-rows:repeat(var(--numRows),min-content);margin:0 auto;row-gap:4px;width:max-content}.ul-card--matrix_grid_longform{width:100%}.ul-matrix-row-options{display:grid;grid-column:2/-1;grid-template-columns:subgrid}.ul-matrix-column-label{font-size:15px;max-width:150px;padding:10px 12px;text-align:center}.ul-card--matrix_container{margin-bottom:16px;overflow:auto}.ul-card--matrix_question_container{display:flex;flex-direction:column}.ul-matrix-scroll-gradient{-webkit-mask-image:linear-gradient(90deg,#000 90%,transparent);mask-image:linear-gradient(90deg,#000 90%,transparent)}.ul-matrix-scroll-gradient:dir(rtl){-webkit-mask-image:linear-gradient(270deg,#000,90%,transparent);mask-image:linear-gradient(270deg,#000,90%,transparent)}.ul-matrix-scroll-gradient:dir(rtl)+.ul-matrix-scroll-arrow{rotate:180deg}.ul-matrix-scroll-arrow{align-self:flex-end;background:none;border:none;color:#000;padding:0;position:absolute;top:45%}.ul-matrix-scroll-arrow:hover{cursor:pointer}.ul-matrix-option-wrapper{align-items:center;background:#f9f9f8;display:flex;justify-content:center;padding:10px 12px}.ul-matrix-last-option{border-start-end-radius:4px;border-end-end-radius:4px}.ul-matrix-row-label{align-items:center;background:#f9f9f8;border-end-start-radius:4px;border-start-start-radius:4px;display:flex;font-size:15px;left:0;right:0;max-width:200px;min-width:100px;padding:10px 12px;position:sticky}.ul-matrix-option-selected{border:6px solid var(--border);box-shadow:none}.ul-card__matrix{max-width:100%}.select-label{cursor:pointer;flex:1;overflow-wrap:anywhere;text-align:start}.ul-card--nps__numbers{align-items:center;border-radius:5px;display:flex;flex-direction:row;flex:1 0;justify-content:center;margin:5px 0 0}.nps-number--mobile{border:2px solid #e6e6e6}.nps-number--mobile:not(:first-child){margin-inline-start:-2px}.nps-number--desktop{border:1px solid #e6e6e6}.nps-number--desktop:not(:first-child){margin-inline-start:-1px}.nps-number{align-items:center;cursor:pointer;display:flex;justify-content:center;flex:1 0;background-color:#00000003;font-size:18px;line-height:24px;height:67px;padding:unset}.nps-number:first-child{border-start-start-radius:5px;border-end-start-radius:5px}.nps-number:last-child{border-start-end-radius:5px;border-end-end-radius:5px}.nps-number:active,.nps-number--desktop:hover{background-color:#0000000d;font-weight:500}.ul-card--nps__labels{align-items:center;color:#262136;display:flex;flex-direction:row;flex:1 0;font-weight:500;font-size:13px;line-height:15px;justify-content:space-between;margin:7px 0 10px}.ul-card-rank__labels{font-size:14px;font-style:normal;font-weight:600;line-height:150%;text-align:left}.ul-card-rank__list{list-style-type:none;padding-inline-start:0;margin:4px 0}.ul-card-rank__option{display:flex;align-items:center;padding:8px;gap:8px;align-self:stretch;border:1px solid #e2e3e1;border-radius:8px;margin-bottom:4px;background:#fff}.ul-card-rank__option:last-child{margin-bottom:0}.ul-card-rank__drag-btn{display:inline-flex;align-items:center;justify-content:center;line-height:0;padding:0;width:25px;height:25px;margin-left:auto;color:#0b2330;cursor:grab;background:transparent;border:0}.ul-card-rank__drag-btn:active,.ul-card-rank__option:active{cursor:grabbing}.ul-card-rank__option svg{display:block}.ul-card-rank__option.is-dragging{opacity:1;box-shadow:0 8px 25px #00000026,0 3px 10px #0000001a;z-index:1000;background:#fff;border-color:#0b2330;transition:none}.ul-card-rank__option.is-drop-target{background:#0b23301a;border-radius:8px;border-color:#0b23301a}.ul-card-rank__option.is-drop-target select,.ul-card-rank__option.is-drop-target span,.ul-card-rank__option.is-drop-target button{visibility:hidden}.ul-card-rank__option span{font-size:14px;font-weight:400;pointer-events:none}.ul-card-rank__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;height:25px;min-height:25px;border:1px solid #E2E3E1;border-radius:4px;font-size:14px;line-height:1.4;padding:2px 28px 2px 8px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='13' viewBox='0 0 12 13' fill='none'><path d='M9.75 5L6 8.75L2.25 5' stroke='%230B2330' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:12px 12px;background-color:#fff;cursor:pointer;pointer-events:auto}.ul-card-rank__select.ul-card-rank__select--placeholder{color:#b0b5b7}.ul-card-text{margin-top:2px;margin-bottom:3px;display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.ul-card-text__container{align-items:center;box-sizing:border-box;border-radius:3px;display:flex;justify-content:center;margin-bottom:12px;flex:1 0 100%}.ul-card-text__input--mobile{border:2px solid #e6e6e6;max-height:63px}.ul-card-text__input--desktop{border:1px solid #e6e6e6;max-height:150px}.ul-card-text__input{background:#00000003;box-sizing:border-box;color:#343442;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;min-height:63px;overflow:auto;padding:12px;resize:none;width:100%;border-radius:3px;font-size:15px;line-height:20px;overflow-wrap:break-word}.ul-card-text__input::placeholder{color:#6c6c6e80}.ul-card-text__input:focus{outline:none;background:#fff}.ul-card-text__input--desktop:hover:not(:focus){background-color:#0000000d}.ul-card-text__input__loading{background-image:linear-gradient(70deg,#e2e3e1,#f9f9f8,#e2e3e1);background-size:200% 100%;animation:shimmer 2s infinite linear}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ul-card__text-url-prompt-button{text-decoration:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:-webkit-fill-available}#ul-card-video__player_recorder{width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available}.ul-card-record__task{flex:1 0 auto;margin-top:2px;margin-bottom:3px;align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:0}#ul-record-task-upload-progress,#ul-record-task-video-preview{width:100%;height:150px}.ul-permission-graphics-container{width:100%;height:150px;background-color:#0000000d;text-align:center;flex-direction:column;margin-left:auto;margin-right:auto;border-radius:5px;display:flex;align-items:center;font-size:15px;color:#000000b3}.ul-av-permission-denied-paragraph{margin:auto 15px;font-size:12px}.ul-av-permission-denied-headline{font-size:14px;color:#262136;text-decoration:underline;font-size:12px}.ul-permission-body{color:#000;margin:5px auto 5px 5px;line-height:135%;text-align:center}.ul-select-tab-container{width:240px;height:46px;background:#fff;border-radius:5px;text-align:start;align-items:center;display:flex;padding:0 5px;margin-top:20px;margin-bottom:auto}.ul-select-tab-text{color:#4b575d;margin:5px;line-height:135%;text-align:center}button.ul-task-skip-button{color:#000;background-color:#fff}#ul-task-detail-container{margin-top:0;margin-bottom:0;overflow:auto}#ul-task-detail-container.ul-rich-text-body p,#ul-task-detail-container.ul-rich-text-body li,#ul-task-detail-container.ul-rich-text-body{color:#4c4c4c}#ul-task-detail-container :first-child{margin-top:0}#ul-task-detail-container :last-child{margin-bottom:20px}.ul-horizontal-button-container{width:100%;display:flex;flex-direction:row}.ul-skip-button-below{margin-top:5px}.ul-horizontal-button-container-center{justify-content:center}.ul-vertical-button-container-center{display:flex;flex-direction:column;align-items:center}.ul-horizontal-button-container-left{justify-content:flex-start}.ul_recorded-task-inset-spacing{margin-top:5px;margin-bottom:24px}.ul_permission_svg_container{justify-content:center}.ul-card-text__button{background-color:var(--theme);border-radius:3px;border:none;color:#fff;cursor:pointer;font-size:15px;font-weight:500;line-height:18px;padding:10.5px 21px}.ul-card-text__button:disabled,.ul-card-text__button.sprig-button-disabled{background-color:#0000001a;color:#0003}.ul-card-text__button:disabled>svg path,.ul-card-text__button.sprig-button-disabled>svg path{stroke:#0003}.ul-card-text__button.ul-button-inactive{background-color:#fff!important;color:#5d696f!important}.ul-card-skip__button{color:#00000080;background:none;border:none;font-size:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;cursor:pointer}.ul-card-button-group{align-items:center;display:flex;gap:15px;justify-content:center;flex-direction:column}.select-button{align-items:center;background-color:transparent;border-radius:8px;border:1px solid #0b2330;box-shadow:0 0 0 2px #c8cccc;cursor:pointer;display:flex;font-size:15px;justify-content:space-between;margin-bottom:8px;padding:4px 8px 4px 16px;width:100%}.select-button:hover{background-color:#f3f3f3}.select-button:active{background-color:#eee}.select-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-button.select-button-placeholder{color:#b0b5b7}.select-button svg{flex-shrink:0}.select-list{position:relative;height:fit-content;padding:4px 0;z-index:100;background-color:#fff;border:1px solid #E2E3E1;box-shadow:0 16px 24px #0b23300d,0 4px 12px #0b233008;border-radius:8px;overflow-y:scroll;width:100%}.select-option{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:16px;line-height:20px;padding:8px 16px}.select-option:hover{background-color:#f3f3f3}.ul-card--maxdiff__question-inner-container{display:grid;grid-template-columns:1fr 2.5fr 1fr;grid-template-rows:repeat(3,minmax(40px,auto));grid-gap:6px;align-items:center}@media (max-width: 600px){.ul-card-maxdiff__labels-row{column-gap:30%}}.ul-card-maxdiff__label{font-weight:600;text-align:center;margin:auto;flex:1;padding:8px;overflow:auto;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.ul-card-maxdiff__label-spacer{flex:6}.ul-card-maxdiff .ul-question{text-align:center}.ul-card-maxdiff__option-row{display:flex;justify-content:space-between;margin-bottom:8px;padding:0 24px}.ul-card-maxdiff__option-label{flex:6;align-self:center;padding:12px;text-align:center;max-width:100%;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.ul-card-maxdiff__option-control.smiley{display:flex;justify-content:center;align-items:center;min-width:86px;flex:1;padding:12px;border-radius:none;border:none;background:none;cursor:pointer}.ul-card-maxdiff__option-control .choice-label-container{justify-content:center}.ul-card-maxdiff p.ul-caption{text-align:center}.ul-card-maxdiff .question-header-button-container{display:flex;justify-content:center}.ul-card-maxdiff__option-selected{border-radius:100px}.ul-card-maxdiff__option-selected.good{background:#90ee90}.ul-card-maxdiff__option-selected.bad{background:#f08080}.ul-card-maxdiff__option-btn{width:42px;height:42px;justify-content:center;align-items:center}html,body{cursor:default;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;height:100%;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none}b{font-weight:500}form{margin-block-end:0;margin-block-start:0}#ul-app{opacity:0;width:100%;flex-grow:2;display:flex}#ul-app.ul-app--overlay{position:absolute;bottom:0;transition:opacity .1s ease-out;transition-delay:.1s}#ul-app.ul-app--visible{opacity:1;bottom:0}.ul-app__container{width:100%;display:flex;flex-direction:column;max-height:100vh}.ul-header__container{margin-bottom:15px}.ul-header{align-items:center;background:repeating-linear-gradient(120deg,#ebebeb,#ebebeb 24px,#fff 24px,#fff 48px);border-bottom:2px solid #ebebeb;display:flex;font-size:14px;font-weight:500;height:40px;justify-content:center;width:100%}.ul-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;margin-top:auto;flex-grow:0;width:100%;min-height:10px;height:fit-content;flex-shrink:0}.ul-footer>.yellow-footer-logo{background:#fad133;border:1px solid #f9c600;border-radius:14px;padding:6px 12px}.ul-footer>.yellow-footer-logo:hover{background:#f9c600}.ul-footer .thank-you-card-link{background:#00000003;border:1px solid #e6e6e6;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;gap:12px;margin-bottom:15px;padding:12px;text-align:initial;width:280px}.ul-footer .thank-you-card-link:hover{background:#00000008}.ul-footer>a{color:inherit}.ul-footer-bubble{display:inline-block;margin:0 3px;width:7px;height:7px;border-radius:3px;border:1px solid transparent}.sprig-box-logo{background:#f9c600;border-radius:5px;display:flex;padding:4px}.close-container{display:flex;justify-content:flex-end;width:100%;height:0}.close-btn{position:absolute;top:8px;right:8px;cursor:pointer;height:16px;width:16px;z-index:2}.ul-app__container{transition:opacity .3s ease-out}.ul-center-horizontally{text-align:center}.ul-progress-bar-container{width:100%;height:2px;background-color:#0000001a;border-radius:2px}.ul-progress-bar-container__footer{max-width:250px;margin:16px 0}.ul-progress-bar-container__header{position:fixed;top:80px;max-width:unset;margin:0;z-index:3}.ul-progress-bar-current{transition:width 1s ease;width:0%;height:0;border-radius:2px}.prototype-button{align-self:stretch;background:#00000003;border:1.5px solid #e6e6e6;border-radius:4px 0 0 4px;flex:none;flex-grow:0;height:fit-content;line-height:16.5px;margin:0 20px;padding:20px 0;font-size:14px;font-family:inherit;text-decoration:underline}.prototype-button:hover{cursor:pointer}` }), e.customStyles && We({ document: c, elementId: "ul-custom-style", styleString: e.customStyles, nonce: e.styleNonce }), e.fontFamily && a && parent) {
|
|
1688
|
+
const p = c.createElement("link");
|
|
1689
|
+
p.rel = "stylesheet", p.href = a, b.appendChild(p);
|
|
1690
|
+
}
|
|
1691
|
+
if (!h && e.cards.some((p) => p.type === "recordedtask")) {
|
|
1692
|
+
const p = c.createElement("script");
|
|
1693
|
+
p.src = e.upchunkLibraryURL ?? "https://cdn.sprig.com/userleap-web-upchunk-v2.2.2.js", p.onload = () => {
|
|
1694
|
+
we.setUpChunk(d.UpChunk);
|
|
1695
|
+
}, p.onerror = () => {
|
|
1696
|
+
console.warn("[Sprig] - recording functionality not configured due to UpChunk library load failure");
|
|
1697
|
+
}, b.appendChild(p);
|
|
1698
|
+
}
|
|
1699
|
+
const I = i || ((E = s.eventEmitter) == null ? void 0 : E.emit);
|
|
1700
|
+
I == null || I("verify.view.version", { "view.version": "2.43.0" }), u && t && ($e && Ie(u), ie(w(oo, {}), u), $e = !0, ue.once(M.SurveyClosed, () => {
|
|
1701
|
+
Ie(u), $e = !1;
|
|
1702
|
+
}));
|
|
1703
|
+
} }, yo = Object.freeze(Object.defineProperty({ __proto__: null, default: so }, Symbol.toStringTag, { value: "Module" }));
|
|
1704
|
+
export {
|
|
1705
|
+
fo as A,
|
|
1706
|
+
Y as F,
|
|
1707
|
+
Un as M,
|
|
1708
|
+
Dn as S,
|
|
1709
|
+
Re as T,
|
|
1710
|
+
Z as _,
|
|
1711
|
+
D as a,
|
|
1712
|
+
$n as b,
|
|
1713
|
+
De as c,
|
|
1714
|
+
Fn as d,
|
|
1715
|
+
_o as e,
|
|
1716
|
+
mo as f,
|
|
1717
|
+
F as g,
|
|
1718
|
+
K as h,
|
|
1719
|
+
Nn as i,
|
|
1720
|
+
Gn as j,
|
|
1721
|
+
eo as k,
|
|
1722
|
+
po as l,
|
|
1723
|
+
ho as m,
|
|
1724
|
+
Qn as n,
|
|
1725
|
+
go as o,
|
|
1726
|
+
q as p,
|
|
1727
|
+
pr as q,
|
|
1728
|
+
mr as r,
|
|
1729
|
+
Qr as s,
|
|
1730
|
+
Zn as t,
|
|
1731
|
+
w as u,
|
|
1732
|
+
Gr as v,
|
|
1733
|
+
Cn as w,
|
|
1734
|
+
co as x,
|
|
1735
|
+
_e as y,
|
|
1736
|
+
yo as z
|
|
1737
|
+
};
|