clarity-js 0.8.46 → 0.8.47-beta

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.
@@ -184,7 +184,7 @@ var startTime = 0;
184
184
  function computeStartTime() {
185
185
  return performance.now() + performance.timeOrigin;
186
186
  }
187
- function start$N() {
187
+ function start$O() {
188
188
  startTime = computeStartTime();
189
189
  }
190
190
  // event.timestamp is number of milliseconds elapsed since the document was loaded
@@ -204,7 +204,7 @@ function stop$K() {
204
204
  startTime = 0;
205
205
  }
206
206
 
207
- var version$1 = "0.8.46";
207
+ var version$1 = "0.8.47-beta";
208
208
 
209
209
  // tslint:disable: no-bitwise
210
210
  function hash (input, precision) {
@@ -427,7 +427,7 @@ function redact$1(value) {
427
427
  var state$b = null;
428
428
  var buffer = null;
429
429
  var update$2 = false;
430
- function start$M() {
430
+ function start$N() {
431
431
  update$2 = false;
432
432
  reset$u();
433
433
  }
@@ -580,7 +580,7 @@ var baseline = /*#__PURE__*/Object.freeze({
580
580
  compute: compute$g,
581
581
  dynamic: dynamic$1,
582
582
  reset: reset$u,
583
- start: start$M,
583
+ start: start$N,
584
584
  get state () { return state$b; },
585
585
  stop: stop$J,
586
586
  track: track$8,
@@ -607,7 +607,7 @@ function event$1(a, b) {
607
607
 
608
608
  var data$k = null;
609
609
  var updates$3 = null;
610
- function start$L() {
610
+ function start$M() {
611
611
  data$k = {};
612
612
  updates$3 = {};
613
613
  count$1(5 /* Metric.InvokeCount */);
@@ -668,7 +668,7 @@ var data$j;
668
668
  var last = 0;
669
669
  var interval = 0;
670
670
  var timeout$7 = null;
671
- function start$K() {
671
+ function start$L() {
672
672
  interval = 60000 /* Setting.PingInterval */;
673
673
  last = 0;
674
674
  }
@@ -700,12 +700,12 @@ var ping$1 = /*#__PURE__*/Object.freeze({
700
700
  __proto__: null,
701
701
  get data () { return data$j; },
702
702
  reset: reset$s,
703
- start: start$K,
703
+ start: start$L,
704
704
  stop: stop$H
705
705
  });
706
706
 
707
707
  var data$i = null;
708
- function start$J() {
708
+ function start$K() {
709
709
  data$i = {};
710
710
  }
711
711
  function stop$G() {
@@ -740,7 +740,7 @@ var summary = /*#__PURE__*/Object.freeze({
740
740
  compute: compute$e,
741
741
  get data () { return data$i; },
742
742
  reset: reset$r,
743
- start: start$J,
743
+ start: start$K,
744
744
  stop: stop$G,
745
745
  track: track$7
746
746
  });
@@ -859,7 +859,7 @@ function read(stream) {
859
859
  }
860
860
 
861
861
  var data$h = null;
862
- function start$I() {
862
+ function start$J() {
863
863
  reset$q();
864
864
  }
865
865
  function set(variable, value) {
@@ -961,7 +961,7 @@ var variable = /*#__PURE__*/Object.freeze({
961
961
  identify: identify,
962
962
  reset: reset$q,
963
963
  set: set,
964
- start: start$I,
964
+ start: start$J,
965
965
  stop: stop$F
966
966
  });
967
967
 
@@ -971,7 +971,7 @@ var variables = {};
971
971
  var selectors = {};
972
972
  var hashes = {};
973
973
  var validation = {};
974
- function start$H() {
974
+ function start$I() {
975
975
  reset$p();
976
976
  }
977
977
  // Input string is of the following form:
@@ -1160,7 +1160,7 @@ var extract = /*#__PURE__*/Object.freeze({
1160
1160
  data: data$g,
1161
1161
  keys: keys,
1162
1162
  reset: reset$p,
1163
- start: start$H,
1163
+ start: start$I,
1164
1164
  stop: stop$E,
1165
1165
  trigger: trigger$2,
1166
1166
  update: update$1
@@ -1189,7 +1189,7 @@ function decodeCookieValue(value) {
1189
1189
 
1190
1190
  var rootDomain = null;
1191
1191
  var COOKIE_SEP = "^" /* Constant.Caret */;
1192
- function start$G() {
1192
+ function start$H() {
1193
1193
  rootDomain = null;
1194
1194
  }
1195
1195
  function stop$D() {
@@ -1274,7 +1274,7 @@ var cookie = /*#__PURE__*/Object.freeze({
1274
1274
  COOKIE_SEP: COOKIE_SEP,
1275
1275
  getCookie: getCookie,
1276
1276
  setCookie: setCookie,
1277
- start: start$G,
1277
+ start: start$H,
1278
1278
  stop: stop$D
1279
1279
  });
1280
1280
 
@@ -1307,9 +1307,9 @@ function signalsEvent(signalsPayload) {
1307
1307
  }
1308
1308
 
1309
1309
  var modules$2 = [baseline, dimension, variable, limit, summary, cookie, consent$2, metadata$1, envelope$1, upload$1, ping$1, upgrade$1, extract];
1310
- function start$F() {
1310
+ function start$G() {
1311
1311
  // Metric needs to be initialized before we can start measuring. so metric is not wrapped in measure
1312
- start$L();
1312
+ start$M();
1313
1313
  modules$2.forEach(function (x) { return measure(x.start)(); });
1314
1314
  }
1315
1315
  function stop$C() {
@@ -1333,7 +1333,7 @@ function compute$b() {
1333
1333
 
1334
1334
  var history$5 = [];
1335
1335
  var data$f;
1336
- function start$E() {
1336
+ function start$F() {
1337
1337
  history$5 = [];
1338
1338
  max(26 /* Metric.Automation */, navigator.webdriver ? 1 /* BooleanFlag.True */ : 0 /* BooleanFlag.False */);
1339
1339
  try {
@@ -1357,7 +1357,7 @@ function check$5(id, target, input) {
1357
1357
  }
1358
1358
 
1359
1359
  var state$a = [];
1360
- function start$D() {
1360
+ function start$E() {
1361
1361
  reset$o();
1362
1362
  }
1363
1363
  function observe$c(root) {
@@ -1397,14 +1397,14 @@ function offset(element) {
1397
1397
 
1398
1398
  var UserInputTags = ["input", "textarea", "radio", "button", "canvas", "select"];
1399
1399
  var state$9 = [];
1400
- function start$C() {
1400
+ function start$D() {
1401
1401
  reset$n();
1402
1402
  }
1403
1403
  function observe$b(root) {
1404
- bind(root, "click", handler$3.bind(this, 9 /* Event.Click */, root), true);
1405
- bind(root, "contextmenu", handler$3.bind(this, 48 /* Event.ContextMenu */, root), true);
1404
+ bind(root, "click", handler$4.bind(this, 9 /* Event.Click */, root), true);
1405
+ bind(root, "contextmenu", handler$4.bind(this, 48 /* Event.ContextMenu */, root), true);
1406
1406
  }
1407
- function handler$3(event, root, evt) {
1407
+ function handler$4(event, root, evt) {
1408
1408
  var frame = iframe(root);
1409
1409
  var d = frame && frame.contentDocument ? frame.contentDocument.documentElement : document.documentElement;
1410
1410
  var x = "pageX" in evt ? Math.round(evt.pageX) : ("clientX" in evt ? Math.round(evt["clientX"] + d.scrollLeft) : null);
@@ -1543,7 +1543,7 @@ function stop$A() {
1543
1543
  }
1544
1544
 
1545
1545
  var state$8 = [];
1546
- function start$B() {
1546
+ function start$C() {
1547
1547
  reset$m();
1548
1548
  }
1549
1549
  function observe$a(root) {
@@ -1564,7 +1564,7 @@ function stop$z() {
1564
1564
 
1565
1565
  var timeout$6 = null;
1566
1566
  var state$7 = [];
1567
- function start$A() {
1567
+ function start$B() {
1568
1568
  reset$l();
1569
1569
  }
1570
1570
  function observe$9(root) {
@@ -1608,7 +1608,7 @@ var timeout$5 = null;
1608
1608
  var hasPrimaryTouch = false;
1609
1609
  var primaryTouchId = 0;
1610
1610
  var activeTouchPointIds = new Set();
1611
- function start$z() {
1611
+ function start$A() {
1612
1612
  reset$k();
1613
1613
  }
1614
1614
  function observe$8(root) {
@@ -1635,7 +1635,7 @@ function mouse(event, root, evt) {
1635
1635
  }
1636
1636
  // Check for null values before processing this event
1637
1637
  if (x !== null && y !== null) {
1638
- handler$2({ time: time(evt), event: event, data: { target: target(evt), x: x, y: y } });
1638
+ handler$3({ time: time(evt), event: event, data: { target: target(evt), x: x, y: y } });
1639
1639
  }
1640
1640
  }
1641
1641
  function touch(event, root, evt) {
@@ -1670,7 +1670,7 @@ function touch(event, root, evt) {
1670
1670
  var isPrimary = hasPrimaryTouch && primaryTouchId === id;
1671
1671
  // Check for null values before processing this event
1672
1672
  if (x !== null && y !== null) {
1673
- handler$2({ time: t, event: event, data: { target: target(evt), x: x, y: y, id: id, isPrimary: isPrimary } });
1673
+ handler$3({ time: t, event: event, data: { target: target(evt), x: x, y: y, id: id, isPrimary: isPrimary } });
1674
1674
  }
1675
1675
  // Reset primary touch point id once touch event ends
1676
1676
  if (event === 20 /* Event.TouchCancel */ || event === 18 /* Event.TouchEnd */) {
@@ -1681,7 +1681,7 @@ function touch(event, root, evt) {
1681
1681
  }
1682
1682
  }
1683
1683
  }
1684
- function handler$2(current) {
1684
+ function handler$3(current) {
1685
1685
  switch (current.event) {
1686
1686
  case 12 /* Event.MouseMove */:
1687
1687
  case 15 /* Event.MouseWheel */:
@@ -1776,7 +1776,7 @@ var data$e;
1776
1776
  var timeout$4 = null;
1777
1777
  var initialStateLogged = false;
1778
1778
  var throttledRecompute$1 = throttle(recompute$5, 500 /* Setting.LookAhead */);
1779
- function start$y() {
1779
+ function start$z() {
1780
1780
  initialStateLogged = false;
1781
1781
  bind(window, "resize", throttledRecompute$1);
1782
1782
  recompute$5();
@@ -1814,7 +1814,7 @@ var state$5 = [];
1814
1814
  var initialTop = null;
1815
1815
  var initialBottom = null;
1816
1816
  var timeout$3 = null;
1817
- function start$x() {
1817
+ function start$y() {
1818
1818
  state$5 = [];
1819
1819
  recompute$4();
1820
1820
  }
@@ -1921,7 +1921,7 @@ function stop$v() {
1921
1921
  var data$d = null;
1922
1922
  var previous = null;
1923
1923
  var timeout$2 = null;
1924
- function start$w() {
1924
+ function start$x() {
1925
1925
  reset$h();
1926
1926
  }
1927
1927
  function observe$6(root) {
@@ -1971,7 +1971,7 @@ function stop$u() {
1971
1971
  }
1972
1972
 
1973
1973
  var state$4 = [];
1974
- function start$v() {
1974
+ function start$w() {
1975
1975
  reset$g();
1976
1976
  }
1977
1977
  function observe$5(root) {
@@ -1989,7 +1989,7 @@ function stop$t() {
1989
1989
  }
1990
1990
 
1991
1991
  var data$c;
1992
- function start$u() {
1992
+ function start$v() {
1993
1993
  bind(window, "pagehide", recompute$1);
1994
1994
  }
1995
1995
  function recompute$1(evt) {
@@ -2005,7 +2005,7 @@ function stop$s() {
2005
2005
  }
2006
2006
 
2007
2007
  var data$b;
2008
- function start$t() {
2008
+ function start$u() {
2009
2009
  bind(document, "visibilitychange", recompute);
2010
2010
  recompute();
2011
2011
  }
@@ -2025,7 +2025,7 @@ function stop$r() {
2025
2025
  }
2026
2026
 
2027
2027
  var data$a;
2028
- function start$s() {
2028
+ function start$t() {
2029
2029
  bind(window, "focus", function () { return compute$9(1 /* BooleanFlag.True */); });
2030
2030
  bind(window, "blur", function () { return compute$9(0 /* BooleanFlag.False */); });
2031
2031
  }
@@ -2040,20 +2040,44 @@ function compute$9(focus) {
2040
2040
  encode$4(50 /* Event.Focus */);
2041
2041
  }
2042
2042
 
2043
+ var bound = false;
2044
+ function start$s() {
2045
+ // Only bind once - this listener must persist even when Clarity stops
2046
+ // to detect when the page is restored from bfcache
2047
+ if (!bound) {
2048
+ try {
2049
+ window[api("addEventListener" /* Constant.AddEventListener */)]("pageshow", measure(handler$2), { capture: false, passive: true });
2050
+ bound = true;
2051
+ }
2052
+ catch (_a) {
2053
+ /* do nothing */
2054
+ }
2055
+ }
2056
+ }
2057
+ function handler$2(evt) {
2058
+ // The persisted property indicates if the page was loaded from bfcache
2059
+ if (evt && evt.persisted) {
2060
+ // Restart Clarity since it was stopped when the page entered bfcache
2061
+ start();
2062
+ log$1(11 /* Code.BFCache */, 0 /* Severity.Info */);
2063
+ }
2064
+ }
2065
+
2043
2066
  function start$r() {
2044
2067
  start$j();
2068
+ start$D();
2045
2069
  start$C();
2070
+ start$A();
2046
2071
  start$B();
2047
2072
  start$z();
2048
- start$A();
2049
- start$y();
2073
+ start$u();
2050
2074
  start$t();
2051
2075
  start$s();
2076
+ start$y();
2052
2077
  start$x();
2078
+ start$E();
2053
2079
  start$w();
2054
- start$D();
2055
2080
  start$v();
2056
- start$u();
2057
2081
  }
2058
2082
  function stop$p() {
2059
2083
  stop$h();
@@ -6029,7 +6053,7 @@ function stop$6() {
6029
6053
  var status = false;
6030
6054
  function start$5() {
6031
6055
  status = true;
6032
- start$N();
6056
+ start$O();
6033
6057
  reset$4();
6034
6058
  reset$1();
6035
6059
  reset$2();
@@ -6096,7 +6120,7 @@ function restart() {
6096
6120
  }
6097
6121
 
6098
6122
  function start$4() {
6099
- start$E();
6123
+ start$F();
6100
6124
  start$g();
6101
6125
  start$f();
6102
6126
  }
@@ -6438,7 +6462,7 @@ function start(config$1) {
6438
6462
  if (check()) {
6439
6463
  config(config$1);
6440
6464
  start$5();
6441
- start$F();
6465
+ start$G();
6442
6466
  modules.forEach(function (x) { return measure(x.start)(); });
6443
6467
  // If it's an internal call to start, without explicit configuration,
6444
6468
  // 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 qt}}),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 _e},get clear(){return ze},get consent(){return xe},get consentv2(){return Ce},get data(){return we},get electron(){return ke},get id(){return Me},get metadata(){return Te},get save(){return Ae},get shortid(){return De},get start(){return Ie},get stop(){return Oe}}),o=Object.freeze({__proto__:null,get data(){return He},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};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.46";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:k(s,"▪","▫"):_(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):_(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 _(t)}break;case 4:switch(e){case"*T":case"data-":return r?w(t):_(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 k(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 _(t){return t.replace(f,"•")}function k(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}),A=null;function q(t,e){gn()&&t&&"string"==typeof t&&t.length<255&&(A=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},Ft(24))}var D,R=null,L=null;function U(t){t in R||(R[t]=0),t in L||(L[t]=0),R[t]++,L[t]++}function H(t,e){null!==e&&(t in R||(R[t]=0),t in L||(L[t]=0),R[t]+=e,L[t]+=e)}function X(t,e){null!==e&&!1===isNaN(e)&&(t in R||(R[t]=0),(e>R[t]||0===R[t])&&(L[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&&(q("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(),Ae(),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(k(u.substring(2),"*","*")):k(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 _t=[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 kt(){R={},L={},U(5),_t.forEach((function(t){return Ze(t.start)()}))}function St(){_t.slice().reverse().forEach((function(t){return Ze(t.stop)()})),R={},L={}}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,At,qt,Dt,Rt=0,Lt=0,Ut=null,Ht=0,Xt=!1;function Vt(){At=!0,Rt=0,Lt=0,Xt=!1,Ht=0,Nt=[],zt=[],Pt={},qt=null}function Yt(t,e){if(void 0===e&&(e=!0),At){var n=l(),r=t.length>1?t[1]:null,a=JSON.stringify(t);switch(i.lean?!Xt&&Lt+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;Lt+=a.length,Nt.push(a);break;default:zt.push(a)}U(25);var o=function(){var t=!1===i.lean&&Rt>0?100:He.sequence*i.delay;return"string"==typeof i.upload?Math.max(Math.min(t,3e4),100):i.delay}();n-Ht>2*o&&(Y(Ut),Ut=null),e&&null===Ut&&(25!==r&&J(),Ut=V(Wt,o),Ht=n,Qt(Lt))}}function Bt(){Y(Ut),Wt(!0),Rt=0,Lt=0,Xt=!1,Ht=0,Nt=[],zt=[],Pt={},qt=null,At=!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 At?(Ut=null,(e=!1===i.lean&&Lt>0&&(Lt<1048576||He.sequence>0))&&X(1,1),Et(),n=!0===t,He?(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 H(2,(c=s)?c.length:u.length),Zt(u,c,He.sequence,n),zt=[],e&&(Nt=[],Lt=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),qt={sequence:e,attempts:n.attempts,status:t.status},Ft(2),Zt(n.data,null,e)):(qt={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&&(Ae(),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(qt.sequence),e.push(qt.attempts),e.push(qt.status),Yt(e,!1);break;case 24:A.key&&e.push(A.key),e.push(A.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(L);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(L[d]))}L={},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=He.sequence>=128?1:e,e=He.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,_e=[],ke=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:"";ke=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=Le(),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,!!ke)),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,ke);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)),qe(l)}function Oe(){we=null,_e.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||_e.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,qe(Le(),1),Ae()),ye(a),ve()}function je(t){var e;return{source:null!==(e=t.source)&&void 0!==e?e:0,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","",-Number.MAX_VALUE),t&&yt("_clck","",-Number.MAX_VALUE)}function Pe(t){void 0===t&&(t=!1),function(t,e){void 0===e&&(e=!1);if(_e.length>0)for(var n=0;n<_e.length;n++){var r=_e[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||(_e.splice(n,1),n--))}}(i.lean?0:1,t)}function Ae(){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 qe(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 Le(){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 Ue,He=null;function Xe(){var t=we;He={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(){He=null}function Ye(t){return He.start=He.start+He.duration,He.duration=l()-He.start,He.sequence++,He.upload=t&&"sendBeacon"in navigator?1:0,He.end=t?1:0,He.applicationPlatform=0,He.url=b(location.href,!1,!0),[He.version,He.sequence,He.start,He.duration,He.projectId,He.userId,He.sessionId,He.pageNum,He.upload,He.end,He.applicationPlatform,He.url]}function Be(){Ue=[]}function We(t){if(Ue&&-1===Ue.indexOf(t.message)){var e=i.report;if(e&&e.length>0&&He){var n={v:He.version,p:He.projectId,u:He.userId,s:He.sessionId,n:He.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)),Ue.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;H(4,n),n>30&&(U(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(),q("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,_n=0,kn=1/0,Sn=0,En=0,In=[],On=new Map,Tn=function(){return _n||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?_n=performance.interactionCount:t.interactionId&&(kn=Math.min(kn,t.interactionId),Sn=Math.max(Sn,t.interactionId),_n=Sn?(Sn-kn)/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&&H(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,An(a)),a!==i.upload&&a!==i.fallback||X(28,r.duration);break;case"longtask":U(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&&H(9,1e3*r.value);break;case"largest-contentful-paint":e&&X(8,r.startTime)}}}(t.getEntries())}var Pn=null;function An(t){return Pn||(Pn=document.createElement("a")),Pn.href=t,Pn.host}var qn=[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(),kt(),qn.forEach((function(t){return Ze(t.start)()})),null===t&&Xn())}function Rn(){gn()&&(qn.slice().reverse().forEach((function(t){return Ze(t.stop)()})),St(),hn(),void 0!==Un&&(Un[Hn]=function(){(Un[Hn].q=Un[Hn].q||[]).push(arguments),"start"===arguments[0]&&Un[Hn].q.unshift(Un[Hn].q.pop())&&Xn()}))}var Ln=Object.freeze({__proto__:null,consent:xe,consentv2:Ce,dlog:ue,event:q,hashText:x,identify:at,maxMetric:X,measure:Ze,metadata:Te,pause:function(){gn()&&(q("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()),q("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}),Un=window,Hn="clarity";function Xn(){if(void 0!==Un){if(Un[Hn]&&Un[Hn].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=Un[Hn]&&Un[Hn].q||[];for(Un[Hn]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Ln[t].apply(Ln,e)},Un[Hn].v=d;t.length>0;)Un[Hn].apply(Un,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 qt}}),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 _e},get clear(){return ze},get consent(){return xe},get consentv2(){return Ce},get data(){return we},get electron(){return ke},get id(){return Me},get metadata(){return Te},get save(){return Ae},get shortid(){return De},get start(){return Ie},get stop(){return Oe}}),o=Object.freeze({__proto__:null,get data(){return He},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};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.47-beta";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:k(s,"▪","▫"):_(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):_(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 _(t)}break;case 4:switch(e){case"*T":case"data-":return r?w(t):_(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 k(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 _(t){return t.replace(f,"•")}function k(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}),A=null;function q(t,e){gn()&&t&&"string"==typeof t&&t.length<255&&(A=e&&"string"==typeof e&&e.length<255?{key:t,value:e}:{value:t},Ft(24))}var D,R=null,L=null;function U(t){t in R||(R[t]=0),t in L||(L[t]=0),R[t]++,L[t]++}function H(t,e){null!==e&&(t in R||(R[t]=0),t in L||(L[t]=0),R[t]+=e,L[t]+=e)}function X(t,e){null!==e&&!1===isNaN(e)&&(t in R||(R[t]=0),(e>R[t]||0===R[t])&&(L[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&&(q("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(),Ae(),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(k(u.substring(2),"*","*")):k(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 _t=[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 kt(){R={},L={},U(5),_t.forEach((function(t){return Ze(t.start)()}))}function St(){_t.slice().reverse().forEach((function(t){return Ze(t.stop)()})),R={},L={}}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,At,qt,Dt,Rt=0,Lt=0,Ut=null,Ht=0,Xt=!1;function Vt(){At=!0,Rt=0,Lt=0,Xt=!1,Ht=0,Nt=[],zt=[],Pt={},qt=null}function Yt(t,e){if(void 0===e&&(e=!0),At){var n=l(),r=t.length>1?t[1]:null,a=JSON.stringify(t);switch(i.lean?!Xt&&Lt+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;Lt+=a.length,Nt.push(a);break;default:zt.push(a)}U(25);var o=function(){var t=!1===i.lean&&Rt>0?100:He.sequence*i.delay;return"string"==typeof i.upload?Math.max(Math.min(t,3e4),100):i.delay}();n-Ht>2*o&&(Y(Ut),Ut=null),e&&null===Ut&&(25!==r&&J(),Ut=V(Wt,o),Ht=n,Qt(Lt))}}function Bt(){Y(Ut),Wt(!0),Rt=0,Lt=0,Xt=!1,Ht=0,Nt=[],zt=[],Pt={},qt=null,At=!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 At?(Ut=null,(e=!1===i.lean&&Lt>0&&(Lt<1048576||He.sequence>0))&&X(1,1),Et(),n=!0===t,He?(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 H(2,(c=s)?c.length:u.length),Zt(u,c,He.sequence,n),zt=[],e&&(Nt=[],Lt=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),qt={sequence:e,attempts:n.attempts,status:t.status},Ft(2),Zt(n.data,null,e)):(qt={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&&(Ae(),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(qt.sequence),e.push(qt.attempts),e.push(qt.status),Yt(e,!1);break;case 24:A.key&&e.push(A.key),e.push(A.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(L);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(L[d]))}L={},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=He.sequence>=128?1:e,e=He.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,_e=[],ke=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:"";ke=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=Le(),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,!!ke)),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,ke);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)),qe(l)}function Oe(){we=null,_e.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||_e.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,qe(Le(),1),Ae()),ye(a),ve()}function je(t){var e;return{source:null!==(e=t.source)&&void 0!==e?e:0,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","",-Number.MAX_VALUE),t&&yt("_clck","",-Number.MAX_VALUE)}function Pe(t){void 0===t&&(t=!1),function(t,e){void 0===e&&(e=!1);if(_e.length>0)for(var n=0;n<_e.length;n++){var r=_e[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||(_e.splice(n,1),n--))}}(i.lean?0:1,t)}function Ae(){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 qe(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 Le(){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 Ue,He=null;function Xe(){var t=we;He={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(){He=null}function Ye(t){return He.start=He.start+He.duration,He.duration=l()-He.start,He.sequence++,He.upload=t&&"sendBeacon"in navigator?1:0,He.end=t?1:0,He.applicationPlatform=0,He.url=b(location.href,!1,!0),[He.version,He.sequence,He.start,He.duration,He.projectId,He.userId,He.sessionId,He.pageNum,He.upload,He.end,He.applicationPlatform,He.url]}function Be(){Ue=[]}function We(t){if(Ue&&-1===Ue.indexOf(t.message)){var e=i.report;if(e&&e.length>0&&He){var n={v:He.version,p:He.projectId,u:He.userId,s:He.sessionId,n:He.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)),Ue.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;H(4,n),n>30&&(U(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(),q("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,_n=0,kn=1/0,Sn=0,En=0,In=[],On=new Map,Tn=function(){return _n||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?_n=performance.interactionCount:t.interactionId&&(kn=Math.min(kn,t.interactionId),Sn=Math.max(Sn,t.interactionId),_n=Sn?(Sn-kn)/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&&H(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,An(a)),a!==i.upload&&a!==i.fallback||X(28,r.duration);break;case"longtask":U(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&&H(9,1e3*r.value);break;case"largest-contentful-paint":e&&X(8,r.startTime)}}}(t.getEntries())}var Pn=null;function An(t){return Pn||(Pn=document.createElement("a")),Pn.href=t,Pn.host}var qn=[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(),kt(),qn.forEach((function(t){return Ze(t.start)()})),null===t&&Xn())}function Rn(){gn()&&(qn.slice().reverse().forEach((function(t){return Ze(t.stop)()})),St(),hn(),void 0!==Un&&(Un[Hn]=function(){(Un[Hn].q=Un[Hn].q||[]).push(arguments),"start"===arguments[0]&&Un[Hn].q.unshift(Un[Hn].q.pop())&&Xn()}))}var Ln=Object.freeze({__proto__:null,consent:xe,consentv2:Ce,dlog:ue,event:q,hashText:x,identify:at,maxMetric:X,measure:Ze,metadata:Te,pause:function(){gn()&&(q("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()),q("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}),Un=window,Hn="clarity";function Xn(){if(void 0!==Un){if(Un[Hn]&&Un[Hn].v)return console.warn("Error CL001: Multiple Clarity tags detected.");var t=Un[Hn]&&Un[Hn].q||[];for(Un[Hn]=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return Ln[t].apply(Ln,e)},Un[Hn].v=d;t.length>0;)Un[Hn].apply(Un,t.shift())}}Xn()}();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clarity-js",
3
- "version": "0.8.46",
3
+ "version": "0.8.47-beta",
4
4
  "description": "An analytics library that uses web page interactions to generate aggregated insights",
5
5
  "author": "Microsoft Corp.",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "https://github.com/microsoft/clarity.git",
28
+ "url": "git+https://github.com/microsoft/clarity.git",
29
29
  "directory": "packages/clarity-js"
30
30
  },
31
31
  "bugs": {
@@ -37,16 +37,11 @@
37
37
  "@rollup/plugin-node-resolve": "^15.0.0",
38
38
  "@rollup/plugin-terser": "^0.4.0",
39
39
  "@rollup/plugin-typescript": "^11.0.0",
40
- "@types/chai": "^4.3.0",
41
40
  "@types/resize-observer-browser": "^0.1.6",
42
- "chai": "^4.3.0",
43
41
  "del-cli": "^5.0.0",
44
42
  "husky": "^8.0.0",
45
43
  "lint-staged": "^13.1.0",
46
- "playwright": "^1.6.2",
47
44
  "rollup": "^3.0.0",
48
- "ts-mocha": "^11.1.0",
49
- "tslib": "^2.3.0",
50
45
  "tslint": "^6.1.3",
51
46
  "typescript": "^4.3.5"
52
47
  },
@@ -54,7 +49,7 @@
54
49
  "build": "yarn build:clean && yarn build:main",
55
50
  "build:main": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript",
56
51
  "build:clean": "del-cli build/*",
57
- "test": "ts-mocha -p test/tsconfig.test.json test/stub.test.ts",
52
+ "test": "playwright test --config ../../playwright.config.ts --project=clarity-js",
58
53
  "tslint": "tslint --project ./",
59
54
  "tslint:fix": "tslint --fix --project ./ --force"
60
55
  },
@@ -68,4 +63,4 @@
68
63
  "tslint --format codeFrame"
69
64
  ]
70
65
  }
71
- }
66
+ }
@@ -1,2 +1,2 @@
1
- let version = "0.8.46";
1
+ let version = "0.8.47-beta";
2
2
  export default version;
@@ -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
+ }