@sprig-technologies/sprig-bundled 2.39.0 → 2.39.2
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-styles-DHBMIjKf.js +4 -0
- package/dist/conversational-styles-DLzzNPKy.cjs +1 -0
- package/dist/conversational-ui-CGoVUBIb.cjs +658 -0
- package/dist/conversational-ui-NUUXbIMe.js +1484 -0
- package/dist/{getAttributedUrl-CpFKy4tr.js → getAttributedUrl-BS0-5a9z.js} +2 -2
- package/dist/{getAttributedUrl-vp624K19.cjs → getAttributedUrl-xE0Lc5zD.cjs} +1 -1
- package/dist/index-B1UOoENH.cjs +1 -0
- package/dist/{index-BwHToX-D.js → index-BYguwSwX.js} +210 -211
- package/dist/{index-CtrI2XYD.cjs → index-Bmc92dqU.cjs} +2 -2
- package/dist/index-DGixyLtf.js +645 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/view-BKkN3Cj6.cjs +1 -0
- package/dist/{view-YQ2Evaey.js → view-o74xU_bQ.js} +45 -42
- package/package.json +1 -1
- package/dist/conversational-styles-DkkPEdxY.cjs +0 -1
- package/dist/conversational-styles-FqFq9n7G.js +0 -4
- package/dist/conversational-ui-3qFBQMMb.cjs +0 -658
- package/dist/conversational-ui-DglmgDHK.js +0 -1513
- package/dist/index-CT-LOL3r.cjs +0 -1
- package/dist/index-UQ7R8kNb.js +0 -645
- package/dist/view-B4pC15mF.cjs +0 -1
|
@@ -0,0 +1,1484 @@
|
|
|
1
|
+
import { u as Z, a as e, h as Q, c as O, g as J, b as ue, d as Oe, p as le, F as Ie, e as ve, _ as re, T as Ce, A as kn, f as wn, i as En, j as jn, w as rn } from "./view-o74xU_bQ.js";
|
|
2
|
+
import { v as In, E as Se, h as Ae, A as He, i as on } from "./index-BYguwSwX.js";
|
|
3
|
+
import { B as de, M as se, O as $e, Q as me, a as ce, b as ke, S as _n, L as Ne, u as Tn, H as Ve, g as Sn, P as Dn } from "./getAttributedUrl-BS0-5a9z.js";
|
|
4
|
+
const ge = "https://cdn.sprig.com", I = { document: void 0, videojs: void 0 }, Fe = (n) => n + "-loading-spiner", W = "hidden", Qe = ".m3u8", De = "questionId", Pe = "ul-video-recorder-camera-off-button", Re = "ul-recording-in-session", Pn = [{ type: "link", content: `${ge}/dependencies/videojs-record-4.5.0.min.css` }, { type: "script", content: `${ge}/dependencies/RecordRTC-5.6.2.js` }, { type: "script", content: `${ge}/dependencies/adapter.8.0.0.min.js` }, { type: "script", content: `${ge}/dependencies/videojs-record-4.5.0.min.js` }, { type: "script", content: `${ge}/userleap-web-upchunk-v2.2.2.js` }], sn = [{ type: "link", content: `${ge}/dependencies/video-js-7.18.0.min.css` }, { type: "script", content: `${ge}/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
|
+
` }], an = "-video-player", Ye = "-secondary-video-player", We = "-video-recorder";
|
|
662
|
+
let oe, Ke;
|
|
663
|
+
const pe = async ({ event: n, apiBase: o, headers: t, visitorId: r, envId: i, metadata: s }) => {
|
|
664
|
+
const l = I.document.documentElement;
|
|
665
|
+
if (!r || !i) return;
|
|
666
|
+
const p = { event: `SDK - ${n}`, visitorId: r, environmentId: i, metadata: { ...s || {}, screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: l.clientWidth, clientHeight: l.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", n);
|
|
668
|
+
}, ae = async (n, o, t, r, i, s) => {
|
|
669
|
+
pe({ event: `Video Error ${o}`, apiBase: t, headers: r, visitorId: i, envId: s, metadata: { errorMessage: n.message } });
|
|
670
|
+
const l = I.document.documentElement, p = { screenWidth: window.screen.width, screenHeight: window.screen.height, clientWidth: l.clientWidth, clientHeight: l.clientHeight, location: window.location.href, language: navigator.language }, a = { action: o, err: { message: n.message, stack: n.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", n);
|
|
672
|
+
}, ln = (n, o) => {
|
|
673
|
+
if (n.length === 0) return o && o();
|
|
674
|
+
Promise.all(n.reduce((t, r) => (t.push(((i, { type: s, content: l }) => new Promise(function(p, a) {
|
|
675
|
+
let c;
|
|
676
|
+
s === "script" ? (c = I.document.createElement("script"), c.src = l) : s === "link" ? (c = I.document.createElement("link"), c.rel = "stylesheet", c.href = l, c.type = "text/css") : (c = I.document.createElement("style"), c.innerHTML = l), c.onload = function() {
|
|
677
|
+
p(l);
|
|
678
|
+
}, c.onerror = function() {
|
|
679
|
+
a(l);
|
|
680
|
+
}, c.async = !1, c.id = btoa(l), i.appendChild(c);
|
|
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
|
+
}, Je = (n, o, t) => {
|
|
687
|
+
if (o === "start" && (n.style.visibility = "visible"), o === "none") n.style.visibility = W;
|
|
688
|
+
else if (o === "success") n.style.visibility = W, n.innerHTML = "Upload succeeded!";
|
|
689
|
+
else {
|
|
690
|
+
const r = Math.round(parseFloat(t));
|
|
691
|
+
n.innerHTML = `Uploading <span class="ul-upload-progress-label__time">${r}%</span>`, n.style.background = `linear-gradient(to right, #E0E0EB 0%, #E0E0EB ${r}%, #FCFCFD ${r}%, #FCFCFD 100%)`;
|
|
692
|
+
}
|
|
693
|
+
}, Le = (n, o) => {
|
|
694
|
+
const t = I.videojs(n.id());
|
|
695
|
+
return t == null ? void 0 : t.payload[o];
|
|
696
|
+
}, dn = (n, o) => {
|
|
697
|
+
const t = new (I.videojs.getComponent("Component"))(n);
|
|
698
|
+
return t.addClass("ul-buttons-panel"), o.map((r) => {
|
|
699
|
+
t.addChild(r);
|
|
700
|
+
}), Rn(t), t;
|
|
701
|
+
}, Rn = (n) => {
|
|
702
|
+
n.children().forEach((o) => {
|
|
703
|
+
if (te[o.name_]) {
|
|
704
|
+
const t = we(te[o.name_], `ul-${te[o.name_]}`);
|
|
705
|
+
o.el_.appendChild(t);
|
|
706
|
+
}
|
|
707
|
+
});
|
|
708
|
+
}, we = (n, o = "") => {
|
|
709
|
+
const t = I.document.createElement("span");
|
|
710
|
+
return t.className = "ul-button-text", t.innerHTML = n, t.id = o, t;
|
|
711
|
+
}, cn = (n, o, t, r, i = !1, s) => {
|
|
712
|
+
n.addClass("ul-video-player");
|
|
713
|
+
const l = new (I.videojs.getComponent("Component"))(n);
|
|
714
|
+
l.addClass("ul-control-panel"), n.progressBar = l.addChild("ProgressControl"), t && n.src(t), n.audioPlayerPlaceholder = new (I.videojs.getComponent("Component"))(n), n.audioPlayerPlaceholder.addClass("ul-audio-recorder-placeholder");
|
|
715
|
+
const p = t && t.src ? Bn(t.src) : null;
|
|
716
|
+
!t || !i && p ? (n.audioPlayerPlaceholder.hide(), I.document.getElementById(`${n.id()}_html5_api`).style.height = "100%", p && n.poster(p)) : (n.children()[0].classList.add("vjs-hidden"), I.document.getElementById(`${n.id()}_html5_api`).style.height = "0px"), n.on("play", () => {
|
|
717
|
+
i || !t || p || Nn(n), s == null || s.play();
|
|
718
|
+
}), n.on("pause", () => {
|
|
719
|
+
s == null || s.pause();
|
|
720
|
+
}), n.on("seeked", () => {
|
|
721
|
+
s == null || s.currentTime(n.currentTime());
|
|
722
|
+
}), n.on("ratechange", () => {
|
|
723
|
+
s == null || s.playbackRate(n.playbackRate());
|
|
724
|
+
}), n.addChild(n.audioPlayerPlaceholder, {}, 1), l.addChild(o), n.addChild(l), r && r(n);
|
|
725
|
+
}, Ln = (n, o, t, r, i, s, l, p = !1) => {
|
|
726
|
+
Ke = Date.now();
|
|
727
|
+
const a = Ee(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: c, questionId: h, responseGroupUid: d, visitorId: g, envId: k } = t;
|
|
731
|
+
let C;
|
|
732
|
+
const m = (u) => {
|
|
733
|
+
const v = Pe, f = Pe + "-audio-only";
|
|
734
|
+
Je(a.uploadProgressLabel, "none"), oe && oe.startTime >= Ke && oe.abort();
|
|
735
|
+
const R = I.document.getElementById("ul-camera-button");
|
|
736
|
+
u ? (a.children()[0].classList.add("vjs-hidden"), x.removeClass(v), x.addClass(f), R.innerHTML = te.TurnOnCamera, a.audioPlayerPlaceholder.removeClass("vjs-hidden"), C == null || C.getTracks().forEach((D) => {
|
|
737
|
+
D.stop();
|
|
738
|
+
}), window.navigator.mediaDevices.getUserMedia({ video: !0, audio: !0 }).then((D) => {
|
|
739
|
+
C = D, D.getVideoTracks().forEach((B) => {
|
|
740
|
+
B.enabled = !1;
|
|
741
|
+
}), a.record().onDeviceReady(D);
|
|
742
|
+
}).catch(a.record().onDeviceError.bind(a.record()))) : (C == null || C.getVideoTracks().forEach((D) => {
|
|
743
|
+
D.enabled = !0;
|
|
744
|
+
}), a.children()[0].classList.remove("vjs-hidden"), a.record().getDevice(), x.removeClass(f), x.addClass(v), R.innerHTML = te.TurnOffCamera, a.audioPlayerPlaceholder.addClass("vjs-hidden"));
|
|
745
|
+
}, y = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
746
|
+
y.hasClass(W) || (pe({ event: "Video Delete Button Clicked", apiBase: r, headers: l, visitorId: g, envId: k, metadata: { questionId: h, responseGroupUid: d, surveyId: c } }), m(a.cameraOff), i(L.DELETE, {}), x.removeClass(W), y.addClass(W));
|
|
747
|
+
} });
|
|
748
|
+
y.addClass("ul-video-recorder-delete-button"), y.el_.appendChild(we(te.DeleteButton, "ul-delete-button"));
|
|
749
|
+
const T = I.document.getElementById(o), b = () => {
|
|
750
|
+
T.classList.contains("vjs-fullscreen") && a.cameraOff ? T.style.display = "table" : T.style.display = "flex";
|
|
751
|
+
};
|
|
752
|
+
b();
|
|
753
|
+
const x = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
754
|
+
a.record().isRecording() || (a.cameraOff = !a.cameraOff, pe({ event: "Video Camera Button Clicked", apiBase: r, headers: l, visitorId: t.visitorId, envId: t.envId, metadata: { questionId: h, responseGroupUid: d, surveyId: c, cameraOff: a.cameraOff } }), m(a.cameraOff), !y.hasClass(W) && y.addClass(W), i(L.DELETE, {}), b());
|
|
755
|
+
} });
|
|
756
|
+
x.addClass(Pe), x.el_.appendChild(we(te.TurnOffCamera, "ul-camera-button"));
|
|
757
|
+
const j = new (I.videojs.getComponent("Button"))(a, { clickHandler: () => {
|
|
758
|
+
const u = I.document.getElementById("ul-recorder-toggle");
|
|
759
|
+
if (a.record().isRecording()) a.record().stop(), u && (u.innerHTML = te.RecordButton), j.removeClass(Re), y.removeClass(W);
|
|
760
|
+
else {
|
|
761
|
+
const v = I.document.getElementById("ul-recording-countdown-screen");
|
|
762
|
+
if (v) v.remove(), u && (u.innerHTML = te.RecordButton), m(a.cameraOff), i(L.DELETE, {}), x.removeClass(W), y.addClass(W), j.removeClass(Re), M.show();
|
|
763
|
+
else {
|
|
764
|
+
j.addClass(Re), M.hide(), x.addClass(W), y.addClass(W), u && (u.innerHTML = te.StopButton);
|
|
765
|
+
const f = I.document.createElement("div");
|
|
766
|
+
f.id = "ul-recording-countdown-screen", T.insertBefore(f, T.children[1]), f.style.height = `${T.offsetHeight}px`, un(a, 3);
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
} });
|
|
770
|
+
j.addClass("ul-video-recorder-toggle-button"), j.el_.appendChild(we(te.RecordButton, "ul-recorder-toggle"));
|
|
771
|
+
const w = I.document.createElement("p");
|
|
772
|
+
w.style.visibility = "hidden", w.className = "ul-upload-progress-label", n.appendChild(w), a.uploadProgressLabel = w;
|
|
773
|
+
const N = dn(a, [y, x, "PlayToggle", j, "FullscreenToggle"]), M = N.children().find((u) => u.name_ === "FullscreenToggle");
|
|
774
|
+
M.hasClass("vjs-disabled") && M.hide();
|
|
775
|
+
const E = N.children().find((u) => u.name_ === "PlayToggle");
|
|
776
|
+
E.hide(), y.addClass(W), cn(a, N, s, !1, p), a.on("stopRecord", () => {
|
|
777
|
+
j.hide(), E.show(), M.show(), y.removeClass(W);
|
|
778
|
+
}), a.on("deviceReady", () => {
|
|
779
|
+
j.show(), E.hide(), y.addClass(W);
|
|
780
|
+
}), ((u, v, f, R, D) => {
|
|
781
|
+
const { surveyId: B, responseGroupUid: H, visitorId: A, envId: $ } = u.payload;
|
|
782
|
+
u.on("deviceError", function() {
|
|
783
|
+
console.warn("device error: ", u.deviceErrorCode), u.deviceErrorCode.message === "Permission denied" ? (u.deviceButton.addClass("permission-denied"), f && f(L.ERROR, { type: L.PERMISSION_DENIED }), pe({ event: "Video Permission Denied", apiBase: v, headers: D, visitorId: A, envId: $, metadata: { questionId: Le(u, De), responseGroupUid: H, surveyId: B } })) : (f && f(L.ERROR, { type: L.OTHER }), ae(new Error(u.deviceErrorCode.message), "recorderDeviceError", v, D, A, $));
|
|
784
|
+
}), u.on("error", function(Y, z) {
|
|
785
|
+
ae(z || u.error(), "recorderError", v, D, A, $);
|
|
786
|
+
}), u.on("startRecord", function(Y, z) {
|
|
787
|
+
R(u.uploadProgressLabel, "none"), pe({ event: "Video Record Start", apiBase: v, headers: D, visitorId: A, envId: $, metadata: { questionId: Le(u, De), responseGroupUid: H, surveyId: B } });
|
|
788
|
+
}), u.on("finishRecord", async function() {
|
|
789
|
+
R(u.uploadProgressLabel, "start", 0);
|
|
790
|
+
const Y = Le(u, De);
|
|
791
|
+
if (!B) {
|
|
792
|
+
const X = "internal error: missing fields in payload";
|
|
793
|
+
return f && f(L.ERROR, { type: L.OTHER }), ae(new Error(X), "finishRecord", v, D, A, $), null;
|
|
794
|
+
}
|
|
795
|
+
u.record().stopDevice();
|
|
796
|
+
const z = u.cameraOff ? L.MEDIA_TYPE_AUDIO : L.MEDIA_TYPE_VIDEO, K = In();
|
|
797
|
+
pe({ event: "Video Record Finish", apiBase: v, headers: D, visitorId: A, envId: $, metadata: { mediaRecordingUid: K, questionId: Y, responseGroupUid: H, surveyId: B, mediaType: z } });
|
|
798
|
+
const ee = { surveyId: B, updatedAt: (/* @__PURE__ */ new Date()).toISOString(), mediaType: z, mediaRecordingUid: K };
|
|
799
|
+
Y && (ee.questionId = Y), H && (ee.responseGroupUid = H), A && (ee.visitorId = A);
|
|
800
|
+
const be = await (async () => {
|
|
801
|
+
const X = await fetch(`${v}/2/environments/integrations/upload`, { method: "POST", cache: "no-cache", headers: { "Content-Type": "application/json" }, body: JSON.stringify(ee) });
|
|
802
|
+
if (X.ok) {
|
|
803
|
+
const xe = await X.json();
|
|
804
|
+
return f && f(L.UPLOAD_STARTED, { [L.UPLOAD_ID]: xe.upload.id, [L.MEDIA_TYPE]: z, [L.MEDIA_RECORDING_UID]: K }), xe.upload.url;
|
|
805
|
+
}
|
|
806
|
+
return f && f(L.ERROR, { type: L.OTHER, response: X }), ae(new Error("failed to get upload response with url"), "finishRecord", v, D, A, $), null;
|
|
807
|
+
})();
|
|
808
|
+
be && (oe = I.document.defaultView.UpChunk.createUpload({ endpoint: be, file: new I.document.defaultView.File([u.recordedData], `recording ${z} ${Date.now()}`), chunkSize: 5120 }), oe.startTime = Date.now(), pe({ event: "Video Upload Start", apiBase: v, headers: D, visitorId: A, envId: $, metadata: { mediaRecordingUid: K, questionId: Y, responseGroupUid: H, surveyId: B, mediaType: z, url: be } }), oe.on("error", (X) => {
|
|
809
|
+
R(u.uploadProgressLabel, "none"), f && f(L.UPLOAD_FINISHED, { [L.MEDIA_RECORDING_UID]: K }), ae(X, "finishRecord", v, D, A, $);
|
|
810
|
+
}), oe.on("progress", (X) => {
|
|
811
|
+
f && f(L.UPLOAD_PROGRESS, { [L.MEDIA_RECORDING_UID]: K, [L.UPLOAD_PROGRESS_PCT]: X.detail }), R(u.uploadProgressLabel, "progress", X.detail);
|
|
812
|
+
}), oe.on("success", () => {
|
|
813
|
+
R(u.uploadProgressLabel, "success"), f && f(L.UPLOAD_FINISHED, { [L.MEDIA_RECORDING_UID]: K }), pe({ event: "Video Upload Success", apiBase: v, headers: D, visitorId: A, envId: $, metadata: { mediaRecordingUid: K, questionId: Y, responseGroupUid: H, surveyId: B, mediaType: z, url: be, elapsedMs: oe.startTime && Date.now() - oe.startTime } });
|
|
814
|
+
}));
|
|
815
|
+
});
|
|
816
|
+
})(a, r, i, Je, l);
|
|
817
|
+
const S = [{ name: "microphone" }];
|
|
818
|
+
!a.cameraOff && S.push({ name: "camera" }), Promise.all(S.map((u) => {
|
|
819
|
+
var v;
|
|
820
|
+
return (v = navigator == null ? void 0 : navigator.permissions) == null ? void 0 : v.query(u);
|
|
821
|
+
})).then((u) => {
|
|
822
|
+
u.reduce((v, f) => v & f.state === "granted", !0) && a && (a.deviceButton && a.deviceButton.hide(), a.record().getDevice());
|
|
823
|
+
}).catch((u) => {
|
|
824
|
+
});
|
|
825
|
+
}, un = (n, o = 3) => {
|
|
826
|
+
const t = I.document.getElementById("ul-recording-countdown-screen");
|
|
827
|
+
t && o === 0 ? (t.remove(), n.record().start()) : t && (t.innerHTML = `<span class='ul-countdown-text'>Recording in... ${o}</span>`, setTimeout(() => {
|
|
828
|
+
un(n, o - 1);
|
|
829
|
+
}, 1e3));
|
|
830
|
+
}, pn = (n) => {
|
|
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
|
+
})(n)), o;
|
|
839
|
+
}, Me = (n, o) => {
|
|
840
|
+
const t = I.document.createElement("video");
|
|
841
|
+
t.id = n, 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
|
+
}, Nn = (n, o) => {
|
|
847
|
+
n.children()[0].classList.remove("vjs-hidden"), n.audioPlayerPlaceholder.hide(), I.document.getElementById(`${n.id()}_html5_api`).style.height = "100%";
|
|
848
|
+
}, Ee = (n, o) => I.document.getElementById(n) ? o ? I.videojs(n, o) : I.videojs(n) : (console.error(`Error in finding player element with ID, ${n}`), null), Mn = (n, o, t, r = !1, i = "https://api.sprig.com", s = document, l = null, p = null) => {
|
|
849
|
+
I.document = s;
|
|
850
|
+
const a = n + an, c = pn(a);
|
|
851
|
+
return I.document.addEventListener("securitypolicyviolation", (h) => {
|
|
852
|
+
ae(new Error(`Voice & Video feature violates ${h.violatedDirective} web page CSP policies for the question player.`), "playerDeviceError", i, {});
|
|
853
|
+
}), ln(sn, () => {
|
|
854
|
+
I.document.getElementById(Fe(a)).remove(), Me(a, c);
|
|
855
|
+
const h = { playsinline: !0, playbackRates: [0.5, 1, 1.5, 2], fill: !0 };
|
|
856
|
+
try {
|
|
857
|
+
const d = n + Ye;
|
|
858
|
+
Me(d, c);
|
|
859
|
+
const g = Ee(a, h), k = Ee(d, { muted: !0, ...h });
|
|
860
|
+
if (!g || !k) return;
|
|
861
|
+
((y, T, b) => {
|
|
862
|
+
y.addClass(`ul${Ye}`);
|
|
863
|
+
const x = new (I.videojs.getComponent("Component"))(y);
|
|
864
|
+
T && y.src(T), y.addChild(x), b && b(y);
|
|
865
|
+
})(k, l, p), l || k.addClass(W);
|
|
866
|
+
const C = dn(g, ["PlaybackRateMenuButton", "PlayToggle", "FullscreenToggle"]), m = C.children().find((y) => y.name_ === "FullscreenToggle");
|
|
867
|
+
m.hasClass("vjs-disabled") && m.hide(), cn(g, C, o, t, r, k);
|
|
868
|
+
} catch (d) {
|
|
869
|
+
return void ae(new Error(`Error when creating video player object ${d}`), "playerDeviceError", i, {});
|
|
870
|
+
}
|
|
871
|
+
}), c;
|
|
872
|
+
}, Bn = (n) => {
|
|
873
|
+
if (!n) return null;
|
|
874
|
+
const o = n.match(/https:\/\/stream.mux.com\/(.*)/);
|
|
875
|
+
let t = o ? o[1] : null;
|
|
876
|
+
return t.includes(Qe) && (t = t.replace(Qe, "")), t ? `https://image.mux.com/${t}/thumbnail.jpg?time=0` : null;
|
|
877
|
+
}, L = { 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" }, te = { PlaybackRateMenuButton: "Speed", PlayToggle: "Play", FullscreenToggle: "Expand", TurnOnCamera: "Turn on", TurnOffCamera: "Turn off", DeleteButton: "Delete", RecordButton: "Record", StopButton: "Stop", PauseButton: "Pause" }, qn = ({ properties: n, surveyVideoUrl: o, questionId: t }) => {
|
|
878
|
+
const r = `ul-card-video__question_player-q${t}`, { apiURL: i, viewDocument: s } = Z((l) => ({ apiURL: l.apiURL, viewDocument: l.viewDocument }));
|
|
879
|
+
return e("div", { id: r, ref: (l) => {
|
|
880
|
+
if (l && l.children.length === 0 && !n.properties.hideRecordedPrompt) {
|
|
881
|
+
const p = Mn(r, { src: o, type: "application/x-mpegURL" }, void 0, n.properties.mediaType === L.MEDIA_TYPE_AUDIO, i, s);
|
|
882
|
+
l.appendChild(p);
|
|
883
|
+
}
|
|
884
|
+
} });
|
|
885
|
+
}, he = ({ isDisabled: n, onClick: o, children: t }) => e(de, { className: "ul-card__button-checkmark", disabled: n, onClick: o, type: "button", children: [e("svg", { fill: "none", height: "10", viewBox: "0 0 13 10", width: "13", xmlns: "http://www.w3.org/2000/svg", children: e("path", { d: "M11.5 1.5L4.5 8.5L1 5", stroke: "#ffffff", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5" }) }), t || "Ok"] }), Un = ({ className: n, next: o, properties: t, questionId: r, type: i }) => {
|
|
886
|
+
const { useMobileStyling: s, border: l } = Z((E) => ({ useMobileStyling: E.useMobileStyling, border: E.border })), [p, a] = Q(!1), [c, h] = Q(""), [d, g] = Q(!1), k = t == null ? void 0 : t.collectName, C = (t == null ? void 0 : t.nameLabelText) || "Full Name", m = (t == null ? void 0 : t.consentText) || "I agree to the stated conditions", y = (t == null ? void 0 : t.submitButtonText) || "Submit", T = !!c.trim(), b = p && (!k || T), x = (E, S = !1) => {
|
|
887
|
+
E.preventDefault(), E.stopPropagation();
|
|
888
|
+
let u = null;
|
|
889
|
+
if (!S) {
|
|
890
|
+
if (!b) return void g(!0);
|
|
891
|
+
u = { submitted: !0 }, k && (u.name = c);
|
|
892
|
+
}
|
|
893
|
+
o({ value: u, questionId: r, type: i }, !!S || b);
|
|
894
|
+
}, j = (E) => {
|
|
895
|
+
E.preventDefault(), E.stopPropagation(), h(E.currentTarget.value);
|
|
896
|
+
}, w = (E) => {
|
|
897
|
+
E.currentTarget.style.borderColor = d && !T ? Se : l;
|
|
898
|
+
}, N = (E) => {
|
|
899
|
+
E.currentTarget.style.borderColor = d && !T ? Se : Ae;
|
|
900
|
+
}, M = () => e(me, { children: [e("div", { className: "sprig-stretch", children: [e($e, { allowTextEntry: !1, border: l, error: d && !p, id: "consent", isRadio: !1, isSelected: p, label: m, onUserInputChanged: ({ selected: E }) => {
|
|
901
|
+
E !== p && a(!p);
|
|
902
|
+
}, useMobileStyling: s }), k && e("input", { "aria-label": C, "aria-placeholder": C, className: O(J("ul-consent-legal__name-input", s)), "data-gramm": "false", maxLength: 250, name: "name", onBlur: N, onFocus: w, onInput: j, placeholder: C, style: d && !T ? { borderColor: Se } : {}, tabIndex: 0, value: c })] }), e("div", { className: "ul-card__button-wrapper ul-card-vertical__button-wrapper", children: [e(he, { isDisabled: !b, onClick: (E) => x(new SubmitEvent(E.type)), children: ue({ buttonText: y }) }), t.required === !1 && e("button", { className: "ul-card-skip__button", onClick: (E) => x(new SubmitEvent(E.type), !0), children: Oe(t) })] })] });
|
|
903
|
+
return e("div", { className: O(n, "ul-card__consent-legal", "fade-in-transition"), children: e(se, { properties: t, defaultBody: M, embeddedType: "pdf" }) }, r);
|
|
904
|
+
}, On = () => {
|
|
905
|
+
const { destroy: n, forceBrandedLogo: o } = Z((t) => ({ destroy: t.destroy, forceBrandedLogo: t.forceBrandedLogo }));
|
|
906
|
+
return le(() => {
|
|
907
|
+
setTimeout(() => {
|
|
908
|
+
n(He);
|
|
909
|
+
}, o ? 4e3 : 2e3);
|
|
910
|
+
}, [n, o]), e("div", { className: "end-of-survey-text", children: "End of survey" });
|
|
911
|
+
}, An = ({ icon: n, scaleLabelType: o, value: t, selectedValue: r }) => {
|
|
912
|
+
if (o === "smiley" && t === r) {
|
|
913
|
+
let i = 0;
|
|
914
|
+
return n.replace(/black/g, () => ++i == 1 ? "black" : "white");
|
|
915
|
+
}
|
|
916
|
+
return n;
|
|
917
|
+
}, Hn = ({ activeValue: n, border: o, icon: t, isPressed: r, range: i, scaleLabelType: s, selectedValue: l, setSelectedValue: p, setActiveValue: a, setIsPressed: c, useMobileStyling: h, value: d, viewDocument: g }) => {
|
|
918
|
+
const k = `option-${d}`, C = s === "number", m = s === "star", y = s === "smiley", T = C && d === n || d === l, [b, x] = (() => {
|
|
919
|
+
const w = m && l !== null && d <= l;
|
|
920
|
+
return m && d <= n || y && d === n || w || d === n || d === l ? [o, r || w || d === l ? 1 : 0.3] : ["", 1];
|
|
921
|
+
})(), j = Ie(() => {
|
|
922
|
+
const w = { borderColor: T ? b : "", fillOpacity: T ? "" : x, zIndex: T ? 3 : "auto", color: l === d ? "#fff" : "" };
|
|
923
|
+
return C ? { ...w, backgroundColor: l === d ? b : "" } : { ...w, color: m || y || l === d ? b : "" };
|
|
924
|
+
}, [T, b, x, l, d, C, m, y]);
|
|
925
|
+
return e("button", { "aria-label": C ? void 0 : String(d), className: (() => {
|
|
926
|
+
switch (s) {
|
|
927
|
+
case "star":
|
|
928
|
+
return O(J("likert-star", h), J(`likert-star-${d}`, h));
|
|
929
|
+
case "smiley":
|
|
930
|
+
return O(J("likert-smiley", h), J(`likert-smiley-${d}`, h));
|
|
931
|
+
default:
|
|
932
|
+
return d === i ? O(J("likert-number", h), J(`likert-number-${d}`, h), J("likert-last-option", h)) : O(J("likert-number", h), J(`likert-number-${d}`, h));
|
|
933
|
+
}
|
|
934
|
+
})(), dangerouslySetInnerHTML: { __html: An({ icon: t, scaleLabelType: s, value: d, selectedValue: l }) }, id: k, onClick: (w) => {
|
|
935
|
+
w.preventDefault(), w.stopPropagation(), p(d);
|
|
936
|
+
}, onKeyDown: (w) => {
|
|
937
|
+
var E, S;
|
|
938
|
+
const N = g.querySelectorAll(`.likert-${s ?? "number"}`), M = d - 1;
|
|
939
|
+
w.key === "ArrowRight" ? (E = N[M + 1]) == null || E.focus() : w.key === "ArrowLeft" ? (S = N[M - 1]) == null || S.focus() : w.key !== "Enter" && w.key !== " " || (w.preventDefault(), w.stopPropagation(), p(d));
|
|
940
|
+
}, onPointerDown: () => c(!0), onPointerEnter: () => a(d), onPointerLeave: () => {
|
|
941
|
+
a(-1), c(!1);
|
|
942
|
+
}, style: j, tabIndex: 0 });
|
|
943
|
+
}, $n = ({ className: n, labels: o, next: t, properties: r, questionId: i, type: s }) => {
|
|
944
|
+
const { border: l, useMobileStyling: p, viewDocument: a } = Z((E) => ({ border: E.border, useMobileStyling: E.useMobileStyling, viewDocument: E.viewDocument })), [c, h] = Q(-1), [d, g] = Q(!1), [k, C] = Q(null), m = o && o.left, y = o && o.right;
|
|
945
|
+
let T;
|
|
946
|
+
const { range: b, scaleLabelType: x, ratingIcons: j } = r;
|
|
947
|
+
b && (T = Number(b));
|
|
948
|
+
const w = T || 5, N = (E) => {
|
|
949
|
+
var S, u;
|
|
950
|
+
switch (x) {
|
|
951
|
+
case "star":
|
|
952
|
+
return (S = j[0]) == null ? void 0 : S.svg;
|
|
953
|
+
case "smiley":
|
|
954
|
+
return (u = j[E]) == null ? void 0 : u.svg;
|
|
955
|
+
default:
|
|
956
|
+
return String(E + 1);
|
|
957
|
+
}
|
|
958
|
+
}, M = [...Array(w)].map((E, S) => {
|
|
959
|
+
const u = S + 1;
|
|
960
|
+
return e(Hn, { activeValue: c, border: l, icon: N(S), isPressed: d, range: w, scaleLabelType: x, selectedValue: k, setActiveValue: h, setIsPressed: g, setSelectedValue: C, useMobileStyling: p, value: u, viewDocument: a }, S);
|
|
961
|
+
});
|
|
962
|
+
return e("form", { className: O(n, "ul-card--likert", "fade-in-transition"), children: e(se, { properties: r, defaultBody: () => e(ve, { children: [e(ce, { children: [e("div", { "aria-label": `Rating (1 - ${w})`, className: "ul-card--likert__numbers", role: "radiogroup", children: M }), e("div", { className: "ul-card--likert__labels", children: [e("span", { children: m }), e("span", { children: y })] })] }), e(me, { children: e(he, { isDisabled: k === null && r.required, onClick: () => t({ value: k, questionId: i, type: s }, !0), children: ue(r) }) })] }) }) }, i);
|
|
963
|
+
}, Vn = ({ columns: n, onSelect: o, options: t, selectedOptions: r }) => {
|
|
964
|
+
const i = re([]), { border: s, useMobileStyling: l } = Z((g) => ({ border: g.border, useMobileStyling: g.useMobileStyling })), p = t.findIndex((g) => r[g.id] === null), [a, c] = Q(p), h = Ce((g, k) => {
|
|
965
|
+
o(g, k);
|
|
966
|
+
const C = a + 1, m = t[C];
|
|
967
|
+
m && r[m.id] === null && c(C);
|
|
968
|
+
}, [o, t, r, a]), d = Ce((g, k) => {
|
|
969
|
+
const C = a === g;
|
|
970
|
+
return e(kn, { animate: !0, header: k.label, isOpen: C, onClick: () => c(C && !window.UserLeap.isMobileSDK ? -1 : g), ref: (m) => {
|
|
971
|
+
m && (i.current[g] = m);
|
|
972
|
+
}, showHeaderCheck: r[k.id] !== null, children: e("div", { style: { paddingTop: "12px" }, children: n.map((m) => e($e, { allowTextEntry: !1, ariaLabel: `${k.label}-${m.label}`, border: s, error: !1, id: `${k.id}-${m.value}`, isRadio: !0, isSelected: r[k.id] === m.value, label: m.label, onUserInputChanged: () => h(k.id, m.value), useMobileStyling: l }, m.label)) }) }, k.id);
|
|
973
|
+
}, [s, n, a, h, r, l]);
|
|
974
|
+
return e("div", { children: t.map((g, k) => d(k, g)) });
|
|
975
|
+
}, Fn = ({ className: n, next: o, options: t, properties: r, questionId: i, type: s, onSubmitButtonClick: l }) => {
|
|
976
|
+
const p = r.matrixColumn, a = r.required, c = (C) => {
|
|
977
|
+
C.preventDefault(), C.stopPropagation(), o({ value: d, questionId: i, type: s }, !0), l && l();
|
|
978
|
+
}, h = t.reduce((C, m) => (C[m.id] = null, C), {}), [d, g] = Q(h), k = (C, m) => {
|
|
979
|
+
g((y) => ({ ...y, [C]: m }));
|
|
980
|
+
};
|
|
981
|
+
return e("form", { className: O(n, "ul-card__matrix", "fade-in-transition"), id: "text-form", onSubmit: c, children: e(se, { properties: r, defaultBody: () => {
|
|
982
|
+
return e(ve, { children: [e(ce, { children: e(Vn, { columns: p, onSelect: k, options: t, selectedOptions: d }) }), e(me, { children: e(he, { isDisabled: (C = d, a && Object.values(C).every((m) => m == null)), onClick: () => c(new SubmitEvent("submit")), children: ue(r) }) })] });
|
|
983
|
+
var C;
|
|
984
|
+
} }) }, i);
|
|
985
|
+
}, vn = ({ className: n, onSubmit: o, options: t = [], properties: r, questionId: i, type: s, showIndividualSubmit: l = !1, onSubmitButtonClick: p }) => {
|
|
986
|
+
const { border: a, useMobileStyling: c } = Z((v) => ({ border: v.border, useMobileStyling: v.useMobileStyling })), h = t.reduce((v, f) => (v[f.id] = { isSelected: !1 }, v), {}), [d, g] = Q(h), k = s === "multiplechoice", C = r.required, m = t.find((v) => {
|
|
987
|
+
var f;
|
|
988
|
+
return (f = v.optionProperties) == null ? void 0 : f.noneOfTheAbove;
|
|
989
|
+
}), y = (v) => Object.entries(v).some(([f, R]) => {
|
|
990
|
+
var H;
|
|
991
|
+
const D = t.find((A) => `${A.id}` === f), B = R.userText === void 0 || R.userText.trim() === "";
|
|
992
|
+
return ((H = D == null ? void 0 : D.optionProperties) == null ? void 0 : H.allowsTextEntry) && B && R.isSelected;
|
|
993
|
+
}), T = (v) => Object.values(v).filter((f) => f.isSelected).length, b = r.minSelect && r.minSelect > 0 && r.maxSelectMode === ke.Range && T(d) < r.minSelect && (C || T(d) > 0), x = (v) => y(v) || C && !T(v) || !((f) => {
|
|
994
|
+
const { minSelect: R = 0, maxSelect: D = 1 / 0, maxSelectMode: B } = r, H = T(f);
|
|
995
|
+
switch (B) {
|
|
996
|
+
case ke.Maximum:
|
|
997
|
+
return H <= D;
|
|
998
|
+
case ke.Range:
|
|
999
|
+
return H === 0 || H >= R;
|
|
1000
|
+
default:
|
|
1001
|
+
return !0;
|
|
1002
|
+
}
|
|
1003
|
+
})(v), j = Object.entries(d).some(([v, f]) => {
|
|
1004
|
+
var R, D;
|
|
1005
|
+
return f.isSelected && ((D = (R = t.find((B) => `${B.id}` === v)) == null ? void 0 : R.optionProperties) == null ? void 0 : D.allowsTextEntry);
|
|
1006
|
+
}), w = l && (!k || j), N = (v) => {
|
|
1007
|
+
u(v.id, v.selected, v.userText, v.noneOfTheAbove);
|
|
1008
|
+
}, M = (v) => {
|
|
1009
|
+
var f;
|
|
1010
|
+
return (r == null ? void 0 : r.maxSelectMode) !== ke.Unlimited && T(d) === (r == null ? void 0 : r.maxSelect) && !((f = d[v]) != null && f.isSelected);
|
|
1011
|
+
}, E = t.map(({ id: v, label: f, value: R, optionProperties: D }) => {
|
|
1012
|
+
var Y, z;
|
|
1013
|
+
const B = `${v}`, { allowsTextEntry: H, noneOfTheAbove: A } = { allowsTextEntry: !1, noneOfTheAbove: !1, ...D };
|
|
1014
|
+
return e($e, { allowTextEntry: H, border: a, disabled: M(B), error: ($ = d, y($)), id: B, isRadio: k, isSelected: !!((Y = d[B]) != null && Y.isSelected), label: f, noneOfTheAbove: A, onUserInputChanged: N, promptText: "Please specify", text: (z = d[v]) == null ? void 0 : z.userText, useMobileStyling: c, value: R }, B);
|
|
1015
|
+
var $;
|
|
1016
|
+
}), S = () => {
|
|
1017
|
+
o(d, !0), p && p();
|
|
1018
|
+
}, u = (v, f, R, D) => {
|
|
1019
|
+
const B = Object.assign({}, d);
|
|
1020
|
+
if ((k || D) && f) for (const H of Object.values(B)) H.isSelected = !1, delete H.userText;
|
|
1021
|
+
else m && !D && d[m.id].isSelected && (B[m.id].isSelected = !1);
|
|
1022
|
+
B[v] = { isSelected: f, userText: R }, g(B);
|
|
1023
|
+
};
|
|
1024
|
+
return e("form", { className: O(n, "ul-card--multiple", "fade-in-transition"), id: "text-form", onSubmit: S, children: e(se, { properties: r, defaultBody: () => e(ve, { children: [e(ce, { children: [r.isDropdown ? e(_n, { disabledOptions: t.filter((v) => M(v.id)), dropdownFooter: b ? e("div", { className: "ul-card__min-select-counter", style: { marginLeft: "16px" }, children: [T(d), "/", r.minSelect] }) : void 0, isMultiSelect: !k, multiselectText: r.dropdownMultiselectedText ?? "choices selected", onChange: (v) => {
|
|
1025
|
+
const f = { ...d };
|
|
1026
|
+
for (const R of t) v.includes(R) ? f[R.id].isSelected = !0 : f[R.id].isSelected = !1;
|
|
1027
|
+
g(f);
|
|
1028
|
+
}, options: t, placeholderText: r.dropdownPlaceholderText ?? (k ? "Select choice" : "Select choice(s)"), value: t.filter((v) => d[v.id].isSelected) }) : e("div", { className: O(J("ul-card__choices", c)), role: k ? "radiogroup" : "group", children: [E, !!b && e("div", { className: "ul-card__min-select-counter", children: [T(d), "/", r.minSelect] })] }), w && e(Ne, { handleSubmit: S, isSubmitDisabled: x(d) })] }), e(me, { children: e(he, { isDisabled: x(d), onClick: S, children: ue(r) }) })] }) }) }, i);
|
|
1029
|
+
}, zn = (n) => {
|
|
1030
|
+
const { questionId: o, type: t, next: r, options: i } = n;
|
|
1031
|
+
return e(vn, { ...n, onSubmit: (s, l) => {
|
|
1032
|
+
const p = Object.entries(s).find(([, g]) => g.isSelected) || [void 0, void 0], [a, c] = p, h = i.find((g) => `${g.id}` === a), d = c != null && c.userText ? { [a]: { userText: c.userText } } : null;
|
|
1033
|
+
r({ value: h && a ? { [a]: h.value } : {}, secondaryValue: d, questionId: o, type: t }, l);
|
|
1034
|
+
} });
|
|
1035
|
+
}, Gn = (n) => {
|
|
1036
|
+
const { questionId: o, type: t, next: r } = n;
|
|
1037
|
+
return e(vn, { ...n, onSubmit: (i, s) => {
|
|
1038
|
+
const l = Object.entries(i).reduce((a, [c, h]) => (a[c] = h.isSelected, a), {}), p = Object.entries(i).reduce((a, [c, h]) => {
|
|
1039
|
+
if (!h.userText) return a;
|
|
1040
|
+
const d = a || {};
|
|
1041
|
+
return d[c] = { userText: h.userText }, d;
|
|
1042
|
+
}, null);
|
|
1043
|
+
r({ value: l, secondaryValue: p, questionId: o, type: t }, s);
|
|
1044
|
+
} });
|
|
1045
|
+
}, Zn = ({ className: n, labels: o, properties: t, next: r, questionId: i, type: s }) => {
|
|
1046
|
+
const [l, p] = Q(null), { border: a, useMobileStyling: c, viewDocument: h } = Z((C) => ({ border: C.border, useMobileStyling: C.useMobileStyling, viewDocument: C.viewDocument })), d = o && o.left, g = o && o.right, k = [...Array(11)].map((C, m) => e("button", { className: O(J("nps-number", c), J(`nps-number-${m}`, c)), id: `option-${m}`, onClick: (y) => {
|
|
1047
|
+
y.preventDefault(), y.stopPropagation(), p(m);
|
|
1048
|
+
}, onKeyDown: (y) => {
|
|
1049
|
+
var b, x;
|
|
1050
|
+
const T = h.querySelectorAll("button.nps-number");
|
|
1051
|
+
y.key === "ArrowRight" ? (b = T[m + 1]) == null || b.focus() : y.key === "ArrowLeft" ? (x = T[m - 1]) == null || x.focus() : y.key !== "Enter" && y.key !== " " || (y.preventDefault(), y.stopPropagation(), p(m));
|
|
1052
|
+
}, onPointerDown: (y) => {
|
|
1053
|
+
y.currentTarget.style.zIndex = "2", y.currentTarget.style.borderColor = a;
|
|
1054
|
+
}, onPointerLeave: (y) => {
|
|
1055
|
+
y.currentTarget.style.zIndex = "auto", y.currentTarget.style.borderColor = Ae;
|
|
1056
|
+
}, style: l === m ? { backgroundColor: a, color: "#fff" } : void 0, tabIndex: 0, children: m }, m));
|
|
1057
|
+
return e("form", { className: O(n, "ul-card--nps", "fade-in-transition"), children: e(se, { properties: t, defaultBody: () => e(ve, { children: [e(ce, { children: [e("div", { className: "ul-card--nps__numbers", children: k }), e("div", { className: "ul-card--nps__labels", children: [e("span", { children: d }), e("span", { children: g })] })] }), e(me, { children: e(he, { isDisabled: l === null && t.required, onClick: () => r({ value: l, questionId: i, type: s }, !0), children: ue(t) }) })] }) }) }, i);
|
|
1058
|
+
}, Qn = ({ className: n, next: o, properties: t, questionId: r, type: i, onSubmitButtonClick: s }) => {
|
|
1059
|
+
const { border: l, useMobileStyling: p, update: a } = Z((j) => ({ border: j.border, useMobileStyling: j.useMobileStyling, update: j.update })), [c, h] = Q(""), d = re(null), g = c.trim(), k = t.required === !0 && !g, C = Tn(d, () => a()), m = (j) => {
|
|
1060
|
+
const { value: w } = j.currentTarget;
|
|
1061
|
+
C(), j.preventDefault(), j.stopPropagation(), h(w);
|
|
1062
|
+
}, y = (j) => {
|
|
1063
|
+
j.preventDefault(), j.stopPropagation();
|
|
1064
|
+
const w = t.required !== !0 || g.length > 0;
|
|
1065
|
+
o({ value: c, questionId: r, type: i }, w), s && s();
|
|
1066
|
+
}, T = t && t.openTextPlaceholder ? t.openTextPlaceholder : "", b = (j) => {
|
|
1067
|
+
j.currentTarget.style.borderColor = l;
|
|
1068
|
+
}, x = (j) => {
|
|
1069
|
+
j.currentTarget.style.borderColor = Ae;
|
|
1070
|
+
};
|
|
1071
|
+
return e("form", { className: O(n, "ul-card-text", "fade-in-transition"), id: "text-form", children: e(se, { defaultBody: () => e("div", { className: "ul-card-text", children: [e(ce, { children: [e("div", { className: "ul-card-text__container", children: e("textarea", { "aria-describedby": "ul-caption", "aria-labelledby": "ul-question", "aria-multiline": "true", "aria-placeholder": T, className: O(J("ul-card-text__input", p)), "data-gramm": "false", maxLength: 5e3, name: "text", onBlur: x, onChange: m, onFocus: b, placeholder: T, ref: d, role: "textbox", tabIndex: 0 }) }), t.footerHtml && e("div", { className: "footer", dangerouslySetInnerHTML: { __html: t.footerHtml } })] }), e(me, { children: e(he, { isDisabled: k, onClick: y, children: ue(t) }) })] }), properties: t }) }, r);
|
|
1072
|
+
}, Yn = ({ className: n, labels: o, next: t, properties: r, questionId: i, type: s, onSubmitButtonClick: l, options: p, showIndividualSubmit: a = !1 }) => {
|
|
1073
|
+
const c = re(null), h = re(0), d = re(0), g = re(null), k = re(!1), C = re([]), [m, y] = Q(() => (r == null ? void 0 : r.required) === !0), [T, b] = Q(() => p.map((_) => ({ ..._, rank: null }))), x = Ie(() => Array.from({ length: p.length }, (_, q) => q + 1), [p.length]), { useMobileStyling: j, isPreview: w, headers: N } = Z((_) => ({ useMobileStyling: _.useMobileStyling, isPreview: _.isPreview, headers: _.headers })), M = (N == null ? void 0 : N["userleap-platform"]) === "android", E = j && !w && !M, S = !E && !M, u = (_) => {
|
|
1074
|
+
_.preventDefault(), $(T), l && l();
|
|
1075
|
+
}, v = (_, q) => {
|
|
1076
|
+
b((U) => {
|
|
1077
|
+
const P = parseInt(q), F = U.map((V) => ({ ...V }));
|
|
1078
|
+
F.some((V) => V.rank == null) && F.forEach((V, fe) => V.rank = fe + 1);
|
|
1079
|
+
const ne = F.findIndex((V) => V.id === _);
|
|
1080
|
+
if (ne === -1) return U;
|
|
1081
|
+
const G = F[ne].rank;
|
|
1082
|
+
return P < G ? F.forEach((V) => {
|
|
1083
|
+
V.id !== _ && V.rank >= P && V.rank < G && (V.rank = V.rank + 1);
|
|
1084
|
+
}) : P > G && F.forEach((V) => {
|
|
1085
|
+
V.id !== _ && V.rank > G && V.rank <= P && (V.rank = V.rank - 1);
|
|
1086
|
+
}), F[ne].rank = P, F.sort((V, fe) => V.rank - fe.rank), Y(), F;
|
|
1087
|
+
});
|
|
1088
|
+
}, f = (_, q) => {
|
|
1089
|
+
for (let U = 0; U < C.current.length; U++) {
|
|
1090
|
+
const P = C.current[U];
|
|
1091
|
+
if (!P || P === g.current) continue;
|
|
1092
|
+
const F = P.getBoundingClientRect();
|
|
1093
|
+
if (_ >= F.left && _ <= F.right && q >= F.top && q <= F.bottom) return { element: P, index: U };
|
|
1094
|
+
}
|
|
1095
|
+
return null;
|
|
1096
|
+
}, R = (_) => (q) => {
|
|
1097
|
+
if (!E) return;
|
|
1098
|
+
q.preventDefault(), q.stopPropagation(), k.current = !0, c.current = _;
|
|
1099
|
+
const U = q.touches[0];
|
|
1100
|
+
h.current = U.clientY, d.current = U.clientY;
|
|
1101
|
+
const P = q.currentTarget.closest(".ul-card-rank__option");
|
|
1102
|
+
P && (g.current = P, P.classList.add("is-dragging"));
|
|
1103
|
+
}, D = (_) => {
|
|
1104
|
+
if (!E || !k.current || c.current === null) return;
|
|
1105
|
+
_.preventDefault(), _.stopPropagation();
|
|
1106
|
+
const q = _.touches[0];
|
|
1107
|
+
d.current = q.clientY;
|
|
1108
|
+
const U = d.current - h.current;
|
|
1109
|
+
g.current && (g.current.style.transform = `translateY(${U}px)`, g.current.style.zIndex = "1000"), C.current.forEach((F) => {
|
|
1110
|
+
F && F !== g.current && F.classList.remove("is-drop-target");
|
|
1111
|
+
});
|
|
1112
|
+
const P = f(q.clientX, q.clientY);
|
|
1113
|
+
P && P.element.classList.add("is-drop-target");
|
|
1114
|
+
}, B = (_) => {
|
|
1115
|
+
if (!E || !k.current || c.current === null) return;
|
|
1116
|
+
_.preventDefault(), _.stopPropagation();
|
|
1117
|
+
const q = _.changedTouches[0], U = f(q.clientX, q.clientY);
|
|
1118
|
+
g.current && (g.current.style.transform = "", g.current.style.zIndex = "", g.current.classList.remove("is-dragging")), C.current.forEach((P) => {
|
|
1119
|
+
P && P.classList.remove("is-drop-target");
|
|
1120
|
+
}), U && U.index !== c.current && H(c.current, U.index), c.current = null, g.current = null, k.current = !1;
|
|
1121
|
+
}, H = (_, q) => {
|
|
1122
|
+
b((U) => {
|
|
1123
|
+
const P = U.map((ne) => ({ ...ne })), [F] = P.splice(_, 1);
|
|
1124
|
+
return P.splice(q, 0, F), P.forEach((ne, G) => {
|
|
1125
|
+
ne.rank = G + 1;
|
|
1126
|
+
}), Y(), P;
|
|
1127
|
+
});
|
|
1128
|
+
}, A = (_) => {
|
|
1129
|
+
_.preventDefault(), _.dataTransfer && (_.dataTransfer.dropEffect = "move");
|
|
1130
|
+
}, $ = (_) => {
|
|
1131
|
+
const q = {};
|
|
1132
|
+
_.reduce((U, P) => (U[P.id] = P.rank, U), q), t({ value: q, questionId: i, type: s }, !0);
|
|
1133
|
+
}, Y = () => {
|
|
1134
|
+
y(!1);
|
|
1135
|
+
}, { left: z, right: K } = o, ee = p.length, be = (_) => {
|
|
1136
|
+
_.preventDefault(), _.currentTarget.classList.add("is-drop-target");
|
|
1137
|
+
}, X = (_) => {
|
|
1138
|
+
_.currentTarget.classList.remove("is-drop-target");
|
|
1139
|
+
}, xe = (_) => {
|
|
1140
|
+
c.current = null, _.currentTarget.classList.remove("is-dragging");
|
|
1141
|
+
};
|
|
1142
|
+
return e("form", { className: O(n, "ul-card-rank", "fade-in-transition"), onSubmit: u, children: e(se, { properties: r, defaultBody: () => e(ve, M ? { children: e(ce, { children: [e("div", { className: "ul-card--rank__question-inner-container", children: [e("div", { className: "ul-card-rank__labels", children: e("span", { children: ["1 - ", z] }) }), e("ol", { className: "ul-card-rank__list", children: T.map(({ id: _, label: q, rank: U }) => e("li", { className: "ul-card-rank__option", children: [e("select", { "aria-label": `Rank for ${q}`, className: O("ul-card-rank__select", U == null && "ul-card-rank__select--placeholder"), name: `rank[${_}]`, onChange: (P) => v(_, P.currentTarget.value), value: U ?? "", children: [U == null && e("option", { className: "ul-card-rank__select-option", disabled: !0, value: "", children: "-" }), x.map((P) => e("option", { className: "ul-card-rank__select-option", value: P, children: P }, `${P}-${i}`))] }), e("span", { children: q })] }, _)) }), e("div", { className: "ul-card-rank__labels", children: e("span", { children: [ee, " - ", K] }) })] }), a && e(Ne, { handleSubmit: u, isSubmitDisabled: m })] }) } : { children: [e(ce, { children: [e("div", { className: "ul-card--rank__question-inner-container", children: [e("div", { className: "ul-card-rank__labels", children: e("span", { children: ["1 - ", z] }) }), e("ol", { className: "ul-card-rank__list", onDragOver: M ? void 0 : A, children: T.map(({ id: _, label: q, rank: U }, P) => {
|
|
1143
|
+
return e("li", { className: "ul-card-rank__option", draggable: !!S || void 0, onDragEnd: S ? xe : void 0, onDragEnter: S ? be : void 0, onDragLeave: S ? X : void 0, onDragStart: S ? (ne = P, (G) => {
|
|
1144
|
+
c.current = ne, G.dataTransfer && (G.dataTransfer.effectAllowed = "move", G.dataTransfer.setData("text/plain", String(ne)), G.currentTarget.classList.add("is-dragging"));
|
|
1145
|
+
}) : void 0, onDrop: S ? (F = P, (G) => {
|
|
1146
|
+
var fe, Ze;
|
|
1147
|
+
G.preventDefault(), G.currentTarget.classList.remove("is-drop-target");
|
|
1148
|
+
const V = c.current;
|
|
1149
|
+
c.current = null, (Ze = (fe = G.currentTarget.closest(".ul-card-rank__list")) == null ? void 0 : fe.querySelector(".is-dragging")) == null || Ze.classList.remove("is-dragging"), V != null && V !== F && H(V, F);
|
|
1150
|
+
}) : void 0, ref: (G) => C.current[P] = G, children: [e("select", { "aria-label": `Rank for ${q}`, className: O("ul-card-rank__select", U == null && "ul-card-rank__select--placeholder"), name: `rank[${_}]`, onChange: (G) => v(_, G.currentTarget.value), value: U ?? "", children: [U == null && e("option", { className: "ul-card-rank__select-option", disabled: !0, value: "", children: "-" }), x.map((G) => e("option", { className: "ul-card-rank__select-option", value: G, children: G }, G))] }), e("span", { children: q }), !M && e("button", { "aria-label": `Drag ${q} to reorder`, className: "ul-card-rank__drag-btn", onTouchEnd: E ? B : void 0, onTouchMove: E ? D : void 0, onTouchStart: E ? R(P) : void 0, title: "Drag to reorder", type: "button", children: e("svg", { fill: "none", height: "17", viewBox: "0 0 16 17", width: "16", xmlns: "http://www.w3.org/2000/svg", children: e("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" }) }) })] }, _);
|
|
1151
|
+
var F, ne;
|
|
1152
|
+
}) }), e("div", { className: "ul-card-rank__labels", children: e("span", { children: [ee, " - ", K] }) })] }), a && e(Ne, { handleSubmit: u, isSubmitDisabled: m })] }), e(me, { children: e("div", { className: "ul-card__button-wrapper", children: e(de, { disabled: m, children: ue(r) }) }) })] }) }) }, i);
|
|
1153
|
+
}, Be = 1, mn = 2, gn = 3, je = (n) => n.type === "av_permission", Xe = (n) => n.type === "screen_permission", hn = (n, o) => n === void 0 ? Be : n ? ((t, r) => !(je(r) ? r.permissionDescriptors : []).includes("camera") || t.getVideoTracks().length > 0)(n, o) ? gn : Be : mn, en = { avStream: null, currentPage: null, mediaRecordingUids: null, nextQuestion: () => {
|
|
1154
|
+
}, passthroughData: void 0, recordingMediaTypes: void 0, screenPermissionRequested: !1, type: void 0 }, ie = wn((n) => ({ ...en, reset: () => {
|
|
1155
|
+
n(en);
|
|
1156
|
+
}, updatePage: (o) => {
|
|
1157
|
+
n(o);
|
|
1158
|
+
} }));
|
|
1159
|
+
function qe({ currentPage: n, pages: o }) {
|
|
1160
|
+
const { avStream: t, recordingMediaTypes: r, updatePage: i } = ie.getState(), { recorderEventEmitter: s } = Z.getState();
|
|
1161
|
+
s.emit("av.permission", { "permission.descriptors": n.permissionDescriptors, "stream.ready": (l, p) => {
|
|
1162
|
+
if (t === l) return;
|
|
1163
|
+
let a = n;
|
|
1164
|
+
if (l && !n.permissionDescriptors.includes("camera")) {
|
|
1165
|
+
const c = o.indexOf(n), h = p != null && p.active ? c + 2 : c + 1;
|
|
1166
|
+
p != null && p.active && r && s.emit("begin.recording", { "recording.media.types": r, "start.recording.callback": (d) => i({ mediaRecordingUids: d }) }), a = o[h];
|
|
1167
|
+
}
|
|
1168
|
+
i({ currentPage: a, avStream: l });
|
|
1169
|
+
} });
|
|
1170
|
+
}
|
|
1171
|
+
function Ue({ status: n }) {
|
|
1172
|
+
const { nextQuestion: o, passthroughData: t, mediaRecordingUids: r, reset: i } = ie.getState(), { recorderEventEmitter: s, handleUploadUpdate: l, index: p } = Z.getState(), a = { value: { taskStatus: n }, type: "recordedtask", questionId: (t == null ? void 0 : t.questionId) || 1 };
|
|
1173
|
+
t && s.emit("finish.task", { "begin.callback": (c) => {
|
|
1174
|
+
l({ mediaRecordingUid: c, isSubmitted: !0, progressPct: 0, isComplete: !1 });
|
|
1175
|
+
}, "progress.callback": (c, h) => {
|
|
1176
|
+
l({ mediaRecordingUid: c, progressPct: h.detail, isSubmitted: !1, isComplete: !1 });
|
|
1177
|
+
}, "upload.callback": (c) => {
|
|
1178
|
+
c && l({ mediaRecordingUid: c, isComplete: !0, isSubmitted: !0, progressPct: 100 });
|
|
1179
|
+
}, "passthrough.data": t, "current.index": p, "task.response": a, "task.complete.callback": (c) => {
|
|
1180
|
+
a.value.taskDurationMillisecond = c, r && (a.value.mediaRecordingUids = r), i(), o(a);
|
|
1181
|
+
} });
|
|
1182
|
+
}
|
|
1183
|
+
function ze({ pages: n, setIsRequestingPermission: o }) {
|
|
1184
|
+
const { recorderEventEmitter: t, eventEmitFn: r } = Z.getState(), { updatePage: i, currentPage: s, recordingMediaTypes: l, screenPermissionRequested: p } = ie.getState();
|
|
1185
|
+
if (!s) return;
|
|
1186
|
+
const a = n.indexOf(s);
|
|
1187
|
+
switch (s.type) {
|
|
1188
|
+
case "av_permission": {
|
|
1189
|
+
const c = p ? a + 2 : a + 1;
|
|
1190
|
+
return p && l && t.emit("begin.recording", { "recording.media.types": l, "start.recording.callback": (h) => {
|
|
1191
|
+
i({ mediaRecordingUids: h });
|
|
1192
|
+
} }), void i({ currentPage: n[c] });
|
|
1193
|
+
}
|
|
1194
|
+
case "screen_permission":
|
|
1195
|
+
return void t.emit("screen.permission", { "screen.permission.requested": o, "stream.ready.callback": (c, h) => {
|
|
1196
|
+
const d = h ? n[a + 1] : s;
|
|
1197
|
+
h && l && t.emit("begin.recording", { "recording.media.types": l, "start.recording.callback": (g) => {
|
|
1198
|
+
i({ captureStream: h, mediaRecordingUids: g });
|
|
1199
|
+
} }), i({ currentPage: d, screenPermissionRequested: !0, captureStream: h });
|
|
1200
|
+
} });
|
|
1201
|
+
case "start_task":
|
|
1202
|
+
return r("recorded.task.start"), t.emit("recorded.task.start"), t.emit("start.task"), void i({ currentPage: n[a + 1], screenPermissionRequested: !0 });
|
|
1203
|
+
case "complete_task":
|
|
1204
|
+
return;
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
const bn = "ul-permission-graphics-container", fn = "ul-permission-body", yn = O(bn, "ul_recorded-task-inset-spacing"), _e = O("ul-horizontal-button-container", "ul-horizontal-button-container-left"), Cn = ({ richTextBody: n }) => e("div", { className: "ul-rich-text-body", dangerouslySetInnerHTML: { __html: n }, id: "ul-task-detail-container" }), Te = ({ required: n, skipButtonText: o, bottom: t = !1 }) => n ? null : e(de, { className: O(t && "ul-skip-button-below", "ul-button-inactive"), onClick: Ue.bind(null, { status: "abandoned" }), children: o || "Skip" }), Ge = (n) => {
|
|
1208
|
+
const { avStream: o, captureStream: t, recordingMediaTypes: r, updatePage: i } = ie.getState(), s = (r == null ? void 0 : r.includes("audio")) || (r == null ? void 0 : r.includes("video"));
|
|
1209
|
+
le(() => {
|
|
1210
|
+
const l = setInterval(() => {
|
|
1211
|
+
s && o && !o.active ? i({ avStream: null, currentPage: n[0] }) : t && t.active || i({ captureStream: void 0, currentPage: n[s ? 1 : 0] });
|
|
1212
|
+
}, 1e3);
|
|
1213
|
+
return () => clearInterval(l);
|
|
1214
|
+
}, [o, t, s, n, r, i]);
|
|
1215
|
+
}, Wn = ({ content: n, pages: o, required: t }) => {
|
|
1216
|
+
const { buttonText: r, skipButtonText: i, taskDetail: s } = n;
|
|
1217
|
+
return Ge(o), e("div", { className: "ul-task-page", children: [s && e(Cn, { richTextBody: s }), e("div", { className: _e, children: [e(de, { onClick: ze.bind(null, { pages: o }), children: r }), e(Te, { required: t, skipButtonText: i })] })] }, "start-task");
|
|
1218
|
+
}, Kn = ({ content: n, pages: o, properties: t }) => {
|
|
1219
|
+
const { buttonText: r, skipButtonText: i } = n;
|
|
1220
|
+
Ge(o);
|
|
1221
|
+
const s = e(se, { properties: t, defaultBody: () => e("div", { className: _e, children: [e(de, { className: "ul-complete-task-button", onClick: Ue.bind(null, { status: "completed" }), children: r }), e(de, { className: O("ul-button-inactive"), onClick: Ue.bind(null, { status: "given.up" }), children: i })] }) });
|
|
1222
|
+
return e("div", { className: "ul-task-page", children: [n.taskDetail && e(Cn, { richTextBody: n.taskDetail }), s] }, "complete-task");
|
|
1223
|
+
}, Jn = ({ content: n, pages: o, required: t }) => {
|
|
1224
|
+
const { buttonText: r, skipButtonText: i } = n, [s] = Z((a) => [a.tabTitle]), [l, p] = Q(!1);
|
|
1225
|
+
return e("div", { children: [e("div", { className: yn, children: [e("p", { style: { marginTop: "auto" }, children: n.selectTabText }), e("div", { className: "ul-select-tab-container", children: e("p", { className: fn, children: s }) })] }), e("div", { className: t ? "" : _e, children: [e(de, { disabled: l, onClick: ze.bind(null, { pages: o, setIsRequestingPermission: p }), children: r }), e(Te, { required: t, skipButtonText: i })] })] });
|
|
1226
|
+
}, Xn = ({ content: n }) => e("div", { className: O(bn, "ul_permission_svg_container", "ul_recorded-task-inset-spacing", "ul-center-horizontally"), dangerouslySetInnerHTML: { __html: n.svg } }, "ul-permission-request-graphic"), et = ({ content: n, pages: o, required: t }) => {
|
|
1227
|
+
const { permissionDeniedHeadline: r, permissionDeniedBody: i, skipButtonText: s, tryAgainButtonText: l } = n, p = je(o[0]) ? o[0] : null;
|
|
1228
|
+
return le(() => {
|
|
1229
|
+
const a = setInterval(() => {
|
|
1230
|
+
p !== null && qe({ currentPage: p, pages: o });
|
|
1231
|
+
}, 1e3);
|
|
1232
|
+
return () => clearInterval(a);
|
|
1233
|
+
}, [p, o]), p ? e("div", { children: [e("div", { className: yn, children: e("p", { className: "ul-av-permission-denied-paragraph", children: [e("span", { className: "ul-av-permission-denied-headline", children: r }), e("span", { className: fn, children: i })] }) }), e("div", { className: _e, children: [e(de, { onClick: qe.bind(null, { currentPage: p, pages: o }), children: l }), e(Te, { required: t, skipButtonText: s })] })] }) : null;
|
|
1234
|
+
}, nt = ({ stream: n }) => e("video", { autoPlay: !0, className: O("ul_recorded-task-inset-spacing"), id: "ul-record-task-video-preview", muted: !0, ref: (o) => {
|
|
1235
|
+
o && (o.srcObject = n || null);
|
|
1236
|
+
} }), tt = ({ content: n, pages: o, required: t }) => {
|
|
1237
|
+
const { skipButtonText: r } = n, { avStream: i } = ie.getState();
|
|
1238
|
+
return Ge(o), e("div", { children: [e(nt, { stream: i }), e("div", { className: "ul-vertical-button-container-center", children: [e(de, { onClick: ze.bind(null, { pages: o }), children: n.buttonText }), e(Te, { bottom: !0, required: t, skipButtonText: r })] })] });
|
|
1239
|
+
}, rt = ({ properties: n }) => {
|
|
1240
|
+
const { pages: o, required: t } = n, { avStream: r, currentPage: i } = ie.getState();
|
|
1241
|
+
if (i === void 0) return null;
|
|
1242
|
+
switch (i == null ? void 0 : i.type) {
|
|
1243
|
+
case "av_permission": {
|
|
1244
|
+
const s = hn(r, i);
|
|
1245
|
+
return s === Be ? e(Xn, { content: i }) : e(s === mn ? et : tt, { content: i, pages: o, required: t });
|
|
1246
|
+
}
|
|
1247
|
+
case "screen_permission":
|
|
1248
|
+
return e(Jn, { content: i, pages: o, required: t });
|
|
1249
|
+
case "start_task":
|
|
1250
|
+
return e(Wn, { content: i, pages: o, required: t });
|
|
1251
|
+
case "complete_task":
|
|
1252
|
+
return e(Kn, { content: i, pages: o, properties: n });
|
|
1253
|
+
default:
|
|
1254
|
+
return null;
|
|
1255
|
+
}
|
|
1256
|
+
}, ot = ({ className: n, properties: o, next: t, questionId: r }) => {
|
|
1257
|
+
const i = Z(), { surveyId: s, responseGroupUid: l, userId: p } = i, a = ie(), { screenPermissionRequested: c } = a, h = ie((m) => m.avStream);
|
|
1258
|
+
let d = ie((m) => m.currentPage);
|
|
1259
|
+
d || (d = function({ pages: m, userId: y, responseGroupUid: T, surveyId: b, questionId: x, next: j }) {
|
|
1260
|
+
const { updatePage: w } = ie.getState(), { eventEmitFn: N, recorderEventEmitter: M } = Z.getState(), E = { questionId: x, surveyId: b, visitorId: y, responseGroupUid: T };
|
|
1261
|
+
let S = 0;
|
|
1262
|
+
M.emit("recorded.task.permission.screen"), N("recorded.task.permission.screen"), M.emit("permission.status", { "permission.status.callback": (v, f, R, D) => {
|
|
1263
|
+
const B = m[S], { type: H } = B, A = ["screen"];
|
|
1264
|
+
if (je(B)) {
|
|
1265
|
+
const { permissionDescriptors: $ } = B, Y = $ == null ? void 0 : $.includes("microphone"), z = $ == null ? void 0 : $.includes("camera");
|
|
1266
|
+
Y && A.push("audio"), z && A.push("video"), (v != null && v.active && !z || v != null && v.active && f) && S++;
|
|
1267
|
+
}
|
|
1268
|
+
Xe(m[S]) && R && (S++, M.emit("begin.recording", { "recording.media.types": A, "start.recording.callback": ($) => w({ mediaRecordingUids: $ }) })), w({ currentPage: m[S], avStream: v, screenPermissionRequested: R, nextQuestion: j, type: H, passthroughData: E, recordingMediaTypes: A, captureStream: D });
|
|
1269
|
+
} });
|
|
1270
|
+
const u = m[S];
|
|
1271
|
+
return u.type === "av_permission" && qe({ currentPage: u, pages: m }), u;
|
|
1272
|
+
}({ questionId: r, surveyId: s, next: (m) => {
|
|
1273
|
+
t(m, !0);
|
|
1274
|
+
}, pages: o.pages, responseGroupUid: l, userId: p }));
|
|
1275
|
+
let g = d.headline, k = d.captionText;
|
|
1276
|
+
const C = hn(h, d);
|
|
1277
|
+
return Xe(d) && c && (g = d.permissionDeniedHeadline, k = d.permissionDeniedCaptionText), je(d) && C === gn && (g = d.permissionGrantedHeadline, k = d.permissionGrantedCaptionText), e("div", { className: O(n, "ul-center-horizontally", "fade-in-transition"), children: [e(Ve, { message: g, properties: { captionText: k } }), e(ce, { children: e(rt, { properties: o }) })] });
|
|
1278
|
+
}, it = ({ className: n, next: o, properties: t, questionId: r, type: i }) => {
|
|
1279
|
+
const { visitorAttributes: s, isLongFormSurvey: l } = Z((d) => ({ visitorAttributes: d.visitorAttributes, isLongFormSurvey: on(d.studyType) })), p = (d, g = !1) => {
|
|
1280
|
+
o({ value: g ? { skipped: !0 } : void 0, questionId: r, type: i }, !0);
|
|
1281
|
+
}, a = (d) => {
|
|
1282
|
+
d.key !== "Enter" && d.key !== " " || o({ value: void 0, questionId: r, type: i }, !0);
|
|
1283
|
+
}, c = Sn(t && t.buttonUrl, s), h = l && t.promptActionType === Dn.NO_BUTTON ? () => e(ve, {}) : () => e("div", { children: e("div", { className: "ul-card-button-group", children: [e("a", { className: "ul-card-text__button ul-card__text-url-prompt-button", href: c, id: "ul-card-text__button", onClick: p, onKeyPress: a, rel: "noreferrer", role: c ? "link" : "button", tabIndex: 0, target: "_blank", children: ue(t) }), t.required === !1 && e("button", { className: "ul-card-skip__button", onClick: (d) => p(0, !0), children: Oe(t) })] }) });
|
|
1284
|
+
return e("div", { className: O(n, "ul-card__text-url-prompt", "fade-in-transition"), children: e(se, { defaultBody: h, properties: t }) }, r);
|
|
1285
|
+
}, st = ({ className: n, questionId: o }) => {
|
|
1286
|
+
const { border: t, destroy: r, endCard: i, forceBrandedLogo: s } = Z((a) => ({ border: a.border, destroy: a.destroy, endCard: a.endCard, forceBrandedLogo: a.forceBrandedLogo }));
|
|
1287
|
+
le(() => {
|
|
1288
|
+
setTimeout(() => {
|
|
1289
|
+
r(He);
|
|
1290
|
+
}, s ? 4e3 : 2e3);
|
|
1291
|
+
}, [r, s]);
|
|
1292
|
+
const l = i && i.subheader ? e("p", { className: "ul-caption", children: i.subheader }) : null, p = i && i.headline ? i.headline : "";
|
|
1293
|
+
return e("div", { className: O(n, "ul-card--thanks", "fade-in-transition"), children: e("div", { children: e("div", { className: "ul-card--thanks-content", children: [e("div", { className: "ul-thanks-check", children: e("svg", { "aria-labelledby": "title", fill: "none", height: "99", viewBox: "0 0 81 99", width: "81", xmlns: "http://www.w3.org/2000/svg", children: [e("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" }), e("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" }), e("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" })] }) }), e(Ve, { message: p }), l] }) }) }, o);
|
|
1294
|
+
}, at = () => e("div", { className: "thinking-dots-container", children: e("div", { className: "thinking-dot" }) }), lt = ({ className: n }) => {
|
|
1295
|
+
const { uploadProgress: o } = Z((s) => ({ uploadProgress: s.uploadProgress }));
|
|
1296
|
+
let t, r;
|
|
1297
|
+
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.");
|
|
1298
|
+
const i = Math.round(Math.min(99, ...Object.values(o).filter((s) => s.isSubmitted).map((s) => s.progressPct || 0)));
|
|
1299
|
+
return e("div", { className: O(n, "ul-card--uploading", "fade-in-transition"), children: [e("div", { "aria-busy": "true", "aria-label": "Processing...", "aria-live": "polite", className: "ul-loading-spinner-container", role: "progressbar", children: e("div", { className: "ul-loading-spinner", children: [e("div", { className: "first" }), e("div", { className: "second" }), e("div", { className: "third" }), e("div", { className: "fourth" })] }) }), e(Ve, { message: `${t} (${i}% complete)` }), e("p", { className: "ul-caption", children: r })] });
|
|
1300
|
+
}, nn = 0, tn = 1, dt = ({ className: n, next: o, properties: t, questionId: r, type: i }) => {
|
|
1301
|
+
const s = `ul-card-video__player_recorder-q${r}`, { apiURL: l, envId: p, handleUploadUpdate: a, headers: c, responseGroupUid: h, surveyId: d, update: g, viewDocument: k, visitorId: C } = Z((u) => ({ apiURL: u.apiURL, envId: u.envId, handleUploadUpdate: u.handleUploadUpdate, headers: u.headers, responseGroupUid: u.responseGroupUid, surveyId: u.surveyId, update: u.update, viewDocument: u.viewDocument, visitorId: u.userId })), [m, y] = Q(!1), [T, b] = Q(null), [x, j] = Q(null), [w, N] = Q(nn), M = re(null);
|
|
1302
|
+
le(() => {
|
|
1303
|
+
const u = M.current, v = new ResizeObserver(() => {
|
|
1304
|
+
g();
|
|
1305
|
+
});
|
|
1306
|
+
return u && v.observe(u), () => {
|
|
1307
|
+
u && v.unobserve(u);
|
|
1308
|
+
};
|
|
1309
|
+
}, [g]);
|
|
1310
|
+
const E = (u, v) => {
|
|
1311
|
+
u === L.UPLOAD_STARTED ? (b(v[L.UPLOAD_ID]), j(v[L.MEDIA_RECORDING_UID]), y(!0)) : u === L.DELETE ? (b(null), j(null), y(!1)) : u === L.UPLOAD_PROGRESS ? isNaN(v[L.UPLOAD_PROGRESS_PCT]) ? a({ mediaRecordingUid: v[L.MEDIA_RECORDING_UID], isComplete: !0 }) : a({ mediaRecordingUid: v[L.MEDIA_RECORDING_UID], progressPct: v[L.UPLOAD_PROGRESS_PCT] }) : u === L.UPLOAD_FINISHED && a({ mediaRecordingUid: v[L.MEDIA_RECORDING_UID], isComplete: !0 });
|
|
1312
|
+
}, S = (u) => {
|
|
1313
|
+
u.preventDefault(), u.stopPropagation(), document.getElementById(s) && ((v) => {
|
|
1314
|
+
const f = v + We;
|
|
1315
|
+
if (I.document.getElementById(f) && I.videojs) {
|
|
1316
|
+
try {
|
|
1317
|
+
if (!I.videojs(f).record().stream) return;
|
|
1318
|
+
} catch {
|
|
1319
|
+
return;
|
|
1320
|
+
}
|
|
1321
|
+
I.videojs(f).record().stop(), I.videojs(f).record().stopDevice();
|
|
1322
|
+
}
|
|
1323
|
+
})(s), T && x ? (a({ mediaRecordingUid: x, isSubmitted: !0 }), o({ value: { mediaRecordingUid: x }, questionId: r, type: i }, !0)) : o({ value: null, questionId: r, type: i }, !0);
|
|
1324
|
+
};
|
|
1325
|
+
return e("form", { className: O(n, "ul-card--video", "fade-in-transition"), id: "ul-video-interview-form", children: [e(ce, { children: [e("div", { id: "ul-question-player-container", ref: M, style: { display: w === nn ? "" : "none" }, children: e(se, { defaultBody: () => e("button", { className: "ul-video-btn ul-record-response-btn", onClick: (u) => {
|
|
1326
|
+
u.preventDefault(), u.stopPropagation(), document.getElementById(s) && ((v) => {
|
|
1327
|
+
const f = Ee(v + an);
|
|
1328
|
+
f == null || f.pause();
|
|
1329
|
+
})(s), N(tn);
|
|
1330
|
+
} }), properties: t }) }), e("div", { style: { display: w === tn ? "block" : "none" }, children: e("div", { id: "ul-recorder-player-container", ref: (u) => {
|
|
1331
|
+
if (u && u.children.length === 0) {
|
|
1332
|
+
const v = ((f, R = {}, D = "https://api.userleap.com", B, H, A, $ = !1, Y = document) => {
|
|
1333
|
+
I.document = Y;
|
|
1334
|
+
const z = f + We, K = pn(z);
|
|
1335
|
+
return I.document.addEventListener("securitypolicyviolation", (ee) => {
|
|
1336
|
+
ae(new Error(`Voice & Video feature violates ${ee.violatedDirective} web page CSP policies for the recorder player.`), "recorderDeviceError", D, A, R.visitorId, R.envId);
|
|
1337
|
+
}), ln(sn.concat(Pn), () => {
|
|
1338
|
+
Me(z, K), I.document.getElementById(Fe(z)).remove();
|
|
1339
|
+
try {
|
|
1340
|
+
Ln(K, z, R, D, B, H, A, $);
|
|
1341
|
+
} catch (ee) {
|
|
1342
|
+
return void ae(new Error(`Error when creating video recorder player object ${ee}`), "recorderDeviceError", D, A, R.visitorId, R.envId);
|
|
1343
|
+
}
|
|
1344
|
+
}), K;
|
|
1345
|
+
})(s, { surveyId: d, responseGroupUid: h, questionId: r, visitorId: C, envId: p }, l, E, void 0, { ...c, "x-ul-video-recorder-origin": "sdk" }, t.mediaType === L.MEDIA_TYPE_AUDIO, k);
|
|
1346
|
+
u.appendChild(v);
|
|
1347
|
+
}
|
|
1348
|
+
} }) })] }), e(me, { children: [e(he, { isDisabled: !!t.required && !m, onClick: S, children: ue(t) }), e("button", { className: "ul-card-text__button ul-button-inactive ul-card-skip__button", id: "ul-card-video__skip_button", onClick: S, style: { ...t.required ? { display: "none" } : {}, ...m ? { display: "none" } : {} }, children: Oe(t) })] })] });
|
|
1349
|
+
}, xn = (n) => n.type === "thanks" || n.type === "uploading", ct = ({ card: n, avatars: o, isThinking: t, isCurrentQuestion: r, currentQuestionBubbleRef: i }) => {
|
|
1350
|
+
const s = ((l) => "properties" in l.props && l.props.properties && "questionHtml" in l.props.properties && l.props.properties.questionHtml ? { content: l.props.properties.questionHtml, isHtml: !0 } : "message" in l.props ? { content: l.props.message, isHtml: !1 } : { content: "Question", isHtml: !1 })(n);
|
|
1351
|
+
return e(ye, { avatars: o, isLeft: !0, message: { id: `question-${n.name}`, type: "question", content: s.content }, ref: r ? i : null, children: t ? e(at, {}) : e(ve, { children: [s.isHtml ? e("div", { className: "chat-message-text", dangerouslySetInnerHTML: { __html: s.content } }) : e("div", { className: "chat-message-text", children: s.content }), n.type === "videovoice" && e(qn, { properties: n.props, questionId: n.name, surveyVideoUrl: n.props.properties.videoUrl })] }) });
|
|
1352
|
+
}, ut = ({ card: n, avatars: o }) => {
|
|
1353
|
+
const t = ((r) => {
|
|
1354
|
+
if (!("properties" in r.props) || !r.props.properties || typeof r.props.properties != "object") return null;
|
|
1355
|
+
const i = r.props.properties, s = [{ key: "captionHtml", isHtml: !0 }, { key: "captionText", isHtml: !1 }, { key: "richTextBody", isHtml: !0 }, { key: "body", isHtml: !1 }];
|
|
1356
|
+
for (const { key: l, isHtml: p } of s) {
|
|
1357
|
+
const a = i[l];
|
|
1358
|
+
if (typeof a != "string") continue;
|
|
1359
|
+
const c = a.trim();
|
|
1360
|
+
if (c) {
|
|
1361
|
+
if (p && !c.replaceAll(/<[^>]*>/g, "").trim()) continue;
|
|
1362
|
+
return { content: c, isHtml: p };
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
return null;
|
|
1366
|
+
})(n);
|
|
1367
|
+
return t ? e(ye, { avatars: o, hideAvatar: !0, isLeft: !0, message: { id: `caption-${n.name}`, type: "question", content: t.content }, children: t.isHtml ? e("div", { className: "chat-message-text", dangerouslySetInnerHTML: { __html: t.content } }) : e("div", { className: "chat-message-text", children: t.content }) }) : null;
|
|
1368
|
+
}, pt = ({ card: n, userResponse: o, avatars: t }) => {
|
|
1369
|
+
const r = ((i, s) => {
|
|
1370
|
+
if (i.type === "open" && s && typeof s == "object" && "value" in s) return s.value;
|
|
1371
|
+
})(n, o);
|
|
1372
|
+
return e("div", { className: "chat-bubble-container chat-right", children: [e("div", { className: "chat-bubble chat-bubble-right chat-bubble-text-only", children: e("div", { className: "chat-message-text", children: r || e("div", { className: "chat-message-no-response", children: "No response" }) }) }), e("img", { alt: "User Avatar", className: "chat-avatar chat-avatar-right", srcSet: `${t.respondentAvatar["1x"]} 1x, ${t.respondentAvatar["2x"]} 2x` })] });
|
|
1373
|
+
}, vt = ({ card: n, avatars: o, isCurrentQuestion: t, currentQuestionBubbleRef: r }) => {
|
|
1374
|
+
const { endCard: i } = Z((s) => ({ endCard: s.endCard }));
|
|
1375
|
+
return e(ve, { children: [e(ye, { avatars: o, isLeft: !0, message: { id: `thanks-${n.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) && e(ye, { avatars: o, hideAvatar: !0, isLeft: !0, message: { id: `caption-${n.name}`, type: "question", content: i.subheader } }), e(On, {})] });
|
|
1376
|
+
}, mt = ({ card: n, cardIndex: o, index: t, avatars: r, cardResponses: i, questionThinkingStates: s, startingQuestionIdx: l, currentQuestionBubbleRef: p, handleCardResponse: a }) => {
|
|
1377
|
+
const c = o === t, h = o < t, d = xn(n);
|
|
1378
|
+
if (d) return e(vt, { avatars: r, card: n, currentQuestionBubbleRef: p, isCurrentQuestion: c });
|
|
1379
|
+
const g = `${n.name}`, k = i.get(g), C = n.type === "open", m = s.get(g), y = o > (l ?? 0) && n.type !== "thanks" && n.type !== "uploading" && (m === !0 || m === void 0);
|
|
1380
|
+
return e(rn.Fragment, { children: [e(ct, { avatars: r, card: n, currentQuestionBubbleRef: p, isCurrentQuestion: c, isThinking: y }), !y && e(ut, { avatars: r, card: n }), h && C ? e(pt, { avatars: r, card: n, userResponse: k }) : (!h || !C) && !y && e(ye, { avatars: r, isLeft: !1, message: { id: `card-${n.name}`, type: "card", content: "" }, children: e("div", { className: "chat-card-container", children: e(ht, { card: n, className: d ? "chat-thanks-card" : "chat-card", isAnswered: h, next: c ? a : () => {
|
|
1381
|
+
} }) }) })] }, `question-card-${n.name}`);
|
|
1382
|
+
}, ye = rn.forwardRef(({ message: n, isLeft: o = !1, children: t, avatars: r, hideAvatar: i = !1 }, s) => {
|
|
1383
|
+
const l = o ? "chat-bubble-left" : "chat-bubble-right";
|
|
1384
|
+
return e("div", { className: `chat-bubble-container ${o ? "chat-left" : "chat-right"}${o && i ? " chat-no-avatar" : ""}`, ref: s, children: [o && !i && e("img", { alt: "AI Avatar", className: "chat-avatar chat-avatar-left", srcSet: `${r.agentAvatar["1x"]} 1x, ${r.agentAvatar["2x"]} 2x` }), e("div", { className: `chat-bubble ${l}`, children: t || e("div", { className: "chat-message-text", children: n.content }) }), !o && !i && e("img", { alt: "User Avatar", className: "chat-avatar chat-avatar-right", srcSet: `${r.respondentAvatar["1x"]} 1x, ${r.respondentAvatar["2x"]} 2x` })] });
|
|
1385
|
+
});
|
|
1386
|
+
ye.displayName = "ChatBubble";
|
|
1387
|
+
const gt = () => {
|
|
1388
|
+
const n = Z((t) => t.close), o = Ie(() => () => n(He), [n]);
|
|
1389
|
+
return e("div", { "aria-label": "Close button", className: "conversational-close-btn", onClick: o, onKeyPress: (t) => {
|
|
1390
|
+
t.key === "Enter" && o();
|
|
1391
|
+
}, role: "button", tabIndex: 0, children: e("svg", { fill: "none", height: "16px", viewBox: "0 0 13 13", width: "16px", xmlns: "http://www.w3.org/2000/svg", children: e("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" }) }) });
|
|
1392
|
+
}, ht = ({ card: n, next: o, className: t = "", isAnswered: r = !1 }) => {
|
|
1393
|
+
const i = { className: r ? `${t} answered-card` : t, next: r ? () => {
|
|
1394
|
+
} : o, questionId: n.name, type: n.type, isAnswered: r };
|
|
1395
|
+
switch (n.type) {
|
|
1396
|
+
case "consentlegal":
|
|
1397
|
+
return e(Un, { ...i, ...n.props });
|
|
1398
|
+
case "likert":
|
|
1399
|
+
return e($n, { ...i, ...n.props });
|
|
1400
|
+
case "matrix":
|
|
1401
|
+
return e(Fn, { ...i, ...n.props });
|
|
1402
|
+
case "multiplechoice":
|
|
1403
|
+
return e(zn, { ...i, ...n.props });
|
|
1404
|
+
case "multipleselect":
|
|
1405
|
+
return e(Gn, { ...i, ...n.props });
|
|
1406
|
+
case "nps":
|
|
1407
|
+
return e(Zn, { ...i, ...n.props });
|
|
1408
|
+
case "open":
|
|
1409
|
+
return e(Qn, { ...i, ...n.props });
|
|
1410
|
+
case "rankorder":
|
|
1411
|
+
return e(Yn, { ...i, ...n.props });
|
|
1412
|
+
case "recordedtask":
|
|
1413
|
+
return e(ot, { ...i, ...n.props });
|
|
1414
|
+
case "texturlprompt":
|
|
1415
|
+
return e(it, { ...i, ...n.props });
|
|
1416
|
+
case "thanks":
|
|
1417
|
+
return e(st, { ...i, ...n.props });
|
|
1418
|
+
case "uploading":
|
|
1419
|
+
return e(lt, { ...i, ...n.props });
|
|
1420
|
+
case "videovoice":
|
|
1421
|
+
return e(dt, { ...i, ...n.props });
|
|
1422
|
+
default:
|
|
1423
|
+
return null;
|
|
1424
|
+
}
|
|
1425
|
+
}, Ct = ({ cards: n, next: o, previousResponses: t }) => {
|
|
1426
|
+
const { messagesContainerRef: r, currentQuestionBubbleRef: i, scrollToCurrentQuestion: s } = (() => {
|
|
1427
|
+
const b = re(null), x = re(null), j = Ce(() => {
|
|
1428
|
+
if (x.current && b.current) {
|
|
1429
|
+
const w = b.current, N = x.current.offsetTop - w.offsetTop - 16;
|
|
1430
|
+
w.scrollTo({ top: Math.max(0, N), behavior: "smooth" });
|
|
1431
|
+
}
|
|
1432
|
+
}, []);
|
|
1433
|
+
return { messagesContainerRef: b, currentQuestionBubbleRef: x, scrollToCurrentQuestion: j };
|
|
1434
|
+
})(), { cardResponses: l, setCardResponse: p } = (() => {
|
|
1435
|
+
const [b, x] = Q(/* @__PURE__ */ new Map());
|
|
1436
|
+
return { cardResponses: b, setCardResponse: Ce((j, w) => {
|
|
1437
|
+
x((N) => new Map(N).set(j, w));
|
|
1438
|
+
}, []) };
|
|
1439
|
+
})(), { index: a, isLongFormSurvey: c, avatars: h, startingQuestionIdx: d } = Z((b) => ({ index: b.index, isLongFormSurvey: on(b.studyType), avatars: b.avatars, startingQuestionIdx: b.startingQuestionIdx })), g = ((b, x, j) => {
|
|
1440
|
+
const [w, N] = Q(/* @__PURE__ */ new Map());
|
|
1441
|
+
return le(() => {
|
|
1442
|
+
if (b.length > 0 && x < b.length) {
|
|
1443
|
+
const M = b[x], E = `${M.name}`;
|
|
1444
|
+
if (x <= (j ?? 0) || xn(M)) return void N((u) => new Map(u).set(E, !1));
|
|
1445
|
+
N((u) => new Map(u).set(E, !0));
|
|
1446
|
+
const S = setTimeout(() => {
|
|
1447
|
+
N((u) => new Map(u).set(E, !1));
|
|
1448
|
+
}, 1e3);
|
|
1449
|
+
return () => clearTimeout(S);
|
|
1450
|
+
}
|
|
1451
|
+
}, [x, b, j]), w;
|
|
1452
|
+
})(n, a, d), k = ((b, x) => {
|
|
1453
|
+
const [j, w] = Q(/* @__PURE__ */ new Set([0]));
|
|
1454
|
+
return le(() => {
|
|
1455
|
+
w((N) => new Set(N).add(b));
|
|
1456
|
+
}, [b]), le(() => {
|
|
1457
|
+
const N = x ?? 0;
|
|
1458
|
+
N > 0 && w((M) => {
|
|
1459
|
+
const E = new Set(M);
|
|
1460
|
+
for (let S = 0; S <= N; S++) E.add(S);
|
|
1461
|
+
return E;
|
|
1462
|
+
});
|
|
1463
|
+
}, [x]), j;
|
|
1464
|
+
})(a, d), C = Ie(() => ({ ...t, ...En(n.map((b, x) => {
|
|
1465
|
+
var j, w;
|
|
1466
|
+
return { ...b, value: x < a ? ((j = l.get(`${b.name}`)) == null ? void 0 : j.value) ?? null : null, secondaryValue: x < a ? ((w = l.get(`${b.name}`)) == null ? void 0 : w.secondaryValue) ?? null : null };
|
|
1467
|
+
})) }), [t, l, n, a]), m = jn(n, C);
|
|
1468
|
+
le(() => {
|
|
1469
|
+
requestAnimationFrame(() => {
|
|
1470
|
+
s();
|
|
1471
|
+
});
|
|
1472
|
+
}, [a, s, g]);
|
|
1473
|
+
const y = Ce((b, x) => {
|
|
1474
|
+
if (!x) return;
|
|
1475
|
+
const j = m[a];
|
|
1476
|
+
if (!j) return;
|
|
1477
|
+
const w = `${j.name}`;
|
|
1478
|
+
p(w, b), o([b]);
|
|
1479
|
+
}, [m, a, o, p]), T = m.map((b, x) => ({ card: b, cardIndex: x })).filter(({ cardIndex: b }) => k.has(b));
|
|
1480
|
+
return e("div", { className: "conversational-ui ul-conversational-ui", children: [!c && e(gt, {}), e("div", { className: "chat-container", ref: r, children: e("div", { className: "chat-messages", children: T.map(({ card: b, cardIndex: x }) => e(mt, { avatars: h, card: b, cardIndex: x, cardResponses: l, currentQuestionBubbleRef: i, handleCardResponse: y, index: a, questionThinkingStates: g, startingQuestionIdx: d }, `question-card-${b.name}`)) }) })] });
|
|
1481
|
+
};
|
|
1482
|
+
export {
|
|
1483
|
+
Ct as default
|
|
1484
|
+
};
|