@searchstax-inc/searchstudio-ux-react 4.1.72 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var ur=Object.defineProperty;var dr=(r,e,t)=>e in r?ur(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var h=(r,e,t)=>(dr(r,typeof e!="symbol"?e+"":e,t),t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const I=require("react");var La={exports:{}},dt={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var os;function gr(){if(os)return dt;os=1;var r=Symbol.for("react.transitional.element"),e=Symbol.for("react.fragment");function t(a,s,n){var o=null;if(n!==void 0&&(o=""+n),s.key!==void 0&&(o=""+s.key),"key"in s){n={};for(var i in s)i!=="key"&&(n[i]=s[i])}else n=s;return s=n.ref,{$$typeof:r,type:a,key:o,ref:s!==void 0?s:null,props:n}}return dt.Fragment=e,dt.jsx=t,dt.jsxs=t,dt}var gt={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,75 +14,80 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
17
|
+
*/var cs;function pr(){return cs||(cs=1,process.env.NODE_ENV!=="production"&&function(){function r(f){if(f==null)return null;if(typeof f=="function")return f.$$typeof===_?null:f.displayName||f.name||null;if(typeof f=="string")return f;switch(f){case T:return"Fragment";case x:return"Profiler";case y:return"StrictMode";case F:return"Suspense";case E:return"SuspenseList";case Z:return"Activity"}if(typeof f=="object")switch(typeof f.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),f.$$typeof){case L:return"Portal";case k:return f.displayName||"Context";case v:return(f._context.displayName||"Context")+".Consumer";case j:var D=f.render;return f=f.displayName,f||(f=D.displayName||D.name||"",f=f!==""?"ForwardRef("+f+")":"ForwardRef"),f;case O:return D=f.displayName||null,D!==null?D:r(f.type)||"Memo";case H:D=f._payload,f=f._init;try{return r(f(D))}catch{}}return null}function e(f){return""+f}function t(f){try{e(f);var D=!1}catch{D=!0}if(D){D=console;var P=D.error,J=typeof Symbol=="function"&&Symbol.toStringTag&&f[Symbol.toStringTag]||f.constructor.name||"Object";return P.call(D,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",J),e(f)}}function a(f){if(f===T)return"<>";if(typeof f=="object"&&f!==null&&f.$$typeof===H)return"<...>";try{var D=r(f);return D?"<"+D+">":"<...>"}catch{return"<...>"}}function s(){var f=ce.A;return f===null?null:f.getOwner()}function n(){return Error("react-stack-top-frame")}function o(f){if(be.call(f,"key")){var D=Object.getOwnPropertyDescriptor(f,"key").get;if(D&&D.isReactWarning)return!1}return f.key!==void 0}function i(f,D){function P(){jt||(jt=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",D))}P.isReactWarning=!0,Object.defineProperty(f,"key",{get:P,configurable:!0})}function c(){var f=r(this.type);return It[f]||(It[f]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),f=this.props.ref,f!==void 0?f:null}function l(f,D,P,J,Q,ve){var q=P.ref;return f={$$typeof:b,type:f,key:D,props:P,_owner:J},(q!==void 0?q:null)!==null?Object.defineProperty(f,"ref",{enumerable:!1,get:c}):Object.defineProperty(f,"ref",{enumerable:!1,value:null}),f._store={},Object.defineProperty(f._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(f,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(f,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:Q}),Object.defineProperty(f,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ve}),Object.freeze&&(Object.freeze(f.props),Object.freeze(f)),f}function g(f,D,P,J,Q,ve){var q=D.children;if(q!==void 0)if(J)if(Te(q)){for(J=0;J<q.length;J++)m(q[J]);Object.freeze&&Object.freeze(q)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else m(q);if(be.call(D,"key")){q=r(f);var le=Object.keys(D).filter(function(ct){return ct!=="key"});J=0<le.length?"{key: someKey, "+le.join(": ..., ")+": ...}":"{key: someKey}",ot[q+J]||(le=0<le.length?"{"+le.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
18
|
let props = %s;
|
|
19
19
|
<%s {...props} />
|
|
20
20
|
React keys must be passed directly to JSX without using spread:
|
|
21
21
|
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,J,
|
|
23
|
-
]`).replace("lheading",
|
|
24
|
-
`).map(
|
|
25
|
-
`)}var
|
|
26
|
-
`)}}}fences(r){const e=this.rules.block.fences.exec(r);if(e){const t=e[0],a=
|
|
27
|
-
`)}}blockquote(r){const e=this.rules.block.blockquote.exec(r);if(e){let t=
|
|
22
|
+
<%s key={someKey} {...props} />`,J,q,le,q),ot[q+J]=!0)}if(q=null,P!==void 0&&(t(P),q=""+P),o(D)&&(t(D.key),q=""+D.key),"key"in D){P={};for(var He in D)He!=="key"&&(P[He]=D[He])}else P=D;return q&&i(P,typeof f=="function"?f.displayName||f.name||"Unknown":f),l(f,q,P,s(),Q,ve)}function m(f){p(f)?f._store&&(f._store.validated=1):typeof f=="object"&&f!==null&&f.$$typeof===H&&(f._payload.status==="fulfilled"?p(f._payload.value)&&f._payload.value._store&&(f._payload.value._store.validated=1):f._store&&(f._store.validated=1))}function p(f){return typeof f=="object"&&f!==null&&f.$$typeof===b}var w=I,b=Symbol.for("react.transitional.element"),L=Symbol.for("react.portal"),T=Symbol.for("react.fragment"),y=Symbol.for("react.strict_mode"),x=Symbol.for("react.profiler"),v=Symbol.for("react.consumer"),k=Symbol.for("react.context"),j=Symbol.for("react.forward_ref"),F=Symbol.for("react.suspense"),E=Symbol.for("react.suspense_list"),O=Symbol.for("react.memo"),H=Symbol.for("react.lazy"),Z=Symbol.for("react.activity"),_=Symbol.for("react.client.reference"),ce=w.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,be=Object.prototype.hasOwnProperty,Te=Array.isArray,nt=console.createTask?console.createTask:function(){return null};w={react_stack_bottom_frame:function(f){return f()}};var jt,It={},it=w.react_stack_bottom_frame.bind(w,n)(),Rt=nt(a(n)),ot={};gt.Fragment=T,gt.jsx=function(f,D,P){var J=1e4>ce.recentlyCreatedOwnerStacks++;return g(f,D,P,!1,J?Error("react-stack-top-frame"):it,J?nt(a(f)):Rt)},gt.jsxs=function(f,D,P){var J=1e4>ce.recentlyCreatedOwnerStacks++;return g(f,D,P,!0,J?Error("react-stack-top-frame"):it,J?nt(a(f)):Rt)}}()),gt}process.env.NODE_ENV==="production"?La.exports=gr():La.exports=pr();var d=La.exports,K=(r=>(r[r.mustache=0]="mustache",r[r.vue=1]="vue",r[r.react=2]="react",r[r.angular=3]="angular",r))(K||{});function Ra(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var Ve=Ra();function ls(r){Ve=r}var St={exec:()=>null};function V(r,e=""){let t=typeof r=="string"?r:r.source;const a={replace:(s,n)=>{let o=typeof n=="string"?n:n.source;return o=o.replace(ge.caret,"$1"),t=t.replace(s,o),a},getRegex:()=>new RegExp(t,e)};return a}var ge={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:r=>new RegExp(`^( {0,3}${r})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:r=>new RegExp(`^ {0,${Math.min(3,r-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:r=>new RegExp(`^ {0,${Math.min(3,r-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:r=>new RegExp(`^ {0,${Math.min(3,r-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:r=>new RegExp(`^ {0,${Math.min(3,r-1)}}#`),htmlBeginRegex:r=>new RegExp(`^ {0,${Math.min(3,r-1)}}<(?:[a-z].*>|!--)`,"i")},mr=/^(?:[ \t]*(?:\n|$))+/,fr=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,Lr=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,Et=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,yr=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,Da=/(?:[*+-]|\d{1,9}[.)])/,_s=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,Ws=V(_s).replace(/bull/g,Da).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,"").getRegex(),wr=V(_s).replace(/bull/g,Da).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),Na=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,xr=/^[^\n]+/,Oa=/(?!\s*\])(?:\\.|[^\[\]\\])+/,br=V(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label",Oa).replace("title",/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),Cr=V(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,Da).getRegex(),Yt="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Pa=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,Mr=V("^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))","i").replace("comment",Pa).replace("tag",Yt).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Vs=V(Na).replace("hr",Et).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Yt).getRegex(),Sr=V(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph",Vs).getRegex(),Fa={blockquote:Sr,code:fr,def:br,fences:Lr,heading:yr,hr:Et,html:Mr,lheading:Ws,list:Cr,newline:mr,paragraph:Vs,table:St,text:xr},hs=V("^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)").replace("hr",Et).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("blockquote"," {0,3}>").replace("code","(?: {4}| {0,3} )[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Yt).getRegex(),kr={...Fa,lheading:wr,table:hs,paragraph:V(Na).replace("hr",Et).replace("heading"," {0,3}#{1,6}(?:\\s|$)").replace("|lheading","").replace("table",hs).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Yt).getRegex()},Tr={...Fa,html:V(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment",Pa).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:St,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:V(Na).replace("hr",Et).replace("heading",` *#{1,6} *[^
|
|
23
|
+
]`).replace("lheading",Ws).replace("|table","").replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").replace("|tag","").getRegex()},vr=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,Ar=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,Hs=/^( {2,}|\\)\n(?!\s*$)/,Er=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,Jt=/[\p{P}\p{S}]/u,$a=/[\s\p{P}\p{S}]/u,Bs=/[^\s\p{P}\p{S}]/u,jr=V(/^((?![*_])punctSpace)/,"u").replace(/punctSpace/g,$a).getRegex(),Qs=/(?!~)[\p{P}\p{S}]/u,Ir=/(?!~)[\s\p{P}\p{S}]/u,Rr=/(?:[^\s\p{P}\p{S}]|~)/u,Dr=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,qs=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,Nr=V(qs,"u").replace(/punct/g,Jt).getRegex(),Or=V(qs,"u").replace(/punct/g,Qs).getRegex(),Us="^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)",Pr=V(Us,"gu").replace(/notPunctSpace/g,Bs).replace(/punctSpace/g,$a).replace(/punct/g,Jt).getRegex(),Fr=V(Us,"gu").replace(/notPunctSpace/g,Rr).replace(/punctSpace/g,Ir).replace(/punct/g,Qs).getRegex(),$r=V("^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)","gu").replace(/notPunctSpace/g,Bs).replace(/punctSpace/g,$a).replace(/punct/g,Jt).getRegex(),zr=V(/\\(punct)/,"gu").replace(/punct/g,Jt).getRegex(),_r=V(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme",/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email",/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),Wr=V(Pa).replace("(?:-->|$)","-->").getRegex(),Vr=V("^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>").replace("comment",Wr).replace("attribute",/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),Bt=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Hr=V(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label",Bt).replace("href",/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title",/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),Ys=V(/^!?\[(label)\]\[(ref)\]/).replace("label",Bt).replace("ref",Oa).getRegex(),Js=V(/^!?\[(ref)\](?:\[\])?/).replace("ref",Oa).getRegex(),Br=V("reflink|nolink(?!\\()","g").replace("reflink",Ys).replace("nolink",Js).getRegex(),za={_backpedal:St,anyPunctuation:zr,autolink:_r,blockSkip:Dr,br:Hs,code:Ar,del:St,emStrongLDelim:Nr,emStrongRDelimAst:Pr,emStrongRDelimUnd:$r,escape:vr,link:Hr,nolink:Js,punctuation:jr,reflink:Ys,reflinkSearch:Br,tag:Vr,text:Er,url:St},Qr={...za,link:V(/^!?\[(label)\]\((.*?)\)/).replace("label",Bt).getRegex(),reflink:V(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Bt).getRegex()},ya={...za,emStrongRDelimAst:Fr,emStrongLDelim:Or,url:V(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,"i").replace("email",/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},qr={...ya,br:V(Hs).replace("{2,}","*").getRegex(),text:V(ya.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()},Ft={normal:Fa,gfm:kr,pedantic:Tr},pt={normal:za,gfm:ya,breaks:qr,pedantic:Qr},Ur={"&":"&","<":"<",">":">",'"':""","'":"'"},us=r=>Ur[r];function ke(r,e){if(e){if(ge.escapeTest.test(r))return r.replace(ge.escapeReplace,us)}else if(ge.escapeTestNoEncode.test(r))return r.replace(ge.escapeReplaceNoEncode,us);return r}function ds(r){try{r=encodeURI(r).replace(ge.percentDecode,"%")}catch{return null}return r}function gs(r,e){var n;const t=r.replace(ge.findPipe,(o,i,c)=>{let l=!1,g=i;for(;--g>=0&&c[g]==="\\";)l=!l;return l?"|":" |"}),a=t.split(ge.splitPipe);let s=0;if(a[0].trim()||a.shift(),a.length>0&&!((n=a.at(-1))!=null&&n.trim())&&a.pop(),e)if(a.length>e)a.splice(e);else for(;a.length<e;)a.push("");for(;s<a.length;s++)a[s]=a[s].trim().replace(ge.slashPipe,"|");return a}function mt(r,e,t){const a=r.length;if(a===0)return"";let s=0;for(;s<a&&r.charAt(a-s-1)===e;)s++;return r.slice(0,a-s)}function Yr(r,e){if(r.indexOf(e[1])===-1)return-1;let t=0;for(let a=0;a<r.length;a++)if(r[a]==="\\")a++;else if(r[a]===e[0])t++;else if(r[a]===e[1]&&(t--,t<0))return a;return t>0?-2:-1}function ps(r,e,t,a,s){const n=e.href,o=e.title||null,i=r[1].replace(s.other.outputLinkReplace,"$1");a.state.inLink=!0;const c={type:r[0].charAt(0)==="!"?"image":"link",raw:t,href:n,title:o,text:i,tokens:a.inlineTokens(i)};return a.state.inLink=!1,c}function Jr(r,e,t){const a=r.match(t.other.indentCodeCompensation);if(a===null)return e;const s=a[1];return e.split(`
|
|
24
|
+
`).map(n=>{const o=n.match(t.other.beginningSpace);if(o===null)return n;const[i]=o;return i.length>=s.length?n.slice(s.length):n}).join(`
|
|
25
|
+
`)}var Qt=class{constructor(r){h(this,"options");h(this,"rules");h(this,"lexer");this.options=r||Ve}space(r){const e=this.rules.block.newline.exec(r);if(e&&e[0].length>0)return{type:"space",raw:e[0]}}code(r){const e=this.rules.block.code.exec(r);if(e){const t=e[0].replace(this.rules.other.codeRemoveIndent,"");return{type:"code",raw:e[0],codeBlockStyle:"indented",text:this.options.pedantic?t:mt(t,`
|
|
26
|
+
`)}}}fences(r){const e=this.rules.block.fences.exec(r);if(e){const t=e[0],a=Jr(t,e[3]||"",this.rules);return{type:"code",raw:t,lang:e[2]?e[2].trim().replace(this.rules.inline.anyPunctuation,"$1"):e[2],text:a}}}heading(r){const e=this.rules.block.heading.exec(r);if(e){let t=e[2].trim();if(this.rules.other.endingHash.test(t)){const a=mt(t,"#");(this.options.pedantic||!a||this.rules.other.endingSpaceChar.test(a))&&(t=a.trim())}return{type:"heading",raw:e[0],depth:e[1].length,text:t,tokens:this.lexer.inline(t)}}}hr(r){const e=this.rules.block.hr.exec(r);if(e)return{type:"hr",raw:mt(e[0],`
|
|
27
|
+
`)}}blockquote(r){const e=this.rules.block.blockquote.exec(r);if(e){let t=mt(e[0],`
|
|
28
28
|
`).split(`
|
|
29
|
-
`),a="",s="";const
|
|
29
|
+
`),a="",s="";const n=[];for(;t.length>0;){let o=!1;const i=[];let c;for(c=0;c<t.length;c++)if(this.rules.other.blockquoteStart.test(t[c]))i.push(t[c]),o=!0;else if(!o)i.push(t[c]);else break;t=t.slice(c);const l=i.join(`
|
|
30
30
|
`),g=l.replace(this.rules.other.blockquoteSetextReplace,`
|
|
31
31
|
$1`).replace(this.rules.other.blockquoteSetextReplace2,"");a=a?`${a}
|
|
32
32
|
${l}`:l,s=s?`${s}
|
|
33
|
-
${g}`:g;const
|
|
33
|
+
${g}`:g;const m=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(g,n,!0),this.lexer.state.top=m,t.length===0)break;const p=n.at(-1);if((p==null?void 0:p.type)==="code")break;if((p==null?void 0:p.type)==="blockquote"){const w=p,b=w.raw+`
|
|
34
34
|
`+t.join(`
|
|
35
|
-
`),
|
|
35
|
+
`),L=this.blockquote(b);n[n.length-1]=L,a=a.substring(0,a.length-w.raw.length)+L.raw,s=s.substring(0,s.length-w.text.length)+L.text;break}else if((p==null?void 0:p.type)==="list"){const w=p,b=w.raw+`
|
|
36
36
|
`+t.join(`
|
|
37
|
-
`),
|
|
38
|
-
`);continue}}return{type:"blockquote",raw:a,tokens:
|
|
39
|
-
`,1)[0].replace(this.rules.other.listReplaceTabs,
|
|
40
|
-
`,1)[0],
|
|
41
|
-
`,r=r.substring(p.length+1),c=!0),!c){const
|
|
42
|
-
`,1)[0];let
|
|
43
|
-
`+
|
|
44
|
-
`+p}!
|
|
45
|
-
`,r=r.substring(
|
|
46
|
-
`):[],
|
|
47
|
-
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(r){const e=this.rules.block.text.exec(r);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(r){const e=this.rules.inline.escape.exec(r);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(r){const e=this.rules.inline.tag.exec(r);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(r){const e=this.rules.inline.link.exec(r);if(e){const t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;const
|
|
48
|
-
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const a=this.inlineQueue[t];this.inlineTokens(a.src,a.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],a=!1){var s,
|
|
49
|
-
`:t.push(
|
|
50
|
-
`+
|
|
51
|
-
`+
|
|
52
|
-
`+
|
|
53
|
-
`+
|
|
54
|
-
`+
|
|
55
|
-
`+
|
|
56
|
-
`+
|
|
57
|
-
`+
|
|
58
|
-
`;return a?'<pre><code class="language-'+
|
|
59
|
-
`:"<pre><code>"+(t?s:
|
|
37
|
+
`),L=this.list(b);n[n.length-1]=L,a=a.substring(0,a.length-p.raw.length)+L.raw,s=s.substring(0,s.length-w.raw.length)+L.raw,t=b.substring(n.at(-1).raw.length).split(`
|
|
38
|
+
`);continue}}return{type:"blockquote",raw:a,tokens:n,text:s}}}list(r){let e=this.rules.block.list.exec(r);if(e){let t=e[1].trim();const a=t.length>1,s={type:"list",raw:"",ordered:a,start:a?+t.slice(0,-1):"",loose:!1,items:[]};t=a?`\\d{1,9}\\${t.slice(-1)}`:`\\${t}`,this.options.pedantic&&(t=a?t:"[*+-]");const n=this.rules.other.listItemRegex(t);let o=!1;for(;r;){let c=!1,l="",g="";if(!(e=n.exec(r))||this.rules.block.hr.test(r))break;l=e[0],r=r.substring(l.length);let m=e[2].split(`
|
|
39
|
+
`,1)[0].replace(this.rules.other.listReplaceTabs,y=>" ".repeat(3*y.length)),p=r.split(`
|
|
40
|
+
`,1)[0],w=!m.trim(),b=0;if(this.options.pedantic?(b=2,g=m.trimStart()):w?b=e[1].length+1:(b=e[2].search(this.rules.other.nonSpaceChar),b=b>4?1:b,g=m.slice(b),b+=e[1].length),w&&this.rules.other.blankLine.test(p)&&(l+=p+`
|
|
41
|
+
`,r=r.substring(p.length+1),c=!0),!c){const y=this.rules.other.nextBulletRegex(b),x=this.rules.other.hrRegex(b),v=this.rules.other.fencesBeginRegex(b),k=this.rules.other.headingBeginRegex(b),j=this.rules.other.htmlBeginRegex(b);for(;r;){const F=r.split(`
|
|
42
|
+
`,1)[0];let E;if(p=F,this.options.pedantic?(p=p.replace(this.rules.other.listReplaceNesting," "),E=p):E=p.replace(this.rules.other.tabCharGlobal," "),v.test(p)||k.test(p)||j.test(p)||y.test(p)||x.test(p))break;if(E.search(this.rules.other.nonSpaceChar)>=b||!p.trim())g+=`
|
|
43
|
+
`+E.slice(b);else{if(w||m.replace(this.rules.other.tabCharGlobal," ").search(this.rules.other.nonSpaceChar)>=4||v.test(m)||k.test(m)||x.test(m))break;g+=`
|
|
44
|
+
`+p}!w&&!p.trim()&&(w=!0),l+=F+`
|
|
45
|
+
`,r=r.substring(F.length+1),m=E.slice(b)}}s.loose||(o?s.loose=!0:this.rules.other.doubleBlankLine.test(l)&&(o=!0));let L=null,T;this.options.gfm&&(L=this.rules.other.listIsTask.exec(g),L&&(T=L[0]!=="[ ] ",g=g.replace(this.rules.other.listReplaceTask,""))),s.items.push({type:"list_item",raw:l,task:!!L,checked:T,loose:!1,text:g,tokens:[]}),s.raw+=l}const i=s.items.at(-1);if(i)i.raw=i.raw.trimEnd(),i.text=i.text.trimEnd();else return;s.raw=s.raw.trimEnd();for(let c=0;c<s.items.length;c++)if(this.lexer.state.top=!1,s.items[c].tokens=this.lexer.blockTokens(s.items[c].text,[]),!s.loose){const l=s.items[c].tokens.filter(m=>m.type==="space"),g=l.length>0&&l.some(m=>this.rules.other.anyLine.test(m.raw));s.loose=g}if(s.loose)for(let c=0;c<s.items.length;c++)s.items[c].loose=!0;return s}}html(r){const e=this.rules.block.html.exec(r);if(e)return{type:"html",block:!0,raw:e[0],pre:e[1]==="pre"||e[1]==="script"||e[1]==="style",text:e[0]}}def(r){const e=this.rules.block.def.exec(r);if(e){const t=e[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal," "),a=e[2]?e[2].replace(this.rules.other.hrefBrackets,"$1").replace(this.rules.inline.anyPunctuation,"$1"):"",s=e[3]?e[3].substring(1,e[3].length-1).replace(this.rules.inline.anyPunctuation,"$1"):e[3];return{type:"def",tag:t,raw:e[0],href:a,title:s}}}table(r){var o;const e=this.rules.block.table.exec(r);if(!e||!this.rules.other.tableDelimiter.test(e[2]))return;const t=gs(e[1]),a=e[2].replace(this.rules.other.tableAlignChars,"").split("|"),s=(o=e[3])!=null&&o.trim()?e[3].replace(this.rules.other.tableRowBlankLine,"").split(`
|
|
46
|
+
`):[],n={type:"table",raw:e[0],header:[],align:[],rows:[]};if(t.length===a.length){for(const i of a)this.rules.other.tableAlignRight.test(i)?n.align.push("right"):this.rules.other.tableAlignCenter.test(i)?n.align.push("center"):this.rules.other.tableAlignLeft.test(i)?n.align.push("left"):n.align.push(null);for(let i=0;i<t.length;i++)n.header.push({text:t[i],tokens:this.lexer.inline(t[i]),header:!0,align:n.align[i]});for(const i of s)n.rows.push(gs(i,n.header.length).map((c,l)=>({text:c,tokens:this.lexer.inline(c),header:!1,align:n.align[l]})));return n}}lheading(r){const e=this.rules.block.lheading.exec(r);if(e)return{type:"heading",raw:e[0],depth:e[2].charAt(0)==="="?1:2,text:e[1],tokens:this.lexer.inline(e[1])}}paragraph(r){const e=this.rules.block.paragraph.exec(r);if(e){const t=e[1].charAt(e[1].length-1)===`
|
|
47
|
+
`?e[1].slice(0,-1):e[1];return{type:"paragraph",raw:e[0],text:t,tokens:this.lexer.inline(t)}}}text(r){const e=this.rules.block.text.exec(r);if(e)return{type:"text",raw:e[0],text:e[0],tokens:this.lexer.inline(e[0])}}escape(r){const e=this.rules.inline.escape.exec(r);if(e)return{type:"escape",raw:e[0],text:e[1]}}tag(r){const e=this.rules.inline.tag.exec(r);if(e)return!this.lexer.state.inLink&&this.rules.other.startATag.test(e[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(e[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(e[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(e[0])&&(this.lexer.state.inRawBlock=!1),{type:"html",raw:e[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:e[0]}}link(r){const e=this.rules.inline.link.exec(r);if(e){const t=e[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(t)){if(!this.rules.other.endAngleBracket.test(t))return;const n=mt(t.slice(0,-1),"\\");if((t.length-n.length)%2===0)return}else{const n=Yr(e[2],"()");if(n===-2)return;if(n>-1){const o=(e[0].indexOf("!")===0?5:4)+e[1].length+n;e[2]=e[2].substring(0,n),e[0]=e[0].substring(0,o).trim(),e[3]=""}}let a=e[2],s="";if(this.options.pedantic){const n=this.rules.other.pedanticHrefTitle.exec(a);n&&(a=n[1],s=n[3])}else s=e[3]?e[3].slice(1,-1):"";return a=a.trim(),this.rules.other.startAngleBracket.test(a)&&(this.options.pedantic&&!this.rules.other.endAngleBracket.test(t)?a=a.slice(1):a=a.slice(1,-1)),ps(e,{href:a&&a.replace(this.rules.inline.anyPunctuation,"$1"),title:s&&s.replace(this.rules.inline.anyPunctuation,"$1")},e[0],this.lexer,this.rules)}}reflink(r,e){let t;if((t=this.rules.inline.reflink.exec(r))||(t=this.rules.inline.nolink.exec(r))){const a=(t[2]||t[1]).replace(this.rules.other.multipleSpaceGlobal," "),s=e[a.toLowerCase()];if(!s){const n=t[0].charAt(0);return{type:"text",raw:n,text:n}}return ps(t,s,t[0],this.lexer,this.rules)}}emStrong(r,e,t=""){let a=this.rules.inline.emStrongLDelim.exec(r);if(!(!a||a[3]&&t.match(this.rules.other.unicodeAlphaNumeric))&&(!(a[1]||a[2])||!t||this.rules.inline.punctuation.exec(t))){const s=[...a[0]].length-1;let n,o,i=s,c=0;const l=a[0][0]==="*"?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(l.lastIndex=0,e=e.slice(-1*r.length+s);(a=l.exec(e))!=null;){if(n=a[1]||a[2]||a[3]||a[4]||a[5]||a[6],!n)continue;if(o=[...n].length,a[3]||a[4]){i+=o;continue}else if((a[5]||a[6])&&s%3&&!((s+o)%3)){c+=o;continue}if(i-=o,i>0)continue;o=Math.min(o,o+i+c);const g=[...a[0]][0].length,m=r.slice(0,s+a.index+g+o);if(Math.min(s,o)%2){const w=m.slice(1,-1);return{type:"em",raw:m,text:w,tokens:this.lexer.inlineTokens(w)}}const p=m.slice(2,-2);return{type:"strong",raw:m,text:p,tokens:this.lexer.inlineTokens(p)}}}}codespan(r){const e=this.rules.inline.code.exec(r);if(e){let t=e[2].replace(this.rules.other.newLineCharGlobal," ");const a=this.rules.other.nonSpaceChar.test(t),s=this.rules.other.startingSpaceChar.test(t)&&this.rules.other.endingSpaceChar.test(t);return a&&s&&(t=t.substring(1,t.length-1)),{type:"codespan",raw:e[0],text:t}}}br(r){const e=this.rules.inline.br.exec(r);if(e)return{type:"br",raw:e[0]}}del(r){const e=this.rules.inline.del.exec(r);if(e)return{type:"del",raw:e[0],text:e[2],tokens:this.lexer.inlineTokens(e[2])}}autolink(r){const e=this.rules.inline.autolink.exec(r);if(e){let t,a;return e[2]==="@"?(t=e[1],a="mailto:"+t):(t=e[1],a=t),{type:"link",raw:e[0],text:t,href:a,tokens:[{type:"text",raw:t,text:t}]}}}url(r){var t;let e;if(e=this.rules.inline.url.exec(r)){let a,s;if(e[2]==="@")a=e[0],s="mailto:"+a;else{let n;do n=e[0],e[0]=((t=this.rules.inline._backpedal.exec(e[0]))==null?void 0:t[0])??"";while(n!==e[0]);a=e[0],e[1]==="www."?s="http://"+e[0]:s=e[0]}return{type:"link",raw:e[0],text:a,href:s,tokens:[{type:"text",raw:a,text:a}]}}}inlineText(r){const e=this.rules.inline.text.exec(r);if(e){const t=this.lexer.state.inRawBlock;return{type:"text",raw:e[0],text:e[0],escaped:t}}}},Ie=class wa{constructor(e){h(this,"tokens");h(this,"options");h(this,"state");h(this,"tokenizer");h(this,"inlineQueue");this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Ve,this.options.tokenizer=this.options.tokenizer||new Qt,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};const t={other:ge,block:Ft.normal,inline:pt.normal};this.options.pedantic?(t.block=Ft.pedantic,t.inline=pt.pedantic):this.options.gfm&&(t.block=Ft.gfm,this.options.breaks?t.inline=pt.breaks:t.inline=pt.gfm),this.tokenizer.rules=t}static get rules(){return{block:Ft,inline:pt}}static lex(e,t){return new wa(t).lex(e)}static lexInline(e,t){return new wa(t).inlineTokens(e)}lex(e){e=e.replace(ge.carriageReturn,`
|
|
48
|
+
`),this.blockTokens(e,this.tokens);for(let t=0;t<this.inlineQueue.length;t++){const a=this.inlineQueue[t];this.inlineTokens(a.src,a.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],a=!1){var s,n,o;for(this.options.pedantic&&(e=e.replace(ge.tabCharGlobal," ").replace(ge.spaceLine,""));e;){let i;if((n=(s=this.options.extensions)==null?void 0:s.block)!=null&&n.some(l=>(i=l.call({lexer:this},e,t))?(e=e.substring(i.raw.length),t.push(i),!0):!1))continue;if(i=this.tokenizer.space(e)){e=e.substring(i.raw.length);const l=t.at(-1);i.raw.length===1&&l!==void 0?l.raw+=`
|
|
49
|
+
`:t.push(i);continue}if(i=this.tokenizer.code(e)){e=e.substring(i.raw.length);const l=t.at(-1);(l==null?void 0:l.type)==="paragraph"||(l==null?void 0:l.type)==="text"?(l.raw+=`
|
|
50
|
+
`+i.raw,l.text+=`
|
|
51
|
+
`+i.text,this.inlineQueue.at(-1).src=l.text):t.push(i);continue}if(i=this.tokenizer.fences(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.heading(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.hr(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.blockquote(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.list(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.html(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.def(e)){e=e.substring(i.raw.length);const l=t.at(-1);(l==null?void 0:l.type)==="paragraph"||(l==null?void 0:l.type)==="text"?(l.raw+=`
|
|
52
|
+
`+i.raw,l.text+=`
|
|
53
|
+
`+i.raw,this.inlineQueue.at(-1).src=l.text):this.tokens.links[i.tag]||(this.tokens.links[i.tag]={href:i.href,title:i.title});continue}if(i=this.tokenizer.table(e)){e=e.substring(i.raw.length),t.push(i);continue}if(i=this.tokenizer.lheading(e)){e=e.substring(i.raw.length),t.push(i);continue}let c=e;if((o=this.options.extensions)!=null&&o.startBlock){let l=1/0;const g=e.slice(1);let m;this.options.extensions.startBlock.forEach(p=>{m=p.call({lexer:this},g),typeof m=="number"&&m>=0&&(l=Math.min(l,m))}),l<1/0&&l>=0&&(c=e.substring(0,l+1))}if(this.state.top&&(i=this.tokenizer.paragraph(c))){const l=t.at(-1);a&&(l==null?void 0:l.type)==="paragraph"?(l.raw+=`
|
|
54
|
+
`+i.raw,l.text+=`
|
|
55
|
+
`+i.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=l.text):t.push(i),a=c.length!==e.length,e=e.substring(i.raw.length);continue}if(i=this.tokenizer.text(e)){e=e.substring(i.raw.length);const l=t.at(-1);(l==null?void 0:l.type)==="text"?(l.raw+=`
|
|
56
|
+
`+i.raw,l.text+=`
|
|
57
|
+
`+i.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=l.text):t.push(i);continue}if(e){const l="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(l);break}else throw new Error(l)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){var i,c,l;let a=e,s=null;if(this.tokens.links){const g=Object.keys(this.tokens.links);if(g.length>0)for(;(s=this.tokenizer.rules.inline.reflinkSearch.exec(a))!=null;)g.includes(s[0].slice(s[0].lastIndexOf("[")+1,-1))&&(a=a.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(s=this.tokenizer.rules.inline.anyPunctuation.exec(a))!=null;)a=a.slice(0,s.index)+"++"+a.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(s=this.tokenizer.rules.inline.blockSkip.exec(a))!=null;)a=a.slice(0,s.index)+"["+"a".repeat(s[0].length-2)+"]"+a.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let n=!1,o="";for(;e;){n||(o=""),n=!1;let g;if((c=(i=this.options.extensions)==null?void 0:i.inline)!=null&&c.some(p=>(g=p.call({lexer:this},e,t))?(e=e.substring(g.raw.length),t.push(g),!0):!1))continue;if(g=this.tokenizer.escape(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.tag(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.link(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(g.raw.length);const p=t.at(-1);g.type==="text"&&(p==null?void 0:p.type)==="text"?(p.raw+=g.raw,p.text+=g.text):t.push(g);continue}if(g=this.tokenizer.emStrong(e,a,o)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.codespan(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.br(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.del(e)){e=e.substring(g.raw.length),t.push(g);continue}if(g=this.tokenizer.autolink(e)){e=e.substring(g.raw.length),t.push(g);continue}if(!this.state.inLink&&(g=this.tokenizer.url(e))){e=e.substring(g.raw.length),t.push(g);continue}let m=e;if((l=this.options.extensions)!=null&&l.startInline){let p=1/0;const w=e.slice(1);let b;this.options.extensions.startInline.forEach(L=>{b=L.call({lexer:this},w),typeof b=="number"&&b>=0&&(p=Math.min(p,b))}),p<1/0&&p>=0&&(m=e.substring(0,p+1))}if(g=this.tokenizer.inlineText(m)){e=e.substring(g.raw.length),g.raw.slice(-1)!=="_"&&(o=g.raw.slice(-1)),n=!0;const p=t.at(-1);(p==null?void 0:p.type)==="text"?(p.raw+=g.raw,p.text+=g.text):t.push(g);continue}if(e){const p="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(p);break}else throw new Error(p)}}return t}},qt=class{constructor(r){h(this,"options");h(this,"parser");this.options=r||Ve}space(r){return""}code({text:r,lang:e,escaped:t}){var n;const a=(n=(e||"").match(ge.notSpaceStart))==null?void 0:n[0],s=r.replace(ge.endingNewline,"")+`
|
|
58
|
+
`;return a?'<pre><code class="language-'+ke(a)+'">'+(t?s:ke(s,!0))+`</code></pre>
|
|
59
|
+
`:"<pre><code>"+(t?s:ke(s,!0))+`</code></pre>
|
|
60
60
|
`}blockquote({tokens:r}){return`<blockquote>
|
|
61
61
|
${this.parser.parse(r)}</blockquote>
|
|
62
62
|
`}html({text:r}){return r}heading({tokens:r,depth:e}){return`<h${e}>${this.parser.parseInline(r)}</h${e}>
|
|
63
63
|
`}hr(r){return`<hr>
|
|
64
|
-
`}list(r){const e=r.ordered,t=r.start;let a="";for(let
|
|
64
|
+
`}list(r){const e=r.ordered,t=r.start;let a="";for(let o=0;o<r.items.length;o++){const i=r.items[o];a+=this.listitem(i)}const s=e?"ol":"ul",n=e&&t!==1?' start="'+t+'"':"";return"<"+s+n+`>
|
|
65
65
|
`+a+"</"+s+`>
|
|
66
|
-
`}listitem(r){var t;let e="";if(r.task){const a=this.checkbox({checked:!!r.checked});r.loose?((t=r.tokens[0])==null?void 0:t.type)==="paragraph"?(r.tokens[0].text=a+" "+r.tokens[0].text,r.tokens[0].tokens&&r.tokens[0].tokens.length>0&&r.tokens[0].tokens[0].type==="text"&&(r.tokens[0].tokens[0].text=a+" "+
|
|
66
|
+
`}listitem(r){var t;let e="";if(r.task){const a=this.checkbox({checked:!!r.checked});r.loose?((t=r.tokens[0])==null?void 0:t.type)==="paragraph"?(r.tokens[0].text=a+" "+r.tokens[0].text,r.tokens[0].tokens&&r.tokens[0].tokens.length>0&&r.tokens[0].tokens[0].type==="text"&&(r.tokens[0].tokens[0].text=a+" "+ke(r.tokens[0].tokens[0].text),r.tokens[0].tokens[0].escaped=!0)):r.tokens.unshift({type:"text",raw:a+" ",text:a+" ",escaped:!0}):e+=a+" "}return e+=this.parser.parse(r.tokens,!!r.loose),`<li>${e}</li>
|
|
67
67
|
`}checkbox({checked:r}){return"<input "+(r?'checked="" ':"")+'disabled="" type="checkbox">'}paragraph({tokens:r}){return`<p>${this.parser.parseInline(r)}</p>
|
|
68
|
-
`}table(r){let e="",t="";for(let s=0;s<r.header.length;s++)t+=this.tablecell(r.header[s]);e+=this.tablerow({text:t});let a="";for(let s=0;s<r.rows.length;s++){const
|
|
68
|
+
`}table(r){let e="",t="";for(let s=0;s<r.header.length;s++)t+=this.tablecell(r.header[s]);e+=this.tablerow({text:t});let a="";for(let s=0;s<r.rows.length;s++){const n=r.rows[s];t="";for(let o=0;o<n.length;o++)t+=this.tablecell(n[o]);a+=this.tablerow({text:t})}return a&&(a=`<tbody>${a}</tbody>`),`<table>
|
|
69
69
|
<thead>
|
|
70
70
|
`+e+`</thead>
|
|
71
71
|
`+a+`</table>
|
|
72
72
|
`}tablerow({text:r}){return`<tr>
|
|
73
73
|
${r}</tr>
|
|
74
74
|
`}tablecell(r){const e=this.parser.parseInline(r.tokens),t=r.header?"th":"td";return(r.align?`<${t} align="${r.align}">`:`<${t}>`)+e+`</${t}>
|
|
75
|
-
`}strong({tokens:r}){return`<strong>${this.parser.parseInline(r)}</strong>`}em({tokens:r}){return`<em>${this.parser.parseInline(r)}</em>`}codespan({text:r}){return`<code>${
|
|
76
|
-
`+this.renderer.text(l);t?a+=this.renderer.paragraph({type:"paragraph",raw:g,text:g,tokens:[{type:"text",raw:g,text:g,escaped:!0}]}):a+=g;continue}default:{const l='Token with "'+c.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw new Error(l)}}}return a}parseInline(e,t=this.renderer){var s,
|
|
77
|
-
Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An error occurred:</p><pre>"+be(t.message+"",!0)+"</pre>";return e?Promise.resolve(a):a}if(e)return Promise.reject(t);throw t}}},Pe=new _r;function _(r,e){return Pe.parse(r,e)}_.options=_.setOptions=function(r){return Pe.setOptions(r),_.defaults=Pe.defaults,is(_.defaults),_},_.getDefaults=ja,_.defaults=$e,_.use=function(...r){return Pe.use(...r),_.defaults=Pe.defaults,is(_.defaults),_},_.walkTokens=function(r,e){return Pe.walkTokens(r,e)},_.parseInline=Pe.parseInline,_.Parser=Ae,_.parser=Ae.parse,_.Renderer=Qt,_.TextRenderer=Fa,_.Lexer=je,_.lexer=je.lex,_.Tokenizer=Vt,_.Hooks=Ft,_.parse=_,_.options,_.setOptions,_.use,_.walkTokens,_.parseInline,Ae.parse,je.lex;const{entries:zs,setPrototypeOf:us,isFrozen:Wr,getPrototypeOf:Hr,getOwnPropertyDescriptor:Vr}=Object;let{freeze:le,seal:me,create:$t}=Object,{apply:ya,construct:wa}=typeof Reflect<"u"&&Reflect;le||(le=function(r){return r}),me||(me=function(r){return r}),ya||(ya=function(r,e){for(var t=arguments.length,a=new Array(t>2?t-2:0),s=2;s<t;s++)a[s-2]=arguments[s];return r.apply(e,a)}),wa||(wa=function(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),a=1;a<e;a++)t[a-1]=arguments[a];return new r(...t)});const Rt=he(Array.prototype.forEach),Qr=he(Array.prototype.lastIndexOf),ds=he(Array.prototype.pop),lt=he(Array.prototype.push),Br=he(Array.prototype.splice),zt=he(String.prototype.toLowerCase),ra=he(String.prototype.toString),ia=he(String.prototype.match),ht=he(String.prototype.replace),Ur=he(String.prototype.indexOf),qr=he(String.prototype.trim),ge=he(Object.prototype.hasOwnProperty),ne=he(RegExp.prototype.test),ut=Yr(TypeError);function he(r){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];return ya(r,e,a)}}function Yr(r){return function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return wa(r,t)}}function R(r,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:zt;us&&us(r,null);let a=e.length;for(;a--;){let s=e[a];if(typeof s=="string"){const i=t(s);i!==s&&(Wr(e)||(e[a]=i),s=i)}r[s]=!0}return r}function Jr(r){for(let e=0;e<r.length;e++)ge(r,e)||(r[e]=null);return r}function Me(r){const e=$t(null);for(const[t,a]of zs(r))ge(r,t)&&(Array.isArray(a)?e[t]=Jr(a):a&&typeof a=="object"&&a.constructor===Object?e[t]=Me(a):e[t]=a);return e}function dt(r,e){for(;r!==null;){const a=Vr(r,e);if(a){if(a.get)return he(a.get);if(typeof a.value=="function")return he(a.value)}r=Hr(r)}function t(){return null}return t}const gs=le(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),na=le(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),oa=le(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Gr=le(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ca=le(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Kr=le(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),ps=le(["#text"]),ms=le(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),la=le(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),fs=le(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Ot=le(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Zr=me(/\{\{[\w\W]*|[\w\W]*\}\}/gm),Xr=me(/<%[\w\W]*|[\w\W]*%>/gm),ei=me(/\$\{[\w\W]*/gm),ti=me(/^data-[\-\w.\u00B7-\uFFFF]+$/),ai=me(/^aria-[\-\w]+$/),_s=me(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),si=me(/^(?:\w+script|data):/i),ri=me(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Ws=me(/^html$/i),ii=me(/^[a-z][.\w]*(-[.\w]+)+$/i);var Ls=Object.freeze({__proto__:null,ARIA_ATTR:ai,ATTR_WHITESPACE:ri,CUSTOM_ELEMENT:ii,DATA_ATTR:ti,DOCTYPE_NAME:Ws,ERB_EXPR:Xr,IS_ALLOWED_URI:_s,IS_SCRIPT_OR_DATA:si,MUSTACHE_EXPR:Zr,TMPLIT_EXPR:ei});const gt={element:1,text:3,progressingInstruction:7,comment:8,document:9},ni=function(){return typeof window>"u"?null:window},oi=function(r,e){if(typeof r!="object"||typeof r.createPolicy!="function")return null;let t=null;const a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(t=e.getAttribute(a));const s="dompurify"+(t?"#"+t:"");try{return r.createPolicy(s,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},ys=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Hs(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ni();const e=d=>Hs(d);if(e.version="3.3.3",e.removed=[],!r||!r.document||r.document.nodeType!==gt.document||!r.Element)return e.isSupported=!1,e;let{document:t}=r;const a=t,s=a.currentScript,{DocumentFragment:i,HTMLTemplateElement:n,Node:o,Element:c,NodeFilter:l,NamedNodeMap:g=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:f,DOMParser:p,trustedTypes:y}=r,w=c.prototype,m=dt(w,"cloneNode"),x=dt(w,"remove"),k=dt(w,"nextSibling"),A=dt(w,"childNodes"),F=dt(w,"parentNode");if(typeof n=="function"){const d=t.createElement("template");d.content&&d.content.ownerDocument&&(t=d.content.ownerDocument)}let T,P="";const{implementation:z,createNodeIterator:v,createDocumentFragment:N,getElementsByTagName:B}=t,{importNode:de}=a;let V=ys();e.isSupported=typeof zs=="function"&&typeof F=="function"&&z&&z.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:re,ERB_EXPR:Ce,TMPLIT_EXPR:Ie,DATA_ATTR:Xe,ARIA_ATTR:Ct,IS_SCRIPT_OR_DATA:St,ATTR_WHITESPACE:et,CUSTOM_ELEMENT:kt}=Ls;let{IS_ALLOWED_URI:tt}=Ls,L=null;const I=R({},[...gs,...na,...oa,...ca,...ps]);let D=null;const J=R({},[...ms,...la,...fs,...Ot]);let Q=Object.seal($t(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),Se=null,U=null;const ie=Object.seal($t(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let ze=!0,at=!0,za=!1,_a=!0,_e=!1,Tt=!0,Ne=!1,Yt=!1,Jt=!1,We=!1,vt=!1,Et=!1,Wa=!0,Ha=!1;const Us="user-content-";let Gt=!0,st=!1,He={},xe=null;const Kt=R({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Va=null;const Qa=R({},["audio","video","img","source","image","track"]);let Zt=null;const Ba=R({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),jt="http://www.w3.org/1998/Math/MathML",At="http://www.w3.org/2000/svg",ke="http://www.w3.org/1999/xhtml";let Ve=ke,Xt=!1,ea=null;const qs=R({},[jt,At,ke],ra);let It=R({},["mi","mo","mn","ms","mtext"]),Dt=R({},["annotation-xml"]);const Ys=R({},["title","style","font","a","script"]);let rt=null;const Js=["application/xhtml+xml","text/html"],Gs="text/html";let Z=null,Qe=null;const Ks=t.createElement("form"),Ua=function(d){return d instanceof RegExp||d instanceof Function},ta=function(){let d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(Qe&&Qe===d)){if((!d||typeof d!="object")&&(d={}),d=Me(d),rt=Js.indexOf(d.PARSER_MEDIA_TYPE)===-1?Gs:d.PARSER_MEDIA_TYPE,Z=rt==="application/xhtml+xml"?ra:zt,L=ge(d,"ALLOWED_TAGS")?R({},d.ALLOWED_TAGS,Z):I,D=ge(d,"ALLOWED_ATTR")?R({},d.ALLOWED_ATTR,Z):J,ea=ge(d,"ALLOWED_NAMESPACES")?R({},d.ALLOWED_NAMESPACES,ra):qs,Zt=ge(d,"ADD_URI_SAFE_ATTR")?R(Me(Ba),d.ADD_URI_SAFE_ATTR,Z):Ba,Va=ge(d,"ADD_DATA_URI_TAGS")?R(Me(Qa),d.ADD_DATA_URI_TAGS,Z):Qa,xe=ge(d,"FORBID_CONTENTS")?R({},d.FORBID_CONTENTS,Z):Kt,Se=ge(d,"FORBID_TAGS")?R({},d.FORBID_TAGS,Z):Me({}),U=ge(d,"FORBID_ATTR")?R({},d.FORBID_ATTR,Z):Me({}),He=ge(d,"USE_PROFILES")?d.USE_PROFILES:!1,ze=d.ALLOW_ARIA_ATTR!==!1,at=d.ALLOW_DATA_ATTR!==!1,za=d.ALLOW_UNKNOWN_PROTOCOLS||!1,_a=d.ALLOW_SELF_CLOSE_IN_ATTR!==!1,_e=d.SAFE_FOR_TEMPLATES||!1,Tt=d.SAFE_FOR_XML!==!1,Ne=d.WHOLE_DOCUMENT||!1,We=d.RETURN_DOM||!1,vt=d.RETURN_DOM_FRAGMENT||!1,Et=d.RETURN_TRUSTED_TYPE||!1,Jt=d.FORCE_BODY||!1,Wa=d.SANITIZE_DOM!==!1,Ha=d.SANITIZE_NAMED_PROPS||!1,Gt=d.KEEP_CONTENT!==!1,st=d.IN_PLACE||!1,tt=d.ALLOWED_URI_REGEXP||_s,Ve=d.NAMESPACE||ke,It=d.MATHML_TEXT_INTEGRATION_POINTS||It,Dt=d.HTML_INTEGRATION_POINTS||Dt,Q=d.CUSTOM_ELEMENT_HANDLING||{},d.CUSTOM_ELEMENT_HANDLING&&Ua(d.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Q.tagNameCheck=d.CUSTOM_ELEMENT_HANDLING.tagNameCheck),d.CUSTOM_ELEMENT_HANDLING&&Ua(d.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Q.attributeNameCheck=d.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),d.CUSTOM_ELEMENT_HANDLING&&typeof d.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(Q.allowCustomizedBuiltInElements=d.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),_e&&(at=!1),vt&&(We=!0),He&&(L=R({},ps),D=$t(null),He.html===!0&&(R(L,gs),R(D,ms)),He.svg===!0&&(R(L,na),R(D,la),R(D,Ot)),He.svgFilters===!0&&(R(L,oa),R(D,la),R(D,Ot)),He.mathMl===!0&&(R(L,ca),R(D,fs),R(D,Ot))),ge(d,"ADD_TAGS")||(ie.tagCheck=null),ge(d,"ADD_ATTR")||(ie.attributeCheck=null),d.ADD_TAGS&&(typeof d.ADD_TAGS=="function"?ie.tagCheck=d.ADD_TAGS:(L===I&&(L=Me(L)),R(L,d.ADD_TAGS,Z))),d.ADD_ATTR&&(typeof d.ADD_ATTR=="function"?ie.attributeCheck=d.ADD_ATTR:(D===J&&(D=Me(D)),R(D,d.ADD_ATTR,Z))),d.ADD_URI_SAFE_ATTR&&R(Zt,d.ADD_URI_SAFE_ATTR,Z),d.FORBID_CONTENTS&&(xe===Kt&&(xe=Me(xe)),R(xe,d.FORBID_CONTENTS,Z)),d.ADD_FORBID_CONTENTS&&(xe===Kt&&(xe=Me(xe)),R(xe,d.ADD_FORBID_CONTENTS,Z)),Gt&&(L["#text"]=!0),Ne&&R(L,["html","head","body"]),L.table&&(R(L,["tbody"]),delete Se.tbody),d.TRUSTED_TYPES_POLICY){if(typeof d.TRUSTED_TYPES_POLICY.createHTML!="function")throw ut('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof d.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw ut('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');T=d.TRUSTED_TYPES_POLICY,P=T.createHTML("")}else T===void 0&&(T=oi(y,s)),T!==null&&typeof P=="string"&&(P=T.createHTML(""));le&&le(d),Qe=d}},qa=R({},[...na,...oa,...Gr]),Ya=R({},[...ca,...Kr]),Zs=function(d){let C=F(d);(!C||!C.tagName)&&(C={namespaceURI:Ve,tagName:"template"});const b=zt(d.tagName),H=zt(C.tagName);return ea[d.namespaceURI]?d.namespaceURI===At?C.namespaceURI===ke?b==="svg":C.namespaceURI===jt?b==="svg"&&(H==="annotation-xml"||It[H]):!!qa[b]:d.namespaceURI===jt?C.namespaceURI===ke?b==="math":C.namespaceURI===At?b==="math"&&Dt[H]:!!Ya[b]:d.namespaceURI===ke?C.namespaceURI===At&&!Dt[H]||C.namespaceURI===jt&&!It[H]?!1:!Ya[b]&&(Ys[b]||!qa[b]):!!(rt==="application/xhtml+xml"&&ea[d.namespaceURI]):!1},Re=function(d){lt(e.removed,{element:d});try{F(d).removeChild(d)}catch{x(d)}},Oe=function(d,C){try{lt(e.removed,{attribute:C.getAttributeNode(d),from:C})}catch{lt(e.removed,{attribute:null,from:C})}if(C.removeAttribute(d),d==="is")if(We||vt)try{Re(C)}catch{}else try{C.setAttribute(d,"")}catch{}},Ja=function(d){let C=null,b=null;if(Jt)d="<remove></remove>"+d;else{const Y=ia(d,/^[\r\n\t ]+/);b=Y&&Y[0]}rt==="application/xhtml+xml"&&Ve===ke&&(d='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+d+"</body></html>");const H=T?T.createHTML(d):d;if(Ve===ke)try{C=new p().parseFromString(H,rt)}catch{}if(!C||!C.documentElement){C=z.createDocument(Ve,"template",null);try{C.documentElement.innerHTML=Xt?P:H}catch{}}const ae=C.body||C.documentElement;return d&&b&&ae.insertBefore(t.createTextNode(b),ae.childNodes[0]||null),Ve===ke?B.call(C,Ne?"html":"body")[0]:Ne?C.documentElement:ae},Ga=function(d){return v.call(d.ownerDocument||d,d,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},aa=function(d){return d instanceof f&&(typeof d.nodeName!="string"||typeof d.textContent!="string"||typeof d.removeChild!="function"||!(d.attributes instanceof g)||typeof d.removeAttribute!="function"||typeof d.setAttribute!="function"||typeof d.namespaceURI!="string"||typeof d.insertBefore!="function"||typeof d.hasChildNodes!="function")},Ka=function(d){return typeof o=="function"&&d instanceof o};function Te(d,C,b){Rt(d,H=>{H.call(e,C,b,Qe)})}const Za=function(d){let C=null;if(Te(V.beforeSanitizeElements,d,null),aa(d))return Re(d),!0;const b=Z(d.nodeName);if(Te(V.uponSanitizeElement,d,{tagName:b,allowedTags:L}),Tt&&d.hasChildNodes()&&!Ka(d.firstElementChild)&&ne(/<[/\w!]/g,d.innerHTML)&&ne(/<[/\w!]/g,d.textContent)||d.nodeType===gt.progressingInstruction||Tt&&d.nodeType===gt.comment&&ne(/<[/\w]/g,d.data))return Re(d),!0;if(!(ie.tagCheck instanceof Function&&ie.tagCheck(b))&&(!L[b]||Se[b])){if(!Se[b]&&es(b)&&(Q.tagNameCheck instanceof RegExp&&ne(Q.tagNameCheck,b)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(b)))return!1;if(Gt&&!xe[b]){const H=F(d)||d.parentNode,ae=A(d)||d.childNodes;if(ae&&H){const Y=ae.length;for(let ve=Y-1;ve>=0;--ve){const fe=m(ae[ve],!0);fe.__removalCount=(d.__removalCount||0)+1,H.insertBefore(fe,k(d))}}}return Re(d),!0}return d instanceof c&&!Zs(d)||(b==="noscript"||b==="noembed"||b==="noframes")&&ne(/<\/no(script|embed|frames)/i,d.innerHTML)?(Re(d),!0):(_e&&d.nodeType===gt.text&&(C=d.textContent,Rt([re,Ce,Ie],H=>{C=ht(C,H," ")}),d.textContent!==C&&(lt(e.removed,{element:d.cloneNode()}),d.textContent=C)),Te(V.afterSanitizeElements,d,null),!1)},Xa=function(d,C,b){if(U[C]||Wa&&(C==="id"||C==="name")&&(b in t||b in Ks))return!1;if(!(at&&!U[C]&&ne(Xe,C))&&!(ze&&ne(Ct,C))&&!(ie.attributeCheck instanceof Function&&ie.attributeCheck(C,d))){if(!D[C]||U[C]){if(!(es(d)&&(Q.tagNameCheck instanceof RegExp&&ne(Q.tagNameCheck,d)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(d))&&(Q.attributeNameCheck instanceof RegExp&&ne(Q.attributeNameCheck,C)||Q.attributeNameCheck instanceof Function&&Q.attributeNameCheck(C,d))||C==="is"&&Q.allowCustomizedBuiltInElements&&(Q.tagNameCheck instanceof RegExp&&ne(Q.tagNameCheck,b)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(b))))return!1}else if(!Zt[C]&&!ne(tt,ht(b,et,""))&&!((C==="src"||C==="xlink:href"||C==="href")&&d!=="script"&&Ur(b,"data:")===0&&Va[d])&&!(za&&!ne(St,ht(b,et,"")))&&b)return!1}return!0},es=function(d){return d!=="annotation-xml"&&ia(d,kt)},ts=function(d){Te(V.beforeSanitizeAttributes,d,null);const{attributes:C}=d;if(!C||aa(d))return;const b={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:D,forceKeepAttr:void 0};let H=C.length;for(;H--;){const ae=C[H],{name:Y,namespaceURI:ve,value:fe}=ae,Le=Z(Y),sa=fe;let se=Y==="value"?sa:qr(sa);if(b.attrName=Le,b.attrValue=se,b.keepAttr=!0,b.forceKeepAttr=void 0,Te(V.uponSanitizeAttribute,d,b),se=b.attrValue,Ha&&(Le==="id"||Le==="name")&&(Oe(Y,d),se=Us+se),Tt&&ne(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,se)){Oe(Y,d);continue}if(Le==="attributename"&&ia(se,"href")){Oe(Y,d);continue}if(b.forceKeepAttr)continue;if(!b.keepAttr){Oe(Y,d);continue}if(!_a&&ne(/\/>/i,se)){Oe(Y,d);continue}_e&&Rt([re,Ce,Ie],er=>{se=ht(se,er," ")});const as=Z(d.nodeName);if(!Xa(as,Le,se)){Oe(Y,d);continue}if(T&&typeof y=="object"&&typeof y.getAttributeType=="function"&&!ve)switch(y.getAttributeType(as,Le)){case"TrustedHTML":{se=T.createHTML(se);break}case"TrustedScriptURL":{se=T.createScriptURL(se);break}}if(se!==sa)try{ve?d.setAttributeNS(ve,Y,se):d.setAttribute(Y,se),aa(d)?Re(d):ds(e.removed)}catch{Oe(Y,d)}}Te(V.afterSanitizeAttributes,d,null)},Xs=function d(C){let b=null;const H=Ga(C);for(Te(V.beforeSanitizeShadowDOM,C,null);b=H.nextNode();)Te(V.uponSanitizeShadowNode,b,null),Za(b),ts(b),b.content instanceof i&&d(b.content);Te(V.afterSanitizeShadowDOM,C,null)};return e.sanitize=function(d){let C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b=null,H=null,ae=null,Y=null;if(Xt=!d,Xt&&(d="<!-->"),typeof d!="string"&&!Ka(d))if(typeof d.toString=="function"){if(d=d.toString(),typeof d!="string")throw ut("dirty is not a string, aborting")}else throw ut("toString is not a function");if(!e.isSupported)return d;if(Yt||ta(C),e.removed=[],typeof d=="string"&&(st=!1),st){if(d.nodeName){const Le=Z(d.nodeName);if(!L[Le]||Se[Le])throw ut("root node is forbidden and cannot be sanitized in-place")}}else if(d instanceof o)b=Ja("<!---->"),H=b.ownerDocument.importNode(d,!0),H.nodeType===gt.element&&H.nodeName==="BODY"||H.nodeName==="HTML"?b=H:b.appendChild(H);else{if(!We&&!_e&&!Ne&&d.indexOf("<")===-1)return T&&Et?T.createHTML(d):d;if(b=Ja(d),!b)return We?null:Et?P:""}b&&Jt&&Re(b.firstChild);const ve=Ga(st?d:b);for(;ae=ve.nextNode();)Za(ae),ts(ae),ae.content instanceof i&&Xs(ae.content);if(st)return d;if(We){if(vt)for(Y=N.call(b.ownerDocument);b.firstChild;)Y.appendChild(b.firstChild);else Y=b;return(D.shadowroot||D.shadowrootmode)&&(Y=de.call(a,Y,!0)),Y}let fe=Ne?b.outerHTML:b.innerHTML;return Ne&&L["!doctype"]&&b.ownerDocument&&b.ownerDocument.doctype&&b.ownerDocument.doctype.name&&ne(Ws,b.ownerDocument.doctype.name)&&(fe="<!DOCTYPE "+b.ownerDocument.doctype.name+`>
|
|
78
|
-
`+fe),_e&&Rt([re,Ce,Ie],Le=>{fe=ht(fe,Le," ")}),T&&Et?T.createHTML(fe):fe},e.setConfig=function(){let d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ta(d),Yt=!0},e.clearConfig=function(){Qe=null,Yt=!1},e.isValidAttribute=function(d,C,b){Qe||ta({});const H=Z(d),ae=Z(C);return Xa(H,ae,b)},e.addHook=function(d,C){typeof C=="function"&<(V[d],C)},e.removeHook=function(d,C){if(C!==void 0){const b=Qr(V[d],C);return b===-1?void 0:Br(V[d],b,1)[0]}return ds(V[d])},e.removeHooks=function(d){V[d]=[]},e.removeAllHooks=function(){V=ys()},e}var ws=Hs();class ci{constructor(e){h(this,"dataLayer");this.dataLayer=e}get answerWidgetShowMoreLimit(){return this.dataLayer.answerWidgetShowMoreLimit??100}get currentPage(){var e;return(e=this.dataLayer.searchObject)==null?void 0:e.page}get totalPages(){return this.resultsPerPage===0?0:Math.ceil(this.totalResults/this.resultsPerPage)}get totalResults(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.totalResultsValue)||0}get resultsPerPage(){return this.dataLayer.itemsPerPage||0}get sortOptions(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.sorting.options)||[]}get selectedSortOption(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.sorting.selectedSortOption)||""}get startResultIndex(){var e;return(((e=this.dataLayer.searchObject)==null?void 0:e.page)-1)*this.resultsPerPage+1}get endResultIndex(){var t;const e=(((t=this.dataLayer.searchObject)==null?void 0:t.page)-1)*this.resultsPerPage+(this.resultsPerPage??0);return e>this.totalResults?this.totalResults:e}get isFirstPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)===1}get isLastPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)>=Math.ceil(this.totalResults/this.resultsPerPage)}get percentageOfResultsLoaded(){return this.endResultIndex/this.totalResults*100}get results(){return this.dataLayer.searchResults??[]}get autoCorrectedQuery(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.autoCorrectedQuery)||""}get originalQuery(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.query)||""}get getAnswerData(){return this.dataLayer.getAnswerData||""}get shouldShowAnswerLoadMore(){return this.dataLayer.getAnswerData.split(" ").length>this.answerWidgetShowMoreLimit}get answerTruncated(){return this.dataLayer.getAnswerData.split(" ").slice(0,this.answerWidgetShowMoreLimit).join(" ")+"..."}get fullAnswerFormatted(){return ws.sanitize(_.parse(this.dataLayer.getAnswerData)).replace(/<a /g,'<a target="_blank" class="searchstax-answer-link" rel="noopener noreferrer" ')}get answerLoading(){return this.dataLayer.answerLoading}get shouldShowAnswerError(){return this.dataLayer.answerError}get locationError(){return this.dataLayer.locationError}get shouldShowAnswer(){return(this.dataLayer.getAnswerData!==""||this.dataLayer.parsedData.answerLoading||this.shouldShowAnswerError)&&this.dataLayer.searchObject.query!=="*"}get searchTerm(){var e,t;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.autoCorrectedQuery)||((t=this.dataLayer.searchObject)==null?void 0:t.query)||""}get locationSearchEnabled(){return this.dataLayer.locationEnabled??!1}get locationSearchDistanceEnabled(){var e,t,a,s,i,n,o;return((t=(e=this.dataLayer.searchLocationConfig)==null?void 0:e.locationValuesOverride)!=null&&t.locationDistanceEnabled?(s=(a=this.dataLayer.searchLocationConfig)==null?void 0:a.locationValuesOverride)==null?void 0:s.locationDistanceEnabled:(o=(n=(i=this.dataLayer.searchResultsMetadata)==null?void 0:i.location)==null?void 0:n.filter)==null?void 0:o.enabled)??!1}get locationSearchDistanceValues(){var a,s,i,n,o,c,l,g,f;const e=((s=(a=this.dataLayer.searchLocationConfig)==null?void 0:a.locationValuesOverride)==null?void 0:s.filterValues)??((o=(n=(i=this.dataLayer.searchResultsMetadata)==null?void 0:i.location)==null?void 0:n.filter)==null?void 0:o.values),t=((l=(c=this.dataLayer.searchLocationConfig)==null?void 0:c.locationValuesOverride)==null?void 0:l.filterUnit)??((f=(g=this.dataLayer.searchResultsMetadata)==null?void 0:g.location)==null?void 0:f.unit);return!e||e.length===0?[]:e.map(p=>({label:p==="any"?"Any Distance":p+" "+(t??""),value:p,isSelected:p===this.dataLayer.searchRadius})).sort((p,y)=>{const w=p.value==="any"?0:parseFloat(p.value),m=y.value==="any"?0:parseFloat(y.value);return w-m})}get shouldShowLocationDistanceDropdown(){return this.locationSearchDistanceEnabled&&this.locationSearchDistanceValues.length>1}get searchingEverything(){return this.searchTerm==="*"}get firstSearchHappened(){return this.dataLayer.firstSearchHappened}get isInfiniteScroll(){return this.dataLayer.isInfiniteScroll??!1}get answerErrorMessage(){return ws.sanitize(_.parse(this.dataLayer.answerErrorMessage)).replace("<br>","")}get searchExecuted(){var e,t,a;return((e=this.dataLayer.searchObject)==null?void 0:e.query)!==void 0&&((t=this.dataLayer.searchObject)==null?void 0:t.query)!=="undefined"&&((a=this.dataLayer.searchObject)==null?void 0:a.query)!==""}get selectedFacets(){var t;const e=this.dataLayer.searchFacetsCached??this.dataLayer.searchFacets;return e?(((t=this.dataLayer.searchObject)==null?void 0:t.facets)??[]).map(a=>{const s=a.name,i=a.value,n=e.find(o=>o.name===s);if(n){const o=n.values.find(c=>c.type==="range"?!1:c.type==="checkbox"?'"'+c.value+'"'===i:!1);if(o)return o}return null}).filter(a=>a!==null):[]}get cachedANDFacets(){let e="";for(const t of this.dataLayer.searchObject.facets)(t.type==="and"||t.type==="tabs")&&(e+=JSON.stringify(t));return e}get relatedSearches(){const e=this.dataLayer.searchRelatedSearches??[];return e[e.length-1]&&(e[e.length-1].last=!0),e}get externalPromotions(){return this.dataLayer.searchExternalPromotions??[]}get data(){return{currentPage:this.currentPage,totalPages:this.totalPages,totalResults:this.totalResults,resultsPerPage:this.resultsPerPage,startResultIndex:this.startResultIndex,endResultIndex:this.endResultIndex,isFirstPage:this.isFirstPage,isLastPage:this.isLastPage,results:this.results,searchTerm:this.searchTerm!=="undefined"?this.searchTerm:"",autoCorrectedQuery:this.autoCorrectedQuery,originalQuery:this.originalQuery,selectedFacets:this.selectedFacets,searchExecuted:this.searchExecuted,searchingEverything:this.searchingEverything,relatedSearches:this.relatedSearches,hasRelatedSearches:this.relatedSearches.length>0,externalPromotions:this.externalPromotions,hasExternalPromotions:this.externalPromotions.length>0,hasResults:this.results.length>0,hasResultsOrExternalPromotions:this.results.length>0||this.externalPromotions.length>0,answer:this.getAnswerData,answerTruncated:this.answerTruncated,fullAnswerFormatted:this.fullAnswerFormatted,shouldShowAnswerLoadMore:this.shouldShowAnswerLoadMore,answerLoading:this.answerLoading,shouldShowAnswer:this.shouldShowAnswer,isInfiniteScroll:this.isInfiniteScroll,percentageOfResultsLoaded:this.percentageOfResultsLoaded,firstSearchHappened:this.firstSearchHappened,sortOptions:this.sortOptions,selectedSortOption:this.selectedSortOption,shouldShowAnswerError:this.shouldShowAnswerError,answerErrorMessage:this.answerErrorMessage,locationSearchEnabled:this.locationSearchEnabled,locationSearchDistanceEnabled:this.locationSearchDistanceEnabled,locationSearchDistanceValues:this.locationSearchDistanceValues,shouldShowLocationDistanceDropdown:this.shouldShowLocationDistanceDropdown,locationError:this.locationError}}get trackingData(){var e,t,a,s;return{searchTerm:this.searchTerm,trackApiKey:((e=this.dataLayer.searchstaxConfig)==null?void 0:e.trackApiKey)??"",session:this.dataLayer.sessionIdValue,language:this.dataLayer.language,recordsPerPage:((t=this.dataLayer.searchResultsMetadata)==null?void 0:t.recordsPerPageValue)??0,totalResults:((a=this.dataLayer.searchResultsMetadata)==null?void 0:a.totalResultsValue)??0,currentPage:this.dataLayer.currentPage,latencyVal:((s=this.dataLayer.searchResultsMetadata)==null?void 0:s.latency)??0,...this.dataLayer.model?{model:this.dataLayer.model}:{}}}}class pe{static deepEqual(e,t){const a=Object.keys(e),s=Object.keys(t);if(a.length!==s.length)return!1;for(const i of a){const n=e[i],o=t[i],c=this.isObject(n)&&this.isObject(o);if(c&&!this.deepEqual(n,o)||!c&&n!==o)return!1}return!0}static isObject(e){return e!=null&&typeof e=="object"}}class j{constructor(e){h(this,"value");h(this,"observers",{});this.value=e,this.observers={}}subscribe(e,t){const a=Math.random().toString(36).substring(2,15),s=t||a;return this.observers[s]=e,e(this.value),s}unsubscribe(e){this.observers[e]&&delete this.observers[e]}subscribeOnce(e){const t=Math.random().toString(36).substring(2,15),a=s=>{e(s),this.unsubscribe(t)};this.subscribe(a,t)}subscribeTwice(e){const t=Math.random().toString(36).substring(2,15);let a=0;const s=i=>{a++,e(i),a>=2&&this.unsubscribe(t)};this.subscribe(s,t)}subscribeUntil(e,t,a=6e3,s=!0){const i=Math.random().toString(36).substring(2,15),n=o=>{o===t&&(e(o),this.unsubscribe(i))};return this.value===t?(e(this.value),null):(this.subscribe(n,i),setTimeout(()=>{s&&this.observers[i]&&e(this.value),this.unsubscribe(i)},a),i)}subscribeUntilHasValue(e,t=6e3,a=!0){const s=Math.random().toString(36).substring(2,15),i=n=>{n!=null&&(e(n),this.unsubscribe(s))};return this.value!==null&&this.value!==void 0?(e(this.value),null):(this.subscribe(i,s),t>0&&setTimeout(()=>{a&&this.observers[s]&&e(this.value),this.unsubscribe(s)},t),i)}setValue(e){this.value=e,this.notify()}getValue(){return this.value}notify(){for(const e in this.observers)if(Object.prototype.hasOwnProperty.call(this.observers,e)){const t=this.observers[e];typeof t=="function"&&t(this.value)}}}class ha{static getOrSetCookie(e,t){let a=this.getCookie(e);return a==null&&(a=t??this.makeid(25),this.setCookie(e,a,{secure:!0,"max-age":3600})),a}static deleteCookie(e){this.getCookie(e)&&this.setCookie(e,"",{secure:!0,"max-age":-1})}static makeid(e){let t="";const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",s=a.length;for(let i=0;i<e;i++)t+=a.charAt(Math.floor(Math.random()*s));return t}static getCookie(e){const t=typeof document<"u"?document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([.$?*|{}()[\]\\/+^])/g,"\\$1")+"=([^;]*)")):null;return t?decodeURIComponent(t[1]):void 0}static setCookie(e,t,a){const s={path:"/",...a};a.expires instanceof Date&&(s.expires=a.expires.toUTCString());let i=encodeURIComponent(e)+"="+encodeURIComponent(t);for(const n in s){i+="; "+n;const o=s[n];o!==!0&&(i+="="+o)}typeof document<"u"&&(document.cookie=i)}}class te{static removeXSSRiskyTags(e){var t="script|style|iframe|object|embed|form|input|button",a=new RegExp("</?("+t+")(\\s[^>]*)?>","gi");return e?e.replace(a,""):""}}class li{constructor(e,t){h(this,"$searchTermChange",new j(""));h(this,"$searchLocationChange",new j(""));h(this,"$searchLocationCoordinatesDecoded",new j(""));h(this,"$searchLatChange",new j(""));h(this,"$searchLongChange",new j(""));h(this,"$searchRadiusChange",new j(void 0));h(this,"$loadingChange",new j(!1));h(this,"$locationError",new j(!1));h(this,"$searchResults",new j(null));h(this,"$searchResultsMetadata",new j(null));h(this,"$searchAutosuggest",new j(null));h(this,"$searchFacets",new j(null));h(this,"$searchFacetsCached",new j(null));h(this,"$searchFacetsCachedTabs",new j(null));h(this,"$searchstaxConfig",new j(null));h(this,"$autosuggestResults",new j(null));h(this,"$itemsPerPage",new j(void 0));h(this,"$searchObject",new j({query:"",itemsPerPage:void 0,page:99999999,order:"",facets:[],additionalProps:[],location:{term:void 0,radius:void 0,lat:void 0,lon:void 0},model:""}));h(this,"$searchRelatedSearches",new j(null));h(this,"$searchInputConfig",new j(null));h(this,"$searchLocationConfig",new j(null));h(this,"$searchExternalPromotions",new j(null));h(this,"$facetsTemplateData",new j(null));h(this,"$selectedFacetsTemplateData",new j(null));h(this,"$paginationData",new j(null));h(this,"$answerData",new j(null));h(this,"$searchFeedbackData",new j(null));h(this,"$inputWidgetTemplateData",new j(null));h(this,"$locationWidgetTemplateData",new j(null));h(this,"$searchSortingData",new j(null));h(this,"$searchRelatedSearchesData",new j(null));h(this,"$searchExternalPromotionsData",new j(null));h(this,"$cookiesDisabled",new j(null));h(this,"$locationDecodingLoading",new j(!1));h(this,"$answer",new j(""));h(this,"$language",new j("en"));h(this,"$model",new j(""));h(this,"$answerLoading",new j(!1));h(this,"$locationEnabled",new j(null));h(this,"$answerError",new j(!1));h(this,"$answerErrorMessage",new j(""));h(this,"$isQuestion",new j(!1));h(this,"$inputTemplateRendered",new j(!1));h(this,"currentPageValue",1);h(this,"isAnswerWidgetCreatedValue",!1);h(this,"renderingEngineValue",G.mustache);h(this,"parsedData",new ci(this));h(this,"sessionId");h(this,"sessionIdValue",null);h(this,"autoCorrect",!0);h(this,"forceNotCorrect",!1);h(this,"lastSearchValue","");h(this,"turnAIAnswerGenerationOn",!1);h(this,"questionURL","");h(this,"isInfiniteScroll",!1);h(this,"firstSearchHappened",!1);h(this,"facetsWereSet",!1);h(this,"answerWidgetShowMoreLimit",100);h(this,"searchHelper");h(this,"searchResultUnparsed");this.sessionId=e,t&&(this.sessionIdValue=t),this.cookieHandlingCallback(t),this.$cookiesDisabled.subscribe(()=>{this.cookieHandlingCallback(t)})}cookieHandlingCallback(e){this.cookiesDisabled?(this.sessionIdValue=null,ha.deleteCookie(this.sessionId),ha.deleteCookie("ms_visitorid")):this.sessionIdValue=ha.getOrSetCookie(this.sessionId,e)}setIsInfiniteScroll(e){this.isInfiniteScroll=e}setSearchTerm(e){this.$searchTermChange.setValue(te.removeXSSRiskyTags(e))}setSearchLocation(e){this.$searchLocationChange.setValue(te.removeXSSRiskyTags(e))}setSearchRadius(e){this.$searchRadiusChange.setValue(e)}setRenderingEngine(e){this.renderingEngineValue=e}setCurrentPage(e){this.currentPageValue=e}setIsAnswerWidgetCreated(e){this.isAnswerWidgetCreatedValue=e}setLoading(e){this.$loadingChange.setValue(e)}setSearchResults(e){this.firstSearchHappened=!0,(!pe.deepEqual(e,this.searchResults??[""])||this.facetsWereSet)&&(this.facetsWereSet=!1,this.$searchResults.setValue(e))}setSearchResultsMetadata(e){pe.deepEqual(e,this.searchResultsMetadata??{})||this.$searchResultsMetadata.setValue(e)}setSearchAutosuggest(e){this.$searchAutosuggest.setValue(e)}setSearchObject(e){var a,s;let t=e;t={...t,itemsPerPage:this.itemsPerPage,model:this.model},(s=(a=this.searchstaxConfig)==null?void 0:a.hooks)!=null&&s.beforeSearch&&t&&(t=this.searchstaxConfig.hooks.beforeSearch(t)),t&&(!pe.deepEqual(t,this.searchObject??{})||this.forceNotCorrect)&&this.$searchObject.setValue(t)}setSearchFacets(e){this.facetsWereSet=!0,pe.deepEqual(e,this.searchFacets??[])||this.$searchFacets.setValue(e)}setSearchFacetsCached(e){pe.deepEqual(e,this.searchFacetsCached??[])||this.$searchFacetsCached.setValue(e)}setSearchFacetsCachedTabs(e){pe.deepEqual(e,this.searchFacetsCachedTabs??[])||this.$searchFacetsCachedTabs.setValue(e)}setSearchRelatedSearches(e){pe.deepEqual(e,this.searchRelatedSearches??[])||this.$searchRelatedSearches.setValue(e)}setSearchExternalPromotions(e){pe.deepEqual(e,this.searchExternalPromotions??[])||this.$searchExternalPromotions.setValue(e)}setLanguage(e){this.$language.setValue(e)}setModel(e){this.$model.setValue(e)}setSearchstaxConfig(e){this.$searchstaxConfig.setValue(e)}setSearchInputConfig(e){this.$searchInputConfig.setValue(e)}setSearchLocationConfig(e){this.$searchLocationConfig.setValue(e)}setAutosuggestResults(e){this.$autosuggestResults.setValue(e)}setFacetsTemplateData(e){this.$facetsTemplateData.setValue(e)}setSelectedFacetsTemplateData(e){this.$selectedFacetsTemplateData.setValue(e)}setPaginationData(e){this.$paginationData.setValue(e)}setAnswerFullData(e){this.$answerData.setValue(e)}setSearchFeedbackData(e){this.$searchFeedbackData.setValue(e)}setSearchSortingData(e){this.$searchSortingData.setValue(e)}setRelatedSearchesData(e){this.$searchRelatedSearchesData.setValue(e)}setExternalPromotionsData(e){this.$searchExternalPromotionsData.setValue(e)}setCookiesDisabled(e){this.$cookiesDisabled.setValue(e)}setAnswerData(e){this.$answer.setValue(e)}setItemsPerPage(e){this.$itemsPerPage.setValue(e)}setAnswerLoading(e){this.$answerLoading.setValue(e)}setAnswerError(e){this.$answerError.setValue(e)}setIsQuestion(e){this.$isQuestion.setValue(e)}setAnswerErrorMessage(e){this.$answerErrorMessage.setValue(e)}setLocationDecodingLoading(e){this.$locationDecodingLoading.setValue(e)}setSearchLat(e){this.$searchLatChange.setValue(e)}setSearchLong(e){this.$searchLongChange.setValue(e)}setInputTemplateRendered(e){this.$inputTemplateRendered.setValue(e)}setLocationError(e){this.$locationError.setValue(e)}setInputWidgetTemplateData(e){this.$inputWidgetTemplateData.setValue(e)}setLocationWidgetTemplateData(e){this.$locationWidgetTemplateData.setValue(e)}setLocationCoordinatesDecoded(e){this.$searchLocationCoordinatesDecoded.setValue(te.removeXSSRiskyTags(e))}setLocationEnabled(e){this.$locationEnabled.setValue(e)}setSearchResultUnparsedData(e){this.searchResultUnparsed=e}get getAnswerData(){return this.$answer.getValue()}get searchstaxConfig(){return this.$searchstaxConfig.getValue()}get searchFacets(){return this.$searchFacets.getValue()?JSON.parse(JSON.stringify(this.$searchFacets.getValue())):null}get searchFacetsCached(){return this.$searchFacetsCached.getValue()?JSON.parse(JSON.stringify(this.$searchFacetsCached.getValue())):null}get searchFacetsCachedTabs(){return this.$searchFacetsCachedTabs.getValue()?JSON.parse(JSON.stringify(this.$searchFacetsCachedTabs.getValue())):null}get searchResults(){return this.$searchResults.getValue()?JSON.parse(JSON.stringify(this.$searchResults.getValue())):null}get searchTerm(){return this.$searchTermChange.getValue()}get searchLocation(){return this.$searchLocationChange.getValue()}get searchRadius(){return this.$searchRadiusChange.getValue()}get loading(){return this.$loadingChange.getValue()}get searchAutosuggest(){return this.$searchAutosuggest.getValue()}get searchResultsMetadata(){return this.$searchResultsMetadata.getValue()?JSON.parse(JSON.stringify(this.$searchResultsMetadata.getValue())):null}get currentPage(){return this.$searchObject.getValue().page??this.currentPageValue}get isAnswerWidgetCreated(){return this.isAnswerWidgetCreatedValue}get renderingEngine(){return this.renderingEngineValue}get searchObject(){return JSON.parse(JSON.stringify(this.$searchObject.getValue()))}get searchRelatedSearches(){return this.$searchRelatedSearches.getValue()?JSON.parse(JSON.stringify(this.$searchRelatedSearches.getValue())):null}get searchExternalPromotions(){return this.$searchExternalPromotions.getValue()?JSON.parse(JSON.stringify(this.$searchExternalPromotions.getValue())):null}get language(){return this.$language.getValue()}get model(){return this.$model.getValue()}get searchInputConfig(){return this.$searchInputConfig.getValue()}get searchLocationConfig(){return this.$searchLocationConfig.getValue()}get answerConfig(){return this.$answer.getValue()}get autosuggestResults(){return this.$autosuggestResults.getValue()}get facetsTemplateData(){return this.$facetsTemplateData.getValue()}get selectedFacetsTemplateData(){return this.$selectedFacetsTemplateData.getValue()}get paginationData(){return this.$paginationData.getValue()}get searchFeedbackData(){return this.$searchFeedbackData.getValue()}get searchSortingData(){return this.$searchSortingData.getValue()}get searchRelatedSearchesData(){return this.$searchRelatedSearchesData.getValue()}get searchExternalPromotionsData(){return this.$searchExternalPromotionsData.getValue()}get cookiesDisabled(){return(this.$cookiesDisabled.getValue()??!1)||!navigator.cookieEnabled}get itemsPerPage(){return this.$itemsPerPage.getValue()}get answerFullData(){return this.$answerData.getValue()}get answerLoading(){return this.$answerLoading.getValue()}get isQuestion(){return this.$isQuestion.getValue()}get answerError(){return this.$answerError.getValue()}get answerErrorMessage(){return this.$answerErrorMessage.getValue()}get locationDecodingLoading(){return this.$locationDecodingLoading.getValue()}get searchLat(){return this.$searchLatChange.getValue()}get searchLong(){return this.$searchLongChange.getValue()}get inputTemplateRendered(){return this.$inputTemplateRendered.getValue()}get locationError(){return this.$locationError.getValue()}get inputWidgetTemplateData(){return this.$inputWidgetTemplateData.getValue()}get locationWidgetTemplateData(){return this.$locationWidgetTemplateData.getValue()}get searchLocationCoordinatesDecoded(){return this.$searchLocationCoordinatesDecoded.getValue()}get locationEnabled(){return this.$locationEnabled.getValue()}get searchResultUnparsedData(){return this.searchResultUnparsed}}class pt{static combineResultsWithMetadata(e){const t=[],a=parseInt(e.response.start+"");return e.response.docs.forEach((s,i)=>{var c;const n=s[e.responseHeader.params.uniqueId]??"",o={custom:null,uniqueId:n,position:a+1+i,ribbon:this.doesMapExist("ribbon",e)?this.getValueByKey("ribbon",s,e,n):null,paths:this.doesMapExist("paths",e)?this.getValueByKey("paths",s,e,n):null,url:this.doesMapExist("url",e)?this.getValueByKey("url",s,e,n):null,title:this.doesMapExist("title",e)?this.getValueByKey("title",s,e,n):null,titleTracking:this.doesMapExist("title",e)?this.getValueByKey("title",s,e,n,!0):null,promoted:s["[elevated]"]?s["[elevated]"]:!1,thumbnail:this.doesMapExist("thumbnail",e)?this.getValueByKey("thumbnail",s,e,n):null,date:this.doesMapExist("date",e)?this.getValueByKey("date",s,e,n):null,snippet:this.doesMapExist("snippet",e)?this.getValueByKey("snippet",s,e,n):null,description:this.doesMapExist("description",e)?this.getValueByKey("description",s,e,n):null,distance:this.doesMapExist("distance",e)&&this.getValueByKey("distance",s,e,n)!=="Infinity"&&this.getValueByKey("distance",s,e,n)?Math.floor(this.getValueByKey("distance",s,e,n)):null,unit:((c=e.metadata.locationSearch)==null?void 0:c.unit)??"",unmappedFields:this.getUnmappedFields(s,e,n),allFields:this.getAllFields(s,e)};t.push(o)}),t}static extractFacets(e){const t=[];if(e.metadata.facets)for(const a of e.metadata.facets){let s={values:[]};if(s.name=a.name,s.label=a.label,a.name in e.facet_counts.facet_fields){const i=e.facet_counts.facet_fields[a.name];for(let n=0;n<i.length;n+=2){const o={};o.value=i[n],o.parentName=s.name,o.count=i[n+1],o.type="checkbox",s.values.push(o)}}s.values.length>0&&t.push(s)}return t}static extractSearchResultsMetadata(e){var i,n,o,c,l,g,f,p,y,w;let t="",a={selectedSortOption:"",options:[]},s={enabled:!1,field:"",unit:"",filter:{enabled:!1,values:[],label:"",defaultValue:""}};if(e.metadata.locationSearch&&(s={enabled:e.metadata.locationSearch.enabled,field:e.metadata.locationSearch.field,unit:e.metadata.locationSearch.unit,filter:{enabled:((i=e.metadata.locationSearch.filter)==null?void 0:i.enabled)??!1,values:((n=e.metadata.locationSearch.filter)==null?void 0:n.values)??[],label:((o=e.metadata.locationSearch.filter)==null?void 0:o.label)??"",defaultValue:((c=e.metadata.locationSearch.filter)==null?void 0:c.defaultValue)??""}}),(l=e.metadata.results.find(m=>m.result_card==="date"))==null||l.name,a.options=[],(g=e.metadata.sorts)==null?void 0:g.length){const m=e.metadata.sorts.map(x=>({value:x.label,key:x.name+" "+x.order}));a.options=[{key:"",value:"Relevance"},...m]}return t=((w=(y=(p=(f=e==null?void 0:e.spellcheck)==null?void 0:f.suggestions)==null?void 0:p[1])==null?void 0:y.suggestion)==null?void 0:w[0])??"",typeof t!="string"&&(t=(t==null?void 0:t.word)??""),{recordsPerPageValue:parseInt(e.responseHeader.params.rows),startDocVal:parseInt(e.response.start+""),totalResultsValue:parseInt(e.response.numFound+""),latency:parseInt(e.responseHeader.QTime+""),endDocValue:parseInt(e.responseHeader.params.rows)+parseInt(e.response.start+""),spellingSuggestion:t,autoCorrectedQuery:e.responseHeader.params.autoCorrectedQ??"",impressions:this.getImpressions(e),sorting:a,location:s,isLocationMapped:this.doesMapExist("distance",e)}}static getImpressions(e){const t=[],a=this.combineResultsWithMetadata(e);for(const s in a){const i=a[s],n={};n.cDocId=this.getDataForAnalytics(i.uniqueId),i.title&&(n.cDocTitle=this.getDataForAnalytics(i.titleTracking)),n.position=i.position,t.push(n)}return t}static getDataForAnalytics(e){return e!==null?typeof e>"u"?"":typeof e=="string"?e:typeof e.join<"u"?e[0]:e:""}static findResultByUniqueId(e,t){return t.find(a=>a.uniqueId===e)??null}static getUnmappedFields(e,t,a){const s=t.metadata.results.filter(n=>n.result_card==="").map(n=>n.name),i=[];for(const n of s)if(Object.keys(e).includes(n)){const o=Array.isArray(e[n])?this.getHighlightedResults(n,e[n].join(", "),a,t):this.getHighlightedResults(n,e[n]+"",a,t);i.push({key:n,value:o,isImage:this.checkIfImage(e[n])})}return i}static checkIfImage(e){return e===void 0?!1:typeof e!="string"?Array.isArray(e)&&e[0]?/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e[0]):!1:/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e)}static getAllFields(e,t){const a=t.metadata.results.map(i=>i.name),s=[];for(const i of Object.keys(e))a.indexOf(i)!==-1&&s.push({key:i,value:e[i],isImage:this.checkIfImage(e[i])});return s}static doesMapExist(e,t){return t.metadata.results.find(a=>a.result_card===e)!==void 0}static getValueByKey(e,t,a,s,i=!1){const n=a.metadata.results.find(c=>c.result_card===e);if(n===void 0)return null;const o=t[n.name];return o===void 0?null:typeof o=="string"?i?o:this.getHighlightedResults(n.name,o,s,a):typeof o=="number"?o:Array.isArray(o)?i?o.join(", "):this.getHighlightedResults(n.name,o.join(", "),s,a):null}static getHighlightedResults(e,t,a,s){if(s.highlighting&&a in s.highlighting){let i=s.highlighting[a];if(i&&e in i){let n=i[e];const o=this.cleanValue(n);if(o!=="")return o}}return t}static cleanValue(e){return e===null?"":typeof e=="string"?e:Array.isArray(e)?e.join(" "):""}}class xs{constructor(e){h(this,"routeName","searchstax");h(this,"ignoredKeys",[]);h(this,"queryStringHelper");h(this,"titleParser");e.routeName&&(this.routeName=e.routeName),e.ignoredKeys&&(this.ignoredKeys=e.ignoredKeys),e.title&&(this.titleParser=e.title),this.queryStringHelper=new hi(this.routeName)}updateUrl(e){const t=this.searchObjectToUrl(e);let a=typeof document<"u"?document==null?void 0:document.title:"";this.titleParser&&(a=this.titleParser(e)),typeof document<"u"&&(document.title=a),(window==null?void 0:window.location.href)!==t&&(window==null||window.history.replaceState(window.history.state,a,t))}searchObjectToUrl(e){return this.queryStringHelper.urlHasQueryParams((window==null?void 0:window.location.href)??"")?(window==null?void 0:window.location.href.split("?")[0])+"?"+this.queryStringHelper.stringify(this.searchObjectToParams(e),{ignoredKeys:this.ignoredKeys}):(window==null?void 0:window.location.href)+"?"+this.queryStringHelper.stringify(this.searchObjectToParams(e),{ignoredKeys:this.ignoredKeys})}searchObjectToParams(e){const t={},a=e.page||1;if(e.query&&(t[this.routeName+"[query]"]=encodeURIComponent(e.query)),e.page&&(t[this.routeName+"[page]"]=a+""),e.order&&(t[this.routeName+"[order]"]=e.order),e.itemsPerPage&&e.itemsPerPage!==10&&(t[this.routeName+"[itemsPerPage]"]=e.itemsPerPage+""),e.location)for(const s in e.location){const i=e.location[s];i&&(t[this.routeName+`[location][${s}]`]=i)}if(e.facets)for(const s in e.facets){const i=e.facets[s].type+":"+encodeURIComponent(e.facets[s].name)+":"+encodeURIComponent(e.facets[s].value);t[this.routeName+`[facets][${s}]`]=i}if(e.model&&(t[this.routeName+"[model]"]=e.model),this.queryStringHelper.urlHasQueryParams((window==null?void 0:window.location.href)??"")){const s=this.queryStringHelper.urlToParams((window==null?void 0:window.location.href)??"");for(const i in s)i.startsWith(this.routeName)&&delete s[i];return{...s,...t}}else return t}extractParamsThatDoNotStartWithRouteName(e){const t={};for(const a in e)a.startsWith(this.routeName)||(t[a]=e[a]);return t}extractArrayOfFacetsFromQueryParameters(e){var a,s,i;const t=[];for(const n in e)if(n.startsWith(this.routeName+"[facets]")){const o=te.removeXSSRiskyTags((a=e[n].split(":"))==null?void 0:a[0]),c=te.removeXSSRiskyTags(decodeURIComponent((s=e[n].split(":"))==null?void 0:s[1])),l=te.removeXSSRiskyTags(decodeURIComponent((i=e[n].split(":"))==null?void 0:i[2]));t.push({type:o,name:c,value:l})}return t}urlToSearchObject(e,t){const a=this.queryStringHelper.urlToParams(e),s=te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[page]"])),i=parseInt(s),n=isNaN(i)?1:i;let o=parseInt(te.removeXSSRiskyTags(a[this.routeName+"[itemsPerPage]"]));return isNaN(o)&&(o=10),{query:te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[query]"]))||"",page:n,itemsPerPage:t??o,order:te.removeXSSRiskyTags(a[this.routeName+"[order]"])||"",facets:this.extractArrayOfFacetsFromQueryParameters(a)||[],model:te.removeXSSRiskyTags(a[this.routeName+"[model]"])||"",location:{address:te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][address]"]||"")),radius:te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][radius]"]||"")),lat:te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][lat]"]||"")),lon:te.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][lon]"]||""))}}}}class hi{constructor(e){h(this,"routeName","");h(this,"stringify",(e,t)=>{const a=this.filterOutIgnoredKeys(e,t.ignoredKeys);return Object.keys(a).map(s=>{const i=a[s];return Array.isArray(i)?i.map(n=>`${s}=${n}`).join("&"):`${s}=${i}`}).join("&")});this.routeName=e}filterOutIgnoredKeys(e,t){const a=t||[],s={};return Object.keys(e).forEach(i=>{a.includes(i)||e[i]!==""&&(s[i]=e[i])}),s}urlToParams(e){const t={},a=e.split("?")[1];return a&&a.split("&").forEach(s=>{const[i,n]=s.split("=");t[i]=n}),t}doesParamContainRouteName(e){return e.indexOf(this.routeName)!==-1}urlHasQueryParams(e){return e.indexOf("?")!==-1}}const Ye={question:"I_AM_A_QUESTION",notQuestion:"I_AM_NOT_A_QUESTION",close:"CLOSE"};class bs extends Error{constructor(e,t){super(e),this.name="ParseError",this.type=t.type,this.field=t.field,this.value=t.value,this.line=t.line}}function ua(r){}function ui(r){if(typeof r=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:e=ua,onError:t=ua,onRetry:a=ua,onComment:s}=r;let i="",n=!0,o,c="",l="";function g(m){const x=n?m.replace(/^\xEF\xBB\xBF/,""):m,[k,A]=di(`${i}${x}`);for(const F of k)f(F);i=A,n=!1}function f(m){if(m===""){y();return}if(m.startsWith(":")){s&&s(m.slice(m.startsWith(": ")?2:1));return}const x=m.indexOf(":");if(x!==-1){const k=m.slice(0,x),A=m[x+1]===" "?2:1,F=m.slice(x+A);p(k,F,m);return}p(m,"",m)}function p(m,x,k){switch(m){case"event":l=x;break;case"data":c=`${c}${x}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
`,
|
|
82
|
-
`&&a++}}return[e,t]}class Ms extends Event{constructor(e,t){var a,s;super(e),this.code=(a=t==null?void 0:t.code)!=null?a:void 0,this.message=(s=t==null?void 0:t.message)!=null?s:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,t,a){return a(Cs(this),t)}[Symbol.for("Deno.customInspect")](e,t){return e(Cs(this),t)}}function gi(r){const e=globalThis.DOMException;return typeof e=="function"?new e(r,"SyntaxError"):new SyntaxError(r)}function xa(r){return r instanceof Error?"errors"in r&&Array.isArray(r.errors)?r.errors.map(xa).join(", "):"cause"in r&&r.cause instanceof Error?`${r}: ${xa(r.cause)}`:r.message:`${r}`}function Cs(r){return{type:r.type,message:r.message,code:r.code,defaultPrevented:r.defaultPrevented,cancelable:r.cancelable,timeStamp:r.timeStamp}}var Vs=r=>{throw TypeError(r)},$a=(r,e,t)=>e.has(r)||Vs("Cannot "+t),O=(r,e,t)=>($a(r,e,"read from private field"),t?t.call(r):e.get(r)),X=(r,e,t)=>e.has(r)?Vs("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,t),q=(r,e,t,a)=>($a(r,e,"write to private field"),e.set(r,t),t),Ee=(r,e,t)=>($a(r,e,"access private method"),t),ue,Fe,Be,_t,Bt,yt,Je,wt,De,Ue,Ke,qe,mt,ye,ba,Ma,Ca,Ss,Sa,ka,ft,Ta,va;class Wt extends EventTarget{constructor(e,t){var a,s;super(),X(this,ye),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,X(this,ue),X(this,Fe),X(this,Be),X(this,_t),X(this,Bt),X(this,yt),X(this,Je),X(this,wt,null),X(this,De),X(this,Ue),X(this,Ke,null),X(this,qe,null),X(this,mt,null),X(this,Ma,async i=>{var n;O(this,Ue).reset();const{body:o,redirected:c,status:l,headers:g}=i;if(l===204){Ee(this,ye,ft).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?q(this,Be,new URL(i.url)):q(this,Be,void 0),l!==200){Ee(this,ye,ft).call(this,`Non-200 status code (${l})`,l);return}if(!(g.get("content-type")||"").startsWith("text/event-stream")){Ee(this,ye,ft).call(this,'Invalid content type, expected "text/event-stream"',l);return}if(O(this,ue)===this.CLOSED)return;q(this,ue,this.OPEN);const f=new Event("open");if((n=O(this,mt))==null||n.call(this,f),this.dispatchEvent(f),typeof o!="object"||!o||!("getReader"in o)){Ee(this,ye,ft).call(this,"Invalid response body, expected a web ReadableStream",l),this.close();return}const p=new TextDecoder,y=o.getReader();let w=!0;do{const{done:m,value:x}=await y.read();x&&O(this,Ue).feed(p.decode(x,{stream:!m})),m&&(w=!1,O(this,Ue).reset(),Ee(this,ye,Ta).call(this))}while(w)}),X(this,Ca,i=>{q(this,De,void 0),!(i.name==="AbortError"||i.type==="aborted")&&Ee(this,ye,Ta).call(this,xa(i))}),X(this,Sa,i=>{typeof i.id=="string"&&q(this,wt,i.id);const n=new MessageEvent(i.event||"message",{data:i.data,origin:O(this,Be)?O(this,Be).origin:O(this,Fe).origin,lastEventId:i.id||""});O(this,qe)&&(!i.event||i.event==="message")&&O(this,qe).call(this,n),this.dispatchEvent(n)}),X(this,ka,i=>{q(this,yt,i)}),X(this,va,()=>{q(this,Je,void 0),O(this,ue)===this.CONNECTING&&Ee(this,ye,ba).call(this)});try{if(e instanceof URL)q(this,Fe,e);else if(typeof e=="string")q(this,Fe,new URL(e,pi()));else throw new Error("Invalid URL")}catch{throw gi("An invalid or illegal string was specified")}q(this,Ue,ui({onEvent:O(this,Sa),onRetry:O(this,ka)})),q(this,ue,this.CONNECTING),q(this,yt,3e3),q(this,Bt,(a=t==null?void 0:t.fetch)!=null?a:globalThis.fetch),q(this,_t,(s=t==null?void 0:t.withCredentials)!=null?s:!1),Ee(this,ye,ba).call(this)}get readyState(){return O(this,ue)}get url(){return O(this,Fe).href}get withCredentials(){return O(this,_t)}get onerror(){return O(this,Ke)}set onerror(e){q(this,Ke,e)}get onmessage(){return O(this,qe)}set onmessage(e){q(this,qe,e)}get onopen(){return O(this,mt)}set onopen(e){q(this,mt,e)}addEventListener(e,t,a){const s=t;super.addEventListener(e,s,a)}removeEventListener(e,t,a){const s=t;super.removeEventListener(e,s,a)}close(){O(this,Je)&&clearTimeout(O(this,Je)),O(this,ue)!==this.CLOSED&&(O(this,De)&&O(this,De).abort(),q(this,ue,this.CLOSED),q(this,De,void 0))}}ue=new WeakMap,Fe=new WeakMap,Be=new WeakMap,_t=new WeakMap,Bt=new WeakMap,yt=new WeakMap,Je=new WeakMap,wt=new WeakMap,De=new WeakMap,Ue=new WeakMap,Ke=new WeakMap,qe=new WeakMap,mt=new WeakMap,ye=new WeakSet,ba=function(){q(this,ue,this.CONNECTING),q(this,De,new AbortController),O(this,Bt)(O(this,Fe),Ee(this,ye,Ss).call(this)).then(O(this,Ma)).catch(O(this,Ca))},Ma=new WeakMap,Ca=new WeakMap,Ss=function(){var r;const e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...O(this,wt)?{"Last-Event-ID":O(this,wt)}:void 0},cache:"no-store",signal:(r=O(this,De))==null?void 0:r.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},Sa=new WeakMap,ka=new WeakMap,ft=function(r,e){var t;O(this,ue)!==this.CLOSED&&q(this,ue,this.CLOSED);const a=new Ms("error",{code:e,message:r});(t=O(this,Ke))==null||t.call(this,a),this.dispatchEvent(a)},Ta=function(r,e){var t;if(O(this,ue)===this.CLOSED)return;q(this,ue,this.CONNECTING);const a=new Ms("error",{code:e,message:r});(t=O(this,Ke))==null||t.call(this,a),this.dispatchEvent(a),q(this,Je,setTimeout(O(this,va),O(this,yt)))},va=new WeakMap,Wt.CONNECTING=0,Wt.OPEN=1,Wt.CLOSED=2;function pi(){const r="document"in globalThis?globalThis.document:void 0;return r&&typeof r=="object"&&"baseURI"in r&&typeof r.baseURI=="string"?r.baseURI:void 0}class we{static attachAnalyticsScript(e){window._msq=window._msq||[];const t=e||"https://static.searchstax.com/studio-js/v4/js/studio-analytics.js";if(!document.querySelector(`script[src="${t}"]`)){var a=document.createElement("script");a.type="text/javascript",a.src=t;var s=document.getElementsByTagName("script")[0];s.parentNode&&s.parentNode.insertBefore(a,s)}}static trackClick(e){const t={key:e.trackApiKey,query:e.searchTerm,shownHits:e.recordsPerPage,totalHits:e.totalResults,pageNo:e.currentPage,latency:e.latencyVal,session:e.session,cDocId:e.result.uniqueId,cDocTitle:e.result.titleTracking,position:e.result.position,language:e.language,model:e.model};return new Promise((a,s)=>{const i=["trackClick",t];t.key?this.msq().push(i,(function(n,o){JSON.stringify(n)===JSON.stringify(t)&&o?a():s()}).bind(this)):s()})}static trackAnswerLinkClick(e){const t={key:e.trackApiKey,question:e.searchTerm,session:e.session,href:e.href,language:e.language,model:e.model,answer:e.answer};return new Promise((a,s)=>{const i=["answerSourceClick",t];t.key?this.msq().push(i,(function(n,o){JSON.stringify(n)===JSON.stringify(t)&&o?a():s()}).bind(this)):s()})}static trackSearch(e){const t={key:e.trackApiKey,query:e.searchTerm,shownHits:e.recordsPerPage,totalHits:e.totalResults,pageNo:e.currentPage,latency:e.latencyVal,session:e.session,language:e.language,model:e.model,impressions:e.impressions};setTimeout(()=>{t.key&&this.msq().push(["track",t])},0)}static trackRelatedSearchClick(e){const t={session:e.session,key:e.trackApiKey,query:e.relatedSearch.search_term,position:e.relatedSearch.position,relatedSearch:e.relatedSearch.related_search,pageNo:1,shownHits:e.totalRelatredSearches,totalHits:e.totalRelatredSearches,language:e.language,model:e.model};setTimeout(()=>{t.key&&this.msq().push(["trackRelatedSearchClick",t])},0)}static trackRelatedSearches(e){const t={session:e.session,key:e.trackApiKey,query:e.searchTerm,latency:e.latencyVal,language:e.language,model:e.model,impressions:e.impressions,pageNo:1,shownHits:e.totalRelatredSearches,totalHits:e.totalRelatredSearches};setTimeout(()=>{t.key&&this.msq().push(["trackRelatedSearch",t])},0)}static trackAnswerData(e){const t={session:e.session,key:e.trackApiKey,question:e.searchTerm,answer:e.answer,language:e.language,model:e.model,is_question:e.isQuestion+""};setTimeout(()=>{t.key&&this.msq().push(["trackquestionanswer",t])},0)}static trackFeedback(e){setTimeout(()=>{this.msq().push(["trackSearchSatisfaction",{key:e.trackApiKey,email:e.email,score:e.rating,comments:e.feedback,language:e.language,model:e.model}])},0)}}h(we,"subscribedToClickEvent",!1),h(we,"msq",()=>typeof window<"u"&&(window!=null&&window._msq)?window==null?void 0:window._msq:[]);class mi{constructor(e,t){h(this,"cachedQuery","");h(this,"cachedANDFacets","");h(this,"url","");h(this,"relatedSearches","");h(this,"suggester","");h(this,"authHeader");h(this,"authHeaderRelated");h(this,"trackApiKey","");h(this,"session","");h(this,"searchAuthType");h(this,"searchAuth","");h(this,"controllerSearch");h(this,"signalSearch");h(this,"controllerSuggest");h(this,"signalSuggest");h(this,"_authToken","");h(this,"resolveFn");h(this,"dataLayer");this.dataLayer=t,this.url=e.searchURL,this.dataLayer.setLanguage(e.language),this.suggester=e.suggesterURL,this.trackApiKey=e.trackApiKey,this.session=e.sessionId,this.searchAuthType=e.authType,this.searchAuth=e.searchAuth,this.authHeader=new Headers,this.authHeader.append("Accept","application/json"),this._authToken=this.searchAuthType==="token"?`Token ${e.searchAuth}`:`Basic ${e.searchAuth}`,this.authHeader.append("Authorization",this._authToken),this.authHeaderRelated=new Headers,this.authHeaderRelated.append("Accept","application/json"),this.authHeaderRelated.append("Authorization",e.searchAuth)}generateFacetQuery(e,t){let a=[];if(!t)e.forEach(function(s){const i=s.name+':"'+s.value+'"';a=a.concat("fq="+decodeURIComponent(i).replace(" "," "))});else{const s={};e.forEach(function(n){const o=n.name+":"+n.value,c=decodeURIComponent(o).replace(" "," ").split(":");s[c[0]]?s[c[0]].push(c[1]):s[c[0]]=[c[1]]});let i="";for(const n in s)if(Object.prototype.hasOwnProperty.call(s,n)){const o=s[n],c=n;for(const l of o)i+=i===""?` ${c}:"${l}"`:` OR ${c}:"${l}"`}a=a.concat("fq="+i.trim())}return a=a.map(s=>s.replace(/&/g,"%26").replace(/\+/g,"%2B")),a.length?"&"+a.join("&"):""}generateLocationQuery(e){let t="";if(e.lat&&e.lon){const a=Math.floor(parseFloat(e.lat)*100)/100,s=Math.floor(parseFloat(e.lon)*100)/100;t+=`&pt=${a},${s}`}return e.radius&&t!==""&&e.radius!=="any"&&(t+=`&distanceFilter=${e.radius}`),t}getRelatedSearches(e,t,a,s){const i=new Headers;i.append("Accept","application/json"),i.append("Authorization",a),fetch(t+"?search="+encodeURIComponent(e.query)+"&language="+this.dataLayer.language,{method:"GET",headers:i,credentials:"same-origin"}).then(n=>n.json()).then(n=>{s(n)})}cacheFacets(e){return new Promise(t=>{if(this.resolveFn=t,this.dataLayer.searchObject.query!==this.cachedQuery||this.cachedANDFacets+e!==this.dataLayer.parsedData.cachedANDFacets+e){this.cachedANDFacets=this.dataLayer.parsedData.cachedANDFacets+e,this.cachedQuery=this.dataLayer.searchObject.query;const a=[this.dataLayer.searchObject.facets.filter(s=>e?!1:s.type==="and"||s.type==="tabs")].flat();this.search({query:this.dataLayer.searchObject.query??"*",itemsPerPage:void 0,page:1,order:"",facets:a,additionalProps:this.dataLayer.searchObject.additionalProps,location:this.dataLayer.searchObject.location,model:this.dataLayer.model},this.cacheFacetsCallback.bind(this),!0,!1,e)}else this.resolveFn()})}cacheFacetsCallback(e,t){let a=pt.extractFacets(e);t?this.dataLayer.setSearchFacetsCachedTabs(a):this.dataLayer.setSearchFacetsCached(a),this.resolveFn&&this.resolveFn()}search(e,t,a=!1,s=!1,i=!1){if(e.query&&e.query!=="undefined"){this.dataLayer.setSearchTerm(e.query),this.dataLayer.setLoading(!0),this.controllerSearch&&this.controllerSearch.abort(),this.controllerSearch=new AbortController,this.signalSearch=this.controllerSearch.signal;const n=this.url+this.generateQueryParams(e,s),o={method:"GET",headers:this.authHeader,credentials:"same-origin",signal:this.signalSearch};a&&delete o.signal,fetch(n,o).then(c=>c.json()).then(c=>{this.dataLayer.setLoading(!1),t(c,i)}).catch(()=>{this.dataLayer.setLoading(!1)})}}generateQueryParams(e,t){let a=(e.itemsPerPage?e.itemsPerPage:0)*(e.page-1),s=e.order?`&sort=${e.order}`:"";const i=new Proxy(new URLSearchParams((window==null?void 0:window.location.search)??""),{get:(c,l)=>c.get(l)??""}),n=i.languageVariant?"&fq=_language:"+i.languageVariant:"",o=e.model??this.dataLayer.model;return"?q="+encodeURIComponent(e.query.trim())+"&start="+a+this.toQueryString(e.additionalProps??[])+this.generateFacetQuery(e.facets.filter(c=>c.type==="or"||c.type==="showUnavailable"),!0)+this.generateLocationQuery(e.location)+this.generateFacetQuery(e.facets.filter(c=>c.type==="and"||c.type==="tabs"),!1)+s+`&spellcheck.correct=${this.dataLayer.autoCorrect&&!t}`+(o?`&model=${o}`:"")+"&language="+this.dataLayer.language+n}startSSE(e,t){if(!this.dataLayer.turnAIAnswerGenerationOn||e==="*"||this.dataLayer.searchObject.page!==1)return;const a=new Wt(this.dataLayer.questionURL+this.generateQueryParams(this.dataLayer.searchObject),{fetch:(i,n)=>fetch(i,{...n,headers:{...n==null?void 0:n.headers,Authorization:this._authToken}})}),s=this.dataLayer;return a.onmessage=i=>{if(i.data===Ye.question||i.data===Ye.notQuestion){i.data===Ye.question?(this.dataLayer.setAnswerLoading(!0),this.dataLayer.setIsQuestion(!0)):(s.setAnswerLoading(!1),this.dataLayer.setIsQuestion(!1)),s.setAnswerData("");return}if(i.data===Ye.close){we.trackAnswerData({...s.parsedData.trackingData,answer:s.$answer.getValue(),isQuestion:this.dataLayer.isQuestion}),s.setAnswerLoading(!1),a.close();return}if(i.data.indexOf("[comment]: <> ({")!==-1){const n=i.data.split("[comment]: <> ({")[1].split("})")[0],o=JSON.parse("{"+n+"}");this.dataLayer.answerWidgetShowMoreLimit=o.displayShowMoreAfter,o.showMoreEnabled||(this.dataLayer.answerWidgetShowMoreLimit=1e17)}if(i.data.indexOf("[!CAUTION]")!==-1){s.setAnswerError(!0),s.setAnswerErrorMessage("We're having trouble generating an answer. Please try again."),a.close();return}t(i.data)},a.addEventListener("error",i=>{(i.code===401||i.code===500)&&(s.setAnswerErrorMessage("We're having trouble generating an answer. Please try again."),s.setAnswerError(!0))}),a.onerror=()=>{s.setAnswerLoading(!1),a.close()},a}suggest(e,t,a){if(this.controllerSuggest&&this.controllerSuggest.abort(),this.suggester.trim()==="")return;this.controllerSuggest=new AbortController,this.signalSuggest=this.controllerSuggest.signal;const s=this.suggester+"?q="+e.trim()+this.toQueryString(a)+"&language="+this.dataLayer.language;fetch(s,{method:"GET",headers:this.authHeader,credentials:"same-origin",signal:this.signalSuggest}).then(i=>i.json()).then(i=>{t(i)}).catch(()=>()=>{})}fields(){return this.fields}toQueryString(e){if(e.length===0)return"";const t=[];for(const a of e)t.push(encodeURIComponent(a.key)+"="+encodeURIComponent(a.value));return"&"+t.join("&")}}var fi=Object.prototype.toString,Ge=Array.isArray||function(r){return fi.call(r)==="[object Array]"};function Ea(r){return typeof r=="function"}function Li(r){return Ge(r)?"array":typeof r}function da(r){return r.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function ks(r,e){return r!=null&&typeof r=="object"&&e in r}function yi(r,e){return r!=null&&typeof r!="object"&&r.hasOwnProperty&&r.hasOwnProperty(e)}var wi=RegExp.prototype.test;function xi(r,e){return wi.call(r,e)}var bi=/\S/;function Mi(r){return!xi(bi,r)}var Ci={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="};function Si(r){return String(r).replace(/[&<>"'`=\/]/g,function(e){return Ci[e]})}var ki=/\s*/,Ti=/\s+/,Ts=/\s*=/,vi=/\s*\}/,Ei=/#|\^|\/|>|\{|&|=|!/;function ji(r,e){if(!r)return[];var t=!1,a=[],s=[],i=[],n=!1,o=!1,c="",l=0;function g(){if(n&&!o)for(;i.length;)delete s[i.pop()];else i=[];n=!1,o=!1}var f,p,y;function w(N){if(typeof N=="string"&&(N=N.split(Ti,2)),!Ge(N)||N.length!==2)throw new Error("Invalid tags: "+N);f=new RegExp(da(N[0])+"\\s*"),p=new RegExp("\\s*"+da(N[1])),y=new RegExp("\\s*"+da("}"+N[1]))}w(e||$.tags);for(var m=new xt(r),x,k,A,F,T,P;!m.eos();){if(x=m.pos,A=m.scanUntil(f),A)for(var z=0,v=A.length;z<v;++z)F=A.charAt(z),Mi(F)?(i.push(s.length),c+=F):(o=!0,t=!0,c+=" "),s.push(["text",F,x,x+1]),x+=1,F===`
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
75
|
+
`}strong({tokens:r}){return`<strong>${this.parser.parseInline(r)}</strong>`}em({tokens:r}){return`<em>${this.parser.parseInline(r)}</em>`}codespan({text:r}){return`<code>${ke(r,!0)}</code>`}br(r){return"<br>"}del({tokens:r}){return`<del>${this.parser.parseInline(r)}</del>`}link({href:r,title:e,tokens:t}){const a=this.parser.parseInline(t),s=ds(r);if(s===null)return a;r=s;let n='<a href="'+r+'"';return e&&(n+=' title="'+ke(e)+'"'),n+=">"+a+"</a>",n}image({href:r,title:e,text:t,tokens:a}){a&&(t=this.parser.parseInline(a,this.parser.textRenderer));const s=ds(r);if(s===null)return ke(t);r=s;let n=`<img src="${r}" alt="${t}"`;return e&&(n+=` title="${ke(e)}"`),n+=">",n}text(r){return"tokens"in r&&r.tokens?this.parser.parseInline(r.tokens):"escaped"in r&&r.escaped?r.text:ke(r.text)}},_a=class{strong({text:r}){return r}em({text:r}){return r}codespan({text:r}){return r}del({text:r}){return r}html({text:r}){return r}text({text:r}){return r}link({text:r}){return""+r}image({text:r}){return""+r}br(){return""}},Re=class xa{constructor(e){h(this,"options");h(this,"renderer");h(this,"textRenderer");this.options=e||Ve,this.options.renderer=this.options.renderer||new qt,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new _a}static parse(e,t){return new xa(t).parse(e)}static parseInline(e,t){return new xa(t).parseInline(e)}parse(e,t=!0){var s,n;let a="";for(let o=0;o<e.length;o++){const i=e[o];if((n=(s=this.options.extensions)==null?void 0:s.renderers)!=null&&n[i.type]){const l=i,g=this.options.extensions.renderers[l.type].call({parser:this},l);if(g!==!1||!["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(l.type)){a+=g||"";continue}}const c=i;switch(c.type){case"space":{a+=this.renderer.space(c);continue}case"hr":{a+=this.renderer.hr(c);continue}case"heading":{a+=this.renderer.heading(c);continue}case"code":{a+=this.renderer.code(c);continue}case"table":{a+=this.renderer.table(c);continue}case"blockquote":{a+=this.renderer.blockquote(c);continue}case"list":{a+=this.renderer.list(c);continue}case"html":{a+=this.renderer.html(c);continue}case"paragraph":{a+=this.renderer.paragraph(c);continue}case"text":{let l=c,g=this.renderer.text(l);for(;o+1<e.length&&e[o+1].type==="text";)l=e[++o],g+=`
|
|
76
|
+
`+this.renderer.text(l);t?a+=this.renderer.paragraph({type:"paragraph",raw:g,text:g,tokens:[{type:"text",raw:g,text:g,escaped:!0}]}):a+=g;continue}default:{const l='Token with "'+c.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw new Error(l)}}}return a}parseInline(e,t=this.renderer){var s,n;let a="";for(let o=0;o<e.length;o++){const i=e[o];if((n=(s=this.options.extensions)==null?void 0:s.renderers)!=null&&n[i.type]){const l=this.options.extensions.renderers[i.type].call({parser:this},i);if(l!==!1||!["escape","html","link","image","strong","em","codespan","br","del","text"].includes(i.type)){a+=l||"";continue}}const c=i;switch(c.type){case"escape":{a+=t.text(c);break}case"html":{a+=t.html(c);break}case"link":{a+=t.link(c);break}case"image":{a+=t.image(c);break}case"strong":{a+=t.strong(c);break}case"em":{a+=t.em(c);break}case"codespan":{a+=t.codespan(c);break}case"br":{a+=t.br(c);break}case"del":{a+=t.del(c);break}case"text":{a+=t.text(c);break}default:{const l='Token with "'+c.type+'" type was not found.';if(this.options.silent)return console.error(l),"";throw new Error(l)}}}return a}},fa,Wt=(fa=class{constructor(r){h(this,"options");h(this,"block");this.options=r||Ve}preprocess(r){return r}postprocess(r){return r}processAllTokens(r){return r}provideLexer(){return this.block?Ie.lex:Ie.lexInline}provideParser(){return this.block?Re.parse:Re.parseInline}},h(fa,"passThroughHooks",new Set(["preprocess","postprocess","processAllTokens"])),fa),Gr=class{constructor(...r){h(this,"defaults",Ra());h(this,"options",this.setOptions);h(this,"parse",this.parseMarkdown(!0));h(this,"parseInline",this.parseMarkdown(!1));h(this,"Parser",Re);h(this,"Renderer",qt);h(this,"TextRenderer",_a);h(this,"Lexer",Ie);h(this,"Tokenizer",Qt);h(this,"Hooks",Wt);this.use(...r)}walkTokens(r,e){var a,s;let t=[];for(const n of r)switch(t=t.concat(e.call(this,n)),n.type){case"table":{const o=n;for(const i of o.header)t=t.concat(this.walkTokens(i.tokens,e));for(const i of o.rows)for(const c of i)t=t.concat(this.walkTokens(c.tokens,e));break}case"list":{const o=n;t=t.concat(this.walkTokens(o.items,e));break}default:{const o=n;(s=(a=this.defaults.extensions)==null?void 0:a.childTokens)!=null&&s[o.type]?this.defaults.extensions.childTokens[o.type].forEach(i=>{const c=o[i].flat(1/0);t=t.concat(this.walkTokens(c,e))}):o.tokens&&(t=t.concat(this.walkTokens(o.tokens,e)))}}return t}use(...r){const e=this.defaults.extensions||{renderers:{},childTokens:{}};return r.forEach(t=>{const a={...t};if(a.async=this.defaults.async||a.async||!1,t.extensions&&(t.extensions.forEach(s=>{if(!s.name)throw new Error("extension name required");if("renderer"in s){const n=e.renderers[s.name];n?e.renderers[s.name]=function(...o){let i=s.renderer.apply(this,o);return i===!1&&(i=n.apply(this,o)),i}:e.renderers[s.name]=s.renderer}if("tokenizer"in s){if(!s.level||s.level!=="block"&&s.level!=="inline")throw new Error("extension level must be 'block' or 'inline'");const n=e[s.level];n?n.unshift(s.tokenizer):e[s.level]=[s.tokenizer],s.start&&(s.level==="block"?e.startBlock?e.startBlock.push(s.start):e.startBlock=[s.start]:s.level==="inline"&&(e.startInline?e.startInline.push(s.start):e.startInline=[s.start]))}"childTokens"in s&&s.childTokens&&(e.childTokens[s.name]=s.childTokens)}),a.extensions=e),t.renderer){const s=this.defaults.renderer||new qt(this.defaults);for(const n in t.renderer){if(!(n in s))throw new Error(`renderer '${n}' does not exist`);if(["options","parser"].includes(n))continue;const o=n,i=t.renderer[o],c=s[o];s[o]=(...l)=>{let g=i.apply(s,l);return g===!1&&(g=c.apply(s,l)),g||""}}a.renderer=s}if(t.tokenizer){const s=this.defaults.tokenizer||new Qt(this.defaults);for(const n in t.tokenizer){if(!(n in s))throw new Error(`tokenizer '${n}' does not exist`);if(["options","rules","lexer"].includes(n))continue;const o=n,i=t.tokenizer[o],c=s[o];s[o]=(...l)=>{let g=i.apply(s,l);return g===!1&&(g=c.apply(s,l)),g}}a.tokenizer=s}if(t.hooks){const s=this.defaults.hooks||new Wt;for(const n in t.hooks){if(!(n in s))throw new Error(`hook '${n}' does not exist`);if(["options","block"].includes(n))continue;const o=n,i=t.hooks[o],c=s[o];Wt.passThroughHooks.has(n)?s[o]=l=>{if(this.defaults.async)return Promise.resolve(i.call(s,l)).then(m=>c.call(s,m));const g=i.call(s,l);return c.call(s,g)}:s[o]=(...l)=>{let g=i.apply(s,l);return g===!1&&(g=c.apply(s,l)),g}}a.hooks=s}if(t.walkTokens){const s=this.defaults.walkTokens,n=t.walkTokens;a.walkTokens=function(o){let i=[];return i.push(n.call(this,o)),s&&(i=i.concat(s.call(this,o))),i}}this.defaults={...this.defaults,...a}}),this}setOptions(r){return this.defaults={...this.defaults,...r},this}lexer(r,e){return Ie.lex(r,e??this.defaults)}parser(r,e){return Re.parse(r,e??this.defaults)}parseMarkdown(r){return(e,t)=>{const a={...t},s={...this.defaults,...a},n=this.onError(!!s.silent,!!s.async);if(this.defaults.async===!0&&a.async===!1)return n(new Error("marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise."));if(typeof e>"u"||e===null)return n(new Error("marked(): input parameter is undefined or null"));if(typeof e!="string")return n(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected"));s.hooks&&(s.hooks.options=s,s.hooks.block=r);const o=s.hooks?s.hooks.provideLexer():r?Ie.lex:Ie.lexInline,i=s.hooks?s.hooks.provideParser():r?Re.parse:Re.parseInline;if(s.async)return Promise.resolve(s.hooks?s.hooks.preprocess(e):e).then(c=>o(c,s)).then(c=>s.hooks?s.hooks.processAllTokens(c):c).then(c=>s.walkTokens?Promise.all(this.walkTokens(c,s.walkTokens)).then(()=>c):c).then(c=>i(c,s)).then(c=>s.hooks?s.hooks.postprocess(c):c).catch(n);try{s.hooks&&(e=s.hooks.preprocess(e));let c=o(e,s);s.hooks&&(c=s.hooks.processAllTokens(c)),s.walkTokens&&this.walkTokens(c,s.walkTokens);let l=i(c,s);return s.hooks&&(l=s.hooks.postprocess(l)),l}catch(c){return n(c)}}}onError(r,e){return t=>{if(t.message+=`
|
|
77
|
+
Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An error occurred:</p><pre>"+ke(t.message+"",!0)+"</pre>";return e?Promise.resolve(a):a}if(e)return Promise.reject(t);throw t}}},_e=new Gr;function W(r,e){return _e.parse(r,e)}W.options=W.setOptions=function(r){return _e.setOptions(r),W.defaults=_e.defaults,ls(W.defaults),W},W.getDefaults=Ra,W.defaults=Ve,W.use=function(...r){return _e.use(...r),W.defaults=_e.defaults,ls(W.defaults),W},W.walkTokens=function(r,e){return _e.walkTokens(r,e)},W.parseInline=_e.parseInline,W.Parser=Re,W.parser=Re.parse,W.Renderer=qt,W.TextRenderer=_a,W.Lexer=Ie,W.lexer=Ie.lex,W.Tokenizer=Qt,W.Hooks=Wt,W.parse=W,W.options,W.setOptions,W.use,W.walkTokens,W.parseInline,Re.parse,Ie.lex;const{entries:Gs,setPrototypeOf:ms,isFrozen:Kr,getPrototypeOf:Zr,getOwnPropertyDescriptor:Xr}=Object;let{freeze:pe,seal:ye,create:Je}=Object,{apply:ba,construct:Ca}=typeof Reflect<"u"&&Reflect;pe||(pe=function(r){return r}),ye||(ye=function(r){return r}),ba||(ba=function(r,e){for(var t=arguments.length,a=new Array(t>2?t-2:0),s=2;s<t;s++)a[s-2]=arguments[s];return r.apply(e,a)}),Ca||(Ca=function(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),a=1;a<e;a++)t[a-1]=arguments[a];return new r(...t)});const ft=ee(Array.prototype.forEach),en=ee(Array.prototype.lastIndexOf),fs=ee(Array.prototype.pop),Lt=ee(Array.prototype.push),tn=ee(Array.prototype.splice),ue=Array.isArray,xt=ee(String.prototype.toLowerCase),ca=ee(String.prototype.toString),Ls=ee(String.prototype.match),Ye=ee(String.prototype.replace),ys=ee(String.prototype.indexOf),an=ee(String.prototype.trim),sn=ee(Number.prototype.toString),rn=ee(Boolean.prototype.toString),ws=typeof BigInt>"u"?null:ee(BigInt.prototype.toString),xs=typeof Symbol>"u"?null:ee(Symbol.prototype.toString),G=ee(Object.prototype.hasOwnProperty),yt=ee(Object.prototype.toString),oe=ee(RegExp.prototype.test),$t=nn(TypeError);function ee(r){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var t=arguments.length,a=new Array(t>1?t-1:0),s=1;s<t;s++)a[s-1]=arguments[s];return ba(r,e,a)}}function nn(r){return function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return Ca(r,t)}}function N(r,e){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:xt;if(ms&&ms(r,null),!ue(e))return r;let a=e.length;for(;a--;){let s=e[a];if(typeof s=="string"){const n=t(s);n!==s&&(Kr(e)||(e[a]=n),s=n)}r[s]=!0}return r}function on(r){for(let e=0;e<r.length;e++)G(r,e)||(r[e]=null);return r}function me(r){const e=Je(null);for(const[t,a]of Gs(r))G(r,t)&&(ue(a)?e[t]=on(a):a&&typeof a=="object"&&a.constructor===Object?e[t]=me(a):e[t]=a);return e}function cn(r){switch(typeof r){case"string":return r;case"number":return sn(r);case"boolean":return rn(r);case"bigint":return ws?ws(r):"0";case"symbol":return xs?xs(r):"Symbol()";case"undefined":return yt(r);case"function":case"object":{if(r===null)return yt(r);const e=r,t=Ge(e,"toString");if(typeof t=="function"){const a=t(e);return typeof a=="string"?a:yt(a)}return yt(r)}default:return yt(r)}}function Ge(r,e){for(;r!==null;){const a=Xr(r,e);if(a){if(a.get)return ee(a.get);if(typeof a.value=="function")return ee(a.value)}r=Zr(r)}function t(){return null}return t}function ln(r){try{return oe(r,""),!0}catch{return!1}}const bs=pe(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),la=pe(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),ha=pe(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),hn=pe(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),ua=pe(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),un=pe(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),Cs=pe(["#text"]),Ms=pe(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),da=pe(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),Ss=pe(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),zt=pe(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),dn=ye(/\{\{[\w\W]*|[\w\W]*\}\}/gm),gn=ye(/<%[\w\W]*|[\w\W]*%>/gm),pn=ye(/\$\{[\w\W]*/gm),mn=ye(/^data-[\-\w.\u00B7-\uFFFF]+$/),fn=ye(/^aria-[\-\w]+$/),Ks=ye(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),Ln=ye(/^(?:\w+script|data):/i),yn=ye(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Zs=ye(/^html$/i),wn=ye(/^[a-z][.\w]*(-[.\w]+)+$/i);var ks=Object.freeze({__proto__:null,ARIA_ATTR:fn,ATTR_WHITESPACE:yn,CUSTOM_ELEMENT:wn,DATA_ATTR:mn,DOCTYPE_NAME:Zs,ERB_EXPR:gn,IS_ALLOWED_URI:Ks,IS_SCRIPT_OR_DATA:Ln,MUSTACHE_EXPR:dn,TMPLIT_EXPR:pn});const wt={element:1,text:3,progressingInstruction:7,comment:8,document:9},xn=function(){return typeof window>"u"?null:window},bn=function(r,e){if(typeof r!="object"||typeof r.createPolicy!="function")return null;let t=null;const a="data-tt-policy-suffix";e&&e.hasAttribute(a)&&(t=e.getAttribute(a));const s="dompurify"+(t?"#"+t:"");try{return r.createPolicy(s,{createHTML(n){return n},createScriptURL(n){return n}})}catch{return console.warn("TrustedTypes policy "+s+" could not be created."),null}},Ts=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}};function Xs(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:xn();const e=u=>Xs(u);if(e.version="3.4.1",e.removed=[],!r||!r.document||r.document.nodeType!==wt.document||!r.Element)return e.isSupported=!1,e;let{document:t}=r;const a=t,s=a.currentScript,{DocumentFragment:n,HTMLTemplateElement:o,Node:i,Element:c,NodeFilter:l,NamedNodeMap:g=r.NamedNodeMap||r.MozNamedAttrMap,HTMLFormElement:m,DOMParser:p,trustedTypes:w}=r,b=c.prototype,L=Ge(b,"cloneNode"),T=Ge(b,"remove"),y=Ge(b,"nextSibling"),x=Ge(b,"childNodes"),v=Ge(b,"parentNode");if(typeof o=="function"){const u=t.createElement("template");u.content&&u.content.ownerDocument&&(t=u.content.ownerDocument)}let k,j="";const{implementation:F,createNodeIterator:E,createDocumentFragment:O,getElementsByTagName:H}=t,{importNode:Z}=a;let _=Ts();e.isSupported=typeof Gs=="function"&&typeof v=="function"&&F&&F.createHTMLDocument!==void 0;const{MUSTACHE_EXPR:ce,ERB_EXPR:be,TMPLIT_EXPR:Te,DATA_ATTR:nt,ARIA_ATTR:jt,IS_SCRIPT_OR_DATA:It,ATTR_WHITESPACE:it,CUSTOM_ELEMENT:Rt}=ks;let{IS_ALLOWED_URI:ot}=ks,f=null;const D=N({},[...bs,...la,...ha,...ua,...Cs]);let P=null;const J=N({},[...Ms,...da,...Ss,...zt]);let Q=Object.seal(Je(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),ve=null,q=null;const le=Object.seal(Je(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let He=!0,ct=!0,Va=!1,Ha=!0,Oe=!1,lt=!0,Pe=!1,Gt=!1,Kt=!1,Be=!1,Dt=!1,Nt=!1,Ba=!0,Qa=!1;const qa="user-content-";let Zt=!0,ht=!1,Qe={},Ce=null;const Xt=N({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ua=null;const Ya=N({},["audio","video","img","source","image","track"]);let ea=null;const Ja=N({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Ot="http://www.w3.org/1998/Math/MathML",Pt="http://www.w3.org/2000/svg",Me="http://www.w3.org/1999/xhtml";let qe=Me,ta=!1,aa=null;const sr=N({},[Ot,Pt,Me],ca);let sa=N({},["mi","mo","mn","ms","mtext"]),ra=N({},["annotation-xml"]);const rr=N({},["title","style","font","a","script"]);let ut=null;const nr=["application/xhtml+xml","text/html"],ir="text/html";let te=null,Ue=null;const or=t.createElement("form"),Ga=function(u){return u instanceof RegExp||u instanceof Function},na=function(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(Ue&&Ue===u)return;(!u||typeof u!="object")&&(u={}),u=me(u),ut=nr.indexOf(u.PARSER_MEDIA_TYPE)===-1?ir:u.PARSER_MEDIA_TYPE,te=ut==="application/xhtml+xml"?ca:xt,f=G(u,"ALLOWED_TAGS")&&ue(u.ALLOWED_TAGS)?N({},u.ALLOWED_TAGS,te):D,P=G(u,"ALLOWED_ATTR")&&ue(u.ALLOWED_ATTR)?N({},u.ALLOWED_ATTR,te):J,aa=G(u,"ALLOWED_NAMESPACES")&&ue(u.ALLOWED_NAMESPACES)?N({},u.ALLOWED_NAMESPACES,ca):sr,ea=G(u,"ADD_URI_SAFE_ATTR")&&ue(u.ADD_URI_SAFE_ATTR)?N(me(Ja),u.ADD_URI_SAFE_ATTR,te):Ja,Ua=G(u,"ADD_DATA_URI_TAGS")&&ue(u.ADD_DATA_URI_TAGS)?N(me(Ya),u.ADD_DATA_URI_TAGS,te):Ya,Ce=G(u,"FORBID_CONTENTS")&&ue(u.FORBID_CONTENTS)?N({},u.FORBID_CONTENTS,te):Xt,ve=G(u,"FORBID_TAGS")&&ue(u.FORBID_TAGS)?N({},u.FORBID_TAGS,te):me({}),q=G(u,"FORBID_ATTR")&&ue(u.FORBID_ATTR)?N({},u.FORBID_ATTR,te):me({}),Qe=G(u,"USE_PROFILES")?u.USE_PROFILES&&typeof u.USE_PROFILES=="object"?me(u.USE_PROFILES):u.USE_PROFILES:!1,He=u.ALLOW_ARIA_ATTR!==!1,ct=u.ALLOW_DATA_ATTR!==!1,Va=u.ALLOW_UNKNOWN_PROTOCOLS||!1,Ha=u.ALLOW_SELF_CLOSE_IN_ATTR!==!1,Oe=u.SAFE_FOR_TEMPLATES||!1,lt=u.SAFE_FOR_XML!==!1,Pe=u.WHOLE_DOCUMENT||!1,Be=u.RETURN_DOM||!1,Dt=u.RETURN_DOM_FRAGMENT||!1,Nt=u.RETURN_TRUSTED_TYPE||!1,Kt=u.FORCE_BODY||!1,Ba=u.SANITIZE_DOM!==!1,Qa=u.SANITIZE_NAMED_PROPS||!1,Zt=u.KEEP_CONTENT!==!1,ht=u.IN_PLACE||!1,ot=ln(u.ALLOWED_URI_REGEXP)?u.ALLOWED_URI_REGEXP:Ks,qe=typeof u.NAMESPACE=="string"?u.NAMESPACE:Me,sa=G(u,"MATHML_TEXT_INTEGRATION_POINTS")&&u.MATHML_TEXT_INTEGRATION_POINTS&&typeof u.MATHML_TEXT_INTEGRATION_POINTS=="object"?me(u.MATHML_TEXT_INTEGRATION_POINTS):N({},["mi","mo","mn","ms","mtext"]),ra=G(u,"HTML_INTEGRATION_POINTS")&&u.HTML_INTEGRATION_POINTS&&typeof u.HTML_INTEGRATION_POINTS=="object"?me(u.HTML_INTEGRATION_POINTS):N({},["annotation-xml"]);const C=G(u,"CUSTOM_ELEMENT_HANDLING")&&u.CUSTOM_ELEMENT_HANDLING&&typeof u.CUSTOM_ELEMENT_HANDLING=="object"?me(u.CUSTOM_ELEMENT_HANDLING):Je(null);if(Q=Je(null),G(C,"tagNameCheck")&&Ga(C.tagNameCheck)&&(Q.tagNameCheck=C.tagNameCheck),G(C,"attributeNameCheck")&&Ga(C.attributeNameCheck)&&(Q.attributeNameCheck=C.attributeNameCheck),G(C,"allowCustomizedBuiltInElements")&&typeof C.allowCustomizedBuiltInElements=="boolean"&&(Q.allowCustomizedBuiltInElements=C.allowCustomizedBuiltInElements),Oe&&(ct=!1),Dt&&(Be=!0),Qe&&(f=N({},Cs),P=Je(null),Qe.html===!0&&(N(f,bs),N(P,Ms)),Qe.svg===!0&&(N(f,la),N(P,da),N(P,zt)),Qe.svgFilters===!0&&(N(f,ha),N(P,da),N(P,zt)),Qe.mathMl===!0&&(N(f,ua),N(P,Ss),N(P,zt))),le.tagCheck=null,le.attributeCheck=null,G(u,"ADD_TAGS")&&(typeof u.ADD_TAGS=="function"?le.tagCheck=u.ADD_TAGS:ue(u.ADD_TAGS)&&(f===D&&(f=me(f)),N(f,u.ADD_TAGS,te))),G(u,"ADD_ATTR")&&(typeof u.ADD_ATTR=="function"?le.attributeCheck=u.ADD_ATTR:ue(u.ADD_ATTR)&&(P===J&&(P=me(P)),N(P,u.ADD_ATTR,te))),G(u,"ADD_URI_SAFE_ATTR")&&ue(u.ADD_URI_SAFE_ATTR)&&N(ea,u.ADD_URI_SAFE_ATTR,te),G(u,"FORBID_CONTENTS")&&ue(u.FORBID_CONTENTS)&&(Ce===Xt&&(Ce=me(Ce)),N(Ce,u.FORBID_CONTENTS,te)),G(u,"ADD_FORBID_CONTENTS")&&ue(u.ADD_FORBID_CONTENTS)&&(Ce===Xt&&(Ce=me(Ce)),N(Ce,u.ADD_FORBID_CONTENTS,te)),Zt&&(f["#text"]=!0),Pe&&N(f,["html","head","body"]),f.table&&(N(f,["tbody"]),delete ve.tbody),u.TRUSTED_TYPES_POLICY){if(typeof u.TRUSTED_TYPES_POLICY.createHTML!="function")throw $t('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof u.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw $t('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');k=u.TRUSTED_TYPES_POLICY,j=k.createHTML("")}else k===void 0&&(k=bn(w,s)),k!==null&&typeof j=="string"&&(j=k.createHTML(""));pe&&pe(u),Ue=u},Ka=N({},[...la,...ha,...hn]),Za=N({},[...ua,...un]),cr=function(u){let C=v(u);(!C||!C.tagName)&&(C={namespaceURI:qe,tagName:"template"});const M=xt(u.tagName),B=xt(C.tagName);return aa[u.namespaceURI]?u.namespaceURI===Pt?C.namespaceURI===Me?M==="svg":C.namespaceURI===Ot?M==="svg"&&(B==="annotation-xml"||sa[B]):!!Ka[M]:u.namespaceURI===Ot?C.namespaceURI===Me?M==="math":C.namespaceURI===Pt?M==="math"&&ra[B]:!!Za[M]:u.namespaceURI===Me?C.namespaceURI===Pt&&!ra[B]||C.namespaceURI===Ot&&!sa[B]?!1:!Za[M]&&(rr[M]||!Ka[M]):!!(ut==="application/xhtml+xml"&&aa[u.namespaceURI]):!1},Fe=function(u){Lt(e.removed,{element:u});try{v(u).removeChild(u)}catch{T(u)}},$e=function(u,C){try{Lt(e.removed,{attribute:C.getAttributeNode(u),from:C})}catch{Lt(e.removed,{attribute:null,from:C})}if(C.removeAttribute(u),u==="is")if(Be||Dt)try{Fe(C)}catch{}else try{C.setAttribute(u,"")}catch{}},Xa=function(u){let C=null,M=null;if(Kt)u="<remove></remove>"+u;else{const Y=Ls(u,/^[\r\n\t ]+/);M=Y&&Y[0]}ut==="application/xhtml+xml"&&qe===Me&&(u='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+u+"</body></html>");const B=k?k.createHTML(u):u;if(qe===Me)try{C=new p().parseFromString(B,ut)}catch{}if(!C||!C.documentElement){C=F.createDocument(qe,"template",null);try{C.documentElement.innerHTML=ta?j:B}catch{}}const ie=C.body||C.documentElement;return u&&M&&ie.insertBefore(t.createTextNode(M),ie.childNodes[0]||null),qe===Me?H.call(C,Pe?"html":"body")[0]:Pe?C.documentElement:ie},es=function(u){return E.call(u.ownerDocument||u,u,l.SHOW_ELEMENT|l.SHOW_COMMENT|l.SHOW_TEXT|l.SHOW_PROCESSING_INSTRUCTION|l.SHOW_CDATA_SECTION,null)},ia=function(u){return u instanceof m&&(typeof u.nodeName!="string"||typeof u.textContent!="string"||typeof u.removeChild!="function"||!(u.attributes instanceof g)||typeof u.removeAttribute!="function"||typeof u.setAttribute!="function"||typeof u.namespaceURI!="string"||typeof u.insertBefore!="function"||typeof u.hasChildNodes!="function")},oa=function(u){return typeof i=="function"&&u instanceof i};function Ae(u,C,M){ft(u,B=>{B.call(e,C,M,Ue)})}const ts=function(u){let C=null;if(Ae(_.beforeSanitizeElements,u,null),ia(u))return Fe(u),!0;const M=te(u.nodeName);if(Ae(_.uponSanitizeElement,u,{tagName:M,allowedTags:f}),lt&&u.hasChildNodes()&&!oa(u.firstElementChild)&&oe(/<[/\w!]/g,u.innerHTML)&&oe(/<[/\w!]/g,u.textContent)||lt&&u.namespaceURI===Me&&M==="style"&&oa(u.firstElementChild)||u.nodeType===wt.progressingInstruction||lt&&u.nodeType===wt.comment&&oe(/<[/\w]/g,u.data))return Fe(u),!0;if(ve[M]||!(le.tagCheck instanceof Function&&le.tagCheck(M))&&!f[M]){if(!ve[M]&&ss(M)&&(Q.tagNameCheck instanceof RegExp&&oe(Q.tagNameCheck,M)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(M)))return!1;if(Zt&&!Ce[M]){const B=v(u)||u.parentNode,ie=x(u)||u.childNodes;if(ie&&B){const Y=ie.length;for(let Ee=Y-1;Ee>=0;--Ee){const Se=L(ie[Ee],!0);B.insertBefore(Se,y(u))}}}return Fe(u),!0}return u instanceof c&&!cr(u)||(M==="noscript"||M==="noembed"||M==="noframes")&&oe(/<\/no(script|embed|frames)/i,u.innerHTML)?(Fe(u),!0):(Oe&&u.nodeType===wt.text&&(C=u.textContent,ft([ce,be,Te],B=>{C=Ye(C,B," ")}),u.textContent!==C&&(Lt(e.removed,{element:u.cloneNode()}),u.textContent=C)),Ae(_.afterSanitizeElements,u,null),!1)},as=function(u,C,M){if(q[C]||Ba&&(C==="id"||C==="name")&&(M in t||M in or))return!1;if(!(ct&&!q[C]&&oe(nt,C))&&!(He&&oe(jt,C))&&!(le.attributeCheck instanceof Function&&le.attributeCheck(C,u))){if(!P[C]||q[C]){if(!(ss(u)&&(Q.tagNameCheck instanceof RegExp&&oe(Q.tagNameCheck,u)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(u))&&(Q.attributeNameCheck instanceof RegExp&&oe(Q.attributeNameCheck,C)||Q.attributeNameCheck instanceof Function&&Q.attributeNameCheck(C,u))||C==="is"&&Q.allowCustomizedBuiltInElements&&(Q.tagNameCheck instanceof RegExp&&oe(Q.tagNameCheck,M)||Q.tagNameCheck instanceof Function&&Q.tagNameCheck(M))))return!1}else if(!ea[C]&&!oe(ot,Ye(M,it,""))&&!((C==="src"||C==="xlink:href"||C==="href")&&u!=="script"&&ys(M,"data:")===0&&Ua[u])&&!(Va&&!oe(It,Ye(M,it,"")))&&M)return!1}return!0},lr=N({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),ss=function(u){return!lr[xt(u)]&&oe(Rt,u)},rs=function(u){Ae(_.beforeSanitizeAttributes,u,null);const{attributes:C}=u;if(!C||ia(u))return;const M={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:P,forceKeepAttr:void 0};let B=C.length;for(;B--;){const ie=C[B],{name:Y,namespaceURI:Ee,value:Se}=ie,he=te(Y),De=Se;let re=Y==="value"?De:an(De);if(M.attrName=he,M.attrValue=re,M.keepAttr=!0,M.forceKeepAttr=void 0,Ae(_.uponSanitizeAttribute,u,M),re=M.attrValue,Qa&&(he==="id"||he==="name")&&ys(re,qa)!==0&&($e(Y,u),re=qa+re),lt&&oe(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,re)){$e(Y,u);continue}if(he==="attributename"&&Ls(re,"href")){$e(Y,u);continue}if(M.forceKeepAttr)continue;if(!M.keepAttr){$e(Y,u);continue}if(!Ha&&oe(/\/>/i,re)){$e(Y,u);continue}Oe&&ft([ce,be,Te],hr=>{re=Ye(re,hr," ")});const is=te(u.nodeName);if(!as(is,he,re)){$e(Y,u);continue}if(k&&typeof w=="object"&&typeof w.getAttributeType=="function"&&!Ee)switch(w.getAttributeType(is,he)){case"TrustedHTML":{re=k.createHTML(re);break}case"TrustedScriptURL":{re=k.createScriptURL(re);break}}if(re!==De)try{Ee?u.setAttributeNS(Ee,Y,re):u.setAttribute(Y,re),ia(u)?Fe(u):fs(e.removed)}catch{$e(Y,u)}}Ae(_.afterSanitizeAttributes,u,null)},ns=function(u){let C=null;const M=es(u);for(Ae(_.beforeSanitizeShadowDOM,u,null);C=M.nextNode();)Ae(_.uponSanitizeShadowNode,C,null),ts(C),rs(C),C.content instanceof n&&ns(C.content);Ae(_.afterSanitizeShadowDOM,u,null)};return e.sanitize=function(u){let C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},M=null,B=null,ie=null,Y=null;if(ta=!u,ta&&(u="<!-->"),typeof u!="string"&&!oa(u)&&(u=cn(u),typeof u!="string"))throw $t("dirty is not a string, aborting");if(!e.isSupported)return u;if(Gt||na(C),e.removed=[],typeof u=="string"&&(ht=!1),ht){const he=u.nodeName;if(typeof he=="string"){const De=te(he);if(!f[De]||ve[De])throw $t("root node is forbidden and cannot be sanitized in-place")}}else if(u instanceof i)M=Xa("<!---->"),B=M.ownerDocument.importNode(u,!0),B.nodeType===wt.element&&B.nodeName==="BODY"||B.nodeName==="HTML"?M=B:M.appendChild(B);else{if(!Be&&!Oe&&!Pe&&u.indexOf("<")===-1)return k&&Nt?k.createHTML(u):u;if(M=Xa(u),!M)return Be?null:Nt?j:""}M&&Kt&&Fe(M.firstChild);const Ee=es(ht?u:M);for(;ie=Ee.nextNode();)ts(ie),rs(ie),ie.content instanceof n&&ns(ie.content);if(ht)return u;if(Be){if(Oe){M.normalize();let he=M.innerHTML;ft([ce,be,Te],De=>{he=Ye(he,De," ")}),M.innerHTML=he}if(Dt)for(Y=O.call(M.ownerDocument);M.firstChild;)Y.appendChild(M.firstChild);else Y=M;return(P.shadowroot||P.shadowrootmode)&&(Y=Z.call(a,Y,!0)),Y}let Se=Pe?M.outerHTML:M.innerHTML;return Pe&&f["!doctype"]&&M.ownerDocument&&M.ownerDocument.doctype&&M.ownerDocument.doctype.name&&oe(Zs,M.ownerDocument.doctype.name)&&(Se="<!DOCTYPE "+M.ownerDocument.doctype.name+`>
|
|
78
|
+
`+Se),Oe&&ft([ce,be,Te],he=>{Se=Ye(Se,he," ")}),k&&Nt?k.createHTML(Se):Se},e.setConfig=function(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};na(u),Gt=!0},e.clearConfig=function(){Ue=null,Gt=!1},e.isValidAttribute=function(u,C,M){Ue||na({});const B=te(u),ie=te(C);return as(B,ie,M)},e.addHook=function(u,C){typeof C=="function"&&Lt(_[u],C)},e.removeHook=function(u,C){if(C!==void 0){const M=en(_[u],C);return M===-1?void 0:tn(_[u],M,1)[0]}return fs(_[u])},e.removeHooks=function(u){_[u]=[]},e.removeAllHooks=function(){_=Ts()},e}var vs=Xs();class Cn{constructor(e){h(this,"dataLayer");this.dataLayer=e}get answerWidgetShowMoreLimit(){return this.dataLayer.answerWidgetShowMoreLimit??100}get currentPage(){var e;return(e=this.dataLayer.searchObject)==null?void 0:e.page}get totalPages(){return this.resultsPerPage===0?0:Math.ceil(this.totalResults/this.resultsPerPage)}get totalResults(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.totalResultsValue)||0}get resultsPerPage(){return this.dataLayer.itemsPerPage||0}get sortOptions(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.sorting.options)||[]}get selectedSortOption(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.sorting.selectedSortOption)||""}get startResultIndex(){var e;return(((e=this.dataLayer.searchObject)==null?void 0:e.page)-1)*this.resultsPerPage+1}get endResultIndex(){var t;const e=(((t=this.dataLayer.searchObject)==null?void 0:t.page)-1)*this.resultsPerPage+(this.resultsPerPage??0);return e>this.totalResults?this.totalResults:e}get isFirstPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)===1}get isLastPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)>=Math.ceil(this.totalResults/this.resultsPerPage)}get percentageOfResultsLoaded(){return this.endResultIndex/this.totalResults*100}get results(){return this.dataLayer.searchResults??[]}get autoCorrectedQuery(){var e;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.autoCorrectedQuery)||""}get originalQuery(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.query)||""}get getAnswerData(){return this.dataLayer.getAnswerData||""}get shouldShowAnswerLoadMore(){return this.dataLayer.getAnswerData.split(" ").length>this.answerWidgetShowMoreLimit}get answerTruncated(){return this.dataLayer.getAnswerData.split(" ").slice(0,this.answerWidgetShowMoreLimit).join(" ")+"..."}get fullAnswerFormatted(){return vs.sanitize(W.parse(this.dataLayer.getAnswerData)).replace(/<a /g,'<a target="_blank" class="searchstax-answer-link" rel="noopener noreferrer" ')}get answerLoading(){return this.dataLayer.answerLoading}get shouldShowAnswerError(){return this.dataLayer.answerError}get locationError(){return this.dataLayer.locationError}get shouldShowAnswer(){return(this.dataLayer.getAnswerData!==""||this.dataLayer.parsedData.answerLoading||this.shouldShowAnswerError)&&this.dataLayer.searchObject.query!=="*"}get searchTerm(){var e,t;return((e=this.dataLayer.searchResultsMetadata)==null?void 0:e.autoCorrectedQuery)||((t=this.dataLayer.searchObject)==null?void 0:t.query)||""}get locationSearchEnabled(){return this.dataLayer.locationEnabled??!1}get locationSearchDistanceEnabled(){var e,t,a,s,n,o,i;return((t=(e=this.dataLayer.searchLocationConfig)==null?void 0:e.locationValuesOverride)!=null&&t.locationDistanceEnabled?(s=(a=this.dataLayer.searchLocationConfig)==null?void 0:a.locationValuesOverride)==null?void 0:s.locationDistanceEnabled:(i=(o=(n=this.dataLayer.searchResultsMetadata)==null?void 0:n.location)==null?void 0:o.filter)==null?void 0:i.enabled)??!1}get locationSearchDistanceValues(){var a,s,n,o,i,c,l,g,m;const e=((s=(a=this.dataLayer.searchLocationConfig)==null?void 0:a.locationValuesOverride)==null?void 0:s.filterValues)??((i=(o=(n=this.dataLayer.searchResultsMetadata)==null?void 0:n.location)==null?void 0:o.filter)==null?void 0:i.values),t=((l=(c=this.dataLayer.searchLocationConfig)==null?void 0:c.locationValuesOverride)==null?void 0:l.filterUnit)??((m=(g=this.dataLayer.searchResultsMetadata)==null?void 0:g.location)==null?void 0:m.unit);return!e||e.length===0?[]:e.map(p=>({label:p==="any"?"Any Distance":p+" "+(t??""),value:p,isSelected:p===this.dataLayer.searchRadius})).sort((p,w)=>{const b=p.value==="any"?0:parseFloat(p.value),L=w.value==="any"?0:parseFloat(w.value);return b-L})}get shouldShowLocationDistanceDropdown(){return this.locationSearchDistanceEnabled&&this.locationSearchDistanceValues.length>1}get searchingEverything(){return this.searchTerm==="*"}get firstSearchHappened(){return this.dataLayer.firstSearchHappened}get isInfiniteScroll(){return this.dataLayer.isInfiniteScroll??!1}get answerErrorMessage(){return vs.sanitize(W.parse(this.dataLayer.answerErrorMessage)).replace("<br>","")}get searchExecuted(){var e,t,a;return((e=this.dataLayer.searchObject)==null?void 0:e.query)!==void 0&&((t=this.dataLayer.searchObject)==null?void 0:t.query)!=="undefined"&&((a=this.dataLayer.searchObject)==null?void 0:a.query)!==""}get selectedFacets(){var t;const e=this.dataLayer.searchFacetsCached??this.dataLayer.searchFacets;return e?(((t=this.dataLayer.searchObject)==null?void 0:t.facets)??[]).map(a=>{const s=a.name,n=a.value,o=e.find(i=>i.name===s);if(o){const i=o.values.find(c=>c.type==="range"?!1:c.type==="checkbox"?'"'+c.value+'"'===n:!1);if(i)return i}return null}).filter(a=>a!==null):[]}get cachedANDFacets(){let e="";for(const t of this.dataLayer.searchObject.facets)(t.type==="and"||t.type==="tabs")&&(e+=JSON.stringify(t));return e}get relatedSearches(){const e=this.dataLayer.searchRelatedSearches??[];return e[e.length-1]&&(e[e.length-1].last=!0),e}get externalPromotions(){return this.dataLayer.searchExternalPromotions??[]}get data(){return{currentPage:this.currentPage,totalPages:this.totalPages,totalResults:this.totalResults,resultsPerPage:this.resultsPerPage,startResultIndex:this.startResultIndex,endResultIndex:this.endResultIndex,isFirstPage:this.isFirstPage,isLastPage:this.isLastPage,results:this.results,searchTerm:this.searchTerm!=="undefined"?this.searchTerm:"",autoCorrectedQuery:this.autoCorrectedQuery,originalQuery:this.originalQuery,selectedFacets:this.selectedFacets,searchExecuted:this.searchExecuted,searchingEverything:this.searchingEverything,relatedSearches:this.relatedSearches,hasRelatedSearches:this.relatedSearches.length>0,externalPromotions:this.externalPromotions,hasExternalPromotions:this.externalPromotions.length>0,hasResults:this.results.length>0,hasResultsOrExternalPromotions:this.results.length>0||this.externalPromotions.length>0,answer:this.getAnswerData,answerTruncated:this.answerTruncated,fullAnswerFormatted:this.fullAnswerFormatted,shouldShowAnswerLoadMore:this.shouldShowAnswerLoadMore,answerLoading:this.answerLoading,shouldShowAnswer:this.shouldShowAnswer,isInfiniteScroll:this.isInfiniteScroll,percentageOfResultsLoaded:this.percentageOfResultsLoaded,firstSearchHappened:this.firstSearchHappened,sortOptions:this.sortOptions,selectedSortOption:this.selectedSortOption,shouldShowAnswerError:this.shouldShowAnswerError,answerErrorMessage:this.answerErrorMessage,locationSearchEnabled:this.locationSearchEnabled,locationSearchDistanceEnabled:this.locationSearchDistanceEnabled,locationSearchDistanceValues:this.locationSearchDistanceValues,shouldShowLocationDistanceDropdown:this.shouldShowLocationDistanceDropdown,locationError:this.locationError}}get trackingData(){var e,t,a,s;return{searchTerm:this.searchTerm,trackApiKey:((e=this.dataLayer.searchstaxConfig)==null?void 0:e.trackApiKey)??"",session:this.dataLayer.sessionIdValue,language:this.dataLayer.language,recordsPerPage:((t=this.dataLayer.searchResultsMetadata)==null?void 0:t.recordsPerPageValue)??0,totalResults:((a=this.dataLayer.searchResultsMetadata)==null?void 0:a.totalResultsValue)??0,currentPage:this.dataLayer.currentPage,latencyVal:((s=this.dataLayer.searchResultsMetadata)==null?void 0:s.latency)??0,...this.dataLayer.model?{model:this.dataLayer.model}:{}}}}class Le{static deepEqual(e,t){const a=Object.keys(e),s=Object.keys(t);if(a.length!==s.length)return!1;for(const n of a){const o=e[n],i=t[n],c=this.isObject(o)&&this.isObject(i);if(c&&!this.deepEqual(o,i)||!c&&o!==i)return!1}return!0}static isObject(e){return e!=null&&typeof e=="object"}}class R{constructor(e){h(this,"value");h(this,"observers",{});this.value=e,this.observers={}}subscribe(e,t){const a=Math.random().toString(36).substring(2,15),s=t||a;return this.observers[s]=e,e(this.value),s}unsubscribe(e){this.observers[e]&&delete this.observers[e]}subscribeOnce(e){const t=Math.random().toString(36).substring(2,15),a=s=>{e(s),this.unsubscribe(t)};this.subscribe(a,t)}subscribeTwice(e){const t=Math.random().toString(36).substring(2,15);let a=0;const s=n=>{a++,e(n),a>=2&&this.unsubscribe(t)};this.subscribe(s,t)}subscribeUntil(e,t,a=6e3,s=!0){const n=Math.random().toString(36).substring(2,15),o=i=>{i===t&&(e(i),this.unsubscribe(n))};return this.value===t?(e(this.value),null):(this.subscribe(o,n),setTimeout(()=>{s&&this.observers[n]&&e(this.value),this.unsubscribe(n)},a),n)}subscribeUntilHasValue(e,t=6e3,a=!0){const s=Math.random().toString(36).substring(2,15),n=o=>{o!=null&&(e(o),this.unsubscribe(s))};return this.value!==null&&this.value!==void 0?(e(this.value),null):(this.subscribe(n,s),t>0&&setTimeout(()=>{a&&this.observers[s]&&e(this.value),this.unsubscribe(s)},t),n)}setValue(e){this.value=e,this.notify()}getValue(){return this.value}notify(){for(const e in this.observers)if(Object.prototype.hasOwnProperty.call(this.observers,e)){const t=this.observers[e];typeof t=="function"&&t(this.value)}}}class ga{static getOrSetCookie(e,t){let a=this.getCookie(e);return a==null&&(a=t??this.makeid(25),this.setCookie(e,a,{secure:!0,"max-age":3600})),a}static deleteCookie(e){this.getCookie(e)&&this.setCookie(e,"",{secure:!0,"max-age":-1})}static makeid(e){let t="";const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",s=a.length;for(let n=0;n<e;n++)t+=a.charAt(Math.floor(Math.random()*s));return t}static getCookie(e){const t=typeof document<"u"?document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([.$?*|{}()[\]\\/+^])/g,"\\$1")+"=([^;]*)")):null;return t?decodeURIComponent(t[1]):void 0}static setCookie(e,t,a){const s={path:"/",...a};a.expires instanceof Date&&(s.expires=a.expires.toUTCString());let n=encodeURIComponent(e)+"="+encodeURIComponent(t);for(const o in s){n+="; "+o;const i=s[o];i!==!0&&(n+="="+i)}typeof document<"u"&&(document.cookie=n)}}class ne{static removeXSSRiskyTags(e){var t="script|style|iframe|object|embed|form|input|button",a=new RegExp("</?("+t+")(\\s[^>]*)?>","gi");return e?e.replace(a,""):""}}class Mn{constructor(e,t){h(this,"$searchTermChange",new R(""));h(this,"$searchLocationChange",new R(""));h(this,"$searchLocationCoordinatesDecoded",new R(""));h(this,"$searchLatChange",new R(""));h(this,"$searchLongChange",new R(""));h(this,"$searchRadiusChange",new R(void 0));h(this,"$loadingChange",new R(!1));h(this,"$locationError",new R(!1));h(this,"$searchResults",new R(null));h(this,"$searchResultsMetadata",new R(null));h(this,"$searchAutosuggest",new R(null));h(this,"$searchFacets",new R(null));h(this,"$searchFacetsCached",new R(null));h(this,"$searchFacetsCachedTabs",new R(null));h(this,"$searchstaxConfig",new R(null));h(this,"$autosuggestResults",new R(null));h(this,"$itemsPerPage",new R(void 0));h(this,"$searchObject",new R({query:"",itemsPerPage:void 0,page:99999999,order:"",facets:[],additionalProps:[],location:{term:void 0,radius:void 0,lat:void 0,lon:void 0},model:""}));h(this,"$searchRelatedSearches",new R(null));h(this,"$searchInputConfig",new R(null));h(this,"$searchLocationConfig",new R(null));h(this,"$searchExternalPromotions",new R(null));h(this,"$facetsTemplateData",new R(null));h(this,"$selectedFacetsTemplateData",new R(null));h(this,"$paginationData",new R(null));h(this,"$answerData",new R(null));h(this,"$searchFeedbackData",new R(null));h(this,"$inputWidgetTemplateData",new R(null));h(this,"$locationWidgetTemplateData",new R(null));h(this,"$searchSortingData",new R(null));h(this,"$searchRelatedSearchesData",new R(null));h(this,"$searchExternalPromotionsData",new R(null));h(this,"$cookiesDisabled",new R(null));h(this,"$locationDecodingLoading",new R(!1));h(this,"$answer",new R(""));h(this,"$language",new R("en"));h(this,"$model",new R(""));h(this,"$answerLoading",new R(!1));h(this,"$locationEnabled",new R(null));h(this,"$answerError",new R(!1));h(this,"$answerErrorMessage",new R(""));h(this,"$isQuestion",new R(!1));h(this,"$inputTemplateRendered",new R(!1));h(this,"currentPageValue",1);h(this,"isAnswerWidgetCreatedValue",!1);h(this,"renderingEngineValue",K.mustache);h(this,"parsedData",new Cn(this));h(this,"sessionId");h(this,"sessionIdValue",null);h(this,"autoCorrect",!0);h(this,"forceNotCorrect",!1);h(this,"lastSearchValue","");h(this,"turnAIAnswerGenerationOn",!1);h(this,"questionURL","");h(this,"isInfiniteScroll",!1);h(this,"firstSearchHappened",!1);h(this,"facetsWereSet",!1);h(this,"answerWidgetShowMoreLimit",100);h(this,"searchHelper");h(this,"searchResultUnparsed");this.sessionId=e,t&&(this.sessionIdValue=t),this.cookieHandlingCallback(t),this.$cookiesDisabled.subscribe(()=>{this.cookieHandlingCallback(t)})}cookieHandlingCallback(e){this.cookiesDisabled?(this.sessionIdValue=null,ga.deleteCookie(this.sessionId),ga.deleteCookie("ms_visitorid")):this.sessionIdValue=ga.getOrSetCookie(this.sessionId,e)}setIsInfiniteScroll(e){this.isInfiniteScroll=e}setSearchTerm(e){this.$searchTermChange.setValue(ne.removeXSSRiskyTags(e))}setSearchLocation(e){this.$searchLocationChange.setValue(ne.removeXSSRiskyTags(e))}setSearchRadius(e){this.$searchRadiusChange.setValue(e)}setRenderingEngine(e){this.renderingEngineValue=e}setCurrentPage(e){this.currentPageValue=e}setIsAnswerWidgetCreated(e){this.isAnswerWidgetCreatedValue=e}setLoading(e){this.$loadingChange.setValue(e)}setSearchResults(e){this.firstSearchHappened=!0,(!Le.deepEqual(e,this.searchResults??[""])||this.facetsWereSet)&&(this.facetsWereSet=!1,this.$searchResults.setValue(e))}setSearchResultsMetadata(e){Le.deepEqual(e,this.searchResultsMetadata??{})||this.$searchResultsMetadata.setValue(e)}setSearchAutosuggest(e){this.$searchAutosuggest.setValue(e)}setSearchObject(e){var a,s;let t=e;t={...t,itemsPerPage:this.itemsPerPage,model:this.model},(s=(a=this.searchstaxConfig)==null?void 0:a.hooks)!=null&&s.beforeSearch&&t&&(t=this.searchstaxConfig.hooks.beforeSearch(t)),t&&(!Le.deepEqual(t,this.searchObject??{})||this.forceNotCorrect)&&this.$searchObject.setValue(t)}setSearchFacets(e){this.facetsWereSet=!0,Le.deepEqual(e,this.searchFacets??[])||this.$searchFacets.setValue(e)}setSearchFacetsCached(e){Le.deepEqual(e,this.searchFacetsCached??[])||this.$searchFacetsCached.setValue(e)}setSearchFacetsCachedTabs(e){Le.deepEqual(e,this.searchFacetsCachedTabs??[])||this.$searchFacetsCachedTabs.setValue(e)}setSearchRelatedSearches(e){Le.deepEqual(e,this.searchRelatedSearches??[])||this.$searchRelatedSearches.setValue(e)}setSearchExternalPromotions(e){Le.deepEqual(e,this.searchExternalPromotions??[])||this.$searchExternalPromotions.setValue(e)}setLanguage(e){this.$language.setValue(e)}setModel(e){this.$model.setValue(e)}setSearchstaxConfig(e){this.$searchstaxConfig.setValue(e)}setSearchInputConfig(e){this.$searchInputConfig.setValue(e)}setSearchLocationConfig(e){this.$searchLocationConfig.setValue(e)}setAutosuggestResults(e){this.$autosuggestResults.setValue(e)}setFacetsTemplateData(e){this.$facetsTemplateData.setValue(e)}setSelectedFacetsTemplateData(e){this.$selectedFacetsTemplateData.setValue(e)}setPaginationData(e){this.$paginationData.setValue(e)}setAnswerFullData(e){this.$answerData.setValue(e)}setSearchFeedbackData(e){this.$searchFeedbackData.setValue(e)}setSearchSortingData(e){this.$searchSortingData.setValue(e)}setRelatedSearchesData(e){this.$searchRelatedSearchesData.setValue(e)}setExternalPromotionsData(e){this.$searchExternalPromotionsData.setValue(e)}setCookiesDisabled(e){this.$cookiesDisabled.setValue(e)}setAnswerData(e){this.$answer.setValue(e)}setItemsPerPage(e){this.$itemsPerPage.setValue(e)}setAnswerLoading(e){this.$answerLoading.setValue(e)}setAnswerError(e){this.$answerError.setValue(e)}setIsQuestion(e){this.$isQuestion.setValue(e)}setAnswerErrorMessage(e){this.$answerErrorMessage.setValue(e)}setLocationDecodingLoading(e){this.$locationDecodingLoading.setValue(e)}setSearchLat(e){this.$searchLatChange.setValue(e)}setSearchLong(e){this.$searchLongChange.setValue(e)}setInputTemplateRendered(e){this.$inputTemplateRendered.setValue(e)}setLocationError(e){this.$locationError.setValue(e)}setInputWidgetTemplateData(e){this.$inputWidgetTemplateData.setValue(e)}setLocationWidgetTemplateData(e){this.$locationWidgetTemplateData.setValue(e)}setLocationCoordinatesDecoded(e){this.$searchLocationCoordinatesDecoded.setValue(ne.removeXSSRiskyTags(e))}setLocationEnabled(e){this.$locationEnabled.setValue(e)}setSearchResultUnparsedData(e){this.searchResultUnparsed=e}get getAnswerData(){return this.$answer.getValue()}get searchstaxConfig(){return this.$searchstaxConfig.getValue()}get searchFacets(){return this.$searchFacets.getValue()?JSON.parse(JSON.stringify(this.$searchFacets.getValue())):null}get searchFacetsCached(){return this.$searchFacetsCached.getValue()?JSON.parse(JSON.stringify(this.$searchFacetsCached.getValue())):null}get searchFacetsCachedTabs(){return this.$searchFacetsCachedTabs.getValue()?JSON.parse(JSON.stringify(this.$searchFacetsCachedTabs.getValue())):null}get searchResults(){return this.$searchResults.getValue()?JSON.parse(JSON.stringify(this.$searchResults.getValue())):null}get searchTerm(){return this.$searchTermChange.getValue()}get searchLocation(){return this.$searchLocationChange.getValue()}get searchRadius(){return this.$searchRadiusChange.getValue()}get loading(){return this.$loadingChange.getValue()}get searchAutosuggest(){return this.$searchAutosuggest.getValue()}get searchResultsMetadata(){return this.$searchResultsMetadata.getValue()?JSON.parse(JSON.stringify(this.$searchResultsMetadata.getValue())):null}get currentPage(){return this.$searchObject.getValue().page??this.currentPageValue}get isAnswerWidgetCreated(){return this.isAnswerWidgetCreatedValue}get renderingEngine(){return this.renderingEngineValue}get searchObject(){return JSON.parse(JSON.stringify(this.$searchObject.getValue()))}get searchRelatedSearches(){return this.$searchRelatedSearches.getValue()?JSON.parse(JSON.stringify(this.$searchRelatedSearches.getValue())):null}get searchExternalPromotions(){return this.$searchExternalPromotions.getValue()?JSON.parse(JSON.stringify(this.$searchExternalPromotions.getValue())):null}get language(){return this.$language.getValue()}get model(){return this.$model.getValue()}get searchInputConfig(){return this.$searchInputConfig.getValue()}get searchLocationConfig(){return this.$searchLocationConfig.getValue()}get answerConfig(){return this.$answer.getValue()}get autosuggestResults(){return this.$autosuggestResults.getValue()}get facetsTemplateData(){return this.$facetsTemplateData.getValue()}get selectedFacetsTemplateData(){return this.$selectedFacetsTemplateData.getValue()}get paginationData(){return this.$paginationData.getValue()}get searchFeedbackData(){return this.$searchFeedbackData.getValue()}get searchSortingData(){return this.$searchSortingData.getValue()}get searchRelatedSearchesData(){return this.$searchRelatedSearchesData.getValue()}get searchExternalPromotionsData(){return this.$searchExternalPromotionsData.getValue()}get cookiesDisabled(){return(this.$cookiesDisabled.getValue()??!1)||!navigator.cookieEnabled}get itemsPerPage(){return this.$itemsPerPage.getValue()}get answerFullData(){return this.$answerData.getValue()}get answerLoading(){return this.$answerLoading.getValue()}get isQuestion(){return this.$isQuestion.getValue()}get answerError(){return this.$answerError.getValue()}get answerErrorMessage(){return this.$answerErrorMessage.getValue()}get locationDecodingLoading(){return this.$locationDecodingLoading.getValue()}get searchLat(){return this.$searchLatChange.getValue()}get searchLong(){return this.$searchLongChange.getValue()}get inputTemplateRendered(){return this.$inputTemplateRendered.getValue()}get locationError(){return this.$locationError.getValue()}get inputWidgetTemplateData(){return this.$inputWidgetTemplateData.getValue()}get locationWidgetTemplateData(){return this.$locationWidgetTemplateData.getValue()}get searchLocationCoordinatesDecoded(){return this.$searchLocationCoordinatesDecoded.getValue()}get locationEnabled(){return this.$locationEnabled.getValue()}get searchResultUnparsedData(){return this.searchResultUnparsed}}class bt{static combineResultsWithMetadata(e){const t=[],a=parseInt(e.response.start+"");return e.response.docs.forEach((s,n)=>{var c;const o=s[e.responseHeader.params.uniqueId]??"",i={custom:null,uniqueId:o,position:a+1+n,ribbon:this.doesMapExist("ribbon",e)?this.getValueByKey("ribbon",s,e,o):null,paths:this.doesMapExist("paths",e)?this.getValueByKey("paths",s,e,o):null,url:this.doesMapExist("url",e)?this.getValueByKey("url",s,e,o):null,title:this.doesMapExist("title",e)?this.getValueByKey("title",s,e,o):null,titleTracking:this.doesMapExist("title",e)?this.getValueByKey("title",s,e,o,!0):null,promoted:s["[elevated]"]?s["[elevated]"]:!1,thumbnail:this.doesMapExist("thumbnail",e)?this.getValueByKey("thumbnail",s,e,o):null,date:this.doesMapExist("date",e)?this.getValueByKey("date",s,e,o):null,snippet:this.doesMapExist("snippet",e)?this.getValueByKey("snippet",s,e,o):null,description:this.doesMapExist("description",e)?this.getValueByKey("description",s,e,o):null,distance:this.doesMapExist("distance",e)&&this.getValueByKey("distance",s,e,o)!=="Infinity"&&this.getValueByKey("distance",s,e,o)?Math.floor(this.getValueByKey("distance",s,e,o)):null,unit:((c=e.metadata.locationSearch)==null?void 0:c.unit)??"",unmappedFields:this.getUnmappedFields(s,e,o),allFields:this.getAllFields(s,e)};t.push(i)}),t}static extractFacets(e){const t=[];if(e.metadata.facets)for(const a of e.metadata.facets){let s={values:[]};if(s.name=a.name,s.label=a.label,a.name in e.facet_counts.facet_fields){const n=e.facet_counts.facet_fields[a.name];for(let o=0;o<n.length;o+=2){const i={};i.value=n[o],i.parentName=s.name,i.count=n[o+1],i.type="checkbox",s.values.push(i)}}s.values.length>0&&t.push(s)}return t}static extractSearchResultsMetadata(e){var n,o,i,c,l,g,m,p,w,b;let t="",a={selectedSortOption:"",options:[]},s={enabled:!1,field:"",unit:"",filter:{enabled:!1,values:[],label:"",defaultValue:""}};if(e.metadata.locationSearch&&(s={enabled:e.metadata.locationSearch.enabled,field:e.metadata.locationSearch.field,unit:e.metadata.locationSearch.unit,filter:{enabled:((n=e.metadata.locationSearch.filter)==null?void 0:n.enabled)??!1,values:((o=e.metadata.locationSearch.filter)==null?void 0:o.values)??[],label:((i=e.metadata.locationSearch.filter)==null?void 0:i.label)??"",defaultValue:((c=e.metadata.locationSearch.filter)==null?void 0:c.defaultValue)??""}}),(l=e.metadata.results.find(L=>L.result_card==="date"))==null||l.name,a.options=[],(g=e.metadata.sorts)==null?void 0:g.length){const L=e.metadata.sorts.map(T=>({value:T.label,key:T.name+" "+T.order}));a.options=[{key:"",value:"Relevance"},...L]}return t=((b=(w=(p=(m=e==null?void 0:e.spellcheck)==null?void 0:m.suggestions)==null?void 0:p[1])==null?void 0:w.suggestion)==null?void 0:b[0])??"",typeof t!="string"&&(t=(t==null?void 0:t.word)??""),{recordsPerPageValue:parseInt(e.responseHeader.params.rows),startDocVal:parseInt(e.response.start+""),totalResultsValue:parseInt(e.response.numFound+""),latency:parseInt(e.responseHeader.QTime+""),endDocValue:parseInt(e.responseHeader.params.rows)+parseInt(e.response.start+""),spellingSuggestion:t,autoCorrectedQuery:e.responseHeader.params.autoCorrectedQ??"",impressions:this.getImpressions(e),sorting:a,location:s,isLocationMapped:this.doesMapExist("distance",e)}}static getImpressions(e){const t=[],a=this.combineResultsWithMetadata(e);for(const s in a){const n=a[s],o={};o.cDocId=this.getDataForAnalytics(n.uniqueId),n.title&&(o.cDocTitle=this.getDataForAnalytics(n.titleTracking)),o.position=n.position,t.push(o)}return t}static getDataForAnalytics(e){return e!==null?typeof e>"u"?"":typeof e=="string"?e:typeof e.join<"u"?e[0]:e:""}static findResultByUniqueId(e,t){return t.find(a=>a.uniqueId===e)??null}static getUnmappedFields(e,t,a){const s=t.metadata.results.filter(o=>o.result_card==="").map(o=>o.name),n=[];for(const o of s)if(Object.keys(e).includes(o)){const i=Array.isArray(e[o])?this.getHighlightedResults(o,e[o].join(", "),a,t):this.getHighlightedResults(o,e[o]+"",a,t);n.push({key:o,value:i,isImage:this.checkIfImage(e[o])})}return n}static checkIfImage(e){return e===void 0?!1:typeof e!="string"?Array.isArray(e)&&e[0]?/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e[0]):!1:/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e)}static getAllFields(e,t){const a=t.metadata.results.map(n=>n.name),s=[];for(const n of Object.keys(e))a.indexOf(n)!==-1&&s.push({key:n,value:e[n],isImage:this.checkIfImage(e[n])});return s}static doesMapExist(e,t){return t.metadata.results.find(a=>a.result_card===e)!==void 0}static getValueByKey(e,t,a,s,n=!1){const o=a.metadata.results.find(c=>c.result_card===e);if(o===void 0)return null;const i=t[o.name];return i===void 0?null:typeof i=="string"?n?i:this.getHighlightedResults(o.name,i,s,a):typeof i=="number"?i:Array.isArray(i)?n?i.join(", "):this.getHighlightedResults(o.name,i.join(", "),s,a):null}static getHighlightedResults(e,t,a,s){if(s.highlighting&&a in s.highlighting){let n=s.highlighting[a];if(n&&e in n){let o=n[e];const i=this.cleanValue(o);if(i!=="")return i}}return t}static cleanValue(e){return e===null?"":typeof e=="string"?e:Array.isArray(e)?e.join(" "):""}}class As{constructor(e){h(this,"routeName","searchstax");h(this,"ignoredKeys",[]);h(this,"queryStringHelper");h(this,"titleParser");e.routeName&&(this.routeName=e.routeName),e.ignoredKeys&&(this.ignoredKeys=e.ignoredKeys),e.title&&(this.titleParser=e.title),this.queryStringHelper=new Sn(this.routeName)}updateUrl(e){const t=this.searchObjectToUrl(e);let a=typeof document<"u"?document==null?void 0:document.title:"";this.titleParser&&(a=this.titleParser(e)),typeof document<"u"&&(document.title=a),(window==null?void 0:window.location.href)!==t&&(window==null||window.history.replaceState(window.history.state,a,t))}searchObjectToUrl(e){return this.queryStringHelper.urlHasQueryParams((window==null?void 0:window.location.href)??"")?(window==null?void 0:window.location.href.split("?")[0])+"?"+this.queryStringHelper.stringify(this.searchObjectToParams(e),{ignoredKeys:this.ignoredKeys}):(window==null?void 0:window.location.href)+"?"+this.queryStringHelper.stringify(this.searchObjectToParams(e),{ignoredKeys:this.ignoredKeys})}searchObjectToParams(e){const t={},a=e.page||1;if(e.query&&(t[this.routeName+"[query]"]=encodeURIComponent(e.query)),e.page&&(t[this.routeName+"[page]"]=a+""),e.order&&(t[this.routeName+"[order]"]=e.order),e.itemsPerPage&&e.itemsPerPage!==10&&(t[this.routeName+"[itemsPerPage]"]=e.itemsPerPage+""),e.location)for(const s in e.location){const n=e.location[s];n&&(t[this.routeName+`[location][${s}]`]=n)}if(e.facets)for(const s in e.facets){const n=e.facets[s].type+":"+encodeURIComponent(e.facets[s].name)+":"+encodeURIComponent(e.facets[s].value);t[this.routeName+`[facets][${s}]`]=n}if(e.model&&(t[this.routeName+"[model]"]=e.model),this.queryStringHelper.urlHasQueryParams((window==null?void 0:window.location.href)??"")){const s=this.queryStringHelper.urlToParams((window==null?void 0:window.location.href)??"");for(const n in s)n.startsWith(this.routeName)&&delete s[n];return{...s,...t}}else return t}extractParamsThatDoNotStartWithRouteName(e){const t={};for(const a in e)a.startsWith(this.routeName)||(t[a]=e[a]);return t}extractArrayOfFacetsFromQueryParameters(e){var a,s,n;const t=[];for(const o in e)if(o.startsWith(this.routeName+"[facets]")){const i=ne.removeXSSRiskyTags((a=e[o].split(":"))==null?void 0:a[0]),c=ne.removeXSSRiskyTags(decodeURIComponent((s=e[o].split(":"))==null?void 0:s[1])),l=ne.removeXSSRiskyTags(decodeURIComponent((n=e[o].split(":"))==null?void 0:n[2]));t.push({type:i,name:c,value:l})}return t}urlToSearchObject(e,t){const a=this.queryStringHelper.urlToParams(e),s=ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[page]"])),n=parseInt(s),o=isNaN(n)?1:n;let i=parseInt(ne.removeXSSRiskyTags(a[this.routeName+"[itemsPerPage]"]));return isNaN(i)&&(i=10),{query:ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[query]"]))||"",page:o,itemsPerPage:t??i,order:ne.removeXSSRiskyTags(a[this.routeName+"[order]"])||"",facets:this.extractArrayOfFacetsFromQueryParameters(a)||[],model:ne.removeXSSRiskyTags(a[this.routeName+"[model]"])||"",location:{address:ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][address]"]||"")),radius:ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][radius]"]||"")),lat:ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][lat]"]||"")),lon:ne.removeXSSRiskyTags(decodeURIComponent(a[this.routeName+"[location][lon]"]||""))}}}}class Sn{constructor(e){h(this,"routeName","");h(this,"stringify",(e,t)=>{const a=this.filterOutIgnoredKeys(e,t.ignoredKeys);return Object.keys(a).map(s=>{const n=a[s];return Array.isArray(n)?n.map(o=>`${s}=${o}`).join("&"):`${s}=${n}`}).join("&")});this.routeName=e}filterOutIgnoredKeys(e,t){const a=t||[],s={};return Object.keys(e).forEach(n=>{a.includes(n)||e[n]!==""&&(s[n]=e[n])}),s}urlToParams(e){const t={},a=e.split("?")[1];return a&&a.split("&").forEach(s=>{const[n,o]=s.split("=");t[n]=o}),t}doesParamContainRouteName(e){return e.indexOf(this.routeName)!==-1}urlHasQueryParams(e){return e.indexOf("?")!==-1}}const et={question:"I_AM_A_QUESTION",notQuestion:"I_AM_NOT_A_QUESTION",close:"CLOSE"};class Es extends Error{constructor(e,t){super(e),this.name="ParseError",this.type=t.type,this.field=t.field,this.value=t.value,this.line=t.line}}const js=10,kn=13,ze=32;function pa(r){}function Tn(r){if(typeof r=="function")throw new TypeError("`callbacks` must be an object, got a function instead. Did you mean `{onEvent: fn}`?");const{onEvent:e=pa,onError:t=pa,onRetry:a=pa,onComment:s}=r,n=[];let o=!0,i,c="",l=0,g;function m(y){if(o&&(o=!1,y.charCodeAt(0)===239&&y.charCodeAt(1)===187&&y.charCodeAt(2)===191&&(y=y.slice(3))),n.length===0){const k=p(y);k!==""&&n.push(k);return}if(y.indexOf(`
|
|
79
|
+
`)===-1&&y.indexOf("\r")===-1){n.push(y);return}n.push(y);const x=n.join("");n.length=0;const v=p(x);v!==""&&n.push(v)}function p(y){let x=0;if(y.indexOf("\r")===-1){let v=y.indexOf(`
|
|
80
|
+
`,x);for(;v!==-1;){if(x===v){l>0&&e({id:i,event:g,data:c}),i=void 0,c="",l=0,g=void 0,x=v+1,v=y.indexOf(`
|
|
81
|
+
`,x);continue}const k=y.charCodeAt(x);if(Is(y,x,k)){const j=y.charCodeAt(x+5)===ze?x+6:x+5,F=y.slice(j,v);if(l===0&&y.charCodeAt(v+1)===js){e({id:i,event:g,data:F}),i=void 0,c="",g=void 0,x=v+2,v=y.indexOf(`
|
|
82
|
+
`,x);continue}c=l===0?F:`${c}
|
|
83
|
+
${F}`,l++}else Rs(y,x,k)?g=y.slice(y.charCodeAt(x+6)===ze?x+7:x+6,v)||void 0:w(y,x,v);x=v+1,v=y.indexOf(`
|
|
84
|
+
`,x)}return y.slice(x)}for(;x<y.length;){const v=y.indexOf("\r",x),k=y.indexOf(`
|
|
85
|
+
`,x);let j=-1;if(v!==-1&&k!==-1?j=v<k?v:k:v!==-1?v===y.length-1?j=-1:j=v:k!==-1&&(j=k),j===-1)break;w(y,x,j),x=j+1,y.charCodeAt(x-1)===kn&&y.charCodeAt(x)===js&&x++}return y.slice(x)}function w(y,x,v){if(x===v){L();return}const k=y.charCodeAt(x);if(Is(y,x,k)){const Z=y.charCodeAt(x+5)===ze?x+6:x+5,_=y.slice(Z,v);c=l===0?_:`${c}
|
|
86
|
+
${_}`,l++;return}if(Rs(y,x,k)){g=y.slice(y.charCodeAt(x+6)===ze?x+7:x+6,v)||void 0;return}if(k===105&&y.charCodeAt(x+1)===100&&y.charCodeAt(x+2)===58){const Z=y.slice(y.charCodeAt(x+3)===ze?x+4:x+3,v);i=Z.includes("\0")?void 0:Z;return}if(k===58){if(s){const Z=y.slice(x,v);s(Z.slice(y.charCodeAt(x+1)===ze?2:1))}return}const j=y.slice(x,v),F=j.indexOf(":");if(F===-1){b(j,"",j);return}const E=j.slice(0,F),O=j.charCodeAt(F+1)===ze?2:1,H=j.slice(F+O);b(E,H,j)}function b(y,x,v){switch(y){case"event":g=x||void 0;break;case"data":c=l===0?x:`${c}
|
|
87
|
+
${x}`,l++;break;case"id":i=x.includes("\0")?void 0:x;break;case"retry":/^\d+$/.test(x)?a(parseInt(x,10)):t(new Es(`Invalid \`retry\` value: "${x}"`,{type:"invalid-retry",value:x,line:v}));break;default:t(new Es(`Unknown field "${y.length>20?`${y.slice(0,20)}…`:y}"`,{type:"unknown-field",field:y,value:x,line:v}));break}}function L(){l>0&&e({id:i,event:g,data:c}),i=void 0,c="",l=0,g=void 0}function T(y={}){if(y.consume&&n.length>0){const x=n.join("");w(x,0,x.length)}o=!0,i=void 0,c="",l=0,g=void 0,n.length=0}return{feed:m,reset:T}}function Is(r,e,t){return t===100&&r.charCodeAt(e+1)===97&&r.charCodeAt(e+2)===116&&r.charCodeAt(e+3)===97&&r.charCodeAt(e+4)===58}function Rs(r,e,t){return t===101&&r.charCodeAt(e+1)===118&&r.charCodeAt(e+2)===101&&r.charCodeAt(e+3)===110&&r.charCodeAt(e+4)===116&&r.charCodeAt(e+5)===58}class Ds extends Event{constructor(e,t){var a,s;super(e),this.code=(a=t==null?void 0:t.code)!=null?a:void 0,this.message=(s=t==null?void 0:t.message)!=null?s:void 0}[Symbol.for("nodejs.util.inspect.custom")](e,t,a){return a(Ns(this),t)}[Symbol.for("Deno.customInspect")](e,t){return e(Ns(this),t)}}function vn(r){const e=globalThis.DOMException;return typeof e=="function"?new e(r,"SyntaxError"):new SyntaxError(r)}function Ma(r){return r instanceof Error?"errors"in r&&Array.isArray(r.errors)?r.errors.map(Ma).join(", "):"cause"in r&&r.cause instanceof Error?`${r}: ${Ma(r.cause)}`:r.message:`${r}`}function Ns(r){return{type:r.type,message:r.message,code:r.code,defaultPrevented:r.defaultPrevented,cancelable:r.cancelable,timeStamp:r.timeStamp}}var er=r=>{throw TypeError(r)},Wa=(r,e,t)=>e.has(r)||er("Cannot "+t),$=(r,e,t)=>(Wa(r,e,"read from private field"),t?t.call(r):e.get(r)),ae=(r,e,t)=>e.has(r)?er("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,t),U=(r,e,t,a)=>(Wa(r,e,"write to private field"),e.set(r,t),t),je=(r,e,t)=>(Wa(r,e,"access private method"),t),fe,We,Ke,Vt,Ut,kt,tt,Tt,Ne,Ze,st,Xe,Ct,we,Sa,ka,Ta,Os,va,Aa,Mt,Ea,ja;class Ht extends EventTarget{constructor(e,t){var a,s;super(),ae(this,we),this.CONNECTING=0,this.OPEN=1,this.CLOSED=2,ae(this,fe),ae(this,We),ae(this,Ke),ae(this,Vt),ae(this,Ut),ae(this,kt),ae(this,tt),ae(this,Tt,null),ae(this,Ne),ae(this,Ze),ae(this,st,null),ae(this,Xe,null),ae(this,Ct,null),ae(this,ka,async n=>{var o;$(this,Ze).reset();const{body:i,redirected:c,status:l,headers:g}=n;if(l===204){je(this,we,Mt).call(this,"Server sent HTTP 204, not reconnecting",204),this.close();return}if(c?U(this,Ke,new URL(n.url)):U(this,Ke,void 0),l!==200){je(this,we,Mt).call(this,`Non-200 status code (${l})`,l);return}if(!(g.get("content-type")||"").startsWith("text/event-stream")){je(this,we,Mt).call(this,'Invalid content type, expected "text/event-stream"',l);return}if($(this,fe)===this.CLOSED)return;U(this,fe,this.OPEN);const m=new Event("open");if((o=$(this,Ct))==null||o.call(this,m),this.dispatchEvent(m),typeof i!="object"||!i||!("getReader"in i)){je(this,we,Mt).call(this,"Invalid response body, expected a web ReadableStream",l),this.close();return}const p=new TextDecoder,w=i.getReader();let b=!0;do{const{done:L,value:T}=await w.read();T&&$(this,Ze).feed(p.decode(T,{stream:!L})),L&&(b=!1,$(this,Ze).reset(),je(this,we,Ea).call(this))}while(b)}),ae(this,Ta,n=>{U(this,Ne,void 0),!(n.name==="AbortError"||n.type==="aborted")&&je(this,we,Ea).call(this,Ma(n))}),ae(this,va,n=>{typeof n.id=="string"&&U(this,Tt,n.id);const o=new MessageEvent(n.event||"message",{data:n.data,origin:$(this,Ke)?$(this,Ke).origin:$(this,We).origin,lastEventId:n.id||""});$(this,Xe)&&(!n.event||n.event==="message")&&$(this,Xe).call(this,o),this.dispatchEvent(o)}),ae(this,Aa,n=>{U(this,kt,n)}),ae(this,ja,()=>{U(this,tt,void 0),$(this,fe)===this.CONNECTING&&je(this,we,Sa).call(this)});try{if(e instanceof URL)U(this,We,e);else if(typeof e=="string")U(this,We,new URL(e,An()));else throw new Error("Invalid URL")}catch{throw vn("An invalid or illegal string was specified")}U(this,Ze,Tn({onEvent:$(this,va),onRetry:$(this,Aa)})),U(this,fe,this.CONNECTING),U(this,kt,3e3),U(this,Ut,(a=t==null?void 0:t.fetch)!=null?a:globalThis.fetch),U(this,Vt,(s=t==null?void 0:t.withCredentials)!=null?s:!1),je(this,we,Sa).call(this)}get readyState(){return $(this,fe)}get url(){return $(this,We).href}get withCredentials(){return $(this,Vt)}get onerror(){return $(this,st)}set onerror(e){U(this,st,e)}get onmessage(){return $(this,Xe)}set onmessage(e){U(this,Xe,e)}get onopen(){return $(this,Ct)}set onopen(e){U(this,Ct,e)}addEventListener(e,t,a){const s=t;super.addEventListener(e,s,a)}removeEventListener(e,t,a){const s=t;super.removeEventListener(e,s,a)}close(){$(this,tt)&&clearTimeout($(this,tt)),$(this,fe)!==this.CLOSED&&($(this,Ne)&&$(this,Ne).abort(),U(this,fe,this.CLOSED),U(this,Ne,void 0))}}fe=new WeakMap,We=new WeakMap,Ke=new WeakMap,Vt=new WeakMap,Ut=new WeakMap,kt=new WeakMap,tt=new WeakMap,Tt=new WeakMap,Ne=new WeakMap,Ze=new WeakMap,st=new WeakMap,Xe=new WeakMap,Ct=new WeakMap,we=new WeakSet,Sa=function(){U(this,fe,this.CONNECTING),U(this,Ne,new AbortController),$(this,Ut)($(this,We),je(this,we,Os).call(this)).then($(this,ka)).catch($(this,Ta))},ka=new WeakMap,Ta=new WeakMap,Os=function(){var r;const e={mode:"cors",redirect:"follow",headers:{Accept:"text/event-stream",...$(this,Tt)?{"Last-Event-ID":$(this,Tt)}:void 0},cache:"no-store",signal:(r=$(this,Ne))==null?void 0:r.signal};return"window"in globalThis&&(e.credentials=this.withCredentials?"include":"same-origin"),e},va=new WeakMap,Aa=new WeakMap,Mt=function(r,e){var t;$(this,fe)!==this.CLOSED&&U(this,fe,this.CLOSED);const a=new Ds("error",{code:e,message:r});(t=$(this,st))==null||t.call(this,a),this.dispatchEvent(a)},Ea=function(r,e){var t;if($(this,fe)===this.CLOSED)return;U(this,fe,this.CONNECTING);const a=new Ds("error",{code:e,message:r});(t=$(this,st))==null||t.call(this,a),this.dispatchEvent(a),U(this,tt,setTimeout($(this,ja),$(this,kt)))},ja=new WeakMap,Ht.CONNECTING=0,Ht.OPEN=1,Ht.CLOSED=2;function An(){const r="document"in globalThis?globalThis.document:void 0;return r&&typeof r=="object"&&"baseURI"in r&&typeof r.baseURI=="string"?r.baseURI:void 0}class xe{static attachAnalyticsScript(e){window._msq=window._msq||[];const t=e||"https://static.searchstax.com/studio-js/v4/js/studio-analytics.js";if(!document.querySelector(`script[src="${t}"]`)){var a=document.createElement("script");a.type="text/javascript",a.src=t;var s=document.getElementsByTagName("script")[0];s.parentNode&&s.parentNode.insertBefore(a,s)}}static trackClick(e){const t={key:e.trackApiKey,query:e.searchTerm,shownHits:e.recordsPerPage,totalHits:e.totalResults,pageNo:e.currentPage,latency:e.latencyVal,session:e.session,cDocId:e.result.uniqueId,cDocTitle:e.result.titleTracking,position:e.result.position,language:e.language,model:e.model};return new Promise((a,s)=>{const n=["trackClick",t];t.key?this.msq().push(n,(function(o,i){JSON.stringify(o)===JSON.stringify(t)&&i?a():s()}).bind(this)):s()})}static trackAnswerLinkClick(e){const t={key:e.trackApiKey,question:e.searchTerm,session:e.session,href:e.href,language:e.language,model:e.model,answer:e.answer};return new Promise((a,s)=>{const n=["answerSourceClick",t];t.key?this.msq().push(n,(function(o,i){JSON.stringify(o)===JSON.stringify(t)&&i?a():s()}).bind(this)):s()})}static trackSearch(e){const t={key:e.trackApiKey,query:e.searchTerm,shownHits:e.recordsPerPage,totalHits:e.totalResults,pageNo:e.currentPage,latency:e.latencyVal,session:e.session,language:e.language,model:e.model,impressions:e.impressions};setTimeout(()=>{t.key&&this.msq().push(["track",t])},0)}static trackRelatedSearchClick(e){const t={session:e.session,key:e.trackApiKey,query:e.relatedSearch.search_term,position:e.relatedSearch.position,relatedSearch:e.relatedSearch.related_search,pageNo:1,shownHits:e.totalRelatredSearches,totalHits:e.totalRelatredSearches,language:e.language,model:e.model};setTimeout(()=>{t.key&&this.msq().push(["trackRelatedSearchClick",t])},0)}static trackRelatedSearches(e){const t={session:e.session,key:e.trackApiKey,query:e.searchTerm,latency:e.latencyVal,language:e.language,model:e.model,impressions:e.impressions,pageNo:1,shownHits:e.totalRelatredSearches,totalHits:e.totalRelatredSearches};setTimeout(()=>{t.key&&this.msq().push(["trackRelatedSearch",t])},0)}static trackAnswerData(e){const t={session:e.session,key:e.trackApiKey,question:e.searchTerm,answer:e.answer,language:e.language,model:e.model,is_question:e.isQuestion+""};setTimeout(()=>{t.key&&this.msq().push(["trackquestionanswer",t])},0)}static trackFeedback(e){setTimeout(()=>{this.msq().push(["trackSearchSatisfaction",{key:e.trackApiKey,email:e.email,score:e.rating,comments:e.feedback,language:e.language,model:e.model}])},0)}}h(xe,"subscribedToClickEvent",!1),h(xe,"msq",()=>typeof window<"u"&&(window!=null&&window._msq)?window==null?void 0:window._msq:[]);class En{constructor(e,t){h(this,"cachedQuery","");h(this,"cachedANDFacets","");h(this,"url","");h(this,"relatedSearches","");h(this,"suggester","");h(this,"authHeader");h(this,"authHeaderRelated");h(this,"trackApiKey","");h(this,"session","");h(this,"searchAuthType");h(this,"searchAuth","");h(this,"controllerSearch");h(this,"signalSearch");h(this,"controllerSuggest");h(this,"signalSuggest");h(this,"_authToken","");h(this,"resolveFn");h(this,"dataLayer");this.dataLayer=t,this.url=e.searchURL,this.dataLayer.setLanguage(e.language),this.suggester=e.suggesterURL,this.trackApiKey=e.trackApiKey,this.session=e.sessionId,this.searchAuthType=e.authType,this.searchAuth=e.searchAuth,this.authHeader=new Headers,this.authHeader.append("Accept","application/json"),this._authToken=this.searchAuthType==="token"?`Token ${e.searchAuth}`:`Basic ${e.searchAuth}`,this.authHeader.append("Authorization",this._authToken),this.authHeaderRelated=new Headers,this.authHeaderRelated.append("Accept","application/json"),this.authHeaderRelated.append("Authorization",e.searchAuth)}generateFacetQuery(e,t){let a=[];if(!t)e.forEach(function(s){const n=s.name+':"'+s.value+'"';a=a.concat("fq="+decodeURIComponent(n).replace(" "," "))});else{const s={};e.forEach(function(o){const i=o.name+":"+o.value,c=decodeURIComponent(i).replace(" "," ").split(":");s[c[0]]?s[c[0]].push(c[1]):s[c[0]]=[c[1]]});let n="";for(const o in s)if(Object.prototype.hasOwnProperty.call(s,o)){const i=s[o],c=o;for(const l of i)n+=n===""?` ${c}:"${l}"`:` OR ${c}:"${l}"`}a=a.concat("fq="+n.trim())}return a=a.map(s=>s.replace(/&/g,"%26").replace(/\+/g,"%2B")),a.length?"&"+a.join("&"):""}generateLocationQuery(e){let t="";if(e.lat&&e.lon){const a=Math.floor(parseFloat(e.lat)*100)/100,s=Math.floor(parseFloat(e.lon)*100)/100;t+=`&pt=${a},${s}`}return e.radius&&t!==""&&e.radius!=="any"&&(t+=`&distanceFilter=${e.radius}`),t}getRelatedSearches(e,t,a,s){const n=new Headers;n.append("Accept","application/json"),n.append("Authorization",a),fetch(t+"?search="+encodeURIComponent(e.query)+"&language="+this.dataLayer.language,{method:"GET",headers:n,credentials:"same-origin"}).then(o=>o.json()).then(o=>{s(o)})}cacheFacets(e){return new Promise(t=>{if(this.resolveFn=t,this.dataLayer.searchObject.query!==this.cachedQuery||this.cachedANDFacets+e!==this.dataLayer.parsedData.cachedANDFacets+e){this.cachedANDFacets=this.dataLayer.parsedData.cachedANDFacets+e,this.cachedQuery=this.dataLayer.searchObject.query;const a=[this.dataLayer.searchObject.facets.filter(s=>e?!1:s.type==="and"||s.type==="tabs")].flat();this.search({query:this.dataLayer.searchObject.query??"*",itemsPerPage:void 0,page:1,order:"",facets:a,additionalProps:this.dataLayer.searchObject.additionalProps,location:this.dataLayer.searchObject.location,model:this.dataLayer.model},this.cacheFacetsCallback.bind(this),!0,!1,e)}else this.resolveFn()})}cacheFacetsCallback(e,t){let a=bt.extractFacets(e);t?this.dataLayer.setSearchFacetsCachedTabs(a):this.dataLayer.setSearchFacetsCached(a),this.resolveFn&&this.resolveFn()}search(e,t,a=!1,s=!1,n=!1){if(e.query&&e.query!=="undefined"){this.dataLayer.setSearchTerm(e.query),this.dataLayer.setLoading(!0),this.controllerSearch&&this.controllerSearch.abort(),this.controllerSearch=new AbortController,this.signalSearch=this.controllerSearch.signal;const o=this.url+this.generateQueryParams(e,s),i={method:"GET",headers:this.authHeader,credentials:"same-origin",signal:this.signalSearch};a&&delete i.signal,fetch(o,i).then(c=>c.json()).then(c=>{this.dataLayer.setLoading(!1),t(c,n)}).catch(()=>{this.dataLayer.setLoading(!1)})}}generateQueryParams(e,t){let a=(e.itemsPerPage?e.itemsPerPage:0)*(e.page-1),s=e.order?`&sort=${e.order}`:"";const n=new Proxy(new URLSearchParams((window==null?void 0:window.location.search)??""),{get:(c,l)=>c.get(l)??""}),o=n.languageVariant?"&fq=_language:"+n.languageVariant:"",i=e.model??this.dataLayer.model;return"?q="+encodeURIComponent(e.query.trim())+"&start="+a+this.toQueryString(e.additionalProps??[])+this.generateFacetQuery(e.facets.filter(c=>c.type==="or"||c.type==="showUnavailable"),!0)+this.generateLocationQuery(e.location)+this.generateFacetQuery(e.facets.filter(c=>c.type==="and"||c.type==="tabs"),!1)+s+`&spellcheck.correct=${this.dataLayer.autoCorrect&&!t}`+(i?`&model=${i}`:"")+"&language="+this.dataLayer.language+o}startSSE(e,t){if(!this.dataLayer.turnAIAnswerGenerationOn||e==="*"||this.dataLayer.searchObject.page!==1)return;const a=new Ht(this.dataLayer.questionURL+this.generateQueryParams(this.dataLayer.searchObject),{fetch:(n,o)=>fetch(n,{...o,headers:{...o==null?void 0:o.headers,Authorization:this._authToken}})}),s=this.dataLayer;return a.onmessage=n=>{if(n.data===et.question||n.data===et.notQuestion){n.data===et.question?(this.dataLayer.setAnswerLoading(!0),this.dataLayer.setIsQuestion(!0)):(s.setAnswerLoading(!1),this.dataLayer.setIsQuestion(!1)),s.setAnswerData("");return}if(n.data===et.close){xe.trackAnswerData({...s.parsedData.trackingData,answer:s.$answer.getValue(),isQuestion:this.dataLayer.isQuestion}),s.setAnswerLoading(!1),a.close();return}if(n.data.indexOf("[!CAUTION]")!==-1){s.setAnswerError(!0),s.setAnswerErrorMessage("We're having trouble generating an answer. Please try again."),a.close();return}if(n.data.indexOf("[comment]: <> ({")!==-1)try{const o=n.data.split("[comment]: <> ({");if(o.length<2){t(n.data);return}const i=o[1].split("})");if(i.length<2){t(n.data);return}const c=i[0],l=JSON.parse("{"+c+"}");this.dataLayer.answerWidgetShowMoreLimit=l.displayShowMoreAfter,l.showMoreEnabled||(this.dataLayer.answerWidgetShowMoreLimit=1e17);const g=i.slice(1).join("})");t(g)}catch{t(n.data)}else t(n.data)},a.addEventListener("error",n=>{(n.code===401||n.code===500)&&(s.setAnswerErrorMessage("We're having trouble generating an answer. Please try again."),s.setAnswerError(!0))}),a.onerror=()=>{s.setAnswerLoading(!1),a.close()},a}suggest(e,t,a){if(this.controllerSuggest&&this.controllerSuggest.abort(),this.suggester.trim()==="")return;this.controllerSuggest=new AbortController,this.signalSuggest=this.controllerSuggest.signal;const s=this.suggester+"?q="+e.trim()+this.toQueryString(a)+"&language="+this.dataLayer.language;fetch(s,{method:"GET",headers:this.authHeader,credentials:"same-origin",signal:this.signalSuggest}).then(n=>n.json()).then(n=>{t(n)}).catch(()=>()=>{})}fields(){return this.fields}toQueryString(e){if(e.length===0)return"";const t=[];for(const a of e)t.push(encodeURIComponent(a.key)+"="+encodeURIComponent(a.value));return"&"+t.join("&")}}var jn=Object.prototype.toString,at=Array.isArray||function(r){return jn.call(r)==="[object Array]"};function Ia(r){return typeof r=="function"}function In(r){return at(r)?"array":typeof r}function ma(r){return r.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function Ps(r,e){return r!=null&&typeof r=="object"&&e in r}function Rn(r,e){return r!=null&&typeof r!="object"&&r.hasOwnProperty&&r.hasOwnProperty(e)}var Dn=RegExp.prototype.test;function Nn(r,e){return Dn.call(r,e)}var On=/\S/;function Pn(r){return!Nn(On,r)}var Fn={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/","`":"`","=":"="};function $n(r){return String(r).replace(/[&<>"'`=\/]/g,function(e){return Fn[e]})}var zn=/\s*/,_n=/\s+/,Fs=/\s*=/,Wn=/\s*\}/,Vn=/#|\^|\/|>|\{|&|=|!/;function Hn(r,e){if(!r)return[];var t=!1,a=[],s=[],n=[],o=!1,i=!1,c="",l=0;function g(){if(o&&!i)for(;n.length;)delete s[n.pop()];else n=[];o=!1,i=!1}var m,p,w;function b(O){if(typeof O=="string"&&(O=O.split(_n,2)),!at(O)||O.length!==2)throw new Error("Invalid tags: "+O);m=new RegExp(ma(O[0])+"\\s*"),p=new RegExp("\\s*"+ma(O[1])),w=new RegExp("\\s*"+ma("}"+O[1]))}b(e||z.tags);for(var L=new vt(r),T,y,x,v,k,j;!L.eos();){if(T=L.pos,x=L.scanUntil(m),x)for(var F=0,E=x.length;F<E;++F)v=x.charAt(F),Pn(v)?(n.push(s.length),c+=v):(i=!0,t=!0,c+=" "),s.push(["text",v,T,T+1]),T+=1,v===`
|
|
88
|
+
`&&(g(),c="",l=0,t=!1);if(!L.scan(m))break;if(o=!0,y=L.scan(Vn)||"name",L.scan(zn),y==="="?(x=L.scanUntil(Fs),L.scan(Fs),L.scanUntil(p)):y==="{"?(x=L.scanUntil(w),L.scan(Wn),L.scanUntil(p),y="&"):x=L.scanUntil(p),!L.scan(p))throw new Error("Unclosed tag at "+L.pos);if(y==">"?k=[y,x,T,L.pos,c,l,t]:k=[y,x,T,L.pos],l++,s.push(k),y==="#"||y==="^")a.push(k);else if(y==="/"){if(j=a.pop(),!j)throw new Error('Unopened section "'+x+'" at '+T);if(j[1]!==x)throw new Error('Unclosed section "'+j[1]+'" at '+T)}else y==="name"||y==="{"||y==="&"?i=!0:y==="="&&b(x)}if(g(),j=a.pop(),j)throw new Error('Unclosed section "'+j[1]+'" at '+L.pos);return Qn(Bn(s))}function Bn(r){for(var e=[],t,a,s=0,n=r.length;s<n;++s)t=r[s],t&&(t[0]==="text"&&a&&a[0]==="text"?(a[1]+=t[1],a[3]=t[3]):(e.push(t),a=t));return e}function Qn(r){for(var e=[],t=e,a=[],s,n,o=0,i=r.length;o<i;++o)switch(s=r[o],s[0]){case"#":case"^":t.push(s),a.push(s),t=s[4]=[];break;case"/":n=a.pop(),n[5]=s[2],t=a.length>0?a[a.length-1][4]:e;break;default:t.push(s)}return e}function vt(r){this.string=r,this.tail=r,this.pos=0}vt.prototype.eos=function(){return this.tail===""},vt.prototype.scan=function(r){var e=this.tail.match(r);if(!e||e.index!==0)return"";var t=e[0];return this.tail=this.tail.substring(t.length),this.pos+=t.length,t},vt.prototype.scanUntil=function(r){var e=this.tail.search(r),t;switch(e){case-1:t=this.tail,this.tail="";break;case 0:t="";break;default:t=this.tail.substring(0,e),this.tail=this.tail.substring(e)}return this.pos+=t.length,t};function rt(r,e){this.view=r,this.cache={".":this.view},this.parent=e}rt.prototype.push=function(r){return new rt(r,this)},rt.prototype.lookup=function(r){var e=this.cache,t;if(e.hasOwnProperty(r))t=e[r];else{for(var a=this,s,n,o,i=!1;a;){if(r.indexOf(".")>0)for(s=a.view,n=r.split("."),o=0;s!=null&&o<n.length;)o===n.length-1&&(i=Ps(s,n[o])||Rn(s,n[o])),s=s[n[o++]];else s=a.view[r],i=Ps(a.view,r);if(i){t=s;break}a=a.parent}e[r]=t}return Ia(t)&&(t=t.call(this.view)),t};function de(){this.templateCache={_cache:{},set:function(r,e){this._cache[r]=e},get:function(r){return this._cache[r]},clear:function(){this._cache={}}}}de.prototype.clearCache=function(){typeof this.templateCache<"u"&&this.templateCache.clear()},de.prototype.parse=function(r,e){var t=this.templateCache,a=r+":"+(e||z.tags).join(":"),s=typeof t<"u",n=s?t.get(a):void 0;return n==null&&(n=Hn(r,e),s&&t.set(a,n)),n},de.prototype.render=function(r,e,t,a){var s=this.getConfigTags(a),n=this.parse(r,s),o=e instanceof rt?e:new rt(e,void 0);return this.renderTokens(n,o,t,r,a)},de.prototype.renderTokens=function(r,e,t,a,s){for(var n="",o,i,c,l=0,g=r.length;l<g;++l)c=void 0,o=r[l],i=o[0],i==="#"?c=this.renderSection(o,e,t,a,s):i==="^"?c=this.renderInverted(o,e,t,a,s):i===">"?c=this.renderPartial(o,e,t,s):i==="&"?c=this.unescapedValue(o,e):i==="name"?c=this.escapedValue(o,e,s):i==="text"&&(c=this.rawValue(o)),c!==void 0&&(n+=c);return n},de.prototype.renderSection=function(r,e,t,a,s){var n=this,o="",i=e.lookup(r[1]);function c(m){return n.render(m,e,t,s)}if(i){if(at(i))for(var l=0,g=i.length;l<g;++l)o+=this.renderTokens(r[4],e.push(i[l]),t,a,s);else if(typeof i=="object"||typeof i=="string"||typeof i=="number")o+=this.renderTokens(r[4],e.push(i),t,a,s);else if(Ia(i)){if(typeof a!="string")throw new Error("Cannot use higher-order sections without the original template");i=i.call(e.view,a.slice(r[3],r[5]),c),i!=null&&(o+=i)}else o+=this.renderTokens(r[4],e,t,a,s);return o}},de.prototype.renderInverted=function(r,e,t,a,s){var n=e.lookup(r[1]);if(!n||at(n)&&n.length===0)return this.renderTokens(r[4],e,t,a,s)},de.prototype.indentPartial=function(r,e,t){for(var a=e.replace(/[^ \t]/g,""),s=r.split(`
|
|
89
|
+
`),n=0;n<s.length;n++)s[n].length&&(n>0||!t)&&(s[n]=a+s[n]);return s.join(`
|
|
90
|
+
`)},de.prototype.renderPartial=function(r,e,t,a){if(t){var s=this.getConfigTags(a),n=Ia(t)?t(r[1]):t[r[1]];if(n!=null){var o=r[6],i=r[5],c=r[4],l=n;i==0&&c&&(l=this.indentPartial(n,c,o));var g=this.parse(l,s);return this.renderTokens(g,e,t,l,a)}}},de.prototype.unescapedValue=function(r,e){var t=e.lookup(r[1]);if(t!=null)return t},de.prototype.escapedValue=function(r,e,t){var a=this.getConfigEscape(t)||z.escape,s=e.lookup(r[1]);if(s!=null)return typeof s=="number"&&a===z.escape?String(s):a(s)},de.prototype.rawValue=function(r){return r[1]},de.prototype.getConfigTags=function(r){return at(r)?r:r&&typeof r=="object"?r.tags:void 0},de.prototype.getConfigEscape=function(r){if(r&&typeof r=="object"&&!at(r))return r.escape};var z={name:"mustache.js",version:"4.2.0",tags:["{{","}}"],clearCache:void 0,escape:void 0,parse:void 0,render:void 0,Scanner:void 0,Context:void 0,Writer:void 0,set templateCache(r){At.templateCache=r},get templateCache(){return At.templateCache}},At=new de;z.clearCache=function(){return At.clearCache()},z.parse=function(r,e){return At.parse(r,e)},z.render=function(r,e,t,a){if(typeof r!="string")throw new TypeError('Invalid template! Template should be a "string" but "'+In(r)+'" was given as the first argument for mustache#render(template, view, partials)');return At.render(r,e,t,a)},z.escape=$n,z.Scanner=vt,z.Context=rt,z.Writer=de;const qn={main:{template:`
|
|
86
91
|
{{#shouldShowAnswer}}
|
|
87
92
|
<div class="searchstax-answer-wrap">
|
|
88
93
|
<div class="searchstax-answer-icon"></div>
|
|
@@ -119,7 +124,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
119
124
|
</div>
|
|
120
125
|
</div>
|
|
121
126
|
{{/shouldShowAnswer}}
|
|
122
|
-
`}},
|
|
127
|
+
`}},Un={mainTemplate:{template:`
|
|
123
128
|
{{#hasExternalPromotions}}
|
|
124
129
|
<div class="searchstax-external-promotions-container" id="searchstax-external-promotions-container" data-test-id="searchstax-external-promotions-container">
|
|
125
130
|
External promotions go here
|
|
@@ -145,7 +150,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
145
150
|
</p>
|
|
146
151
|
{{/url}}
|
|
147
152
|
</div>
|
|
148
|
-
`}},
|
|
153
|
+
`}},Yn={mainTemplateDesktop:{template:`
|
|
149
154
|
{{#hasResultsOrExternalPromotions}}
|
|
150
155
|
<div class="searchstax-facets-container-desktop"></div>
|
|
151
156
|
{{/hasResultsOrExternalPromotions}}
|
|
@@ -203,7 +208,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
203
208
|
<div class="searchstax-facets-pill-label">{{value}} ({{count}})</div>
|
|
204
209
|
<div class="searchstax-facets-pill-icon-close"></div>
|
|
205
210
|
</div>
|
|
206
|
-
`,containerClass:"searchstax-facets-pill-facets"}},
|
|
211
|
+
`,containerClass:"searchstax-facets-pill-facets"}},Jn={mainTemplate:{template:`
|
|
207
212
|
{{#results.length}}
|
|
208
213
|
<div class="searchstax-pagination-container" data-test-id="searchstax-pagination-container">
|
|
209
214
|
<div class="searchstax-pagination-content">
|
|
@@ -221,7 +226,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
221
226
|
<a class="searchstax-pagination-load-more" data-test-id="searchstax-pagination-load-more" tabindex="0">Show More</a>
|
|
222
227
|
{{/isLastPage}}
|
|
223
228
|
{{/results.length}}
|
|
224
|
-
`,loadMoreButtonClass:"searchstax-pagination-load-more"}},
|
|
229
|
+
`,loadMoreButtonClass:"searchstax-pagination-load-more"}},Gn={main:{template:`
|
|
225
230
|
{{#hasRelatedSearches}}
|
|
226
231
|
<div class="searchstax-related-searches-container" data-test-id="searchstax-related-searches-container" id="searchstax-related-searches-container">
|
|
227
232
|
Related searches: <span id="searchstax-related-searches"></span>
|
|
@@ -236,7 +241,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
236
241
|
<span role="link" class="searchstax-related-search searchstax-related-search-item" data-test-id="searchstax-related-search-item" aria-label="Related search: {{related_search}}" tabindex="0">
|
|
237
242
|
{{ related_search }}{{^last}}<span>,</span>{{/last}}
|
|
238
243
|
</span>
|
|
239
|
-
`,relatedSearchContainerClass:"searchstax-related-search-item"}},
|
|
244
|
+
`,relatedSearchContainerClass:"searchstax-related-search-item"}},Kn={main:{template:`
|
|
240
245
|
{{#searchExecuted}}
|
|
241
246
|
<a href="#searchstax-search-results" data-test-id="searchstax-skip" class="searchstax-skip">Skip to results section</a>
|
|
242
247
|
<h4 class="searchstax-feedback-container" data-test-id="searchstax-feedback-container">
|
|
@@ -250,7 +255,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
250
255
|
{{/hasResults}}
|
|
251
256
|
</h4>
|
|
252
257
|
{{/searchExecuted}}
|
|
253
|
-
`,originalQueryClass:"searchstax-feedback-original-query"}}
|
|
258
|
+
`,originalQueryClass:"searchstax-feedback-original-query"}},Zn={mainTemplate:{template:`
|
|
254
259
|
<div class="searchstax-search-input-container searchstax-search-input-container-new {{#locationEnabled}}searchstax-alternative-render{{/locationEnabled}}">
|
|
255
260
|
<div class="searchstax-search-input-wrapper">
|
|
256
261
|
<input type="text" id="searchstax-search-input" class="searchstax-search-input" placeholder="SEARCH FOR..." aria-label="Search" />
|
|
@@ -260,7 +265,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
260
265
|
</div>
|
|
261
266
|
`,searchInputId:"searchstax-search-input"},autosuggestItemTemplate:{template:`
|
|
262
267
|
<div class="searchstax-autosuggest-item-term-container">{{{term}}}</div>
|
|
263
|
-
`}},
|
|
268
|
+
`}},Xn={mainTemplate:{template:`
|
|
264
269
|
<div class="searchstax-location-input-container" data-test-id="searchstax-location-input-container">
|
|
265
270
|
<div class="searchstax-location-input-wrapper">
|
|
266
271
|
<span class="searchstax-location-input-label">NEAR</span>
|
|
@@ -278,7 +283,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
278
283
|
{{/shouldShowLocationDistanceDropdown}}
|
|
279
284
|
</div>
|
|
280
285
|
</div>
|
|
281
|
-
`,locationInputId:"searchstax-location-input",radiusInputId:"searchstax-location-radius-select",currentLocationActionButtonId:"searchstax-location-get-current-location"}},
|
|
286
|
+
`,locationInputId:"searchstax-location-input",radiusInputId:"searchstax-location-radius-select",currentLocationActionButtonId:"searchstax-location-get-current-location"}},ei={mainTemplate:{template:`
|
|
282
287
|
<section aria-label="search results container" tabindex="0">
|
|
283
288
|
<div class="searchstax-search-results-container" id="searchstax-search-results-container" data-test-id="searchstax-search-results-container">
|
|
284
289
|
<div class="searchstax-search-results" id="searchstax-search-results"></div>
|
|
@@ -350,7 +355,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
350
355
|
</ul>
|
|
351
356
|
</div>
|
|
352
357
|
{{/searchExecuted}}
|
|
353
|
-
`}},
|
|
358
|
+
`}},ti={main:{template:`
|
|
354
359
|
{{#searchExecuted}}
|
|
355
360
|
{{#hasResultsOrExternalPromotions}}
|
|
356
361
|
{{#sortOptions.length}}
|
|
@@ -367,7 +372,7 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
367
372
|
{{/sortOptions.length}}
|
|
368
373
|
{{/hasResultsOrExternalPromotions}}
|
|
369
374
|
{{/searchExecuted}}
|
|
370
|
-
`,selectId:"searchstax-search-order-select"}},
|
|
375
|
+
`,selectId:"searchstax-search-order-select"}},X={mainTemplate:{template:`
|
|
371
376
|
<div class="sf-widget-container">
|
|
372
377
|
<div id="sf-widget" class="sf-main">
|
|
373
378
|
<a role="button" href="#" id="searchstax-open-feedback" class="sf-open-feedback" tabindex="0" aria-label="Open Search Feedback">[ - ] Search Feedback</a>
|
|
@@ -450,4 +455,4 @@ Please report this to https://github.com/markedjs/marked.`,r){const a="<p>An err
|
|
|
450
455
|
|
|
451
456
|
</div>
|
|
452
457
|
</div>
|
|
453
|
-
`,thumbsUpButtonClass:"searchstax-lightweight-widget-thumbs-up",thumbsDownButtonClass:"searchstax-lightweight-widget-thumbs-down"}};class S{}h(S,"answer",Di),h(S,"externalPromotions",Ni),h(S,"facets",Ri),h(S,"pagination",Oi),h(S,"relatedSearches",Pi),h(S,"searchFeedback",Fi),h(S,"searchInput",$i),h(S,"location",zi),h(S,"searchResults",_i),h(S,"sorting",Wi),h(S,"feedback",K);class Hi{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"externalPromotionsContainerId");h(this,"searchExternalPromotionsMainContainer",null);var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.externalPromotionsContainerId=((a=(t=this.config.templates)==null?void 0:t.mainTemplate)==null?void 0:a.externalPromotionsContainerId)||S.externalPromotions.mainTemplate.externalPromotionsContainerId,typeof document<"u"&&(this.searchExternalPromotionsMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}initializeSubscriptions(){this.dataLayer.$searchExternalPromotions.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data,externalPromotions:this.dataLayer.parsedData.externalPromotions};return this.dataLayer.setExternalPromotionsData(e),e}addExternalSearch(e){var a,s,i,n;const t=typeof document<"u"?document==null?void 0:document.getElementById(this.externalPromotionsContainerId):null;if(t){const o=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.externalPromotion)==null?void 0:i.template)||((n=S.externalPromotions.externalPromotion)==null?void 0:n.template);if(typeof document<"u"){const c=document==null?void 0:document.createElement("div");c.classList.add("searchstax-external-promotion"),c.addEventListener("click",l=>{this.trackClick(e,l)}),c.innerHTML=$.render(o,e),t.appendChild(c)}}}trackClick(e,t){t.stopPropagation(),t.preventDefault(),window==null||window.open(e.url,"_blank")}renderMainTemplate(e){var a,s,i,n;const t=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.mainTemplate)==null?void 0:i.template)||((n=S.externalPromotions.mainTemplate)==null?void 0:n.template);if(this.dataLayer.renderingEngine===G.mustache){this.searchExternalPromotionsMainContainer.innerHTML=$.render(t,e);const o=typeof document<"u"?document==null?void 0:document.getElementById(this.externalPromotionsContainerId):null;o&&(o.innerHTML="");for(const c of e.externalPromotions)this.addExternalSearch(c)}}}class ee{static addAccessibilityNotificationContainerToBody(){if(!document.getElementById("searchAccessibilityContainer")){const e=document.createElement("div");e.setAttribute("aria-live","polite"),e.setAttribute("id","searchAccessibilityContainer"),document.body.appendChild(e)}}static setAccessibilityText(e,t,a){this.addAccessibilityNotificationContainerToBody();const s=a??"searchAccessibility",i=document.getElementById(s);i&&i.remove();const n=document.createElement("span");n.setAttribute("id",s),n.innerHTML=e;const o=document.getElementById("searchAccessibilityContainer");o&&setTimeout(()=>{o.appendChild(n)},t??100)}}class Vi{constructor(e,t){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"routerHelper");h(this,"cachedPhrase","");h(this,"cachedANDFacets","");h(this,"isCached",!1);h(this,"overlayOpened",!1);h(this,"facetPaginationStep");h(this,"facetPaginationStepMobile");h(this,"searchFacetsMainContainer",null);h(this,"searchFacetsMobileContainer",null);h(this,"searchFacetsDesktopContainer",null);h(this,"facetLimits",{});h(this,"facetLimitsMobile",{});h(this,"deactivatedFacets",{});h(this,"focusedElement",null);h(this,"cachedData",null);h(this,"cacheFacets");h(this,"onFacetSelect",(e,t,a,s,i)=>{if(e.stopPropagation(),!t.disabled){const n=a.querySelector("input");let o=s?n.checked:!n.checked;i!==void 0&&(o=!i),n.checked=o;const c=this.dataLayer.searchObject;let l=[...c.facets];const g=this.extractFacetValue(t);o?l.find(f=>pe.deepEqual(f,g)?f:!1)||(this.config.facetingType==="tabs"&&(l=l.filter(f=>f.name!==g.name)),l.push(g)):l=l.filter(f=>!pe.deepEqual(f,g)),setTimeout(()=>{this.dataLayer.setSearchObject({...c,facets:l,page:1}),this.config.facetingType==="tabs"&&this.renderMainTemplate(this.generateTemplateData(),!0)},0)}});this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.routerHelper=e.routerHelper,this.cacheFacets=t,this.facetPaginationStep=this.config.itemsPerPageDesktop,this.facetPaginationStepMobile=this.config.itemsPerPageMobile,typeof document<"u"&&(this.searchFacetsMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.needCache&&t(this.config.facetingType==="tabs"),this.initializeSubscriptions()}get needCache(){return this.config.facetingType==="showUnavailable"||this.config.facetingType==="or"||this.config.facetingType==="tabs"}get needDisabling(){return this.config.facetingType==="showUnavailable"}initializeSubscriptions(){this.needCache&&(this.dataLayer.$searchFacetsCached.subscribe(e=>{e&&this.dataLayer.searchFacets&&this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$searchFacetsCachedTabs.subscribe(e=>{e&&this.dataLayer.searchFacets&&this.renderMainTemplate(this.generateTemplateData())})),this.dataLayer.$searchResults.subscribe(e=>{e&&(this.needCache&&!this.isCached&&(this.dataLayer.searchFacets&&!this.dataLayer.searchFacetsCached&&this.dataLayer.setSearchFacetsCached(this.dataLayer.searchFacets),this.cacheFacets(this.config.facetingType==="tabs")),this.renderMainTemplate(this.generateTemplateData()))}),this.dataLayer.$searchObject.subscribe(e=>{this.cachedPhrase!==e.query||this.cachedANDFacets!==this.dataLayer.parsedData.cachedANDFacets?(this.cachedANDFacets=this.dataLayer.parsedData.cachedANDFacets,this.cachedPhrase=e.query,this.isCached=!1):this.isCached=!0})}extractFacetValue(e){return{type:this.config.facetingType,name:e.parentName,value:e.value}}applyFacetLimits(e,t){const a=t?this.facetPaginationStepMobile:this.facetPaginationStep,s=t?this.facetLimits:this.facetLimitsMobile;return e.forEach(i=>{s[i.name]||(s[i.name]=a)}),e.map(i=>({...i,values:i.values.slice(0,s[i.name]),showingAllFacets:i.values.length<=s[i.name],hasMoreFacets:i.values.length>a}))}generateTemplateData(e){var t;if(this.generateSelectedFacetsData(),this.dataLayer.searchFacets){let a=this.dataLayer.searchFacets;(t=this.config.hooks)!=null&&t.beforeFacetsRender&&(a=this.config.hooks.beforeFacetsRender(a)),this.needCache&&this.dataLayer.searchFacetsCached&&(a=this.dataLayer.searchFacetsCached,this.config.facetingType==="tabs"&&this.dataLayer.searchFacetsCachedTabs&&(a=this.dataLayer.searchFacetsCachedTabs),this.needDisabling&&(a=a.map(i=>{var o;const n=(o=this.dataLayer.searchFacets)==null?void 0:o.find(c=>c.name===i.name);return n?{...i,values:i.values.map(c=>{const l=n.values.find(g=>c.type==="range"?!1:c.type==="checkbox"?g.value===c.value:!1);return{...c,disabled:!l,isMobile:e}})}:{...i,values:i.values.map(c=>({...c,disabled:!0})),isMobile:e}}))),this.config.specificFacets&&(a=a.filter(i=>{var n;return(n=this.config.specificFacets)==null?void 0:n.includes(i.name)}));const s={facets:this.applyFacetLimits(a,e),...this.dataLayer.parsedData.data,isMobile:e};return this.dataLayer.setFacetsTemplateData(s),s}else{const a={facets:[],...this.dataLayer.parsedData.data,isMobile:e};return this.dataLayer.setFacetsTemplateData(a),a}}createFacetItem(e,t,a){var s,i,n,o,c,l,g,f,p,y,w,m,x,k,A,F;if(typeof document<"u"){const T=document==null?void 0:document.createElement("div");T.classList.add("searchstax-facet-container"),this.deactivatedFacets[e.name]||T.classList.add("active");const P=((n=(i=(s=this.config)==null?void 0:s.templates)==null?void 0:i.facetItemContainerTemplate)==null?void 0:n.template)||((o=S.facets.facetItemContainerTemplate)==null?void 0:o.template);T.innerHTML=$.render(P,e),t.appendChild(T);const z=T.querySelector("."+(((g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.facetItemContainerTemplate)==null?void 0:g.facetListTitleContainerClass)||((f=S.facets.facetItemContainerTemplate)==null?void 0:f.facetListTitleContainerClass)));z==null||z.addEventListener("click",()=>{T.classList.toggle("active");const N=T.classList.contains("active"),B=z.querySelector(".searchstax-facet-title");B&&B.setAttribute("aria-expanded",String(N))}),(m=z==null?void 0:z.querySelector("."+((w=(y=(p=this.config)==null?void 0:p.templates)==null?void 0:y.facetItemContainerTemplate)==null?void 0:w.facetListTitleContainerInner)))==null||m.addEventListener("keydown",N=>{if(N.code==="Enter"||N.code==="Space"){N.preventDefault(),T.classList.toggle("active");const B=T.classList.contains("active"),de=z.querySelector(".searchstax-facet-title");de&&de.setAttribute("aria-expanded",String(B))}});const v=T.querySelector("."+(((A=(k=(x=this.config)==null?void 0:x.templates)==null?void 0:k.facetItemContainerTemplate)==null?void 0:A.facetListContainerClass)||((F=S.facets.facetItemContainerTemplate)==null?void 0:F.facetListContainerClass)));v&&(e.values.forEach(N=>{this.createFacetListItem(N,v,e.name)}),e.hasMoreFacets&&this.createHasMoreComponent(e,v,a))}}isChecked(e){var t;return!!((t=this.dataLayer.searchObject.facets)!=null&&t.find(a=>pe.deepEqual(a,this.extractFacetValue(e))))}createFacetListItem(e,t,a){var s,i,n,o,c,l,g,f,p,y,w,m;if(typeof document<"u"){const x=document==null?void 0:document.createElement("div");x.classList.add("searchstax-facet-value-container"),e.disabled&&x.classList.add("searchstax-facet-value-disabled");const k=this.isChecked(e),A=((n=(i=(s=this.config)==null?void 0:s.templates)==null?void 0:i.facetItemTemplate)==null?void 0:n.template)||((o=S.facets.facetItemTemplate)==null?void 0:o.template);x.innerHTML=$.render(A,{...e,isChecked:k});let F=(c=S.facets.facetItemTemplate)==null?void 0:c.checkTriggerClasses;F=((f=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.facetItemTemplate)==null?void 0:f.checkTriggerClasses)||F,F.forEach(P=>{var z;(z=x.querySelector("."+P))==null||z.addEventListener("click",v=>{this.onFacetSelect(v,e,x)})});const T=x.querySelector("."+(((w=(y=(p=this.config)==null?void 0:p.templates)==null?void 0:y.facetItemTemplate)==null?void 0:w.inputCheckboxClass)||((m=S.facets.facetItemTemplate)==null?void 0:m.inputCheckboxClass)));T==null||T.addEventListener("click",P=>{this.onFacetSelect(P,e,x,!0)}),T&&(T==null||T.setAttribute("data-test-value",`${encodeURIComponent(a)}:"${encodeURIComponent(e.value)}"`)),t.appendChild(x)}}createHasMoreComponent(e,t,a){var s,i,n,o,c,l,g,f,p,y;if(typeof document<"u"){const w=document==null?void 0:document.createElement("div");w.classList.add("searchstax-facet-show-more-container");const m=((n=(i=(s=this.config)==null?void 0:s.templates)==null?void 0:i.showMoreButtonContainerTemplate)==null?void 0:n.template)||((o=S.facets.showMoreButtonContainerTemplate)==null?void 0:o.template);w.innerHTML=$.render(m,{...e,focusId:`moreLess${(l=(c=e==null?void 0:e.values)==null?void 0:c[0])==null?void 0:l.value}`});const x=w.querySelector("."+(((p=(f=(g=this.config)==null?void 0:g.templates)==null?void 0:f.showMoreButtonContainerTemplate)==null?void 0:p.showMoreButtonClass)||((y=S.facets.showMoreButtonContainerTemplate)==null?void 0:y.showMoreButtonClass)));x&&(this.attachOnclickToShowMore(e,x,a),t&&t.appendChild(x))}}attachOnclickToShowMore(e,t,a){t.addEventListener("click",s=>{this.onShowMoreLessClick(s,e,a)}),t.addEventListener("keydown",s=>{s.code==="Space"&&s.preventDefault()}),t.addEventListener("keyup",s=>{(s.code==="Space"||s.code==="Enter")&&(s.preventDefault(),this.onShowMoreLessClick(s,e,a))})}onShowMoreLessClick(e,t,a){e.preventDefault();const s=a?this.facetPaginationStepMobile:this.facetPaginationStep,i=a?this.facetLimits:this.facetLimitsMobile;i[t.name]===void 0?i[t.name]=s*2:i[t.name]<=t.values.length?(ee.setAccessibilityText(`More Facets shown for ${t.label}`,0,`moreLess${new Date().getTime()}`),i[t.name]=i[t.name]+s):(ee.setAccessibilityText(`Less Facets shown for ${t.label}`,0,`moreLess${new Date().getTime()}`),i[t.name]=s),this.generateTemplateData(a),this.renderMainTemplate(this.generateTemplateData())}renderMainTemplate(e,t){var a,s,i,n,o,c,l,g,f,p,y;if(e&&(!pe.deepEqual(this.cachedData??{},e)||t)){this.cachedData=e;const w=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.mainTemplateDesktop)==null?void 0:i.template)||((n=S.facets.mainTemplateDesktop)==null?void 0:n.template);if(this.dataLayer.renderingEngine===G.mustache&&this.searchFacetsMainContainer){const m=document.activeElement;m instanceof HTMLInputElement&&m.type==="checkbox"||m!=null&&m.classList.contains("searchstax-facet-show-more-button")||m!=null&&m.classList.contains("searchstax-facet-show-less-button")?this.focusedElement=m:this.focusedElement=null,this.searchFacetsMainContainer.innerHTML=$.render(w,{...e});const x=(g=this.searchFacetsMainContainer)==null?void 0:g.querySelector("."+(((l=(c=(o=this.config)==null?void 0:o.templates)==null?void 0:c.mainTemplateDesktop)==null?void 0:l.facetsContainerClass)||S.facets.mainTemplateDesktop.facetsContainerClass));if(x){x.innerHTML="";for(const k of e.facets)this.createFacetItem(k,x);if(this.searchFacetsMainContainer){const k=this.searchFacetsMainContainer.querySelector("."+(((y=(p=(f=this.config)==null?void 0:f.templates)==null?void 0:p.mainTemplateDesktop)==null?void 0:y.selectedFacetsContainerClass)||S.facets.mainTemplateDesktop.selectedFacetsContainerClass));k&&(this.createSelectedFacetsComponents(k),this.createClearFacetsComponents(k))}if(this.focusedElement){if(this.focusedElement.classList.contains("searchstax-facet-show-more-button")||this.focusedElement.classList.contains("searchstax-facet-show-less-button")){const F=this.focusedElement.getAttribute("data-focus"),T=this.searchFacetsMainContainer.querySelector(`[data-focus="${F}"]`);T instanceof HTMLElement&&T.focus(),this.focusedElement=null;return}const k=this.focusedElement.getAttribute("data-test-value"),A=this.searchFacetsMainContainer.querySelector(`[data-test-value="${k}"]`);A instanceof HTMLInputElement&&A.focus(),this.focusedElement=null}}}setTimeout(()=>{document.querySelectorAll(".searchstax-facet-title").forEach(m=>{m.setAttribute("aria-expanded",String(!0)),m.setAttribute("tabindex","0"),m.setAttribute("role","button")})},100),this.renderMobileTemplate(this.generateTemplateData(!0))}else this.generateSelectedFacetsData()}generateSelectedFacetsData(){var a;const e=[],t=this.dataLayer.searchObject.facets;for(const s of t){const i=decodeURIComponent(s.name),n=decodeURIComponent(s.value);if(this.dataLayer.searchFacets){const o=(a=this.needCache?this.dataLayer.searchFacetsCached:this.dataLayer.searchFacets)==null?void 0:a.find(c=>c.name===i);if(o){const c=o.values.find(l=>l.type==="range"?!1:l.type==="checkbox"?`"${l.value}"`==`"${n}"`:!1);c&&e.push(c)}}}this.dataLayer.setSelectedFacetsTemplateData(e)}createSelectedFacetsComponents(e){var t;this.generateSelectedFacetsData(),(t=this.dataLayer.selectedFacetsTemplateData)==null||t.forEach(a=>{this.createSelectedFacetsComponent(e,a)})}createClearFacetsComponents(e){var t,a,s,i,n,o,c,l;if(typeof document<"u"){const g=this.dataLayer.searchObject,f=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.clearFacetsTemplate)==null?void 0:s.template)||((i=S.facets.clearFacetsTemplate)==null?void 0:i.template),p=document==null?void 0:document.createElement("div");p.innerHTML=$.render(f,{shouldShow:g.facets.length>0});const y=p.querySelector("."+(((c=(o=(n=this.config)==null?void 0:n.templates)==null?void 0:o.clearFacetsTemplate)==null?void 0:c.containerClass)||((l=S.facets.clearFacetsTemplate)==null?void 0:l.containerClass)));y&&(y.addEventListener("click",()=>{this.removeSelectedFacets()}),y.addEventListener("keyup",w=>{(w.code==="Space"||w.code==="Enter")&&this.removeSelectedFacets()}),e.appendChild(y))}}createSelectedFacetsComponent(e,t){var a,s,i,n,o,c,l,g;if(typeof document<"u"){const f=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.selectedFacetsTemplate)==null?void 0:i.template)||((n=S.facets.selectedFacetsTemplate)==null?void 0:n.template),p=document==null?void 0:document.createElement("div");p.innerHTML=$.render(f,t);const y=p.querySelector("."+(((l=(c=(o=this.config)==null?void 0:o.templates)==null?void 0:c.selectedFacetsTemplate)==null?void 0:l.containerClass)||((g=S.facets.selectedFacetsTemplate)==null?void 0:g.containerClass)));y&&(y.addEventListener("click",()=>{this.unselectFacet(t)}),y.addEventListener("keyup",w=>{(w.code==="Space"||w.code==="Enter")&&this.unselectFacet(t)}),e.appendChild(y))}}unselectFacet(e){const t=this.dataLayer.searchObject;let a=[...t.facets];e.type==="checkbox"&&(a=a.filter(s=>JSON.stringify(s)!==JSON.stringify(this.extractFacetValue(e)))),setTimeout(()=>{this.dataLayer.setSearchObject({...t,facets:a}),this.generateSelectedFacetsData()},0)}removeSelectedFacets(){const e=this.dataLayer.searchObject;this.dataLayer.setSearchObject({...e,facets:[]})}createFilterByComponent(e){var t,a,s,i,n,o,c,l;if(typeof document<"u"){const g=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.filterByTemplate)==null?void 0:s.template)||((i=S.facets.filterByTemplate)==null?void 0:i.template),f=document==null?void 0:document.createElement("div");f.innerHTML=$.render(g,{});const p=f.querySelector("."+(((c=(o=(n=this.config)==null?void 0:n.templates)==null?void 0:o.filterByTemplate)==null?void 0:c.containerClass)||((l=S.facets.filterByTemplate)==null?void 0:l.containerClass)));p&&(e.prepend(p),p.addEventListener("click",this.openOverlay.bind(this)),p.addEventListener("keyup",y=>{(y.code==="Space"||y.code==="Enter")&&this.openOverlay()}))}}openOverlay(){var e;ee.setAccessibilityText("Facet overlay opened. Tab to select facets."),this.overlayOpened=!0,this.searchFacetsMainContainer&&(typeof document<"u"&&document.body.classList.toggle("searchstax-no-scroll"),(e=this.searchFacetsMainContainer.querySelector(".searchstax-facets-mobile-overlay"))==null||e.classList.add("searchstax-show"))}closeOverlay(){var e;ee.setAccessibilityText("Facet overlay closed"),this.overlayOpened=!1,this.searchFacetsMainContainer&&(typeof document<"u"&&document.body.classList.toggle("searchstax-no-scroll"),(e=this.searchFacetsMainContainer.querySelector(".searchstax-facets-mobile-overlay"))==null||e.classList.remove("searchstax-show"))}renderMobileTemplate(e){var t,a,s,i,n,o,c,l,g,f,p,y,w,m,x,k,A,F,T;if(e&&typeof document<"u"){const P=document==null?void 0:document.createElement("div");P.classList.add("searchstax-facets-container-mobile");const z=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplateMobile)==null?void 0:s.template)||((i=S.facets.mainTemplateMobile)==null?void 0:i.template);if(this.dataLayer.renderingEngine===G.mustache){if(P.innerHTML=$.render(z,{...e,overlayOpened:this.overlayOpened}),(n=this.searchFacetsMainContainer)==null||n.appendChild(P),(c=(o=this.config)==null?void 0:o.templates)==null?void 0:c.mainTemplateMobile)for(const de of((f=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.mainTemplateMobile)==null?void 0:f.closeOverlayTriggerClasses)||[]){const V=P.querySelector("."+de);V&&(V.addEventListener("click",this.closeOverlay.bind(this)),V.addEventListener("keyup",re=>{(re.code==="Space"||re.code==="Enter")&&this.closeOverlay()}))}else for(const de of S.facets.mainTemplateMobile.closeOverlayTriggerClasses){const V=P.querySelector("."+de);V&&(V.addEventListener("click",this.closeOverlay.bind(this)),V.addEventListener("keyup",re=>{(re.code==="Space"||re.code==="Enter")&&this.closeOverlay()}))}const v=P.querySelector("."+(((w=(y=(p=this.config)==null?void 0:p.templates)==null?void 0:y.mainTemplateMobile)==null?void 0:w.filterByContainerClass)||S.facets.mainTemplateMobile.filterByContainerClass));v&&this.createFilterByComponent(v);const N=P.querySelector("."+(((k=(x=(m=this.config)==null?void 0:m.templates)==null?void 0:x.mainTemplateMobile)==null?void 0:k.selectedFacetsContainerClass)||S.facets.mainTemplateMobile.selectedFacetsContainerClass));N&&(this.createSelectedFacetsComponents(N),this.createClearFacetsComponents(N));const B=P.querySelector("."+(((T=(F=(A=this.config)==null?void 0:A.templates)==null?void 0:F.mainTemplateMobile)==null?void 0:T.facetsContainerClass)||S.facets.mainTemplateMobile.facetsContainerClass));if(B){B.innerHTML="";for(const de of e.facets)this.createFacetItem(de,B,!0)}}}}}class Qi{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"previousButtonClass");h(this,"nextButtonClass");h(this,"loadMoreButtonClass");h(this,"routerHelper");h(this,"searchPaginationMainContainer",null);var t,a,s,i,n,o,c,l,g;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.routerHelper=e.routerHelper,this.previousButtonClass=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplate)==null?void 0:s.previousButtonClass)??S.pagination.mainTemplate.previousButtonClass,this.nextButtonClass=((o=(n=(i=this.config)==null?void 0:i.templates)==null?void 0:n.mainTemplate)==null?void 0:o.nextButtonClass)??S.pagination.mainTemplate.nextButtonClass,this.loadMoreButtonClass=((g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.infiniteScrollTemplate)==null?void 0:g.loadMoreButtonClass)??S.pagination.infiniteScrollTemplate.loadMoreButtonClass,typeof document<"u"&&(this.searchPaginationMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}get isFirstPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)===1}get isLastPage(){return this.dataLayer.parsedData.data.isLastPage}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){var t,a,s,i;const e={...this.dataLayer.parsedData.data,previousPageLink:(a=this.routerHelper)==null?void 0:a.searchObjectToUrl({...this.dataLayer.searchObject,page:((t=this.dataLayer.searchObject)==null?void 0:t.page)-1}),nextPageLink:(i=this.routerHelper)==null?void 0:i.searchObjectToUrl({...this.dataLayer.searchObject,page:((s=this.dataLayer.searchObject)==null?void 0:s.page)+1})};return this.dataLayer.setPaginationData(e),e}goToPage(e,t){const a=this.dataLayer.searchObject;a&&(a.page=e,this.dataLayer.setSearchObject(a));const s=document.querySelector(".searchstax-page-layout-result-container");if(s instanceof HTMLElement){const i=s.querySelector('[tabindex="0"]');i instanceof HTMLElement&&i.focus()}else document.body.tabIndex=-1,document.body.focus();t||(s instanceof HTMLElement?s.scrollIntoView({block:"start",behavior:"auto"}):window==null||window.scrollTo(0,0))}nextPage(e){var t;e==null||e.preventDefault(),e==null||e.stopPropagation(),this.isLastPage||this.goToPage(((t=this.dataLayer.searchObject)==null?void 0:t.page)+1,this.dataLayer.isInfiniteScroll)}previousPage(e){var t;e==null||e.preventDefault(),e==null||e.stopPropagation(),this.isFirstPage||this.goToPage(((t=this.dataLayer.searchObject)==null?void 0:t.page)-1)}overridePaginationEvents(){if(this.searchPaginationMainContainer){const e=this.searchPaginationMainContainer.querySelector("."+this.previousButtonClass),t=this.searchPaginationMainContainer.querySelector("."+this.nextButtonClass),a=this.searchPaginationMainContainer.querySelector("."+this.loadMoreButtonClass);e&&(e.addEventListener("click",this.previousPage.bind(this)),e.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.previousPage(s)})),t&&(t.addEventListener("click",this.nextPage.bind(this)),t.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.nextPage(s)})),a&&(a.addEventListener("click",this.nextPage.bind(this)),a.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.nextPage(s)}))}}renderMainTemplate(e){var a,s,i,n,o,c,l,g,f,p;this.searchPaginationMainContainer&&((a=this.searchPaginationMainContainer.querySelector("."+this.previousButtonClass))==null||a.removeEventListener("click",this.previousPage),(s=this.searchPaginationMainContainer.querySelector("."+this.nextButtonClass))==null||s.removeEventListener("click",this.nextPage));let t=((o=(n=(i=this.config)==null?void 0:i.templates)==null?void 0:n.mainTemplate)==null?void 0:o.template)||((c=S.pagination.mainTemplate)==null?void 0:c.template);this.dataLayer.isInfiniteScroll&&(t=((f=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.infiniteScrollTemplate)==null?void 0:f.template)||((p=S.pagination.infiniteScrollTemplate)==null?void 0:p.template)),this.dataLayer.renderingEngine===G.mustache&&(this.searchPaginationMainContainer.innerHTML=$.render(t,e),setTimeout(()=>{this.overridePaginationEvents()},0))}}class Bi{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"relatedSearchesContainerClass");h(this,"searchRelatedSearchesMainContainer",null);h(this,"track");var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.relatedSearchesContainerClass=((a=(t=this.config.templates)==null?void 0:t.main)==null?void 0:a.relatedSearchesContainerClass)||S.relatedSearches.main.relatedSearchesContainerClass,typeof document<"u"&&(this.searchRelatedSearchesMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.track=e.trackRelatedSearchClick,this.initializeSubscriptions()}initializeSubscriptions(){this.dataLayer.$searchRelatedSearches.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setRelatedSearchesData(e),e}addRelatedSearchComponent(e,t){var a,s,i,n,o;if(typeof document<"u"){const c=document==null?void 0:document.createElement("div"),l=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.relatedSearch)==null?void 0:i.template)||S.relatedSearches.relatedSearch.template;if(this.dataLayer.renderingEngine===G.mustache){c.innerHTML=$.render(l,e);const g=c.querySelector("."+(((o=(n=this.config.templates)==null?void 0:n.relatedSearch)==null?void 0:o.relatedSearchContainerClass)||S.relatedSearches.relatedSearch.relatedSearchContainerClass));g&&(t.appendChild(g),g.addEventListener("click",()=>{this.executeSearch(e)}),g.addEventListener("keyup",f=>{(f.code==="Space"||f.code==="Enter")&&this.executeSearch(e)}))}}}executeSearch(e){const t=this.dataLayer.searchObject;t.query=e.related_search,this.dataLayer.setSearchObject(t),this.track(e)}renderMainTemplate(e){var a,s,i,n;const t=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:i.template)||S.relatedSearches.main.template;if(this.dataLayer.renderingEngine===G.mustache&&this.searchRelatedSearchesMainContainer){this.searchRelatedSearchesMainContainer.innerHTML="",this.searchRelatedSearchesMainContainer.innerHTML=$.render(t,e);const o=(n=this.searchRelatedSearchesMainContainer)==null?void 0:n.querySelector(`.${this.relatedSearchesContainerClass}`);if(o)for(const c of e.relatedSearches)this.addRelatedSearchComponent(c,o)}}}class Ui{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"searchFeedbackMainContainer",null);h(this,"searchTrigger");this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.searchTrigger=e.searchTrigger,typeof document<"u"&&(this.searchFeedbackMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions()}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setSearchFeedbackData(e),e}onOriginalQueryClick(e){var a;e.stopPropagation(),e.preventDefault();const t=(a=e.target)==null?void 0:a.innerHTML;this.searchTrigger(t,!0)}attachClick(){var t,a,s,i,n;const e=(n=this.searchFeedbackMainContainer)==null?void 0:n.querySelector("."+(((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.main)==null?void 0:s.originalQueryClass)||((i=S.searchFeedback.main)==null?void 0:i.originalQueryClass)));e&&e.addEventListener("click",this.onOriginalQueryClick.bind(this))}renderMainTemplate(e){var a,s,i;const t=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:i.template)||S.searchFeedback.main.template;this.dataLayer.renderingEngine===G.mustache&&(this.searchFeedbackMainContainer.innerHTML=$.render(t,e),setTimeout(()=>{this.attachClick()},0))}}class qi{constructor(e){h(this,"searchHelper");h(this,"dataLayer");h(this,"config");h(this,"suggestAfterMinChars");h(this,"containerId");h(this,"currentInputValue","");h(this,"autosuggestResults");h(this,"searchInput");h(this,"actionButton");h(this,"autosuggestContainer");h(this,"buttonState","search");h(this,"selectedAutosuggestItem",-1);h(this,"suggestTrigger");h(this,"searchTrigger");this.dataLayer=e.dataLayer,this.config=e.config,this.searchTrigger=e.searchTrigger,this.suggestTrigger=e.suggestTrigger,this.containerId=e.containerId,this.suggestAfterMinChars=e.config.suggestAfterMinChars,this.suggestAfterMinChars===void 0&&this.getSuggestAfterValue(),this.dataLayer.$locationEnabled.subscribeUntilHasValue(()=>{this.renderMainTemplate(),this.actionButtonInit(),this.updateActionButtonState("search"),this.searchInput&&(this.createAutosuggestContainer(),this.attachSubscriptions())},200)}renderMainTemplate(){var e,t,a,s;if(typeof document<"u"){const i=document==null?void 0:document.getElementById(this.containerId);if(!i)throw new Error("Search input container not found");const n=((t=(e=this.config.templates)==null?void 0:e.mainTemplate)==null?void 0:t.template)||S.searchInput.mainTemplate.template,o={...this.dataLayer.parsedData.data,locationEnabled:!!this.dataLayer.locationEnabled};if(this.dataLayer.setInputWidgetTemplateData(o),this.dataLayer.renderingEngine===G.mustache){const g=$.render(n,o);i.innerHTML=g,this.dataLayer.setInputTemplateRendered(!0)}const c=((s=(a=this.config.templates)==null?void 0:a.mainTemplate)==null?void 0:s.searchInputId)||S.searchInput.mainTemplate.searchInputId,l=document==null?void 0:document.querySelector(`#${c}`);if(l)this.searchInput=l,l.addEventListener("keyup",this.inputKeyupEvent.bind(this)),l.addEventListener("blur",this.hideAutosuggest.bind(this)),l.addEventListener("paste",this.inputPasteEvent.bind(this));else throw new Error("Input not found")}}createAutosuggestContainer(){var e;this.dataLayer.renderingEngine===G.mustache&&typeof document<"u"&&(this.autosuggestContainer=document==null?void 0:document.createElement("div"),this.autosuggestContainer.classList.add("searchstax-autosuggest-container"),this.autosuggestContainer.addEventListener("mouseleave",()=>{this.resetAutosuggestSelection(),this.markActiveAutosuggestItem()}),(e=this.searchInput)==null||e.after(this.autosuggestContainer))}getSuggestAfterValue(){this.dataLayer.searchHelper&&this.dataLayer.searchHelper.suggest("*",e=>{this.suggestAfterMinChars=e.metadata.minPrefixChars},[])}actionButtonInit(){typeof document<"u"&&(this.actionButton=document==null?void 0:document.getElementById("searchstax-search-input-action-button"),this.actionButton&&this.actionButton.addEventListener("click",()=>{var e;this.executeSearch(((e=this.searchInput)==null?void 0:e.value)??"")}))}attachSubscriptions(){this.dataLayer.$searchTermChange.subscribe(()=>{this.handleSearchTermChange()}),this.dataLayer.$loadingChange.subscribe(()=>{this.handleLoadingChange()}),this.dataLayer.$searchAutosuggest.subscribe(e=>{e&&this.appendSuggestions(e)}),this.dataLayer.$searchObject.subscribe(e=>{e.query!=="undefined"&&e.query!==void 0&&e.query!=="*"&&this.searchInput&&(this.searchInput.value=this.cleanSuggestionTerm(e.query??""))})}handleLoadingChange(){this.dataLayer.loading?this.updateActionButtonState("loading"):this.handleSearchTermChange()}handleSearchTermChange(){this.updateActionButtonState("search")}updateActionButtonState(e){if(this.buttonState=e,this.actionButton)switch(this.actionButton.classList.remove("searchstax-spinner-icon"),this.actionButton.classList.remove("searchstax-search-icon"),e){case"loading":this.actionButton.classList.add("searchstax-spinner-icon");break;case"search":this.actionButton.classList.add("searchstax-search-icon"),this.actionButton.setAttribute("aria-label","search");break}}selectPreviousAutosuggestItem(e){var t;this.selectedAutosuggestItem>0?this.selectedAutosuggestItem--:this.selectedAutosuggestItem===0?(this.selectedAutosuggestItem=-1,e&&(e!=null&&e.focus)&&((t=e==null?void 0:e.focus)==null||t.call(e),e.setSelectionRange(e.value.length,e.value.length)),ee.setAccessibilityText("No Suggestion selected")):this.selectedAutosuggestItem=this.autosuggestResults.suggestions.length-1,this.markActiveAutosuggestItem()}selectNextAutosuggestItem(){this.selectedAutosuggestItem<this.autosuggestResults.suggestions.length-1?this.selectedAutosuggestItem++:this.selectedAutosuggestItem===this.autosuggestResults.suggestions.length-1?(this.selectedAutosuggestItem=-1,ee.setAccessibilityText("No Suggestion selected")):this.selectedAutosuggestItem=0,this.markActiveAutosuggestItem()}resetAutosuggestSelection(){this.selectedAutosuggestItem=-1,this.markActiveAutosuggestItem()}markActiveAutosuggestItem(){if(typeof document<"u"){const e=document==null?void 0:document.getElementsByClassName("searchstax-autosuggest-item");for(let t=0;t<e.length;t++){const a=e[t];t===this.selectedAutosuggestItem?(a.classList.add("active"),ee.setAccessibilityText(`Selected suggestion: ${a.innerText}`)):a.classList.remove("active")}}}inputKeyupEvent(e){const t=e.key;this.currentInputValue=e.target.value,t==="Enter"?this.suggestionChosen():t==="Escape"?this.hideAutosuggest(e.target):t==="ArrowUp"?this.selectPreviousAutosuggestItem(e.target):t==="ArrowDown"?this.selectNextAutosuggestItem():this.autosuggestHandling(e),this.handleSearchTermChange()}autosuggestHandling(e){this.suggestAfterMinChars&&e.target&&e.target.value.length>=this.suggestAfterMinChars?this.executeSuggest(e.target.value):this.hideAutosuggest()}inputPasteEvent(e){setTimeout(()=>{this.autosuggestHandling(e),this.handleSearchTermChange()},0)}executeSuggest(e){this.suggestTrigger(e)}executeSearch(e){this.hideAutosuggest(),this.searchTrigger(e===""?"*":e)}suggestionChosen(){this.selectedAutosuggestItem>-1?this.autosuggestItemClicked(this.autosuggestResults.suggestions[this.selectedAutosuggestItem]):this.executeSearch(this.currentInputValue)}hideAutosuggest(e){setTimeout(()=>{var t;this.dataLayer.setAutosuggestResults({numFound:0,suggestions:[]}),this.autosuggestContainer&&(this.autosuggestContainer.innerHTML="",this.autosuggestContainer.classList.add("hidden")),this.resetAutosuggestSelection(),e&&(e!=null&&e.focus)&&((t=e==null?void 0:e.focus)==null||t.call(e),e.setSelectionRange(e.value.length,e.value.length)),ee.setAccessibilityText("No Suggestion selected")},200)}cleanSuggestionTerm(e){return te.removeXSSRiskyTags(e.replace(/(<([^>]+)>)/gi,"")).trim()}autosuggestItemClicked(e){this.searchInput.value=this.cleanSuggestionTerm(e.term??""),this.executeSearch(this.cleanSuggestionTerm(e.term))}createAutosuggestItem(e){var s,i,n;const t=document==null?void 0:document.createElement("div");t.classList.add("searchstax-autosuggest-item"),t.addEventListener("click",()=>{this.autosuggestItemClicked(e)}),t.addEventListener("mouseenter",()=>{this.onSuggestionEnter(e)});const a=((i=(s=this.config.templates)==null?void 0:s.autosuggestItemTemplate)==null?void 0:i.template)||((n=S.searchInput.autosuggestItemTemplate)==null?void 0:n.template);return t.innerHTML=$.render(a,e),t}onSuggestionEnter(e){var t;this.selectedAutosuggestItem=((t=this.autosuggestResults)==null?void 0:t.suggestions.indexOf(e))||0,this.markActiveAutosuggestItem()}appendSuggestions(e){this.autosuggestContainer&&(this.autosuggestContainer.innerHTML="",this.autosuggestContainer.classList.remove("hidden"));for(const t in e.suggest)if(Object.prototype.hasOwnProperty.call(e.suggest,t)){const a=e.suggest[t];for(const s in a)if(Object.prototype.hasOwnProperty.call(a,s)){const i=a[s];i.numFound?ee.setAccessibilityText("Suggestions are available. Use up and down arrows to navigate while focusing input. Use Escape key to escape out of the suggestions",2e3):ee.setAccessibilityText("",0),this.autosuggestResults=i,this.dataLayer.setAutosuggestResults(i),i.numFound>0?i.suggestions.forEach(n=>{this.autosuggestContainer&&typeof document<"u"&&this.autosuggestContainer.appendChild(this.createAutosuggestItem(n))}):this.autosuggestContainer&&this.autosuggestContainer.classList.add("hidden")}}}}class Yi{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"linkClickCallback");h(this,"searchCallback");h(this,"containerId");h(this,"searchResultsMainContainer");h(this,"searchResultsContainer");h(this,"searchResultLinks",[]);this.linkClickCallback=e.linkClickCallback,this.searchCallback=e.searchTrigger,this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId;const t=document==null?void 0:document.getElementById(this.containerId);if(t)this.searchResultsMainContainer=t;else throw new Error(`Search Results Main Container with id ${this.containerId} not found`);this.dataLayer.setIsInfiniteScroll(e.config.renderMethod==="infiniteScroll"),this.initializeSubscriptions(),this.renderMainTemplate()}initializeSubscriptions(){this.dataLayer.$searchObject.subscribe(()=>{ee.setAccessibilityText("Searching...")}),this.dataLayer.$searchResults.subscribe(e=>{e&&this.searchResultsContainer&&this.renderResults(e)})}changeTemplate(){this.dataLayer.searchResults&&this.renderResults(this.dataLayer.searchResults)}renderNoResultsTemplate(){var a,s,i,n,o;const e=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.noSearchResultTemplate)==null?void 0:i.template)||((n=S.searchResults.noSearchResultTemplate)==null?void 0:n.template),t=((o=this.dataLayer.searchResultsMetadata)==null?void 0:o.spellingSuggestion)??"";if(this.dataLayer.renderingEngine===G.mustache&&this.searchResultsContainer&&(this.searchResultsContainer.innerHTML=$.render(e,{spellingSuggestion:t,...this.dataLayer.parsedData.data,searchCallback:this.searchCallback.bind(this)})),t&&this.searchResultsContainer){const c=this.searchResultsContainer.querySelector("a");c&&c.addEventListener("click",l=>{l.preventDefault(),l.stopPropagation(),this.searchCallback(t)})}}renderResults(e){var t,a,s,i,n;if(this.dataLayer.renderingEngine===G.mustache&&this.searchResultsContainer)if(this.removeLinkClickEvents(),e.length===0)ee.setAccessibilityText("Search has no results"),this.renderNoResultsTemplate();else{ee.setAccessibilityText(`Showing ${this.dataLayer.parsedData.startResultIndex} through ${this.dataLayer.parsedData.endResultIndex} results from ${this.dataLayer.parsedData.totalResults}. Press tab to navigate through results`);const o=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.searchResultTemplate)==null?void 0:s.template)||((i=S.searchResults.searchResultTemplate)==null?void 0:i.template),c=e.map(l=>$.render(o,l));((n=this.config)==null?void 0:n.renderMethod)==="infiniteScroll"&&this.dataLayer.searchObject.page>1?this.searchResultsContainer.innerHTML+=c.join(""):this.searchResultsContainer.innerHTML=c.join(""),this.searchResultLinks=Array.from(this.searchResultsContainer.querySelectorAll(`[${this.uniqueIdAttribute}]`)),this.attachLinkClickEvents()}}removeLinkClickEvents(){this.searchResultLinks.forEach(e=>{e.removeEventListener("click",()=>{}),e.removeEventListener("keydown",()=>{})})}get uniqueIdAttribute(){var e,t,a,s;return((a=(t=(e=this.config)==null?void 0:e.templates)==null?void 0:t.searchResultTemplate)==null?void 0:a.searchResultUniqueIdAttribute)||((s=S.searchResults.searchResultTemplate)==null?void 0:s.searchResultUniqueIdAttribute)}attachLinkClickEvents(){this.searchResultLinks.forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),t.stopPropagation();const a=e.getAttribute(this.uniqueIdAttribute)??"";a&&this.linkClickCallback(a)}),e.addEventListener("keydown",t=>{if(t.code==="Space"||t.code==="Enter"){const a=e.getAttribute(this.uniqueIdAttribute)??"";a&&this.linkClickCallback(a)}})})}renderMainTemplate(){var t,a,s,i;const e=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplate)==null?void 0:s.template)||((i=S.searchResults.mainTemplate)==null?void 0:i.template);this.dataLayer.renderingEngine===G.mustache&&(this.searchResultsMainContainer.innerHTML=$.render(e,{}),setTimeout(()=>{var c,l,g,f,p,y,w;const n=(g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.mainTemplate)!=null&&g.searchResultsContainerId?(y=(p=(f=this.config)==null?void 0:f.templates)==null?void 0:p.mainTemplate)==null?void 0:y.searchResultsContainerId:(w=S.searchResults.mainTemplate)==null?void 0:w.searchResultsContainerId,o=document==null?void 0:document.getElementById(n);if(o)this.searchResultsContainer=o;else throw new Error(`Search Results Container with id ${n} not found`)},0))}}class Ji{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"selectId");h(this,"searchSortingMainContainer",null);var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.selectId=((a=(t=this.config.templates)==null?void 0:t.main)==null?void 0:a.selectId)||S.sorting.main.selectId,this.searchSortingMainContainer=document==null?void 0:document.getElementById(this.containerId),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setSearchSortingData(e),e}setOrderQuery(e){const t=this.dataLayer.searchObject;t&&(t.order=e,this.dataLayer.setSearchObject(t))}markOptionSelected(){const e=document==null?void 0:document.getElementById(this.selectId);if(e){const t=e.querySelector(`option[value="${decodeURIComponent(this.dataLayer.searchObject.order)}"]`);t&&(t.selected=!0)}}renderMainTemplate(e){var a,s,i;const t=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:i.template)||S.sorting.main.template;if(this.dataLayer.renderingEngine===G.mustache){this.searchSortingMainContainer.innerHTML=$.render(t,e),this.markOptionSelected();const n=document==null?void 0:document.getElementById(this.selectId);n&&n.addEventListener("change",o=>{this.setOrderQuery(o.target.value)})}}}class Gi{constructor(e){h(this,"analyticsKey");h(this,"containerId");h(this,"mainContainer");h(this,"isLightweight");h(this,"emailOverride");h(this,"feedbackTextAreaOverride");h(this,"mainTemplateOverride");h(this,"lightweightTemplateOverride");h(this,"focusedElement",null);h(this,"focusTrapListener",null);h(this,"lastFocusedElementBeforeModal",null);h(this,"templateData",{feedbackOpen:!1,ratings:[{index:1,isSelected:!1},{index:2,isSelected:!1},{index:3,isSelected:!1},{index:4,isSelected:!1},{index:5,isSelected:!1},{index:6,isSelected:!1},{index:7,isSelected:!1},{index:8,isSelected:!1},{index:9,isSelected:!1},{index:10,isSelected:!1}],emailInput:"",feedbackTextArea:"",charactersLeft:2e3,maxLength:2e3,errors:{rating:!1,email:!1},submitted:!1,thumbsUpActive:!1,thumbsDownActive:!1});h(this,"thumbsUpValue",10);h(this,"thumbsDownValue",1);h(this,"ratedQuestion","");h(this,"language","");h(this,"model","");h(this,"analyticsSrc","");this.analyticsKey=e.analyticsKey,this.containerId=e.containerId??"sf-feedback",this.isLightweight=e.lightweight??!1,this.isLightweight&&this.templateData.ratings.unshift({index:0,isSelected:!1}),this.thumbsUpValue=e.thumbsUpValue??10,this.thumbsDownValue=e.thumbsDownValue??1,this.emailOverride=e.emailOverride,this.feedbackTextAreaOverride=e.feedbackTextAreaOverride,this.mainTemplateOverride=e.mainTemplateOverride,this.lightweightTemplateOverride=e.lightweightTemplateOverride,this.mainContainer=document.getElementById(this.containerId),this.language=e.language??"",this.model=e.model??"",this.analyticsSrc=e.analyticsSrc??"",this.init()}init(){we.attachAnalyticsScript(this.analyticsSrc),this.renderMainTemplate(this.generateTemplateData())}generateTemplateData(){return this.templateData}renderMainTemplate(e){var s,i;const t=document.activeElement;(t instanceof HTMLInputElement||t instanceof HTMLButtonElement||t instanceof HTMLTextAreaElement||t instanceof HTMLAnchorElement)&&(t.type==="radio"||t.type==="button"||t.type==="textarea"||t instanceof HTMLAnchorElement)?this.focusedElement=t:this.focusedElement=null,this.mainContainer;let a=(s=K==null?void 0:K.mainTemplate)==null?void 0:s.template;if(this.mainTemplateOverride&&(a=this.mainTemplateOverride),this.isLightweight&&(a=(i=K.lightweightTemplate)==null?void 0:i.template,this.lightweightTemplateOverride&&(a=this.lightweightTemplateOverride)),this.mainContainer.innerHTML=$.render(a,e),this.focusedElement&&this.mainContainer){const n=this.focusedElement.type==="radio"?this.focusedElement.getAttribute("id"):this.focusedElement.getAttribute("class"),o=this.focusedElement.type==="radio"?"id":"class",c=this.mainContainer.querySelector(`[${o}="${n}"]`);(c instanceof HTMLInputElement||c instanceof HTMLButtonElement||c instanceof HTMLTextAreaElement||c instanceof HTMLAnchorElement)&&c.focus(),this.focusedElement=null}this.attachEvents()}attachEvents(){this.isLightweight?this.attachLightweightEvents():(this.attachOpenModalEvent(),this.closeModalEvent(),this.attachRatingEvents(),this.attachTextAreaEvents(),this.attachEmailInputEvents(),this.attachSubmitButtonEvents())}attachFocusTrap(){this.focusTrapListener&&document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=e=>{if(!this.templateData.feedbackOpen)return;const t=this.getModalElement();if(!t)return;const a=this.getFocusableElements(t);if(a.length===0)return;const s=a[0],i=a[a.length-1];e.key==="Tab"&&(e.shiftKey?(document.activeElement===s||!t.contains(document.activeElement))&&(e.preventDefault(),i==null||i.focus()):(document.activeElement===i||!t.contains(document.activeElement))&&(e.preventDefault(),s==null||s.focus())),e.key==="Escape"&&(e.preventDefault(),this.closeFeedbackModal())},document.addEventListener("keydown",this.focusTrapListener)}getFocusableElements(e){const t=["button:not([disabled])","input:not([disabled])","textarea:not([disabled])","select:not([disabled])","a[href]",'[tabindex]:not([tabindex="-1"])'].join(", ");return Array.from(e.querySelectorAll(t))}getModalElement(){var t,a;const e=(t=K.mainTemplate)==null?void 0:t.modalContainerClass;return((a=this.mainContainer)==null?void 0:a.querySelector(`.${e}`))||null}attachLightweightEvents(){var i,n,o,c;const e=(i=K.lightweightTemplate)==null?void 0:i.thumbsUpButtonClass,t=(n=K.lightweightTemplate)==null?void 0:n.thumbsDownButtonClass,a=(o=this.mainContainer)==null?void 0:o.querySelector("."+e),s=(c=this.mainContainer)==null?void 0:c.querySelector("."+t);a&&a.addEventListener("click",()=>{const l=this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea;this.templateData.ratings[this.templateData.ratings.length-1].isSelected&&this.ratedQuestion===l||(this.templateData.thumbsUpActive=!0,this.templateData.thumbsDownActive=!1,this.templateData.ratings.forEach(g=>{g.isSelected=g.index===this.thumbsUpValue}),this.renderMainTemplate(this.generateTemplateData()),this.ratedQuestion=l,this.submit())}),s&&s.addEventListener("click",()=>{const l=this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea;this.templateData.ratings[0].isSelected&&this.ratedQuestion===l||(this.templateData.thumbsUpActive=!1,this.templateData.thumbsDownActive=!0,this.templateData.ratings.forEach(g=>{g.isSelected=g.index===this.thumbsDownValue}),this.renderMainTemplate(this.generateTemplateData()),this.ratedQuestion=l,this.submit())})}attachSubmitButtonEvents(){var a,s;const e=(a=K.mainTemplate)==null?void 0:a.submitButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",()=>{this.checkIfValid()})}checkIfValid(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=K.mainTemplate)==null?void 0:t.emailInputId));this.validateEmail(e.value)?this.templateData.errors.email=!1:(this.templateData.errors.email=!0,ee.setAccessibilityText("Please enter a valid email address.")),this.templateData.ratings.some(s=>s.isSelected)?this.templateData.errors.rating=!1:(this.templateData.errors.rating=!0,ee.setAccessibilityText("Please Rate your experience.")),this.templateData.errors.rating||this.templateData.errors.email?this.renderMainTemplate(this.generateTemplateData()):this.submit()}submit(){var t,a,s;this.templateData.submitted=!0;const e=(t=this.templateData.ratings.find(i=>i.isSelected))==null?void 0:t.index;e!==void 0&&(we.trackFeedback({trackApiKey:this.analyticsKey,email:this.emailOverride&&this.isLightweight?this.emailOverride():this.templateData.emailInput,rating:e,feedback:this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea,model:this.model?this.model:void 0,language:this.language?this.language:void 0}),this.showCheckmarkAnimation(),ee.setAccessibilityText("Feedback has been sent.",1e3),(s=this.mainContainer)!=null&&s.querySelector("."+((a=K.mainTemplate)==null?void 0:a.checkmarkClass))?setTimeout(()=>{this.closeFeedbackModal(),this.renderMainTemplate(this.generateTemplateData())},2e3):(setTimeout(()=>{this.closeFeedbackModal()},500),this.renderMainTemplate(this.generateTemplateData())))}validateEmail(e){return e===""?!0:/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}attachEmailInputEvents(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=K.mainTemplate)==null?void 0:t.emailInputId));e&&(e.addEventListener("input",()=>{this.templateData.emailInput=e.value}),e.addEventListener("blur",()=>{setTimeout(()=>{this.validateEmail(e.value)?this.templateData.errors.email=!1:(this.templateData.errors.email=!0,ee.setAccessibilityText("Please enter a valid email address.")),this.renderMainTemplate(this.generateTemplateData())},300)}))}attachTextAreaEvents(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=K.mainTemplate)==null?void 0:t.feedbackTextAreaId));e&&e.addEventListener("input",()=>{var i,n;this.templateData.feedbackTextArea=e.value,this.templateData.charactersLeft=this.templateData.maxLength-e.value.length;const s=(n=this.mainContainer)==null?void 0:n.querySelector("."+((i=K.mainTemplate)==null?void 0:i.charactersRemainingContainerclass));s&&(s.innerText=this.templateData.charactersLeft+"")})}attachRatingEvents(){var a,s;const e=(a=K.mainTemplate)==null?void 0:a.ratingInputclass,t=(s=this.mainContainer)==null?void 0:s.querySelectorAll("."+e);t&&t.forEach(i=>{i.addEventListener("click",n=>{const o=n.target.value;this.templateData.ratings.forEach(c=>{c.isSelected=c.index+""===o}),this.templateData.errors.rating=!1,this.renderMainTemplate(this.generateTemplateData())})})}attachOpenModalEvent(){var a,s;const e=(a=K.mainTemplate)==null?void 0:a.openModalButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",i=>{i.preventDefault(),this.toggleModal()})}toggleModal(){this.templateData.feedbackOpen?this.closeFeedbackModal():this.openFeedbackModal()}closeModalEvent(){var a,s;const e=(a=K.mainTemplate)==null?void 0:a.closeModalButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",()=>{this.closeFeedbackModal()})}openFeedbackModal(){this.lastFocusedElementBeforeModal=document.activeElement,this.templateData.feedbackOpen=!0,this.renderMainTemplate(this.generateTemplateData()),setTimeout(()=>{const e=this.getModalElement();if(e){const t=this.getFocusableElements(e);t.length>0&&t[0].focus()}this.attachFocusTrap()},0),ee.setAccessibilityText("Feedback form opened",1e3)}closeFeedbackModal(){this.templateData.feedbackOpen=!1,this.focusTrapListener&&(document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=null),this.renderMainTemplate(this.generateTemplateData()),this.lastFocusedElementBeforeModal&&(this.lastFocusedElementBeforeModal.focus(),this.lastFocusedElementBeforeModal=null),ee.setAccessibilityText("Feedback form closed",1e3)}showCheckmarkAnimation(){var o,c,l,g,f,p;const e=(o=K.mainTemplate)==null?void 0:o.submitButtonClass,t=(c=this.mainContainer)==null?void 0:c.querySelector("."+e);t&&(t.disabled=!0);const a=(l=K.mainTemplate)==null?void 0:l.checkmarkClass,s=(g=this.mainContainer)==null?void 0:g.querySelector("."+a);s&&s.classList.remove("hidden");const i=(f=K.mainTemplate)==null?void 0:f.submitButtonTextClass,n=(p=this.mainContainer)==null?void 0:p.querySelector("."+i);n&&n.classList.add("visibility"),setTimeout(()=>{s&&s.classList.add("hidden"),n&&n.classList.remove("visibility"),t&&(t.disabled=!1)},2e3)}destroy(){this.focusTrapListener&&(document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=null)}}class Ki{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"answerContainer",null);h(this,"showMoreVisible",!1);h(this,"renderFeedbackWidget",!1);h(this,"clicked",!1);h(this,"renderedWithShowMore",!1);var t;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.renderFeedbackWidget=((t=this.config.feedbackwidget)==null?void 0:t.renderFeedbackWidget)||!1,this.config.showMoreAfterWordCount&&(this.dataLayer.answerWidgetShowMoreLimit=this.config.showMoreAfterWordCount),typeof document<"u"&&(this.answerContainer=document==null?void 0:document.getElementById(this.containerId)),this.config.testString?(this.showMoreVisible=this.dataLayer.parsedData.shouldShowAnswerLoadMore,this.renderMainTemplate(this.generateTemplateData())):this.initializeSubscriptions(),this.dataLayer.setIsAnswerWidgetCreated(!0)}initializeSubscriptions(){this.dataLayer.$answer.subscribe(()=>{this.clicked?this.showMoreVisible=!1:this.showMoreVisible=this.dataLayer.parsedData.shouldShowAnswerLoadMore,this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answerLoading.subscribe(()=>{this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answerError.subscribe(e=>{e&&setTimeout(()=>{this.renderMainTemplate(this.generateTemplateData())},100)}),this.dataLayer.$searchObject.subscribe(()=>{this.clicked=!1,this.renderedWithShowMore=!1,this.showMoreVisible=!1}),this.dataLayer.$paginationData.subscribe(()=>{this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answer.subscribe(e=>{e&&setTimeout(()=>{this.initializeWidget()},600)}),this.dataLayer.$searchResults.subscribe(e=>{e&&this.dataLayer.$answer.getValue()&&setTimeout(()=>{this.initializeWidget()},600)})}searchstaxFeedbackTextAreaOverride(){return"Question: "+(this.dataLayer.searchObject.query==="undefined"?"":this.dataLayer.searchObject.query)+" Answer: "+this.dataLayer.parsedData.getAnswerData}initializeWidget(){var e,t,a,s,i;this.renderFeedbackWidget&&document.getElementById("feedbackWidgetContainer")&&!this.dataLayer.answerLoading&&new Gi({analyticsKey:this.dataLayer.parsedData.trackingData.trackApiKey,containerId:"feedbackWidgetContainer",lightweight:!0,model:this.dataLayer.parsedData.trackingData.model,language:this.dataLayer.parsedData.trackingData.language,emailOverride:(e=this.config.feedbackwidget)==null?void 0:e.emailOverride,feedbackTextAreaOverride:((t=this.config.feedbackwidget)==null?void 0:t.searchstaxFeedbackTextAreaOverride)??this.searchstaxFeedbackTextAreaOverride.bind(this),thumbsUpValue:((a=this.config.feedbackwidget)==null?void 0:a.thumbsUpValue)??10,thumbsDownValue:((s=this.config.feedbackwidget)==null?void 0:s.thumbsDownValue)??0,lightweightTemplateOverride:(i=this.config.feedbackwidget)==null?void 0:i.lightweightTemplateOverride})}showMore(e){e.preventDefault(),this.clicked=!0,this.showMoreVisible=!1,this.renderMainTemplate(this.generateTemplateData()),this.config.testString||setTimeout(()=>{this.initializeWidget()},600)}attachClickEventToShowMore(){const e=document.querySelector(".searchstax-answer-load-more-button");e&&e.addEventListener("click",this.showMore.bind(this))}trackLinkClick(e){e.preventDefault(),e.stopPropagation();const t=e.target.getAttribute("href");we.trackAnswerLinkClick({href:t,answer:this.dataLayer.parsedData.getAnswerData,...this.dataLayer.parsedData.trackingData}).then(()=>{window.open(t,"_blank")}).catch(()=>{window.open(t,"_blank")})}attachLinkTracking(){document.querySelectorAll(".searchstax-answer-link").forEach(e=>{e.getAttribute("listener")!=="true"&&(e.setAttribute("listener","true"),e.addEventListener("click",this.trackLinkClick.bind(this)))})}renderMainTemplate(e){var a,s,i;const t=((i=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:i.template)||S.answer.main.template;this.dataLayer.renderingEngine===G.mustache?(!this.renderedWithShowMore||!e.answerLoading||this.clicked)&&(e.showMoreButtonVisible&&(this.renderedWithShowMore=!0),this.answerContainer.innerHTML=$.render(t,e),setTimeout(()=>{this.attachClickEventToShowMore(),this.attachLinkTracking()},100)):setTimeout(()=>{this.attachLinkTracking()},500)}generateTemplateData(){this.config.testString&&this.dataLayer.setAnswerData(this.config.testString??"");const e={...this.dataLayer.parsedData.data,showMoreButtonVisible:this.showMoreVisible};return this.config.testString&&(e.searchExecuted=!0),this.dataLayer.setAnswerFullData(e),e}}class vs{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"currentSelectValue","");h(this,"locationInput");h(this,"radiusInput");h(this,"locationDecode");h(this,"locationDecodeCoordinatesToAddress");var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.locationDecode=(t=e.config.hooks)==null?void 0:t.locationDecode,this.locationDecodeCoordinatesToAddress=(a=e.config.hooks)==null?void 0:a.locationDecodeCoordinatesToAddress,this.dataLayer.locationEnabled&&this.dataLayer.$inputTemplateRendered.subscribeUntil(()=>{this.renderMainTemplate(),this.attachSubscriptions()},!0,500)}renderMainTemplate(){var e,t,a,s,i,n,o,c;if(typeof document<"u"){const l=document==null?void 0:document.getElementById(this.containerId);if(!l)throw new Error("Search input container not found");const g=((t=(e=this.config.templates)==null?void 0:e.mainTemplate)==null?void 0:t.template)||S.location.mainTemplate.template,f={...this.dataLayer.parsedData.data};if(this.dataLayer.setLocationWidgetTemplateData(f),this.dataLayer.renderingEngine===G.mustache){const p=$.render(g,f);l.innerHTML=p;const y=((s=(a=this.config.templates)==null?void 0:a.mainTemplate)==null?void 0:s.locationInputId)||S.location.mainTemplate.locationInputId,w=document==null?void 0:document.querySelector(`#${y}`);if(w)this.locationInput=w,w.addEventListener("blur",this.blurEvent.bind(this)),w.addEventListener("focus",this.focusEvent.bind(this));else throw new Error("Input not found");const m=((n=(i=this.config.templates)==null?void 0:i.mainTemplate)==null?void 0:n.radiusInputId)||S.location.mainTemplate.radiusInputId,x=document==null?void 0:document.querySelector(`#${m}`);x instanceof HTMLSelectElement&&(this.radiusInput=x,x.addEventListener("change",this.radiusSelectChangeEvent.bind(this)));const k=((c=(o=this.config.templates)==null?void 0:o.mainTemplate)==null?void 0:c.currentLocationActionButtonId)||S.location.mainTemplate.currentLocationActionButtonId,A=document==null?void 0:document.querySelector(`#${k}`);A&&A.addEventListener("click",this.getCurrentLocation.bind(this))}}}setCurrentLocationFields(e){this.dataLayer.setLocationCoordinatesDecoded(e),this.dataLayer.setSearchLocation(this.dataLayer.searchLocationCoordinatesDecoded),this.dataLayer.renderingEngine===G.mustache&&this.locationInput&&(this.locationInput.value=this.dataLayer.searchLocationCoordinatesDecoded)}getCurrentLocation(){navigator.geolocation?navigator.geolocation.getCurrentPosition(e=>{const t=e.coords.latitude.toString(),a=e.coords.longitude.toString(),s=Math.floor(parseFloat(t)*100)/100,i=Math.floor(parseFloat(a)*100)/100;this.dataLayer.setSearchLat(s+""),this.dataLayer.setSearchLong(i+"");const n=this.locationDecodeCoordinatesToAddress;n?n(s+"",i+"").then(o=>{this.setCurrentLocationFields(o.address||"Current Location")}).catch(()=>{this.setCurrentLocationFields("Current Location")}):this.setCurrentLocationFields("Current Location")},()=>{console.error("Unable to retrieve your location")}):console.error("Geolocation is not supported by this browser.")}setRadiusValue(e){this.dataLayer.setSearchRadius(e)}radiusSelectChangeEvent(e){this.currentSelectValue=e.target.value,this.setRadiusValue(this.currentSelectValue)}attachSubscriptions(){this.dataLayer.$searchObject.subscribe(e=>{this.locationInput&&(this.locationInput.value=this.cleanSuggestionTerm(e.location.address??"")),this.radiusInput&&e.location.radius&&(this.radiusInput.value=e.location.radius||"")})}cleanSuggestionTerm(e){return te.removeXSSRiskyTags(e.replace(/(<([^>]+)>)/gi,"")).trim()}triggerGeocoder(e){const t=this.locationDecode;this.dataLayer.setLocationDecodingLoading(!0),e&&this.dataLayer.searchLocation!==e&&e!==this.dataLayer.searchLocationCoordinatesDecoded?t(e).then(a=>{this.dataLayer.setSearchLocation(a.address||""),this.dataLayer.setSearchLat(a.lat||""),this.dataLayer.setSearchLong(a.lon||""),this.locationInput&&(this.locationInput.value=this.cleanSuggestionTerm(a.address||"")),this.dataLayer.renderingEngine===G.mustache&&a.error&&this.locationInput&&this.locationInput.classList.add("searchstax-input-location-error"),a.error?this.dataLayer.setLocationError(!0):this.dataLayer.setLocationError(!1),this.dataLayer.setLocationDecodingLoading(!1)}).catch(()=>{this.dataLayer.setLocationDecodingLoading(!1)}):e===""&&(this.dataLayer.setSearchLocation(void 0),this.dataLayer.setSearchLat(void 0),this.dataLayer.setSearchLong(void 0),this.dataLayer.setLocationDecodingLoading(!1))}focusEvent(e){e.target.classList.remove("searchstax-input-location-error"),this.dataLayer.setLocationError(!1)}blurEvent(e){const t=e.target.value;this.triggerGeocoder(t)}}class Zi{constructor(e=G.mustache){h(this,"routerEnabled",!1);h(this,"cachedQuery","");h(this,"routerHelper");h(this,"searchHelper");h(this,"searchResultsConfig");h(this,"searchPaginationConfig");h(this,"searchFeedbackConfig");h(this,"searchSortingConfig");h(this,"searchFacetsConfig");h(this,"relatedSearchesConfig");h(this,"externalPromotionsConfig");h(this,"searchInputWidget");h(this,"searchLocationWidget");h(this,"searchResultsWidget");h(this,"searchFacetsWidget");h(this,"searchPaginationWidget");h(this,"searchFeedbackWidget");h(this,"searchSortingWidget");h(this,"relatedSearchesWidget");h(this,"externalPromotionsWidget");h(this,"answerWidget");h(this,"locationObserver",null);h(this,"dataLayer");h(this,"firstRequest",!0);h(this,"previousQuery","");h(this,"eventSource",null);h(this,"renderEngine",G.mustache);e&&(this.renderEngine=e)}setRenderingEngine(e=G.mustache){this.dataLayer.setRenderingEngine(e)}handleHooks(){var e,t;(t=(e=this.dataLayer.searchstaxConfig)==null?void 0:e.hooks)!=null&&t.afterSearch&&this.dataLayer.$searchResults.subscribe(a=>{this.dataLayer.searchstaxConfig.hooks.afterSearch(a,this.dataLayer.searchResultUnparsedData)}),setTimeout(()=>{this.dataLayer.$searchObject.subscribe(a=>{var s,i,n,o,c,l;a.query!==this.previousQuery&&this.dataLayer.setAnswerData(""),a.query!==""&&a.query!==void 0&&a.query!=="undefined"?(this.search(a),a.query!==this.previousQuery&&this.startSSE(a.query)):(s=this.dataLayer.searchLocationConfig)!=null&&s.locationSearchEnabled&&!((i=this.dataLayer.searchLocationConfig)!=null&&i.locationValuesOverride)?this.getMetadata(a):(o=(n=this.dataLayer.searchLocationConfig)==null?void 0:n.locationValuesOverride)!=null&&o.locationFilterDefaultValue&&this.dataLayer.setSearchRadius((l=(c=this.dataLayer.searchLocationConfig)==null?void 0:c.locationValuesOverride)==null?void 0:l.locationFilterDefaultValue),this.previousQuery=a.query})},10),this.dataLayer.$searchResults.subscribe(a=>{a&&this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&we.trackSearch({...this.dataLayer.parsedData.trackingData,impressions:this.dataLayer.searchResultsMetadata.impressions})})}startSSE(e){var t,a;this.eventSource&&((t=this.eventSource)==null||t.close(),this.dataLayer.setAnswerData("")),this.dataLayer.turnAIAnswerGenerationOn===!0&&this.dataLayer.questionURL&&this.dataLayer.searchObject.query!==void 0&&this.dataLayer.searchObject.query!=="undefined"&&(this.eventSource=(a=this.searchHelper)==null?void 0:a.startSSE(e,this.parseAnswerResultsResponse.bind(this)))}attachAnalyticsScript(e){we.attachAnalyticsScript(e)}initialize(e){var t,a;if(this.dataLayer=new li("searchstax_session_id",e.sessionId),this.renderEngine&&this.dataLayer.setRenderingEngine(this.renderEngine),this.handleHooks(),e.questionURL&&(this.dataLayer.questionURL=e.questionURL),e.analyticsBaseUrl&&typeof window<"u"&&(window.analyticsBaseUrl=e.analyticsBaseUrl,window._msq=e._msq||[],this.attachAnalyticsScript(e.analyticsSrc)),e.autoCorrect===!1&&(this.dataLayer.autoCorrect=!1),e.language&&this.dataLayer.setLanguage(e.language),e.model&&this.dataLayer.setModel(e.model),this.dataLayer.searchstaxConfig||(this.dataLayer.setSearchstaxConfig(e),this.searchHelper=new mi({...e,sessionId:this.dataLayer.sessionId},this.dataLayer),this.dataLayer.searchHelper=this.searchHelper),((t=e.router)==null?void 0:t.enabled)===void 0||((a=e.router)==null?void 0:a.enabled)===!0){this.routerEnabled=!0,this.routerHelper=new xs(e.router?e.router:{enabled:!0});const s=this.routerHelper.urlToSearchObject((window==null?void 0:window.location.href)??"");this.dataLayer.searchObject.itemsPerPage?s.itemsPerPage=this.dataLayer.searchObject.itemsPerPage:s.itemsPerPage&&this.dataLayer.setItemsPerPage(s.itemsPerPage),s.model&&this.dataLayer.setModel(s.model),s.location&&(s.location.address&&this.dataLayer.setSearchLocation(s.location.address),s.location.lat&&this.dataLayer.setSearchLat(s.location.lat),s.location.lon&&this.dataLayer.setSearchLong(s.location.lon),s.location.radius&&this.dataLayer.setSearchRadius(s.location.radius)),this.dataLayer.setSearchObject(s),addEventListener("popstate",()=>{this.routerHelper&&this.dataLayer.setSearchObject(this.routerHelper.urlToSearchObject((window==null?void 0:window.location.href)??"",this.dataLayer.searchObject.itemsPerPage))})}else this.routerHelper=new xs({})}getMetadata(e){this.searchHelper&&(e.query==="undefined"||e.query===void 0)&&this.dataLayer.setSearchObject({...e,query:"*"})}search(e){if(this.searchHelper){const t=this.dataLayer.forceNotCorrect;this.searchHelper.url&&(this.searchHelper.search(e,this.parseSearchResultsResponse.bind(this),this.firstRequest,t),this.firstRequest=!1),this.getRelatedSearches()}}getRelatedSearches(){var e;this.searchHelper&&this.relatedSearchesConfig&&((e=this.relatedSearchesConfig)!=null&&e.relatedSearchesURL)&&this.dataLayer.searchObject.query!==void 0&&this.dataLayer.searchObject.query!=="undefined"&&this.searchHelper.getRelatedSearches(this.dataLayer.searchObject,this.relatedSearchesConfig.relatedSearchesURL,this.relatedSearchesConfig.relatedSearchesAPIKey,this.parseRelatedSearchesResponse.bind(this))}parseRelatedSearchesResponse(e){var s,i;const t=(((s=e.response)==null?void 0:s.docs)??[]).map((n,o)=>({...n,position:o+1})),a=[];for(const n of t)a.push({relatedSearch:n.related_search,position:n.position});this.dataLayer.setSearchRelatedSearches(t),this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&a.length&&we.trackRelatedSearches({...this.dataLayer.parsedData.trackingData,impressions:a,totalRelatredSearches:((i=this.dataLayer.searchRelatedSearches)==null?void 0:i.length)??0})}handleRouter(){if(this.routerEnabled){const e={...this.dataLayer.searchObject};this.dataLayer.isInfiniteScroll&&delete e.page,this.routerHelper.updateUrl(e)}}parseSearchResultsResponseMetadata(e){var s,i,n,o;const t=pt.extractSearchResultsMetadata(e),a=((i=(s=this.dataLayer.searchLocationConfig)==null?void 0:s.locationValuesOverride)==null?void 0:i.locationFilterDefaultValue)??((o=(n=t.location)==null?void 0:n.filter)==null?void 0:o.defaultValue);!this.dataLayer.searchRadius&&a&&this.dataLayer.setSearchRadius(a),this.dataLayer.setSearchResultsMetadata(t)}parseSearchResultsResponse(e){var s,i;this.handleRouter(),this.dataLayer.setItemsPerPage(parseInt(e.responseHeader.params.rows)),this.dataLayer.setModel(e.responseHeader.params.model);let t=pt.combineResultsWithMetadata(e),a=pt.extractFacets(e);this.dataLayer.setSearchFacets(a),(i=(s=this.dataLayer.searchstaxConfig)==null?void 0:s.hooks)!=null&&i.afterSearch&&(t=this.dataLayer.searchstaxConfig.hooks.afterSearch(t,e)),this.dataLayer.setSearchExternalPromotions(e.externalLinks??[]),this.parseSearchResultsResponseMetadata(e),this.dataLayer.setSearchResultUnparsedData(e),this.dataLayer.setSearchResults(t)}parseAnswerResultsResponse(e){this.handleRouter(),e!==Ye.question&&e!==Ye.notQuestion&&(this.dataLayer.setAnswerLoading(!0),this.dataLayer.setAnswerData(this.dataLayer.getAnswerData+e))}cacheFacets(e){var t,a;e?(t=this.searchHelper)==null||t.cacheFacets(!0).then(()=>{}):(a=this.searchHelper)==null||a.cacheFacets().then(()=>{})}parseSuggestSuggestResponse(e){var a,s;let t=e;(s=(a=this.dataLayer.searchInputConfig)==null?void 0:a.hooks)!=null&&s.afterAutosuggest&&(t=this.dataLayer.searchInputConfig.hooks.afterAutosuggest(e)),this.dataLayer.setSearchAutosuggest(t)}suggest(e,t){this.searchHelper&&this.searchHelper.suggest(e,this.parseSuggestSuggestResponse.bind(this),t)}changeLanguage(e){this.searchHelper&&this.dataLayer.setLanguage(e)}addSearchInputWidget(e,t){this.dataLayer.searchInputConfig||this.dataLayer.$locationEnabled.subscribeUntilHasValue(()=>{this.dataLayer.setSearchInputConfig(t),this.searchInputWidget=new qi({containerId:e,config:t,searchTrigger:this.executeSearch.bind(this),suggestTrigger:this.executeSuggest.bind(this),dataLayer:this.dataLayer})},200)}addSearchLocationWidget(e,t){var a,s;this.dataLayer.searchLocationConfig||(t.locationSearchEnabled?(this.dataLayer.setLocationEnabled(!0),this.dataLayer.setSearchLocationConfig(t),t.locationValuesOverride?(this.searchLocationWidget=new vs({containerId:e,config:t,dataLayer:this.dataLayer}),(a=t==null?void 0:t.locationValuesOverride)!=null&&a.locationFilterDefaultValue&&this.dataLayer.setSearchRadius((s=t==null?void 0:t.locationValuesOverride)==null?void 0:s.locationFilterDefaultValue)):this.dataLayer.$searchResultsMetadata.subscribeUntilHasValue(()=>{this.searchLocationWidget=new vs({containerId:e,config:t,dataLayer:this.dataLayer})},0)):this.dataLayer.setLocationEnabled(!1))}addAnswerWidget(e,t){this.dataLayer.turnAIAnswerGenerationOn=!0,t.testString||this.startSSE(this.dataLayer.searchObject.query),this.dataLayer.setAnswerData(t.testString??""),this.answerWidget=new Ki({containerId:e,config:t,dataLayer:this.dataLayer})}addSearchResultsWidget(e,t){this.searchResultsConfig||(this.searchResultsConfig=t,this.searchResultsWidget=new Yi({containerId:e,linkClickCallback:this.executeLinkClick.bind(this),searchTrigger:this.executeSearch.bind(this),config:t,dataLayer:this.dataLayer}))}addPaginationWidget(e,t){this.searchPaginationConfig=t,this.searchPaginationWidget=new Qi({containerId:e,config:t,dataLayer:this.dataLayer,routerHelper:this.routerHelper})}addSearchFeedbackWidget(e,t){this.searchFeedbackConfig=t,this.searchFeedbackWidget=new Ui({containerId:e,config:t,dataLayer:this.dataLayer,searchTrigger:this.executeSearch.bind(this)})}addSearchSortingWidget(e,t){this.searchSortingConfig=t,this.searchSortingWidget=new Ji({containerId:e,config:t,dataLayer:this.dataLayer})}addRelatedSearchesWidget(e,t){this.relatedSearchesConfig=t,this.relatedSearchesWidget=new Bi({containerId:e,config:t,dataLayer:this.dataLayer,trackRelatedSearchClick:this.trackRelatedSearchClick.bind(this)}),setTimeout(()=>{this.getRelatedSearches()},0)}addExternalPromotionsWidget(e,t){this.externalPromotionsConfig=t,this.externalPromotionsWidget=new Hi({containerId:e,config:t,dataLayer:this.dataLayer})}addFacetsWidget(e,t){this.searchFacetsConfig=t,this.searchFacetsWidget=new Vi({containerId:e,config:t,dataLayer:this.dataLayer,routerHelper:this.routerHelper},this.cacheFacets.bind(this))}executeSearch(e,t){const a={...this.dataLayer.searchObject};a.query=te.removeXSSRiskyTags(e),a.page=1,a.facets=[],a.location={...a.location},this.locationObserver&&this.dataLayer.$locationDecodingLoading.unsubscribe(this.locationObserver),this.locationObserver=this.dataLayer.$locationDecodingLoading.subscribeUntil(()=>{var i,n;a.location.address=this.dataLayer.searchLocation,a.location.radius=this.dataLayer.searchRadius,a.location.lat=this.dataLayer.searchLat,a.location.lon=this.dataLayer.searchLong,this.dataLayer.forceNotCorrect=!!t;let s=(i=this.routerHelper)==null?void 0:i.searchObjectToParams(a);s&&(s=(n=this.routerHelper)==null?void 0:n.extractParamsThatDoNotStartWithRouteName(s)),s&&(a.additionalProps=Object.keys(s).map(o=>s?{key:o,value:s[o]}:{key:"",value:""})),this.dataLayer.setSearchObject(a),this.dataLayer.lastSearchValue=a.query},!1)}executeSuggest(e){var a,s;let t={term:e,queryParams:[]};(s=(a=this.dataLayer.searchInputConfig)==null?void 0:a.hooks)!=null&&s.beforeAutosuggest&&(t=this.dataLayer.searchInputConfig.hooks.beforeAutosuggest(t)),t&&t.term!==void 0&&t.queryParams!==void 0&&this.suggest(t.term,t.queryParams)}trackRelatedSearchClick(e){var t;this.dataLayer.searchResultsMetadata&&this.dataLayer.searchRelatedSearches&&!this.dataLayer.cookiesDisabled&&we.trackRelatedSearchClick({...this.dataLayer.parsedData.trackingData,relatedSearch:e,totalRelatredSearches:((t=this.dataLayer.searchRelatedSearches)==null?void 0:t.length)??0})}executeLinkClick(e){var a,s;let t=pt.findResultByUniqueId(e,this.dataLayer.searchResults??[]);t&&((s=(a=this.searchResultsConfig)==null?void 0:a.hooks)!=null&&s.afterLinkClick&&(t=this.searchResultsConfig.hooks.afterLinkClick(t)),t&&this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&we.trackClick({result:t,...this.dataLayer.parsedData.trackingData}).then(()=>{typeof window<"u"&&(window.location.href=(t==null?void 0:t.url)??"")}).catch(()=>{typeof window<"u"&&(window.location.href=(t==null?void 0:t.url)??"")}))}setPage(e){var t;(t=this.searchPaginationWidget)==null||t.goToPage(e)}setCookiesDisabled(e){this.dataLayer.setCookiesDisabled(e)}changeResultTemplate(e){var t,a,s;this.searchResultsConfig&&(this.searchResultsConfig.templates=(t=this.searchResultsConfig)!=null&&t.templates?{...(a=this.searchResultsConfig)==null?void 0:a.templates,...e}:e,(s=this.searchResultsWidget)==null||s.changeTemplate())}}const M={searchstax:new Zi("react")};function Qs(r,e,t,a,s,i,n,o){return u.jsx(u.Fragment,{children:r&&u.jsx("div",{className:"searchstax-location-input-container","data-test-id":"searchstax-location-input-container",children:u.jsxs("div",{className:"searchstax-location-input-wrapper",children:[u.jsx("span",{className:"searchstax-location-input-label",children:"NEAR"}),u.jsxs("div",{className:"searchstax-location-input-wrapper-inner",children:[u.jsx("input",{type:"text",id:"searchstax-location-input",className:"searchstax-location-input"+(o?" searchstax-input-location-error":""),placeholder:"Zip, Postal Code or City...","aria-label":"Search Location Input","data-test-id":"searchstax-location-input",value:i??"",onChange:c=>e(c.target.value),onBlur:c=>t(c.target.value)}),u.jsx("button",{onClick:s,className:"searchstax-get-current-location-button",children:"Use my current location"})]}),r.shouldShowLocationDistanceDropdown&&u.jsx("span",{className:"searchstax-location-input-label",children:"WITHIN"}),r.shouldShowLocationDistanceDropdown&&u.jsx("select",{id:"searchstax-location-radius-select",className:"searchstax-location-radius-select","aria-label":"Search Location Radius Select","data-test-id":"searchstax-location-radius-select",onChange:c=>a(c.target.value),value:n,children:r.locationSearchDistanceValues.map(({value:c,label:l})=>u.jsx("option",{value:c,children:l},c))})]})})})}function Bs(r){let e=!1;const[t,a]=E.useState(null),[s,i]=E.useState(null),[n,o]=E.useState(!1),[c,l]=E.useState(void 0),[g]=E.useState(Math.random());E.useEffect(()=>{if(f(),M.searchstax)M.searchstax.addSearchLocationWidget("search-location-container"+g,{hooks:r.hooks,locationSearchEnabled:r.locationSearchEnabled,locationValuesOverride:r.locationValuesOverride});else throw Error("Searchstax instance needs to be passed via props")},[]);function f(){e||(M.searchstax.dataLayer.$locationWidgetTemplateData.subscribe(m=>{a(m)}),M.searchstax.dataLayer.$searchObject.subscribe(m=>{i(m.location.address??""),l(m.location.radius||"")}),M.searchstax.dataLayer.$searchLocationChange.subscribe(m=>{i(m)}),M.searchstax.dataLayer.$searchRadiusChange.subscribe(m=>{l(m)}),M.searchstax.dataLayer.$locationError.subscribe(m=>{o(m)}),e=!0)}function p(){var m;(m=M.searchstax.searchLocationWidget)==null||m.getCurrentLocation()}function y(m){var x;l(m),(x=M.searchstax.searchLocationWidget)==null||x.setRadiusValue(m+"")}function w(m){var x;i(m),(x=M.searchstax.searchLocationWidget)==null||x.triggerGeocoder(m)}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"search-location-container"+g,children:[!r.searchLocationTemplate&&t&&u.jsx(u.Fragment,{children:Qs(t,i,w,y,p,s,c,n)}),r.searchLocationTemplate&&u.jsx(u.Fragment,{children:r.searchLocationTemplate(t,i,w,y,p,s,c,n)})]})})}const Es={appId:"APP_ID",relatedSearchesAPIKey:"KEY"},Pt={locationDecode:r=>new Promise(e=>{const t="GEOCODING_API_KEY",a=`https://maps.googleapis.com/maps/api/geocode/json?address=${encodeURIComponent(r)}&key=${t}`;fetch(a).then(s=>s.json()).then(s=>{if(s.status==="OK"&&s.results.length>0){const i=s.results[0],n={lat:i.geometry.location.lat,lon:i.geometry.location.lng,address:i.formatted_address};e(n)}else e({address:void 0,lat:void 0,lon:void 0,error:!0})}).catch(()=>{e({address:void 0,lat:void 0,lon:void 0,error:!0})})}),locationDecodeCoordinatesToAddress:(r,e)=>new Promise(t=>{fetch(`https://geocoding-staging.searchstax.co/reverse?location=${r},${e}&components=country:US&app_id=${Es.appId}`,{method:"GET",headers:{Authorization:`Token ${Es.relatedSearchesAPIKey}`}}).then(a=>a.json()).then(a=>{if(a.status==="OK"&&a.results.length>0){const s=a.results[0];t({address:s.formatted_address,lat:r,lon:e,error:!1})}else t({address:void 0,lat:r,lon:e,error:!0})}).catch(()=>{t({address:void 0,lat:r,lon:e,error:!0})})}),locationSearchEnabled:!1,locationValuesOverride:{locationDistanceEnabled:!0,filterValues:["any","1000"],filterUnit:"miles",locationFilterDefaultValue:"any"}};function Xi(r,e,t,a){return u.jsxs(u.Fragment,{children:[u.jsxs("div",{className:"searchstax-search-input-wrapper",children:[u.jsx("input",{type:"text",id:"searchstax-search-input",className:"searchstax-search-input",placeholder:"SEARCH FOR...","aria-label":"search"}),u.jsx("div",{className:`searchstax-autosuggest-container ${r.length===0?"hidden":""}`,onMouseLeave:e,children:r.map(function(s){return u.jsx("div",{className:"searchstax-autosuggest-item",children:u.jsx("div",{className:"searchstax-autosuggest-item-term-container",tabIndex:0,dangerouslySetInnerHTML:{__html:s.term},onMouseOver:()=>{t(s)},onClick:()=>{a()}})},s.term)})})]}),u.jsx(Bs,{searchLocationTemplate:Qs,hooks:{locationDecode:Pt.locationDecode,locationDecodeCoordinatesToAddress:Pt.locationDecodeCoordinatesToAddress},locationSearchEnabled:Pt.locationSearchEnabled,locationValuesOverride:Pt.locationValuesOverride}),u.jsx("button",{className:"searchstax-spinner-icon",id:"searchstax-search-input-action-button","aria-label":"search"})]})}function en(r){let e=!1;const[t,a]=E.useState([]),[s,i]=E.useState(null);E.useEffect(()=>{if(n(),M.searchstax){const g={};r.afterAutosuggest&&(g.afterAutosuggest=r.afterAutosuggest),r.beforeAutosuggest&&(g.beforeAutosuggest=r.beforeAutosuggest),M.searchstax.addSearchInputWidget("searchstax-input-container",{suggestAfterMinChars:r.suggestAfterMinChars,hooks:g,templates:{mainTemplate:{template:"",searchInputId:r.searchInputId??"searchstax-search-input"}}})}else throw Error("Searchstax instance needs to be passed via props");M.searchstax.dataLayer.setInputTemplateRendered(!0)},[]);function n(){e||(M.searchstax.dataLayer.$autosuggestResults.subscribe(g=>{a((g==null?void 0:g.suggestions)??[])}),M.searchstax.dataLayer.$inputWidgetTemplateData.subscribe(g=>{i(g)}),e=!0)}function o(){var g,f;(g=M.searchstax.searchInputWidget)==null||g.resetAutosuggestSelection(),(f=M.searchstax.searchInputWidget)==null||f.markActiveAutosuggestItem()}function c(g){var f;(f=M.searchstax.searchInputWidget)==null||f.onSuggestionEnter(g)}function l(){var g;(g=M.searchstax.searchInputWidget)==null||g.suggestionChosen()}return u.jsx(u.Fragment,{children:u.jsx("div",{id:"searchstax-input-container",children:u.jsxs("div",{className:`searchstax-search-input-container searchstax-search-input-container-new ${s!=null&&s.locationEnabled?"searchstax-alternative-render":""}`,children:[!r.inputTemplate&&u.jsx(u.Fragment,{children:Xi(t,o,c,l)}),r.inputTemplate&&u.jsx(u.Fragment,{children:r.inputTemplate(t,o,c,l,s)})]})})})}function tn(r){const[e,t]=E.useState(!1);return E.useEffect(()=>{const a={};r.beforeSearch&&(a.beforeSearch=r.beforeSearch),r!=null&&r.afterSearch&&(a.afterSearch=r.afterSearch),M.searchstax.initialize({language:r.language??"en",model:r.model,sessionId:r.sessionId,searchURL:r.searchURL,questionURL:r.questionURL,suggesterURL:r.suggesterURL,trackApiKey:r.trackApiKey,searchAuth:r.searchAuth,authType:r.authType??"basic",autoCorrect:r.autoCorrect,router:r.router,hooks:a,analyticsBaseUrl:r.analyticsBaseUrl,analyticsSrc:r.analyticsSrc}),setTimeout(()=>{t(!0)},100),r.initialized(M.searchstax)},[]),u.jsx(u.Fragment,{children:e&&u.jsxs(u.Fragment,{children:[" ",r.children," "]})})}function an(r,e,t){return u.jsxs("div",{children:[u.jsxs("div",{className:"searchstax-no-results",children:[" ","Showing ",u.jsx("strong",{children:"no results"})," for ",u.jsxs("strong",{children:['"',r,'"']}),u.jsx("br",{}),(e==null?void 0:e.spellingSuggestion)&&u.jsxs("span",{children:[" Did you mean"," ",u.jsx("a",{href:"#","aria-label":`Did you mean ${e==null?void 0:e.spellingSuggestion}`,className:"searchstax-suggestion-term",onClick:a=>{a.preventDefault(),t(e==null?void 0:e.spellingSuggestion)},children:e==null?void 0:e.spellingSuggestion}),"?"]})]}),u.jsx("ul",{children:u.jsxs("li",{children:[" ","Try searching for search related terms or topics. We offer a wide variety of content to help you get the information you need."," "]})})]})}function sn(r,e){return u.jsx(u.Fragment,{children:r&&r.length&&u.jsx("div",{className:"searchstax-search-results","aria-live":"polite",children:r!==null&&r.map(function(t){return u.jsx("a",{href:t.url??"",onClick:a=>{e(t,a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(t,a)},"data-searchstax-unique-result-id":t.uniqueId,"aria-labelledby":`title-${t.uniqueId}`,className:"searchstax-result-item-link searchstax-result-item-link-wrapping",tabIndex:0,children:u.jsxs("div",{className:`searchstax-search-result ${t.thumbnail?"has-thumbnail":""}`,children:[t.promoted&&u.jsx("div",{className:"searchstax-search-result-promoted"}),t.ribbon&&u.jsx("div",{className:"searchstax-search-result-ribbon",dangerouslySetInnerHTML:{__html:t.ribbon}}),t.thumbnail&&u.jsx("img",{alt:"",src:t.thumbnail,className:"searchstax-thumbnail"}),u.jsx("div",{className:"searchstax-search-result-title-container",children:u.jsx("span",{className:"searchstax-search-result-title",id:`title-${t.uniqueId}`,dangerouslySetInnerHTML:{__html:t.title??""}})}),t.paths&&u.jsx("p",{className:"searchstax-search-result-common",tabIndex:0,dangerouslySetInnerHTML:{__html:t.paths}}),t.description&&u.jsx("p",{className:"searchstax-search-result-description searchstax-search-result-common",tabIndex:0,dangerouslySetInnerHTML:{__html:t.description}}),t.unmappedFields.map(function(a){return u.jsxs("div",{children:[a.isImage&&typeof a.value=="string"&&u.jsx("div",{className:"searchstax-search-result-image-container",children:u.jsx("img",{alt:"",src:a.value,className:"searchstax-result-image"})}),!a.isImage&&u.jsx("div",{children:u.jsx("p",{tabIndex:0,className:"searchstax-search-result-common",dangerouslySetInnerHTML:{__html:a.value}})})]},a.key)})]},t.uniqueId)},t.uniqueId)})})})}function rn(r){const[e,t]=E.useState(null),a=E.useRef();a.current=e;const[s,i]=E.useState(""),[n,o]=E.useState(null),c=(f,p)=>{p.preventDefault(),p.stopPropagation(),M.searchstax.executeLinkClick(f.uniqueId)};E.useEffect(()=>{g();const f={};r.afterLinkClick&&(f.afterLinkClick=r.afterLinkClick),M.searchstax.addSearchResultsWidget("searchstax-results-container",{templates:{},renderMethod:r.renderMethod??"pagination",resultsPerPage:r.resultsPerPage,hooks:f})},[]);function l(f){M.searchstax.executeSearch(f)}function g(){M.searchstax.dataLayer.$searchResults.subscribe(f=>{var m;const p=a.current??[],y=f??[],w=r.renderMethod==="infiniteScroll"?[...p,...y]:f;((m=M.searchstax.dataLayer.$searchObject.value)==null?void 0:m.page)===1?t(y):t(w)}),M.searchstax.dataLayer.$searchTermChange.subscribe(f=>{i(f)}),M.searchstax.dataLayer.$searchResultsMetadata.subscribe(f=>{o(f)})}return u.jsx(u.Fragment,{children:u.jsx("div",{id:"searchstax-results-container",children:u.jsx("section",{"aria-label":"search results container",tabIndex:0,children:u.jsx("div",{className:"searchstax-search-results-container",id:"searchstax-search-results-container",children:u.jsxs("div",{id:"searchstax-result-container",children:[e&&e.length===0&&s!==""&&s!=="*"&&M.searchstax.dataLayer.parsedData.firstSearchHappened&&!r.noResultTemplate&&u.jsx(u.Fragment,{children:an(s,n,l)}),e&&e.length===0&&s!==""&&s!=="*"&&M.searchstax.dataLayer.parsedData.firstSearchHappened&&r.noResultTemplate&&u.jsx(u.Fragment,{children:r.noResultTemplate(s,n,l)}),e&&e.length>0&&!r.resultsTemplate&&sn(e,c),e&&e.length>0&&r.resultsTemplate&&u.jsx(u.Fragment,{children:r.resultsTemplate(e,c)})]})})})})})}function nn(r,e,t){return u.jsx(u.Fragment,{children:r&&(r==null?void 0:r.totalResults)!==0&&u.jsx("div",{className:"searchstax-pagination-container",children:u.jsxs("div",{className:"searchstax-pagination-content",children:[u.jsxs("a",{className:`searchstax-pagination-previous ${r.isFirstPage?"disabled":""}`,tabIndex:0,style:r!=null&&r.isFirstPage?{pointerEvents:"none"}:{},onClick:a=>{t(a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&t(a)},id:"searchstax-pagination-previous",children:[" ","< Previous"," "]}),u.jsxs("div",{className:"searchstax-pagination-details",children:[" ",r==null?void 0:r.startResultIndex," -"," ",r==null?void 0:r.endResultIndex," of"," ",r==null?void 0:r.totalResults]}),u.jsx("a",{className:`searchstax-pagination-next ${r.isLastPage?"disabled":""}`,tabIndex:0,style:r!=null&&r.isLastPage?{pointerEvents:"none"}:{},onClick:a=>{e(a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(a)},id:"searchstax-pagination-next",children:"Next >"})]})})})}function on(r,e){return u.jsx(u.Fragment,{children:r&&r.isInfiniteScroll&&(r==null?void 0:r.totalResults)!==0&&!(r!=null&&r.isLastPage)&&u.jsx("div",{className:"searchstax-pagination-container",children:u.jsx("a",{className:"searchstax-pagination-load-more",tabIndex:0,onClick:t=>{e(t)},onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&e(t)},children:"Show More >"})})})}function cn(r){let e=!1;const[t,a]=E.useState(!1),[s,i]=E.useState(null),[n]=E.useState(Math.random());E.useEffect(()=>{if(o(),M.searchstax)M.searchstax.addPaginationWidget("searchstax-pagination-container"+n,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function o(){e||(M.searchstax.dataLayer.$searchObject.subscribe(()=>{c()}),M.searchstax.dataLayer.$paginationData.subscribe(f=>{i(f)}),e=!0)}function c(){!t&&M.searchstax.routerHelper&&(a(!0),M.searchstax.addPaginationWidget("searchstax-pagination-container"+n,{}))}function l(f){var p;(p=M.searchstax.searchPaginationWidget)==null||p.nextPage(f)}function g(f){var p;(p=M.searchstax.searchPaginationWidget)==null||p.previousPage(f)}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"searchstax-pagination-container"+n,children:[!r.paginationTemplate&&s&&!s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&u.jsx(u.Fragment,{children:nn(s,l,g)}),r.paginationTemplate&&s&&!s.isInfiniteScroll&&u.jsx(u.Fragment,{children:r.paginationTemplate(s,l,g)}),!r.infiniteScrollTemplate&&s&&s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&!(s!=null&&s.isLastPage)&&u.jsx(u.Fragment,{children:on(s,l)}),r.infiniteScrollTemplate&&s&&s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&!(s!=null&&s.isLastPage)&&u.jsx(u.Fragment,{children:r.infiniteScrollTemplate(s,l)})]})})}function ln(r,e,t){return u.jsx(u.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&r.sortOptions.length>0&&(r==null?void 0:r.hasResultsOrExternalPromotions)&&u.jsxs("div",{className:"searchstax-sorting-container",children:[u.jsx("label",{className:"searchstax-sorting-label",htmlFor:"searchstax-search-order-select",children:"Sort By"}),u.jsx("select",{id:"searchstax-search-order-select",className:"searchstax-search-order-select",value:t,onChange:a=>{e(a.target.value)},children:r.sortOptions.map(function(a){return u.jsx("option",{value:a.key,children:a.value},a.key)})})]})})}function hn(r){let e=!1;const[t,a]=E.useState(null),[s,i]=E.useState(""),[n]=E.useState(Math.random());E.useEffect(()=>{if(o(),M.searchstax)M.searchstax.addSearchSortingWidget("search-sorting-container"+n,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function o(){e||(M.searchstax.dataLayer.$searchSortingData.subscribe(l=>{a(l)}),M.searchstax.dataLayer.$searchObject.subscribe(l=>{i(decodeURIComponent((l==null?void 0:l.order)??""))}),e=!0)}function c(l){var g;(g=M.searchstax.searchSortingWidget)==null||g.setOrderQuery(l)}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"search-sorting-container"+n,children:[!r.searchSortingTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasResultsOrExternalPromotions)&&u.jsx(u.Fragment,{children:ln(t,c,s)}),r.searchSortingTemplate&&u.jsx(u.Fragment,{children:r.searchSortingTemplate(t,c,s)})]})})}function un(r,e){return u.jsx(u.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.totalResults)>0&&u.jsxs(u.Fragment,{children:["Showing"," ",u.jsxs("b",{children:[r.startResultIndex," -"," ",r.endResultIndex]})," ","of",u.jsxs("b",{children:[" ",r.totalResults]})," results",r.searchTerm&&u.jsxs("span",{children:[' for "',u.jsx("b",{children:r.searchTerm}),'"'," "]}),u.jsx("div",{className:"searchstax-feedback-container-suggested",children:r.autoCorrectedQuery&&u.jsxs("div",{children:[" ","Search instead for"," ",u.jsx("a",{href:"#",onClick:t=>{e(t)},className:"searchstax-feedback-original-query","aria-label":`Search instead for ${r.originalQuery}`,children:r.originalQuery})]})})]})})}function dn(r){let e=!1;const[t,a]=E.useState(null),[s]=E.useState(Math.random());E.useEffect(()=>{if(i(),M.searchstax)M.searchstax.addSearchFeedbackWidget("search-feedback-container"+s,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function i(){e||(M.searchstax.dataLayer.$searchFeedbackData.subscribe(o=>{a(o)}),e=!0)}function n(o){var c;(c=M.searchstax.searchFeedbackWidget)==null||c.onOriginalQueryClick(o)}return u.jsx(u.Fragment,{children:u.jsxs("div",{className:"search-feedback-container",id:"search-feedback-container"+s,children:[!r.searchOverviewTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.totalResults)>0&&u.jsx(u.Fragment,{children:un(t,n)}),r.searchOverviewTemplate&&u.jsx(u.Fragment,{children:r.searchOverviewTemplate(t,n)})]})})}function gn(r,e,t,a,s,i,n){return u.jsx("div",{className:"searchstax-facets-container-desktop",children:r==null?void 0:r.facets.map(o=>u.jsx("div",{className:`searchstax-facet-container ${t(o.name)?"active":""}`,children:u.jsxs("div",{children:[u.jsxs("div",{className:"searchstax-facet-title-container",onClick:()=>{a(o.name)},children:[u.jsxs("div",{className:"searchstax-facet-title",children:[" ",o.label]}),u.jsx("div",{className:"searchstax-facet-title-arrow active"})]}),u.jsxs("div",{className:"searchstax-facet-values-container","aria-live":"polite",children:[o.values.map((c,l)=>(e[l+o.name]=E.createRef(),u.jsxs("div",{className:`searchstax-facet-value-container ${c.disabled?"searchstax-facet-value-disabled":""}`,ref:e[l+o.name],children:[u.jsx("div",{className:"searchstax-facet-input desktop-"+l+o.name,children:u.jsx("input",{type:"checkbox",className:"searchstax-facet-input-checkbox",checked:i(c),readOnly:!0,"aria-label":c.value+" "+c.count,disabled:c.disabled,onClick:g=>{s(l+o.name,g,c,!0)}})}),u.jsx("div",{className:"searchstax-facet-value-label",onClick:g=>{s(l+o.name,g,c,!1)},children:c.value}),u.jsxs("div",{className:"searchstax-facet-value-count",onClick:g=>{s(l+o.name,g,c,!1)},children:["(",c.count,")"]})]},c.value+c.parentName))),o.hasMoreFacets&&u.jsx("div",{className:"searchstax-facet-show-more-container",children:u.jsxs("div",{className:"searchstax-facet-show-more-container",onClick:c=>{n(c,o)},onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&n(c,o)},tabIndex:0,children:[o.showingAllFacets&&u.jsx("div",{className:"searchstax-facet-show-less-button searchstax-facet-show-button",children:"less"}),!o.showingAllFacets&&u.jsx("div",{className:"searchstax-facet-show-more-button searchstax-facet-show-button",children:"more"})]})})]})]})},o.name+"desktop"))})}function pn(r,e,t,a,s,i,n,o,c,l,g,f){return r?u.jsx("div",{className:"searchstax-facets-container-mobile",children:u.jsxs("div",{className:"searchstax-facets-pills-container",children:[u.jsx("div",{className:"searchstax-facets-pill searchstax-facets-pill-filter-by",onClick:()=>{l()},children:u.jsx("div",{className:"searchstax-facets-pill-label",children:"Filter By"})}),u.jsxs("div",{className:"searchstax-facets-pills-selected",children:[e.map(p=>u.jsxs("div",{className:"searchstax-facets-pill searchstax-facets-pill-facets",onClick:()=>{o(p)},children:[u.jsxs("div",{className:"searchstax-facets-pill-label",children:[p.value," (",p.count,")"]}),u.jsx("div",{className:"searchstax-facets-pill-icon-close"})]},p.value)),e.length!==0&&u.jsx("div",{className:"searchstax-facets-pill searchstax-clear-filters searchstax-facets-pill-clear-all",onClick:()=>{f()},children:u.jsx("div",{className:"searchstax-facets-pill-label",children:"Clear Filters"})})]}),u.jsxs("div",{className:`searchstax-facets-mobile-overlay ${r.overlayOpened?"searchstax-show":""}`,children:[u.jsxs("div",{className:"searchstax-facets-mobile-overlay-header",children:[u.jsx("div",{className:"searchstax-facets-mobile-overlay-header-title",children:"Filter By"}),u.jsx("div",{className:"searchstax-search-close",onClick:()=>{g()}})]}),u.jsx("div",{className:"searchstax-facets-container-mobile",children:r==null?void 0:r.facets.map(p=>u.jsx("div",{className:`searchstax-facet-container ${a(p.name)?"active":""}`,children:u.jsxs("div",{children:[u.jsxs("div",{className:"searchstax-facet-title-container",onClick:()=>{s(p.name)},children:[u.jsxs("div",{className:"searchstax-facet-title",children:[" ",p.label," "]}),u.jsx("div",{className:"searchstax-facet-title-arrow active"})]}),u.jsxs("div",{className:"searchstax-facet-values-container","aria-live":"polite",children:[p.values.map((y,w)=>(t[w+p.name]=E.createRef(),u.jsxs("div",{className:`searchstax-facet-value-container ${y.disabled?"searchstax-facet-value-disabled":""}`,ref:t[w+p.name],children:[u.jsx("div",{className:"searchstax-facet-input mobile-"+w+p.name,children:u.jsx("input",{type:"checkbox",className:"searchstax-facet-input-checkbox",checked:n(y),readOnly:!0,"aria-label":y.value+" "+y.count,disabled:y.disabled,onClick:m=>{i(w+p.name,m,y,!0,!0)}})}),u.jsx("div",{className:"searchstax-facet-value-label",onClick:m=>{i(w+p.name,m,y,!1)},children:y.value}),u.jsxs("div",{className:"searchstax-facet-value-count",onClick:m=>{i(w+p.name,m,y,!1)},children:["(",y.count,")"]})]},y.value+y.parentName))),u.jsx("div",{className:"searchstax-facet-show-more-container","v-if":"facet.hasMoreFacets",children:u.jsxs("div",{className:"searchstax-facet-show-more-container",onClick:y=>{c(y,p)},onKeyDown:y=>{(y.key==="Enter"||y.key===" ")&&c(y,p)},tabIndex:0,role:"button",children:[p.showingAllFacets&&u.jsx("div",{className:"searchstax-facet-show-less-button searchstax-facet-show-button",children:"less"}),!p.showingAllFacets&&u.jsx("div",{className:"searchstax-facet-show-more-button searchstax-facet-show-button",children:"more"})]})})]})]})},p.name+"mobile"))}),u.jsx("button",{className:"searchstax-facets-mobile-overlay-done",onClick:()=>{g()},children:"Done"})]})]})}):u.jsx(u.Fragment,{})}function mn(r){const[e,t]=E.useState(null),[a,s]=E.useState(null),[i,n]=E.useState([]),[o,c]=E.useState({}),l={},g=Math.random();let f=!1;E.useEffect(()=>{if(p(),M.searchstax)M.searchstax.addFacetsWidget("searchstax-facets-container"+g,{facetingType:r.facetingType,specificFacets:r.specificFacets,itemsPerPageDesktop:r.itemsPerPageDesktop,itemsPerPageMobile:r.itemsPerPageMobile,hooks:{beforeFacetsRender:r.beforeFacetsRender}});else throw Error("Searchstax instance needs to be passed via props")},[]);function p(){f||(M.searchstax.dataLayer.$facetsTemplateData.subscribe(v=>{v!=null&&v.isMobile?s(v):t(v)}),M.searchstax.dataLayer.$selectedFacetsTemplateData.subscribe(v=>{n((v??[]).filter(B=>B.type==="checkbox"))}),f=!0)}function y(v){var N;(N=M.searchstax.searchFacetsWidget)==null||N.unselectFacet(v)}function w(){var v;(v=M.searchstax.searchFacetsWidget)==null||v.removeSelectedFacets()}function m(v){return!o[v]}function x(v){m(v)?c({...o,[v]:!0}):c({...o,[v]:!1})}function k(v){var N;return(N=M.searchstax.searchFacetsWidget)==null?void 0:N.isChecked(v)}function A(v,N,B,de,V){var Ie;const re=V?"mobile-":"desktop-",Ce=document.getElementsByClassName(re+v);Ce[0]&&((Ie=M.searchstax.searchFacetsWidget)==null||Ie.onFacetSelect(N,B,Ce[0],!1,k(B)))}function F(v,N){var B;(B=M.searchstax.searchFacetsWidget)==null||B.onShowMoreLessClick(v,N,!1)}function T(v,N){var B;(B=M.searchstax.searchFacetsWidget)==null||B.onShowMoreLessClick(v,N,!0)}function P(){var v;(v=M.searchstax.searchFacetsWidget)==null||v.openOverlay()}function z(){var v;(v=M.searchstax.searchFacetsWidget)==null||v.closeOverlay()}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"searchstax-facets-container"+g,children:[(e==null?void 0:e.hasResultsOrExternalPromotions)&&!r.facetsTemplateDesktop&&u.jsx(u.Fragment,{children:gn(e,l,m,x,A,k,F)}),r.facetsTemplateDesktop&&u.jsx(u.Fragment,{children:r.facetsTemplateDesktop(e,l,m,x,A,k,F)}),(a==null?void 0:a.hasResultsOrExternalPromotions)&&!r.facetsTemplateMobile&&u.jsx(u.Fragment,{children:pn(a,i,l,m,x,A,k,y,T,P,z,w)}),r.facetsTemplateMobile&&u.jsx(u.Fragment,{children:r.facetsTemplateMobile(a,i,l,m,x,A,k,y,T,P,z,w)})]})})}function fn(r,e){return u.jsx(u.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.hasRelatedSearches)&&u.jsxs("div",{className:"searchstax-related-searches-container",id:"searchstax-related-searches-container",children:[" ","Related searches: ",u.jsx("span",{id:"searchstax-related-searches"}),r.relatedSearches&&u.jsx("span",{className:"searchstax-related-search",children:r.relatedSearches.map(t=>u.jsxs("span",{onClick:()=>{e(t)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(t)},tabIndex:0,className:"searchstax-related-search searchstax-related-search-item","aria-label":"Related search: "+t.related_search,children:[" ",t.related_search,!t.last&&u.jsx("span",{children:","})]},t.related_search))})]})})}function Ln(r){let e=!1;const[t,a]=E.useState(null),[s]=E.useState(Math.random());E.useEffect(()=>{if(i(),M.searchstax)M.searchstax.addRelatedSearchesWidget("searchstax-related-searches-container"+s,{relatedSearchesURL:r.relatedSearchesURL,relatedSearchesAPIKey:r.relatedSearchesAPIKey});else throw Error("Searchstax instance needs to be passed via props")},[]);function i(){e||(M.searchstax.dataLayer.$searchRelatedSearchesData.subscribe(o=>{a(o)}),e=!0)}function n(o){var c;(c=M.searchstax.relatedSearchesWidget)==null||c.executeSearch(o)}return u.jsxs(u.Fragment,{children:[!r.searchRelatedSearchesTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasRelatedSearches)&&u.jsx(u.Fragment,{children:fn(t,n)}),r.searchRelatedSearchesTemplate&&u.jsx(u.Fragment,{children:r.searchRelatedSearchesTemplate(t,n)})]})}function yn(r,e){return u.jsx(u.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.hasExternalPromotions)&&r.externalPromotions.map(t=>u.jsxs("div",{className:"searchstax-external-promotion searchstax-search-result",children:[u.jsx("div",{className:"icon-elevated"}),t.url&&u.jsx("a",{href:t.url,onClick:a=>{e(t,a)},className:"searchstax-result-item-link"}),u.jsx("div",{className:"searchstax-search-result-title-container",children:u.jsx("span",{className:"searchstax-search-result-title",children:t.name})}),t.description&&u.jsxs("p",{className:"searchstax-search-result-description searchstax-search-result-common",children:[" ",t.description," "]}),t.url&&u.jsxs("p",{className:"searchstax-search-result-description searchstax-search-result-common",children:[" ",t.url," "]})]},t.id))})}function wn(r){let e=!1;const[t,a]=E.useState(null),[s]=E.useState(Math.random());E.useEffect(()=>{if(i(),M.searchstax)M.searchstax.addExternalPromotionsWidget("searchstax-external-promotions-layout-container"+s,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function i(){e||(M.searchstax.dataLayer.$searchExternalPromotionsData.subscribe(o=>{a(o)}),e=!0)}function n(o,c){var l;(l=M.searchstax.externalPromotionsWidget)==null||l.trackClick(o,c)}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"searchstax-external-promotions-layout-container"+s,children:[!r.searchExternalPromotionsTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasExternalPromotions)&&u.jsx(u.Fragment,{children:yn(t,n)}),r.searchExternalPromotionsTemplate&&u.jsx(u.Fragment,{children:r.searchExternalPromotionsTemplate(t,n)})]})})}function xn(r,e){return u.jsx(u.Fragment,{children:r&&u.jsxs("div",{className:"searchstax-answer-wrap",children:[u.jsx("div",{className:"searchstax-answer-icon"}),u.jsxs("div",{children:[u.jsxs("div",{className:"searchstax-answer-container "+(r.showMoreButtonVisible===!0?"searchstax-answer-show-more":""),children:[u.jsx("div",{className:"searchstax-answer-title",children:"Smart Answers"}),r.shouldShowAnswerError&&u.jsx("div",{className:"searchstax-answer-error",dangerouslySetInnerHTML:{__html:r.answerErrorMessage}}),u.jsx("div",{className:"searchstax-answer-description",dangerouslySetInnerHTML:{__html:r.fullAnswerFormatted}}),r.answerLoading&&u.jsx("div",{className:"searchstax-answer-loading"})]}),r.showMoreButtonVisible===!0&&u.jsx("div",{className:"searchstax-answer-load-more-button-container",children:u.jsx("button",{className:"searchstax-answer-load-more-button",onClick:t=>{e(t)},children:"Show More"})})]}),u.jsxs("div",{className:"searchstax-answer-footer",children:[u.jsx("div",{id:"feedbackWidgetContainer"}),u.jsx("div",{className:"searchstax-lightweight-widget-separator-inline"}),u.jsx("p",{className:"searchstax-disclaimer",children:"Generative AI is Experimental"})]})]})})}function bn(r){let e=!1;const[t,a]=E.useState(null),[s]=E.useState(Math.random());E.useEffect(()=>{if(n(),M.searchstax){const o=r.feedbackwidget??void 0;M.searchstax.addAnswerWidget("searchstax-answer-container"+s,{showMoreAfterWordCount:r.showMoreAfterWordCount,feedbackwidget:o,testString:r.testString})}else throw Error("Searchstax instance needs to be passed via props")},[]);function i(o){var c;M.searchstax&&((c=M.searchstax.answerWidget)==null||c.showMore(o))}function n(){e||(M.searchstax.dataLayer.$answerData.subscribe(o=>{a(o)}),e=!0)}return u.jsx(u.Fragment,{children:u.jsxs("div",{id:"search-answer-container"+s,children:[!r.searchAnswerTemplate&&t&&t.shouldShowAnswer&&(t==null?void 0:t.searchExecuted)&&u.jsx(u.Fragment,{children:xn(t,i)}),r.searchAnswerTemplate&&t&&t.shouldShowAnswer&&u.jsx(u.Fragment,{children:r.searchAnswerTemplate(t,i)})]})})}exports.SearchstaxAnswerWidget=bn;exports.SearchstaxExternalPromotionsWidget=wn;exports.SearchstaxFacetsWidget=mn;exports.SearchstaxInputWidget=en;exports.SearchstaxLocationWidget=Bs;exports.SearchstaxOverviewWidget=dn;exports.SearchstaxPaginationWidget=cn;exports.SearchstaxRelatedSearchesWidget=Ln;exports.SearchstaxResultWidget=rn;exports.SearchstaxSortingWidget=hn;exports.SearchstaxWrapper=tn;
|
|
458
|
+
`,thumbsUpButtonClass:"searchstax-lightweight-widget-thumbs-up",thumbsDownButtonClass:"searchstax-lightweight-widget-thumbs-down"}};class A{}h(A,"answer",qn),h(A,"externalPromotions",Un),h(A,"facets",Yn),h(A,"pagination",Jn),h(A,"relatedSearches",Gn),h(A,"searchFeedback",Kn),h(A,"searchInput",Zn),h(A,"location",Xn),h(A,"searchResults",ei),h(A,"sorting",ti),h(A,"feedback",X);class ai{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"externalPromotionsContainerId");h(this,"searchExternalPromotionsMainContainer",null);var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.externalPromotionsContainerId=((a=(t=this.config.templates)==null?void 0:t.mainTemplate)==null?void 0:a.externalPromotionsContainerId)||A.externalPromotions.mainTemplate.externalPromotionsContainerId,typeof document<"u"&&(this.searchExternalPromotionsMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}initializeSubscriptions(){this.dataLayer.$searchExternalPromotions.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data,externalPromotions:this.dataLayer.parsedData.externalPromotions};return this.dataLayer.setExternalPromotionsData(e),e}addExternalSearch(e){var a,s,n,o;const t=typeof document<"u"?document==null?void 0:document.getElementById(this.externalPromotionsContainerId):null;if(t){const i=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.externalPromotion)==null?void 0:n.template)||((o=A.externalPromotions.externalPromotion)==null?void 0:o.template);if(typeof document<"u"){const c=document==null?void 0:document.createElement("div");c.classList.add("searchstax-external-promotion"),c.addEventListener("click",l=>{this.trackClick(e,l)}),c.innerHTML=z.render(i,e),t.appendChild(c)}}}trackClick(e,t){t.stopPropagation(),t.preventDefault(),window==null||window.open(e.url,"_blank")}renderMainTemplate(e){var a,s,n,o;const t=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.mainTemplate)==null?void 0:n.template)||((o=A.externalPromotions.mainTemplate)==null?void 0:o.template);if(this.dataLayer.renderingEngine===K.mustache){this.searchExternalPromotionsMainContainer.innerHTML=z.render(t,e);const i=typeof document<"u"?document==null?void 0:document.getElementById(this.externalPromotionsContainerId):null;i&&(i.innerHTML="");for(const c of e.externalPromotions)this.addExternalSearch(c)}}}class se{static addAccessibilityNotificationContainerToBody(){if(!document.getElementById("searchAccessibilityContainer")){const e=document.createElement("div");e.setAttribute("aria-live","polite"),e.setAttribute("id","searchAccessibilityContainer"),document.body.appendChild(e)}}static setAccessibilityText(e,t,a){this.addAccessibilityNotificationContainerToBody();const s=a??"searchAccessibility",n=document.getElementById(s);n&&n.remove();const o=document.createElement("span");o.setAttribute("id",s),o.innerHTML=e;const i=document.getElementById("searchAccessibilityContainer");i&&setTimeout(()=>{i.appendChild(o)},t??100)}}class si{constructor(e,t){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"routerHelper");h(this,"cachedPhrase","");h(this,"cachedANDFacets","");h(this,"isCached",!1);h(this,"overlayOpened",!1);h(this,"facetPaginationStep");h(this,"facetPaginationStepMobile");h(this,"searchFacetsMainContainer",null);h(this,"searchFacetsMobileContainer",null);h(this,"searchFacetsDesktopContainer",null);h(this,"facetLimits",{});h(this,"facetLimitsMobile",{});h(this,"deactivatedFacets",{});h(this,"focusedElement",null);h(this,"cachedData",null);h(this,"cacheFacets");h(this,"onFacetSelect",(e,t,a,s,n)=>{if(e.stopPropagation(),!t.disabled){const o=a.querySelector("input");let i=s?o.checked:!o.checked;n!==void 0&&(i=!n),o.checked=i;const c=this.dataLayer.searchObject;let l=[...c.facets];const g=this.extractFacetValue(t);i?l.find(m=>Le.deepEqual(m,g)?m:!1)||(this.config.facetingType==="tabs"&&(l=l.filter(m=>m.name!==g.name)),l.push(g)):l=l.filter(m=>!Le.deepEqual(m,g)),setTimeout(()=>{this.dataLayer.setSearchObject({...c,facets:l,page:1}),this.config.facetingType==="tabs"&&this.renderMainTemplate(this.generateTemplateData(),!0)},0)}});this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.routerHelper=e.routerHelper,this.cacheFacets=t,this.facetPaginationStep=this.config.itemsPerPageDesktop,this.facetPaginationStepMobile=this.config.itemsPerPageMobile,typeof document<"u"&&(this.searchFacetsMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.needCache&&t(this.config.facetingType==="tabs"),this.initializeSubscriptions()}get needCache(){return this.config.facetingType==="showUnavailable"||this.config.facetingType==="or"||this.config.facetingType==="tabs"}get needDisabling(){return this.config.facetingType==="showUnavailable"}initializeSubscriptions(){this.needCache&&(this.dataLayer.$searchFacetsCached.subscribe(e=>{e&&this.dataLayer.searchFacets&&this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$searchFacetsCachedTabs.subscribe(e=>{e&&this.dataLayer.searchFacets&&this.renderMainTemplate(this.generateTemplateData())})),this.dataLayer.$searchResults.subscribe(e=>{e&&(this.needCache&&!this.isCached&&(this.dataLayer.searchFacets&&!this.dataLayer.searchFacetsCached&&this.dataLayer.setSearchFacetsCached(this.dataLayer.searchFacets),this.cacheFacets(this.config.facetingType==="tabs")),this.renderMainTemplate(this.generateTemplateData()))}),this.dataLayer.$searchObject.subscribe(e=>{this.cachedPhrase!==e.query||this.cachedANDFacets!==this.dataLayer.parsedData.cachedANDFacets?(this.cachedANDFacets=this.dataLayer.parsedData.cachedANDFacets,this.cachedPhrase=e.query,this.isCached=!1):this.isCached=!0})}extractFacetValue(e){return{type:this.config.facetingType,name:e.parentName,value:e.value}}applyFacetLimits(e,t){const a=t?this.facetPaginationStepMobile:this.facetPaginationStep,s=t?this.facetLimits:this.facetLimitsMobile;return e.forEach(n=>{s[n.name]||(s[n.name]=a)}),e.map(n=>({...n,values:n.values.slice(0,s[n.name]),showingAllFacets:n.values.length<=s[n.name],hasMoreFacets:n.values.length>a}))}generateTemplateData(e){var t;if(this.generateSelectedFacetsData(),this.dataLayer.searchFacets){let a=this.dataLayer.searchFacets;(t=this.config.hooks)!=null&&t.beforeFacetsRender&&(a=this.config.hooks.beforeFacetsRender(a)),this.needCache&&this.dataLayer.searchFacetsCached&&(a=this.dataLayer.searchFacetsCached,this.config.facetingType==="tabs"&&this.dataLayer.searchFacetsCachedTabs&&(a=this.dataLayer.searchFacetsCachedTabs),this.needDisabling&&(a=a.map(n=>{var i;const o=(i=this.dataLayer.searchFacets)==null?void 0:i.find(c=>c.name===n.name);return o?{...n,values:n.values.map(c=>{const l=o.values.find(g=>c.type==="range"?!1:c.type==="checkbox"?g.value===c.value:!1);return{...c,disabled:!l,isMobile:e}})}:{...n,values:n.values.map(c=>({...c,disabled:!0})),isMobile:e}}))),this.config.specificFacets&&(a=a.filter(n=>{var o;return(o=this.config.specificFacets)==null?void 0:o.includes(n.name)}));const s={facets:this.applyFacetLimits(a,e),...this.dataLayer.parsedData.data,isMobile:e};return this.dataLayer.setFacetsTemplateData(s),s}else{const a={facets:[],...this.dataLayer.parsedData.data,isMobile:e};return this.dataLayer.setFacetsTemplateData(a),a}}createFacetItem(e,t,a){var s,n,o,i,c,l,g,m,p,w,b,L,T,y,x,v;if(typeof document<"u"){const k=document==null?void 0:document.createElement("div");k.classList.add("searchstax-facet-container"),this.deactivatedFacets[e.name]||k.classList.add("active");const j=((o=(n=(s=this.config)==null?void 0:s.templates)==null?void 0:n.facetItemContainerTemplate)==null?void 0:o.template)||((i=A.facets.facetItemContainerTemplate)==null?void 0:i.template);k.innerHTML=z.render(j,e),t.appendChild(k);const F=k.querySelector("."+(((g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.facetItemContainerTemplate)==null?void 0:g.facetListTitleContainerClass)||((m=A.facets.facetItemContainerTemplate)==null?void 0:m.facetListTitleContainerClass)));F==null||F.addEventListener("click",()=>{k.classList.toggle("active");const O=k.classList.contains("active"),H=F.querySelector(".searchstax-facet-title");H&&H.setAttribute("aria-expanded",String(O))}),(L=F==null?void 0:F.querySelector("."+((b=(w=(p=this.config)==null?void 0:p.templates)==null?void 0:w.facetItemContainerTemplate)==null?void 0:b.facetListTitleContainerInner)))==null||L.addEventListener("keydown",O=>{if(O.code==="Enter"||O.code==="Space"){O.preventDefault(),k.classList.toggle("active");const H=k.classList.contains("active"),Z=F.querySelector(".searchstax-facet-title");Z&&Z.setAttribute("aria-expanded",String(H))}});const E=k.querySelector("."+(((x=(y=(T=this.config)==null?void 0:T.templates)==null?void 0:y.facetItemContainerTemplate)==null?void 0:x.facetListContainerClass)||((v=A.facets.facetItemContainerTemplate)==null?void 0:v.facetListContainerClass)));E&&(e.values.forEach(O=>{this.createFacetListItem(O,E,e.name)}),e.hasMoreFacets&&this.createHasMoreComponent(e,E,a))}}isChecked(e){var t;return!!((t=this.dataLayer.searchObject.facets)!=null&&t.find(a=>Le.deepEqual(a,this.extractFacetValue(e))))}createFacetListItem(e,t,a){var s,n,o,i,c,l,g,m,p,w,b,L;if(typeof document<"u"){const T=document==null?void 0:document.createElement("div");T.classList.add("searchstax-facet-value-container"),e.disabled&&T.classList.add("searchstax-facet-value-disabled");const y=this.isChecked(e),x=((o=(n=(s=this.config)==null?void 0:s.templates)==null?void 0:n.facetItemTemplate)==null?void 0:o.template)||((i=A.facets.facetItemTemplate)==null?void 0:i.template);T.innerHTML=z.render(x,{...e,isChecked:y});let v=(c=A.facets.facetItemTemplate)==null?void 0:c.checkTriggerClasses;v=((m=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.facetItemTemplate)==null?void 0:m.checkTriggerClasses)||v,v.forEach(j=>{var F;(F=T.querySelector("."+j))==null||F.addEventListener("click",E=>{this.onFacetSelect(E,e,T)})});const k=T.querySelector("."+(((b=(w=(p=this.config)==null?void 0:p.templates)==null?void 0:w.facetItemTemplate)==null?void 0:b.inputCheckboxClass)||((L=A.facets.facetItemTemplate)==null?void 0:L.inputCheckboxClass)));k==null||k.addEventListener("click",j=>{this.onFacetSelect(j,e,T,!0)}),k&&(k==null||k.setAttribute("data-test-value",`${encodeURIComponent(a)}:"${encodeURIComponent(e.value)}"`)),t.appendChild(T)}}createHasMoreComponent(e,t,a){var s,n,o,i,c,l,g,m,p,w;if(typeof document<"u"){const b=document==null?void 0:document.createElement("div");b.classList.add("searchstax-facet-show-more-container");const L=((o=(n=(s=this.config)==null?void 0:s.templates)==null?void 0:n.showMoreButtonContainerTemplate)==null?void 0:o.template)||((i=A.facets.showMoreButtonContainerTemplate)==null?void 0:i.template);b.innerHTML=z.render(L,{...e,focusId:`moreLess${(l=(c=e==null?void 0:e.values)==null?void 0:c[0])==null?void 0:l.value}`});const T=b.querySelector("."+(((p=(m=(g=this.config)==null?void 0:g.templates)==null?void 0:m.showMoreButtonContainerTemplate)==null?void 0:p.showMoreButtonClass)||((w=A.facets.showMoreButtonContainerTemplate)==null?void 0:w.showMoreButtonClass)));T&&(this.attachOnclickToShowMore(e,T,a),t&&t.appendChild(T))}}attachOnclickToShowMore(e,t,a){t.addEventListener("click",s=>{this.onShowMoreLessClick(s,e,a)}),t.addEventListener("keydown",s=>{s.code==="Space"&&s.preventDefault()}),t.addEventListener("keyup",s=>{(s.code==="Space"||s.code==="Enter")&&(s.preventDefault(),this.onShowMoreLessClick(s,e,a))})}onShowMoreLessClick(e,t,a){e.preventDefault();const s=a?this.facetPaginationStepMobile:this.facetPaginationStep,n=a?this.facetLimits:this.facetLimitsMobile;n[t.name]===void 0?n[t.name]=s*2:n[t.name]<=t.values.length?(se.setAccessibilityText(`More Facets shown for ${t.label}`,0,`moreLess${new Date().getTime()}`),n[t.name]=n[t.name]+s):(se.setAccessibilityText(`Less Facets shown for ${t.label}`,0,`moreLess${new Date().getTime()}`),n[t.name]=s),this.generateTemplateData(a),this.renderMainTemplate(this.generateTemplateData())}renderMainTemplate(e,t){var a,s,n,o,i,c,l,g,m,p,w;if(e&&(!Le.deepEqual(this.cachedData??{},e)||t)){this.cachedData=e;const b=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.mainTemplateDesktop)==null?void 0:n.template)||((o=A.facets.mainTemplateDesktop)==null?void 0:o.template);if(this.dataLayer.renderingEngine===K.mustache&&this.searchFacetsMainContainer){const L=document.activeElement;L instanceof HTMLInputElement&&L.type==="checkbox"||L!=null&&L.classList.contains("searchstax-facet-show-more-button")||L!=null&&L.classList.contains("searchstax-facet-show-less-button")?this.focusedElement=L:this.focusedElement=null,this.searchFacetsMainContainer.innerHTML=z.render(b,{...e});const T=(g=this.searchFacetsMainContainer)==null?void 0:g.querySelector("."+(((l=(c=(i=this.config)==null?void 0:i.templates)==null?void 0:c.mainTemplateDesktop)==null?void 0:l.facetsContainerClass)||A.facets.mainTemplateDesktop.facetsContainerClass));if(T){T.innerHTML="";for(const y of e.facets)this.createFacetItem(y,T);if(this.searchFacetsMainContainer){const y=this.searchFacetsMainContainer.querySelector("."+(((w=(p=(m=this.config)==null?void 0:m.templates)==null?void 0:p.mainTemplateDesktop)==null?void 0:w.selectedFacetsContainerClass)||A.facets.mainTemplateDesktop.selectedFacetsContainerClass));y&&(this.createSelectedFacetsComponents(y),this.createClearFacetsComponents(y))}if(this.focusedElement){if(this.focusedElement.classList.contains("searchstax-facet-show-more-button")||this.focusedElement.classList.contains("searchstax-facet-show-less-button")){const v=this.focusedElement.getAttribute("data-focus"),k=this.searchFacetsMainContainer.querySelector(`[data-focus="${v}"]`);k instanceof HTMLElement&&k.focus(),this.focusedElement=null;return}const y=this.focusedElement.getAttribute("data-test-value"),x=this.searchFacetsMainContainer.querySelector(`[data-test-value="${y}"]`);x instanceof HTMLInputElement&&x.focus(),this.focusedElement=null}}}setTimeout(()=>{document.querySelectorAll(".searchstax-facet-title").forEach(L=>{L.setAttribute("aria-expanded",String(!0)),L.setAttribute("tabindex","0"),L.setAttribute("role","button")})},100),this.renderMobileTemplate(this.generateTemplateData(!0))}else this.generateSelectedFacetsData()}generateSelectedFacetsData(){var a;const e=[],t=this.dataLayer.searchObject.facets;for(const s of t){const n=decodeURIComponent(s.name),o=decodeURIComponent(s.value);if(this.dataLayer.searchFacets){const i=(a=this.needCache?this.dataLayer.searchFacetsCached:this.dataLayer.searchFacets)==null?void 0:a.find(c=>c.name===n);if(i){const c=i.values.find(l=>l.type==="range"?!1:l.type==="checkbox"?`"${l.value}"`==`"${o}"`:!1);c&&e.push(c)}}}this.dataLayer.setSelectedFacetsTemplateData(e)}createSelectedFacetsComponents(e){var t;this.generateSelectedFacetsData(),(t=this.dataLayer.selectedFacetsTemplateData)==null||t.forEach(a=>{this.createSelectedFacetsComponent(e,a)})}createClearFacetsComponents(e){var t,a,s,n,o,i,c,l;if(typeof document<"u"){const g=this.dataLayer.searchObject,m=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.clearFacetsTemplate)==null?void 0:s.template)||((n=A.facets.clearFacetsTemplate)==null?void 0:n.template),p=document==null?void 0:document.createElement("div");p.innerHTML=z.render(m,{shouldShow:g.facets.length>0});const w=p.querySelector("."+(((c=(i=(o=this.config)==null?void 0:o.templates)==null?void 0:i.clearFacetsTemplate)==null?void 0:c.containerClass)||((l=A.facets.clearFacetsTemplate)==null?void 0:l.containerClass)));w&&(w.addEventListener("click",()=>{this.removeSelectedFacets()}),w.addEventListener("keyup",b=>{(b.code==="Space"||b.code==="Enter")&&this.removeSelectedFacets()}),e.appendChild(w))}}createSelectedFacetsComponent(e,t){var a,s,n,o,i,c,l,g;if(typeof document<"u"){const m=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.selectedFacetsTemplate)==null?void 0:n.template)||((o=A.facets.selectedFacetsTemplate)==null?void 0:o.template),p=document==null?void 0:document.createElement("div");p.innerHTML=z.render(m,t);const w=p.querySelector("."+(((l=(c=(i=this.config)==null?void 0:i.templates)==null?void 0:c.selectedFacetsTemplate)==null?void 0:l.containerClass)||((g=A.facets.selectedFacetsTemplate)==null?void 0:g.containerClass)));w&&(w.addEventListener("click",()=>{this.unselectFacet(t)}),w.addEventListener("keyup",b=>{(b.code==="Space"||b.code==="Enter")&&this.unselectFacet(t)}),e.appendChild(w))}}unselectFacet(e){const t=this.dataLayer.searchObject;let a=[...t.facets];e.type==="checkbox"&&(a=a.filter(s=>JSON.stringify(s)!==JSON.stringify(this.extractFacetValue(e)))),setTimeout(()=>{this.dataLayer.setSearchObject({...t,facets:a}),this.generateSelectedFacetsData()},0)}removeSelectedFacets(){const e=this.dataLayer.searchObject;this.dataLayer.setSearchObject({...e,facets:[]})}createFilterByComponent(e){var t,a,s,n,o,i,c,l;if(typeof document<"u"){const g=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.filterByTemplate)==null?void 0:s.template)||((n=A.facets.filterByTemplate)==null?void 0:n.template),m=document==null?void 0:document.createElement("div");m.innerHTML=z.render(g,{});const p=m.querySelector("."+(((c=(i=(o=this.config)==null?void 0:o.templates)==null?void 0:i.filterByTemplate)==null?void 0:c.containerClass)||((l=A.facets.filterByTemplate)==null?void 0:l.containerClass)));p&&(e.prepend(p),p.addEventListener("click",this.openOverlay.bind(this)),p.addEventListener("keyup",w=>{(w.code==="Space"||w.code==="Enter")&&this.openOverlay()}))}}openOverlay(){var e;se.setAccessibilityText("Facet overlay opened. Tab to select facets."),this.overlayOpened=!0,this.searchFacetsMainContainer&&(typeof document<"u"&&document.body.classList.toggle("searchstax-no-scroll"),(e=this.searchFacetsMainContainer.querySelector(".searchstax-facets-mobile-overlay"))==null||e.classList.add("searchstax-show"))}closeOverlay(){var e;se.setAccessibilityText("Facet overlay closed"),this.overlayOpened=!1,this.searchFacetsMainContainer&&(typeof document<"u"&&document.body.classList.toggle("searchstax-no-scroll"),(e=this.searchFacetsMainContainer.querySelector(".searchstax-facets-mobile-overlay"))==null||e.classList.remove("searchstax-show"))}renderMobileTemplate(e){var t,a,s,n,o,i,c,l,g,m,p,w,b,L,T,y,x,v,k;if(e&&typeof document<"u"){const j=document==null?void 0:document.createElement("div");j.classList.add("searchstax-facets-container-mobile");const F=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplateMobile)==null?void 0:s.template)||((n=A.facets.mainTemplateMobile)==null?void 0:n.template);if(this.dataLayer.renderingEngine===K.mustache){if(j.innerHTML=z.render(F,{...e,overlayOpened:this.overlayOpened}),(o=this.searchFacetsMainContainer)==null||o.appendChild(j),(c=(i=this.config)==null?void 0:i.templates)==null?void 0:c.mainTemplateMobile)for(const Z of((m=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.mainTemplateMobile)==null?void 0:m.closeOverlayTriggerClasses)||[]){const _=j.querySelector("."+Z);_&&(_.addEventListener("click",this.closeOverlay.bind(this)),_.addEventListener("keyup",ce=>{(ce.code==="Space"||ce.code==="Enter")&&this.closeOverlay()}))}else for(const Z of A.facets.mainTemplateMobile.closeOverlayTriggerClasses){const _=j.querySelector("."+Z);_&&(_.addEventListener("click",this.closeOverlay.bind(this)),_.addEventListener("keyup",ce=>{(ce.code==="Space"||ce.code==="Enter")&&this.closeOverlay()}))}const E=j.querySelector("."+(((b=(w=(p=this.config)==null?void 0:p.templates)==null?void 0:w.mainTemplateMobile)==null?void 0:b.filterByContainerClass)||A.facets.mainTemplateMobile.filterByContainerClass));E&&this.createFilterByComponent(E);const O=j.querySelector("."+(((y=(T=(L=this.config)==null?void 0:L.templates)==null?void 0:T.mainTemplateMobile)==null?void 0:y.selectedFacetsContainerClass)||A.facets.mainTemplateMobile.selectedFacetsContainerClass));O&&(this.createSelectedFacetsComponents(O),this.createClearFacetsComponents(O));const H=j.querySelector("."+(((k=(v=(x=this.config)==null?void 0:x.templates)==null?void 0:v.mainTemplateMobile)==null?void 0:k.facetsContainerClass)||A.facets.mainTemplateMobile.facetsContainerClass));if(H){H.innerHTML="";for(const Z of e.facets)this.createFacetItem(Z,H,!0)}}}}}class ri{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"previousButtonClass");h(this,"nextButtonClass");h(this,"loadMoreButtonClass");h(this,"routerHelper");h(this,"searchPaginationMainContainer",null);var t,a,s,n,o,i,c,l,g;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.routerHelper=e.routerHelper,this.previousButtonClass=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplate)==null?void 0:s.previousButtonClass)??A.pagination.mainTemplate.previousButtonClass,this.nextButtonClass=((i=(o=(n=this.config)==null?void 0:n.templates)==null?void 0:o.mainTemplate)==null?void 0:i.nextButtonClass)??A.pagination.mainTemplate.nextButtonClass,this.loadMoreButtonClass=((g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.infiniteScrollTemplate)==null?void 0:g.loadMoreButtonClass)??A.pagination.infiniteScrollTemplate.loadMoreButtonClass,typeof document<"u"&&(this.searchPaginationMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}get isFirstPage(){var e;return((e=this.dataLayer.searchObject)==null?void 0:e.page)===1}get isLastPage(){return this.dataLayer.parsedData.data.isLastPage}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){var t,a,s,n;const e={...this.dataLayer.parsedData.data,previousPageLink:(a=this.routerHelper)==null?void 0:a.searchObjectToUrl({...this.dataLayer.searchObject,page:((t=this.dataLayer.searchObject)==null?void 0:t.page)-1}),nextPageLink:(n=this.routerHelper)==null?void 0:n.searchObjectToUrl({...this.dataLayer.searchObject,page:((s=this.dataLayer.searchObject)==null?void 0:s.page)+1})};return this.dataLayer.setPaginationData(e),e}goToPage(e,t){const a=this.dataLayer.searchObject;a&&(a.page=e,this.dataLayer.setSearchObject(a));const s=document.querySelector(".searchstax-page-layout-result-container");if(s instanceof HTMLElement){const n=s.querySelector('[tabindex="0"]');n instanceof HTMLElement&&n.focus()}else document.body.tabIndex=-1,document.body.focus();t||(s instanceof HTMLElement?s.scrollIntoView({block:"start",behavior:"auto"}):window==null||window.scrollTo(0,0))}nextPage(e){var t;e==null||e.preventDefault(),e==null||e.stopPropagation(),this.isLastPage||this.goToPage(((t=this.dataLayer.searchObject)==null?void 0:t.page)+1,this.dataLayer.isInfiniteScroll)}previousPage(e){var t;e==null||e.preventDefault(),e==null||e.stopPropagation(),this.isFirstPage||this.goToPage(((t=this.dataLayer.searchObject)==null?void 0:t.page)-1)}overridePaginationEvents(){if(this.searchPaginationMainContainer){const e=this.searchPaginationMainContainer.querySelector("."+this.previousButtonClass),t=this.searchPaginationMainContainer.querySelector("."+this.nextButtonClass),a=this.searchPaginationMainContainer.querySelector("."+this.loadMoreButtonClass);e&&(e.addEventListener("click",this.previousPage.bind(this)),e.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.previousPage(s)})),t&&(t.addEventListener("click",this.nextPage.bind(this)),t.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.nextPage(s)})),a&&(a.addEventListener("click",this.nextPage.bind(this)),a.addEventListener("keydown",s=>{(s.code==="Space"||s.code==="Enter")&&this.nextPage(s)}))}}renderMainTemplate(e){var a,s,n,o,i,c,l,g,m,p;this.searchPaginationMainContainer&&((a=this.searchPaginationMainContainer.querySelector("."+this.previousButtonClass))==null||a.removeEventListener("click",this.previousPage),(s=this.searchPaginationMainContainer.querySelector("."+this.nextButtonClass))==null||s.removeEventListener("click",this.nextPage));let t=((i=(o=(n=this.config)==null?void 0:n.templates)==null?void 0:o.mainTemplate)==null?void 0:i.template)||((c=A.pagination.mainTemplate)==null?void 0:c.template);this.dataLayer.isInfiniteScroll&&(t=((m=(g=(l=this.config)==null?void 0:l.templates)==null?void 0:g.infiniteScrollTemplate)==null?void 0:m.template)||((p=A.pagination.infiniteScrollTemplate)==null?void 0:p.template)),this.dataLayer.renderingEngine===K.mustache&&(this.searchPaginationMainContainer.innerHTML=z.render(t,e),setTimeout(()=>{this.overridePaginationEvents()},0))}}class ni{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"relatedSearchesContainerClass");h(this,"searchRelatedSearchesMainContainer",null);h(this,"track");var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.relatedSearchesContainerClass=((a=(t=this.config.templates)==null?void 0:t.main)==null?void 0:a.relatedSearchesContainerClass)||A.relatedSearches.main.relatedSearchesContainerClass,typeof document<"u"&&(this.searchRelatedSearchesMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.track=e.trackRelatedSearchClick,this.initializeSubscriptions()}initializeSubscriptions(){this.dataLayer.$searchRelatedSearches.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setRelatedSearchesData(e),e}addRelatedSearchComponent(e,t){var a,s,n,o,i;if(typeof document<"u"){const c=document==null?void 0:document.createElement("div"),l=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.relatedSearch)==null?void 0:n.template)||A.relatedSearches.relatedSearch.template;if(this.dataLayer.renderingEngine===K.mustache){c.innerHTML=z.render(l,e);const g=c.querySelector("."+(((i=(o=this.config.templates)==null?void 0:o.relatedSearch)==null?void 0:i.relatedSearchContainerClass)||A.relatedSearches.relatedSearch.relatedSearchContainerClass));g&&(t.appendChild(g),g.addEventListener("click",()=>{this.executeSearch(e)}),g.addEventListener("keyup",m=>{(m.code==="Space"||m.code==="Enter")&&this.executeSearch(e)}))}}}executeSearch(e){const t=this.dataLayer.searchObject;t.query=e.related_search,this.dataLayer.setSearchObject(t),this.track(e)}renderMainTemplate(e){var a,s,n,o;const t=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:n.template)||A.relatedSearches.main.template;if(this.dataLayer.renderingEngine===K.mustache&&this.searchRelatedSearchesMainContainer){this.searchRelatedSearchesMainContainer.innerHTML="",this.searchRelatedSearchesMainContainer.innerHTML=z.render(t,e);const i=(o=this.searchRelatedSearchesMainContainer)==null?void 0:o.querySelector(`.${this.relatedSearchesContainerClass}`);if(i)for(const c of e.relatedSearches)this.addRelatedSearchComponent(c,i)}}}class ii{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"searchFeedbackMainContainer",null);h(this,"searchTrigger");this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.searchTrigger=e.searchTrigger,typeof document<"u"&&(this.searchFeedbackMainContainer=document==null?void 0:document.getElementById(this.containerId)),this.initializeSubscriptions()}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setSearchFeedbackData(e),e}onOriginalQueryClick(e){var a;e.stopPropagation(),e.preventDefault();const t=(a=e.target)==null?void 0:a.innerHTML;this.searchTrigger(t,!0)}attachClick(){var t,a,s,n,o;const e=(o=this.searchFeedbackMainContainer)==null?void 0:o.querySelector("."+(((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.main)==null?void 0:s.originalQueryClass)||((n=A.searchFeedback.main)==null?void 0:n.originalQueryClass)));e&&e.addEventListener("click",this.onOriginalQueryClick.bind(this))}renderMainTemplate(e){var a,s,n;const t=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:n.template)||A.searchFeedback.main.template;this.dataLayer.renderingEngine===K.mustache&&(this.searchFeedbackMainContainer.innerHTML=z.render(t,e),setTimeout(()=>{this.attachClick()},0))}}class oi{constructor(e){h(this,"searchHelper");h(this,"dataLayer");h(this,"config");h(this,"suggestAfterMinChars");h(this,"containerId");h(this,"currentInputValue","");h(this,"autosuggestResults");h(this,"searchInput");h(this,"actionButton");h(this,"autosuggestContainer");h(this,"buttonState","search");h(this,"selectedAutosuggestItem",-1);h(this,"suggestTrigger");h(this,"searchTrigger");this.dataLayer=e.dataLayer,this.config=e.config,this.searchTrigger=e.searchTrigger,this.suggestTrigger=e.suggestTrigger,this.containerId=e.containerId,this.suggestAfterMinChars=e.config.suggestAfterMinChars,this.suggestAfterMinChars===void 0&&this.getSuggestAfterValue(),this.dataLayer.$locationEnabled.subscribeUntilHasValue(()=>{this.renderMainTemplate(),this.actionButtonInit(),this.updateActionButtonState("search"),this.searchInput&&(this.createAutosuggestContainer(),this.attachSubscriptions())},200)}renderMainTemplate(){var e,t,a,s;if(typeof document<"u"){const n=document==null?void 0:document.getElementById(this.containerId);if(!n)throw new Error("Search input container not found");const o=((t=(e=this.config.templates)==null?void 0:e.mainTemplate)==null?void 0:t.template)||A.searchInput.mainTemplate.template,i={...this.dataLayer.parsedData.data,locationEnabled:!!this.dataLayer.locationEnabled};if(this.dataLayer.setInputWidgetTemplateData(i),this.dataLayer.renderingEngine===K.mustache){const g=z.render(o,i);n.innerHTML=g,this.dataLayer.setInputTemplateRendered(!0)}const c=((s=(a=this.config.templates)==null?void 0:a.mainTemplate)==null?void 0:s.searchInputId)||A.searchInput.mainTemplate.searchInputId,l=document==null?void 0:document.querySelector(`#${c}`);if(l)this.searchInput=l,l.addEventListener("keyup",this.inputKeyupEvent.bind(this)),l.addEventListener("blur",this.hideAutosuggest.bind(this)),l.addEventListener("paste",this.inputPasteEvent.bind(this));else throw new Error("Input not found")}}createAutosuggestContainer(){var e;this.dataLayer.renderingEngine===K.mustache&&typeof document<"u"&&(this.autosuggestContainer=document==null?void 0:document.createElement("div"),this.autosuggestContainer.classList.add("searchstax-autosuggest-container"),this.autosuggestContainer.addEventListener("mouseleave",()=>{this.resetAutosuggestSelection(),this.markActiveAutosuggestItem()}),(e=this.searchInput)==null||e.after(this.autosuggestContainer))}getSuggestAfterValue(){this.dataLayer.searchHelper&&this.dataLayer.searchHelper.suggest("*",e=>{this.suggestAfterMinChars=e.metadata.minPrefixChars},[])}actionButtonInit(){typeof document<"u"&&(this.actionButton=document==null?void 0:document.getElementById("searchstax-search-input-action-button"),this.actionButton&&this.actionButton.addEventListener("click",()=>{var e;this.executeSearch(((e=this.searchInput)==null?void 0:e.value)??"")}))}attachSubscriptions(){this.dataLayer.$searchTermChange.subscribe(()=>{this.handleSearchTermChange()}),this.dataLayer.$loadingChange.subscribe(()=>{this.handleLoadingChange()}),this.dataLayer.$searchAutosuggest.subscribe(e=>{e&&this.appendSuggestions(e)}),this.dataLayer.$searchObject.subscribe(e=>{e.query!=="undefined"&&e.query!==void 0&&e.query!=="*"&&this.searchInput&&(this.searchInput.value=this.cleanSuggestionTerm(e.query??""))})}handleLoadingChange(){this.dataLayer.loading?this.updateActionButtonState("loading"):this.handleSearchTermChange()}handleSearchTermChange(){this.updateActionButtonState("search")}updateActionButtonState(e){if(this.buttonState=e,this.actionButton)switch(this.actionButton.classList.remove("searchstax-spinner-icon"),this.actionButton.classList.remove("searchstax-search-icon"),e){case"loading":this.actionButton.classList.add("searchstax-spinner-icon");break;case"search":this.actionButton.classList.add("searchstax-search-icon"),this.actionButton.setAttribute("aria-label","search");break}}selectPreviousAutosuggestItem(e){var t;this.selectedAutosuggestItem>0?this.selectedAutosuggestItem--:this.selectedAutosuggestItem===0?(this.selectedAutosuggestItem=-1,e&&(e!=null&&e.focus)&&((t=e==null?void 0:e.focus)==null||t.call(e),e.setSelectionRange(e.value.length,e.value.length)),se.setAccessibilityText("No Suggestion selected")):this.selectedAutosuggestItem=this.autosuggestResults.suggestions.length-1,this.markActiveAutosuggestItem()}selectNextAutosuggestItem(){this.selectedAutosuggestItem<this.autosuggestResults.suggestions.length-1?this.selectedAutosuggestItem++:this.selectedAutosuggestItem===this.autosuggestResults.suggestions.length-1?(this.selectedAutosuggestItem=-1,se.setAccessibilityText("No Suggestion selected")):this.selectedAutosuggestItem=0,this.markActiveAutosuggestItem()}resetAutosuggestSelection(){this.selectedAutosuggestItem=-1,this.markActiveAutosuggestItem()}markActiveAutosuggestItem(){if(typeof document<"u"){const e=document==null?void 0:document.getElementsByClassName("searchstax-autosuggest-item");for(let t=0;t<e.length;t++){const a=e[t];t===this.selectedAutosuggestItem?(a.classList.add("active"),se.setAccessibilityText(`Selected suggestion: ${a.innerText}`)):a.classList.remove("active")}}}inputKeyupEvent(e){const t=e.key;this.currentInputValue=e.target.value,t==="Enter"?this.suggestionChosen():t==="Escape"?this.hideAutosuggest(e.target):t==="ArrowUp"?this.selectPreviousAutosuggestItem(e.target):t==="ArrowDown"?this.selectNextAutosuggestItem():this.autosuggestHandling(e),this.handleSearchTermChange()}autosuggestHandling(e){this.suggestAfterMinChars&&e.target&&e.target.value.length>=this.suggestAfterMinChars?this.executeSuggest(e.target.value):this.hideAutosuggest()}inputPasteEvent(e){setTimeout(()=>{this.autosuggestHandling(e),this.handleSearchTermChange()},0)}executeSuggest(e){this.suggestTrigger(e)}executeSearch(e){this.hideAutosuggest(),this.searchTrigger(e===""?"*":e)}suggestionChosen(){this.selectedAutosuggestItem>-1?this.autosuggestItemClicked(this.autosuggestResults.suggestions[this.selectedAutosuggestItem]):this.executeSearch(this.currentInputValue)}hideAutosuggest(e){setTimeout(()=>{var t;this.dataLayer.setAutosuggestResults({numFound:0,suggestions:[]}),this.autosuggestContainer&&(this.autosuggestContainer.innerHTML="",this.autosuggestContainer.classList.add("hidden")),this.resetAutosuggestSelection(),e&&(e!=null&&e.focus)&&((t=e==null?void 0:e.focus)==null||t.call(e),e.setSelectionRange(e.value.length,e.value.length)),se.setAccessibilityText("No Suggestion selected")},200)}cleanSuggestionTerm(e){return ne.removeXSSRiskyTags(e.replace(/(<([^>]+)>)/gi,"")).trim()}autosuggestItemClicked(e){this.searchInput.value=this.cleanSuggestionTerm(e.term??""),this.executeSearch(this.cleanSuggestionTerm(e.term))}createAutosuggestItem(e){var s,n,o;const t=document==null?void 0:document.createElement("div");t.classList.add("searchstax-autosuggest-item"),t.addEventListener("click",()=>{this.autosuggestItemClicked(e)}),t.addEventListener("mouseenter",()=>{this.onSuggestionEnter(e)});const a=((n=(s=this.config.templates)==null?void 0:s.autosuggestItemTemplate)==null?void 0:n.template)||((o=A.searchInput.autosuggestItemTemplate)==null?void 0:o.template);return t.innerHTML=z.render(a,e),t}onSuggestionEnter(e){var t;this.selectedAutosuggestItem=((t=this.autosuggestResults)==null?void 0:t.suggestions.indexOf(e))||0,this.markActiveAutosuggestItem()}appendSuggestions(e){this.autosuggestContainer&&(this.autosuggestContainer.innerHTML="",this.autosuggestContainer.classList.remove("hidden"));for(const t in e.suggest)if(Object.prototype.hasOwnProperty.call(e.suggest,t)){const a=e.suggest[t];for(const s in a)if(Object.prototype.hasOwnProperty.call(a,s)){const n=a[s];n.numFound?se.setAccessibilityText("Suggestions are available. Use up and down arrows to navigate while focusing input. Use Escape key to escape out of the suggestions",2e3):se.setAccessibilityText("",0),this.autosuggestResults=n,this.dataLayer.setAutosuggestResults(n),n.numFound>0?n.suggestions.forEach(o=>{this.autosuggestContainer&&typeof document<"u"&&this.autosuggestContainer.appendChild(this.createAutosuggestItem(o))}):this.autosuggestContainer&&this.autosuggestContainer.classList.add("hidden")}}}}class ci{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"linkClickCallback");h(this,"searchCallback");h(this,"containerId");h(this,"searchResultsMainContainer");h(this,"searchResultsContainer");h(this,"searchResultLinks",[]);this.linkClickCallback=e.linkClickCallback,this.searchCallback=e.searchTrigger,this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId;const t=document==null?void 0:document.getElementById(this.containerId);if(t)this.searchResultsMainContainer=t;else throw new Error(`Search Results Main Container with id ${this.containerId} not found`);this.dataLayer.setIsInfiniteScroll(e.config.renderMethod==="infiniteScroll"),this.initializeSubscriptions(),this.renderMainTemplate()}initializeSubscriptions(){this.dataLayer.$searchObject.subscribe(()=>{se.setAccessibilityText("Searching...")}),this.dataLayer.$searchResults.subscribe(e=>{e&&this.searchResultsContainer&&this.renderResults(e)})}changeTemplate(){this.dataLayer.searchResults&&this.renderResults(this.dataLayer.searchResults)}renderNoResultsTemplate(){var a,s,n,o,i;const e=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.noSearchResultTemplate)==null?void 0:n.template)||((o=A.searchResults.noSearchResultTemplate)==null?void 0:o.template),t=((i=this.dataLayer.searchResultsMetadata)==null?void 0:i.spellingSuggestion)??"";if(this.dataLayer.renderingEngine===K.mustache&&this.searchResultsContainer&&(this.searchResultsContainer.innerHTML=z.render(e,{spellingSuggestion:t,...this.dataLayer.parsedData.data,searchCallback:this.searchCallback.bind(this)})),t&&this.searchResultsContainer){const c=this.searchResultsContainer.querySelector("a");c&&c.addEventListener("click",l=>{l.preventDefault(),l.stopPropagation(),this.searchCallback(t)})}}renderResults(e){var t,a,s,n,o;if(this.dataLayer.renderingEngine===K.mustache&&this.searchResultsContainer)if(this.removeLinkClickEvents(),e.length===0)se.setAccessibilityText("Search has no results"),this.renderNoResultsTemplate();else{se.setAccessibilityText(`Showing ${this.dataLayer.parsedData.startResultIndex} through ${this.dataLayer.parsedData.endResultIndex} results from ${this.dataLayer.parsedData.totalResults}. Press tab to navigate through results`);const i=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.searchResultTemplate)==null?void 0:s.template)||((n=A.searchResults.searchResultTemplate)==null?void 0:n.template),c=e.map(l=>z.render(i,l));((o=this.config)==null?void 0:o.renderMethod)==="infiniteScroll"&&this.dataLayer.searchObject.page>1?this.searchResultsContainer.innerHTML+=c.join(""):this.searchResultsContainer.innerHTML=c.join(""),this.searchResultLinks=Array.from(this.searchResultsContainer.querySelectorAll(`[${this.uniqueIdAttribute}]`)),this.attachLinkClickEvents()}}removeLinkClickEvents(){this.searchResultLinks.forEach(e=>{e.removeEventListener("click",()=>{}),e.removeEventListener("keydown",()=>{})})}get uniqueIdAttribute(){var e,t,a,s;return((a=(t=(e=this.config)==null?void 0:e.templates)==null?void 0:t.searchResultTemplate)==null?void 0:a.searchResultUniqueIdAttribute)||((s=A.searchResults.searchResultTemplate)==null?void 0:s.searchResultUniqueIdAttribute)}attachLinkClickEvents(){this.searchResultLinks.forEach(e=>{e.addEventListener("click",t=>{t.preventDefault(),t.stopPropagation();const a=e.getAttribute(this.uniqueIdAttribute)??"";a&&this.linkClickCallback(a)}),e.addEventListener("keydown",t=>{if(t.code==="Space"||t.code==="Enter"){const a=e.getAttribute(this.uniqueIdAttribute)??"";a&&this.linkClickCallback(a)}})})}renderMainTemplate(){var t,a,s,n;const e=((s=(a=(t=this.config)==null?void 0:t.templates)==null?void 0:a.mainTemplate)==null?void 0:s.template)||((n=A.searchResults.mainTemplate)==null?void 0:n.template);this.dataLayer.renderingEngine===K.mustache&&(this.searchResultsMainContainer.innerHTML=z.render(e,{}),setTimeout(()=>{var c,l,g,m,p,w,b;const o=(g=(l=(c=this.config)==null?void 0:c.templates)==null?void 0:l.mainTemplate)!=null&&g.searchResultsContainerId?(w=(p=(m=this.config)==null?void 0:m.templates)==null?void 0:p.mainTemplate)==null?void 0:w.searchResultsContainerId:(b=A.searchResults.mainTemplate)==null?void 0:b.searchResultsContainerId,i=document==null?void 0:document.getElementById(o);if(i)this.searchResultsContainer=i;else throw new Error(`Search Results Container with id ${o} not found`)},0))}}class li{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"selectId");h(this,"searchSortingMainContainer",null);var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.selectId=((a=(t=this.config.templates)==null?void 0:t.main)==null?void 0:a.selectId)||A.sorting.main.selectId,this.searchSortingMainContainer=document==null?void 0:document.getElementById(this.containerId),this.initializeSubscriptions(),this.renderMainTemplate(this.generateTemplateData())}initializeSubscriptions(){this.dataLayer.$searchResults.subscribe(e=>{e&&this.renderMainTemplate(this.generateTemplateData())})}generateTemplateData(){const e={...this.dataLayer.parsedData.data};return this.dataLayer.setSearchSortingData(e),e}setOrderQuery(e){const t=this.dataLayer.searchObject;t&&(t.order=e,this.dataLayer.setSearchObject(t))}markOptionSelected(){const e=document==null?void 0:document.getElementById(this.selectId);if(e){const t=e.querySelector(`option[value="${decodeURIComponent(this.dataLayer.searchObject.order)}"]`);t&&(t.selected=!0)}}renderMainTemplate(e){var a,s,n;const t=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:n.template)||A.sorting.main.template;if(this.dataLayer.renderingEngine===K.mustache){this.searchSortingMainContainer.innerHTML=z.render(t,e),this.markOptionSelected();const o=document==null?void 0:document.getElementById(this.selectId);o&&o.addEventListener("change",i=>{this.setOrderQuery(i.target.value)})}}}class hi{constructor(e){h(this,"analyticsKey");h(this,"containerId");h(this,"mainContainer");h(this,"isLightweight");h(this,"emailOverride");h(this,"feedbackTextAreaOverride");h(this,"mainTemplateOverride");h(this,"lightweightTemplateOverride");h(this,"focusedElement",null);h(this,"focusTrapListener",null);h(this,"lastFocusedElementBeforeModal",null);h(this,"templateData",{feedbackOpen:!1,ratings:[{index:1,isSelected:!1},{index:2,isSelected:!1},{index:3,isSelected:!1},{index:4,isSelected:!1},{index:5,isSelected:!1},{index:6,isSelected:!1},{index:7,isSelected:!1},{index:8,isSelected:!1},{index:9,isSelected:!1},{index:10,isSelected:!1}],emailInput:"",feedbackTextArea:"",charactersLeft:2e3,maxLength:2e3,errors:{rating:!1,email:!1},submitted:!1,thumbsUpActive:!1,thumbsDownActive:!1});h(this,"thumbsUpValue",10);h(this,"thumbsDownValue",1);h(this,"ratedQuestion","");h(this,"language","");h(this,"model","");h(this,"analyticsSrc","");this.analyticsKey=e.analyticsKey,this.containerId=e.containerId??"sf-feedback",this.isLightweight=e.lightweight??!1,this.isLightweight&&this.templateData.ratings.unshift({index:0,isSelected:!1}),this.thumbsUpValue=e.thumbsUpValue??10,this.thumbsDownValue=e.thumbsDownValue??1,this.emailOverride=e.emailOverride,this.feedbackTextAreaOverride=e.feedbackTextAreaOverride,this.mainTemplateOverride=e.mainTemplateOverride,this.lightweightTemplateOverride=e.lightweightTemplateOverride,this.mainContainer=document.getElementById(this.containerId),this.language=e.language??"",this.model=e.model??"",this.analyticsSrc=e.analyticsSrc??"",this.init()}init(){xe.attachAnalyticsScript(this.analyticsSrc),this.renderMainTemplate(this.generateTemplateData())}generateTemplateData(){return this.templateData}renderMainTemplate(e){var s,n;const t=document.activeElement;(t instanceof HTMLInputElement||t instanceof HTMLButtonElement||t instanceof HTMLTextAreaElement||t instanceof HTMLAnchorElement)&&(t.type==="radio"||t.type==="button"||t.type==="textarea"||t instanceof HTMLAnchorElement)?this.focusedElement=t:this.focusedElement=null,this.mainContainer;let a=(s=X==null?void 0:X.mainTemplate)==null?void 0:s.template;if(this.mainTemplateOverride&&(a=this.mainTemplateOverride),this.isLightweight&&(a=(n=X.lightweightTemplate)==null?void 0:n.template,this.lightweightTemplateOverride&&(a=this.lightweightTemplateOverride)),this.mainContainer.innerHTML=z.render(a,e),this.focusedElement&&this.mainContainer){const o=this.focusedElement.type==="radio"?this.focusedElement.getAttribute("id"):this.focusedElement.getAttribute("class"),i=this.focusedElement.type==="radio"?"id":"class",c=this.mainContainer.querySelector(`[${i}="${o}"]`);(c instanceof HTMLInputElement||c instanceof HTMLButtonElement||c instanceof HTMLTextAreaElement||c instanceof HTMLAnchorElement)&&c.focus(),this.focusedElement=null}this.attachEvents()}attachEvents(){this.isLightweight?this.attachLightweightEvents():(this.attachOpenModalEvent(),this.closeModalEvent(),this.attachRatingEvents(),this.attachTextAreaEvents(),this.attachEmailInputEvents(),this.attachSubmitButtonEvents())}attachFocusTrap(){this.focusTrapListener&&document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=e=>{if(!this.templateData.feedbackOpen)return;const t=this.getModalElement();if(!t)return;const a=this.getFocusableElements(t);if(a.length===0)return;const s=a[0],n=a[a.length-1];e.key==="Tab"&&(e.shiftKey?(document.activeElement===s||!t.contains(document.activeElement))&&(e.preventDefault(),n==null||n.focus()):(document.activeElement===n||!t.contains(document.activeElement))&&(e.preventDefault(),s==null||s.focus())),e.key==="Escape"&&(e.preventDefault(),this.closeFeedbackModal())},document.addEventListener("keydown",this.focusTrapListener)}getFocusableElements(e){const t=["button:not([disabled])","input:not([disabled])","textarea:not([disabled])","select:not([disabled])","a[href]",'[tabindex]:not([tabindex="-1"])'].join(", ");return Array.from(e.querySelectorAll(t))}getModalElement(){var t,a;const e=(t=X.mainTemplate)==null?void 0:t.modalContainerClass;return((a=this.mainContainer)==null?void 0:a.querySelector(`.${e}`))||null}attachLightweightEvents(){var n,o,i,c;const e=(n=X.lightweightTemplate)==null?void 0:n.thumbsUpButtonClass,t=(o=X.lightweightTemplate)==null?void 0:o.thumbsDownButtonClass,a=(i=this.mainContainer)==null?void 0:i.querySelector("."+e),s=(c=this.mainContainer)==null?void 0:c.querySelector("."+t);a&&a.addEventListener("click",()=>{const l=this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea;this.templateData.ratings[this.templateData.ratings.length-1].isSelected&&this.ratedQuestion===l||(this.templateData.thumbsUpActive=!0,this.templateData.thumbsDownActive=!1,this.templateData.ratings.forEach(g=>{g.isSelected=g.index===this.thumbsUpValue}),this.renderMainTemplate(this.generateTemplateData()),this.ratedQuestion=l,this.submit())}),s&&s.addEventListener("click",()=>{const l=this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea;this.templateData.ratings[0].isSelected&&this.ratedQuestion===l||(this.templateData.thumbsUpActive=!1,this.templateData.thumbsDownActive=!0,this.templateData.ratings.forEach(g=>{g.isSelected=g.index===this.thumbsDownValue}),this.renderMainTemplate(this.generateTemplateData()),this.ratedQuestion=l,this.submit())})}attachSubmitButtonEvents(){var a,s;const e=(a=X.mainTemplate)==null?void 0:a.submitButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",()=>{this.checkIfValid()})}checkIfValid(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=X.mainTemplate)==null?void 0:t.emailInputId));this.validateEmail(e.value)?this.templateData.errors.email=!1:(this.templateData.errors.email=!0,se.setAccessibilityText("Please enter a valid email address.")),this.templateData.ratings.some(s=>s.isSelected)?this.templateData.errors.rating=!1:(this.templateData.errors.rating=!0,se.setAccessibilityText("Please Rate your experience.")),this.templateData.errors.rating||this.templateData.errors.email?this.renderMainTemplate(this.generateTemplateData()):this.submit()}submit(){var t,a,s;this.templateData.submitted=!0;const e=(t=this.templateData.ratings.find(n=>n.isSelected))==null?void 0:t.index;e!==void 0&&(xe.trackFeedback({trackApiKey:this.analyticsKey,email:this.emailOverride&&this.isLightweight?this.emailOverride():this.templateData.emailInput,rating:e,feedback:this.feedbackTextAreaOverride&&this.isLightweight?this.feedbackTextAreaOverride():this.templateData.feedbackTextArea,model:this.model?this.model:void 0,language:this.language?this.language:void 0}),this.showCheckmarkAnimation(),se.setAccessibilityText("Feedback has been sent.",1e3),(s=this.mainContainer)!=null&&s.querySelector("."+((a=X.mainTemplate)==null?void 0:a.checkmarkClass))?setTimeout(()=>{this.closeFeedbackModal(),this.renderMainTemplate(this.generateTemplateData())},2e3):(setTimeout(()=>{this.closeFeedbackModal()},500),this.renderMainTemplate(this.generateTemplateData())))}validateEmail(e){return e===""?!0:/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e)}attachEmailInputEvents(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=X.mainTemplate)==null?void 0:t.emailInputId));e&&(e.addEventListener("input",()=>{this.templateData.emailInput=e.value}),e.addEventListener("blur",()=>{setTimeout(()=>{this.validateEmail(e.value)?this.templateData.errors.email=!1:(this.templateData.errors.email=!0,se.setAccessibilityText("Please enter a valid email address.")),this.renderMainTemplate(this.generateTemplateData())},300)}))}attachTextAreaEvents(){var t,a;const e=(a=this.mainContainer)==null?void 0:a.querySelector("#"+((t=X.mainTemplate)==null?void 0:t.feedbackTextAreaId));e&&e.addEventListener("input",()=>{var n,o;this.templateData.feedbackTextArea=e.value,this.templateData.charactersLeft=this.templateData.maxLength-e.value.length;const s=(o=this.mainContainer)==null?void 0:o.querySelector("."+((n=X.mainTemplate)==null?void 0:n.charactersRemainingContainerclass));s&&(s.innerText=this.templateData.charactersLeft+"")})}attachRatingEvents(){var a,s;const e=(a=X.mainTemplate)==null?void 0:a.ratingInputclass,t=(s=this.mainContainer)==null?void 0:s.querySelectorAll("."+e);t&&t.forEach(n=>{n.addEventListener("click",o=>{const i=o.target.value;this.templateData.ratings.forEach(c=>{c.isSelected=c.index+""===i}),this.templateData.errors.rating=!1,this.renderMainTemplate(this.generateTemplateData())})})}attachOpenModalEvent(){var a,s;const e=(a=X.mainTemplate)==null?void 0:a.openModalButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",n=>{n.preventDefault(),this.toggleModal()})}toggleModal(){this.templateData.feedbackOpen?this.closeFeedbackModal():this.openFeedbackModal()}closeModalEvent(){var a,s;const e=(a=X.mainTemplate)==null?void 0:a.closeModalButtonClass,t=(s=this.mainContainer)==null?void 0:s.querySelector("."+e);t&&t.addEventListener("click",()=>{this.closeFeedbackModal()})}openFeedbackModal(){this.lastFocusedElementBeforeModal=document.activeElement,this.templateData.feedbackOpen=!0,this.renderMainTemplate(this.generateTemplateData()),setTimeout(()=>{const e=this.getModalElement();if(e){const t=this.getFocusableElements(e);t.length>0&&t[0].focus()}this.attachFocusTrap()},0),se.setAccessibilityText("Feedback form opened",1e3)}closeFeedbackModal(){this.templateData.feedbackOpen=!1,this.focusTrapListener&&(document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=null),this.renderMainTemplate(this.generateTemplateData()),this.lastFocusedElementBeforeModal&&(this.lastFocusedElementBeforeModal.focus(),this.lastFocusedElementBeforeModal=null),se.setAccessibilityText("Feedback form closed",1e3)}showCheckmarkAnimation(){var i,c,l,g,m,p;const e=(i=X.mainTemplate)==null?void 0:i.submitButtonClass,t=(c=this.mainContainer)==null?void 0:c.querySelector("."+e);t&&(t.disabled=!0);const a=(l=X.mainTemplate)==null?void 0:l.checkmarkClass,s=(g=this.mainContainer)==null?void 0:g.querySelector("."+a);s&&s.classList.remove("hidden");const n=(m=X.mainTemplate)==null?void 0:m.submitButtonTextClass,o=(p=this.mainContainer)==null?void 0:p.querySelector("."+n);o&&o.classList.add("visibility"),setTimeout(()=>{s&&s.classList.add("hidden"),o&&o.classList.remove("visibility"),t&&(t.disabled=!1)},2e3)}destroy(){this.focusTrapListener&&(document.removeEventListener("keydown",this.focusTrapListener),this.focusTrapListener=null)}}class ui{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"answerContainer",null);h(this,"showMoreVisible",!1);h(this,"renderFeedbackWidget",!1);h(this,"clicked",!1);h(this,"renderedWithShowMore",!1);var t;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.renderFeedbackWidget=((t=this.config.feedbackwidget)==null?void 0:t.renderFeedbackWidget)||!1,this.config.showMoreAfterWordCount&&(this.dataLayer.answerWidgetShowMoreLimit=this.config.showMoreAfterWordCount),typeof document<"u"&&(this.answerContainer=document==null?void 0:document.getElementById(this.containerId)),this.config.testString?(this.showMoreVisible=this.dataLayer.parsedData.shouldShowAnswerLoadMore,this.renderMainTemplate(this.generateTemplateData())):this.initializeSubscriptions(),this.dataLayer.setIsAnswerWidgetCreated(!0)}initializeSubscriptions(){this.dataLayer.$answer.subscribe(()=>{this.clicked?this.showMoreVisible=!1:this.showMoreVisible=this.dataLayer.parsedData.shouldShowAnswerLoadMore,this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answerLoading.subscribe(()=>{this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answerError.subscribe(e=>{e&&setTimeout(()=>{this.renderMainTemplate(this.generateTemplateData())},100)}),this.dataLayer.$searchObject.subscribe(()=>{this.clicked=!1,this.renderedWithShowMore=!1,this.showMoreVisible=!1}),this.dataLayer.$paginationData.subscribe(()=>{this.renderMainTemplate(this.generateTemplateData())}),this.dataLayer.$answer.subscribe(e=>{e&&setTimeout(()=>{this.initializeWidget()},600)}),this.dataLayer.$searchResults.subscribe(e=>{e&&this.dataLayer.$answer.getValue()&&setTimeout(()=>{this.initializeWidget()},600)})}searchstaxFeedbackTextAreaOverride(){return"Question: "+(this.dataLayer.searchObject.query==="undefined"?"":this.dataLayer.searchObject.query)+" Answer: "+this.dataLayer.parsedData.getAnswerData}initializeWidget(){var e,t,a,s,n;this.renderFeedbackWidget&&document.getElementById("feedbackWidgetContainer")&&!this.dataLayer.answerLoading&&new hi({analyticsKey:this.dataLayer.parsedData.trackingData.trackApiKey,containerId:"feedbackWidgetContainer",lightweight:!0,model:this.dataLayer.parsedData.trackingData.model,language:this.dataLayer.parsedData.trackingData.language,emailOverride:(e=this.config.feedbackwidget)==null?void 0:e.emailOverride,feedbackTextAreaOverride:((t=this.config.feedbackwidget)==null?void 0:t.searchstaxFeedbackTextAreaOverride)??this.searchstaxFeedbackTextAreaOverride.bind(this),thumbsUpValue:((a=this.config.feedbackwidget)==null?void 0:a.thumbsUpValue)??10,thumbsDownValue:((s=this.config.feedbackwidget)==null?void 0:s.thumbsDownValue)??0,lightweightTemplateOverride:(n=this.config.feedbackwidget)==null?void 0:n.lightweightTemplateOverride})}showMore(e){e.preventDefault(),this.clicked=!0,this.showMoreVisible=!1,this.renderMainTemplate(this.generateTemplateData()),this.config.testString||setTimeout(()=>{this.initializeWidget()},600)}attachClickEventToShowMore(){const e=document.querySelector(".searchstax-answer-load-more-button");e&&e.addEventListener("click",this.showMore.bind(this))}trackLinkClick(e){e.preventDefault(),e.stopPropagation();const t=e.target.getAttribute("href");xe.trackAnswerLinkClick({href:t,answer:this.dataLayer.parsedData.getAnswerData,...this.dataLayer.parsedData.trackingData}).then(()=>{window.open(t,"_blank")}).catch(()=>{window.open(t,"_blank")})}attachLinkTracking(){document.querySelectorAll(".searchstax-answer-link").forEach(e=>{e.getAttribute("listener")!=="true"&&(e.setAttribute("listener","true"),e.addEventListener("click",this.trackLinkClick.bind(this)))})}renderMainTemplate(e){var a,s,n;const t=((n=(s=(a=this.config)==null?void 0:a.templates)==null?void 0:s.main)==null?void 0:n.template)||A.answer.main.template;this.dataLayer.renderingEngine===K.mustache?(!this.renderedWithShowMore||!e.answerLoading||this.clicked)&&(e.showMoreButtonVisible&&(this.renderedWithShowMore=!0),this.answerContainer.innerHTML=z.render(t,e),setTimeout(()=>{this.attachClickEventToShowMore(),this.attachLinkTracking()},100)):setTimeout(()=>{this.attachLinkTracking()},500)}generateTemplateData(){this.config.testString&&this.dataLayer.setAnswerData(this.config.testString??"");const e={...this.dataLayer.parsedData.data,showMoreButtonVisible:this.showMoreVisible};return this.config.testString&&(e.searchExecuted=!0),this.dataLayer.setAnswerFullData(e),e}}class $s{constructor(e){h(this,"dataLayer");h(this,"config");h(this,"containerId");h(this,"currentSelectValue","");h(this,"locationInput");h(this,"radiusInput");h(this,"locationDecode");h(this,"locationDecodeCoordinatesToAddress");var t,a;this.dataLayer=e.dataLayer,this.config=e.config,this.containerId=e.containerId,this.locationDecode=(t=e.config.hooks)==null?void 0:t.locationDecode,this.locationDecodeCoordinatesToAddress=(a=e.config.hooks)==null?void 0:a.locationDecodeCoordinatesToAddress,this.dataLayer.locationEnabled&&this.dataLayer.$inputTemplateRendered.subscribeUntil(()=>{this.renderMainTemplate(),this.attachSubscriptions()},!0,500)}renderMainTemplate(){var e,t,a,s,n,o,i,c;if(typeof document<"u"){const l=document==null?void 0:document.getElementById(this.containerId);if(!l)throw new Error("Search input container not found");const g=((t=(e=this.config.templates)==null?void 0:e.mainTemplate)==null?void 0:t.template)||A.location.mainTemplate.template,m={...this.dataLayer.parsedData.data};if(this.dataLayer.setLocationWidgetTemplateData(m),this.dataLayer.renderingEngine===K.mustache){const p=z.render(g,m);l.innerHTML=p;const w=((s=(a=this.config.templates)==null?void 0:a.mainTemplate)==null?void 0:s.locationInputId)||A.location.mainTemplate.locationInputId,b=document==null?void 0:document.querySelector(`#${w}`);if(b)this.locationInput=b,b.addEventListener("blur",this.blurEvent.bind(this)),b.addEventListener("focus",this.focusEvent.bind(this));else throw new Error("Input not found");const L=((o=(n=this.config.templates)==null?void 0:n.mainTemplate)==null?void 0:o.radiusInputId)||A.location.mainTemplate.radiusInputId,T=document==null?void 0:document.querySelector(`#${L}`);T instanceof HTMLSelectElement&&(this.radiusInput=T,T.addEventListener("change",this.radiusSelectChangeEvent.bind(this)));const y=((c=(i=this.config.templates)==null?void 0:i.mainTemplate)==null?void 0:c.currentLocationActionButtonId)||A.location.mainTemplate.currentLocationActionButtonId,x=document==null?void 0:document.querySelector(`#${y}`);x&&x.addEventListener("click",this.getCurrentLocation.bind(this))}}}setCurrentLocationFields(e){this.dataLayer.setLocationCoordinatesDecoded(e),this.dataLayer.setSearchLocation(this.dataLayer.searchLocationCoordinatesDecoded),this.dataLayer.renderingEngine===K.mustache&&this.locationInput&&(this.locationInput.value=this.dataLayer.searchLocationCoordinatesDecoded)}getCurrentLocation(){navigator.geolocation?navigator.geolocation.getCurrentPosition(e=>{const t=e.coords.latitude.toString(),a=e.coords.longitude.toString(),s=Math.floor(parseFloat(t)*100)/100,n=Math.floor(parseFloat(a)*100)/100;this.dataLayer.setSearchLat(s+""),this.dataLayer.setSearchLong(n+"");const o=this.locationDecodeCoordinatesToAddress;o?o(s+"",n+"").then(i=>{this.setCurrentLocationFields(i.address||"Current Location")}).catch(()=>{this.setCurrentLocationFields("Current Location")}):this.setCurrentLocationFields("Current Location")},()=>{console.error("Unable to retrieve your location")}):console.error("Geolocation is not supported by this browser.")}setRadiusValue(e){this.dataLayer.setSearchRadius(e)}radiusSelectChangeEvent(e){this.currentSelectValue=e.target.value,this.setRadiusValue(this.currentSelectValue)}attachSubscriptions(){this.dataLayer.$searchObject.subscribe(e=>{this.locationInput&&(this.locationInput.value=this.cleanSuggestionTerm(e.location.address??"")),this.radiusInput&&e.location.radius&&(this.radiusInput.value=e.location.radius||"")})}cleanSuggestionTerm(e){return ne.removeXSSRiskyTags(e.replace(/(<([^>]+)>)/gi,"")).trim()}triggerGeocoder(e){const t=this.locationDecode;this.dataLayer.setLocationDecodingLoading(!0),e&&this.dataLayer.searchLocation!==e&&e!==this.dataLayer.searchLocationCoordinatesDecoded?t(e).then(a=>{this.dataLayer.setSearchLocation(a.address||""),this.dataLayer.setSearchLat(a.lat||""),this.dataLayer.setSearchLong(a.lon||""),this.locationInput&&(this.locationInput.value=this.cleanSuggestionTerm(a.address||"")),this.dataLayer.renderingEngine===K.mustache&&a.error&&this.locationInput&&this.locationInput.classList.add("searchstax-input-location-error"),a.error?this.dataLayer.setLocationError(!0):this.dataLayer.setLocationError(!1),this.dataLayer.setLocationDecodingLoading(!1)}).catch(()=>{this.dataLayer.setLocationDecodingLoading(!1)}):e===""&&(this.dataLayer.setSearchLocation(void 0),this.dataLayer.setSearchLat(void 0),this.dataLayer.setSearchLong(void 0),this.dataLayer.setLocationDecodingLoading(!1))}focusEvent(e){e.target.classList.remove("searchstax-input-location-error"),this.dataLayer.setLocationError(!1)}blurEvent(e){const t=e.target.value;this.triggerGeocoder(t)}}class di{constructor(e=K.mustache){h(this,"routerEnabled",!1);h(this,"cachedQuery","");h(this,"routerHelper");h(this,"searchHelper");h(this,"searchResultsConfig");h(this,"searchPaginationConfig");h(this,"searchFeedbackConfig");h(this,"searchSortingConfig");h(this,"searchFacetsConfig");h(this,"relatedSearchesConfig");h(this,"externalPromotionsConfig");h(this,"searchInputWidget");h(this,"searchLocationWidget");h(this,"searchResultsWidget");h(this,"searchFacetsWidget");h(this,"searchPaginationWidget");h(this,"searchFeedbackWidget");h(this,"searchSortingWidget");h(this,"relatedSearchesWidget");h(this,"externalPromotionsWidget");h(this,"answerWidget");h(this,"locationObserver",null);h(this,"dataLayer");h(this,"firstRequest",!0);h(this,"previousQuery","");h(this,"eventSource",null);h(this,"renderEngine",K.mustache);e&&(this.renderEngine=e)}setRenderingEngine(e=K.mustache){this.dataLayer.setRenderingEngine(e)}handleHooks(){var e,t;(t=(e=this.dataLayer.searchstaxConfig)==null?void 0:e.hooks)!=null&&t.afterSearch&&this.dataLayer.$searchResults.subscribe(a=>{this.dataLayer.searchstaxConfig.hooks.afterSearch(a,this.dataLayer.searchResultUnparsedData)}),setTimeout(()=>{this.dataLayer.$searchObject.subscribe(a=>{var s,n,o,i,c,l;a.query!==this.previousQuery&&this.dataLayer.setAnswerData(""),a.query!==""&&a.query!==void 0&&a.query!=="undefined"?(this.search(a),a.query!==this.previousQuery&&this.startSSE(a.query)):(s=this.dataLayer.searchLocationConfig)!=null&&s.locationSearchEnabled&&!((n=this.dataLayer.searchLocationConfig)!=null&&n.locationValuesOverride)?this.getMetadata(a):(i=(o=this.dataLayer.searchLocationConfig)==null?void 0:o.locationValuesOverride)!=null&&i.locationFilterDefaultValue&&this.dataLayer.setSearchRadius((l=(c=this.dataLayer.searchLocationConfig)==null?void 0:c.locationValuesOverride)==null?void 0:l.locationFilterDefaultValue),this.previousQuery=a.query})},10),this.dataLayer.$searchResults.subscribe(a=>{a&&this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&xe.trackSearch({...this.dataLayer.parsedData.trackingData,impressions:this.dataLayer.searchResultsMetadata.impressions})})}startSSE(e){var t,a;this.eventSource&&((t=this.eventSource)==null||t.close(),this.dataLayer.setAnswerData("")),this.dataLayer.turnAIAnswerGenerationOn===!0&&this.dataLayer.questionURL&&this.dataLayer.searchObject.query!==void 0&&this.dataLayer.searchObject.query!=="undefined"&&(this.eventSource=(a=this.searchHelper)==null?void 0:a.startSSE(e,this.parseAnswerResultsResponse.bind(this)))}attachAnalyticsScript(e){xe.attachAnalyticsScript(e)}initialize(e){var t,a;if(this.dataLayer=new Mn("searchstax_session_id",e.sessionId),this.renderEngine&&this.dataLayer.setRenderingEngine(this.renderEngine),this.handleHooks(),e.questionURL&&(this.dataLayer.questionURL=e.questionURL),e.analyticsBaseUrl&&typeof window<"u"&&(window.analyticsBaseUrl=e.analyticsBaseUrl,window._msq=e._msq||[],this.attachAnalyticsScript(e.analyticsSrc)),e.autoCorrect===!1&&(this.dataLayer.autoCorrect=!1),e.language&&this.dataLayer.setLanguage(e.language),e.model&&this.dataLayer.setModel(e.model),this.dataLayer.searchstaxConfig||(this.dataLayer.setSearchstaxConfig(e),this.searchHelper=new En({...e,sessionId:this.dataLayer.sessionId},this.dataLayer),this.dataLayer.searchHelper=this.searchHelper),((t=e.router)==null?void 0:t.enabled)===void 0||((a=e.router)==null?void 0:a.enabled)===!0){this.routerEnabled=!0,this.routerHelper=new As(e.router?e.router:{enabled:!0});const s=this.routerHelper.urlToSearchObject((window==null?void 0:window.location.href)??"");this.dataLayer.searchObject.itemsPerPage?s.itemsPerPage=this.dataLayer.searchObject.itemsPerPage:s.itemsPerPage&&this.dataLayer.setItemsPerPage(s.itemsPerPage),s.model&&this.dataLayer.setModel(s.model),s.location&&(s.location.address&&this.dataLayer.setSearchLocation(s.location.address),s.location.lat&&this.dataLayer.setSearchLat(s.location.lat),s.location.lon&&this.dataLayer.setSearchLong(s.location.lon),s.location.radius&&this.dataLayer.setSearchRadius(s.location.radius)),this.dataLayer.setSearchObject(s),addEventListener("popstate",()=>{this.routerHelper&&this.dataLayer.setSearchObject(this.routerHelper.urlToSearchObject((window==null?void 0:window.location.href)??"",this.dataLayer.searchObject.itemsPerPage))})}else this.routerHelper=new As({})}getMetadata(e){this.searchHelper&&(e.query==="undefined"||e.query===void 0)&&this.dataLayer.setSearchObject({...e,query:"*"})}search(e){if(this.searchHelper){const t=this.dataLayer.forceNotCorrect;this.searchHelper.url&&(this.searchHelper.search(e,this.parseSearchResultsResponse.bind(this),this.firstRequest,t),this.firstRequest=!1),this.getRelatedSearches()}}getRelatedSearches(){var e;this.searchHelper&&this.relatedSearchesConfig&&((e=this.relatedSearchesConfig)!=null&&e.relatedSearchesURL)&&this.dataLayer.searchObject.query!==void 0&&this.dataLayer.searchObject.query!=="undefined"&&this.searchHelper.getRelatedSearches(this.dataLayer.searchObject,this.relatedSearchesConfig.relatedSearchesURL,this.relatedSearchesConfig.relatedSearchesAPIKey,this.parseRelatedSearchesResponse.bind(this))}parseRelatedSearchesResponse(e){var s,n;const t=(((s=e.response)==null?void 0:s.docs)??[]).map((o,i)=>({...o,position:i+1})),a=[];for(const o of t)a.push({relatedSearch:o.related_search,position:o.position});this.dataLayer.setSearchRelatedSearches(t),this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&a.length&&xe.trackRelatedSearches({...this.dataLayer.parsedData.trackingData,impressions:a,totalRelatredSearches:((n=this.dataLayer.searchRelatedSearches)==null?void 0:n.length)??0})}handleRouter(){if(this.routerEnabled){const e={...this.dataLayer.searchObject};this.dataLayer.isInfiniteScroll&&delete e.page,this.routerHelper.updateUrl(e)}}parseSearchResultsResponseMetadata(e){var s,n,o,i;const t=bt.extractSearchResultsMetadata(e),a=((n=(s=this.dataLayer.searchLocationConfig)==null?void 0:s.locationValuesOverride)==null?void 0:n.locationFilterDefaultValue)??((i=(o=t.location)==null?void 0:o.filter)==null?void 0:i.defaultValue);!this.dataLayer.searchRadius&&a&&this.dataLayer.setSearchRadius(a),this.dataLayer.setSearchResultsMetadata(t)}parseSearchResultsResponse(e){var s,n;this.handleRouter(),this.dataLayer.setItemsPerPage(parseInt(e.responseHeader.params.rows)),this.dataLayer.setModel(e.responseHeader.params.model);let t=bt.combineResultsWithMetadata(e),a=bt.extractFacets(e);this.dataLayer.setSearchFacets(a),(n=(s=this.dataLayer.searchstaxConfig)==null?void 0:s.hooks)!=null&&n.afterSearch&&(t=this.dataLayer.searchstaxConfig.hooks.afterSearch(t,e)),this.dataLayer.setSearchExternalPromotions(e.externalLinks??[]),this.parseSearchResultsResponseMetadata(e),this.dataLayer.setSearchResultUnparsedData(e),this.dataLayer.setSearchResults(t)}parseAnswerResultsResponse(e){this.handleRouter(),e!==et.question&&e!==et.notQuestion&&(this.dataLayer.setAnswerLoading(!0),this.dataLayer.setAnswerData(this.dataLayer.getAnswerData+e))}cacheFacets(e){var t,a;e?(t=this.searchHelper)==null||t.cacheFacets(!0).then(()=>{}):(a=this.searchHelper)==null||a.cacheFacets().then(()=>{})}parseSuggestSuggestResponse(e){var a,s;let t=e;(s=(a=this.dataLayer.searchInputConfig)==null?void 0:a.hooks)!=null&&s.afterAutosuggest&&(t=this.dataLayer.searchInputConfig.hooks.afterAutosuggest(e)),this.dataLayer.setSearchAutosuggest(t)}suggest(e,t){this.searchHelper&&this.searchHelper.suggest(e,this.parseSuggestSuggestResponse.bind(this),t)}changeLanguage(e){this.searchHelper&&this.dataLayer.setLanguage(e)}addSearchInputWidget(e,t){this.dataLayer.searchInputConfig||this.dataLayer.$locationEnabled.subscribeUntilHasValue(()=>{this.dataLayer.setSearchInputConfig(t),this.searchInputWidget=new oi({containerId:e,config:t,searchTrigger:this.executeSearch.bind(this),suggestTrigger:this.executeSuggest.bind(this),dataLayer:this.dataLayer})},200)}addSearchLocationWidget(e,t){var a,s;this.dataLayer.searchLocationConfig||(t.locationSearchEnabled?(this.dataLayer.setLocationEnabled(!0),this.dataLayer.setSearchLocationConfig(t),t.locationValuesOverride?(this.searchLocationWidget=new $s({containerId:e,config:t,dataLayer:this.dataLayer}),(a=t==null?void 0:t.locationValuesOverride)!=null&&a.locationFilterDefaultValue&&this.dataLayer.setSearchRadius((s=t==null?void 0:t.locationValuesOverride)==null?void 0:s.locationFilterDefaultValue)):this.dataLayer.$searchResultsMetadata.subscribeUntilHasValue(()=>{this.searchLocationWidget=new $s({containerId:e,config:t,dataLayer:this.dataLayer})},0)):this.dataLayer.setLocationEnabled(!1))}addAnswerWidget(e,t){this.dataLayer.turnAIAnswerGenerationOn=!0,t.testString||this.startSSE(this.dataLayer.searchObject.query),this.dataLayer.setAnswerData(t.testString??""),this.answerWidget=new ui({containerId:e,config:t,dataLayer:this.dataLayer})}addSearchResultsWidget(e,t){this.searchResultsConfig||(this.searchResultsConfig=t,this.searchResultsWidget=new ci({containerId:e,linkClickCallback:this.executeLinkClick.bind(this),searchTrigger:this.executeSearch.bind(this),config:t,dataLayer:this.dataLayer}))}addPaginationWidget(e,t){this.searchPaginationConfig=t,this.searchPaginationWidget=new ri({containerId:e,config:t,dataLayer:this.dataLayer,routerHelper:this.routerHelper})}addSearchFeedbackWidget(e,t){this.searchFeedbackConfig=t,this.searchFeedbackWidget=new ii({containerId:e,config:t,dataLayer:this.dataLayer,searchTrigger:this.executeSearch.bind(this)})}addSearchSortingWidget(e,t){this.searchSortingConfig=t,this.searchSortingWidget=new li({containerId:e,config:t,dataLayer:this.dataLayer})}addRelatedSearchesWidget(e,t){this.relatedSearchesConfig=t,this.relatedSearchesWidget=new ni({containerId:e,config:t,dataLayer:this.dataLayer,trackRelatedSearchClick:this.trackRelatedSearchClick.bind(this)}),setTimeout(()=>{this.getRelatedSearches()},0)}addExternalPromotionsWidget(e,t){this.externalPromotionsConfig=t,this.externalPromotionsWidget=new ai({containerId:e,config:t,dataLayer:this.dataLayer})}addFacetsWidget(e,t){this.searchFacetsConfig=t,this.searchFacetsWidget=new si({containerId:e,config:t,dataLayer:this.dataLayer,routerHelper:this.routerHelper},this.cacheFacets.bind(this))}executeSearch(e,t){const a={...this.dataLayer.searchObject};a.query=ne.removeXSSRiskyTags(e),a.page=1,a.facets=[],a.location={...a.location},this.locationObserver&&this.dataLayer.$locationDecodingLoading.unsubscribe(this.locationObserver),this.locationObserver=this.dataLayer.$locationDecodingLoading.subscribeUntil(()=>{var n,o;a.location.address=this.dataLayer.searchLocation,a.location.radius=this.dataLayer.searchRadius,a.location.lat=this.dataLayer.searchLat,a.location.lon=this.dataLayer.searchLong,this.dataLayer.forceNotCorrect=!!t;let s=(n=this.routerHelper)==null?void 0:n.searchObjectToParams(a);s&&(s=(o=this.routerHelper)==null?void 0:o.extractParamsThatDoNotStartWithRouteName(s)),s&&(a.additionalProps=Object.keys(s).map(i=>s?{key:i,value:s[i]}:{key:"",value:""})),this.dataLayer.setSearchObject(a),this.dataLayer.lastSearchValue=a.query},!1)}executeSuggest(e){var a,s;let t={term:e,queryParams:[]};(s=(a=this.dataLayer.searchInputConfig)==null?void 0:a.hooks)!=null&&s.beforeAutosuggest&&(t=this.dataLayer.searchInputConfig.hooks.beforeAutosuggest(t)),t&&t.term!==void 0&&t.queryParams!==void 0&&this.suggest(t.term,t.queryParams)}trackRelatedSearchClick(e){var t;this.dataLayer.searchResultsMetadata&&this.dataLayer.searchRelatedSearches&&!this.dataLayer.cookiesDisabled&&xe.trackRelatedSearchClick({...this.dataLayer.parsedData.trackingData,relatedSearch:e,totalRelatredSearches:((t=this.dataLayer.searchRelatedSearches)==null?void 0:t.length)??0})}executeLinkClick(e){var a,s;let t=bt.findResultByUniqueId(e,this.dataLayer.searchResults??[]);t&&((s=(a=this.searchResultsConfig)==null?void 0:a.hooks)!=null&&s.afterLinkClick&&(t=this.searchResultsConfig.hooks.afterLinkClick(t)),t&&this.dataLayer.searchResultsMetadata&&!this.dataLayer.cookiesDisabled&&xe.trackClick({result:t,...this.dataLayer.parsedData.trackingData}).then(()=>{typeof window<"u"&&(window.location.href=(t==null?void 0:t.url)??"")}).catch(()=>{typeof window<"u"&&(window.location.href=(t==null?void 0:t.url)??"")}))}setPage(e){var t;(t=this.searchPaginationWidget)==null||t.goToPage(e)}setCookiesDisabled(e){this.dataLayer.setCookiesDisabled(e)}changeResultTemplate(e){var t,a,s;this.searchResultsConfig&&(this.searchResultsConfig.templates=(t=this.searchResultsConfig)!=null&&t.templates?{...(a=this.searchResultsConfig)==null?void 0:a.templates,...e}:e,(s=this.searchResultsWidget)==null||s.changeTemplate())}}const S={searchstax:new di("react")};function tr(r,e,t,a,s,n,o,i){return d.jsx(d.Fragment,{children:r&&d.jsx("div",{className:"searchstax-location-input-container","data-test-id":"searchstax-location-input-container",children:d.jsxs("div",{className:"searchstax-location-input-wrapper",children:[d.jsx("span",{className:"searchstax-location-input-label",children:"NEAR"}),d.jsxs("div",{className:"searchstax-location-input-wrapper-inner",children:[d.jsx("input",{type:"text",id:"searchstax-location-input",className:"searchstax-location-input"+(i?" searchstax-input-location-error":""),placeholder:"Zip, Postal Code or City...","aria-label":"Search Location Input","data-test-id":"searchstax-location-input",value:n??"",onChange:c=>e(c.target.value),onBlur:c=>t(c.target.value)}),d.jsx("button",{onClick:s,className:"searchstax-get-current-location-button",children:"Use my current location"})]}),r.shouldShowLocationDistanceDropdown&&d.jsx("span",{className:"searchstax-location-input-label",children:"WITHIN"}),r.shouldShowLocationDistanceDropdown&&d.jsx("select",{id:"searchstax-location-radius-select",className:"searchstax-location-radius-select","aria-label":"Search Location Radius Select","data-test-id":"searchstax-location-radius-select",onChange:c=>a(c.target.value),value:o,children:r.locationSearchDistanceValues.map(({value:c,label:l})=>d.jsx("option",{value:c,children:l},c))})]})})})}function ar(r){let e=!1;const[t,a]=I.useState(null),[s,n]=I.useState(null),[o,i]=I.useState(!1),[c,l]=I.useState(void 0),[g]=I.useState(Math.random());I.useEffect(()=>{if(m(),S.searchstax)S.searchstax.addSearchLocationWidget("search-location-container"+g,{hooks:r.hooks,locationSearchEnabled:r.locationSearchEnabled,locationValuesOverride:r.locationValuesOverride});else throw Error("Searchstax instance needs to be passed via props")},[]);function m(){e||(S.searchstax.dataLayer.$locationWidgetTemplateData.subscribe(L=>{a(L)}),S.searchstax.dataLayer.$searchObject.subscribe(L=>{n(L.location.address??""),l(L.location.radius||"")}),S.searchstax.dataLayer.$searchLocationChange.subscribe(L=>{n(L)}),S.searchstax.dataLayer.$searchRadiusChange.subscribe(L=>{l(L)}),S.searchstax.dataLayer.$locationError.subscribe(L=>{i(L)}),e=!0)}function p(){var L;(L=S.searchstax.searchLocationWidget)==null||L.getCurrentLocation()}function w(L){var T;l(L),(T=S.searchstax.searchLocationWidget)==null||T.setRadiusValue(L+"")}function b(L){var T;n(L),(T=S.searchstax.searchLocationWidget)==null||T.triggerGeocoder(L)}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"search-location-container"+g,children:[!r.searchLocationTemplate&&t&&d.jsx(d.Fragment,{children:tr(t,n,b,w,p,s,c,o)}),r.searchLocationTemplate&&d.jsx(d.Fragment,{children:r.searchLocationTemplate(t,n,b,w,p,s,c,o)})]})})}const zs={appId:"APP_ID",relatedSearchesAPIKey:"KEY"},_t={locationDecode:r=>new Promise(e=>{const t="GEOCODING_API_KEY",a=`https://maps.googleapis.com/maps/api/geocode/json?address=${encodeURIComponent(r)}&key=${t}`;fetch(a).then(s=>s.json()).then(s=>{if(s.status==="OK"&&s.results.length>0){const n=s.results[0],o={lat:n.geometry.location.lat,lon:n.geometry.location.lng,address:n.formatted_address};e(o)}else e({address:void 0,lat:void 0,lon:void 0,error:!0})}).catch(()=>{e({address:void 0,lat:void 0,lon:void 0,error:!0})})}),locationDecodeCoordinatesToAddress:(r,e)=>new Promise(t=>{fetch(`https://geocoding-staging.searchstax.co/reverse?location=${r},${e}&components=country:US&app_id=${zs.appId}`,{method:"GET",headers:{Authorization:`Token ${zs.relatedSearchesAPIKey}`}}).then(a=>a.json()).then(a=>{if(a.status==="OK"&&a.results.length>0){const s=a.results[0];t({address:s.formatted_address,lat:r,lon:e,error:!1})}else t({address:void 0,lat:r,lon:e,error:!0})}).catch(()=>{t({address:void 0,lat:r,lon:e,error:!0})})}),locationSearchEnabled:!1,locationValuesOverride:{locationDistanceEnabled:!0,filterValues:["any","1000"],filterUnit:"miles",locationFilterDefaultValue:"any"}};function gi(r,e,t,a){return d.jsxs(d.Fragment,{children:[d.jsxs("div",{className:"searchstax-search-input-wrapper",children:[d.jsx("input",{type:"text",id:"searchstax-search-input",className:"searchstax-search-input",placeholder:"SEARCH FOR...","aria-label":"search"}),d.jsx("div",{className:`searchstax-autosuggest-container ${r.length===0?"hidden":""}`,onMouseLeave:e,children:r.map(function(s){return d.jsx("div",{className:"searchstax-autosuggest-item",children:d.jsx("div",{className:"searchstax-autosuggest-item-term-container",tabIndex:0,dangerouslySetInnerHTML:{__html:s.term},onMouseOver:()=>{t(s)},onClick:()=>{a()}})},s.term)})})]}),d.jsx(ar,{searchLocationTemplate:tr,hooks:{locationDecode:_t.locationDecode,locationDecodeCoordinatesToAddress:_t.locationDecodeCoordinatesToAddress},locationSearchEnabled:_t.locationSearchEnabled,locationValuesOverride:_t.locationValuesOverride}),d.jsx("button",{className:"searchstax-spinner-icon",id:"searchstax-search-input-action-button","aria-label":"search"})]})}function pi(r){let e=!1;const[t,a]=I.useState([]),[s,n]=I.useState(null);I.useEffect(()=>{if(o(),S.searchstax){const g={};r.afterAutosuggest&&(g.afterAutosuggest=r.afterAutosuggest),r.beforeAutosuggest&&(g.beforeAutosuggest=r.beforeAutosuggest),S.searchstax.addSearchInputWidget("searchstax-input-container",{suggestAfterMinChars:r.suggestAfterMinChars,hooks:g,templates:{mainTemplate:{template:"",searchInputId:r.searchInputId??"searchstax-search-input"}}})}else throw Error("Searchstax instance needs to be passed via props");S.searchstax.dataLayer.setInputTemplateRendered(!0)},[]);function o(){e||(S.searchstax.dataLayer.$autosuggestResults.subscribe(g=>{a((g==null?void 0:g.suggestions)??[])}),S.searchstax.dataLayer.$inputWidgetTemplateData.subscribe(g=>{n(g)}),e=!0)}function i(){var g,m;(g=S.searchstax.searchInputWidget)==null||g.resetAutosuggestSelection(),(m=S.searchstax.searchInputWidget)==null||m.markActiveAutosuggestItem()}function c(g){var m;(m=S.searchstax.searchInputWidget)==null||m.onSuggestionEnter(g)}function l(){var g;(g=S.searchstax.searchInputWidget)==null||g.suggestionChosen()}return d.jsx(d.Fragment,{children:d.jsx("div",{id:"searchstax-input-container",children:d.jsxs("div",{className:`searchstax-search-input-container searchstax-search-input-container-new ${s!=null&&s.locationEnabled?"searchstax-alternative-render":""}`,children:[!r.inputTemplate&&d.jsx(d.Fragment,{children:gi(t,i,c,l)}),r.inputTemplate&&d.jsx(d.Fragment,{children:r.inputTemplate(t,i,c,l,s)})]})})})}function mi(r){const[e,t]=I.useState(!1);return I.useEffect(()=>{const a={};r.beforeSearch&&(a.beforeSearch=r.beforeSearch),r!=null&&r.afterSearch&&(a.afterSearch=r.afterSearch),S.searchstax.initialize({language:r.language??"en",model:r.model,sessionId:r.sessionId,searchURL:r.searchURL,questionURL:r.questionURL,suggesterURL:r.suggesterURL,trackApiKey:r.trackApiKey,searchAuth:r.searchAuth,authType:r.authType??"basic",autoCorrect:r.autoCorrect,router:r.router,hooks:a,analyticsBaseUrl:r.analyticsBaseUrl,analyticsSrc:r.analyticsSrc}),setTimeout(()=>{t(!0)},100),r.initialized(S.searchstax)},[]),d.jsx(d.Fragment,{children:e&&d.jsxs(d.Fragment,{children:[" ",r.children," "]})})}function fi(r,e,t){return d.jsxs("div",{children:[d.jsxs("div",{className:"searchstax-no-results",children:[" ","Showing ",d.jsx("strong",{children:"no results"})," for ",d.jsxs("strong",{children:['"',r,'"']}),d.jsx("br",{}),(e==null?void 0:e.spellingSuggestion)&&d.jsxs("span",{children:[" Did you mean"," ",d.jsx("a",{href:"#","aria-label":`Did you mean ${e==null?void 0:e.spellingSuggestion}`,className:"searchstax-suggestion-term",onClick:a=>{a.preventDefault(),t(e==null?void 0:e.spellingSuggestion)},children:e==null?void 0:e.spellingSuggestion}),"?"]})]}),d.jsx("ul",{children:d.jsxs("li",{children:[" ","Try searching for search related terms or topics. We offer a wide variety of content to help you get the information you need."," "]})})]})}function Li(r,e){return d.jsx(d.Fragment,{children:r&&r.length&&d.jsx("div",{className:"searchstax-search-results","aria-live":"polite",children:r!==null&&r.map(function(t){return d.jsx("a",{href:t.url??"",onClick:a=>{e(t,a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(t,a)},"data-searchstax-unique-result-id":t.uniqueId,"aria-labelledby":`title-${t.uniqueId}`,className:"searchstax-result-item-link searchstax-result-item-link-wrapping",tabIndex:0,children:d.jsxs("div",{className:`searchstax-search-result ${t.thumbnail?"has-thumbnail":""}`,children:[t.promoted&&d.jsx("div",{className:"searchstax-search-result-promoted"}),t.ribbon&&d.jsx("div",{className:"searchstax-search-result-ribbon",dangerouslySetInnerHTML:{__html:t.ribbon}}),t.thumbnail&&d.jsx("img",{alt:"",src:t.thumbnail,className:"searchstax-thumbnail"}),d.jsx("div",{className:"searchstax-search-result-title-container",children:d.jsx("span",{className:"searchstax-search-result-title",id:`title-${t.uniqueId}`,dangerouslySetInnerHTML:{__html:t.title??""}})}),t.paths&&d.jsx("p",{className:"searchstax-search-result-common",tabIndex:0,dangerouslySetInnerHTML:{__html:t.paths}}),t.description&&d.jsx("p",{className:"searchstax-search-result-description searchstax-search-result-common",tabIndex:0,dangerouslySetInnerHTML:{__html:t.description}}),t.unmappedFields.map(function(a){return d.jsxs("div",{children:[a.isImage&&typeof a.value=="string"&&d.jsx("div",{className:"searchstax-search-result-image-container",children:d.jsx("img",{alt:"",src:a.value,className:"searchstax-result-image"})}),!a.isImage&&d.jsx("div",{children:d.jsx("p",{tabIndex:0,className:"searchstax-search-result-common",dangerouslySetInnerHTML:{__html:a.value}})})]},a.key)})]},t.uniqueId)},t.uniqueId)})})})}function yi(r){const[e,t]=I.useState(null),a=I.useRef();a.current=e;const[s,n]=I.useState(""),[o,i]=I.useState(null),c=(m,p)=>{p.preventDefault(),p.stopPropagation(),S.searchstax.executeLinkClick(m.uniqueId)};I.useEffect(()=>{g();const m={};r.afterLinkClick&&(m.afterLinkClick=r.afterLinkClick),S.searchstax.addSearchResultsWidget("searchstax-results-container",{templates:{},renderMethod:r.renderMethod??"pagination",resultsPerPage:r.resultsPerPage,hooks:m})},[]);function l(m){S.searchstax.executeSearch(m)}function g(){S.searchstax.dataLayer.$searchResults.subscribe(m=>{var L;const p=a.current??[],w=m??[],b=r.renderMethod==="infiniteScroll"?[...p,...w]:m;((L=S.searchstax.dataLayer.$searchObject.value)==null?void 0:L.page)===1?t(w):t(b)}),S.searchstax.dataLayer.$searchTermChange.subscribe(m=>{n(m)}),S.searchstax.dataLayer.$searchResultsMetadata.subscribe(m=>{i(m)})}return d.jsx(d.Fragment,{children:d.jsx("div",{id:"searchstax-results-container",children:d.jsx("section",{"aria-label":"search results container",tabIndex:0,children:d.jsx("div",{className:"searchstax-search-results-container",id:"searchstax-search-results-container",children:d.jsxs("div",{id:"searchstax-result-container",children:[e&&e.length===0&&s!==""&&s!=="*"&&S.searchstax.dataLayer.parsedData.firstSearchHappened&&!r.noResultTemplate&&d.jsx(d.Fragment,{children:fi(s,o,l)}),e&&e.length===0&&s!==""&&s!=="*"&&S.searchstax.dataLayer.parsedData.firstSearchHappened&&r.noResultTemplate&&d.jsx(d.Fragment,{children:r.noResultTemplate(s,o,l)}),e&&e.length>0&&!r.resultsTemplate&&Li(e,c),e&&e.length>0&&r.resultsTemplate&&d.jsx(d.Fragment,{children:r.resultsTemplate(e,c)})]})})})})})}function wi(r,e,t){return d.jsx(d.Fragment,{children:r&&(r==null?void 0:r.totalResults)!==0&&d.jsx("div",{className:"searchstax-pagination-container",children:d.jsxs("div",{className:"searchstax-pagination-content",children:[d.jsxs("a",{className:`searchstax-pagination-previous ${r.isFirstPage?"disabled":""}`,tabIndex:0,style:r!=null&&r.isFirstPage?{pointerEvents:"none"}:{},onClick:a=>{t(a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&t(a)},id:"searchstax-pagination-previous",children:[" ","< Previous"," "]}),d.jsxs("div",{className:"searchstax-pagination-details",children:[" ",r==null?void 0:r.startResultIndex," -"," ",r==null?void 0:r.endResultIndex," of"," ",r==null?void 0:r.totalResults]}),d.jsx("a",{className:`searchstax-pagination-next ${r.isLastPage?"disabled":""}`,tabIndex:0,style:r!=null&&r.isLastPage?{pointerEvents:"none"}:{},onClick:a=>{e(a)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(a)},id:"searchstax-pagination-next",children:"Next >"})]})})})}function xi(r,e){return d.jsx(d.Fragment,{children:r&&r.isInfiniteScroll&&(r==null?void 0:r.totalResults)!==0&&!(r!=null&&r.isLastPage)&&d.jsx("div",{className:"searchstax-pagination-container",children:d.jsx("a",{className:"searchstax-pagination-load-more",tabIndex:0,onClick:t=>{e(t)},onKeyDown:t=>{(t.key==="Enter"||t.key===" ")&&e(t)},children:"Show More >"})})})}function bi(r){let e=!1;const[t,a]=I.useState(!1),[s,n]=I.useState(null),[o]=I.useState(Math.random());I.useEffect(()=>{if(i(),S.searchstax)S.searchstax.addPaginationWidget("searchstax-pagination-container"+o,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function i(){e||(S.searchstax.dataLayer.$searchObject.subscribe(()=>{c()}),S.searchstax.dataLayer.$paginationData.subscribe(m=>{n(m)}),e=!0)}function c(){!t&&S.searchstax.routerHelper&&(a(!0),S.searchstax.addPaginationWidget("searchstax-pagination-container"+o,{}))}function l(m){var p;(p=S.searchstax.searchPaginationWidget)==null||p.nextPage(m)}function g(m){var p;(p=S.searchstax.searchPaginationWidget)==null||p.previousPage(m)}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"searchstax-pagination-container"+o,children:[!r.paginationTemplate&&s&&!s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&d.jsx(d.Fragment,{children:wi(s,l,g)}),r.paginationTemplate&&s&&!s.isInfiniteScroll&&d.jsx(d.Fragment,{children:r.paginationTemplate(s,l,g)}),!r.infiniteScrollTemplate&&s&&s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&!(s!=null&&s.isLastPage)&&d.jsx(d.Fragment,{children:xi(s,l)}),r.infiniteScrollTemplate&&s&&s.isInfiniteScroll&&(s==null?void 0:s.totalResults)!==0&&!(s!=null&&s.isLastPage)&&d.jsx(d.Fragment,{children:r.infiniteScrollTemplate(s,l)})]})})}function Ci(r,e,t){return d.jsx(d.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&r.sortOptions.length>0&&(r==null?void 0:r.hasResultsOrExternalPromotions)&&d.jsxs("div",{className:"searchstax-sorting-container",children:[d.jsx("label",{className:"searchstax-sorting-label",htmlFor:"searchstax-search-order-select",children:"Sort By"}),d.jsx("select",{id:"searchstax-search-order-select",className:"searchstax-search-order-select",value:t,onChange:a=>{e(a.target.value)},children:r.sortOptions.map(function(a){return d.jsx("option",{value:a.key,children:a.value},a.key)})})]})})}function Mi(r){let e=!1;const[t,a]=I.useState(null),[s,n]=I.useState(""),[o]=I.useState(Math.random());I.useEffect(()=>{if(i(),S.searchstax)S.searchstax.addSearchSortingWidget("search-sorting-container"+o,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function i(){e||(S.searchstax.dataLayer.$searchSortingData.subscribe(l=>{a(l)}),S.searchstax.dataLayer.$searchObject.subscribe(l=>{n(decodeURIComponent((l==null?void 0:l.order)??""))}),e=!0)}function c(l){var g;(g=S.searchstax.searchSortingWidget)==null||g.setOrderQuery(l)}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"search-sorting-container"+o,children:[!r.searchSortingTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasResultsOrExternalPromotions)&&d.jsx(d.Fragment,{children:Ci(t,c,s)}),r.searchSortingTemplate&&d.jsx(d.Fragment,{children:r.searchSortingTemplate(t,c,s)})]})})}function Si(r,e){return d.jsx(d.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.totalResults)>0&&d.jsxs(d.Fragment,{children:["Showing"," ",d.jsxs("b",{children:[r.startResultIndex," -"," ",r.endResultIndex]})," ","of",d.jsxs("b",{children:[" ",r.totalResults]})," results",r.searchTerm&&d.jsxs("span",{children:[' for "',d.jsx("b",{children:r.searchTerm}),'"'," "]}),d.jsx("div",{className:"searchstax-feedback-container-suggested",children:r.autoCorrectedQuery&&d.jsxs("div",{children:[" ","Search instead for"," ",d.jsx("a",{href:"#",onClick:t=>{e(t)},className:"searchstax-feedback-original-query","aria-label":`Search instead for ${r.originalQuery}`,children:r.originalQuery})]})})]})})}function ki(r){let e=!1;const[t,a]=I.useState(null),[s]=I.useState(Math.random());I.useEffect(()=>{if(n(),S.searchstax)S.searchstax.addSearchFeedbackWidget("search-feedback-container"+s,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function n(){e||(S.searchstax.dataLayer.$searchFeedbackData.subscribe(i=>{a(i)}),e=!0)}function o(i){var c;(c=S.searchstax.searchFeedbackWidget)==null||c.onOriginalQueryClick(i)}return d.jsx(d.Fragment,{children:d.jsxs("div",{className:"search-feedback-container",id:"search-feedback-container"+s,children:[!r.searchOverviewTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.totalResults)>0&&d.jsx(d.Fragment,{children:Si(t,o)}),r.searchOverviewTemplate&&d.jsx(d.Fragment,{children:r.searchOverviewTemplate(t,o)})]})})}function Ti(r,e,t,a,s,n,o){return d.jsx("div",{className:"searchstax-facets-container-desktop",children:r==null?void 0:r.facets.map(i=>d.jsx("div",{className:`searchstax-facet-container ${t(i.name)?"active":""}`,children:d.jsxs("div",{children:[d.jsxs("div",{className:"searchstax-facet-title-container",onClick:()=>{a(i.name)},children:[d.jsxs("div",{className:"searchstax-facet-title",children:[" ",i.label]}),d.jsx("div",{className:"searchstax-facet-title-arrow active"})]}),d.jsxs("div",{className:"searchstax-facet-values-container","aria-live":"polite",children:[i.values.map((c,l)=>(e[l+i.name]=I.createRef(),d.jsxs("div",{className:`searchstax-facet-value-container ${c.disabled?"searchstax-facet-value-disabled":""}`,ref:e[l+i.name],children:[d.jsx("div",{className:"searchstax-facet-input desktop-"+l+i.name,children:d.jsx("input",{type:"checkbox",className:"searchstax-facet-input-checkbox",checked:n(c),readOnly:!0,"aria-label":c.value+" "+c.count,disabled:c.disabled,onClick:g=>{s(l+i.name,g,c,!0)}})}),d.jsx("div",{className:"searchstax-facet-value-label",onClick:g=>{s(l+i.name,g,c,!1)},children:c.value}),d.jsxs("div",{className:"searchstax-facet-value-count",onClick:g=>{s(l+i.name,g,c,!1)},children:["(",c.count,")"]})]},c.value+c.parentName))),i.hasMoreFacets&&d.jsx("div",{className:"searchstax-facet-show-more-container",children:d.jsxs("div",{className:"searchstax-facet-show-more-container",onClick:c=>{o(c,i)},onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&o(c,i)},tabIndex:0,children:[i.showingAllFacets&&d.jsx("div",{className:"searchstax-facet-show-less-button searchstax-facet-show-button",children:"less"}),!i.showingAllFacets&&d.jsx("div",{className:"searchstax-facet-show-more-button searchstax-facet-show-button",children:"more"})]})})]})]})},i.name+"desktop"))})}function vi(r,e,t,a,s,n,o,i,c,l,g,m){return r?d.jsx("div",{className:"searchstax-facets-container-mobile",children:d.jsxs("div",{className:"searchstax-facets-pills-container",children:[d.jsx("div",{className:"searchstax-facets-pill searchstax-facets-pill-filter-by",onClick:()=>{l()},children:d.jsx("div",{className:"searchstax-facets-pill-label",children:"Filter By"})}),d.jsxs("div",{className:"searchstax-facets-pills-selected",children:[e.map(p=>d.jsxs("div",{className:"searchstax-facets-pill searchstax-facets-pill-facets",onClick:()=>{i(p)},children:[d.jsxs("div",{className:"searchstax-facets-pill-label",children:[p.value," (",p.count,")"]}),d.jsx("div",{className:"searchstax-facets-pill-icon-close"})]},p.value)),e.length!==0&&d.jsx("div",{className:"searchstax-facets-pill searchstax-clear-filters searchstax-facets-pill-clear-all",onClick:()=>{m()},children:d.jsx("div",{className:"searchstax-facets-pill-label",children:"Clear Filters"})})]}),d.jsxs("div",{className:`searchstax-facets-mobile-overlay ${r.overlayOpened?"searchstax-show":""}`,children:[d.jsxs("div",{className:"searchstax-facets-mobile-overlay-header",children:[d.jsx("div",{className:"searchstax-facets-mobile-overlay-header-title",children:"Filter By"}),d.jsx("div",{className:"searchstax-search-close",onClick:()=>{g()}})]}),d.jsx("div",{className:"searchstax-facets-container-mobile",children:r==null?void 0:r.facets.map(p=>d.jsx("div",{className:`searchstax-facet-container ${a(p.name)?"active":""}`,children:d.jsxs("div",{children:[d.jsxs("div",{className:"searchstax-facet-title-container",onClick:()=>{s(p.name)},children:[d.jsxs("div",{className:"searchstax-facet-title",children:[" ",p.label," "]}),d.jsx("div",{className:"searchstax-facet-title-arrow active"})]}),d.jsxs("div",{className:"searchstax-facet-values-container","aria-live":"polite",children:[p.values.map((w,b)=>(t[b+p.name]=I.createRef(),d.jsxs("div",{className:`searchstax-facet-value-container ${w.disabled?"searchstax-facet-value-disabled":""}`,ref:t[b+p.name],children:[d.jsx("div",{className:"searchstax-facet-input mobile-"+b+p.name,children:d.jsx("input",{type:"checkbox",className:"searchstax-facet-input-checkbox",checked:o(w),readOnly:!0,"aria-label":w.value+" "+w.count,disabled:w.disabled,onClick:L=>{n(b+p.name,L,w,!0,!0)}})}),d.jsx("div",{className:"searchstax-facet-value-label",onClick:L=>{n(b+p.name,L,w,!1)},children:w.value}),d.jsxs("div",{className:"searchstax-facet-value-count",onClick:L=>{n(b+p.name,L,w,!1)},children:["(",w.count,")"]})]},w.value+w.parentName))),d.jsx("div",{className:"searchstax-facet-show-more-container","v-if":"facet.hasMoreFacets",children:d.jsxs("div",{className:"searchstax-facet-show-more-container",onClick:w=>{c(w,p)},onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&c(w,p)},tabIndex:0,role:"button",children:[p.showingAllFacets&&d.jsx("div",{className:"searchstax-facet-show-less-button searchstax-facet-show-button",children:"less"}),!p.showingAllFacets&&d.jsx("div",{className:"searchstax-facet-show-more-button searchstax-facet-show-button",children:"more"})]})})]})]})},p.name+"mobile"))}),d.jsx("button",{className:"searchstax-facets-mobile-overlay-done",onClick:()=>{g()},children:"Done"})]})]})}):d.jsx(d.Fragment,{})}function Ai(r){const[e,t]=I.useState(null),[a,s]=I.useState(null),[n,o]=I.useState([]),[i,c]=I.useState({}),l={},g=Math.random();let m=!1;I.useEffect(()=>{if(p(),S.searchstax)S.searchstax.addFacetsWidget("searchstax-facets-container"+g,{facetingType:r.facetingType,specificFacets:r.specificFacets,itemsPerPageDesktop:r.itemsPerPageDesktop,itemsPerPageMobile:r.itemsPerPageMobile,hooks:{beforeFacetsRender:r.beforeFacetsRender}});else throw Error("Searchstax instance needs to be passed via props")},[]);function p(){m||(S.searchstax.dataLayer.$facetsTemplateData.subscribe(E=>{E!=null&&E.isMobile?s(E):t(E)}),S.searchstax.dataLayer.$selectedFacetsTemplateData.subscribe(E=>{o((E??[]).filter(H=>H.type==="checkbox"))}),m=!0)}function w(E){var O;(O=S.searchstax.searchFacetsWidget)==null||O.unselectFacet(E)}function b(){var E;(E=S.searchstax.searchFacetsWidget)==null||E.removeSelectedFacets()}function L(E){return!i[E]}function T(E){L(E)?c({...i,[E]:!0}):c({...i,[E]:!1})}function y(E){var O;return(O=S.searchstax.searchFacetsWidget)==null?void 0:O.isChecked(E)}function x(E,O,H,Z,_){var Te;const ce=_?"mobile-":"desktop-",be=document.getElementsByClassName(ce+E);be[0]&&((Te=S.searchstax.searchFacetsWidget)==null||Te.onFacetSelect(O,H,be[0],!1,y(H)))}function v(E,O){var H;(H=S.searchstax.searchFacetsWidget)==null||H.onShowMoreLessClick(E,O,!1)}function k(E,O){var H;(H=S.searchstax.searchFacetsWidget)==null||H.onShowMoreLessClick(E,O,!0)}function j(){var E;(E=S.searchstax.searchFacetsWidget)==null||E.openOverlay()}function F(){var E;(E=S.searchstax.searchFacetsWidget)==null||E.closeOverlay()}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"searchstax-facets-container"+g,children:[(e==null?void 0:e.hasResultsOrExternalPromotions)&&!r.facetsTemplateDesktop&&d.jsx(d.Fragment,{children:Ti(e,l,L,T,x,y,v)}),r.facetsTemplateDesktop&&d.jsx(d.Fragment,{children:r.facetsTemplateDesktop(e,l,L,T,x,y,v)}),(a==null?void 0:a.hasResultsOrExternalPromotions)&&!r.facetsTemplateMobile&&d.jsx(d.Fragment,{children:vi(a,n,l,L,T,x,y,w,k,j,F,b)}),r.facetsTemplateMobile&&d.jsx(d.Fragment,{children:r.facetsTemplateMobile(a,n,l,L,T,x,y,w,k,j,F,b)})]})})}function Ei(r,e){return d.jsx(d.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.hasRelatedSearches)&&d.jsxs("div",{className:"searchstax-related-searches-container",id:"searchstax-related-searches-container",children:[" ","Related searches: ",d.jsx("span",{id:"searchstax-related-searches"}),r.relatedSearches&&d.jsx("span",{className:"searchstax-related-search",children:r.relatedSearches.map(t=>d.jsxs("span",{onClick:()=>{e(t)},onKeyDown:a=>{(a.key==="Enter"||a.key===" ")&&e(t)},tabIndex:0,className:"searchstax-related-search searchstax-related-search-item","aria-label":"Related search: "+t.related_search,children:[" ",t.related_search,!t.last&&d.jsx("span",{children:","})]},t.related_search))})]})})}function ji(r){let e=!1;const[t,a]=I.useState(null),[s]=I.useState(Math.random());I.useEffect(()=>{if(n(),S.searchstax)S.searchstax.addRelatedSearchesWidget("searchstax-related-searches-container"+s,{relatedSearchesURL:r.relatedSearchesURL,relatedSearchesAPIKey:r.relatedSearchesAPIKey});else throw Error("Searchstax instance needs to be passed via props")},[]);function n(){e||(S.searchstax.dataLayer.$searchRelatedSearchesData.subscribe(i=>{a(i)}),e=!0)}function o(i){var c;(c=S.searchstax.relatedSearchesWidget)==null||c.executeSearch(i)}return d.jsxs(d.Fragment,{children:[!r.searchRelatedSearchesTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasRelatedSearches)&&d.jsx(d.Fragment,{children:Ei(t,o)}),r.searchRelatedSearchesTemplate&&d.jsx(d.Fragment,{children:r.searchRelatedSearchesTemplate(t,o)})]})}function Ii(r,e){return d.jsx(d.Fragment,{children:r&&(r==null?void 0:r.searchExecuted)&&(r==null?void 0:r.hasExternalPromotions)&&r.externalPromotions.map(t=>d.jsxs("div",{className:"searchstax-external-promotion searchstax-search-result",children:[d.jsx("div",{className:"icon-elevated"}),t.url&&d.jsx("a",{href:t.url,onClick:a=>{e(t,a)},className:"searchstax-result-item-link"}),d.jsx("div",{className:"searchstax-search-result-title-container",children:d.jsx("span",{className:"searchstax-search-result-title",children:t.name})}),t.description&&d.jsxs("p",{className:"searchstax-search-result-description searchstax-search-result-common",children:[" ",t.description," "]}),t.url&&d.jsxs("p",{className:"searchstax-search-result-description searchstax-search-result-common",children:[" ",t.url," "]})]},t.id))})}function Ri(r){let e=!1;const[t,a]=I.useState(null),[s]=I.useState(Math.random());I.useEffect(()=>{if(n(),S.searchstax)S.searchstax.addExternalPromotionsWidget("searchstax-external-promotions-layout-container"+s,{});else throw Error("Searchstax instance needs to be passed via props")},[]);function n(){e||(S.searchstax.dataLayer.$searchExternalPromotionsData.subscribe(i=>{a(i)}),e=!0)}function o(i,c){var l;(l=S.searchstax.externalPromotionsWidget)==null||l.trackClick(i,c)}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"searchstax-external-promotions-layout-container"+s,children:[!r.searchExternalPromotionsTemplate&&t&&(t==null?void 0:t.searchExecuted)&&(t==null?void 0:t.hasExternalPromotions)&&d.jsx(d.Fragment,{children:Ii(t,o)}),r.searchExternalPromotionsTemplate&&d.jsx(d.Fragment,{children:r.searchExternalPromotionsTemplate(t,o)})]})})}function Di(r,e){return d.jsx(d.Fragment,{children:r&&d.jsxs("div",{className:"searchstax-answer-wrap",children:[d.jsx("div",{className:"searchstax-answer-icon"}),d.jsxs("div",{children:[d.jsxs("div",{className:"searchstax-answer-container "+(r.showMoreButtonVisible===!0?"searchstax-answer-show-more":""),children:[d.jsx("div",{className:"searchstax-answer-title",children:"Smart Answers"}),r.shouldShowAnswerError&&d.jsx("div",{className:"searchstax-answer-error",dangerouslySetInnerHTML:{__html:r.answerErrorMessage}}),d.jsx("div",{className:"searchstax-answer-description",dangerouslySetInnerHTML:{__html:r.fullAnswerFormatted}}),r.answerLoading&&d.jsx("div",{className:"searchstax-answer-loading"})]}),r.showMoreButtonVisible===!0&&d.jsx("div",{className:"searchstax-answer-load-more-button-container",children:d.jsx("button",{className:"searchstax-answer-load-more-button",onClick:t=>{e(t)},children:"Show More"})})]}),d.jsxs("div",{className:"searchstax-answer-footer",children:[d.jsx("div",{id:"feedbackWidgetContainer"}),d.jsx("div",{className:"searchstax-lightweight-widget-separator-inline"}),d.jsx("p",{className:"searchstax-disclaimer",children:"Generative AI is Experimental"})]})]})})}function Ni(r){let e=!1;const[t,a]=I.useState(null),[s]=I.useState(Math.random());I.useEffect(()=>{if(o(),S.searchstax){const i=r.feedbackwidget??void 0;S.searchstax.addAnswerWidget("searchstax-answer-container"+s,{showMoreAfterWordCount:r.showMoreAfterWordCount,feedbackwidget:i,testString:r.testString})}else throw Error("Searchstax instance needs to be passed via props")},[]);function n(i){var c;S.searchstax&&((c=S.searchstax.answerWidget)==null||c.showMore(i))}function o(){e||(S.searchstax.dataLayer.$answerData.subscribe(i=>{a(i)}),e=!0)}return d.jsx(d.Fragment,{children:d.jsxs("div",{id:"search-answer-container"+s,children:[!r.searchAnswerTemplate&&t&&t.shouldShowAnswer&&(t==null?void 0:t.searchExecuted)&&d.jsx(d.Fragment,{children:Di(t,n)}),r.searchAnswerTemplate&&t&&t.shouldShowAnswer&&d.jsx(d.Fragment,{children:r.searchAnswerTemplate(t,n)})]})})}exports.SearchstaxAnswerWidget=Ni;exports.SearchstaxExternalPromotionsWidget=Ri;exports.SearchstaxFacetsWidget=Ai;exports.SearchstaxInputWidget=pi;exports.SearchstaxLocationWidget=ar;exports.SearchstaxOverviewWidget=ki;exports.SearchstaxPaginationWidget=bi;exports.SearchstaxRelatedSearchesWidget=ji;exports.SearchstaxResultWidget=yi;exports.SearchstaxSortingWidget=Mi;exports.SearchstaxWrapper=mi;
|