@sprig-technologies/sprig-bundled 2.43.0 → 2.44.1
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-COl6FnA8.js +1512 -0
- package/dist/{conversational-ui-B9SOjjQE.cjs → conversational-ui-CRewdjoU.cjs} +2 -2
- package/dist/conversational-v2-styles-BuQiqTAN.js +4 -0
- package/dist/conversational-v2-styles-C-AtgFtc.cjs +1 -0
- package/dist/getAttributedUrl-BAasxYeK.js +193 -0
- package/dist/getAttributedUrl-hV9sdUhw.cjs +12 -0
- package/dist/{index-B2lKZafM.cjs → index-BmZLh0D5.cjs} +4 -4
- package/dist/index-CFqCviWk.js +719 -0
- package/dist/index-D9N16jUh.cjs +1 -0
- package/dist/{index-Bbp8h_Ls.js → index-Rlf7G5CR.js} +229 -224
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +15 -7
- package/dist/index.js +1 -1
- package/dist/view-AjjMeNkz.cjs +1 -0
- package/dist/view-Bu60Bbor.js +1780 -0
- package/package.json +1 -1
- package/dist/conversational-ui-WaAjNR3Q.js +0 -1502
- package/dist/conversational-v2-styles-D3WQxdro.cjs +0 -1
- package/dist/conversational-v2-styles-XFcJt3-u.js +0 -4
- package/dist/getAttributedUrl-CMu77L08.js +0 -197
- package/dist/getAttributedUrl-CkFVhnm0.cjs +0 -12
- package/dist/index-BnE-K_Xo.cjs +0 -1
- package/dist/index-CY9QSu7D.js +0 -706
- package/dist/view-CHBo6RQ4.js +0 -1728
- package/dist/view-s39eJCD9.cjs +0 -1
|
@@ -0,0 +1,1512 @@
|
|
|
1
|
+
import { u as G, a as n, h as Z, c as A, b as K, e as re, g as Oe, p as ae, F as ye, _ as se, T as be, A as wn, M as xe, d as je, f as En, P as jn, m as In, n as Ze, o as Tn, S as _n, D as Ne, w as on, v as Dn } from "./view-Bu60Bbor.js";
|
|
2
|
+
import { v as Sn, E as _e, h as Ae, A as $e, j as Pn, i as sn } from "./index-Rlf7G5CR.js";
|
|
3
|
+
import { B as oe, M as ie, b as de, O as He, Q as ce, S as Rn, L as Ln, u as Nn, a as Ce, H as Ve, g as Mn, c as Bn } from "./getAttributedUrl-BAasxYeK.js";
|
|
4
|
+
const pe = "https://cdn.sprig.com", I = { document: void 0, videojs: void 0 }, Fe = (e) => e + "-loading-spiner", W = "hidden", Ye = ".m3u8", De = "questionId", Se = "ul-video-recorder-camera-off-button", Pe = "ul-recording-in-session", qn = [{ type: "link", content: `${pe}/dependencies/videojs-record-4.5.0.min.css` }, { type: "script", content: `${pe}/dependencies/RecordRTC-5.6.2.js` }, { type: "script", content: `${pe}/dependencies/adapter.8.0.0.min.js` }, { type: "script", content: `${pe}/dependencies/videojs-record-4.5.0.min.js` }, { type: "script", content: `${pe}/userleap-web-upchunk-v2.2.2.js` }], an = [{ type: "link", content: `${pe}/dependencies/video-js-7.18.0.min.css` }, { type: "script", content: `${pe}/dependencies/video-js-7.18.0.min.js` }, { type: "style", content: `/* progress control styles */
|
|
5
|
+
.video-js .vjs-control {
|
|
6
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.video-js .vjs-progress-control .vjs-progress-holder {
|
|
10
|
+
margin: 0 0px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.video-js .vjs-progress-control {
|
|
14
|
+
position: absolute;
|
|
15
|
+
height: 3px;
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
/* position and align the buttons and button texts */
|
|
19
|
+
.ul-control-panel {
|
|
20
|
+
bottom: 0;
|
|
21
|
+
width: 100%;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
background-color: white;
|
|
24
|
+
height: fit-content;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.ul-buttons-panel {
|
|
29
|
+
color: black;
|
|
30
|
+
display: flex;
|
|
31
|
+
gap: 20px;
|
|
32
|
+
height: 50px;
|
|
33
|
+
justify-content: center;
|
|
34
|
+
margin: 10px;
|
|
35
|
+
padding: 2px 14px 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.video-js .vjs-volume-panel {
|
|
39
|
+
height: 30px;
|
|
40
|
+
width: 40px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.ul-inactive {
|
|
44
|
+
opacity: 0.3;
|
|
45
|
+
cursor: default;
|
|
46
|
+
pointer-events: none;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/* buttons */
|
|
50
|
+
.ul-buttons-panel > .vjs-button {
|
|
51
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
52
|
+
border-radius: 50%;
|
|
53
|
+
display: flex;
|
|
54
|
+
height: 3em;
|
|
55
|
+
justify-content: center;
|
|
56
|
+
width: 3em;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.vjs-button>.vjs-icon-placeholder:before {
|
|
60
|
+
align-items: center;
|
|
61
|
+
display: flex;
|
|
62
|
+
font-size: unset;
|
|
63
|
+
line-height: 0.5;
|
|
64
|
+
justify-content: center;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
span.ul-button-text {
|
|
68
|
+
align-self: flex-end;
|
|
69
|
+
position: relative;
|
|
70
|
+
top: 14px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
#ul-camera-button {
|
|
74
|
+
white-space: nowrap;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.video-js .vjs-volume-control.vjs-volume-horizontal {
|
|
78
|
+
background-color: #fff;
|
|
79
|
+
z-index: 1;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
|
|
83
|
+
background-color: black;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
|
|
87
|
+
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
|
|
88
|
+
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
|
|
89
|
+
width: 40px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
|
|
93
|
+
.video-js .vjs-volume-panel .vjs-volume-control:active,
|
|
94
|
+
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
|
|
95
|
+
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
|
|
96
|
+
.video-js .vjs-volume-panel:active .vjs-volume-control,
|
|
97
|
+
.video-js .vjs-volume-panel:focus .vjs-volume-control {
|
|
98
|
+
visibility: visible;
|
|
99
|
+
left: 40px;
|
|
100
|
+
position: absolute;
|
|
101
|
+
transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/* play button customization */
|
|
105
|
+
.video-js .vjs-play-control {
|
|
106
|
+
color: black;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.video-js .vjs-play-control .vjs-icon-placeholder:before {
|
|
110
|
+
content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5363 6.40226L1.93958 10.7006C1.64037 10.8502 1.28833 10.6326 1.28833 10.2981V1.7014C1.28833 1.36688 1.64037 1.14931 1.93958 1.29891L10.5363 5.59727C10.868 5.76311 10.868 6.23642 10.5363 6.40226Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* position and style the current timer */
|
|
114
|
+
.ul-time-panel {
|
|
115
|
+
position: absolute;
|
|
116
|
+
bottom: 80px;
|
|
117
|
+
left: 10px;
|
|
118
|
+
height: 22px;
|
|
119
|
+
color: black;
|
|
120
|
+
border: 1px solid #e0e0eb;
|
|
121
|
+
border-radius: 23px;
|
|
122
|
+
background-color: white;
|
|
123
|
+
width: fit-content;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.video-js .vjs-current-time,
|
|
127
|
+
.vjs-no-flex .vjs-current-time {
|
|
128
|
+
display: flex;
|
|
129
|
+
align-items: center;
|
|
130
|
+
text-align: center;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* remove the dot progress indicator */
|
|
134
|
+
.video-js .vjs-play-progress:before,
|
|
135
|
+
.video-js .vjs-volume-level:before,
|
|
136
|
+
.vjs-icon-circle:before,
|
|
137
|
+
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
|
|
138
|
+
content: none;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
|
|
142
|
+
content: url("data:image/svg+xml,%3Csvg width='19' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.825.324A.75.75 0 019.25 1v11.667a.75.75 0 01-1.219.585l-3.96-3.169H1a.75.75 0 01-.75-.75v-5a.75.75 0 01.75-.75h3.07L8.031.414a.75.75 0 01.794-.09zM7.75 2.56L4.802 4.92a.75.75 0 01-.469.164H1.75v3.5h2.583a.75.75 0 01.469.165l2.948 2.358V2.56zM14.911.47a.75.75 0 011.061 0 9.084 9.084 0 010 12.844.75.75 0 01-1.06-1.06 7.584 7.584 0 000-10.724.75.75 0 010-1.06zM11.97 3.41a.75.75 0 011.06 0 4.917 4.917 0 010 6.953.75.75 0 11-1.06-1.06 3.417 3.417 0 000-4.832.75.75 0 010-1.06z' fill='%23262136'/%3E%3C/svg%3E");
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
|
|
146
|
+
content: url("data:image/svg+xml,%3Csvg width='19' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 1.167L4.333 4.5H1v5h3.333L8.5 12.833V1.167zM17.17 4.5l-5 5M12.17 4.5l5 5' stroke='%23262136' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
|
|
150
|
+
content: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.82489 0.32403C9.08474 0.44892 9.25 0.711703 9.25 1.00001V12.6667C9.25 12.955 9.08474 13.2178 8.82489 13.3427C8.56504 13.4675 8.25661 13.4324 8.03148 13.2523L4.07025 10.0833H1C0.585786 10.0833 0.25 9.74755 0.25 9.33334V4.33334C0.25 3.91913 0.585786 3.58334 1 3.58334H4.07025L8.03148 0.414355C8.25661 0.234253 8.56504 0.19914 8.82489 0.32403ZM7.75 2.56048L4.80185 4.91899C4.66887 5.02538 4.50364 5.08334 4.33333 5.08334H1.75V8.58334H4.33333C4.50364 8.58334 4.66887 8.6413 4.80185 8.74769L7.75 11.1062V2.56048Z' fill='%23262136'/%3E%3C/svg%3E%0A");
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
|
|
154
|
+
content: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.82489 0.32403C9.08474 0.44892 9.25 0.711703 9.25 1.00001V12.6667C9.25 12.955 9.08474 13.2178 8.82489 13.3427C8.56504 13.4675 8.25661 13.4324 8.03148 13.2523L4.07025 10.0833H1C0.585786 10.0833 0.25 9.74755 0.25 9.33334V4.33334C0.25 3.91913 0.585786 3.58334 1 3.58334H4.07025L8.03148 0.414355C8.25661 0.234253 8.56504 0.19914 8.82489 0.32403ZM7.75 2.56048L4.80185 4.91899C4.66887 5.02538 4.50364 5.08334 4.33333 5.08334H1.75V8.58334H4.33333C4.50364 8.58334 4.66887 8.6413 4.80185 8.74769L7.75 11.1062V2.56048Z' fill='%23262136'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9698 3.41124C12.2627 3.11839 12.7376 3.11846 13.0304 3.4114C13.9521 4.33341 14.4699 5.58376 14.4699 6.88748C14.4699 8.19121 13.9521 9.44156 13.0304 10.3636C12.7376 10.6565 12.2627 10.6566 11.9698 10.3637C11.6768 10.0709 11.6767 9.596 11.9696 9.30307C12.6101 8.66235 12.9699 7.79346 12.9699 6.88748C12.9699 5.98151 12.6101 5.11262 11.9696 4.4719C11.6767 4.17896 11.6768 3.70409 11.9698 3.41124Z' fill='%23262136'/%3E%3C/svg%3E%0A");
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.video-js .vjs-volume-control:hover .vjs-mouse-display {
|
|
158
|
+
display: none !important;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.video-js .vjs-play-progress {
|
|
162
|
+
background-color: black;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/* position video player inside the container */
|
|
166
|
+
.video-js .vjs-tech {
|
|
167
|
+
position: static;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.video-js .vjs-time-tooltip {
|
|
171
|
+
padding: 0.25em 0.75em;
|
|
172
|
+
align-items: center;
|
|
173
|
+
color: #333;
|
|
174
|
+
background: #FCFCFD;
|
|
175
|
+
border-radius: 99px;
|
|
176
|
+
text-align: center;
|
|
177
|
+
border: 1px solid #E0E0EB;
|
|
178
|
+
display: flex;
|
|
179
|
+
align-items: center;
|
|
180
|
+
justify-content: center;
|
|
181
|
+
top: -25px;
|
|
182
|
+
font-size: 12px !important;
|
|
183
|
+
width: 50px !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.video-js .vjs-play-progress.vjs-slider-bar .vjs-time-tooltip {
|
|
187
|
+
visibility: hidden !important;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.video-js .vjs-progress-control .vjs-mouse-display {
|
|
191
|
+
z-index: 2;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.ul-video-player {
|
|
195
|
+
width: 100%;
|
|
196
|
+
display: flex;
|
|
197
|
+
flex-direction: column;
|
|
198
|
+
height: auto;
|
|
199
|
+
border: 1px solid #E6E6E6;
|
|
200
|
+
background-color: white;
|
|
201
|
+
box-sizing: border-box;
|
|
202
|
+
border-radius: 4px;
|
|
203
|
+
background-clip: border-box;
|
|
204
|
+
overflow: hidden;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
|
|
208
|
+
border: none;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
#video-response-player-secondary-video-player {
|
|
212
|
+
max-width: 200px;
|
|
213
|
+
margin-right: 20px;
|
|
214
|
+
background-color: transparent;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
#ul-card-video__player_recorder-video-recorder.vjs-fullscreen {
|
|
218
|
+
display: table;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.video-js div.vjs-progress-control {
|
|
222
|
+
margin-top: -3px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.video-js .vjs-progress-control .vjs-slider {
|
|
226
|
+
background-color: #B2BBBD;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.vjs-record.video-js .vjs-control.vjs-button.vjs-fullscreen-control {
|
|
230
|
+
position:relative;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
234
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.82143 2.54004L12.2614 2.54004C12.9242 2.54004 13.4614 3.0773 13.4614 3.74004L13.4614 6.18004' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.17955 13.46L3.73955 13.46C3.07681 13.46 2.53955 12.9227 2.53955 12.26L2.53955 9.81996' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7772 3.22266L9.36475 6.63516' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.29434 9.70605L2.88184 13.1186' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
|
|
238
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.583 9.813H5.25a1 1 0 011 1v3.666M5.375 10.688L1 15.061M14.917 5.813H11.25a1 1 0 01-1-1V1.146M15.063 1l-4.376 4.375' stroke='%23262136' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .video-js .vjs-icon-replay:before {
|
|
242
|
+
content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5363 6.40226L1.93958 10.7006C1.64037 10.8502 1.28833 10.6326 1.28833 10.2981V1.7014C1.28833 1.36688 1.64037 1.14931 1.93958 1.29891L10.5363 5.59727C10.868 5.76311 10.868 6.23642 10.5363 6.40226Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
|
|
246
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.61885' y='2.06074' width='3.16185' height='11.88' rx='0.9' fill='black' stroke='%23EDEDED' stroke-width='0.6' stroke-linecap='round'/%3E%3Crect x='9.21797' y='2.06074' width='3.16185' height='11.88' rx='0.9' fill='black' stroke='%23EDEDED' stroke-width='0.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
|
|
247
|
+
padding: 2px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.vjs-error-display {
|
|
251
|
+
display: none;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.ul-video-player-video {
|
|
255
|
+
position: relative;
|
|
256
|
+
top: 0;
|
|
257
|
+
left: 0;
|
|
258
|
+
width: 100%;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.ul-video-container {
|
|
262
|
+
width: 100%;
|
|
263
|
+
height: auto;
|
|
264
|
+
left: 0px;
|
|
265
|
+
top: 0px;
|
|
266
|
+
|
|
267
|
+
background-color: transparent;
|
|
268
|
+
border-radius: 4px;
|
|
269
|
+
|
|
270
|
+
align-items: start;
|
|
271
|
+
display: flex;
|
|
272
|
+
flex-direction: column;
|
|
273
|
+
|
|
274
|
+
/* Inside Auto Layout */
|
|
275
|
+
|
|
276
|
+
flex: none;
|
|
277
|
+
order: 0;
|
|
278
|
+
flex-grow: 0;
|
|
279
|
+
margin: 10px 0px;
|
|
280
|
+
position: relative;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.vjs-record button.vjs-device-button.vjs-control {
|
|
284
|
+
background: rgba(255, 255, 255, 96);
|
|
285
|
+
width: 100%;
|
|
286
|
+
height: 100%;
|
|
287
|
+
left: 0;
|
|
288
|
+
top: 0;
|
|
289
|
+
margin: 0;
|
|
290
|
+
border-radius: 0;
|
|
291
|
+
line-height: 0.6;
|
|
292
|
+
padding: 10px;
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
flex-direction: column;
|
|
296
|
+
justify-content: center;
|
|
297
|
+
z-index: 3;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.vjs-record .vjs-device-button.vjs-control:before {
|
|
301
|
+
font-size: 14px !important;
|
|
302
|
+
color: #333;
|
|
303
|
+
content: "Your browser needs to access your camera and microphone for video recording";
|
|
304
|
+
line-height: 135%;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.vjs-record .vjs-device-button.vjs-control.permission-denied:before {
|
|
308
|
+
font-size: 16px !important;
|
|
309
|
+
color: #262136;
|
|
310
|
+
content: "Unable to access your camera and microphone";
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.vjs-record .vjs-device-button.vjs-control:after {
|
|
314
|
+
display: inline-block;
|
|
315
|
+
background: #F0F0F5;
|
|
316
|
+
font-size: 13px;
|
|
317
|
+
border-radius: 4px;
|
|
318
|
+
content: "Request Permissions";
|
|
319
|
+
padding: 1em 2em;
|
|
320
|
+
color: #333;
|
|
321
|
+
margin-top: 20px;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.vjs-record .vjs-device-button.vjs-control.permission-denied:after {
|
|
325
|
+
display: inline-block;
|
|
326
|
+
background: white;
|
|
327
|
+
font-size: 13px;
|
|
328
|
+
content: "Please go to your browser settings and update permissions to enable recording";
|
|
329
|
+
padding: 1em;
|
|
330
|
+
color: #4B575D;
|
|
331
|
+
margin: 5px;
|
|
332
|
+
line-height: 135%;
|
|
333
|
+
text-align: center;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.vjs-control.vjs-button.ul-video-recorder-delete-button, .vjs-control.vjs-button.ul-video-recorder-toggle-button, .vjs-control.vjs-button.ul-video-recorder-camera-off-button-audio-only, .vjs-control.vjs-button.ul-video-recorder-camera-off-button {
|
|
337
|
+
cursor: pointer;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.ul-video-recorder-delete-button .vjs-icon-placeholder:before {
|
|
341
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.21234 7.37549V11.1193M2.53931 4.25595H13.4593H2.53931ZM5.57234 4.25595V3.00833C5.57222 2.84433 5.60354 2.68192 5.6645 2.53038C5.72546 2.37884 5.81488 2.24115 5.92762 2.12519C6.04037 2.00922 6.17424 1.91726 6.32158 1.85456C6.46892 1.79185 6.62683 1.75964 6.78628 1.75977H9.21234C9.37179 1.75964 9.5297 1.79185 9.67703 1.85456C9.82437 1.91726 9.95824 2.00922 10.071 2.12519C10.1837 2.24115 10.2732 2.37884 10.3341 2.53038C10.3951 2.68192 10.4264 2.84433 10.4263 3.00833V4.25595H5.57234ZM12.2463 4.25595V12.9912C12.2463 13.3223 12.1184 13.6399 11.8907 13.8741C11.6631 14.1082 11.3543 14.2398 11.0323 14.2398H4.96628C4.64432 14.2398 4.33555 14.1082 4.10789 13.8741C3.88023 13.6399 3.75234 13.3223 3.75234 12.9912V4.25595H12.2463ZM6.78628 7.37549V11.1193V7.37549Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.ul-video-recorder-toggle-button .vjs-icon-placeholder:before {
|
|
345
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0Z' fill='%23D15153'/%3E%3C/svg%3E");
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
.ul-video-recorder-toggle-button.ul-recording-in-session .vjs-icon-placeholder:before {
|
|
349
|
+
content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10L12 2C12 0.89543 11.1046 -4.85396e-07 10 -4.37114e-07L2 -8.74228e-08C0.89543 -3.91405e-08 -4.85396e-07 0.895431 -4.37114e-07 2L-8.74228e-08 10C-3.91405e-08 11.1046 0.895431 12 2 12L10 12C11.1046 12 12 11.1046 12 10Z' fill='%23D15153'/%3E%3C/svg%3E%0A");
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.ul-video-recorder-camera-off-button .vjs-icon-placeholder:before {
|
|
353
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2645_4654)'%3E%3Cpath d='M15.1491 4.75L10.5991 8L15.1491 11.25V4.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.29912 3.4502H2.14912C1.43115 3.4502 0.849121 4.03223 0.849121 4.7502V11.2502C0.849121 11.9682 1.43115 12.5502 2.14912 12.5502H9.29912C10.0171 12.5502 10.5991 11.9682 10.5991 11.2502V4.7502C10.5991 4.03223 10.0171 3.4502 9.29912 3.4502Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2645_4654'%3E%3Crect width='15.6' height='15.6' fill='white' transform='translate(0.199951 0.200195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.ul-video-recorder-camera-off-button-audio-only .vjs-icon-placeholder:before {
|
|
357
|
+
content: url("data:image/svg+xml,%3Csvg width='22' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.75 3A2.75 2.75 0 013.5.25h9.081A2.75 2.75 0 0115.331 3v9a2.75 2.75 0 01-2.75 2.75H3.5A2.75 2.75 0 01.75 12V3zM3.5 1.75c-.69 0-1.25.56-1.25 1.25v9c0 .69.56 1.25 1.25 1.25h9.081c.69 0 1.25-.56 1.25-1.25V3c0-.69-.56-1.25-1.25-1.25H3.5z' fill='%23262136'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.53 2.03l-12 12-1.06-1.06 12-12 1.06 1.06zM20.87 1.525a.75.75 0 01.38.652v10.588a.75.75 0 01-1.134.644l-5.92-3.53a.75.75 0 01-.365-.643v-3.53a.75.75 0 01.366-.644l5.919-3.53a.75.75 0 01.754-.007zm-5.539 4.607V8.81l4.419 2.635V3.497l-4.419 2.635z' fill='%23262136'/%3E%3C/svg%3E");
|
|
358
|
+
transform: scale(0.75);
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.ul-upload-progress-label {
|
|
362
|
+
padding: 0.15em 0.75em;
|
|
363
|
+
align-items: center;
|
|
364
|
+
font-size: 12px;
|
|
365
|
+
color: #333;
|
|
366
|
+
background: #FCFCFD;
|
|
367
|
+
border-radius: 99px;
|
|
368
|
+
text-align: center;
|
|
369
|
+
border: 1px solid #E0E0EB;
|
|
370
|
+
display: flex;
|
|
371
|
+
align-items: center;
|
|
372
|
+
justify-content: center;
|
|
373
|
+
position: absolute;
|
|
374
|
+
bottom: 75px;
|
|
375
|
+
left: calc(50% - 65px);
|
|
376
|
+
width: 130px;
|
|
377
|
+
z-index: 5;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.ul-upload-progress-label__time {
|
|
381
|
+
display: inline-flex;
|
|
382
|
+
margin-left: 0.8em;
|
|
383
|
+
align-items: center;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.ul-upload-progress-label__time:before {
|
|
387
|
+
content: "";
|
|
388
|
+
display: inline-flex;
|
|
389
|
+
width: 1px;
|
|
390
|
+
height: 12px;
|
|
391
|
+
background-color: #E0E0EB;
|
|
392
|
+
margin-right: 0.8em;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@keyframes grow {
|
|
396
|
+
0% {
|
|
397
|
+
transform: scale(1);
|
|
398
|
+
background-color: #EEECFC;
|
|
399
|
+
}
|
|
400
|
+
50% {
|
|
401
|
+
transform: scale(1.2);
|
|
402
|
+
background-color: #E1DFF4;
|
|
403
|
+
}
|
|
404
|
+
100% {
|
|
405
|
+
transform: scale(1);
|
|
406
|
+
background-color: #EEECFC;
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.ul-audio-recorder-placeholder:before {
|
|
411
|
+
width: 80px;
|
|
412
|
+
height: 80px;
|
|
413
|
+
border-radius: 120px;
|
|
414
|
+
background-color: #EEECFC;
|
|
415
|
+
content: "";
|
|
416
|
+
position: absolute;
|
|
417
|
+
left: calc(50% - 40px);
|
|
418
|
+
top: calc(50% - 40px);
|
|
419
|
+
animation: 6s infinite grow;
|
|
420
|
+
transform-origin: 50% 60%;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.ul-audio-recorder-placeholder:after {
|
|
424
|
+
content: url("data:image/svg+xml,%3Csvg width='98' height='98' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='a' maskUnits='userSpaceOnUse' x='0' y='0' width='98' height='98'%3E%3Ccircle cx='49' cy='49' r='49' fill='%23EDECF8'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='49' cy='49' r='50' fill='%23645CC2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.422 81.812c5.405-15.547 20.187-26.706 37.576-26.706 17.39 0 32.172 11.159 37.577 26.707-9.164 10.43-22.601 17.013-37.576 17.013-14.976 0-28.414-6.583-37.577-17.014z' fill='%23fff' fill-opacity='.6'/%3E%3Ccircle cx='49' cy='29' r='17' fill='%23fff' fill-opacity='.7'/%3E%3C/g%3E%3C/svg%3E");
|
|
425
|
+
position: absolute;
|
|
426
|
+
left: 50%;
|
|
427
|
+
top: 50%;
|
|
428
|
+
transform: translate(-50%, -50%);
|
|
429
|
+
transform: translate(-50%, -50%) scale(0.6);
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.ul-audio-recorder-placeholder {
|
|
433
|
+
min-height: 150px;
|
|
434
|
+
width: 100%;
|
|
435
|
+
background-color: #fcfcfd;
|
|
436
|
+
display: block;
|
|
437
|
+
position: relative;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.vjs-fullscreen .ul-audio-recorder-placeholder {
|
|
441
|
+
vertical-align: middle;
|
|
442
|
+
display: table-cell;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.vjs-fullscreen .ul-control-panel {
|
|
446
|
+
height: 80px;
|
|
447
|
+
position: absolute;
|
|
448
|
+
bottom: 0;
|
|
449
|
+
left: 0;
|
|
450
|
+
width: 100%;
|
|
451
|
+
max-width: 100%;
|
|
452
|
+
background-color: #F8F8F8;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.vjs-playback-rate .vjs-playback-rate-value {
|
|
456
|
+
align-items: center;
|
|
457
|
+
display: flex;
|
|
458
|
+
font-size: 12px;
|
|
459
|
+
justify-content: center;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.vjs-playback-rate .vjs-menu {
|
|
463
|
+
left: -5px;
|
|
464
|
+
bottom: 3px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
|
468
|
+
background-color: white;
|
|
469
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
470
|
+
box-sizing: border-box;
|
|
471
|
+
border-radius: 4px;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.vjs-menu li {
|
|
475
|
+
font-size: 12px;
|
|
476
|
+
padding: 5px 0;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.vjs-menu li.vjs-selected {
|
|
480
|
+
color: lightgray;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.vjs-menu li.vjs-menu-item:hover {
|
|
484
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.vjs-fullscreen .ul-buttons-panel {
|
|
488
|
+
top: calc(50% - 30px);
|
|
489
|
+
position: relative;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.vjs-fullscreen .vjs-record-indicator.vjs-control {
|
|
493
|
+
bottom: 90px !important;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.vjs-record.video-js div.vjs-control.vjs-record-indicator {
|
|
497
|
+
padding: 0.3em 0.75em 0.15em 15px;
|
|
498
|
+
align-items: center;
|
|
499
|
+
font-size: 12px;
|
|
500
|
+
color: #333;
|
|
501
|
+
background: #FCFCFD;
|
|
502
|
+
border-radius: 99px;
|
|
503
|
+
text-align: center;
|
|
504
|
+
border: 1px solid #E0E0EB;
|
|
505
|
+
display: flex;
|
|
506
|
+
justify-content: center;
|
|
507
|
+
align-items: center;
|
|
508
|
+
position: absolute;
|
|
509
|
+
bottom: 75px;
|
|
510
|
+
top: auto;
|
|
511
|
+
left: calc(50% - 21px);
|
|
512
|
+
width: 43px;
|
|
513
|
+
height: 16px;
|
|
514
|
+
z-index: 4;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.vjs-record.video-js div.vjs-control.vjs-record-indicator:after {
|
|
518
|
+
content: "";
|
|
519
|
+
background-color: #EB5757;
|
|
520
|
+
width: 6px;
|
|
521
|
+
height: 6px;
|
|
522
|
+
border-radius: 8px;
|
|
523
|
+
animation: none;
|
|
524
|
+
top: 4px;
|
|
525
|
+
left: 5px;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.vjs-record.video-js div.vjs-control.vjs-record-indicator:before {
|
|
529
|
+
position: relative;
|
|
530
|
+
font-size: 9px;
|
|
531
|
+
animation: none;
|
|
532
|
+
opacity: 1;
|
|
533
|
+
color: #333;
|
|
534
|
+
top: auto;
|
|
535
|
+
left: auto;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.ul-video-player-loading {
|
|
539
|
+
display: inline-block;
|
|
540
|
+
position: relative;
|
|
541
|
+
width: 6rem;
|
|
542
|
+
height: 6rem;
|
|
543
|
+
|
|
544
|
+
}
|
|
545
|
+
.ul-video-player-loading div {
|
|
546
|
+
box-sizing: border-box;
|
|
547
|
+
position: absolute;
|
|
548
|
+
display: block;
|
|
549
|
+
width: 80%;
|
|
550
|
+
height: 80%;
|
|
551
|
+
margin: 5px;
|
|
552
|
+
border: 5px solid #666;
|
|
553
|
+
border-radius: 50%;
|
|
554
|
+
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
555
|
+
border-color: #666 transparent transparent transparent;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.first {
|
|
559
|
+
animation-delay: -0.45s;
|
|
560
|
+
}
|
|
561
|
+
.second {
|
|
562
|
+
animation-delay: -0.3s;
|
|
563
|
+
}
|
|
564
|
+
.third {
|
|
565
|
+
animation-delay: -0.15s;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
@keyframes lds-ring {
|
|
569
|
+
0% {
|
|
570
|
+
transform: rotate(0deg);
|
|
571
|
+
}
|
|
572
|
+
100% {
|
|
573
|
+
transform: rotate(360deg);
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.ul-video-btn {
|
|
578
|
+
width: 100%;
|
|
579
|
+
border: 1px solid #E6E6E6;
|
|
580
|
+
border-radius: 4px;
|
|
581
|
+
background-color: rgba(0, 0, 0, 0.02);
|
|
582
|
+
padding: 8px;
|
|
583
|
+
font-weight: 500;
|
|
584
|
+
font-size: 15px;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.ul-record-response-btn:before, .ul-record-response-btn:after, .ul-back-question-btn:before, .ul-back-question-btn:after {
|
|
588
|
+
margin: 0 5px;
|
|
589
|
+
vertical-align: middle;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.ul-record-response-btn:before {
|
|
593
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2645_4654)'%3E%3Cpath d='M15.1491 4.75L10.5991 8L15.1491 11.25V4.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.29912 3.4502H2.14912C1.43115 3.4502 0.849121 4.03223 0.849121 4.7502V11.2502C0.849121 11.9682 1.43115 12.5502 2.14912 12.5502H9.29912C10.0171 12.5502 10.5991 11.9682 10.5991 11.2502V4.7502C10.5991 4.03223 10.0171 3.4502 9.29912 3.4502Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2645_4654'%3E%3Crect width='15.6' height='15.6' fill='white' transform='translate(0.199951 0.200195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
|
|
594
|
+
display: inline-block;
|
|
595
|
+
transform: translate(0px, 2px);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.ul-record-response-btn:after {
|
|
599
|
+
content: 'Record your Response';
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.ul-back-question-btn:before {
|
|
603
|
+
content: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8757 8.22361L1.1118 14.6056C0.945578 14.6887 0.75 14.5678 0.75 14.382V1.61803C0.75 1.43219 0.945579 1.31131 1.1118 1.39443L13.8757 7.77639C14.06 7.86852 14.06 8.13148 13.8757 8.22361Z' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
|
|
604
|
+
display: inline-block;
|
|
605
|
+
transform: scale(0.85) translate(0, 1px);
|
|
606
|
+
-moz-transform: scale(0.85) translate(0, 2px);
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.ul-back-question-btn:after {
|
|
610
|
+
content: 'Back to Question';
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.hidden {
|
|
614
|
+
display: none !important;
|
|
615
|
+
opacity: 0;
|
|
616
|
+
visibility: hidden;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.visible {
|
|
620
|
+
visibility: visible;
|
|
621
|
+
opacity: 1;
|
|
622
|
+
animation: fade 0.3s;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
@keyframes fade {
|
|
626
|
+
0% {
|
|
627
|
+
opacity: 0;
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
100% {
|
|
631
|
+
opacity: 1;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
#ul-recording-countdown-screen {
|
|
636
|
+
width: 100%;
|
|
637
|
+
height: 100%;
|
|
638
|
+
color: black;
|
|
639
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
640
|
+
position: absolute;
|
|
641
|
+
text-align: center;
|
|
642
|
+
font-size: 15px;
|
|
643
|
+
z-index: 1;
|
|
644
|
+
display: table;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.ul-countdown-text {
|
|
648
|
+
vertical-align: middle;
|
|
649
|
+
display: table-cell;
|
|
650
|
+
transform: translate(0, -25px);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.vjs-fullscreen > #ul-recording-countdown-screen {
|
|
654
|
+
font-size: 25px;
|
|
655
|
+
transform: unset;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.vjs-poster {
|
|
659
|
+
background-size: cover;
|
|
660
|
+
}
|
|
661
|
+
` }], ln = "-video-player", We = "-secondary-video-player", Ke = "-video-recorder";
|
|
662
|
+
let ne, Je;
|
|
663
|
+
const ue = async ({ event: e, apiBase: o, headers: t, visitorId: r, envId: i, metadata: s }) => {
|
|
664
|
+
const d = I.document.documentElement;
|
|
665
|
+
if (!r || !i) return;
|
|
666
|
+
const p = { event: `SDK - ${e}`, visitorId: r, environmentId: i, metadata: { ...s || {}, screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: d.clientWidth, clientHeight: d.clientHeight, location: window.location.href, language: navigator.language } };
|
|
667
|
+
(await fetch(`${o}/sdk/1/visitors/${r}/analytics`, { method: "POST", cache: "no-cache", headers: t, body: JSON.stringify(p) })).ok || console.warn("[Sprig] (ERR-444) Failed to track analytics", e);
|
|
668
|
+
}, le = async (e, o, t, r, i, s) => {
|
|
669
|
+
ue({ event: `Video Error ${o}`, apiBase: t, headers: r, visitorId: i, envId: s, metadata: { errorMessage: e.message } });
|
|
670
|
+
const d = I.document.documentElement, p = { screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: d.clientWidth, clientHeight: d.clientHeight, location: window.location.href, language: navigator.language }, a = { action: o, err: { message: e.message, stack: e.stack }, meta: p, vid: i, envId: s };
|
|
671
|
+
(await fetch(`${t}/sdk/1/errors`, { method: "POST", cache: "no-cache", headers: { ...r, "userleap-platform": "video_recorder", "x-ul-error": window.btoa(`userleap-${Date.now()}-error`) }, body: JSON.stringify(a) })).ok || console.warn("[Sprig] (ERR-444) Failed to report error to API", e);
|
|
672
|
+
}, dn = (e, o) => {
|
|
673
|
+
if (e.length === 0) return o && o();
|
|
674
|
+
Promise.all(e.reduce((t, r) => (t.push(((i, { type: s, content: d }) => new Promise(function(p, a) {
|
|
675
|
+
let v;
|
|
676
|
+
s === "script" ? (v = I.document.createElement("script"), v.src = d) : s === "link" ? (v = I.document.createElement("link"), v.rel = "stylesheet", v.href = d, v.type = "text/css") : (v = I.document.createElement("style"), v.innerHTML = d), v.onload = function() {
|
|
677
|
+
p(d);
|
|
678
|
+
}, v.onerror = function() {
|
|
679
|
+
a(d);
|
|
680
|
+
}, v.async = !1, v.id = btoa(d), i.appendChild(v);
|
|
681
|
+
}))(I.document.head, r)), t), [])).then(() => {
|
|
682
|
+
I.videojs = I.document.defaultView.videojs, o && o();
|
|
683
|
+
}).catch(function(t) {
|
|
684
|
+
console.log(t + " failed to load");
|
|
685
|
+
});
|
|
686
|
+
}, Xe = (e, o, t) => {
|
|
687
|
+
if (o === "start" && (e.style.visibility = "visible"), o === "none") e.style.visibility = W;
|
|
688
|
+
else if (o === "success") e.style.visibility = W, e.innerHTML = "Upload succeeded!";
|
|
689
|
+
else {
|
|
690
|
+
const r = Math.round(parseFloat(t));
|
|
691
|
+
e.innerHTML = `Uploading <span class="ul-upload-progress-label__time">${r}%</span>`, e.style.background = `linear-gradient(to right, #E0E0EB 0%, #E0E0EB ${r}%, #FCFCFD ${r}%, #FCFCFD 100%)`;
|
|
692
|
+
}
|
|
693
|
+
}, Re = (e, o) => {
|
|
694
|
+
const t = I.videojs(e.id());
|
|
695
|
+
return t == null ? void 0 : t.payload[o];
|
|
696
|
+
}, cn = (e, o) => {
|
|
697
|
+
const t = new (I.videojs.getComponent("Component"))(e);
|
|
698
|
+
return t.addClass("ul-buttons-panel"), o.map((r) => {
|
|
699
|
+
t.addChild(r);
|
|
700
|
+
}), Un(t), t;
|
|
701
|
+
}, Un = (e) => {
|
|
702
|
+
e.children().forEach((o) => {
|
|
703
|
+
if (X[o.name_]) {
|
|
704
|
+
const t = ke(X[o.name_], `ul-${X[o.name_]}`);
|
|
705
|
+
o.el_.appendChild(t);
|
|
706
|
+
}
|
|
707
|
+
});
|
|
708
|
+
}, ke = (e, o = "") => {
|
|
709
|
+
const t = I.document.createElement("span");
|
|
710
|
+
return t.className = "ul-button-text", t.innerHTML = e, t.id = o, t;
|
|
711
|
+
}, un = (e, o, t, r, i = !1, s) => {
|
|
712
|
+
e.addClass("ul-video-player");
|
|
713
|
+
const d = new (I.videojs.getComponent("Component"))(e);
|
|
714
|
+
d.addClass("ul-control-panel"), e.progressBar = d.addChild("ProgressControl"), t && e.src(t), e.audioPlayerPlaceholder = new (I.videojs.getComponent("Component"))(e), e.audioPlayerPlaceholder.addClass("ul-audio-recorder-placeholder");
|
|
715
|
+
const p = t && t.src ? Hn(t.src) : null;
|
|
716
|
+
!t || !i && p ? (e.audioPlayerPlaceholder.hide(), I.document.getElementById(`${e.id()}_html5_api`).style.height = "100%", p && e.poster(p)) : (e.children()[0].classList.add("vjs-hidden"), I.document.getElementById(`${e.id()}_html5_api`).style.height = "0px"), e.on("play", () => {
|
|
717
|
+
i || !t || p || An(e), s == null || s.play();
|
|
718
|
+
}), e.on("pause", () => {
|
|
719
|
+
s == null || s.pause();
|
|
720
|
+
}), e.on("seeked", () => {
|
|
721
|
+
s == null || s.currentTime(e.currentTime());
|
|
722
|
+
}), e.on("ratechange", () => {
|
|
723
|
+
s == null || s.playbackRate(e.playbackRate());
|
|
724
|
+
}), e.addChild(e.audioPlayerPlaceholder, {}, 1), d.addChild(o), e.addChild(d), r && r(e);
|
|
725
|
+
}, On = (e, o, t, r, i, s, d, p = !1) => {
|
|
726
|
+
Je = Date.now();
|
|
727
|
+
const a = we(o, { controls: !1, bigPlayButton: !1, fluid: !1, width: 1280, height: 720, playsinline: !0, plugins: { record: { audio: !0, video: { mandatory: { minWidth: 1280, minHeight: 720 } }, frameWidth: 1280, frameHeight: 720, maxLength: 600, autoMuteDevice: !0 } } });
|
|
728
|
+
if (!a) return;
|
|
729
|
+
a.payload = t;
|
|
730
|
+
const { surveyId: v, questionId: y, responseGroupUid: c, visitorId: g, envId: w } = t;
|
|
731
|
+
let x;
|
|
732
|
+
const b = (l) => {
|
|
733
|
+
const u = Se, C = Se + "-audio-only";
|
|
734
|
+
Xe(a.uploadProgressLabel, "none"), ne && ne.startTime >= Je && ne.abort();
|
|
735
|
+
const D = I.document.getElementById("ul-camera-button");
|
|
736
|
+
l ? (a.children()[0].classList.add("vjs-hidden"), L.removeClass(u), L.addClass(C), D.innerHTML = X.TurnOnCamera, a.audioPlayerPlaceholder.removeClass("vjs-hidden"), x == null || x.getTracks().forEach((j) => {
|
|
737
|
+
j.stop();
|
|
738
|
+
}), window.navigator.mediaDevices.getUserMedia({ video: !0, audio: !0 }).then((j) => {
|
|
739
|
+
x = j, j.getVideoTracks().forEach((M) => {
|
|
740
|
+
M.enabled = !1;
|
|
741
|
+
}), a.record().onDeviceReady(j);
|
|
742
|
+
}).catch(a.record().onDeviceError.bind(a.record()))) : (x == null || x.getVideoTracks().forEach((j) => {
|
|
743
|
+
j.enabled = !0;
|
|
744
|
+
}), a.children()[0].classList.remove("vjs-hidden"), a.record().getDevice(), L.removeClass(C), L.addClass(u), D.innerHTML = X.TurnOffCamera, a.audioPlayerPlaceholder.addClass("vjs-hidden"));
|
|
745
|
+
}, f = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
746
|
+
f.hasClass(W) || (ue({ event: "Video Delete Button Clicked", apiBase: r, headers: d, visitorId: g, envId: w, metadata: { questionId: y, responseGroupUid: c, surveyId: v } }), b(a.cameraOff), i(R.DELETE, {}), L.removeClass(W), f.addClass(W));
|
|
747
|
+
} });
|
|
748
|
+
f.addClass("ul-video-recorder-delete-button"), f.el_.appendChild(ke(X.DeleteButton, "ul-delete-button"));
|
|
749
|
+
const _ = I.document.getElementById(o), N = () => {
|
|
750
|
+
_.classList.contains("vjs-fullscreen") && a.cameraOff ? _.style.display = "table" : _.style.display = "flex";
|
|
751
|
+
};
|
|
752
|
+
N();
|
|
753
|
+
const L = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
754
|
+
a.record().isRecording() || (a.cameraOff = !a.cameraOff, ue({ event: "Video Camera Button Clicked", apiBase: r, headers: d, visitorId: t.visitorId, envId: t.envId, metadata: { questionId: y, responseGroupUid: c, surveyId: v, cameraOff: a.cameraOff } }), b(a.cameraOff), !f.hasClass(W) && f.addClass(W), i(R.DELETE, {}), N());
|
|
755
|
+
} });
|
|
756
|
+
L.addClass(Se), L.el_.appendChild(ke(X.TurnOffCamera, "ul-camera-button"));
|
|
757
|
+
const T = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
758
|
+
const l = I.document.getElementById("ul-recorder-toggle");
|
|
759
|
+
if (a.record().isRecording()) a.record().stop(), l && (l.innerHTML = X.RecordButton), T.removeClass(Pe), f.removeClass(W);
|
|
760
|
+
else {
|
|
761
|
+
const u = I.document.getElementById("ul-recording-countdown-screen");
|
|
762
|
+
if (u) u.remove(), l && (l.innerHTML = X.RecordButton), b(a.cameraOff), i(R.DELETE, {}), L.removeClass(W), f.addClass(W), T.removeClass(Pe), m.show();
|
|
763
|
+
else {
|
|
764
|
+
T.addClass(Pe), m.hide(), L.addClass(W), f.addClass(W), l && (l.innerHTML = X.StopButton);
|
|
765
|
+
const C = I.document.createElement("div");
|
|
766
|
+
C.id = "ul-recording-countdown-screen", _.insertBefore(C, _.children[1]), C.style.height = `${_.offsetHeight}px`, pn(a, 3);
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
} });
|
|
770
|
+
T.addClass("ul-video-recorder-toggle-button"), T.el_.appendChild(ke(X.RecordButton, "ul-recorder-toggle"));
|
|
771
|
+
const H = I.document.createElement("p");
|
|
772
|
+
H.style.visibility = "hidden", H.className = "ul-upload-progress-label", e.appendChild(H), a.uploadProgressLabel = H;
|
|
773
|
+
const $ = cn(a, [f, L, "PlayToggle", T, "FullscreenToggle"]), m = $.children().find((l) => l.name_ === "FullscreenToggle");
|
|
774
|
+
m.hasClass("vjs-disabled") && m.hide();
|
|
775
|
+
const h = $.children().find((l) => l.name_ === "PlayToggle");
|
|
776
|
+
h.hide(), f.addClass(W), un(a, $, s, !1, p), a.on("stopRecord", () => {
|
|
777
|
+
T.hide(), h.show(), m.show(), f.removeClass(W);
|
|
778
|
+
}), a.on("deviceReady", () => {
|
|
779
|
+
T.show(), h.hide(), f.addClass(W);
|
|
780
|
+
}), ((l, u, C, D, j) => {
|
|
781
|
+
const { surveyId: M, responseGroupUid: O, visitorId: B, envId: q } = l.payload;
|
|
782
|
+
l.on("deviceError", function() {
|
|
783
|
+
console.warn("device error: ", l.deviceErrorCode), l.deviceErrorCode.message === "Permission denied" ? (l.deviceButton.addClass("permission-denied"), C && C(R.ERROR, { type: R.PERMISSION_DENIED }), ue({ event: "Video Permission Denied", apiBase: u, headers: j, visitorId: B, envId: q, metadata: { questionId: Re(l, De), responseGroupUid: O, surveyId: M } })) : (C && C(R.ERROR, { type: R.OTHER }), le(new Error(l.deviceErrorCode.message), "recorderDeviceError", u, j, B, q));
|
|
784
|
+
}), l.on("error", function(Q, Y) {
|
|
785
|
+
le(Y || l.error(), "recorderError", u, j, B, q);
|
|
786
|
+
}), l.on("startRecord", function(Q, Y) {
|
|
787
|
+
D(l.uploadProgressLabel, "none"), ue({ event: "Video Record Start", apiBase: u, headers: j, visitorId: B, envId: q, metadata: { questionId: Re(l, De), responseGroupUid: O, surveyId: M } });
|
|
788
|
+
}), l.on("finishRecord", async function() {
|
|
789
|
+
D(l.uploadProgressLabel, "start", 0);
|
|
790
|
+
const Q = Re(l, De);
|
|
791
|
+
if (!M) {
|
|
792
|
+
const S = "internal error: missing fields in payload";
|
|
793
|
+
return C && C(R.ERROR, { type: R.OTHER }), le(new Error(S), "finishRecord", u, j, B, q), null;
|
|
794
|
+
}
|
|
795
|
+
l.record().stopDevice();
|
|
796
|
+
const Y = l.cameraOff ? R.MEDIA_TYPE_AUDIO : R.MEDIA_TYPE_VIDEO, ee = Sn();
|
|
797
|
+
ue({ event: "Video Record Finish", apiBase: u, headers: j, visitorId: B, envId: q, metadata: { mediaRecordingUid: ee, questionId: Q, responseGroupUid: O, surveyId: M, mediaType: Y } });
|
|
798
|
+
const ve = { surveyId: M, updatedAt: (/* @__PURE__ */ new Date()).toISOString(), mediaType: Y, mediaRecordingUid: ee };
|
|
799
|
+
Q && (ve.questionId = Q), O && (ve.responseGroupUid = O), B && (ve.visitorId = B);
|
|
800
|
+
const E = await (async () => {
|
|
801
|
+
const S = await fetch(`${u}/2/environments/integrations/upload`, { method: "POST", cache: "no-cache", headers: { "Content-Type": "application/json" }, body: JSON.stringify(ve) });
|
|
802
|
+
if (S.ok) {
|
|
803
|
+
const U = await S.json();
|
|
804
|
+
return C && C(R.UPLOAD_STARTED, { [R.UPLOAD_ID]: U.upload.id, [R.MEDIA_TYPE]: Y, [R.MEDIA_RECORDING_UID]: ee }), U.upload.url;
|
|
805
|
+
}
|
|
806
|
+
return C && C(R.ERROR, { type: R.OTHER, response: S }), le(new Error("failed to get upload response with url"), "finishRecord", u, j, B, q), null;
|
|
807
|
+
})();
|
|
808
|
+
E && (ne = I.document.defaultView.UpChunk.createUpload({ endpoint: E, file: new I.document.defaultView.File([l.recordedData], `recording ${Y} ${Date.now()}`), chunkSize: 5120 }), ne.startTime = Date.now(), ue({ event: "Video Upload Start", apiBase: u, headers: j, visitorId: B, envId: q, metadata: { mediaRecordingUid: ee, questionId: Q, responseGroupUid: O, surveyId: M, mediaType: Y, url: E } }), ne.on("error", (S) => {
|
|
809
|
+
D(l.uploadProgressLabel, "none"), C && C(R.UPLOAD_FINISHED, { [R.MEDIA_RECORDING_UID]: ee }), le(S, "finishRecord", u, j, B, q);
|
|
810
|
+
}), ne.on("progress", (S) => {
|
|
811
|
+
C && C(R.UPLOAD_PROGRESS, { [R.MEDIA_RECORDING_UID]: ee, [R.UPLOAD_PROGRESS_PCT]: S.detail }), D(l.uploadProgressLabel, "progress", S.detail);
|
|
812
|
+
}), ne.on("success", () => {
|
|
813
|
+
D(l.uploadProgressLabel, "success"), C && C(R.UPLOAD_FINISHED, { [R.MEDIA_RECORDING_UID]: ee }), ue({ event: "Video Upload Success", apiBase: u, headers: j, visitorId: B, envId: q, metadata: { mediaRecordingUid: ee, questionId: Q, responseGroupUid: O, surveyId: M, mediaType: Y, url: E, elapsedMs: ne.startTime && Date.now() - ne.startTime } });
|
|
814
|
+
}));
|
|
815
|
+
});
|
|
816
|
+
})(a, r, i, Xe, d);
|
|
817
|
+
const k = [{ name: "microphone" }];
|
|
818
|
+
!a.cameraOff && k.push({ name: "camera" }), Promise.all(k.map((l) => {
|
|
819
|
+
var u;
|
|
820
|
+
return (u = navigator == null ? void 0 : navigator.permissions) == null ? void 0 : u.query(l);
|
|
821
|
+
})).then((l) => {
|
|
822
|
+
l.reduce((u, C) => u & C.state === "granted", !0) && a && (a.deviceButton && a.deviceButton.hide(), a.record().getDevice());
|
|
823
|
+
}).catch((l) => {
|
|
824
|
+
});
|
|
825
|
+
}, pn = (e, o = 3) => {
|
|
826
|
+
const t = I.document.getElementById("ul-recording-countdown-screen");
|
|
827
|
+
t && o === 0 ? (t.remove(), e.record().start()) : t && (t.innerHTML = `<span class='ul-countdown-text'>Recording in... ${o}</span>`, setTimeout(() => {
|
|
828
|
+
pn(e, o - 1);
|
|
829
|
+
}, 1e3));
|
|
830
|
+
}, mn = (e) => {
|
|
831
|
+
const o = I.document.createElement("div");
|
|
832
|
+
return o.className = "ul-video-container", o.appendChild(((t) => {
|
|
833
|
+
const r = I.document.createElement("div");
|
|
834
|
+
return r.className = "ul-video-player-loading", r.id = Fe(t), ["first", "second", "third", "fourth"].map((i) => {
|
|
835
|
+
const s = I.document.createElement("div");
|
|
836
|
+
s.className = i, r.appendChild(s);
|
|
837
|
+
}), r;
|
|
838
|
+
})(e)), o;
|
|
839
|
+
}, Me = (e, o) => {
|
|
840
|
+
const t = I.document.createElement("video");
|
|
841
|
+
t.id = e, t.className = "video-js vjs-default-skin ul-video-player-video";
|
|
842
|
+
const r = I.document.createElement("p");
|
|
843
|
+
r.className = "vjs-no-js", r.innerHTML = "To view this video please enable JavaScript, and consider upgrading to a web browser that";
|
|
844
|
+
const i = I.document.createElement("a");
|
|
845
|
+
return i.href = "https://videojs.com/html5-video-support/", i.target = "_blank", i.innerHTML = "supports HTML5 video", r.appendChild(i), t.appendChild(r), o.appendChild(t), o;
|
|
846
|
+
}, An = (e, o) => {
|
|
847
|
+
e.children()[0].classList.remove("vjs-hidden"), e.audioPlayerPlaceholder.hide(), I.document.getElementById(`${e.id()}_html5_api`).style.height = "100%";
|
|
848
|
+
}, we = (e, o) => I.document.getElementById(e) ? o ? I.videojs(e, o) : I.videojs(e) : (console.error(`Error in finding player element with ID, ${e}`), null), $n = (e, o, t, r = !1, i = "https://api.sprig.com", s = document, d = null, p = null) => {
|
|
849
|
+
I.document = s;
|
|
850
|
+
const a = e + ln, v = mn(a);
|
|
851
|
+
return I.document.addEventListener("securitypolicyviolation", (y) => {
|
|
852
|
+
le(new Error(`Voice & Video feature violates ${y.violatedDirective} web page CSP policies for the question player.`), "playerDeviceError", i, {});
|
|
853
|
+
}), dn(an, () => {
|
|
854
|
+
I.document.getElementById(Fe(a)).remove(), Me(a, v);
|
|
855
|
+
const y = { playsinline: !0, playbackRates: [0.5, 1, 1.5, 2], fill: !0 };
|
|
856
|
+
try {
|
|
857
|
+
const c = e + We;
|
|
858
|
+
Me(c, v);
|
|
859
|
+
const g = we(a, y), w = we(c, { muted: !0, ...y });
|
|
860
|
+
if (!g || !w) return;
|
|
861
|
+
((f, _, N) => {
|
|
862
|
+
f.addClass(`ul${We}`);
|
|
863
|
+
const L = new (I.videojs.getComponent("Component"))(f);
|
|
864
|
+
_ && f.src(_), f.addChild(L), N && N(f);
|
|
865
|
+
})(w, d, p), d || w.addClass(W);
|
|
866
|
+
const x = cn(g, ["PlaybackRateMenuButton", "PlayToggle", "FullscreenToggle"]), b = x.children().find((f) => f.name_ === "FullscreenToggle");
|
|
867
|
+
b.hasClass("vjs-disabled") && b.hide(), un(g, x, o, t, r, w);
|
|
868
|
+
} catch (c) {
|
|
869
|
+
return void le(new Error(`Error when creating video player object ${c}`), "playerDeviceError", i, {});
|
|
870
|
+
}
|
|
871
|
+
}), v;
|
|
872
|
+
}, Hn = (e) => {
|
|
873
|
+
if (!e) return null;
|
|
874
|
+
const o = e.match(/https:\/\/stream.mux.com\/(.*)/);
|
|
875
|
+
let t = o ? o[1] : null;
|
|
876
|
+
return t.includes(Ye) && (t = t.replace(Ye, "")), t ? `https://image.mux.com/${t}/thumbnail.jpg?time=0` : null;
|
|
877
|
+
}, R = { UPLOAD_STARTED: "upload.started", UPLOAD_PROGRESS: "upload.progress", UPLOAD_FINISHED: "upload.finished", DELETE: "delete", ERROR: "error", MEDIA_TYPE: "media.type", PERMISSION_DENIED: "permission_denied", OTHER: "other", UPLOAD_ID: "upload.id", UPLOAD_PROGRESS_PCT: "upload.progress.pct", MEDIA_RECORDING_UID: "media.recording.uid", MEDIA_TYPE_VIDEO: "video", MEDIA_TYPE_AUDIO: "audio" }, X = { PlaybackRateMenuButton: "Speed", PlayToggle: "Play", FullscreenToggle: "Expand", TurnOnCamera: "Turn on", TurnOffCamera: "Turn off", DeleteButton: "Delete", RecordButton: "Record", StopButton: "Stop", PauseButton: "Pause" }, Vn = ({ properties: e, surveyVideoUrl: o, questionId: t }) => {
|
|
878
|
+
const r = `ul-card-video__question_player-q${t}`, { apiURL: i, viewDocument: s } = G((d) => ({ apiURL: d.apiURL, viewDocument: d.viewDocument }));
|
|
879
|
+
return n("div", { id: r, ref: (d) => {
|
|
880
|
+
if (d && d.children.length === 0 && !e.properties.hideRecordedPrompt) {
|
|
881
|
+
const p = $n(r, { src: o, type: "application/x-mpegURL" }, void 0, e.properties.mediaType === R.MEDIA_TYPE_AUDIO, i, s);
|
|
882
|
+
d.appendChild(p);
|
|
883
|
+
}
|
|
884
|
+
} });
|
|
885
|
+
}, me = ({ isDisabled: e, onClick: o, children: t }) => n(oe, { className: "ul-card__button-checkmark", disabled: e, onClick: o, type: "button", children: [n("svg", { fill: "none", height: "10", viewBox: "0 0 13 10", width: "13", xmlns: "http://www.w3.org/2000/svg", children: n("path", { d: "M11.5 1.5L4.5 8.5L1 5", stroke: "#ffffff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" }) }), t || "Ok"] }), Fn = ({ className: e, next: o, properties: t, questionId: r, type: i }) => {
|
|
886
|
+
const { useMobileStyling: s, border: d } = G((T) => ({ useMobileStyling: T.useMobileStyling, border: T.border })), [p, a] = Z(!1), [v, y] = Z(""), [c, g] = Z(!1), w = t == null ? void 0 : t.collectName, x = (t == null ? void 0 : t.nameLabelText) || "Full Name", b = (t == null ? void 0 : t.consentText) || "I agree to the stated conditions", f = (t == null ? void 0 : t.submitButtonText) || "Submit", _ = !!v.trim(), N = p && (!w || _), L = (T, H = !1) => {
|
|
887
|
+
T.preventDefault(), T.stopPropagation();
|
|
888
|
+
let $ = null;
|
|
889
|
+
if (!H) {
|
|
890
|
+
if (!N) return void g(!0);
|
|
891
|
+
$ = { submitted: !0 }, w && ($.name = v);
|
|
892
|
+
}
|
|
893
|
+
o({ value: $, questionId: r, type: i }, !!H || N);
|
|
894
|
+
};
|
|
895
|
+
return n("div", { className: A(e, "ul-card__consent-legal", "fade-in-transition"), children: n(ie, { embeddedType: "pdf", properties: t, children: n(de, { children: [n("div", { className: "sprig-stretch", children: [n(He, { allowTextEntry: !1, border: d, error: c && !p, id: "consent", isRadio: !1, isSelected: p, label: b, onUserInputChanged: ({ selected: T }) => {
|
|
896
|
+
T !== p && a(!p);
|
|
897
|
+
}, useMobileStyling: s }), w && n("input", { "aria-label": x, "aria-placeholder": x, className: A(K("ul-consent-legal__name-input", s)), "data-gramm": "false", maxLength: 250, name: "name", onBlur: (T) => {
|
|
898
|
+
T.currentTarget.style.borderColor = c && !_ ? _e : Ae;
|
|
899
|
+
}, onFocus: (T) => {
|
|
900
|
+
T.currentTarget.style.borderColor = c && !_ ? _e : d;
|
|
901
|
+
}, onInput: (T) => {
|
|
902
|
+
T.preventDefault(), T.stopPropagation(), y(T.currentTarget.value);
|
|
903
|
+
}, placeholder: x, style: c && !_ ? { borderColor: _e } : {}, tabIndex: 0, value: v })] }), n("div", { className: "ul-card__button-wrapper ul-card-vertical__button-wrapper", children: [n(me, { isDisabled: !N, onClick: (T) => L(new SubmitEvent(T.type)), children: re({ buttonText: f }) }), t.required === !1 && n("button", { className: "ul-card-skip__button", onClick: (T) => L(new SubmitEvent(T.type), !0), children: Oe(t) })] })] }) }) }, r);
|
|
904
|
+
}, zn = () => {
|
|
905
|
+
const { destroy: e, forceBrandedLogo: o } = G((t) => ({ destroy: t.destroy, forceBrandedLogo: t.forceBrandedLogo }));
|
|
906
|
+
return ae(() => {
|
|
907
|
+
setTimeout(() => {
|
|
908
|
+
e($e);
|
|
909
|
+
}, o ? 4e3 : 2e3);
|
|
910
|
+
}, [e, o]), n("div", { className: "end-of-survey-text", children: "End of survey" });
|
|
911
|
+
}, Gn = ({ activeValue: e, border: o, icon: t, enableCspTrustedTypes: r, isPressed: i, range: s, scaleLabelType: d, selectedValue: p, setSelectedValue: a, setActiveValue: v, setIsPressed: y, useMobileStyling: c, value: g, viewDocument: w }) => {
|
|
912
|
+
const x = `option-${g}`, b = d === "number", f = d === "star", _ = d === "smiley", N = b && g === e || g === p, [L, T] = (() => {
|
|
913
|
+
const m = f && p !== null && g <= p;
|
|
914
|
+
return f && g <= e || _ && g === e || m || g === e || g === p ? [o, i || m || g === p ? 1 : 0.3] : ["", 1];
|
|
915
|
+
})(), H = ye(() => {
|
|
916
|
+
const m = { borderColor: N ? L : "", fillOpacity: N ? "" : T, zIndex: N ? 3 : "auto", color: p === g ? "#fff" : "" };
|
|
917
|
+
return b ? { ...m, backgroundColor: p === g ? L : "" } : { ...m, color: f || _ || p === g ? L : "" };
|
|
918
|
+
}, [N, L, T, p, g, b, f, _]), $ = ye(() => Pn((({ icon: m, scaleLabelType: h, value: k, selectedValue: l }) => {
|
|
919
|
+
if (h === "smiley" && k === l) {
|
|
920
|
+
let u = 0;
|
|
921
|
+
return m.replace(/black/g, () => ++u == 1 ? "black" : "white");
|
|
922
|
+
}
|
|
923
|
+
return m;
|
|
924
|
+
})({ icon: t, scaleLabelType: d, value: g, selectedValue: p }), r), [r, t, d, p, g]);
|
|
925
|
+
return n("button", { "aria-label": b ? void 0 : String(g), className: (() => {
|
|
926
|
+
switch (d) {
|
|
927
|
+
case "star":
|
|
928
|
+
return A(K("likert-star", c), K(`likert-star-${g}`, c));
|
|
929
|
+
case "smiley":
|
|
930
|
+
return A(K("likert-smiley", c), K(`likert-smiley-${g}`, c));
|
|
931
|
+
default:
|
|
932
|
+
return g === s ? A(K("likert-number", c), K(`likert-number-${g}`, c), K("likert-last-option", c)) : A(K("likert-number", c), K(`likert-number-${g}`, c));
|
|
933
|
+
}
|
|
934
|
+
})(), dangerouslySetInnerHTML: { __html: $ }, id: x, onClick: (m) => {
|
|
935
|
+
m.preventDefault(), m.stopPropagation(), a(g);
|
|
936
|
+
}, onKeyDown: (m) => {
|
|
937
|
+
var l, u;
|
|
938
|
+
const h = w.querySelectorAll(`.likert-${d ?? "number"}`), k = g - 1;
|
|
939
|
+
m.key === "ArrowRight" ? (l = h[k + 1]) == null || l.focus() : m.key === "ArrowLeft" ? (u = h[k - 1]) == null || u.focus() : m.key !== "Enter" && m.key !== " " || (m.preventDefault(), m.stopPropagation(), a(g));
|
|
940
|
+
}, onPointerDown: () => y(!0), onPointerEnter: () => v(g), onPointerLeave: () => {
|
|
941
|
+
v(-1), y(!1);
|
|
942
|
+
}, style: H, tabIndex: 0 });
|
|
943
|
+
}, Qn = ({ className: e, labels: o, next: t, properties: r, questionId: i, type: s }) => {
|
|
944
|
+
const { border: d, useMobileStyling: p, viewDocument: a, enableCspTrustedTypes: v } = G((h) => ({ border: h.border, useMobileStyling: h.useMobileStyling, viewDocument: h.viewDocument, enableCspTrustedTypes: h.enableCspTrustedTypes })), [y, c] = Z(-1), [g, w] = Z(!1), [x, b] = Z(null), f = o && o.left, _ = o && o.right;
|
|
945
|
+
let N;
|
|
946
|
+
const { range: L, scaleLabelType: T, ratingIcons: H } = r;
|
|
947
|
+
L && (N = Number(L));
|
|
948
|
+
const $ = N || 5, m = (h) => {
|
|
949
|
+
var k, l;
|
|
950
|
+
switch (T) {
|
|
951
|
+
case "star":
|
|
952
|
+
return (k = H[0]) == null ? void 0 : k.svg;
|
|
953
|
+
case "smiley":
|
|
954
|
+
return (l = H[h]) == null ? void 0 : l.svg;
|
|
955
|
+
default:
|
|
956
|
+
return String(h + 1);
|
|
957
|
+
}
|
|
958
|
+
};
|
|
959
|
+
return n("form", { className: A(e, "ul-card--likert", "fade-in-transition"), children: n(ie, { properties: r, children: [n(ce, { children: [n("div", { "aria-label": `Rating (1 - ${$})`, className: "ul-card--likert__numbers", role: "radiogroup", children: [...Array($)].map((h, k) => {
|
|
960
|
+
const l = k + 1;
|
|
961
|
+
return n(Gn, { activeValue: y, border: d, enableCspTrustedTypes: v, icon: m(k), isPressed: g, range: $, scaleLabelType: T, selectedValue: x, setActiveValue: c, setIsPressed: w, setSelectedValue: b, useMobileStyling: p, value: l, viewDocument: a }, k);
|
|
962
|
+
}) }), n("div", { className: "ul-card--likert__labels", children: [n("span", { children: f }), n("span", { children: _ })] })] }), n(de, { children: n(me, { isDisabled: x === null && r.required, onClick: () => t({ value: x, questionId: i, type: s }, !0), children: re(r) }) })] }) }, i);
|
|
963
|
+
}, Zn = ({ columns: e, onSelect: o, options: t, selectedOptions: r }) => {
|
|
964
|
+
const i = se([]), { border: s, useMobileStyling: d } = G((g) => ({ border: g.border, useMobileStyling: g.useMobileStyling })), p = t.findIndex((g) => r[g.id] === null), [a, v] = Z(p), y = be((g, w) => {
|
|
965
|
+
o(g, w);
|
|
966
|
+
const x = a + 1, b = t[x];
|
|
967
|
+
b && r[b.id] === null && v(x);
|
|
968
|
+
}, [o, t, r, a]), c = be((g, w) => {
|
|
969
|
+
const x = a === g;
|
|
970
|
+
return n(wn, { animate: !0, header: w.label, isOpen: x, onClick: () => {
|
|
971
|
+
var b;
|
|
972
|
+
return v(x && !((b = window.UserLeap) != null && b.isMobileSDK) ? -1 : g);
|
|
973
|
+
}, ref: (b) => {
|
|
974
|
+
b && (i.current[g] = b);
|
|
975
|
+
}, showHeaderCheck: r[w.id] !== null, children: n("div", { style: { paddingTop: "12px" }, children: e.map((b) => n(He, { allowTextEntry: !1, ariaLabel: `${w.label}-${b.label}`, border: s, error: !1, id: `${w.id}-${b.value}`, isRadio: !0, isSelected: r[w.id] === b.value, label: b.label, onUserInputChanged: () => y(w.id, b.value), useMobileStyling: d }, b.label)) }) }, w.id);
|
|
976
|
+
}, [s, e, a, y, r, d]);
|
|
977
|
+
return n("div", { children: t.map((g, w) => c(w, g)) });
|
|
978
|
+
}, Yn = ({ className: e, next: o, options: t, properties: r, questionId: i, type: s, onSubmitButtonClick: d }) => {
|
|
979
|
+
const p = r.matrixColumn, a = r.required, v = (x) => {
|
|
980
|
+
x.preventDefault(), x.stopPropagation(), o({ value: c, questionId: i, type: s }, !0), d && d();
|
|
981
|
+
}, y = t.reduce((x, b) => (x[b.id] = null, x), {}), [c, g] = Z(y);
|
|
982
|
+
return n("form", { className: A(e, "ul-card__matrix", "fade-in-transition"), id: "text-form", onSubmit: v, children: n(ie, { properties: r, children: [n(ce, { children: n(Zn, { columns: p, onSelect: (x, b) => {
|
|
983
|
+
g((f) => ({ ...f, [x]: b }));
|
|
984
|
+
}, options: t, selectedOptions: c }) }), n(de, { children: n(me, { isDisabled: (w = c, a && Object.values(w).every((x) => x == null)), onClick: () => v(new SubmitEvent("submit")), children: re(r) }) })] }) }, i);
|
|
985
|
+
var w;
|
|
986
|
+
}, vn = ({ className: e, onSubmit: o, options: t = [], properties: r, questionId: i, type: s, showIndividualSubmit: d = !1, onSubmitButtonClick: p }) => {
|
|
987
|
+
const { border: a, useMobileStyling: v } = G((l) => ({ border: l.border, useMobileStyling: l.useMobileStyling })), y = t.reduce((l, u) => (l[u.id] = { isSelected: !1 }, l), {}), [c, g] = Z(y), w = s === "multiplechoice", x = r.required, b = t.find((l) => {
|
|
988
|
+
var u;
|
|
989
|
+
return (u = l.optionProperties) == null ? void 0 : u.noneOfTheAbove;
|
|
990
|
+
}), f = (l) => Object.entries(l).some(([u, C]) => {
|
|
991
|
+
var M;
|
|
992
|
+
const D = t.find((O) => `${O.id}` === u), j = C.userText === void 0 || C.userText.trim() === "";
|
|
993
|
+
return ((M = D == null ? void 0 : D.optionProperties) == null ? void 0 : M.allowsTextEntry) && j && C.isSelected;
|
|
994
|
+
}), _ = (l) => Object.values(l).filter((u) => u.isSelected).length, N = r.minSelect && r.minSelect > 0 && r.maxSelectMode === xe.Range && _(c) < r.minSelect && (x || _(c) > 0), L = (l) => f(l) || x && !_(l) || !((u) => {
|
|
995
|
+
const { minSelect: C = 0, maxSelect: D = 1 / 0, maxSelectMode: j } = r, M = _(u);
|
|
996
|
+
switch (j) {
|
|
997
|
+
case xe.Maximum:
|
|
998
|
+
return M <= D;
|
|
999
|
+
case xe.Range:
|
|
1000
|
+
return M === 0 || M >= C;
|
|
1001
|
+
default:
|
|
1002
|
+
return !0;
|
|
1003
|
+
}
|
|
1004
|
+
})(l), T = Object.entries(c).some(([l, u]) => {
|
|
1005
|
+
var C, D;
|
|
1006
|
+
return u.isSelected && ((D = (C = t.find((j) => `${j.id}` === l)) == null ? void 0 : C.optionProperties) == null ? void 0 : D.allowsTextEntry);
|
|
1007
|
+
}), H = d && (!w || T), $ = (l) => {
|
|
1008
|
+
k(l.id, l.selected, l.userText, l.noneOfTheAbove);
|
|
1009
|
+
}, m = (l) => {
|
|
1010
|
+
var u;
|
|
1011
|
+
return (r == null ? void 0 : r.maxSelectMode) !== xe.Unlimited && _(c) === (r == null ? void 0 : r.maxSelect) && !((u = c[l]) != null && u.isSelected);
|
|
1012
|
+
}, h = () => {
|
|
1013
|
+
o(c, !0), p && p();
|
|
1014
|
+
}, k = (l, u, C, D) => {
|
|
1015
|
+
const j = Object.assign({}, c);
|
|
1016
|
+
if ((w || D) && u) for (const M of Object.values(j)) M.isSelected = !1, delete M.userText;
|
|
1017
|
+
else b && !D && c[b.id].isSelected && (j[b.id].isSelected = !1);
|
|
1018
|
+
j[l] = { isSelected: u, userText: C }, g(j);
|
|
1019
|
+
};
|
|
1020
|
+
return n("form", { className: A(e, "ul-card--multiple", "fade-in-transition"), id: "text-form", onSubmit: h, children: n(ie, { properties: r, children: [n(ce, { children: [r.isDropdown ? n(Rn, { disabledOptions: t.filter((l) => m(l.id)), dropdownFooter: N ? n("div", { className: "ul-card__min-select-counter", style: { marginLeft: "16px" }, children: [_(c), "/", r.minSelect] }) : void 0, isMultiSelect: !w, multiselectText: r.dropdownMultiselectedText ?? "choices selected", onChange: (l) => {
|
|
1021
|
+
const u = { ...c };
|
|
1022
|
+
for (const C of t) l.includes(C) ? u[C.id].isSelected = !0 : u[C.id].isSelected = !1;
|
|
1023
|
+
g(u);
|
|
1024
|
+
}, options: t, placeholderText: r.dropdownPlaceholderText ?? (w ? "Select choice" : "Select choice(s)"), value: t.filter((l) => c[l.id].isSelected) }) : n("div", { className: A(K("ul-card__choices", v)), role: w ? "radiogroup" : "group", children: [t.map(({ id: l, label: u, value: C, optionProperties: D }) => {
|
|
1025
|
+
var q, Q;
|
|
1026
|
+
const j = `${l}`, { allowsTextEntry: M, noneOfTheAbove: O } = { allowsTextEntry: !1, noneOfTheAbove: !1, ...D };
|
|
1027
|
+
return n(He, { allowTextEntry: M, border: a, disabled: m(j), error: (B = c, f(B)), id: j, isRadio: w, isSelected: !!((q = c[j]) != null && q.isSelected), label: u, noneOfTheAbove: O, onUserInputChanged: $, promptText: (D == null ? void 0 : D.otherOptionPlaceholder) || "Please specify", text: (Q = c[l]) == null ? void 0 : Q.userText, useMobileStyling: v, value: C }, j);
|
|
1028
|
+
var B;
|
|
1029
|
+
}), !!N && n("div", { className: "ul-card__min-select-counter", children: [_(c), "/", r.minSelect] })] }), H && n(Ln, { handleSubmit: h, isSubmitDisabled: L(c) })] }), n(de, { children: n(me, { isDisabled: L(c), onClick: h, children: re(r) }) })] }) }, i);
|
|
1030
|
+
}, Wn = (e) => {
|
|
1031
|
+
const { questionId: o, type: t, next: r, options: i } = e;
|
|
1032
|
+
return n(vn, { ...e, onSubmit: (s, d) => {
|
|
1033
|
+
const p = Object.entries(s).find(([, g]) => g.isSelected) || [void 0, void 0], [a, v] = p, y = i.find((g) => `${g.id}` === a), c = v != null && v.userText ? { [a]: { userText: v.userText } } : null;
|
|
1034
|
+
r({ value: y && a ? { [a]: y.value } : {}, secondaryValue: c, questionId: o, type: t }, d);
|
|
1035
|
+
} });
|
|
1036
|
+
}, Kn = (e) => {
|
|
1037
|
+
const { questionId: o, type: t, next: r } = e;
|
|
1038
|
+
return n(vn, { ...e, onSubmit: (i, s) => {
|
|
1039
|
+
const d = Object.entries(i).reduce((a, [v, y]) => (a[v] = y.isSelected, a), {}), p = Object.entries(i).reduce((a, [v, y]) => {
|
|
1040
|
+
if (!y.userText) return a;
|
|
1041
|
+
const c = a || {};
|
|
1042
|
+
return c[v] = { userText: y.userText }, c;
|
|
1043
|
+
}, null);
|
|
1044
|
+
r({ value: d, secondaryValue: p, questionId: o, type: t }, s);
|
|
1045
|
+
} });
|
|
1046
|
+
}, Jn = ({ className: e, labels: o, properties: t, next: r, questionId: i, type: s }) => {
|
|
1047
|
+
const [d, p] = Z(null), { border: a, useMobileStyling: v, viewDocument: y } = G((w) => ({ border: w.border, useMobileStyling: w.useMobileStyling, viewDocument: w.viewDocument })), c = o && o.left, g = o && o.right;
|
|
1048
|
+
return n("form", { className: A(e, "ul-card--nps", "fade-in-transition"), children: n(ie, { properties: t, children: [n(ce, { children: [n("div", { className: "ul-card--nps__numbers", children: [...Array(11)].map((w, x) => n("button", { className: A(K("nps-number", v), K(`nps-number-${x}`, v)), id: `option-${x}`, onClick: (b) => {
|
|
1049
|
+
b.preventDefault(), b.stopPropagation(), p(x);
|
|
1050
|
+
}, onKeyDown: (b) => {
|
|
1051
|
+
var _, N;
|
|
1052
|
+
const f = y.querySelectorAll("button.nps-number");
|
|
1053
|
+
b.key === "ArrowRight" ? (_ = f[x + 1]) == null || _.focus() : b.key === "ArrowLeft" ? (N = f[x - 1]) == null || N.focus() : b.key !== "Enter" && b.key !== " " || (b.preventDefault(), b.stopPropagation(), p(x));
|
|
1054
|
+
}, onPointerDown: (b) => {
|
|
1055
|
+
b.currentTarget.style.zIndex = "2", b.currentTarget.style.borderColor = a;
|
|
1056
|
+
}, onPointerLeave: (b) => {
|
|
1057
|
+
b.currentTarget.style.zIndex = "auto", b.currentTarget.style.borderColor = Ae;
|
|
1058
|
+
}, style: d === x ? { backgroundColor: a, color: "#fff" } : void 0, tabIndex: 0, children: x }, x)) }), n("div", { className: "ul-card--nps__labels", children: [n("span", { children: c }), n("span", { children: g })] })] }), n(de, { children: n(me, { isDisabled: d === null && t.required, onClick: () => r({ value: d, questionId: i, type: s }, !0), children: re(t) }) })] }) }, i);
|
|
1059
|
+
}, Xn = ({ className: e, next: o, properties: t, questionId: r, type: i, onSubmitButtonClick: s }) => {
|
|
1060
|
+
const { border: d, useMobileStyling: p, update: a } = G((f) => ({ border: f.border, useMobileStyling: f.useMobileStyling, update: f.update })), [v, y] = Z(""), c = se(null), g = v.trim(), w = t.required === !0 && !g, x = Nn(c, () => a()), b = t && t.openTextPlaceholder ? t.openTextPlaceholder : "";
|
|
1061
|
+
return n("form", { className: A(e, "ul-card-text", "fade-in-transition"), id: "text-form", children: n(ie, { properties: t, children: n("div", { className: "ul-card-text", children: [n(ce, { children: [n("div", { className: "ul-card-text__container", children: n("textarea", { "aria-describedby": "ul-caption", "aria-labelledby": "ul-question", "aria-multiline": "true", "aria-placeholder": b, className: A(K("ul-card-text__input", p)), "data-gramm": "false", maxLength: 5e3, name: "text", onBlur: (f) => {
|
|
1062
|
+
f.currentTarget.style.borderColor = Ae;
|
|
1063
|
+
}, onChange: (f) => {
|
|
1064
|
+
const { value: _ } = f.currentTarget;
|
|
1065
|
+
x(), f.preventDefault(), f.stopPropagation(), y(_);
|
|
1066
|
+
}, onFocus: (f) => {
|
|
1067
|
+
f.currentTarget.style.borderColor = d;
|
|
1068
|
+
}, placeholder: b, ref: c, role: "textbox", tabIndex: 0 }) }), t.footerHtml && n(Ce, { className: "footer", html: t.footerHtml })] }), n(de, { children: n(me, { isDisabled: w, onClick: (f) => {
|
|
1069
|
+
f.preventDefault(), f.stopPropagation();
|
|
1070
|
+
const _ = t.required !== !0 || g.length > 0;
|
|
1071
|
+
o({ value: v, questionId: r, type: i }, _), s && s();
|
|
1072
|
+
}, children: re(t) }) })] }) }) }, r);
|
|
1073
|
+
}, et = ({ className: e, labels: o, next: t, properties: r, questionId: i, type: s, onSubmitButtonClick: d, options: p }) => {
|
|
1074
|
+
const a = se(null), v = se(0), y = se(0), c = se(null), g = se(!1), w = se([]), [x, b] = Z(() => (r == null ? void 0 : r.required) === !0), [f, _] = Z(() => p.map((E) => ({ ...E, rank: null }))), N = ye(() => Array.from({ length: p.length }, (E, S) => S + 1), [p.length]), { useMobileStyling: L, isPreview: T, headers: H } = G((E) => ({ useMobileStyling: E.useMobileStyling, isPreview: E.isPreview, headers: E.headers })), $ = (H == null ? void 0 : H["userleap-platform"]) === "android", m = L && !T && !$, h = !m && !$, k = (E, S) => {
|
|
1075
|
+
_((U) => {
|
|
1076
|
+
const P = parseInt(S), F = U.map((V) => ({ ...V }));
|
|
1077
|
+
F.some((V) => V.rank == null) && F.forEach((V, he) => V.rank = he + 1);
|
|
1078
|
+
const J = F.findIndex((V) => V.id === E);
|
|
1079
|
+
if (J === -1) return U;
|
|
1080
|
+
const z = F[J].rank;
|
|
1081
|
+
return P < z ? F.forEach((V) => {
|
|
1082
|
+
V.id !== E && V.rank >= P && V.rank < z && (V.rank = V.rank + 1);
|
|
1083
|
+
}) : P > z && F.forEach((V) => {
|
|
1084
|
+
V.id !== E && V.rank > z && V.rank <= P && (V.rank = V.rank - 1);
|
|
1085
|
+
}), F[J].rank = P, F.sort((V, he) => V.rank - he.rank), O(), F;
|
|
1086
|
+
});
|
|
1087
|
+
}, l = (E, S) => {
|
|
1088
|
+
for (let U = 0; U < w.current.length; U++) {
|
|
1089
|
+
const P = w.current[U];
|
|
1090
|
+
if (!P || P === c.current) continue;
|
|
1091
|
+
const F = P.getBoundingClientRect();
|
|
1092
|
+
if (E >= F.left && E <= F.right && S >= F.top && S <= F.bottom) return { element: P, index: U };
|
|
1093
|
+
}
|
|
1094
|
+
return null;
|
|
1095
|
+
}, u = (E) => (S) => {
|
|
1096
|
+
if (!m) return;
|
|
1097
|
+
S.preventDefault(), S.stopPropagation(), g.current = !0, a.current = E;
|
|
1098
|
+
const U = S.touches[0];
|
|
1099
|
+
v.current = U.clientY, y.current = U.clientY;
|
|
1100
|
+
const P = S.currentTarget.closest(".ul-card-rank__option");
|
|
1101
|
+
P && (c.current = P, P.classList.add("is-dragging"));
|
|
1102
|
+
}, C = (E) => {
|
|
1103
|
+
if (!m || !g.current || a.current === null) return;
|
|
1104
|
+
E.preventDefault(), E.stopPropagation();
|
|
1105
|
+
const S = E.touches[0];
|
|
1106
|
+
y.current = S.clientY;
|
|
1107
|
+
const U = y.current - v.current;
|
|
1108
|
+
c.current && (c.current.style.transform = `translateY(${U}px)`, c.current.style.zIndex = "1000"), w.current.forEach((F) => {
|
|
1109
|
+
F && F !== c.current && F.classList.remove("is-drop-target");
|
|
1110
|
+
});
|
|
1111
|
+
const P = l(S.clientX, S.clientY);
|
|
1112
|
+
P && P.element.classList.add("is-drop-target");
|
|
1113
|
+
}, D = (E) => {
|
|
1114
|
+
if (!m || !g.current || a.current === null) return;
|
|
1115
|
+
E.preventDefault(), E.stopPropagation();
|
|
1116
|
+
const S = E.changedTouches[0], U = l(S.clientX, S.clientY);
|
|
1117
|
+
c.current && (c.current.style.transform = "", c.current.style.zIndex = "", c.current.classList.remove("is-dragging")), w.current.forEach((P) => {
|
|
1118
|
+
P && P.classList.remove("is-drop-target");
|
|
1119
|
+
}), U && U.index !== a.current && j(a.current, U.index), a.current = null, c.current = null, g.current = !1;
|
|
1120
|
+
}, j = (E, S) => {
|
|
1121
|
+
_((U) => {
|
|
1122
|
+
const P = U.map((J) => ({ ...J })), [F] = P.splice(E, 1);
|
|
1123
|
+
return P.splice(S, 0, F), P.forEach((J, z) => {
|
|
1124
|
+
J.rank = z + 1;
|
|
1125
|
+
}), O(), P;
|
|
1126
|
+
});
|
|
1127
|
+
}, M = (E) => {
|
|
1128
|
+
const S = {};
|
|
1129
|
+
E.reduce((U, P) => (U[P.id] = P.rank, U), S), t({ value: S, questionId: i, type: s }, !0);
|
|
1130
|
+
}, O = () => {
|
|
1131
|
+
b(!1);
|
|
1132
|
+
}, { left: B, right: q } = o, Q = p.length, Y = (E) => {
|
|
1133
|
+
E.preventDefault(), E.currentTarget.classList.add("is-drop-target");
|
|
1134
|
+
}, ee = (E) => {
|
|
1135
|
+
E.currentTarget.classList.remove("is-drop-target");
|
|
1136
|
+
}, ve = (E) => {
|
|
1137
|
+
a.current = null, E.currentTarget.classList.remove("is-dragging");
|
|
1138
|
+
};
|
|
1139
|
+
return n("form", { className: A(e, "ul-card-rank", "fade-in-transition"), onSubmit: (E) => {
|
|
1140
|
+
E.preventDefault(), M(f), d && d();
|
|
1141
|
+
}, children: n(ie, { properties: r, children: n(je, $ ? { children: [n(ce, { children: n("div", { className: "ul-card--rank__question-inner-container", children: [n("div", { className: "ul-card-rank__labels", children: n("span", { children: ["1 - ", B] }) }), n("ol", { className: "ul-card-rank__list", children: f.map(({ id: E, label: S, rank: U }) => n("li", { className: "ul-card-rank__option", children: [n("select", { "aria-label": `Rank for ${S}`, className: A("ul-card-rank__select", U == null && "ul-card-rank__select--placeholder"), name: `rank[${E}]`, onChange: (P) => k(E, P.currentTarget.value), value: U ?? "", children: [U == null && n("option", { className: "ul-card-rank__select-option", disabled: !0, value: "", children: "-" }), N.map((P) => n("option", { className: "ul-card-rank__select-option", value: P, children: P }, `${P}-${i}`))] }), n("span", { children: S })] }, E)) }), n("div", { className: "ul-card-rank__labels", children: n("span", { children: [Q, " - ", q] }) })] }) }), n(de, { children: n("div", { className: "ul-card__button-wrapper", children: n(oe, { disabled: x, children: re(r) }) }) })] } : { children: [n(ce, { children: n("div", { className: "ul-card--rank__question-inner-container", children: [n("div", { className: "ul-card-rank__labels", children: n("span", { children: ["1 - ", B] }) }), n("ol", { className: "ul-card-rank__list", onDragOver: $ ? void 0 : (E) => {
|
|
1142
|
+
E.preventDefault(), E.dataTransfer && (E.dataTransfer.dropEffect = "move");
|
|
1143
|
+
}, children: f.map(({ id: E, label: S, rank: U }, P) => {
|
|
1144
|
+
return n("li", { className: "ul-card-rank__option", draggable: !!h || void 0, onDragEnd: h ? ve : void 0, onDragEnter: h ? Y : void 0, onDragLeave: h ? ee : void 0, onDragStart: h ? (J = P, (z) => {
|
|
1145
|
+
a.current = J, z.dataTransfer && (z.dataTransfer.effectAllowed = "move", z.dataTransfer.setData("text/plain", String(J)), z.currentTarget.classList.add("is-dragging"));
|
|
1146
|
+
}) : void 0, onDrop: h ? (F = P, (z) => {
|
|
1147
|
+
var he, Qe;
|
|
1148
|
+
z.preventDefault(), z.currentTarget.classList.remove("is-drop-target");
|
|
1149
|
+
const V = a.current;
|
|
1150
|
+
a.current = null, (Qe = (he = z.currentTarget.closest(".ul-card-rank__list")) == null ? void 0 : he.querySelector(".is-dragging")) == null || Qe.classList.remove("is-dragging"), V != null && V !== F && j(V, F);
|
|
1151
|
+
}) : void 0, ref: (z) => w.current[P] = z, children: [n("select", { "aria-label": `Rank for ${S}`, className: A("ul-card-rank__select", U == null && "ul-card-rank__select--placeholder"), name: `rank[${E}]`, onChange: (z) => k(E, z.currentTarget.value), value: U ?? "", children: [U == null && n("option", { className: "ul-card-rank__select-option", disabled: !0, value: "", children: "-" }), N.map((z) => n("option", { className: "ul-card-rank__select-option", value: z, children: z }, z))] }), n("span", { children: S }), !$ && n("button", { "aria-label": `Drag ${S} to reorder`, className: "ul-card-rank__drag-btn", onTouchEnd: m ? D : void 0, onTouchMove: m ? C : void 0, onTouchStart: m ? u(P) : void 0, title: "Drag to reorder", type: "button", children: n("svg", { fill: "none", height: "17", viewBox: "0 0 16 17", width: "16", xmlns: "http://www.w3.org/2000/svg", children: n("path", { d: "M5.75 11.625C6.37132 11.625 6.875 12.1287 6.875 12.75C6.875 13.3713 6.37132 13.875 5.75 13.875C5.12868 13.875 4.625 13.3713 4.625 12.75C4.625 12.1287 5.12868 11.625 5.75 11.625ZM10.25 11.625C10.8713 11.625 11.375 12.1287 11.375 12.75C11.375 13.3713 10.8713 13.875 10.25 13.875C9.62868 13.875 9.125 13.3713 9.125 12.75C9.125 12.1287 9.62868 11.625 10.25 11.625ZM5.75 7.375C6.37132 7.375 6.875 7.87868 6.875 8.5C6.875 9.12132 6.37132 9.625 5.75 9.625C5.12868 9.625 4.625 9.12132 4.625 8.5C4.625 7.87868 5.12868 7.375 5.75 7.375ZM10.25 7.375C10.8713 7.375 11.375 7.87868 11.375 8.5C11.375 9.12132 10.8713 9.625 10.25 9.625C9.62868 9.625 9.125 9.12132 9.125 8.5C9.125 7.87868 9.62868 7.375 10.25 7.375ZM5.75 3.125C6.37132 3.125 6.875 3.62868 6.875 4.25C6.875 4.87132 6.37132 5.375 5.75 5.375C5.12868 5.375 4.625 4.87132 4.625 4.25C4.625 3.62868 5.12868 3.125 5.75 3.125ZM10.25 3.125C10.8713 3.125 11.375 3.62868 11.375 4.25C11.375 4.87132 10.8713 5.375 10.25 5.375C9.62868 5.375 9.125 4.87132 9.125 4.25C9.125 3.62868 9.62868 3.125 10.25 3.125Z", fill: "currentColor" }) }) })] }, E);
|
|
1152
|
+
var F, J;
|
|
1153
|
+
}) }), n("div", { className: "ul-card-rank__labels", children: n("span", { children: [Q, " - ", q] }) })] }) }), n(de, { children: n("div", { className: "ul-card__button-wrapper", children: n(oe, { disabled: x, children: re(r) }) }) })] }) }) }, i);
|
|
1154
|
+
}, Be = 1, hn = 2, gn = 3, Ee = (e) => e.type === "av_permission", en = (e) => e.type === "screen_permission", bn = (e, o) => e === void 0 ? Be : e ? ((t, r) => !(Ee(r) ? r.permissionDescriptors : []).includes("camera") || t.getVideoTracks().length > 0)(e, o) ? gn : Be : hn, nn = { avStream: null, currentPage: null, mediaRecordingUids: null, nextQuestion: () => {
|
|
1155
|
+
}, passthroughData: void 0, recordingMediaTypes: void 0, screenPermissionRequested: !1, type: void 0 }, te = En((e) => ({ ...nn, reset: () => {
|
|
1156
|
+
e(nn);
|
|
1157
|
+
}, updatePage: (o) => {
|
|
1158
|
+
e(o);
|
|
1159
|
+
} }));
|
|
1160
|
+
function qe({ currentPage: e, pages: o }) {
|
|
1161
|
+
const { avStream: t, recordingMediaTypes: r, updatePage: i } = te.getState(), { recorderEventEmitter: s } = G.getState();
|
|
1162
|
+
s.emit("av.permission", { "permission.descriptors": e.permissionDescriptors, "stream.ready": (d, p) => {
|
|
1163
|
+
if (t === d) return;
|
|
1164
|
+
let a = e;
|
|
1165
|
+
if (d && !e.permissionDescriptors.includes("camera")) {
|
|
1166
|
+
const v = o.indexOf(e), y = p != null && p.active ? v + 2 : v + 1;
|
|
1167
|
+
p != null && p.active && r && s.emit("begin.recording", { "recording.media.types": r, "start.recording.callback": (c) => i({ mediaRecordingUids: c }) }), a = o[y];
|
|
1168
|
+
}
|
|
1169
|
+
i({ currentPage: a, avStream: d });
|
|
1170
|
+
} });
|
|
1171
|
+
}
|
|
1172
|
+
function Ue({ status: e }) {
|
|
1173
|
+
const { nextQuestion: o, passthroughData: t, mediaRecordingUids: r, reset: i } = te.getState(), { recorderEventEmitter: s, handleUploadUpdate: d, index: p } = G.getState(), a = { value: { taskStatus: e }, type: "recordedtask", questionId: (t == null ? void 0 : t.questionId) || 1 };
|
|
1174
|
+
t && s.emit("finish.task", { "begin.callback": (v) => {
|
|
1175
|
+
d({ mediaRecordingUid: v, isSubmitted: !0, progressPct: 0, isComplete: !1 });
|
|
1176
|
+
}, "progress.callback": (v, y) => {
|
|
1177
|
+
d({ mediaRecordingUid: v, progressPct: y.detail, isSubmitted: !1, isComplete: !1 });
|
|
1178
|
+
}, "upload.callback": (v) => {
|
|
1179
|
+
v && d({ mediaRecordingUid: v, isComplete: !0, isSubmitted: !0, progressPct: 100 });
|
|
1180
|
+
}, "passthrough.data": t, "current.index": p, "task.response": a, "task.complete.callback": (v) => {
|
|
1181
|
+
a.value.taskDurationMillisecond = v, r && (a.value.mediaRecordingUids = r), i(), o(a);
|
|
1182
|
+
} });
|
|
1183
|
+
}
|
|
1184
|
+
function ze({ pages: e, setIsRequestingPermission: o }) {
|
|
1185
|
+
const { recorderEventEmitter: t, eventEmitFn: r } = G.getState(), { updatePage: i, currentPage: s, recordingMediaTypes: d, screenPermissionRequested: p } = te.getState();
|
|
1186
|
+
if (!s) return;
|
|
1187
|
+
const a = e.indexOf(s);
|
|
1188
|
+
switch (s.type) {
|
|
1189
|
+
case "av_permission": {
|
|
1190
|
+
const v = p ? a + 2 : a + 1;
|
|
1191
|
+
return p && d && t.emit("begin.recording", { "recording.media.types": d, "start.recording.callback": (y) => {
|
|
1192
|
+
i({ mediaRecordingUids: y });
|
|
1193
|
+
} }), void i({ currentPage: e[v] });
|
|
1194
|
+
}
|
|
1195
|
+
case "screen_permission":
|
|
1196
|
+
return void t.emit("screen.permission", { "screen.permission.requested": o, "stream.ready.callback": (v, y) => {
|
|
1197
|
+
const c = y ? e[a + 1] : s;
|
|
1198
|
+
y && d && t.emit("begin.recording", { "recording.media.types": d, "start.recording.callback": (g) => {
|
|
1199
|
+
i({ captureStream: y, mediaRecordingUids: g });
|
|
1200
|
+
} }), i({ currentPage: c, screenPermissionRequested: !0, captureStream: y });
|
|
1201
|
+
} });
|
|
1202
|
+
case "start_task":
|
|
1203
|
+
return r("recorded.task.start"), t.emit("recorded.task.start"), t.emit("start.task"), void i({ currentPage: e[a + 1], screenPermissionRequested: !0 });
|
|
1204
|
+
case "complete_task":
|
|
1205
|
+
return;
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
const fn = "ul-permission-graphics-container", yn = "ul-permission-body", Cn = A(fn, "ul_recorded-task-inset-spacing"), Ie = A("ul-horizontal-button-container", "ul-horizontal-button-container-left"), xn = ({ richTextBody: e }) => n(Ce, { className: "ul-rich-text-body", html: e, id: "ul-task-detail-container" }), Te = ({ required: e, skipButtonText: o, bottom: t = !1 }) => e ? null : n(oe, { className: A(t && "ul-skip-button-below", "ul-button-inactive"), onClick: Ue.bind(null, { status: "abandoned" }), children: o || "Skip" }), Ge = (e) => {
|
|
1209
|
+
const { avStream: o, captureStream: t, recordingMediaTypes: r, updatePage: i } = te.getState(), s = (r == null ? void 0 : r.includes("audio")) || (r == null ? void 0 : r.includes("video"));
|
|
1210
|
+
ae(() => {
|
|
1211
|
+
const d = setInterval(() => {
|
|
1212
|
+
s && o && !o.active ? i({ avStream: null, currentPage: e[0] }) : t && t.active || i({ captureStream: void 0, currentPage: e[s ? 1 : 0] });
|
|
1213
|
+
}, 1e3);
|
|
1214
|
+
return () => clearInterval(d);
|
|
1215
|
+
}, [o, t, s, e, r, i]);
|
|
1216
|
+
}, nt = ({ content: e, pages: o, required: t }) => {
|
|
1217
|
+
const { buttonText: r, skipButtonText: i, taskDetail: s } = e;
|
|
1218
|
+
return Ge(o), n("div", { className: "ul-task-page", children: [s && n(xn, { richTextBody: s }), n("div", { className: Ie, children: [n(oe, { onClick: ze.bind(null, { pages: o }), children: r }), n(Te, { required: t, skipButtonText: i })] })] }, "start-task");
|
|
1219
|
+
}, tt = ({ content: e, pages: o, properties: t }) => {
|
|
1220
|
+
const { buttonText: r, skipButtonText: i } = e;
|
|
1221
|
+
return Ge(o), n("div", { className: "ul-task-page", children: [e.taskDetail && n(xn, { richTextBody: e.taskDetail }), n(ie, { properties: t, children: n("div", { className: Ie, children: [n(oe, { className: "ul-complete-task-button", onClick: Ue.bind(null, { status: "completed" }), children: r }), n(oe, { className: A("ul-button-inactive"), onClick: Ue.bind(null, { status: "given.up" }), children: i })] }) })] }, "complete-task");
|
|
1222
|
+
}, rt = ({ content: e, pages: o, required: t }) => {
|
|
1223
|
+
const { buttonText: r, skipButtonText: i } = e, [s] = G((a) => [a.tabTitle]), [d, p] = Z(!1);
|
|
1224
|
+
return n("div", { children: [n("div", { className: Cn, children: [n("p", { style: { marginTop: "auto" }, children: e.selectTabText }), n("div", { className: "ul-select-tab-container", children: n("p", { className: yn, children: s }) })] }), n("div", { className: t ? "" : Ie, children: [n(oe, { disabled: d, onClick: ze.bind(null, { pages: o, setIsRequestingPermission: p }), children: r }), n(Te, { required: t, skipButtonText: i })] })] });
|
|
1225
|
+
}, ot = ({ content: e }) => n(Ce, { className: A(fn, "ul_permission_svg_container", "ul_recorded-task-inset-spacing", "ul-center-horizontally"), html: e.svg }, "ul-permission-request-graphic"), it = ({ content: e, pages: o, required: t }) => {
|
|
1226
|
+
const { permissionDeniedHeadline: r, permissionDeniedBody: i, skipButtonText: s, tryAgainButtonText: d } = e, p = Ee(o[0]) ? o[0] : null;
|
|
1227
|
+
return ae(() => {
|
|
1228
|
+
const a = setInterval(() => {
|
|
1229
|
+
p !== null && qe({ currentPage: p, pages: o });
|
|
1230
|
+
}, 1e3);
|
|
1231
|
+
return () => clearInterval(a);
|
|
1232
|
+
}, [p, o]), p ? n("div", { children: [n("div", { className: Cn, children: n("p", { className: "ul-av-permission-denied-paragraph", children: [n("span", { className: "ul-av-permission-denied-headline", children: r }), n("span", { className: yn, children: i })] }) }), n("div", { className: Ie, children: [n(oe, { onClick: qe.bind(null, { currentPage: p, pages: o }), children: d }), n(Te, { required: t, skipButtonText: s })] })] }) : null;
|
|
1233
|
+
}, st = ({ stream: e }) => n("video", { autoPlay: !0, className: A("ul_recorded-task-inset-spacing"), id: "ul-record-task-video-preview", muted: !0, ref: (o) => {
|
|
1234
|
+
o && (o.srcObject = e || null);
|
|
1235
|
+
} }), at = ({ content: e, pages: o, required: t }) => {
|
|
1236
|
+
const { skipButtonText: r } = e, { avStream: i } = te.getState();
|
|
1237
|
+
return Ge(o), n("div", { children: [n(st, { stream: i }), n("div", { className: "ul-vertical-button-container-center", children: [n(oe, { onClick: ze.bind(null, { pages: o }), children: e.buttonText }), n(Te, { bottom: !0, required: t, skipButtonText: r })] })] });
|
|
1238
|
+
}, lt = ({ properties: e }) => {
|
|
1239
|
+
const { pages: o, required: t } = e, { avStream: r, currentPage: i } = te.getState();
|
|
1240
|
+
if (i === void 0) return null;
|
|
1241
|
+
switch (i == null ? void 0 : i.type) {
|
|
1242
|
+
case "av_permission": {
|
|
1243
|
+
const s = bn(r, i);
|
|
1244
|
+
return s === Be ? n(ot, { content: i }) : n(s === hn ? it : at, { content: i, pages: o, required: t });
|
|
1245
|
+
}
|
|
1246
|
+
case "screen_permission":
|
|
1247
|
+
return n(rt, { content: i, pages: o, required: t });
|
|
1248
|
+
case "start_task":
|
|
1249
|
+
return n(nt, { content: i, pages: o, required: t });
|
|
1250
|
+
case "complete_task":
|
|
1251
|
+
return n(tt, { content: i, pages: o, properties: e });
|
|
1252
|
+
default:
|
|
1253
|
+
return null;
|
|
1254
|
+
}
|
|
1255
|
+
}, dt = ({ className: e, properties: o, next: t, questionId: r }) => {
|
|
1256
|
+
const i = G(), { surveyId: s, responseGroupUid: d, userId: p } = i, a = te(), { screenPermissionRequested: v } = a, y = te((b) => b.avStream);
|
|
1257
|
+
let c = te((b) => b.currentPage);
|
|
1258
|
+
c || (c = function({ pages: b, userId: f, responseGroupUid: _, surveyId: N, questionId: L, next: T }) {
|
|
1259
|
+
const { updatePage: H } = te.getState(), { eventEmitFn: $, recorderEventEmitter: m } = G.getState(), h = { questionId: L, surveyId: N, visitorId: f, responseGroupUid: _ };
|
|
1260
|
+
let k = 0;
|
|
1261
|
+
m.emit("recorded.task.permission.screen"), $("recorded.task.permission.screen"), m.emit("permission.status", { "permission.status.callback": (u, C, D, j) => {
|
|
1262
|
+
const M = b[k], { type: O } = M, B = ["screen"];
|
|
1263
|
+
if (Ee(M)) {
|
|
1264
|
+
const { permissionDescriptors: q } = M, Q = q == null ? void 0 : q.includes("microphone"), Y = q == null ? void 0 : q.includes("camera");
|
|
1265
|
+
Q && B.push("audio"), Y && B.push("video"), (u != null && u.active && !Y || u != null && u.active && C) && k++;
|
|
1266
|
+
}
|
|
1267
|
+
en(b[k]) && D && (k++, m.emit("begin.recording", { "recording.media.types": B, "start.recording.callback": (q) => H({ mediaRecordingUids: q }) })), H({ currentPage: b[k], avStream: u, screenPermissionRequested: D, nextQuestion: T, type: O, passthroughData: h, recordingMediaTypes: B, captureStream: j });
|
|
1268
|
+
} });
|
|
1269
|
+
const l = b[k];
|
|
1270
|
+
return l.type === "av_permission" && qe({ currentPage: l, pages: b }), l;
|
|
1271
|
+
}({ questionId: r, surveyId: s, next: (b) => {
|
|
1272
|
+
t(b, !0);
|
|
1273
|
+
}, pages: o.pages, responseGroupUid: d, userId: p }));
|
|
1274
|
+
let g = c.headline, w = c.captionText;
|
|
1275
|
+
const x = bn(y, c);
|
|
1276
|
+
return en(c) && v && (g = c.permissionDeniedHeadline, w = c.permissionDeniedCaptionText), Ee(c) && x === gn && (g = c.permissionGrantedHeadline, w = c.permissionGrantedCaptionText), n("div", { className: A(e, "ul-center-horizontally", "fade-in-transition"), children: [n(Ve, { isRequired: o == null ? void 0 : o.required, message: g, properties: { captionText: w } }), n(ce, { children: n(lt, { properties: o }) })] });
|
|
1277
|
+
}, ct = ({ className: e, next: o, properties: t, questionId: r, type: i }) => {
|
|
1278
|
+
const { visitorAttributes: s, isLongFormSurvey: d } = G((y) => ({ visitorAttributes: y.visitorAttributes, isLongFormSurvey: sn(y.studyType) })), p = (y, c = !1) => {
|
|
1279
|
+
o({ value: c ? { skipped: !0 } : void 0, questionId: r, type: i }, !0);
|
|
1280
|
+
}, a = Mn(t && t.buttonUrl, s), v = d && t.promptActionType === jn.NO_BUTTON;
|
|
1281
|
+
return n("div", { className: A(e, "ul-card__text-url-prompt", "fade-in-transition"), children: n(ie, { properties: t, children: !v && n("div", { children: n("div", { className: "ul-card-button-group", children: [n("a", { className: "ul-card-text__button ul-card__text-url-prompt-button", href: a, id: "ul-card-text__button", onClick: p, onKeyPress: (y) => {
|
|
1282
|
+
y.key !== "Enter" && y.key !== " " || o({ value: void 0, questionId: r, type: i }, !0);
|
|
1283
|
+
}, rel: "noreferrer", role: a ? "link" : "button", tabIndex: 0, target: "_blank", children: re(t) }), t.required === !1 && n("button", { className: "ul-card-skip__button", onClick: (y) => p(0, !0), children: Oe(t) })] }) }) }) }, r);
|
|
1284
|
+
}, ut = ({ className: e, questionId: o }) => {
|
|
1285
|
+
const { border: t, destroy: r, endCard: i, forceBrandedLogo: s } = G((a) => ({ border: a.border, destroy: a.destroy, endCard: a.endCard, forceBrandedLogo: a.forceBrandedLogo }));
|
|
1286
|
+
ae(() => {
|
|
1287
|
+
setTimeout(() => {
|
|
1288
|
+
r($e);
|
|
1289
|
+
}, s ? 4e3 : 2e3);
|
|
1290
|
+
}, [r, s]);
|
|
1291
|
+
const d = i && i.subheader ? n("p", { className: "ul-caption", children: i.subheader }) : null, p = i && i.headline ? i.headline : "";
|
|
1292
|
+
return n("div", { className: A(e, "ul-card--thanks", "fade-in-transition"), children: n("div", { children: n("div", { className: "ul-card--thanks-content", children: [n("div", { className: "ul-thanks-check", children: n("svg", { "aria-labelledby": "title", fill: "none", height: "99", viewBox: "0 0 81 99", width: "81", xmlns: "http://www.w3.org/2000/svg", children: [n("path", { clipRule: "evenodd", d: "M40.5 77C60.9345 77 77.5 60.4345 77.5 40C77.5 19.5655 60.9345 3 40.5 3C20.0655 3 3.5 19.5655 3.5 40C3.5 60.4345 20.0655 77 40.5 77ZM80.5 40C80.5 62.0914 62.5914 80 40.5 80C18.4086 80 0.5 62.0914 0.5 40C0.5 17.9086 18.4086 0 40.5 0C62.5914 0 80.5 17.9086 80.5 40Z", fill: t, fillRule: "evenodd" }), n("path", { clipRule: "evenodd", d: "M55.025 22.9046C55.6299 23.4705 55.6616 24.4198 55.0956 25.0247C54.8724 25.2634 54.6109 25.5285 54.3157 25.8277C52.2547 27.9168 48.5549 31.667 44.8135 39.6658C43.2818 42.9406 42.0864 45.8386 41.0823 48.2729C40.6539 49.3116 40.2603 50.2659 39.8902 51.129C39.287 52.5359 38.7248 53.7508 38.1744 54.625C37.8997 55.0613 37.5806 55.4905 37.2017 55.8245C36.8201 56.1607 36.2613 56.5 35.5457 56.5C34.6742 56.5 34.0892 55.9692 33.7774 55.6083C33.4502 55.2296 33.1752 54.7511 32.9396 54.301C32.7305 53.9013 32.5088 53.4367 32.2797 52.9565C32.2429 52.8794 32.2059 52.8019 32.1688 52.7243C31.8942 52.1499 31.5959 51.534 31.2537 50.8868C29.8886 48.305 27.8539 45.2878 24.2343 43.1382C23.522 42.7152 23.2875 41.7949 23.7105 41.0826C24.1335 40.3703 25.0539 40.1358 25.7662 40.5588C30.0556 43.1062 32.4149 46.6647 33.9058 49.4845C34.2776 50.1876 34.5973 50.8487 34.8753 51.4302C34.9147 51.5124 34.9529 51.5926 34.9902 51.6707C35.2222 52.1567 35.4164 52.5637 35.5978 52.9102C35.6151 52.9434 35.6321 52.9754 35.6485 53.0061C36.0565 52.3531 36.5341 51.3434 37.133 49.9468C37.4781 49.1418 37.8572 48.2229 38.2761 47.2074C39.2886 44.7532 40.5339 41.7347 42.0961 38.3948C46.0591 29.9221 50.0641 25.8648 52.1535 23.7482C52.4423 23.4556 52.6944 23.2002 52.9048 22.9753C53.4708 22.3703 54.42 22.3387 55.025 22.9046ZM35.1994 53.5892C35.1994 53.5892 35.2 53.5888 35.2012 53.5879C35.2 53.5889 35.1994 53.5893 35.1994 53.5892ZM36.0666 53.6682C36.0732 53.674 36.0765 53.6775 36.0765 53.6777C36.0765 53.678 36.0732 53.6751 36.0666 53.6682Z", fill: t, fillRule: "evenodd" }), n("path", { d: "M69.5 97C69.5 98.1046 56.2924 99 40 99C23.7076 99 10.5 98.1046 10.5 97C10.5 95.8954 23.7076 95 40 95C56.2924 95 69.5 95.8954 69.5 97Z", fill: "black", fillOpacity: "0.2" })] }) }), n(Ve, { message: p }), d] }) }) }, o);
|
|
1293
|
+
}, pt = () => n("div", { className: "thinking-dots-container", children: n("div", { className: "thinking-dot" }) }), mt = ({ className: e }) => {
|
|
1294
|
+
const { uploadProgress: o } = G((s) => ({ uploadProgress: s.uploadProgress }));
|
|
1295
|
+
let t, r;
|
|
1296
|
+
Object.values(o).filter((s) => s.isSubmitted).length > 1 ? (t = "Your responses are processing", r = "Please keep this tab open until your responses are fully processed.") : (t = "Your response is processing", r = "Please keep this tab open until your response is fully processed.");
|
|
1297
|
+
const i = Math.round(Math.min(99, ...Object.values(o).filter((s) => s.isSubmitted).map((s) => s.progressPct || 0)));
|
|
1298
|
+
return n("div", { className: A(e, "ul-card--uploading", "fade-in-transition"), children: [n("div", { "aria-busy": "true", "aria-label": "Processing...", "aria-live": "polite", className: "ul-loading-spinner-container", role: "progressbar", children: n("div", { className: "ul-loading-spinner", children: [n("div", { className: "first" }), n("div", { className: "second" }), n("div", { className: "third" }), n("div", { className: "fourth" })] }) }), n(Ve, { message: `${t} (${i}% complete)` }), n("p", { className: "ul-caption", children: r })] });
|
|
1299
|
+
}, tn = 0, rn = 1, vt = ({ className: e, next: o, properties: t, questionId: r, type: i }) => {
|
|
1300
|
+
const s = `ul-card-video__player_recorder-q${r}`, { apiURL: d, envId: p, handleUploadUpdate: a, headers: v, responseGroupUid: y, surveyId: c, viewDocument: g, visitorId: w } = G((h) => ({ apiURL: h.apiURL, envId: h.envId, handleUploadUpdate: h.handleUploadUpdate, headers: h.headers, responseGroupUid: h.responseGroupUid, surveyId: h.surveyId, viewDocument: h.viewDocument, visitorId: h.userId })), [x, b] = Z(!1), [f, _] = Z(null), [N, L] = Z(null), [T, H] = Z(tn), $ = (h, k) => {
|
|
1301
|
+
h === R.UPLOAD_STARTED ? (_(k[R.UPLOAD_ID]), L(k[R.MEDIA_RECORDING_UID]), b(!0)) : h === R.DELETE ? (_(null), L(null), b(!1)) : h === R.UPLOAD_PROGRESS ? isNaN(k[R.UPLOAD_PROGRESS_PCT]) ? a({ mediaRecordingUid: k[R.MEDIA_RECORDING_UID], isComplete: !0 }) : a({ mediaRecordingUid: k[R.MEDIA_RECORDING_UID], progressPct: k[R.UPLOAD_PROGRESS_PCT] }) : h === R.UPLOAD_FINISHED && a({ mediaRecordingUid: k[R.MEDIA_RECORDING_UID], isComplete: !0 });
|
|
1302
|
+
}, m = (h) => {
|
|
1303
|
+
h.preventDefault(), h.stopPropagation(), document.getElementById(s) && ((k) => {
|
|
1304
|
+
const l = k + Ke;
|
|
1305
|
+
if (I.document.getElementById(l) && I.videojs) {
|
|
1306
|
+
try {
|
|
1307
|
+
if (!I.videojs(l).record().stream) return;
|
|
1308
|
+
} catch {
|
|
1309
|
+
return;
|
|
1310
|
+
}
|
|
1311
|
+
I.videojs(l).record().stop(), I.videojs(l).record().stopDevice();
|
|
1312
|
+
}
|
|
1313
|
+
})(s), f && N ? (a({ mediaRecordingUid: N, isSubmitted: !0 }), o({ value: { mediaRecordingUid: N }, questionId: r, type: i }, !0)) : o({ value: null, questionId: r, type: i }, !0);
|
|
1314
|
+
};
|
|
1315
|
+
return n("form", { className: A(e, "ul-card--video", "fade-in-transition"), id: "ul-video-interview-form", children: [n(ce, { children: [n("div", { id: "ul-question-player-container", style: { display: T === tn ? "" : "none" }, children: n(ie, { properties: t, children: n("button", { className: "ul-video-btn ul-record-response-btn", onClick: (h) => {
|
|
1316
|
+
h.preventDefault(), h.stopPropagation(), document.getElementById(s) && ((k) => {
|
|
1317
|
+
const l = we(k + ln);
|
|
1318
|
+
l == null || l.pause();
|
|
1319
|
+
})(s), H(rn);
|
|
1320
|
+
} }) }) }), n("div", { style: { display: T === rn ? "block" : "none" }, children: n("div", { id: "ul-recorder-player-container", ref: (h) => {
|
|
1321
|
+
if (h && h.children.length === 0) {
|
|
1322
|
+
const k = ((l, u = {}, C = "https://api.userleap.com", D, j, M, O = !1, B = document) => {
|
|
1323
|
+
I.document = B;
|
|
1324
|
+
const q = l + Ke, Q = mn(q);
|
|
1325
|
+
return I.document.addEventListener("securitypolicyviolation", (Y) => {
|
|
1326
|
+
le(new Error(`Voice & Video feature violates ${Y.violatedDirective} web page CSP policies for the recorder player.`), "recorderDeviceError", C, M, u.visitorId, u.envId);
|
|
1327
|
+
}), dn(an.concat(qn), () => {
|
|
1328
|
+
Me(q, Q), I.document.getElementById(Fe(q)).remove();
|
|
1329
|
+
try {
|
|
1330
|
+
On(Q, q, u, C, D, j, M, O);
|
|
1331
|
+
} catch (Y) {
|
|
1332
|
+
return void le(new Error(`Error when creating video recorder player object ${Y}`), "recorderDeviceError", C, M, u.visitorId, u.envId);
|
|
1333
|
+
}
|
|
1334
|
+
}), Q;
|
|
1335
|
+
})(s, { surveyId: c, responseGroupUid: y, questionId: r, visitorId: w, envId: p }, d, $, void 0, { ...v, "x-ul-video-recorder-origin": "sdk" }, t.mediaType === R.MEDIA_TYPE_AUDIO, g);
|
|
1336
|
+
h.appendChild(k);
|
|
1337
|
+
}
|
|
1338
|
+
} }) })] }), n(de, { children: [n(me, { isDisabled: !!t.required && !x, onClick: m, children: re(t) }), n("button", { className: "ul-card-text__button ul-button-inactive ul-card-skip__button", id: "ul-card-video__skip_button", onClick: m, style: { ...t.required ? { display: "none" } : {}, ...x ? { display: "none" } : {} }, children: Oe(t) })] })] });
|
|
1339
|
+
}, fe = (e) => e.type === "aidynamicfollowup" || e.type === "aidynamicstandalone", Le = (e) => {
|
|
1340
|
+
var o;
|
|
1341
|
+
return fe(e) && ((o = e.props) == null ? void 0 : o.loading) === Ne.inFlight;
|
|
1342
|
+
}, kn = (e) => e.type === "thanks" || e.type === "uploading", ht = ({ card: e, avatars: o, isThinking: t, isCurrentQuestion: r, currentQuestionBubbleRef: i }) => {
|
|
1343
|
+
const s = ((d) => "properties" in d.props && d.props.properties && "questionHtml" in d.props.properties && d.props.properties.questionHtml ? { content: d.props.properties.questionHtml, isHtml: !0 } : "message" in d.props ? { content: d.props.message, isHtml: !1 } : { content: "Question", isHtml: !1 })(e);
|
|
1344
|
+
return n(ge, { avatars: o, isLeft: !0, message: { id: `question-${e.name}`, type: "question", content: s.content }, ref: r ? i : null, children: t ? n(pt, {}) : n(je, { children: [s.isHtml ? n(Ce, { className: "chat-message-text", html: s.content }) : n("div", { className: "chat-message-text", children: s.content }), e.type === "videovoice" && n(Vn, { properties: e.props, questionId: e.name, surveyVideoUrl: e.props.properties.videoUrl })] }) });
|
|
1345
|
+
}, gt = ({ card: e, avatars: o }) => {
|
|
1346
|
+
const t = ((r) => {
|
|
1347
|
+
if (!("properties" in r.props) || !r.props.properties || typeof r.props.properties != "object") return null;
|
|
1348
|
+
const i = r.props.properties, s = [{ key: "captionHtml", isHtml: !0 }, { key: "captionText", isHtml: !1 }, { key: "richTextBody", isHtml: !0 }, { key: "body", isHtml: !1 }];
|
|
1349
|
+
for (const { key: d, isHtml: p } of s) {
|
|
1350
|
+
const a = i[d];
|
|
1351
|
+
if (typeof a != "string") continue;
|
|
1352
|
+
const v = a.trim();
|
|
1353
|
+
if (v) {
|
|
1354
|
+
if (p && !v.replaceAll(/<[^>]*>/g, "").trim()) continue;
|
|
1355
|
+
return { content: v, isHtml: p };
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
return null;
|
|
1359
|
+
})(e);
|
|
1360
|
+
return t ? n(ge, { avatars: o, hideAvatar: !0, isLeft: !0, message: { id: `caption-${e.name}`, type: "question", content: t.content }, children: t.isHtml ? n(Ce, { className: "chat-message-text", html: t.content }) : n("div", { className: "chat-message-text", children: t.content }) }) : null;
|
|
1361
|
+
}, bt = ({ card: e, userResponse: o, avatars: t }) => {
|
|
1362
|
+
const r = ((i, s) => {
|
|
1363
|
+
if (i.type === "open" && s && typeof s == "object" && "value" in s) return s.value;
|
|
1364
|
+
})(e, o);
|
|
1365
|
+
return n("div", { className: "chat-bubble-container chat-right", children: [n("div", { className: "chat-bubble chat-bubble-right chat-bubble-text-only", children: n("div", { className: "chat-message-text", children: r || n("div", { className: "chat-message-no-response", children: "No response" }) }) }), n("img", { alt: "User Avatar", className: "chat-avatar chat-avatar-right", srcSet: `${t.respondentAvatar["1x"]} 1x, ${t.respondentAvatar["2x"]} 2x` })] });
|
|
1366
|
+
}, ft = ({ card: e, avatars: o, isCurrentQuestion: t, currentQuestionBubbleRef: r }) => {
|
|
1367
|
+
const { endCard: i } = G((s) => ({ endCard: s.endCard }));
|
|
1368
|
+
return n(je, { children: [n(ge, { avatars: o, isLeft: !0, message: { id: `thanks-${e.name}`, type: "question", content: (i == null ? void 0 : i.headline) ?? "Great! Thank you for your participation." }, ref: t ? r : null }), (i == null ? void 0 : i.subheader) && n(ge, { avatars: o, hideAvatar: !0, isLeft: !0, message: { id: `caption-${e.name}`, type: "question", content: i.subheader } }), n(zn, {})] });
|
|
1369
|
+
}, yt = ({ card: e, cardIndex: o, index: t, avatars: r, cardResponses: i, questionThinkingStates: s, startingQuestionIdx: d, currentQuestionBubbleRef: p, handleCardResponse: a }) => {
|
|
1370
|
+
const v = o === t, y = o < t, c = kn(e);
|
|
1371
|
+
if (c) return n(ft, { avatars: r, card: e, currentQuestionBubbleRef: p, isCurrentQuestion: v });
|
|
1372
|
+
const g = `${e.name}`, w = i.get(g), x = e.type === "open" || e.type === "aidynamicfollowup" || e.type === "aidynamicstandalone", b = s.get(g);
|
|
1373
|
+
if (e.type === "aidynamicfollowup" && (e.props.loading === Ne.failure || e.props.loading === void 0) || e.type === "aidynamicstandalone" && e.props.loading === Ne.failure) return n(je, {});
|
|
1374
|
+
const f = (o > (d ?? 0) || fe(e)) && e.type !== "thanks" && e.type !== "uploading" && (b === !0 || b === void 0);
|
|
1375
|
+
return n(on.Fragment, { children: [n(ht, { avatars: r, card: e, currentQuestionBubbleRef: p, isCurrentQuestion: v, isThinking: f }), !f && n(gt, { avatars: r, card: e }), y && x ? n(bt, { avatars: r, card: e, userResponse: w }) : (!y || !x) && !f && n(ge, { avatars: r, isLeft: !1, message: { id: `card-${e.name}`, type: "card", content: "" }, children: n("div", { className: "chat-card-container", children: n(xt, { card: e, className: c ? "chat-thanks-card" : "chat-card", isAnswered: y, next: v ? a : () => {
|
|
1376
|
+
} }) }) })] }, `question-card-${e.name}`);
|
|
1377
|
+
}, ge = on.forwardRef(({ message: e, isLeft: o = !1, children: t, avatars: r, hideAvatar: i = !1 }, s) => {
|
|
1378
|
+
const d = o ? "chat-bubble-left" : "chat-bubble-right";
|
|
1379
|
+
return n("div", { className: `chat-bubble-container ${o ? "chat-left" : "chat-right"}${o && i ? " chat-no-avatar" : ""}`, ref: s, children: [o && !i && n("img", { alt: "AI Avatar", className: "chat-avatar chat-avatar-left", srcSet: `${r.agentAvatar["1x"]} 1x, ${r.agentAvatar["2x"]} 2x` }), n("div", { className: `chat-bubble ${d}`, children: t || n("div", { className: "chat-message-text", children: e.content }) }), !o && !i && n("img", { alt: "User Avatar", className: "chat-avatar chat-avatar-right", srcSet: `${r.respondentAvatar["1x"]} 1x, ${r.respondentAvatar["2x"]} 2x` })] });
|
|
1380
|
+
});
|
|
1381
|
+
ge.displayName = "ChatBubble";
|
|
1382
|
+
const Ct = () => {
|
|
1383
|
+
const e = G((t) => t.close), o = ye(() => () => e($e), [e]);
|
|
1384
|
+
return n("div", { "aria-label": "Close button", className: "conversational-close-btn", onClick: o, onKeyPress: (t) => {
|
|
1385
|
+
t.key === "Enter" && o();
|
|
1386
|
+
}, role: "button", tabIndex: 0, children: n("svg", { fill: "none", height: "16px", viewBox: "0 0 13 13", width: "16px", xmlns: "http://www.w3.org/2000/svg", children: n("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" }) }) });
|
|
1387
|
+
}, xt = ({ card: e, next: o, className: t = "", isAnswered: r = !1 }) => {
|
|
1388
|
+
const i = { className: r ? `${t} answered-card` : t, next: r ? () => {
|
|
1389
|
+
} : o, questionId: e.name, type: e.type, isAnswered: r };
|
|
1390
|
+
switch (e.type) {
|
|
1391
|
+
case "consentlegal":
|
|
1392
|
+
return n(Fn, { ...i, ...e.props });
|
|
1393
|
+
case "likert":
|
|
1394
|
+
return n(Qn, { ...i, ...e.props });
|
|
1395
|
+
case "matrix":
|
|
1396
|
+
return n(Yn, { ...i, ...e.props });
|
|
1397
|
+
case "multiplechoice":
|
|
1398
|
+
return n(Wn, { ...i, ...e.props });
|
|
1399
|
+
case "multipleselect":
|
|
1400
|
+
return n(Kn, { ...i, ...e.props });
|
|
1401
|
+
case "nps":
|
|
1402
|
+
return n(Jn, { ...i, ...e.props });
|
|
1403
|
+
case "aidynamicstandalone":
|
|
1404
|
+
case "aidynamicfollowup":
|
|
1405
|
+
case "open":
|
|
1406
|
+
return n(Xn, { ...i, type: e.type, ...e.props });
|
|
1407
|
+
case "rankorder":
|
|
1408
|
+
return n(et, { ...i, ...e.props });
|
|
1409
|
+
case "recordedtask":
|
|
1410
|
+
return n(dt, { ...i, ...e.props });
|
|
1411
|
+
case "texturlprompt":
|
|
1412
|
+
return n(ct, { ...i, ...e.props });
|
|
1413
|
+
case "thanks":
|
|
1414
|
+
return n(ut, { ...i, ...e.props });
|
|
1415
|
+
case "uploading":
|
|
1416
|
+
return n(mt, { ...i, ...e.props });
|
|
1417
|
+
case "videovoice":
|
|
1418
|
+
return n(vt, { ...i, ...e.props });
|
|
1419
|
+
default:
|
|
1420
|
+
return null;
|
|
1421
|
+
}
|
|
1422
|
+
}, jt = ({ cards: e, next: o, previousResponses: t }) => {
|
|
1423
|
+
const { cardResponses: r, setCardResponse: i } = (() => {
|
|
1424
|
+
const [m, h] = Z(/* @__PURE__ */ new Map());
|
|
1425
|
+
return { cardResponses: m, setCardResponse: be((k, l) => {
|
|
1426
|
+
h((u) => new Map(u).set(k, l));
|
|
1427
|
+
}, []) };
|
|
1428
|
+
})(), { index: s, isLongFormSurvey: d, avatars: p, showSurveyBrand: a, forceBrandedLogo: v, marketingUrlLink: y, startingQuestionIdx: c, viewDocument: g, createDynamicFollowupQuestion: w, update: x } = G((m) => ({ index: m.index, isLongFormSurvey: sn(m.studyType), avatars: m.avatars, forceBrandedLogo: m.forceBrandedLogo, startingQuestionIdx: m.startingQuestionIdx, showSurveyBrand: m.showSurveyBrand, marketingUrlLink: In({ marketingUrl: m.marketingUrl, slugName: m.slugName, surveyId: m.surveyId, forceBrandedLogo: m.forceBrandedLogo }), viewDocument: m.viewDocument, createDynamicFollowupQuestion: m.createDynamicFollowupQuestion, update: m.update })), { currentQuestionBubbleRef: b, scrollToCurrentQuestion: f } = (({ viewDocument: m }) => {
|
|
1429
|
+
const h = se(null), k = be(() => {
|
|
1430
|
+
const l = m.querySelector(".ul-card-main-content");
|
|
1431
|
+
if (h.current && l && l instanceof HTMLElement) {
|
|
1432
|
+
const u = h.current.offsetTop - l.offsetTop - 16;
|
|
1433
|
+
l.scrollTo({ top: Math.max(0, u), behavior: "smooth" });
|
|
1434
|
+
}
|
|
1435
|
+
}, []);
|
|
1436
|
+
return { currentQuestionBubbleRef: h, scrollToCurrentQuestion: k };
|
|
1437
|
+
})({ viewDocument: g }), _ = ((m, h, k) => {
|
|
1438
|
+
const [l, u] = Z(/* @__PURE__ */ new Map());
|
|
1439
|
+
return ae(() => {
|
|
1440
|
+
if (m.length > 0 && h < m.length) {
|
|
1441
|
+
const C = m[h], D = `${C.name}`, j = (O) => {
|
|
1442
|
+
if (h > 0) {
|
|
1443
|
+
const B = m[h - 1];
|
|
1444
|
+
if (fe(B)) {
|
|
1445
|
+
const q = `${B.name}`, Q = Le(B);
|
|
1446
|
+
if (O.get(q) !== Q) return new Map(O).set(q, Q);
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
return O;
|
|
1450
|
+
};
|
|
1451
|
+
if ((h <= (k ?? 0) || kn(C)) && (C == null ? void 0 : C.type) !== "aidynamicstandalone") return u((O) => j(new Map(O).set(D, !1)));
|
|
1452
|
+
u((O) => {
|
|
1453
|
+
const B = !fe(C) || Le(C);
|
|
1454
|
+
return j(new Map(O).set(D, B));
|
|
1455
|
+
});
|
|
1456
|
+
const M = setTimeout(() => {
|
|
1457
|
+
u((O) => {
|
|
1458
|
+
const B = !!fe(C) && Le(C);
|
|
1459
|
+
return j(new Map(O).set(D, B));
|
|
1460
|
+
});
|
|
1461
|
+
}, 1e3);
|
|
1462
|
+
return () => clearTimeout(M);
|
|
1463
|
+
}
|
|
1464
|
+
}, [h, m, k]), l;
|
|
1465
|
+
})(e, s, c);
|
|
1466
|
+
((m, h) => {
|
|
1467
|
+
const { createDynamicStandaloneQuestion: k } = G((C) => ({ createDynamicStandaloneQuestion: C.createDynamicStandaloneQuestion })), l = m[h], u = (l == null ? void 0 : l.type) === "aidynamicstandalone" && l.props.loading === void 0 ? l.name : null;
|
|
1468
|
+
ae(() => {
|
|
1469
|
+
u !== null && k({ questionId: u });
|
|
1470
|
+
}, [u, k]);
|
|
1471
|
+
})(e, s);
|
|
1472
|
+
const N = ((m, h) => {
|
|
1473
|
+
const [k, l] = Z(() => /* @__PURE__ */ new Set([m]));
|
|
1474
|
+
return ae(() => {
|
|
1475
|
+
l((u) => new Set(u).add(m));
|
|
1476
|
+
}, [m]), ae(() => {
|
|
1477
|
+
const u = h ?? 0;
|
|
1478
|
+
u > 0 && l((C) => {
|
|
1479
|
+
const D = new Set(C);
|
|
1480
|
+
for (let j = 0; j <= u; j++) D.add(j);
|
|
1481
|
+
return D;
|
|
1482
|
+
});
|
|
1483
|
+
}, [h]), k;
|
|
1484
|
+
})(s, c), L = ye(() => ({ ...t, ...Ze(e.map((m, h) => {
|
|
1485
|
+
var k, l;
|
|
1486
|
+
return { ...m, value: h < s ? ((k = r.get(`${m.name}`)) == null ? void 0 : k.value) ?? null : null, secondaryValue: h < s ? ((l = r.get(`${m.name}`)) == null ? void 0 : l.secondaryValue) ?? null : null };
|
|
1487
|
+
})) }), [t, r, e, s]);
|
|
1488
|
+
Bn(L);
|
|
1489
|
+
const T = Tn(e, L);
|
|
1490
|
+
ae(() => {
|
|
1491
|
+
requestAnimationFrame(() => {
|
|
1492
|
+
f();
|
|
1493
|
+
}), x();
|
|
1494
|
+
}, [s, f, _, x]);
|
|
1495
|
+
const H = be((m, h) => {
|
|
1496
|
+
if (!h) return;
|
|
1497
|
+
const k = T[s];
|
|
1498
|
+
if (!k) return;
|
|
1499
|
+
const l = `${k.name}`;
|
|
1500
|
+
i(l, m);
|
|
1501
|
+
const u = { ...m, questionText: Dn(k) };
|
|
1502
|
+
if (k.childId && (u == null ? void 0 : u.value) != null) {
|
|
1503
|
+
const C = Ze([k].map((D) => ({ ...D, value: (u == null ? void 0 : u.value) ?? null, secondaryValue: (u == null ? void 0 : u.secondaryValue) ?? null })));
|
|
1504
|
+
w({ parentQuestionId: k.name, parentResponseConfig: C });
|
|
1505
|
+
}
|
|
1506
|
+
o([u]);
|
|
1507
|
+
}, [T, s, o, i]), $ = T.map((m, h) => ({ card: m, cardIndex: h })).filter(({ cardIndex: m }) => N.has(m));
|
|
1508
|
+
return n("div", { className: "conversational-ui ul-conversational-ui", "data-testid": "ui-container", children: [!d && n(Ct, {}), n("div", { className: "chat-container", children: n("div", { className: "chat-messages", children: $.map(({ card: m, cardIndex: h }) => n(yt, { avatars: p, card: m, cardIndex: h, cardResponses: r, currentQuestionBubbleRef: b, handleCardResponse: H, index: s, questionThinkingStates: _, startingQuestionIdx: c }, `question-card-${m.name}`)) }) }), d && n("div", { className: "long-form-question-footer-container-logo", children: a && n(_n, { forceBrandedLogo: v, marketingUrlLink: y }) })] });
|
|
1509
|
+
};
|
|
1510
|
+
export {
|
|
1511
|
+
jt as default
|
|
1512
|
+
};
|