clarity-js 0.8.49 → 0.8.50
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/build/clarity.extended.js +1 -1
- package/build/clarity.insight.js +1 -1
- package/build/clarity.js +67 -43
- package/build/clarity.min.js +1 -1
- package/build/clarity.module.js +67 -43
- package/build/clarity.performance.js +1 -1
- package/package.json +1 -1
- package/src/core/version.ts +1 -1
- package/src/interaction/index.ts +3 -0
- package/src/interaction/pageshow.ts +35 -0
- package/types/data.d.ts +1 -0
package/build/clarity.module.js
CHANGED
|
@@ -185,7 +185,7 @@ var startTime = 0;
|
|
|
185
185
|
function computeStartTime() {
|
|
186
186
|
return performance.now() + performance.timeOrigin;
|
|
187
187
|
}
|
|
188
|
-
function start$
|
|
188
|
+
function start$O() {
|
|
189
189
|
startTime = computeStartTime();
|
|
190
190
|
}
|
|
191
191
|
// event.timestamp is number of milliseconds elapsed since the document was loaded
|
|
@@ -205,7 +205,7 @@ function stop$K() {
|
|
|
205
205
|
startTime = 0;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
var version$1 = "0.8.
|
|
208
|
+
var version$1 = "0.8.50";
|
|
209
209
|
|
|
210
210
|
// tslint:disable: no-bitwise
|
|
211
211
|
function hash (input, precision) {
|
|
@@ -428,7 +428,7 @@ function redact$1(value) {
|
|
|
428
428
|
var state$b = null;
|
|
429
429
|
var buffer = null;
|
|
430
430
|
var update$2 = false;
|
|
431
|
-
function start$
|
|
431
|
+
function start$N() {
|
|
432
432
|
update$2 = false;
|
|
433
433
|
reset$u();
|
|
434
434
|
}
|
|
@@ -581,7 +581,7 @@ var baseline = /*#__PURE__*/Object.freeze({
|
|
|
581
581
|
compute: compute$g,
|
|
582
582
|
dynamic: dynamic$1,
|
|
583
583
|
reset: reset$u,
|
|
584
|
-
start: start$
|
|
584
|
+
start: start$N,
|
|
585
585
|
get state () { return state$b; },
|
|
586
586
|
stop: stop$J,
|
|
587
587
|
track: track$8,
|
|
@@ -608,7 +608,7 @@ function event$1(a, b) {
|
|
|
608
608
|
|
|
609
609
|
var data$k = null;
|
|
610
610
|
var updates$3 = null;
|
|
611
|
-
function start$
|
|
611
|
+
function start$M() {
|
|
612
612
|
data$k = {};
|
|
613
613
|
updates$3 = {};
|
|
614
614
|
count$1(5 /* Metric.InvokeCount */);
|
|
@@ -669,7 +669,7 @@ var data$j;
|
|
|
669
669
|
var last = 0;
|
|
670
670
|
var interval = 0;
|
|
671
671
|
var timeout$7 = null;
|
|
672
|
-
function start$
|
|
672
|
+
function start$L() {
|
|
673
673
|
interval = 60000 /* Setting.PingInterval */;
|
|
674
674
|
last = 0;
|
|
675
675
|
}
|
|
@@ -701,12 +701,12 @@ var ping$1 = /*#__PURE__*/Object.freeze({
|
|
|
701
701
|
__proto__: null,
|
|
702
702
|
get data () { return data$j; },
|
|
703
703
|
reset: reset$s,
|
|
704
|
-
start: start$
|
|
704
|
+
start: start$L,
|
|
705
705
|
stop: stop$H
|
|
706
706
|
});
|
|
707
707
|
|
|
708
708
|
var data$i = null;
|
|
709
|
-
function start$
|
|
709
|
+
function start$K() {
|
|
710
710
|
data$i = {};
|
|
711
711
|
}
|
|
712
712
|
function stop$G() {
|
|
@@ -741,7 +741,7 @@ var summary = /*#__PURE__*/Object.freeze({
|
|
|
741
741
|
compute: compute$e,
|
|
742
742
|
get data () { return data$i; },
|
|
743
743
|
reset: reset$r,
|
|
744
|
-
start: start$
|
|
744
|
+
start: start$K,
|
|
745
745
|
stop: stop$G,
|
|
746
746
|
track: track$7
|
|
747
747
|
});
|
|
@@ -860,7 +860,7 @@ function read(stream) {
|
|
|
860
860
|
}
|
|
861
861
|
|
|
862
862
|
var data$h = null;
|
|
863
|
-
function start$
|
|
863
|
+
function start$J() {
|
|
864
864
|
reset$q();
|
|
865
865
|
}
|
|
866
866
|
function set(variable, value) {
|
|
@@ -962,7 +962,7 @@ var variable = /*#__PURE__*/Object.freeze({
|
|
|
962
962
|
identify: identify,
|
|
963
963
|
reset: reset$q,
|
|
964
964
|
set: set,
|
|
965
|
-
start: start$
|
|
965
|
+
start: start$J,
|
|
966
966
|
stop: stop$F
|
|
967
967
|
});
|
|
968
968
|
|
|
@@ -972,7 +972,7 @@ var variables = {};
|
|
|
972
972
|
var selectors = {};
|
|
973
973
|
var hashes = {};
|
|
974
974
|
var validation = {};
|
|
975
|
-
function start$
|
|
975
|
+
function start$I() {
|
|
976
976
|
reset$p();
|
|
977
977
|
}
|
|
978
978
|
// Input string is of the following form:
|
|
@@ -1161,7 +1161,7 @@ var extract = /*#__PURE__*/Object.freeze({
|
|
|
1161
1161
|
data: data$g,
|
|
1162
1162
|
keys: keys,
|
|
1163
1163
|
reset: reset$p,
|
|
1164
|
-
start: start$
|
|
1164
|
+
start: start$I,
|
|
1165
1165
|
stop: stop$E,
|
|
1166
1166
|
trigger: trigger$2,
|
|
1167
1167
|
update: update$1
|
|
@@ -1190,7 +1190,7 @@ function decodeCookieValue(value) {
|
|
|
1190
1190
|
|
|
1191
1191
|
var rootDomain = null;
|
|
1192
1192
|
var COOKIE_SEP = "^" /* Constant.Caret */;
|
|
1193
|
-
function start$
|
|
1193
|
+
function start$H() {
|
|
1194
1194
|
rootDomain = null;
|
|
1195
1195
|
}
|
|
1196
1196
|
function stop$D() {
|
|
@@ -1275,7 +1275,7 @@ var cookie = /*#__PURE__*/Object.freeze({
|
|
|
1275
1275
|
COOKIE_SEP: COOKIE_SEP,
|
|
1276
1276
|
getCookie: getCookie,
|
|
1277
1277
|
setCookie: setCookie,
|
|
1278
|
-
start: start$
|
|
1278
|
+
start: start$H,
|
|
1279
1279
|
stop: stop$D
|
|
1280
1280
|
});
|
|
1281
1281
|
|
|
@@ -1308,9 +1308,9 @@ function signalsEvent(signalsPayload) {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
1310
|
var modules$2 = [baseline, dimension, variable, limit, summary, cookie, consent$2, metadata$1, envelope$1, upload$1, ping$1, upgrade$1, extract];
|
|
1311
|
-
function start$
|
|
1311
|
+
function start$G() {
|
|
1312
1312
|
// Metric needs to be initialized before we can start measuring. so metric is not wrapped in measure
|
|
1313
|
-
start$
|
|
1313
|
+
start$M();
|
|
1314
1314
|
modules$2.forEach(function (x) { return measure(x.start)(); });
|
|
1315
1315
|
}
|
|
1316
1316
|
function stop$C() {
|
|
@@ -1334,7 +1334,7 @@ function compute$b() {
|
|
|
1334
1334
|
|
|
1335
1335
|
var history$5 = [];
|
|
1336
1336
|
var data$f;
|
|
1337
|
-
function start$
|
|
1337
|
+
function start$F() {
|
|
1338
1338
|
history$5 = [];
|
|
1339
1339
|
max(26 /* Metric.Automation */, navigator.webdriver ? 1 /* BooleanFlag.True */ : 0 /* BooleanFlag.False */);
|
|
1340
1340
|
try {
|
|
@@ -1358,7 +1358,7 @@ function check$5(id, target, input) {
|
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
1360
|
var state$a = [];
|
|
1361
|
-
function start$
|
|
1361
|
+
function start$E() {
|
|
1362
1362
|
reset$o();
|
|
1363
1363
|
}
|
|
1364
1364
|
function observe$c(root) {
|
|
@@ -1398,14 +1398,14 @@ function offset(element) {
|
|
|
1398
1398
|
|
|
1399
1399
|
var UserInputTags = ["input", "textarea", "radio", "button", "canvas", "select"];
|
|
1400
1400
|
var state$9 = [];
|
|
1401
|
-
function start$
|
|
1401
|
+
function start$D() {
|
|
1402
1402
|
reset$n();
|
|
1403
1403
|
}
|
|
1404
1404
|
function observe$b(root) {
|
|
1405
|
-
bind(root, "click", handler$
|
|
1406
|
-
bind(root, "contextmenu", handler$
|
|
1405
|
+
bind(root, "click", handler$4.bind(this, 9 /* Event.Click */, root), true);
|
|
1406
|
+
bind(root, "contextmenu", handler$4.bind(this, 48 /* Event.ContextMenu */, root), true);
|
|
1407
1407
|
}
|
|
1408
|
-
function handler$
|
|
1408
|
+
function handler$4(event, root, evt) {
|
|
1409
1409
|
var frame = iframe(root);
|
|
1410
1410
|
var d = frame && frame.contentDocument ? frame.contentDocument.documentElement : document.documentElement;
|
|
1411
1411
|
var x = "pageX" in evt ? Math.round(evt.pageX) : ("clientX" in evt ? Math.round(evt["clientX"] + d.scrollLeft) : null);
|
|
@@ -1544,7 +1544,7 @@ function stop$A() {
|
|
|
1544
1544
|
}
|
|
1545
1545
|
|
|
1546
1546
|
var state$8 = [];
|
|
1547
|
-
function start$
|
|
1547
|
+
function start$C() {
|
|
1548
1548
|
reset$m();
|
|
1549
1549
|
}
|
|
1550
1550
|
function observe$a(root) {
|
|
@@ -1565,7 +1565,7 @@ function stop$z() {
|
|
|
1565
1565
|
|
|
1566
1566
|
var timeout$6 = null;
|
|
1567
1567
|
var state$7 = [];
|
|
1568
|
-
function start$
|
|
1568
|
+
function start$B() {
|
|
1569
1569
|
reset$l();
|
|
1570
1570
|
}
|
|
1571
1571
|
function observe$9(root) {
|
|
@@ -1609,7 +1609,7 @@ var timeout$5 = null;
|
|
|
1609
1609
|
var hasPrimaryTouch = false;
|
|
1610
1610
|
var primaryTouchId = 0;
|
|
1611
1611
|
var activeTouchPointIds = new Set();
|
|
1612
|
-
function start$
|
|
1612
|
+
function start$A() {
|
|
1613
1613
|
reset$k();
|
|
1614
1614
|
}
|
|
1615
1615
|
function observe$8(root) {
|
|
@@ -1636,7 +1636,7 @@ function mouse(event, root, evt) {
|
|
|
1636
1636
|
}
|
|
1637
1637
|
// Check for null values before processing this event
|
|
1638
1638
|
if (x !== null && y !== null) {
|
|
1639
|
-
handler$
|
|
1639
|
+
handler$3({ time: time(evt), event: event, data: { target: target(evt), x: x, y: y } });
|
|
1640
1640
|
}
|
|
1641
1641
|
}
|
|
1642
1642
|
function touch(event, root, evt) {
|
|
@@ -1671,7 +1671,7 @@ function touch(event, root, evt) {
|
|
|
1671
1671
|
var isPrimary = hasPrimaryTouch && primaryTouchId === id;
|
|
1672
1672
|
// Check for null values before processing this event
|
|
1673
1673
|
if (x !== null && y !== null) {
|
|
1674
|
-
handler$
|
|
1674
|
+
handler$3({ time: t, event: event, data: { target: target(evt), x: x, y: y, id: id, isPrimary: isPrimary } });
|
|
1675
1675
|
}
|
|
1676
1676
|
// Reset primary touch point id once touch event ends
|
|
1677
1677
|
if (event === 20 /* Event.TouchCancel */ || event === 18 /* Event.TouchEnd */) {
|
|
@@ -1682,7 +1682,7 @@ function touch(event, root, evt) {
|
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
1684
1684
|
}
|
|
1685
|
-
function handler$
|
|
1685
|
+
function handler$3(current) {
|
|
1686
1686
|
switch (current.event) {
|
|
1687
1687
|
case 12 /* Event.MouseMove */:
|
|
1688
1688
|
case 15 /* Event.MouseWheel */:
|
|
@@ -1777,7 +1777,7 @@ var data$e;
|
|
|
1777
1777
|
var timeout$4 = null;
|
|
1778
1778
|
var initialStateLogged = false;
|
|
1779
1779
|
var throttledRecompute$1 = throttle(recompute$5, 500 /* Setting.LookAhead */);
|
|
1780
|
-
function start$
|
|
1780
|
+
function start$z() {
|
|
1781
1781
|
initialStateLogged = false;
|
|
1782
1782
|
bind(window, "resize", throttledRecompute$1);
|
|
1783
1783
|
recompute$5();
|
|
@@ -1815,7 +1815,7 @@ var state$5 = [];
|
|
|
1815
1815
|
var initialTop = null;
|
|
1816
1816
|
var initialBottom = null;
|
|
1817
1817
|
var timeout$3 = null;
|
|
1818
|
-
function start$
|
|
1818
|
+
function start$y() {
|
|
1819
1819
|
state$5 = [];
|
|
1820
1820
|
recompute$4();
|
|
1821
1821
|
}
|
|
@@ -1923,7 +1923,7 @@ function stop$v() {
|
|
|
1923
1923
|
var data$d = null;
|
|
1924
1924
|
var previous = null;
|
|
1925
1925
|
var timeout$2 = null;
|
|
1926
|
-
function start$
|
|
1926
|
+
function start$x() {
|
|
1927
1927
|
reset$h();
|
|
1928
1928
|
}
|
|
1929
1929
|
function observe$6(root) {
|
|
@@ -1973,7 +1973,7 @@ function stop$u() {
|
|
|
1973
1973
|
}
|
|
1974
1974
|
|
|
1975
1975
|
var state$4 = [];
|
|
1976
|
-
function start$
|
|
1976
|
+
function start$w() {
|
|
1977
1977
|
reset$g();
|
|
1978
1978
|
}
|
|
1979
1979
|
function observe$5(root) {
|
|
@@ -1991,7 +1991,7 @@ function stop$t() {
|
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
1993
|
var data$c;
|
|
1994
|
-
function start$
|
|
1994
|
+
function start$v() {
|
|
1995
1995
|
bind(window, "pagehide", recompute$1);
|
|
1996
1996
|
}
|
|
1997
1997
|
function recompute$1(evt) {
|
|
@@ -2007,7 +2007,7 @@ function stop$s() {
|
|
|
2007
2007
|
}
|
|
2008
2008
|
|
|
2009
2009
|
var data$b;
|
|
2010
|
-
function start$
|
|
2010
|
+
function start$u() {
|
|
2011
2011
|
bind(document, "visibilitychange", recompute);
|
|
2012
2012
|
recompute();
|
|
2013
2013
|
}
|
|
@@ -2027,7 +2027,7 @@ function stop$r() {
|
|
|
2027
2027
|
}
|
|
2028
2028
|
|
|
2029
2029
|
var data$a;
|
|
2030
|
-
function start$
|
|
2030
|
+
function start$t() {
|
|
2031
2031
|
bind(window, "focus", function () { return compute$9(1 /* BooleanFlag.True */); });
|
|
2032
2032
|
bind(window, "blur", function () { return compute$9(0 /* BooleanFlag.False */); });
|
|
2033
2033
|
}
|
|
@@ -2042,20 +2042,44 @@ function compute$9(focus) {
|
|
|
2042
2042
|
encode$4(50 /* Event.Focus */);
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
|
+
var bound = false;
|
|
2046
|
+
function start$s() {
|
|
2047
|
+
// Only bind once - this listener must persist even when Clarity stops
|
|
2048
|
+
// to detect when the page is restored from bfcache
|
|
2049
|
+
if (!bound) {
|
|
2050
|
+
try {
|
|
2051
|
+
window[api("addEventListener" /* Constant.AddEventListener */)]("pageshow", measure(handler$2), { capture: false, passive: true });
|
|
2052
|
+
bound = true;
|
|
2053
|
+
}
|
|
2054
|
+
catch (_a) {
|
|
2055
|
+
/* do nothing */
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
function handler$2(evt) {
|
|
2060
|
+
// The persisted property indicates if the page was loaded from bfcache
|
|
2061
|
+
if (evt && evt.persisted) {
|
|
2062
|
+
// Restart Clarity since it was stopped when the page entered bfcache
|
|
2063
|
+
start();
|
|
2064
|
+
log$1(11 /* Code.BFCache */, 0 /* Severity.Info */);
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2045
2068
|
function start$r() {
|
|
2046
2069
|
start$j();
|
|
2070
|
+
start$D();
|
|
2047
2071
|
start$C();
|
|
2072
|
+
start$A();
|
|
2048
2073
|
start$B();
|
|
2049
2074
|
start$z();
|
|
2050
|
-
start$
|
|
2051
|
-
start$y();
|
|
2075
|
+
start$u();
|
|
2052
2076
|
start$t();
|
|
2053
2077
|
start$s();
|
|
2078
|
+
start$y();
|
|
2054
2079
|
start$x();
|
|
2080
|
+
start$E();
|
|
2055
2081
|
start$w();
|
|
2056
|
-
start$D();
|
|
2057
2082
|
start$v();
|
|
2058
|
-
start$u();
|
|
2059
2083
|
}
|
|
2060
2084
|
function stop$p() {
|
|
2061
2085
|
stop$h();
|
|
@@ -6035,7 +6059,7 @@ function stop$6() {
|
|
|
6035
6059
|
var status = false;
|
|
6036
6060
|
function start$5() {
|
|
6037
6061
|
status = true;
|
|
6038
|
-
start$
|
|
6062
|
+
start$O();
|
|
6039
6063
|
reset$4();
|
|
6040
6064
|
reset$1();
|
|
6041
6065
|
reset$2();
|
|
@@ -6102,7 +6126,7 @@ function restart() {
|
|
|
6102
6126
|
}
|
|
6103
6127
|
|
|
6104
6128
|
function start$4() {
|
|
6105
|
-
start$
|
|
6129
|
+
start$F();
|
|
6106
6130
|
start$g();
|
|
6107
6131
|
start$f();
|
|
6108
6132
|
}
|
|
@@ -6444,7 +6468,7 @@ function start(config$1) {
|
|
|
6444
6468
|
if (check()) {
|
|
6445
6469
|
config(config$1);
|
|
6446
6470
|
start$5();
|
|
6447
|
-
start$
|
|
6471
|
+
start$G();
|
|
6448
6472
|
modules.forEach(function (x) { return measure(x.start)(); });
|
|
6449
6473
|
// If it's an internal call to start, without explicit configuration,
|
|
6450
6474
|
// re-process any newly accumulated items in the queue
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(){"use strict";var t=Object.freeze({__proto__:null,get queue(){return Yt},get start(){return Vt},get stop(){return Bt},get track(){return At}}),e=Object.freeze({__proto__:null,get check(){return Qt},get compute(){return te},get data(){return Dt},get start(){return Kt},get stop(){return ee},get trigger(){return $t}}),n=Object.freeze({__proto__:null,get compute(){return ce},get data(){return ne},get log(){return ue},get reset(){return se},get start(){return oe},get stop(){return ie},get updates(){return re}}),r=Object.freeze({__proto__:null,get compute(){return be},get config(){return ge},get consent(){return ve},get data(){return le},get start(){return fe},get stop(){return pe},get trackConsentv2(){return ye}}),a=Object.freeze({__proto__:null,get callback(){return Pe},get callbacks(){return ke},get clear(){return ze},get consent(){return xe},get consentv2(){return Ce},get data(){return we},get electron(){return _e},get id(){return Me},get metadata(){return Te},get save(){return qe},get shortid(){return De},get start(){return Ie},get stop(){return Oe}}),o=Object.freeze({__proto__:null,get data(){return Ue},get envelope(){return Ye},get start(){return Xe},get stop(){return Ve}}),i={projectId:null,delay:1e3,lean:!1,lite:!1,track:!0,content:!0,drop:[],mask:[],unmask:[],regions:[],cookies:[],fraud:!0,checksum:[],report:null,upload:null,fallback:null,upgrade:null,action:null,dob:null,delayDom:!1,throttleDom:!0,conversions:!1,includeSubdomains:!0,modules:[]};function u(t){return window.Zone&&"__symbol__"in window.Zone?window.Zone.__symbol__(t):t}var c=0;function s(){return performance.now()+performance.timeOrigin}function l(t){void 0===t&&(t=null);var e=0===c?s():c,n=t&&t.timeStamp>0?t.timeStamp:performance.now(),r=t&&t.view?t.view.performance.timeOrigin:performance.timeOrigin;return Math.max(Math.round(n+r-e),0)}var d="0.8.49";var f=/\S/gi,p=255,h=!0,g=null,v=null,m=null;function y(t,e,n,r,a){if(void 0===r&&(r=!1),t){if("input"==e&&("checkbox"===a||"radio"===a))return t;switch(n){case 0:return t;case 1:switch(e){case"*T":case"value":case"placeholder":case"click":return function(t){var e=-1,n=0,r=!1,a=!1,o=!1,i=null;E();for(var u=0;u<t.length;u++){var c=t.charCodeAt(u);if(r=r||c>=48&&c<=57,a=a||64===c,o=9===c||10===c||13===c||32===c,0===u||u===t.length-1||o){if(r||a){null===i&&(i=t.split(""));var s=t.substring(e+1,o?u:u+1);s=h&&null!==m?s.match(m)?s:_(s,"▪","▫"):k(s),i.splice(e+1-n,s.length,s),n+=s.length-1}o&&(r=!1,a=!1,e=u)}}return i?i.join(""):t}(t);case"input":case"change":return S(t)}return t;case 2:case 3:switch(e){case"*T":case"data-":return r?w(t):k(t);case"src":case"srcset":case"title":case"alt":case"href":case"xlink:href":return 3===n?"src"===e&&(null==t?void 0:t.startsWith("blob:"))?"blob:":"":t;case"value":case"click":case"input":case"change":return S(t);case"placeholder":return k(t)}break;case 4:switch(e){case"*T":case"data-":return r?w(t):k(t);case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":return""}break;case 5:switch(e){case"*T":case"data-":return _(t,"▪","▫");case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":case"src":case"srcset":case"alt":case"title":return""}}}return t}function b(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var r=t;if(e)r="".concat("https://").concat("Electron");else{var a=i.drop;if(a&&a.length>0&&t&&t.indexOf("?")>0){var o=t.split("?"),u=o[0],c=o[1];r=u+"?"+c.split("&").map((function(t){return a.some((function(e){return 0===t.indexOf("".concat(e,"="))}))?"".concat(t.split("=")[0],"=").concat("*na*"):t})).join("&")}}return n&&(r=r.substring(0,p)),r}function w(t){var e=t.trim();if(e.length>0){var n=e[0],r=t.indexOf(n),a=t.substr(0,r),o=t.substr(r+e.length);return"".concat(a).concat(e.length.toString(36)).concat(o)}return t}function k(t){return t.replace(f,"•")}function _(t,e,n){return E(),t?t.replace(v,e).replace(g,n):t}function S(t){for(var e=5*(Math.floor(t.length/5)+1),n="",r=0;r<e;r++)n+=r>0&&r%5==0?" ":"•";return n}function E(){if(h&&null===g)try{g=new RegExp("\\p{N}","gu"),v=new RegExp("\\p{L}","gu"),m=new RegExp("\\p{Sc}","gu")}catch(t){h=!1}}var I=[],O=null;function T(){}var M=[];function x(){}function C(){}function j(){}function N(){}function z(){}var P=Object.freeze({__proto__:null,checkDocumentStyles:function(t){},compute:function(){},data:O,event:N,hashText:x,keys:M,log:T,observe:function(){},register:z,reset:function(){},sheetAdoptionState:[],sheetUpdateState:[],start:function(){},state:I,stop:function(){},track:j,trigger:C}),q=null;function A(t,e){gn()&&t&&"string"==typeof t&&t.length<255&&(q=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},Ft(24))}var D,R=null,H=null;function L(t){t in R||(R[t]=0),t in H||(H[t]=0),R[t]++,H[t]++}function U(t,e){null!==e&&(t in R||(R[t]=0),t in H||(H[t]=0),R[t]+=e,H[t]+=e)}function X(t,e){null!==e&&!1===isNaN(e)&&(t in R||(R[t]=0),(e>R[t]||0===R[t])&&(H[t]=e,R[t]=e))}function V(t,e,n){return window.setTimeout(Ze(t),e,n)}function Y(t){return window.clearTimeout(t)}var B=0,W=0,Z=null;function J(){Z&&Y(Z),Z=V(G,W),B=l()}function G(){var t=l();D={gap:t-B},Ft(25),D.gap<3e5?Z=V(G,W):fn&&(A("clarity","suspend"),Rn(),["mousemove","touchstart"].forEach((function(t){return Ge(document,t,vn)})),["resize","scroll","pageshow"].forEach((function(t){return Ge(window,t,vn)})))}var F=Object.freeze({__proto__:null,get data(){return D},reset:J,start:function(){W=6e4,B=0},stop:function(){Y(Z),B=0,W=0}}),K=null;function Q(t){gn()&&i.lean&&(i.lean=!1,K={key:t},Pe(),qe(),i.upgrade&&i.upgrade(t),Ft(3),i.lite)}var $=Object.freeze({__proto__:null,get data(){return K},start:function(){!i.lean&&i.upgrade&&i.upgrade("Config"),K=null},stop:function(){K=null},upgrade:Q});function tt(t,e,n,r){return new(n||(n=Promise))((function(a,o){function i(t){try{c(r.next(t))}catch(t){o(t)}}function u(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?a(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(i,u)}c((r=r.apply(t,e||[])).next())}))}function et(t,e){var n,r,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function u(u){return function(c){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(a=2&u[0]?r.return:u[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,u[1])).done)return a;switch(r=0,a&&(u=[2&u[0],a.value]),u[0]){case 0:case 1:a=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(a=i.trys,(a=a.length>0&&a[a.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!a||u[1]>a[0]&&u[1]<a[3])){i.label=u[1];break}if(6===u[0]&&i.label<a[1]){i.label=a[1],a=u;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(u);break}a[2]&&i.ops.pop(),i.trys.pop();continue}u=e.call(t,i)}catch(t){u=[6,t],r=0}finally{n=a=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}var nt=null;function rt(t,e){ot(t,"string"==typeof e?[e]:e)}function at(t,e,n,r){return void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null),tt(this,void 0,void 0,(function(){var a,o;return et(this,(function(i){switch(i.label){case 0:return o={},[4,ct(t)];case 1:return o.userId=i.sent(),o.userHint=r||((u=t)&&u.length>=5?"".concat(u.substring(0,2)).concat(_(u.substring(2),"*","*")):_(u,"*","*")),ot("userId",[(a=o).userId]),ot("userHint",[a.userHint]),ot("userType",[st(t)]),e&&(ot("sessionId",[e]),a.sessionId=e),n&&(ot("pageId",[n]),a.pageId=n),[2,a]}var u}))}))}function ot(t,e){if(gn()&&t&&e&&"string"==typeof t&&t.length<255){for(var n=(t in nt?nt[t]:[]),r=0;r<e.length;r++)"string"==typeof e[r]&&e[r].length<255&&n.push(e[r]);nt[t]=n}}function it(){Ft(34)}function ut(){nt={}}function ct(t){return tt(this,void 0,void 0,(function(){var e;return et(this,(function(n){switch(n.label){case 0:return n.trys.push([0,4,,5]),crypto&&t?[4,crypto.subtle.digest("SHA-256",(new TextEncoder).encode(t))]:[3,2];case 1:return e=n.sent(),[2,Array.prototype.map.call(new Uint8Array(e),(function(t){return("00"+t.toString(16)).slice(-2)})).join("")];case 2:return[2,""];case 3:return[3,5];case 4:return n.sent(),[2,""];case 5:return[2]}}))}))}function st(t){return t&&t.indexOf("@")>0?"email":"string"}var lt="CompressionStream"in window;function dt(t){return tt(this,void 0,void 0,(function(){var e,n;return et(this,(function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),lt?(e=new ReadableStream({start:function(e){return tt(this,void 0,void 0,(function(){return et(this,(function(n){return e.enqueue(t),e.close(),[2]}))}))}}).pipeThrough(new TextEncoderStream).pipeThrough(new window.CompressionStream("gzip")),n=Uint8Array.bind,[4,ft(e)]):[3,2];case 1:return[2,new(n.apply(Uint8Array,[void 0,r.sent()]))];case 2:return[3,4];case 3:return r.sent(),[3,4];case 4:return[2,null]}}))}))}function ft(t){return tt(this,void 0,void 0,(function(){var e,n,r,a,o;return et(this,(function(i){switch(i.label){case 0:e=t.getReader(),n=[],r=!1,a=[],i.label=1;case 1:return r?[3,3]:[4,e.read()];case 2:return o=i.sent(),r=o.done,a=o.value,r?[2,n]:(n.push.apply(n,a),[3,1]);case 3:return[2,n]}}))}))}function pt(t,e){try{return!!t[e]}catch(t){return!1}}function ht(t){try{var e=decodeURIComponent(t);return[e!=t,e]}catch(t){}return[!1,t]}var gt=null,vt="^";function mt(t,e){var n;if(void 0===e&&(e=!1),pt(document,"cookie")){var r=document.cookie.split(";");if(r)for(var a=0;a<r.length;a++){var o=r[a].split("=");if(o.length>1&&o[0]&&o[0].trim()===t){for(var i=ht(o[1]),u=i[0],c=i[1];u;)u=(n=ht(c))[0],c=n[1];return e?c.endsWith("".concat("~","1"))?c.substring(0,c.length-2):null:c}}}return null}function yt(t,e,n){if((i.track||""==e)&&(navigator&&navigator.cookieEnabled||pt(document,"cookie"))){var r=function(t){return encodeURIComponent(t)}(e),a=new Date;a.setDate(a.getDate()+n);var o=a?"expires="+a.toUTCString():"",u="".concat(t,"=").concat(r).concat(";").concat(o).concat(";path=/");try{if(null===gt){for(var c=location.hostname?location.hostname.split("."):[],s=c.length-1;s>=0;s--)if(gt=".".concat(c[s]).concat(gt||""),s<c.length-1&&(document.cookie="".concat(u).concat(";").concat("domain=").concat(gt),mt(t)===e))return;gt=""}}catch(t){gt=""}document.cookie=gt?"".concat(u).concat(";").concat("domain=").concat(gt):u}}var bt=null;function wt(t){try{if(!bt)return;var e=function(t){try{return JSON.parse(t)}catch(t){return[]}}(t);e.forEach((function(t){bt(t)}))}catch(t){}}var kt=[P,n,Object.freeze({__proto__:null,compute:it,get data(){return nt},identify:at,reset:ut,set:rt,start:function(){ut()},stop:function(){ut()}}),e,P,Object.freeze({__proto__:null,COOKIE_SEP:vt,getCookie:mt,setCookie:yt,start:function(){gt=null},stop:function(){gt=null}}),r,a,o,t,F,$,P];function _t(){R={},H={},L(5),kt.forEach((function(t){return Ze(t.start)()}))}function St(){kt.slice().reverse().forEach((function(t){return Ze(t.stop)()})),R={},H={}}function Et(){it(),ce(),Ft(0),te(),be()}function It(t,e,n){return"".concat(t,"=").concat(y(e,0===t.indexOf("data-")?"data-":t,n))}var Ot=[],Tt=1,Mt=null;function xt(){Ot=[],function(t){var e=[t];for(;e.length>0;){for(var n=null,r=null,a=null,o=e.shift(),i=o.firstChild,u=o.parentElement?o.parentElement:o.parentNode?o.parentNode:null;i;)e.push(i),i=i.nextSibling;switch(o.nodeType){case Node.DOCUMENT_TYPE_NODE:var c=o;r="*D",n={name:c.name,publicId:c.publicId,systemId:c.systemId};break;case Node.TEXT_NODE:a=o.nodeValue,r=Mt.get(u)?"*T":r;break;case Node.ELEMENT_NODE:var s=o;n=Ct(s),r=["NOSCRIPT","SCRIPT","STYLE"].indexOf(s.tagName)<0?s.tagName:r}jt(o,u,{tag:r,attributes:n,value:a})}}(document),function(t){tt(this,void 0,void 0,(function(){var e,n,r,a,o,i,u,c,s,d,f,p,h;return et(this,(function(g){switch(e=l(),n=[e,t],t){case 8:r=O,n.push(r.width),n.push(r.height),r.width,r.height,Yt(n);break;case 43:if((a=Ot).length>0){for(o=0,i=a;o<i.length;o++)for(u=i[o],c=u.metadata.privacy,s=u.data,d=0,f=["tag","attributes","value"];d<f.length;d++)if(s[p=f[d]])switch(p){case"tag":n.push(u.id),u.parent&&n.push(u.parent),u.previous&&n.push(u.previous),n.push(s[p]);break;case"attributes":for(h in s[p])void 0!==s[p][h]&&n.push(It(h,s[p][h],c));break;case"value":n.push(y(s[p],s.tag,c))}Yt(function(t){for(var e=[],n={},r=0,a=null,o=0;o<t.length;o++)if("string"==typeof t[o]){var i=t[o],u=n[i]||-1;u>=0?a?a.push(u):(a=[u],e.push(a),r++):(a=null,e.push(i),n[i]=r++)}else a=null,e.push(t[o]),r++;return e}(n),!0)}}return[2]}))}))}(43)}function Ct(t){var e={},n=t.attributes;if(n&&n.length>0)for(var r=0;r<n.length;r++)e[n[r].name]=n[r].value;return e}function jt(t,e,n){if(t&&n&&n.tag){var r=function(t){return null===t?null:Mt.has(t)?Mt.get(t):(Mt.set(t,Tt),Tt++)}(t),a=e?Mt.get(e):null,o=t.previousSibling?Mt.get(t.previousSibling):null;Ot.push({id:r,parent:a,previous:o,children:[],data:n,selector:null,hash:null,region:null,metadata:{active:!0,suspend:!1,privacy:5,position:null,fraud:null,size:null}})}}var Nt,zt,Pt,qt,At,Dt,Rt=0,Ht=0,Lt=null,Ut=0,Xt=!1;function Vt(){qt=!0,Rt=0,Ht=0,Xt=!1,Ut=0,Nt=[],zt=[],Pt={},At=null}function Yt(t,e){if(void 0===e&&(e=!0),qt){var n=l(),r=t.length>1?t[1]:null,a=JSON.stringify(t);switch(i.lean?!Xt&&Ht+a.length>10485760&&(Xt=!0):Xt=!1,r){case 5:if(Xt)break;Rt+=a.length;case 37:case 6:case 43:case 45:case 46:case 44:case 51:if(Xt)break;Ht+=a.length,Nt.push(a);break;default:zt.push(a)}L(25);var o=function(){var t=!1===i.lean&&Rt>0?100:Ue.sequence*i.delay;return"string"==typeof i.upload?Math.max(Math.min(t,3e4),100):i.delay}();n-Ut>2*o&&(Y(Lt),Lt=null),e&&null===Lt&&(25!==r&&J(),Lt=V(Wt,o),Ut=n,Qt(Ht))}}function Bt(){Y(Lt),Wt(!0),Rt=0,Ht=0,Xt=!1,Ut=0,Nt=[],zt=[],Pt={},At=null,qt=!1}function Wt(t){return void 0===t&&(t=!1),tt(this,void 0,void 0,(function(){var e,n,r,a,o,u,c,s;return et(this,(function(l){switch(l.label){case 0:return qt?(Lt=null,(e=!1===i.lean&&Ht>0&&(Ht<1048576||Ue.sequence>0))&&X(1,1),Et(),n=!0===t,Ue?(r=JSON.stringify(Ye(n)),a="[".concat(zt.join(),"]"),o=e?"[".concat(Nt.join(),"]"):"",n&&o.length>0&&r.length+a.length+o.length>65536&&(o=""),u=function(t){return t.p.length>0?'{"e":'.concat(t.e,',"a":').concat(t.a,',"p":').concat(t.p,"}"):'{"e":'.concat(t.e,',"a":').concat(t.a,"}")}({e:r,a:a,p:o}),n?(s=null,[3,3]):[3,1]):[2]):[2];case 1:return[4,dt(u)];case 2:s=l.sent(),l.label=3;case 3:return U(2,(c=s)?c.length:u.length),Zt(u,c,Ue.sequence,n),zt=[],e&&(Nt=[],Ht=0,Rt=0,Xt=!1),[2]}}))}))}function Zt(t,e,n,r){if(void 0===r&&(r=!1),"string"==typeof i.upload){var a=i.upload,o=!1;if(r&&navigator&&navigator.sendBeacon)try{(o=navigator.sendBeacon.bind(navigator)(a,t))&&Gt(n)}catch(t){}if(!1===o){n in Pt?Pt[n].attempts++:Pt[n]={data:t,attempts:1};var u=new XMLHttpRequest;u.open("POST",a,!0),u.timeout=15e3,u.ontimeout=function(){We(new Error("".concat("Timeout"," : ").concat(a)))},null!==n&&(u.onreadystatechange=function(){Ze(Jt)(u,n)}),u.withCredentials=!0,e?(u.setRequestHeader("Accept","application/x-clarity-gzip"),u.send(e)):u.send(t)}}else if(i.upload){(0,i.upload)(t),Gt(n)}}function Jt(t,e){var n=Pt[e];t&&4===t.readyState&&n&&((t.status<200||t.status>208)&&n.attempts<=1?t.status>=400&&t.status<500?$t(6):(0===t.status&&(i.upload=i.fallback?i.fallback:i.upload),At={sequence:e,attempts:n.attempts,status:t.status},Ft(2),Zt(n.data,null,e)):(At={sequence:e,attempts:n.attempts,status:t.status},n.attempts>1&&Ft(2),200===t.status&&t.responseText&&function(t){for(var e=t&&t.length>0?t.split("\n"):[],n=0,r=e;n<r.length;n++){var a=r[n],o=a&&a.length>0?a.split(/ (.*)/):[""];switch(o[0]){case"END":$t(6);break;case"UPGRADE":Q("Auto");break;case"ACTION":i.action&&o.length>1&&i.action(o[1]);break;case"EXTRACT":case"MODULE":o.length>1&&o[1];break;case"SIGNAL":o.length>1&&wt(o[1]);break;case"SNAPSHOT":i.lean=!1,xt()}}}(t.responseText),0===t.status&&(Zt(n.data,null,e,!0),$t(3)),t.status>=200&&t.status<=208&&Gt(e),delete Pt[e]))}function Gt(t){1===t&&(qe(),Pe())}function Ft(t){var e=[l(),t];switch(t){case 4:var n=I;n&&n.data&&((e=[n.time,n.event]).push(n.data.visible),e.push(n.data.docWidth),e.push(n.data.docHeight),e.push(n.data.screenWidth),e.push(n.data.screenHeight),e.push(n.data.scrollX),e.push(n.data.scrollY),e.push(n.data.pointerX),e.push(n.data.pointerY),e.push(n.data.activityTime),e.push(n.data.scrollTime),e.push(n.data.pointerTime),e.push(n.data.moveX),e.push(n.data.moveY),e.push(n.data.moveTime),e.push(n.data.downX),e.push(n.data.downY),e.push(n.data.downTime),e.push(n.data.upX),e.push(n.data.upY),e.push(n.data.upTime),e.push(n.data.pointerPrevX),e.push(n.data.pointerPrevY),e.push(n.data.pointerPrevTime),e.push(n.data.modules),Yt(e,!1));break;case 25:e.push(D.gap),Yt(e);break;case 35:e.push(Dt.check),Yt(e,!1);break;case 3:e.push(K.key),Yt(e);break;case 2:e.push(At.sequence),e.push(At.attempts),e.push(At.status),Yt(e,!1);break;case 24:q.key&&e.push(q.key),e.push(q.value),Yt(e);break;case 34:var r=Object.keys(nt);if(r.length>0){for(var a=0,o=r;a<o.length;a++){var i=o[a];e.push(i),e.push(nt[i])}ut(),Yt(e,!1)}break;case 0:var u=Object.keys(H);if(u.length>0){for(var c=0,s=u;c<s.length;c++){var d=s[c],f=parseInt(d,10);e.push(f),e.push(Math.round(H[d]))}H={},Yt(e,!1)}break;case 1:var p=Object.keys(re);if(p.length>0){for(var h=0,g=p;h<g.length;h++){var v=g[h];f=parseInt(v,10);e.push(f),e.push(re[v])}se(),Yt(e,!1)}break;case 36:var m=Object.keys(O);if(m.length>0){for(var y=0,b=m;y<b.length;y++){var w=b[y];f=parseInt(w,10);e.push(f),e.push([].concat.apply([],O[w]))}Yt(e,!1)}break;case 40:M.forEach((function(t){e.push(t);var n=[];for(var r in O[t]){var a=parseInt(r,10);n.push(a),n.push(O[t][r])}e.push(n)})),Yt(e,!1);break;case 47:e.push(le.source),e.push(le.ad_Storage),e.push(le.analytics_Storage),Yt(e,!1)}}function Kt(){Dt={check:0}}function Qt(t){if(0===Dt.check){var e=Dt.check;e=Ue.sequence>=128?1:e,e=Ue.pageNum>=128?7:e,e=l()>72e5?2:e,(e=t>10485760?2:e)!==Dt.check&&$t(e)}}function $t(t){Dt.check=t,5!==t&&(ze(),Rn())}function te(){0!==Dt.check&&Ft(35)}function ee(){Dt=null}var ne=null,re=null,ae=!1;function oe(){ne={},re={},ae=!1}function ie(){ne={},re={},ae=!1}function ue(t,e){if(e&&(e="".concat(e),t in ne||(ne[t]=[]),ne[t].indexOf(e)<0)){if(ne[t].length>128)return void(ae||(ae=!0,$t(5)));ne[t].push(e),t in re||(re[t]=[]),re[t].push(e)}}function ce(){Ft(1)}function se(){re={},ae=!1}var le=null,de=!0;function fe(){var t,e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;de=!0,(null==e?void 0:e.addListener)&&e.addListener(["ad_storage","analytics_storage"],he)}function pe(){de=!0}function he(){var t,e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;if(null==e?void 0:e.getConsentState){var n=e.getConsentState("analytics_storage");Ce(function(t){var e={source:2,ad_Storage:1===t.ad_Storage?"granted":"denied",analytics_Storage:1===t.analytics_Storage?"granted":"denied"};return e}({ad_Storage:e.getConsentState("ad_storage"),analytics_Storage:n}))}}function ge(t){me(t.analytics_Storage?1:0),le=t}function ve(){me(2)}function me(t){ue(36,t.toString())}function ye(t){le=t,Ft(47)}function be(){var t;if(de&&(Ft(47),de=!1,!i.track)){var e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;(null==e?void 0:e.usedUpdate)&&he()}}var we=null,ke=[],_e=0,Se=null,Ee={source:7,ad_Storage:"denied",analytics_Storage:"denied"};function Ie(){var t,e,n,r=navigator&&"userAgent"in navigator?navigator.userAgent:"",a=null!==(n="undefined"!=typeof Intl&&(null===(e=null===(t=null===Intl||void 0===Intl?void 0:Intl.DateTimeFormat())||void 0===t?void 0:t.resolvedOptions())||void 0===e?void 0:e.timeZone))&&void 0!==n?n:"",o=(new Date).getTimezoneOffset().toString(),u=window.location.ancestorOrigins?Array.from(window.location.ancestorOrigins).toString():"",c=document&&document.title?document.title:"";_e=r.indexOf("Electron")>0?1:0;var s=function(){var t={session:De(),ts:Math.round(Date.now()),count:1,upgrade:null,upload:""},e=mt("_clsk",!i.includeSubdomains);if(e){var n=e.includes("^")?e.split("^"):e.split("|");n.length>=5&&t.ts-Re(n[1])<18e5&&(t.session=n[0],t.count=Re(n[2])+1,t.upgrade=Re(n[3]),t.upload=n.length>=6?"".concat("https://").concat(n[5],"/").concat(n[4]):"".concat("https://").concat(n[4]))}return t}(),l=He(),d=i.projectId||function(t,e){void 0===e&&(e=null);for(var n,r=5381,a=r,o=0;o<t.length;o+=2)r=(r<<5)+r^t.charCodeAt(o),o+1<t.length&&(a=(a<<5)+a^t.charCodeAt(o+1));return n=Math.abs(r+11579*a),(e?n%Math.pow(2,e):n).toString(36)}(location.host);we={projectId:d,userId:l.id,sessionId:s.session,pageNum:s.count},i.lean=i.track&&null!==s.upgrade?0===s.upgrade:i.lean,i.upload=i.track&&"string"==typeof i.upload&&s.upload&&s.upload.length>"https://".length?s.upload:i.upload,ue(0,r),ue(3,c),ue(1,b(location.href,!!_e)),ue(2,document.referrer),ue(15,function(){var t=De();if(i.track&&pt(window,"sessionStorage")){var e=sessionStorage.getItem("_cltk");t=e||t,sessionStorage.setItem("_cltk",t)}return t}()),ue(16,document.documentElement.lang),ue(17,document.dir),ue(26,"".concat(window.devicePixelRatio)),ue(28,l.dob.toString()),ue(29,l.version.toString()),ue(33,u),ue(34,a),ue(35,o),X(0,s.ts),X(1,0),X(35,_e);var f,p=null===window||void 0===window?void 0:window.Zone;p&&"__symbol__"in p&&X(39,1),navigator&&(ue(9,navigator.language),X(33,navigator.hardwareConcurrency),X(32,navigator.maxTouchPoints),X(34,Math.round(navigator.deviceMemory)),(f=navigator.userAgentData)&&f.getHighEntropyValues?f.getHighEntropyValues(["model","platform","platformVersion","uaFullVersion"]).then((function(t){var e;ue(22,t.platform),ue(23,t.platformVersion),null===(e=t.brands)||void 0===e||e.forEach((function(t){ue(24,t.name+"~"+t.version)})),ue(25,t.model),X(27,t.mobile?1:0)})):ue(22,navigator.platform)),screen&&(X(14,Math.round(screen.width)),X(15,Math.round(screen.height)),X(16,Math.round(screen.colorDepth)));for(var h=0,g=i.cookies;h<g.length;h++){var v=g[h],m=mt(v);m&&rt(v,m)}null===Se&&(Se={source:l.consent?6:0,ad_Storage:i.track?"granted":"denied",analytics_Storage:i.track?"granted":"denied"}),ge(je(Se)),Ae(l)}function Oe(){we=null,ke.forEach((function(t){t.called=!1}))}function Te(t,e,n,r){void 0===e&&(e=!0),void 0===n&&(n=!1),void 0===r&&(r=!1);var a=i.lean?0:1,o=!1;we&&(a||!1===e)&&(t(we,!i.lean,r?Se:void 0),o=!0),!n&&o||ke.push({callback:t,wait:e,recall:n,called:o,consentInfo:r})}function Me(){return we?[we.userId,we.sessionId,we.pageNum].join("."):""}function xe(t){void 0===t&&(t=!0),t?(Ce({source:4,ad_Storage:"granted",analytics_Storage:"granted"}),ve()):Ce({source:4,ad_Storage:"denied",analytics_Storage:"denied"})}function Ce(t,e){var n;void 0===t&&(t=Ee),void 0===e&&(e=5);var r={source:null!==(n=t.source)&&void 0!==n?n:e,ad_Storage:Ne(t.ad_Storage,null==Se?void 0:Se.ad_Storage),analytics_Storage:Ne(t.analytics_Storage,null==Se?void 0:Se.analytics_Storage)};if(Se&&r.ad_Storage===Se.ad_Storage&&r.analytics_Storage===Se.analytics_Storage)return Se.source=r.source,ye(je(Se)),void ve();Se=r,Pe(!0);var a=je(Se);if(!a.analytics_Storage&&i.track)return i.track=!1,ze(!0),Rn(),void window.setTimeout(Dn,250);gn()&&a.analytics_Storage&&(i.track=!0,Ae(He(),1),qe()),ye(a),ve()}function je(t){var e;return{source:null!==(e=t.source)&&void 0!==e?e:255,ad_Storage:"granted"===t.ad_Storage?1:0,analytics_Storage:"granted"===t.analytics_Storage?1:0}}function Ne(t,e){return void 0===e&&(e="denied"),"string"==typeof t?t.toLowerCase():e}function ze(t){void 0===t&&(t=!1),yt("_clsk","",0),t&&yt("_clck","",0)}function Pe(t){void 0===t&&(t=!1),function(t,e){void 0===e&&(e=!1);if(ke.length>0)for(var n=0;n<ke.length;n++){var r=ke[n];r.callback&&(!r.called&&!e||r.consentInfo&&e)&&(!r.wait||t)&&(r.callback(we,!i.lean,r.consentInfo?Se:void 0),r.called=!0,r.recall||(ke.splice(n,1),n--))}}(i.lean?0:1,t)}function qe(){if(we&&i.track){var t=Math.round(Date.now()),e=i.upload&&"string"==typeof i.upload?i.upload.replace("https://",""):"",n=i.lean?0:1;yt("_clsk",[we.sessionId,t,we.pageNum,n,e].join(vt),1)}}function Ae(t,e){void 0===e&&(e=null),e=null===e?t.consent:e;var n=Math.ceil((Date.now()+31536e6)/864e5),r=0===t.dob?null===i.dob?0:i.dob:t.dob;(null===t.expiry||Math.abs(n-t.expiry)>=1||t.consent!==e||t.dob!==r)&&yt("_clck",[we.userId,2,n.toString(36),e,r].join(vt),365)}function De(){var t=Math.floor(Math.random()*Math.pow(2,32));return window&&window.crypto&&window.crypto.getRandomValues&&Uint32Array&&(t=window.crypto.getRandomValues(new Uint32Array(1))[0]),t.toString(36)}function Re(t,e){return void 0===e&&(e=10),parseInt(t,e)}function He(){var t={id:De(),version:0,expiry:null,consent:0,dob:0},e=mt("_clck",!i.includeSubdomains);if(e&&e.length>0){var n=e.includes("^")?e.split("^"):e.split("|");n.length>1&&(t.version=Re(n[1])),n.length>2&&(t.expiry=Re(n[2],36)),n.length>3&&1===Re(n[3])&&(t.consent=1),n.length>4&&Re(n[1])>1&&(t.dob=Re(n[4])),i.track=i.track||1===t.consent,t.id=i.track?n[0]:t.id}return t}var Le,Ue=null;function Xe(){var t=we;Ue={version:d,sequence:0,start:0,duration:0,projectId:t.projectId,userId:t.userId,sessionId:t.sessionId,pageNum:t.pageNum,upload:0,end:0,applicationPlatform:0,url:""}}function Ve(){Ue=null}function Ye(t){return Ue.start=Ue.start+Ue.duration,Ue.duration=l()-Ue.start,Ue.sequence++,Ue.upload=t&&"sendBeacon"in navigator?1:0,Ue.end=t?1:0,Ue.applicationPlatform=0,Ue.url=b(location.href,!1,!0),[Ue.version,Ue.sequence,Ue.start,Ue.duration,Ue.projectId,Ue.userId,Ue.sessionId,Ue.pageNum,Ue.upload,Ue.end,Ue.applicationPlatform,Ue.url]}function Be(){Le=[]}function We(t){if(Le&&-1===Le.indexOf(t.message)){var e=i.report;if(e&&e.length>0&&Ue){var n={v:Ue.version,p:Ue.projectId,u:Ue.userId,s:Ue.sessionId,n:Ue.pageNum};t.message&&(n.m=t.message),t.stack&&(n.e=t.stack);var r=new XMLHttpRequest;r.open("POST",e,!0),r.send(JSON.stringify(n)),Le.push(t.message)}}return t}function Ze(t){return function(){var e=performance.now();try{t.apply(this,arguments)}catch(t){throw We(t)}var n=performance.now()-e;U(4,n),n>30&&(L(7),X(6,n),t.dn&&"".concat(t.dn,"-").concat(n))}}var Je=new Map;function Ge(t,e,n,r,a){void 0===r&&(r=!1),void 0===a&&(a=!0),n=Ze(n);try{t[u("addEventListener")](e,n,{capture:r,passive:a}),function(t){return Je.has(t)}(t)||Je.set(t,[]),Je.get(t).push({event:e,listener:n,options:{capture:r,passive:a}})}catch(t){}}function Fe(){Je.forEach((function(t,e){!function(t,e){t.forEach((function(t){try{e[u("removeEventListener")](t.event,t.listener,{capture:t.options.capture,passive:t.options.passive})}catch(t){}})),Je.delete(e)}(t,e)})),Je=new Map}var Ke=null,Qe=null,$e=null,tn=0;function en(){return!(tn++>20)}function nn(){tn=0,$e!==an()&&(Rn(),window.setTimeout(rn,250))}function rn(){Dn(),X(29,1)}function an(){return location.href?location.href.replace(location.hash,""):location.href}var on=[],un=null,cn=null,sn=null;function ln(){on=[],un=null,cn=null}function dn(){var t=on.shift();t&&(un=t,t.task().then((function(){t.id===Me()&&(t.resolve(),un=null,dn())})).catch((function(e){t.id===Me()&&(e&&(e.name,e.message,e.stack),un=null,dn())})))}var fn=!1;function pn(){fn=!0,c=s(),ln(),Fe(),Be(),$e=an(),tn=0,Ge(window,"popstate",nn),null===Ke&&(Ke=history.pushState,history.pushState=function(){Ke.apply(this,arguments),gn()&&en()&&nn()}),null===Qe&&(Qe=history.replaceState,history.replaceState=function(){Qe.apply(this,arguments),gn()&&en()&&nn()})}function hn(){$e=null,tn=0,Be(),Fe(),ln(),c=0,fn=!1}function gn(){return fn}function vn(){Dn(),A("clarity","restart")}var mn=null;function yn(){mn=null}function bn(t){mn={fetchStart:Math.round(t.fetchStart),connectStart:Math.round(t.connectStart),connectEnd:Math.round(t.connectEnd),requestStart:Math.round(t.requestStart),responseStart:Math.round(t.responseStart),responseEnd:Math.round(t.responseEnd),domInteractive:Math.round(t.domInteractive),domComplete:Math.round(t.domComplete),loadEventStart:Math.round(t.loadEventStart),loadEventEnd:Math.round(t.loadEventEnd),redirectCount:Math.round(t.redirectCount),size:t.transferSize?t.transferSize:0,type:t.type,protocol:t.nextHopProtocol,encodedSize:t.encodedBodySize?t.encodedBodySize:0,decodedSize:t.decodedBodySize?t.decodedBodySize:0},function(t){tt(this,void 0,void 0,(function(){var e,n;return et(this,(function(r){return e=l(),n=[e,t],29===t&&(n.push(mn.fetchStart),n.push(mn.connectStart),n.push(mn.connectEnd),n.push(mn.requestStart),n.push(mn.responseStart),n.push(mn.responseEnd),n.push(mn.domInteractive),n.push(mn.domComplete),n.push(mn.loadEventStart),n.push(mn.loadEventEnd),n.push(mn.redirectCount),n.push(mn.size),n.push(mn.type),n.push(mn.protocol),n.push(mn.encodedSize),n.push(mn.decodedSize),yn(),Yt(n)),[2]}))}))}(29)}var wn,kn=0,_n=1/0,Sn=0,En=0,In=[],On=new Map,Tn=function(){return kn||0},Mn=function(){if(!In.length)return-1;var t=Math.min(In.length-1,Math.floor((Tn()-En)/50));return In[t].latency},xn=function(){En=Tn(),In.length=0,On.clear()},Cn=function(t){if(t.interactionId&&!(t.duration<40)){!function(t){"interactionCount"in performance?kn=performance.interactionCount:t.interactionId&&(_n=Math.min(_n,t.interactionId),Sn=Math.max(Sn,t.interactionId),kn=Sn?(Sn-_n)/7+1:0)}(t);var e=In[In.length-1],n=On.get(t.interactionId);if(n||In.length<10||t.duration>(null==e?void 0:e.latency)){if(n)t.duration>n.latency&&(n.latency=t.duration);else{var r={id:t.interactionId,latency:t.duration};On.set(r.id,r),In.push(r)}In.sort((function(t,e){return e.latency-t.latency})),In.length>10&&In.splice(10).forEach((function(t){return On.delete(t.id)}))}}},jn=["navigation","resource","longtask","first-input","layout-shift","largest-contentful-paint","event"];function Nn(){try{wn&&wn.disconnect(),wn=new PerformanceObserver(Ze(zn));for(var t=0,e=jn;t<e.length;t++){var n=e[t];PerformanceObserver.supportedEntryTypes.indexOf(n)>=0&&("layout-shift"===n&&U(9,0),wn.observe({type:n,buffered:!0}))}}catch(t){}}function zn(t){!function(t){for(var e=(!("visibilityState"in document)||"visible"===document.visibilityState),n=0;n<t.length;n++){var r=t[n];switch(r.entryType){case"navigation":bn(r);break;case"resource":var a=r.name;ue(4,qn(a)),a!==i.upload&&a!==i.fallback||X(28,r.duration);break;case"longtask":L(7);break;case"first-input":e&&X(10,r.processingStart-r.startTime);break;case"event":e&&"PerformanceEventTiming"in window&&"interactionId"in PerformanceEventTiming.prototype&&(Cn(r),ue(37,Mn().toString()));break;case"layout-shift":e&&!r.hadRecentInput&&U(9,1e3*r.value);break;case"largest-contentful-paint":e&&X(8,r.startTime)}}}(t.getEntries())}var Pn=null;function qn(t){return Pn||(Pn=document.createElement("a")),Pn.href=t,Pn.host}var An=[P,P,P,Object.freeze({__proto__:null,start:function(){yn(),function(){navigator&&navigator.connection&&ue(27,navigator.connection.effectiveType),window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes&&("complete"!==document.readyState?Ge(window,"load",V.bind(this,Nn,0)):Nn())}()},stop:function(){wn&&wn.disconnect(),wn=null,xn(),Pn=null,yn()}}),P];function Dn(t){void 0===t&&(t=null),function(){try{var t=navigator&&"globalPrivacyControl"in navigator&&1==navigator.globalPrivacyControl;return!1===fn&&"undefined"!=typeof Promise&&window.MutationObserver&&document.createTreeWalker&&"now"in Date&&"now"in performance&&"undefined"!=typeof WeakMap&&!t}catch(t){return!1}}()&&(!function(t){if(null===t||fn)return!1;for(var e in t)e in i&&(i[e]=t[e])}(t),pn(),_t(),An.forEach((function(t){return Ze(t.start)()})),null===t&&Xn())}function Rn(){gn()&&(An.slice().reverse().forEach((function(t){return Ze(t.stop)()})),St(),hn(),void 0!==Ln&&(Ln[Un]=function(){(Ln[Un].q=Ln[Un].q||[]).push(arguments),"start"===arguments[0]&&Ln[Un].q.unshift(Ln[Un].q.pop())&&Xn()}))}var Hn=Object.freeze({__proto__:null,consent:xe,consentv2:Ce,dlog:ue,event:A,hashText:x,identify:at,maxMetric:X,measure:Ze,metadata:Te,pause:function(){gn()&&(A("clarity","pause"),null===cn&&(cn=new Promise((function(t){sn=t}))))},queue:Yt,register:z,resume:function(){gn()&&(cn&&(sn(),cn=null,null===un&&dn()),A("clarity","resume"))},schedule:function(t,e){return void 0===e&&(e=0),tt(this,void 0,void 0,(function(){var n,r,a;return et(this,(function(o){for(n=0,r=on;n<r.length;n++)if(r[n].task===t)return[2];return a=new Promise((function(n){on[1===e?"unshift":"push"]({task:t,resolve:n,id:Me()})})),null===un&&null===cn&&dn(),[2,a]}))}))},set:rt,signal:function(t){bt=t},start:Dn,stop:Rn,time:l,upgrade:Q,version:d}),Ln=window,Un="clarity";function Xn(){if(void 0!==Ln){if(Ln[Un]&&Ln[Un].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=Ln[Un]&&Ln[Un].q||[];for(Ln[Un]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Hn[t].apply(Hn,e)},Ln[Un].v=d;t.length>0;)Ln[Un].apply(Ln,t.shift())}}Xn()}();
|
|
1
|
+
!function(){"use strict";var t=Object.freeze({__proto__:null,get queue(){return Yt},get start(){return Vt},get stop(){return Bt},get track(){return At}}),e=Object.freeze({__proto__:null,get check(){return Qt},get compute(){return te},get data(){return Dt},get start(){return Kt},get stop(){return ee},get trigger(){return $t}}),n=Object.freeze({__proto__:null,get compute(){return ce},get data(){return ne},get log(){return ue},get reset(){return se},get start(){return oe},get stop(){return ie},get updates(){return re}}),r=Object.freeze({__proto__:null,get compute(){return be},get config(){return ge},get consent(){return ve},get data(){return le},get start(){return fe},get stop(){return pe},get trackConsentv2(){return ye}}),a=Object.freeze({__proto__:null,get callback(){return Pe},get callbacks(){return ke},get clear(){return ze},get consent(){return xe},get consentv2(){return Ce},get data(){return we},get electron(){return _e},get id(){return Me},get metadata(){return Te},get save(){return qe},get shortid(){return De},get start(){return Ie},get stop(){return Oe}}),o=Object.freeze({__proto__:null,get data(){return Ue},get envelope(){return Ye},get start(){return Xe},get stop(){return Ve}}),i={projectId:null,delay:1e3,lean:!1,lite:!1,track:!0,content:!0,drop:[],mask:[],unmask:[],regions:[],cookies:[],fraud:!0,checksum:[],report:null,upload:null,fallback:null,upgrade:null,action:null,dob:null,delayDom:!1,throttleDom:!0,conversions:!1,includeSubdomains:!0,modules:[]};function u(t){return window.Zone&&"__symbol__"in window.Zone?window.Zone.__symbol__(t):t}var c=0;function s(){return performance.now()+performance.timeOrigin}function l(t){void 0===t&&(t=null);var e=0===c?s():c,n=t&&t.timeStamp>0?t.timeStamp:performance.now(),r=t&&t.view?t.view.performance.timeOrigin:performance.timeOrigin;return Math.max(Math.round(n+r-e),0)}var d="0.8.50";var f=/\S/gi,p=255,h=!0,g=null,v=null,m=null;function y(t,e,n,r,a){if(void 0===r&&(r=!1),t){if("input"==e&&("checkbox"===a||"radio"===a))return t;switch(n){case 0:return t;case 1:switch(e){case"*T":case"value":case"placeholder":case"click":return function(t){var e=-1,n=0,r=!1,a=!1,o=!1,i=null;E();for(var u=0;u<t.length;u++){var c=t.charCodeAt(u);if(r=r||c>=48&&c<=57,a=a||64===c,o=9===c||10===c||13===c||32===c,0===u||u===t.length-1||o){if(r||a){null===i&&(i=t.split(""));var s=t.substring(e+1,o?u:u+1);s=h&&null!==m?s.match(m)?s:_(s,"▪","▫"):k(s),i.splice(e+1-n,s.length,s),n+=s.length-1}o&&(r=!1,a=!1,e=u)}}return i?i.join(""):t}(t);case"input":case"change":return S(t)}return t;case 2:case 3:switch(e){case"*T":case"data-":return r?w(t):k(t);case"src":case"srcset":case"title":case"alt":case"href":case"xlink:href":return 3===n?"src"===e&&(null==t?void 0:t.startsWith("blob:"))?"blob:":"":t;case"value":case"click":case"input":case"change":return S(t);case"placeholder":return k(t)}break;case 4:switch(e){case"*T":case"data-":return r?w(t):k(t);case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":return""}break;case 5:switch(e){case"*T":case"data-":return _(t,"▪","▫");case"value":case"input":case"click":case"change":return Array(5).join("•");case"checksum":case"src":case"srcset":case"alt":case"title":return""}}}return t}function b(t,e,n){void 0===e&&(e=!1),void 0===n&&(n=!1);var r=t;if(e)r="".concat("https://").concat("Electron");else{var a=i.drop;if(a&&a.length>0&&t&&t.indexOf("?")>0){var o=t.split("?"),u=o[0],c=o[1];r=u+"?"+c.split("&").map((function(t){return a.some((function(e){return 0===t.indexOf("".concat(e,"="))}))?"".concat(t.split("=")[0],"=").concat("*na*"):t})).join("&")}}return n&&(r=r.substring(0,p)),r}function w(t){var e=t.trim();if(e.length>0){var n=e[0],r=t.indexOf(n),a=t.substr(0,r),o=t.substr(r+e.length);return"".concat(a).concat(e.length.toString(36)).concat(o)}return t}function k(t){return t.replace(f,"•")}function _(t,e,n){return E(),t?t.replace(v,e).replace(g,n):t}function S(t){for(var e=5*(Math.floor(t.length/5)+1),n="",r=0;r<e;r++)n+=r>0&&r%5==0?" ":"•";return n}function E(){if(h&&null===g)try{g=new RegExp("\\p{N}","gu"),v=new RegExp("\\p{L}","gu"),m=new RegExp("\\p{Sc}","gu")}catch(t){h=!1}}var I=[],O=null;function T(){}var M=[];function x(){}function C(){}function j(){}function N(){}function z(){}var P=Object.freeze({__proto__:null,checkDocumentStyles:function(t){},compute:function(){},data:O,event:N,hashText:x,keys:M,log:T,observe:function(){},register:z,reset:function(){},sheetAdoptionState:[],sheetUpdateState:[],start:function(){},state:I,stop:function(){},track:j,trigger:C}),q=null;function A(t,e){gn()&&t&&"string"==typeof t&&t.length<255&&(q=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},Ft(24))}var D,R=null,H=null;function L(t){t in R||(R[t]=0),t in H||(H[t]=0),R[t]++,H[t]++}function U(t,e){null!==e&&(t in R||(R[t]=0),t in H||(H[t]=0),R[t]+=e,H[t]+=e)}function X(t,e){null!==e&&!1===isNaN(e)&&(t in R||(R[t]=0),(e>R[t]||0===R[t])&&(H[t]=e,R[t]=e))}function V(t,e,n){return window.setTimeout(Ze(t),e,n)}function Y(t){return window.clearTimeout(t)}var B=0,W=0,Z=null;function J(){Z&&Y(Z),Z=V(G,W),B=l()}function G(){var t=l();D={gap:t-B},Ft(25),D.gap<3e5?Z=V(G,W):fn&&(A("clarity","suspend"),Rn(),["mousemove","touchstart"].forEach((function(t){return Ge(document,t,vn)})),["resize","scroll","pageshow"].forEach((function(t){return Ge(window,t,vn)})))}var F=Object.freeze({__proto__:null,get data(){return D},reset:J,start:function(){W=6e4,B=0},stop:function(){Y(Z),B=0,W=0}}),K=null;function Q(t){gn()&&i.lean&&(i.lean=!1,K={key:t},Pe(),qe(),i.upgrade&&i.upgrade(t),Ft(3),i.lite)}var $=Object.freeze({__proto__:null,get data(){return K},start:function(){!i.lean&&i.upgrade&&i.upgrade("Config"),K=null},stop:function(){K=null},upgrade:Q});function tt(t,e,n,r){return new(n||(n=Promise))((function(a,o){function i(t){try{c(r.next(t))}catch(t){o(t)}}function u(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){var e;t.done?a(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(i,u)}c((r=r.apply(t,e||[])).next())}))}function et(t,e){var n,r,a,o,i={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return o={next:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function u(u){return function(c){return function(u){if(n)throw new TypeError("Generator is already executing.");for(;o&&(o=0,u[0]&&(i=0)),i;)try{if(n=1,r&&(a=2&u[0]?r.return:u[0]?r.throw||((a=r.return)&&a.call(r),0):r.next)&&!(a=a.call(r,u[1])).done)return a;switch(r=0,a&&(u=[2&u[0],a.value]),u[0]){case 0:case 1:a=u;break;case 4:return i.label++,{value:u[1],done:!1};case 5:i.label++,r=u[1],u=[0];continue;case 7:u=i.ops.pop(),i.trys.pop();continue;default:if(!(a=i.trys,(a=a.length>0&&a[a.length-1])||6!==u[0]&&2!==u[0])){i=0;continue}if(3===u[0]&&(!a||u[1]>a[0]&&u[1]<a[3])){i.label=u[1];break}if(6===u[0]&&i.label<a[1]){i.label=a[1],a=u;break}if(a&&i.label<a[2]){i.label=a[2],i.ops.push(u);break}a[2]&&i.ops.pop(),i.trys.pop();continue}u=e.call(t,i)}catch(t){u=[6,t],r=0}finally{n=a=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}([u,c])}}}var nt=null;function rt(t,e){ot(t,"string"==typeof e?[e]:e)}function at(t,e,n,r){return void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null),tt(this,void 0,void 0,(function(){var a,o;return et(this,(function(i){switch(i.label){case 0:return o={},[4,ct(t)];case 1:return o.userId=i.sent(),o.userHint=r||((u=t)&&u.length>=5?"".concat(u.substring(0,2)).concat(_(u.substring(2),"*","*")):_(u,"*","*")),ot("userId",[(a=o).userId]),ot("userHint",[a.userHint]),ot("userType",[st(t)]),e&&(ot("sessionId",[e]),a.sessionId=e),n&&(ot("pageId",[n]),a.pageId=n),[2,a]}var u}))}))}function ot(t,e){if(gn()&&t&&e&&"string"==typeof t&&t.length<255){for(var n=(t in nt?nt[t]:[]),r=0;r<e.length;r++)"string"==typeof e[r]&&e[r].length<255&&n.push(e[r]);nt[t]=n}}function it(){Ft(34)}function ut(){nt={}}function ct(t){return tt(this,void 0,void 0,(function(){var e;return et(this,(function(n){switch(n.label){case 0:return n.trys.push([0,4,,5]),crypto&&t?[4,crypto.subtle.digest("SHA-256",(new TextEncoder).encode(t))]:[3,2];case 1:return e=n.sent(),[2,Array.prototype.map.call(new Uint8Array(e),(function(t){return("00"+t.toString(16)).slice(-2)})).join("")];case 2:return[2,""];case 3:return[3,5];case 4:return n.sent(),[2,""];case 5:return[2]}}))}))}function st(t){return t&&t.indexOf("@")>0?"email":"string"}var lt="CompressionStream"in window;function dt(t){return tt(this,void 0,void 0,(function(){var e,n;return et(this,(function(r){switch(r.label){case 0:return r.trys.push([0,3,,4]),lt?(e=new ReadableStream({start:function(e){return tt(this,void 0,void 0,(function(){return et(this,(function(n){return e.enqueue(t),e.close(),[2]}))}))}}).pipeThrough(new TextEncoderStream).pipeThrough(new window.CompressionStream("gzip")),n=Uint8Array.bind,[4,ft(e)]):[3,2];case 1:return[2,new(n.apply(Uint8Array,[void 0,r.sent()]))];case 2:return[3,4];case 3:return r.sent(),[3,4];case 4:return[2,null]}}))}))}function ft(t){return tt(this,void 0,void 0,(function(){var e,n,r,a,o;return et(this,(function(i){switch(i.label){case 0:e=t.getReader(),n=[],r=!1,a=[],i.label=1;case 1:return r?[3,3]:[4,e.read()];case 2:return o=i.sent(),r=o.done,a=o.value,r?[2,n]:(n.push.apply(n,a),[3,1]);case 3:return[2,n]}}))}))}function pt(t,e){try{return!!t[e]}catch(t){return!1}}function ht(t){try{var e=decodeURIComponent(t);return[e!=t,e]}catch(t){}return[!1,t]}var gt=null,vt="^";function mt(t,e){var n;if(void 0===e&&(e=!1),pt(document,"cookie")){var r=document.cookie.split(";");if(r)for(var a=0;a<r.length;a++){var o=r[a].split("=");if(o.length>1&&o[0]&&o[0].trim()===t){for(var i=ht(o[1]),u=i[0],c=i[1];u;)u=(n=ht(c))[0],c=n[1];return e?c.endsWith("".concat("~","1"))?c.substring(0,c.length-2):null:c}}}return null}function yt(t,e,n){if((i.track||""==e)&&(navigator&&navigator.cookieEnabled||pt(document,"cookie"))){var r=function(t){return encodeURIComponent(t)}(e),a=new Date;a.setDate(a.getDate()+n);var o=a?"expires="+a.toUTCString():"",u="".concat(t,"=").concat(r).concat(";").concat(o).concat(";path=/");try{if(null===gt){for(var c=location.hostname?location.hostname.split("."):[],s=c.length-1;s>=0;s--)if(gt=".".concat(c[s]).concat(gt||""),s<c.length-1&&(document.cookie="".concat(u).concat(";").concat("domain=").concat(gt),mt(t)===e))return;gt=""}}catch(t){gt=""}document.cookie=gt?"".concat(u).concat(";").concat("domain=").concat(gt):u}}var bt=null;function wt(t){try{if(!bt)return;var e=function(t){try{return JSON.parse(t)}catch(t){return[]}}(t);e.forEach((function(t){bt(t)}))}catch(t){}}var kt=[P,n,Object.freeze({__proto__:null,compute:it,get data(){return nt},identify:at,reset:ut,set:rt,start:function(){ut()},stop:function(){ut()}}),e,P,Object.freeze({__proto__:null,COOKIE_SEP:vt,getCookie:mt,setCookie:yt,start:function(){gt=null},stop:function(){gt=null}}),r,a,o,t,F,$,P];function _t(){R={},H={},L(5),kt.forEach((function(t){return Ze(t.start)()}))}function St(){kt.slice().reverse().forEach((function(t){return Ze(t.stop)()})),R={},H={}}function Et(){it(),ce(),Ft(0),te(),be()}function It(t,e,n){return"".concat(t,"=").concat(y(e,0===t.indexOf("data-")?"data-":t,n))}var Ot=[],Tt=1,Mt=null;function xt(){Ot=[],function(t){var e=[t];for(;e.length>0;){for(var n=null,r=null,a=null,o=e.shift(),i=o.firstChild,u=o.parentElement?o.parentElement:o.parentNode?o.parentNode:null;i;)e.push(i),i=i.nextSibling;switch(o.nodeType){case Node.DOCUMENT_TYPE_NODE:var c=o;r="*D",n={name:c.name,publicId:c.publicId,systemId:c.systemId};break;case Node.TEXT_NODE:a=o.nodeValue,r=Mt.get(u)?"*T":r;break;case Node.ELEMENT_NODE:var s=o;n=Ct(s),r=["NOSCRIPT","SCRIPT","STYLE"].indexOf(s.tagName)<0?s.tagName:r}jt(o,u,{tag:r,attributes:n,value:a})}}(document),function(t){tt(this,void 0,void 0,(function(){var e,n,r,a,o,i,u,c,s,d,f,p,h;return et(this,(function(g){switch(e=l(),n=[e,t],t){case 8:r=O,n.push(r.width),n.push(r.height),r.width,r.height,Yt(n);break;case 43:if((a=Ot).length>0){for(o=0,i=a;o<i.length;o++)for(u=i[o],c=u.metadata.privacy,s=u.data,d=0,f=["tag","attributes","value"];d<f.length;d++)if(s[p=f[d]])switch(p){case"tag":n.push(u.id),u.parent&&n.push(u.parent),u.previous&&n.push(u.previous),n.push(s[p]);break;case"attributes":for(h in s[p])void 0!==s[p][h]&&n.push(It(h,s[p][h],c));break;case"value":n.push(y(s[p],s.tag,c))}Yt(function(t){for(var e=[],n={},r=0,a=null,o=0;o<t.length;o++)if("string"==typeof t[o]){var i=t[o],u=n[i]||-1;u>=0?a?a.push(u):(a=[u],e.push(a),r++):(a=null,e.push(i),n[i]=r++)}else a=null,e.push(t[o]),r++;return e}(n),!0)}}return[2]}))}))}(43)}function Ct(t){var e={},n=t.attributes;if(n&&n.length>0)for(var r=0;r<n.length;r++)e[n[r].name]=n[r].value;return e}function jt(t,e,n){if(t&&n&&n.tag){var r=function(t){return null===t?null:Mt.has(t)?Mt.get(t):(Mt.set(t,Tt),Tt++)}(t),a=e?Mt.get(e):null,o=t.previousSibling?Mt.get(t.previousSibling):null;Ot.push({id:r,parent:a,previous:o,children:[],data:n,selector:null,hash:null,region:null,metadata:{active:!0,suspend:!1,privacy:5,position:null,fraud:null,size:null}})}}var Nt,zt,Pt,qt,At,Dt,Rt=0,Ht=0,Lt=null,Ut=0,Xt=!1;function Vt(){qt=!0,Rt=0,Ht=0,Xt=!1,Ut=0,Nt=[],zt=[],Pt={},At=null}function Yt(t,e){if(void 0===e&&(e=!0),qt){var n=l(),r=t.length>1?t[1]:null,a=JSON.stringify(t);switch(i.lean?!Xt&&Ht+a.length>10485760&&(Xt=!0):Xt=!1,r){case 5:if(Xt)break;Rt+=a.length;case 37:case 6:case 43:case 45:case 46:case 44:case 51:if(Xt)break;Ht+=a.length,Nt.push(a);break;default:zt.push(a)}L(25);var o=function(){var t=!1===i.lean&&Rt>0?100:Ue.sequence*i.delay;return"string"==typeof i.upload?Math.max(Math.min(t,3e4),100):i.delay}();n-Ut>2*o&&(Y(Lt),Lt=null),e&&null===Lt&&(25!==r&&J(),Lt=V(Wt,o),Ut=n,Qt(Ht))}}function Bt(){Y(Lt),Wt(!0),Rt=0,Ht=0,Xt=!1,Ut=0,Nt=[],zt=[],Pt={},At=null,qt=!1}function Wt(t){return void 0===t&&(t=!1),tt(this,void 0,void 0,(function(){var e,n,r,a,o,u,c,s;return et(this,(function(l){switch(l.label){case 0:return qt?(Lt=null,(e=!1===i.lean&&Ht>0&&(Ht<1048576||Ue.sequence>0))&&X(1,1),Et(),n=!0===t,Ue?(r=JSON.stringify(Ye(n)),a="[".concat(zt.join(),"]"),o=e?"[".concat(Nt.join(),"]"):"",n&&o.length>0&&r.length+a.length+o.length>65536&&(o=""),u=function(t){return t.p.length>0?'{"e":'.concat(t.e,',"a":').concat(t.a,',"p":').concat(t.p,"}"):'{"e":'.concat(t.e,',"a":').concat(t.a,"}")}({e:r,a:a,p:o}),n?(s=null,[3,3]):[3,1]):[2]):[2];case 1:return[4,dt(u)];case 2:s=l.sent(),l.label=3;case 3:return U(2,(c=s)?c.length:u.length),Zt(u,c,Ue.sequence,n),zt=[],e&&(Nt=[],Ht=0,Rt=0,Xt=!1),[2]}}))}))}function Zt(t,e,n,r){if(void 0===r&&(r=!1),"string"==typeof i.upload){var a=i.upload,o=!1;if(r&&navigator&&navigator.sendBeacon)try{(o=navigator.sendBeacon.bind(navigator)(a,t))&&Gt(n)}catch(t){}if(!1===o){n in Pt?Pt[n].attempts++:Pt[n]={data:t,attempts:1};var u=new XMLHttpRequest;u.open("POST",a,!0),u.timeout=15e3,u.ontimeout=function(){We(new Error("".concat("Timeout"," : ").concat(a)))},null!==n&&(u.onreadystatechange=function(){Ze(Jt)(u,n)}),u.withCredentials=!0,e?(u.setRequestHeader("Accept","application/x-clarity-gzip"),u.send(e)):u.send(t)}}else if(i.upload){(0,i.upload)(t),Gt(n)}}function Jt(t,e){var n=Pt[e];t&&4===t.readyState&&n&&((t.status<200||t.status>208)&&n.attempts<=1?t.status>=400&&t.status<500?$t(6):(0===t.status&&(i.upload=i.fallback?i.fallback:i.upload),At={sequence:e,attempts:n.attempts,status:t.status},Ft(2),Zt(n.data,null,e)):(At={sequence:e,attempts:n.attempts,status:t.status},n.attempts>1&&Ft(2),200===t.status&&t.responseText&&function(t){for(var e=t&&t.length>0?t.split("\n"):[],n=0,r=e;n<r.length;n++){var a=r[n],o=a&&a.length>0?a.split(/ (.*)/):[""];switch(o[0]){case"END":$t(6);break;case"UPGRADE":Q("Auto");break;case"ACTION":i.action&&o.length>1&&i.action(o[1]);break;case"EXTRACT":case"MODULE":o.length>1&&o[1];break;case"SIGNAL":o.length>1&&wt(o[1]);break;case"SNAPSHOT":i.lean=!1,xt()}}}(t.responseText),0===t.status&&(Zt(n.data,null,e,!0),$t(3)),t.status>=200&&t.status<=208&&Gt(e),delete Pt[e]))}function Gt(t){1===t&&(qe(),Pe())}function Ft(t){var e=[l(),t];switch(t){case 4:var n=I;n&&n.data&&((e=[n.time,n.event]).push(n.data.visible),e.push(n.data.docWidth),e.push(n.data.docHeight),e.push(n.data.screenWidth),e.push(n.data.screenHeight),e.push(n.data.scrollX),e.push(n.data.scrollY),e.push(n.data.pointerX),e.push(n.data.pointerY),e.push(n.data.activityTime),e.push(n.data.scrollTime),e.push(n.data.pointerTime),e.push(n.data.moveX),e.push(n.data.moveY),e.push(n.data.moveTime),e.push(n.data.downX),e.push(n.data.downY),e.push(n.data.downTime),e.push(n.data.upX),e.push(n.data.upY),e.push(n.data.upTime),e.push(n.data.pointerPrevX),e.push(n.data.pointerPrevY),e.push(n.data.pointerPrevTime),e.push(n.data.modules),Yt(e,!1));break;case 25:e.push(D.gap),Yt(e);break;case 35:e.push(Dt.check),Yt(e,!1);break;case 3:e.push(K.key),Yt(e);break;case 2:e.push(At.sequence),e.push(At.attempts),e.push(At.status),Yt(e,!1);break;case 24:q.key&&e.push(q.key),e.push(q.value),Yt(e);break;case 34:var r=Object.keys(nt);if(r.length>0){for(var a=0,o=r;a<o.length;a++){var i=o[a];e.push(i),e.push(nt[i])}ut(),Yt(e,!1)}break;case 0:var u=Object.keys(H);if(u.length>0){for(var c=0,s=u;c<s.length;c++){var d=s[c],f=parseInt(d,10);e.push(f),e.push(Math.round(H[d]))}H={},Yt(e,!1)}break;case 1:var p=Object.keys(re);if(p.length>0){for(var h=0,g=p;h<g.length;h++){var v=g[h];f=parseInt(v,10);e.push(f),e.push(re[v])}se(),Yt(e,!1)}break;case 36:var m=Object.keys(O);if(m.length>0){for(var y=0,b=m;y<b.length;y++){var w=b[y];f=parseInt(w,10);e.push(f),e.push([].concat.apply([],O[w]))}Yt(e,!1)}break;case 40:M.forEach((function(t){e.push(t);var n=[];for(var r in O[t]){var a=parseInt(r,10);n.push(a),n.push(O[t][r])}e.push(n)})),Yt(e,!1);break;case 47:e.push(le.source),e.push(le.ad_Storage),e.push(le.analytics_Storage),Yt(e,!1)}}function Kt(){Dt={check:0}}function Qt(t){if(0===Dt.check){var e=Dt.check;e=Ue.sequence>=128?1:e,e=Ue.pageNum>=128?7:e,e=l()>72e5?2:e,(e=t>10485760?2:e)!==Dt.check&&$t(e)}}function $t(t){Dt.check=t,5!==t&&(ze(),Rn())}function te(){0!==Dt.check&&Ft(35)}function ee(){Dt=null}var ne=null,re=null,ae=!1;function oe(){ne={},re={},ae=!1}function ie(){ne={},re={},ae=!1}function ue(t,e){if(e&&(e="".concat(e),t in ne||(ne[t]=[]),ne[t].indexOf(e)<0)){if(ne[t].length>128)return void(ae||(ae=!0,$t(5)));ne[t].push(e),t in re||(re[t]=[]),re[t].push(e)}}function ce(){Ft(1)}function se(){re={},ae=!1}var le=null,de=!0;function fe(){var t,e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;de=!0,(null==e?void 0:e.addListener)&&e.addListener(["ad_storage","analytics_storage"],he)}function pe(){de=!0}function he(){var t,e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;if(null==e?void 0:e.getConsentState){var n=e.getConsentState("analytics_storage");Ce(function(t){var e={source:2,ad_Storage:1===t.ad_Storage?"granted":"denied",analytics_Storage:1===t.analytics_Storage?"granted":"denied"};return e}({ad_Storage:e.getConsentState("ad_storage"),analytics_Storage:n}))}}function ge(t){me(t.analytics_Storage?1:0),le=t}function ve(){me(2)}function me(t){ue(36,t.toString())}function ye(t){le=t,Ft(47)}function be(){var t;if(de&&(Ft(47),de=!1,!i.track)){var e=null===(t=window.google_tag_data)||void 0===t?void 0:t.ics;(null==e?void 0:e.usedUpdate)&&he()}}var we=null,ke=[],_e=0,Se=null,Ee={source:7,ad_Storage:"denied",analytics_Storage:"denied"};function Ie(){var t,e,n,r=navigator&&"userAgent"in navigator?navigator.userAgent:"",a=null!==(n="undefined"!=typeof Intl&&(null===(e=null===(t=null===Intl||void 0===Intl?void 0:Intl.DateTimeFormat())||void 0===t?void 0:t.resolvedOptions())||void 0===e?void 0:e.timeZone))&&void 0!==n?n:"",o=(new Date).getTimezoneOffset().toString(),u=window.location.ancestorOrigins?Array.from(window.location.ancestorOrigins).toString():"",c=document&&document.title?document.title:"";_e=r.indexOf("Electron")>0?1:0;var s=function(){var t={session:De(),ts:Math.round(Date.now()),count:1,upgrade:null,upload:""},e=mt("_clsk",!i.includeSubdomains);if(e){var n=e.includes("^")?e.split("^"):e.split("|");n.length>=5&&t.ts-Re(n[1])<18e5&&(t.session=n[0],t.count=Re(n[2])+1,t.upgrade=Re(n[3]),t.upload=n.length>=6?"".concat("https://").concat(n[5],"/").concat(n[4]):"".concat("https://").concat(n[4]))}return t}(),l=He(),d=i.projectId||function(t,e){void 0===e&&(e=null);for(var n,r=5381,a=r,o=0;o<t.length;o+=2)r=(r<<5)+r^t.charCodeAt(o),o+1<t.length&&(a=(a<<5)+a^t.charCodeAt(o+1));return n=Math.abs(r+11579*a),(e?n%Math.pow(2,e):n).toString(36)}(location.host);we={projectId:d,userId:l.id,sessionId:s.session,pageNum:s.count},i.lean=i.track&&null!==s.upgrade?0===s.upgrade:i.lean,i.upload=i.track&&"string"==typeof i.upload&&s.upload&&s.upload.length>"https://".length?s.upload:i.upload,ue(0,r),ue(3,c),ue(1,b(location.href,!!_e)),ue(2,document.referrer),ue(15,function(){var t=De();if(i.track&&pt(window,"sessionStorage")){var e=sessionStorage.getItem("_cltk");t=e||t,sessionStorage.setItem("_cltk",t)}return t}()),ue(16,document.documentElement.lang),ue(17,document.dir),ue(26,"".concat(window.devicePixelRatio)),ue(28,l.dob.toString()),ue(29,l.version.toString()),ue(33,u),ue(34,a),ue(35,o),X(0,s.ts),X(1,0),X(35,_e);var f,p=null===window||void 0===window?void 0:window.Zone;p&&"__symbol__"in p&&X(39,1),navigator&&(ue(9,navigator.language),X(33,navigator.hardwareConcurrency),X(32,navigator.maxTouchPoints),X(34,Math.round(navigator.deviceMemory)),(f=navigator.userAgentData)&&f.getHighEntropyValues?f.getHighEntropyValues(["model","platform","platformVersion","uaFullVersion"]).then((function(t){var e;ue(22,t.platform),ue(23,t.platformVersion),null===(e=t.brands)||void 0===e||e.forEach((function(t){ue(24,t.name+"~"+t.version)})),ue(25,t.model),X(27,t.mobile?1:0)})):ue(22,navigator.platform)),screen&&(X(14,Math.round(screen.width)),X(15,Math.round(screen.height)),X(16,Math.round(screen.colorDepth)));for(var h=0,g=i.cookies;h<g.length;h++){var v=g[h],m=mt(v);m&&rt(v,m)}null===Se&&(Se={source:l.consent?6:0,ad_Storage:i.track?"granted":"denied",analytics_Storage:i.track?"granted":"denied"}),ge(je(Se)),Ae(l)}function Oe(){we=null,ke.forEach((function(t){t.called=!1}))}function Te(t,e,n,r){void 0===e&&(e=!0),void 0===n&&(n=!1),void 0===r&&(r=!1);var a=i.lean?0:1,o=!1;we&&(a||!1===e)&&(t(we,!i.lean,r?Se:void 0),o=!0),!n&&o||ke.push({callback:t,wait:e,recall:n,called:o,consentInfo:r})}function Me(){return we?[we.userId,we.sessionId,we.pageNum].join("."):""}function xe(t){void 0===t&&(t=!0),t?(Ce({source:4,ad_Storage:"granted",analytics_Storage:"granted"}),ve()):Ce({source:4,ad_Storage:"denied",analytics_Storage:"denied"})}function Ce(t,e){var n;void 0===t&&(t=Ee),void 0===e&&(e=5);var r={source:null!==(n=t.source)&&void 0!==n?n:e,ad_Storage:Ne(t.ad_Storage,null==Se?void 0:Se.ad_Storage),analytics_Storage:Ne(t.analytics_Storage,null==Se?void 0:Se.analytics_Storage)};if(Se&&r.ad_Storage===Se.ad_Storage&&r.analytics_Storage===Se.analytics_Storage)return Se.source=r.source,ye(je(Se)),void ve();Se=r,Pe(!0);var a=je(Se);if(!a.analytics_Storage&&i.track)return i.track=!1,ze(!0),Rn(),void window.setTimeout(Dn,250);gn()&&a.analytics_Storage&&(i.track=!0,Ae(He(),1),qe()),ye(a),ve()}function je(t){var e;return{source:null!==(e=t.source)&&void 0!==e?e:255,ad_Storage:"granted"===t.ad_Storage?1:0,analytics_Storage:"granted"===t.analytics_Storage?1:0}}function Ne(t,e){return void 0===e&&(e="denied"),"string"==typeof t?t.toLowerCase():e}function ze(t){void 0===t&&(t=!1),yt("_clsk","",0),t&&yt("_clck","",0)}function Pe(t){void 0===t&&(t=!1),function(t,e){void 0===e&&(e=!1);if(ke.length>0)for(var n=0;n<ke.length;n++){var r=ke[n];r.callback&&(!r.called&&!e||r.consentInfo&&e)&&(!r.wait||t)&&(r.callback(we,!i.lean,r.consentInfo?Se:void 0),r.called=!0,r.recall||(ke.splice(n,1),n--))}}(i.lean?0:1,t)}function qe(){if(we&&i.track){var t=Math.round(Date.now()),e=i.upload&&"string"==typeof i.upload?i.upload.replace("https://",""):"",n=i.lean?0:1;yt("_clsk",[we.sessionId,t,we.pageNum,n,e].join(vt),1)}}function Ae(t,e){void 0===e&&(e=null),e=null===e?t.consent:e;var n=Math.ceil((Date.now()+31536e6)/864e5),r=0===t.dob?null===i.dob?0:i.dob:t.dob;(null===t.expiry||Math.abs(n-t.expiry)>=1||t.consent!==e||t.dob!==r)&&yt("_clck",[we.userId,2,n.toString(36),e,r].join(vt),365)}function De(){var t=Math.floor(Math.random()*Math.pow(2,32));return window&&window.crypto&&window.crypto.getRandomValues&&Uint32Array&&(t=window.crypto.getRandomValues(new Uint32Array(1))[0]),t.toString(36)}function Re(t,e){return void 0===e&&(e=10),parseInt(t,e)}function He(){var t={id:De(),version:0,expiry:null,consent:0,dob:0},e=mt("_clck",!i.includeSubdomains);if(e&&e.length>0){var n=e.includes("^")?e.split("^"):e.split("|");n.length>1&&(t.version=Re(n[1])),n.length>2&&(t.expiry=Re(n[2],36)),n.length>3&&1===Re(n[3])&&(t.consent=1),n.length>4&&Re(n[1])>1&&(t.dob=Re(n[4])),i.track=i.track||1===t.consent,t.id=i.track?n[0]:t.id}return t}var Le,Ue=null;function Xe(){var t=we;Ue={version:d,sequence:0,start:0,duration:0,projectId:t.projectId,userId:t.userId,sessionId:t.sessionId,pageNum:t.pageNum,upload:0,end:0,applicationPlatform:0,url:""}}function Ve(){Ue=null}function Ye(t){return Ue.start=Ue.start+Ue.duration,Ue.duration=l()-Ue.start,Ue.sequence++,Ue.upload=t&&"sendBeacon"in navigator?1:0,Ue.end=t?1:0,Ue.applicationPlatform=0,Ue.url=b(location.href,!1,!0),[Ue.version,Ue.sequence,Ue.start,Ue.duration,Ue.projectId,Ue.userId,Ue.sessionId,Ue.pageNum,Ue.upload,Ue.end,Ue.applicationPlatform,Ue.url]}function Be(){Le=[]}function We(t){if(Le&&-1===Le.indexOf(t.message)){var e=i.report;if(e&&e.length>0&&Ue){var n={v:Ue.version,p:Ue.projectId,u:Ue.userId,s:Ue.sessionId,n:Ue.pageNum};t.message&&(n.m=t.message),t.stack&&(n.e=t.stack);var r=new XMLHttpRequest;r.open("POST",e,!0),r.send(JSON.stringify(n)),Le.push(t.message)}}return t}function Ze(t){return function(){var e=performance.now();try{t.apply(this,arguments)}catch(t){throw We(t)}var n=performance.now()-e;U(4,n),n>30&&(L(7),X(6,n),t.dn&&"".concat(t.dn,"-").concat(n))}}var Je=new Map;function Ge(t,e,n,r,a){void 0===r&&(r=!1),void 0===a&&(a=!0),n=Ze(n);try{t[u("addEventListener")](e,n,{capture:r,passive:a}),function(t){return Je.has(t)}(t)||Je.set(t,[]),Je.get(t).push({event:e,listener:n,options:{capture:r,passive:a}})}catch(t){}}function Fe(){Je.forEach((function(t,e){!function(t,e){t.forEach((function(t){try{e[u("removeEventListener")](t.event,t.listener,{capture:t.options.capture,passive:t.options.passive})}catch(t){}})),Je.delete(e)}(t,e)})),Je=new Map}var Ke=null,Qe=null,$e=null,tn=0;function en(){return!(tn++>20)}function nn(){tn=0,$e!==an()&&(Rn(),window.setTimeout(rn,250))}function rn(){Dn(),X(29,1)}function an(){return location.href?location.href.replace(location.hash,""):location.href}var on=[],un=null,cn=null,sn=null;function ln(){on=[],un=null,cn=null}function dn(){var t=on.shift();t&&(un=t,t.task().then((function(){t.id===Me()&&(t.resolve(),un=null,dn())})).catch((function(e){t.id===Me()&&(e&&(e.name,e.message,e.stack),un=null,dn())})))}var fn=!1;function pn(){fn=!0,c=s(),ln(),Fe(),Be(),$e=an(),tn=0,Ge(window,"popstate",nn),null===Ke&&(Ke=history.pushState,history.pushState=function(){Ke.apply(this,arguments),gn()&&en()&&nn()}),null===Qe&&(Qe=history.replaceState,history.replaceState=function(){Qe.apply(this,arguments),gn()&&en()&&nn()})}function hn(){$e=null,tn=0,Be(),Fe(),ln(),c=0,fn=!1}function gn(){return fn}function vn(){Dn(),A("clarity","restart")}var mn=null;function yn(){mn=null}function bn(t){mn={fetchStart:Math.round(t.fetchStart),connectStart:Math.round(t.connectStart),connectEnd:Math.round(t.connectEnd),requestStart:Math.round(t.requestStart),responseStart:Math.round(t.responseStart),responseEnd:Math.round(t.responseEnd),domInteractive:Math.round(t.domInteractive),domComplete:Math.round(t.domComplete),loadEventStart:Math.round(t.loadEventStart),loadEventEnd:Math.round(t.loadEventEnd),redirectCount:Math.round(t.redirectCount),size:t.transferSize?t.transferSize:0,type:t.type,protocol:t.nextHopProtocol,encodedSize:t.encodedBodySize?t.encodedBodySize:0,decodedSize:t.decodedBodySize?t.decodedBodySize:0},function(t){tt(this,void 0,void 0,(function(){var e,n;return et(this,(function(r){return e=l(),n=[e,t],29===t&&(n.push(mn.fetchStart),n.push(mn.connectStart),n.push(mn.connectEnd),n.push(mn.requestStart),n.push(mn.responseStart),n.push(mn.responseEnd),n.push(mn.domInteractive),n.push(mn.domComplete),n.push(mn.loadEventStart),n.push(mn.loadEventEnd),n.push(mn.redirectCount),n.push(mn.size),n.push(mn.type),n.push(mn.protocol),n.push(mn.encodedSize),n.push(mn.decodedSize),yn(),Yt(n)),[2]}))}))}(29)}var wn,kn=0,_n=1/0,Sn=0,En=0,In=[],On=new Map,Tn=function(){return kn||0},Mn=function(){if(!In.length)return-1;var t=Math.min(In.length-1,Math.floor((Tn()-En)/50));return In[t].latency},xn=function(){En=Tn(),In.length=0,On.clear()},Cn=function(t){if(t.interactionId&&!(t.duration<40)){!function(t){"interactionCount"in performance?kn=performance.interactionCount:t.interactionId&&(_n=Math.min(_n,t.interactionId),Sn=Math.max(Sn,t.interactionId),kn=Sn?(Sn-_n)/7+1:0)}(t);var e=In[In.length-1],n=On.get(t.interactionId);if(n||In.length<10||t.duration>(null==e?void 0:e.latency)){if(n)t.duration>n.latency&&(n.latency=t.duration);else{var r={id:t.interactionId,latency:t.duration};On.set(r.id,r),In.push(r)}In.sort((function(t,e){return e.latency-t.latency})),In.length>10&&In.splice(10).forEach((function(t){return On.delete(t.id)}))}}},jn=["navigation","resource","longtask","first-input","layout-shift","largest-contentful-paint","event"];function Nn(){try{wn&&wn.disconnect(),wn=new PerformanceObserver(Ze(zn));for(var t=0,e=jn;t<e.length;t++){var n=e[t];PerformanceObserver.supportedEntryTypes.indexOf(n)>=0&&("layout-shift"===n&&U(9,0),wn.observe({type:n,buffered:!0}))}}catch(t){}}function zn(t){!function(t){for(var e=(!("visibilityState"in document)||"visible"===document.visibilityState),n=0;n<t.length;n++){var r=t[n];switch(r.entryType){case"navigation":bn(r);break;case"resource":var a=r.name;ue(4,qn(a)),a!==i.upload&&a!==i.fallback||X(28,r.duration);break;case"longtask":L(7);break;case"first-input":e&&X(10,r.processingStart-r.startTime);break;case"event":e&&"PerformanceEventTiming"in window&&"interactionId"in PerformanceEventTiming.prototype&&(Cn(r),ue(37,Mn().toString()));break;case"layout-shift":e&&!r.hadRecentInput&&U(9,1e3*r.value);break;case"largest-contentful-paint":e&&X(8,r.startTime)}}}(t.getEntries())}var Pn=null;function qn(t){return Pn||(Pn=document.createElement("a")),Pn.href=t,Pn.host}var An=[P,P,P,Object.freeze({__proto__:null,start:function(){yn(),function(){navigator&&navigator.connection&&ue(27,navigator.connection.effectiveType),window.PerformanceObserver&&PerformanceObserver.supportedEntryTypes&&("complete"!==document.readyState?Ge(window,"load",V.bind(this,Nn,0)):Nn())}()},stop:function(){wn&&wn.disconnect(),wn=null,xn(),Pn=null,yn()}}),P];function Dn(t){void 0===t&&(t=null),function(){try{var t=navigator&&"globalPrivacyControl"in navigator&&1==navigator.globalPrivacyControl;return!1===fn&&"undefined"!=typeof Promise&&window.MutationObserver&&document.createTreeWalker&&"now"in Date&&"now"in performance&&"undefined"!=typeof WeakMap&&!t}catch(t){return!1}}()&&(!function(t){if(null===t||fn)return!1;for(var e in t)e in i&&(i[e]=t[e])}(t),pn(),_t(),An.forEach((function(t){return Ze(t.start)()})),null===t&&Xn())}function Rn(){gn()&&(An.slice().reverse().forEach((function(t){return Ze(t.stop)()})),St(),hn(),void 0!==Ln&&(Ln[Un]=function(){(Ln[Un].q=Ln[Un].q||[]).push(arguments),"start"===arguments[0]&&Ln[Un].q.unshift(Ln[Un].q.pop())&&Xn()}))}var Hn=Object.freeze({__proto__:null,consent:xe,consentv2:Ce,dlog:ue,event:A,hashText:x,identify:at,maxMetric:X,measure:Ze,metadata:Te,pause:function(){gn()&&(A("clarity","pause"),null===cn&&(cn=new Promise((function(t){sn=t}))))},queue:Yt,register:z,resume:function(){gn()&&(cn&&(sn(),cn=null,null===un&&dn()),A("clarity","resume"))},schedule:function(t,e){return void 0===e&&(e=0),tt(this,void 0,void 0,(function(){var n,r,a;return et(this,(function(o){for(n=0,r=on;n<r.length;n++)if(r[n].task===t)return[2];return a=new Promise((function(n){on[1===e?"unshift":"push"]({task:t,resolve:n,id:Me()})})),null===un&&null===cn&&dn(),[2,a]}))}))},set:rt,signal:function(t){bt=t},start:Dn,stop:Rn,time:l,upgrade:Q,version:d}),Ln=window,Un="clarity";function Xn(){if(void 0!==Ln){if(Ln[Un]&&Ln[Un].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=Ln[Un]&&Ln[Un].q||[];for(Ln[Un]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Hn[t].apply(Hn,e)},Ln[Un].v=d;t.length>0;)Ln[Un].apply(Ln,t.shift())}}Xn()}();
|
package/package.json
CHANGED
package/src/core/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
let version = "0.8.
|
|
1
|
+
let version = "0.8.50";
|
|
2
2
|
export default version;
|
package/src/interaction/index.ts
CHANGED
|
@@ -11,6 +11,7 @@ import * as timeline from "@src/interaction/timeline";
|
|
|
11
11
|
import * as unload from "@src/interaction/unload";
|
|
12
12
|
import * as visibility from "@src/interaction/visibility";
|
|
13
13
|
import * as focus from "@src/interaction/focus";
|
|
14
|
+
import * as pageshow from "@src/interaction/pageshow";
|
|
14
15
|
|
|
15
16
|
export function start(): void {
|
|
16
17
|
timeline.start();
|
|
@@ -21,6 +22,7 @@ export function start(): void {
|
|
|
21
22
|
resize.start();
|
|
22
23
|
visibility.start();
|
|
23
24
|
focus.start();
|
|
25
|
+
pageshow.start();
|
|
24
26
|
scroll.start();
|
|
25
27
|
selection.start();
|
|
26
28
|
change.start();
|
|
@@ -37,6 +39,7 @@ export function stop(): void {
|
|
|
37
39
|
resize.stop();
|
|
38
40
|
visibility.stop();
|
|
39
41
|
focus.stop();
|
|
42
|
+
pageshow.stop();
|
|
40
43
|
scroll.stop();
|
|
41
44
|
selection.stop();
|
|
42
45
|
change.stop();
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Constant } from "@clarity-types/core";
|
|
2
|
+
import { Code, Severity } from "@clarity-types/data";
|
|
3
|
+
import * as clarity from "@src/clarity";
|
|
4
|
+
import api from "@src/core/api";
|
|
5
|
+
import measure from "@src/core/measure";
|
|
6
|
+
import * as internal from "@src/diagnostic/internal";
|
|
7
|
+
|
|
8
|
+
let bound = false;
|
|
9
|
+
|
|
10
|
+
export function start(): void {
|
|
11
|
+
// Only bind once - this listener must persist even when Clarity stops
|
|
12
|
+
// to detect when the page is restored from bfcache
|
|
13
|
+
if (!bound) {
|
|
14
|
+
try {
|
|
15
|
+
window[api(Constant.AddEventListener)]("pageshow", measure(handler) as EventListener, { capture: false, passive: true });
|
|
16
|
+
bound = true;
|
|
17
|
+
} catch {
|
|
18
|
+
/* do nothing */
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function handler(evt: PageTransitionEvent): void {
|
|
24
|
+
// The persisted property indicates if the page was loaded from bfcache
|
|
25
|
+
if (evt && evt.persisted) {
|
|
26
|
+
// Restart Clarity since it was stopped when the page entered bfcache
|
|
27
|
+
clarity.start();
|
|
28
|
+
internal.log(Code.BFCache, Severity.Info);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export function stop(): void {
|
|
33
|
+
// Intentionally don't remove the listener or reset 'bound' flag
|
|
34
|
+
// We need the listener to persist to detect bfcache restoration
|
|
35
|
+
}
|