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