@deepdesk/deepdesk-sdk 14.1.1-beta.7 → 14.1.1-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +3 -3
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.esm.js +3 -3
- package/dist/index.iife.js +3 -3
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
- package/widget.css +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -16,15 +16,15 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
16
16
|
`);return o=o.replace(/\n{3,}/g,`
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
`),o=o.replace(/\n/g,"<br/>"),o}createContainer(t){var n;let o=(typeof global!="undefined"&&global.INTERWEAVE_SSR_POLYFILL||wO)();if(!o)return;let s=(n=this.props.containerTagName)!==null&&n!==void 0?n:"body",i=s==="body"||s==="fragment"?o.body:o.createElement(s);return t.match(yO)||(i.innerHTML=this.convertLineBreaks(this.props.escapeHtml?(0,FE.default)(t):t)),i}extractAttributes(t){let{allowAttributes:n}=this.props,r={},o=0;return t.nodeType!==DE||!t.attributes||([...t.attributes].forEach(s=>{let{name:i,value:a}=s,l=i.toLowerCase(),u=Dd[l]||Dd[i];if(!this.isSafe(t)||!l.match(vO)&&(!n&&(!u||u===Rh)||l.startsWith("on")||a.replace(/(\s|\0|�([9AD]);)/,"").match(/(javascript|vbscript|livescript|xss):/i)))return;let c=l==="style"?this.extractStyleAttribute(t):a;u===Zr?c=!0:u===Fo?c=Number.parseFloat(String(c)):u!==_d&&(c=String(c)),r[Ah[l]||l]=this.applyAttributeFilters(l,c),o+=1}),o===0)?null:r}extractStyleAttribute(t){let n={};return Array.from(t.style).forEach(r=>{let o=t.style[r];(typeof o=="string"||typeof o=="number")&&(n[r.replace(/-([a-z])/g,(s,i)=>String(i).toUpperCase())]=o)}),n}getTagConfig(t){let n={children:[],content:0,invalid:[],parent:[],self:!0,tagName:"",type:0,void:!1};return sl[t]?I(T(T({},n),sl[t]),{tagName:t}):n}isSafe(t){if(typeof HTMLAnchorElement!="undefined"&&t instanceof HTMLAnchorElement){let n=t.getAttribute("href");if(n!=null&&n.startsWith("#"))return!0;let r=t.protocol.toLowerCase();return r===":"||r==="http:"||r==="https:"||r==="mailto:"||r==="tel:"}return!0}isTagAllowed(t){return this.banned.has(t)||this.blocked.has(t)?!1:this.props.allowElements||this.allowed.has(t)}parse(){return this.container?this.parseNode(this.container,this.getTagConfig(this.container.nodeName.toLowerCase())):[]}parseNode(t,n){let{noHtml:r,noHtmlExceptMatchers:o,allowElements:s,transform:i,transformOnlyAllowList:a}=this.props,l=[],u="";return[...t.childNodes].forEach(c=>{if(c.nodeType===DE){let d=c.nodeName.toLowerCase(),m=this.getTagConfig(d);u&&(l.push(u),u="");let v=this.applyNodeFilters(d,c);if(!v)return;let y;if(i&&!(a&&!this.isTagAllowed(d))){this.keyIndex+=1;let p=this.keyIndex;y=this.parseNode(v,m);let g=i(v,y,m);if(g===null)return;if(typeof g!="undefined"){l.push(Uo.default.cloneElement(g,{key:p}));return}this.keyIndex=p-1}if(this.banned.has(d))return;if(!(r||o&&d!=="br")&&this.isTagAllowed(d)&&(s||this.canRenderChild(n,m))){var f;this.keyIndex+=1;let p=this.extractAttributes(v),g={tagName:d};p&&(g.attributes=p),m.void&&(g.selfClose=m.void),l.push(Uo.default.createElement(Fd,I(T({},g),{key:this.keyIndex}),(f=y)!==null&&f!==void 0?f:this.parseNode(v,m)))}else l=[...l,...this.parseNode(v,m.tagName?m:n)]}else if(c.nodeType===hO){let d=r&&!o?c.textContent:this.applyMatchers(c.textContent||"",n);Array.isArray(d)?l=[...l,...d]:u+=d}}),u&&l.push(u),l}replaceTokens(t,n){if(!t.includes("{{{"))return t;let r=[],o=t,s=null;for(;s=o.match(SO);){let[i,a]=s,l=s.index,u=i.includes("/");l>0&&(r.push(o.slice(0,l)),o=o.slice(l));let{children:c,matcher:f,props:d}=n[a],m;if(u)m=i.length,r.push(f.createElement(c,d));else{let v=o.match(new RegExp(`{{{/${a}}}}`));m=v.index+v[0].length,r.push(f.createElement(this.replaceTokens(o.slice(i.length,v.index),n),d))}o=o.slice(m)}return o.length>0&&r.push(o),r.length===0?"":r.length===1&&typeof r[0]=="string"?r[0]:r}};function xO(e){var t;let{attributes:n,className:r,containerTagName:o,content:s,emptyContent:i,parsedContent:a,tagName:l,noWrap:u}=e,c=(t=o!=null?o:l)!==null&&t!==void 0?t:"span",f=c==="fragment"?!0:u,d;if(a)d=a;else{let m=new Hd(s!=null?s:"",e).parse();m.length>0&&(d=m)}return d||(d=i),f?Uo.default.createElement(Uo.default.Fragment,null,d):Uo.default.createElement(Fd,{attributes:n,className:r,tagName:c},d)}function li(e){let k=e,{attributes:t,className:n,content:r="",disableFilters:o=!1,disableMatchers:s=!1,emptyContent:i=null,filters:a=[],matchers:l=[],onAfterParse:u=null,onBeforeParse:c=null,tagName:f="span",noWrap:d=!1}=k,m=ee(k,["attributes","className","content","disableFilters","disableMatchers","emptyContent","filters","matchers","onAfterParse","onBeforeParse","tagName","noWrap"]),v=s?[]:l,y=o?[]:a,p=c?[c]:[],g=u?[u]:[];v.forEach(C=>{C.onBeforeParse&&p.push(C.onBeforeParse.bind(C)),C.onAfterParse&&g.push(C.onAfterParse.bind(C))});let h=p.reduce((C,R)=>R(C,e),r!=null?r:""),S=new Hd(h,m,v,y),x=g.reduce((C,R)=>R(C,e),S.parse());return Uo.default.createElement(xO,{attributes:t,className:n,containerTagName:e.containerTagName,emptyContent:i,noWrap:d,parsedContent:x.length===0?void 0:x,tagName:f})}var KE=w(U());var EO=/[.*+?^${}()|[\]\\]/g,bO=/[^0-9A-Za-zÀ-ÖØ-öø-ÿ](?=[0-9A-Za-zÀ-ÖØ-öø-ÿ]*$)/;function CO(e){return e.replace(EO,"\\$&")}function TO(e,t){let n=e.split("").findIndex((r,o)=>r!==t[o]);return n>-1?n:Math.min(e.length,t.length)}function kO(e){return e.search(bO)}function HE(e,t=[]){let n=e;return t.forEach(r=>{if(!r)return;let o=new RegExp(`\\b(${CO(r)})\\b`,"gi");n=n.replace(o,"<strong>$1</strong>")}),n}function UE(e){return e.replace(su,'<mark data-type="placeholder">$1</mark>')}function ui(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function PO(e,t){return e.split("").map((i,a)=>({char:i,index:a})).filter(({char:i,index:a})=>/\s/.test(i)&&a<=t).map(({index:i})=>i).reverse()[0]}function Ih(e,t,n={}){if(t){let r=TO(t.toLowerCase(),e.toLowerCase()),o=ui(e.substring(r,e.length));if(n.stripAgentPart){let l=e.substring(0,r),u=kO(l);return`<span style="opacity: 0.5">${l.substring(u+1)}</span>${o}`}let i=t.split(e0).length>3||t.length>30?PO(t.trim(),r):0;return`${`${i>0?"\u2026":""}${ui(e.substring(i,r))}`}<strong>${o}</strong>`}return e}var RO=/(<\/[a-zA-Z]+[0-9]?>|<[a-zA-Z]+\s?\/>|<br>)/i;function Ud(e){return RO.test(e)}function zE(e){var n;let t=document.createElement("template");return t.innerHTML=e,(n=t.content.textContent)!=null?n:""}var zd=w(U()),VE=w(b()),BE=zd.default.createContext(void 0);function Jr(){let e=zd.default.useContext(BE);if(e===void 0)throw new Error("useCommandPalette must be used within the CommandPalette component");return e}var jE=({children:e,page:t,isOpen:n,onChangeOpen:r,selected:o,setSelected:s})=>{let i=zd.default.useMemo(()=>({page:t,isOpen:n,onChangeOpen:r,selected:o,setSelected:s}),[n,t,o]);return(0,VE.jsx)(BE.Provider,{value:i,children:e})};var Yt=w(b()),AO=3,WE=({children:e})=>{let t=L("CommandPalette",Ot);return(0,Yt.jsx)("div",{className:t.listItemActions,children:e})};function Oh(d){var m=d,{closeOnSelect:e=!0,lineClamp:t,children:n,onClick:r,extra:o,onSourceClick:s,description:i,sources:a,id:l,styles:u,defaultSourcesAmount:c=AO}=m,f=ee(m,["closeOnSelect","lineClamp","children","onClick","extra","onSourceClick","description","sources","id","styles","defaultSourcesAmount"]);var k;let v=q(er),[y,p]=(0,KE.useState)(!1),{selected:g,onChangeOpen:h}=Jr(),S=L("CommandPalette",Ot);function x(C){r(C),e&&h(!1)}return(0,Yt.jsxs)("div",{className:(0,ci.default)(S.listItem,l===g&&S.listItemSelected),children:[(0,Yt.jsx)("button",I(T({type:"button",className:(0,ci.default)(S.listItemAction,S.listItemPrimaryAction),"aria-disabled":(k=f.disabled)!=null?k:!1,onClick:x,"data-command-palette-item":!0,"data-item-id":l},f),{children:(0,Yt.jsxs)("div",{className:S.listItemContent,children:[typeof n=="string"?(0,Yt.jsx)("p",{className:(0,ci.default)(S.listItemText,S.truncate,u==null?void 0:u.title),children:n}):n,i&&(0,Yt.jsx)(li,{tagName:"p",allowList:[],content:Ud(i)?zE(i):i,className:(0,ci.default)(S.listItemDescription,u==null?void 0:u.description,t?S.lineClamp:S.truncate)})]})})),o,a&&a.length>0&&(0,Yt.jsxs)("div",{className:S.sources,children:[(0,Yt.jsx)("span",{className:S.sourcesTitle,children:v("sources")}),a.slice(0,y?a.length:c).map(C=>(0,Yt.jsx)("a",{className:S.source,href:C.url,target:"_blank",title:C.url,rel:"noopener noreferrer","data-testid":"source",onClick:()=>s&&s(C),children:C.name},C.url)),!y&&a.length>c&&(0,Yt.jsx)("button",{className:(0,ci.default)(S.source,S.sourceShowMore),type:"button",onClick:()=>p(!0),children:v("showMore",{amount:a.length-c})})]})]})}var il=w(b()),$E=()=>(0,il.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 256 512","aria-labelledby":"angleLeftTitle",children:[(0,il.jsx)("title",{id:"angleLeftTitle",children:"AngleLeft"}),(0,il.jsx)("path",{d:"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z"})]});var zo=w(b());function Nh({children:e,title:t,id:n,onDismiss:r}){let o=q(er),s=L("CommandPalette",Ot),{page:i}=Jr();return i!==n?null:(0,zo.jsxs)("div",{className:s.page,id:`page_${n}`,tabIndex:-1,children:[r&&(0,zo.jsxs)("div",{className:s.pageNav,children:[(0,zo.jsxs)("button",{className:s.pageBackButton,type:"button",onClick:r,children:[(0,zo.jsx)($E,{}),o("back")]}),t&&(0,zo.jsx)("h3",{className:s.pageTitle,children:t})]}),e]})}var qE=w(U());var al=w(b()),di=()=>(0,al.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 0 24 24",width:"1em",fill:"currentColor",children:[(0,al.jsx)("path",{d:"M0 0h24v24H0z",fill:"none"}),(0,al.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})]});var pn=w(b());function LO({onChange:e,onChangeType:t,placeholder:n,typePlaceholder:r,types:o,value:s,selectedType:i},a){let l=L("CommandPalette",Ot);return(0,pn.jsxs)("div",{className:l.search,children:[(0,pn.jsx)("div",{className:l.searchIcon,children:(0,pn.jsx)(di,{})}),(0,pn.jsxs)("div",{className:l.searchInputWrapper,children:[(0,pn.jsx)("input",{ref:a,spellCheck:!1,autoComplete:"off",onChange:u=>{e(u.currentTarget.value)},onFocus:u=>{u.currentTarget.select()},className:l.searchInput,placeholder:n,value:s,type:"text",id:"command-palette-search-input",autoFocus:!0}),o&&o.length>0&&(0,pn.jsx)("div",{className:l.selectWrapper,children:(0,pn.jsxs)("select",{"data-testid":"command-palette-type-select",className:l.select,onChange:u=>t(u.target.value===r?void 0:u.target.value),value:i||r,children:[r&&(0,pn.jsx)("option",{children:r}),o.map(u=>(0,pn.jsx)("option",{value:u.value,children:u.label},u.value))]})})]})]})}var GE=(0,qE.forwardRef)(LO);var Mh=w(oe());var Bd=w(b()),IO=o=>{var s=o,{onClick:e,shortKeys:t,children:n}=s,r=ee(s,["onClick","shortKeys","children"]);let i=L("CommandPalette",Ot);return(0,Bd.jsxs)("button",I(T({type:"button"},r),{onClick:e,className:(0,Mh.default)(i.actionButton,r.className,{[i.hasShortKeys]:t&&t.length>0}),children:[n,t&&t.map(a=>(0,Bd.jsx)("span",{className:(0,Mh.default)(i.actionShortcut,a===8629&&i.actionShortcutFixKerning),children:typeof a=="number"?String.fromCharCode(a):a},a))]}))},QE=IO;var ll=w(b()),OO="[data-command-palette-item]";function Bo({placeholder:e="Start typing to search...",typePlaceholder:t="All types",defaultPage:n="search",page:r,onChangePage:o,onChangeSearch:s,onChangeType:i,onChangeOpen:a,selectedType:l,types:u,children:c,isOpen:f,search:d}){let[m,v]=(0,rr.useState)(),y=(0,rr.useRef)(null),p=()=>{o&&o(n),i(void 0),s(""),a(!1)},g=()=>{var D;if(r!==n&&o){o(n);return}if(l&&i){i(void 0),(D=y.current)==null||D.focus();return}if(d.length>0){s("");return}a(!1)},h=()=>{let D=S();D.length!==0&&v(D[0].dataset.itemId)},S=()=>Array.from(document.querySelectorAll(OO)||[]),x=D=>document.querySelector(`[data-item-id=${D}]`),k=D=>{let G=x(D);G&&v(G.dataset.itemId)},C=D=>{let G=x(D);G&&G.scrollIntoView({behavior:"smooth"})},R=()=>{if(!m)return;let D=S(),G=x(m);if(!G)return;let Z=D.indexOf(G),se=D[Z+1];se&&se.dataset.itemId?k(se.dataset.itemId):h()},N=()=>{if(!m)return;let D=S(),G=x(m);if(!G)return;let Z=D.indexOf(G),se=D[Z-1];se&&se.dataset.itemId?k(se.dataset.itemId):k(D[D.length-1].dataset.itemId)},_=(0,rr.useCallback)(D=>{switch(D.key){case"ArrowDown":{D.preventDefault(),R();break}case"ArrowUp":{D.preventDefault(),N();break}case"Enter":{if(m){let G=x(m);G==null||G.click()}break}}},[m]);return(0,rr.useEffect)(()=>{h()},[d,r,l,f]),(0,rr.useEffect)(()=>{m&&C(m)},[m]),(0,ll.jsx)(Ad,{autoFocus:!0,contentAriaLabel:"Search Results",overlayAriaLabel:"Command Palette",isOpen:f,onBack:g,onClose:p,onKeyDown:_,children:(0,ll.jsxs)(jE,{selected:m,setSelected:v,isOpen:f,onChangeOpen:a,page:r,children:[r===n&&(0,ll.jsx)(GE,{ref:y,onChange:s,onChangeType:i,placeholder:e,value:d,selectedType:l,types:u,typePlaceholder:t}),c]})})}Bo.Page=Nh;Bo.List=Eh;Bo.Image=LE;Bo.ListItem=Oh;Bo.ListItemActions=WE;Bo.Button=QE;var me=Bo;var YE=w(U());function XE(e,t){(0,YE.useEffect)(()=>{let n=r=>{var o;((o=navigator==null?void 0:navigator.platform)!=null&&o.toLowerCase().includes("mac")?r.metaKey:r.ctrlKey)&&r.key===e&&(r.preventDefault(),r.stopPropagation(),t())};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[])}var ul=w(U());var ZE={data:null,fetchState:"idle"},jd=e=>{var s,i,a,l;let t=[],{visitorName:n}=(s=e.info.visitorInfo)!=null?s:{},{agentName:r,agentNickname:o}=(i=e.info.agentInfo)!=null?i:{};return r&&r!==n&&t.push(r),o&&o!==n&&t.push(o),(l=(a=e.entities.data)==null?void 0:a.filter(u=>!t.includes(u.text)))!=null?l:null},mn=K("entities/getEntities",(e,t)=>P(void 0,null,function*(){let{deepdeskAPI:n,dynamicThunkObject:r}=t.extra;if(!r.conversationQuery)return Promise.resolve([]);let o=r.conversationQuery,s=yield o();return s.length===0?Promise.resolve([]):n.getEntities(s)})),NO=e=>e.filter((t,n)=>n===e.findIndex(r=>r.text===t.text)),MO=X({name:"entities",initialState:ZE,reducers:{},extraReducers:e=>{e.addCase(mn.pending,t=>{t.fetchState="loading"}).addCase(mn.rejected,t=>{t.fetchState="error"}).addCase(mn.fulfilled,(t,n)=>{t.fetchState="done",t.data=NO(t.data?[...t.data,...n.payload]:n.payload)}).addCase(de,()=>ZE)}}),JE=MO.reducer;var _h={};Qe(_h,{enUS:()=>_O,nlNL:()=>DO});var _O={noResults:[{type:0,value:"No entities have been found"}],copy:[{type:0,value:"Copy"}],use:[{type:0,value:"Use"}]},DO={noResults:[{type:0,value:"Er zijn geen entiteiten gevonden"}],copy:[{type:0,value:"Kopieer"}],use:[{type:0,value:"Gebruik"}]};var eb={root:"dd-TYTKs",empty:"dd-AU7uT"};var fi=w(b()),FO=({onCopy:e})=>{let t=(0,ul.useRef)(null),n=L("EntitiesList",eb),r=M(jd),{setSelected:o}=Jr(),s=q(_h),i=Q();return(0,ul.useEffect)(()=>{i(mn())},[]),(0,ul.useEffect)(()=>{t.current&&(t.current.focus(),o("entity-0"))},[t]),(0,fi.jsxs)("div",{className:n.root,ref:t,tabIndex:-1,children:[r&&r.length>0&&(0,fi.jsx)(me.List,{children:r.map((a,l)=>(0,fi.jsx)(me.ListItem,{id:`entity-${l}`,closeOnSelect:!0,onClick:()=>e(a),children:a.text},a.text))},"entities"),r&&r.length===0&&(0,fi.jsx)("p",{className:n.empty,children:s("noResults")})]})},tb=FO;var Xt=w(U());var Dh={outputs:[],fetchState:"idle"},nb=e=>{var t;return(t=e.assistants)==null?void 0:t.outputs},HO=Ce("assistants/resetOutputs"),pi=K("assistants/getSummary",(e,t)=>P(void 0,null,function*(){var s,i,a;let n=t.getState();if(!n.profile.data)throw new Error("No Profile is loaded");let{summarizerAssistantNew:r}=n.profile.data;if(!r){let{deepdeskAPI:l,dynamicThunkObject:u}=t.extra,c=t.getState(),f=(s=c.conversation.current)==null?void 0:s.sessionId,d=(a=(i=c.info)==null?void 0:i.agentInfo)==null?void 0:a.agentId,m=c.profile.data;if(!m)throw new Error("Profile is not defined");if(!u.conversationQuery)return Promise.reject(new Error("setConversationQuery method is not defined"));let v=u.conversationQuery,y=yield v(),p=yield l.getSummary(y,{externalConversationId:f,agentId:d,promptInstruction:m.summarizerPromptInstruction,model:m.summarizerModel});return p.summary?p.summary:Promise.reject(new Error("Summary is not provided"))}let o=yield t.dispatch(eo(T({assistantCode:r,transcript:"in-memory-transcript",skipState:!0},e)));if(o.error)throw new Error(o.error.message);if(typeof o.payload!="string")throw H.warn("Unexpected summary output",o),new Error("Unexpected summary output");return o.payload})),eo=K("assistants/evaluate",(e,t)=>P(void 0,null,function*(){var f;let{deepdeskAPI:n,dynamicThunkObject:r}=t.extra,{transcript:o,input:s={}}=e,i=t.getState(),{platformVariables:a}=i.info,l=(f=i.conversation.current)==null?void 0:f.sessionId,u;if(o==="in-memory-transcript"){if(!r.conversationQuery)throw new Error("Can't include in-memory-transcript, setConversationQuery is not defined");u=yield r.conversationQuery()}else if(o==="stored-transcript"){if(!i.conversation.current)throw new Error("Can't include stored-transcript, no current conversation");u=i.conversation.current.messages.map(d=>({text:d.text,source:d.source}))}else Array.isArray(o)&&(u=o);if(e.includeTags){if(!i.conversation.current)throw new Error("Can't include tags, no current conversation");let{tags:d}=i.conversation.current;Object.assign(s,{tags:d})}let c=yield n.evaluateAssistant(e.assistantCode,{input:s,transcript:u,conversationId:l});return a&&(c=Array.isArray(c)?c.map(d=>I(T({},d),{name:rt(d.name,a),response:rt(d.response,a)})):rt(c,a)),c})),rb=X({name:"assistants",initialState:Dh,reducers:{removeOutputByCode(e,t){e.outputs=e.outputs.filter(n=>n.code!==t.payload.code)}},extraReducers:e=>{e.addCase(eo.pending,(t,n)=>{n.meta.arg.skipState||(t.fetchState="loading")}).addCase(eo.rejected,(t,n)=>{n.meta.arg.skipState||(t.fetchState="error")}).addCase(eo.fulfilled,(t,n)=>{if(n.meta.arg.skipState)return;if(!Array.isArray(n.payload))throw H.warn("Unexpected assistant output",n.payload),new Error("Unexpected assistant output");let r=n.payload.map(s=>s.code),o=t.outputs.filter(s=>!r.includes(s.code));t.fetchState="done",t.outputs=[...n.payload,...o]}).addCase(de,()=>Dh).addCase(HO.toString(),()=>Dh)}}),{removeOutputByCode:ob}=rb.actions,sb=rb.reducer;var Fh={};Qe(Fh,{enUS:()=>UO,nlNL:()=>zO});var UO={copy:[{type:0,value:"Copy"}],error:[{type:0,value:"Could not generate a summary"}],loading:[{type:0,value:"Generating summary, this may take a few moments."}]},zO={copy:[{type:0,value:"Kopieer"}],error:[{type:0,value:"Kon helaas geen samenvatting genereren."}],loading:[{type:0,value:"Samenvatting wordt gemaakt, dit kan even duren."}]};var ib={root:"dd-60NZr",actions:"dd-No1g3",main:"dd-l-xEF",textInput:"dd-nAaiV",loading:"dd-ciFNi",error:"dd-yNp2D"};var Vd=w(oe()),cb=w(U());var Hh=w(b()),Uh=e=>(0,Hh.jsx)("svg",I(T({width:"16",height:"16",fill:"#000000"},e),{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,Hh.jsx)("path",{fillRule:"evenodd",d:"M6.57086468,14.9173453 C6.38997052,14.9711236 6.19835748,15 6,15 L4,15 C2.8954305,15 2,14.1045695 2,13 L2,4 C2,2.8954305 2.8954305,2 4,2 L6,2 C6.68685475,2 7.29284112,2.34623869 7.65294381,2.87370078 C7.95642355,2.67736738 8.29504785,2.51351337 8.66312366,2.3818197 C9.50544052,2.08044754 10.3408482,1.9879107 10.9989281,1.99971266 C11.0150698,2.00005426 13.3487605,2.00015005 18,2 C20.7551411,2 22,6.05643086 22,12 C22,13.6824804 20.8695981,15 19,15 L15.9269768,15 C15.9359266,15.0245465 15.9451954,15.0497804 15.9547911,15.0757271 C16.007193,15.2174219 16.2391583,15.8256341 16.2970775,15.9810953 C16.4872151,16.4914441 16.6259612,16.9026411 16.7382242,17.3098712 C16.9079007,17.9253665 17,18.4798886 17,19 C17,20.4720069 16.091867,21.3862822 14.748281,21.777514 C14.1422801,21.9539723 13.6147967,22.0000922 13.0076976,22.0000008 L12.5204954,22 L12.2202699,21.6261158 C11.2556275,20.4248034 7.64562469,16.4822788 6.57086468,14.9173453 Z M8,13 C8,13.2401953 8.04443154,13.4528921 8.14171093,13.6800176 C8.40663864,14.2985643 11.914268,18.1371493 13.4599624,19.9848695 C13.7113931,19.9660111 13.9483736,19.9273712 14.1891338,19.8572655 C14.7621788,19.6904035 15,19.4509737 15,19 C15,18.6834183 14.9359344,18.2976852 14.8101464,17.8413935 C14.7161494,17.500423 14.5944107,17.1396301 14.4229225,16.6793379 C14.3689242,16.5344009 14.1358033,15.923159 14.0789589,15.7694517 C13.9489218,15.4178313 13.8632547,15.1589343 13.8046536,14.9236885 C13.5555377,13.9236468 13.8054549,13 15,13 L19,13 C19.6912225,13 20,12.6401099 20,12 C20,7.20925475 19.015127,4 18,4 C15.9322103,4 15.9322103,4 10.9655994,3.99940813 C10.5253746,3.99154158 9.91062406,4.05963657 9.33687634,4.2649175 C8.45196659,4.58152894 8,5.09776992 8,6 L8,13 Z M4,4 L4,13 L6,13 L6,4 L4,4 Z"})}));var zh=w(b()),ab=e=>(0,zh.jsx)("svg",I(T({width:"16",height:"16",fill:"#000000"},e),{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,zh.jsx)("path",{fillRule:"evenodd",d:"M7.65336736,21.1256786 C7.2933164,21.6534897 6.68712411,22 6,22 L4,22 C2.8954305,22 2,21.1045695 2,20 L2,11 C2,9.8954305 2.8954305,9 4,9 L6,9 C6.198171,9 6.38961023,9.02882212 6.57035446,9.08250314 C7.6444817,7.51807482 11.2554748,3.57449216 12.2202699,2.37298955 L12.5204954,1.99910538 L13,1.99910538 C13.6147967,1.99901314 14.1422801,2.04513312 14.748281,2.22159137 C16.091867,2.61282321 17,3.52709845 17,4.99910538 C17,5.51921677 16.9079007,6.07373891 16.7382242,6.68923415 C16.6259612,7.09646424 16.4872151,7.50766133 16.2970775,8.01801005 C16.2391583,8.17347129 16.007193,8.78168345 15.9547911,8.92337824 C15.9451954,8.94932503 15.9359266,8.9745589 15.9269768,8.99910538 L19,8.99910538 C20.8695981,8.99910538 22,10.316625 22,11.9991054 C22,17.9426745 20.7551411,21.9991054 18,21.9991054 L11.0344006,21.9985135 C10.3408482,22.0111947 9.50544052,21.9186578 8.66312366,21.6172857 C8.29521907,21.4856533 7.9567386,21.3218904 7.65336736,21.1256786 Z M8,17.9991054 C8,18.9013355 8.45196659,19.4175764 9.33687634,19.7341879 C9.91062406,19.9394688 10.5253746,20.0075638 10.963066,19.9997143 C10.9703499,19.9995545 10.9703499,19.9995545 11,19.9991054 L18,19.9991054 C19.015127,19.9991054 20,16.7898506 20,11.9991054 C20,11.3589955 19.6912225,10.9991054 19,10.9991054 L15,10.9991054 C13.8054549,10.9991054 13.5555377,10.0754586 13.8046536,9.07541689 C13.8632547,8.84017106 13.9489218,8.5812741 14.0789589,8.22965366 C14.1358033,8.07594642 14.3689242,7.46470447 14.4229225,7.31976744 C14.5944107,6.85947528 14.7161494,6.4986824 14.8101464,6.1577119 C14.9359344,5.70142019 15,5.31568707 15,4.99910538 C15,4.54813166 14.7621788,4.30870189 14.1891338,4.1418399 C13.9483736,4.07173418 13.7113931,4.0330943 13.4599624,4.01423587 C11.914268,5.86195611 8.40663864,9.70054105 8.14171093,10.3190878 C8.04443154,10.5462133 8,10.7589101 8,10.9991054 L8,17.9991054 Z M4,11 L4,20 L6,20 L6,11 L4,11 Z"})}));function mi(e,t){var o;let n=e.cloneNode(!0);n.style.top=`${e.offsetTop}px`,n.style.left=`${e.offsetLeft}px`,n.style.position="absolute",t.split(" ").forEach(s=>{n.classList.add(s)}),n.addEventListener("animationend",()=>n.remove()),(o=e.parentElement)==null||o.appendChild(n)}var Bh={};Qe(Bh,{enUS:()=>BO,nlNL:()=>jO});var BO={thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]},jO={thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]};function lb(e){return K("analytics/logEvent",(t,n)=>{var s,i,a;let r=(i=(s=n.getState())==null?void 0:s.conversation.current)==null?void 0:i.id,o=(a=n.getState())==null?void 0:a.info.agentInfo;return n.extra.deepdeskAPI.sendEvent(t.name,I(T({conversationId:r},o),{data:t.data}))})(e)}function gi(){let e=Q();return(t,n)=>P(this,null,function*(){yield e(lb({name:t,data:n}))})}var ub={thumbs:"dd-5F1zq",fadeup:"dd-eTmY-",fadedown:"dd-sS85z",selected:"dd-rid-f",thumbsUp:"dd-4poEf",thumbsDown:"dd-3KozS"};var hi=e=>t=>{let{passwordlessToken:{token:n},settings:{isEmbedded:r,adminUrl:o}}=t;return o?r?n?`${o}/apis/admin/session/passwordless/login/?token=${n}&redirect=${encodeURIComponent(e)}`:null:`${o}${e}`:null};var or=w(b()),VO=({eventName:e,eventData:t,feedbackType:n,feedbackText:r})=>{let o=L("FeedbackThumbs",ub),s=B("enableFeedbackForm"),i=M(Gr),a=M(hi(`/admin/feedback?conversationId=${i}&type=${n}&text=${r}&data=${JSON.stringify(t)}`)),l=q(Bh),u=gi(),[c,f]=(0,cb.useState)(null),d=v=>{v.stopPropagation(),mi(v.target,o.fadeup),f("up"),u(e,I(T({},t),{rating:"up"}))},m=v=>{v.stopPropagation(),mi(v.target,o.fadedown),f("down"),u(e,I(T({},t),{rating:"down"}))};return(0,or.jsxs)("div",{className:o.thumbs,children:[(0,or.jsx)(re.Button,{title:l("thumbsUp"),onClick:d,icon:(0,or.jsx)(ab,{}),className:(0,Vd.default)(o.thumbsUp,c==="up"&&o.selected),disabled:!!c}),s&&a?(0,or.jsx)(re.Button,{as:"a",title:l("thumbsDown"),href:a,target:"_blank",rel:"noreferrer",onClick:m,icon:(0,or.jsx)(Uh,{}),className:(0,Vd.default)(o.thumbsDown,c==="down"&&o.selected),disabled:!!c}):(0,or.jsx)(re.Button,{title:l("thumbsDown"),onClick:m,icon:(0,or.jsx)(Uh,{}),className:(0,Vd.default)(o.thumbsDown,c==="down"&&o.selected),disabled:!!c})]})},yi=VO;var KO={data:null,fetchState:"idle"},gn=e=>e.profile.data,Kd=e=>e.profile.data?e.profile.data.uiConfig.widget.types.filter(t=>t.isActive):[],db=e=>e.profile.data?!!e.profile.data.uiConfig.widget.types.find(t=>t.type==="custom-data"):!1,cl=K("profile/getProfile",(e,t)=>P(void 0,null,function*(){var s;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=r.conversation.current;if(!o||!o.profileCode)throw new Error("No conversation of conversation profileCode found");return((s=r.profile.data)==null?void 0:s.code)===o.profileCode?r.profile.data:n.getProfile(o.profileCode)})),WO=X({name:"profile",initialState:KO,reducers:{},extraReducers:e=>{e.addCase(cl.pending,t=>{t.fetchState="loading"}).addCase(cl.rejected,t=>{t.fetchState="error"}).addCase(cl.fulfilled,(t,n)=>{t.fetchState="done",t.data=n.payload})}}),fb=WO.reducer;var Ln=w(b()),$O=({onCopy:e})=>{let t=(0,Xt.useRef)(null),n=L("SummaryForm",ib),[r,o]=(0,Xt.useState)(""),[s,i]=(0,Xt.useState)(""),[a,l]=(0,Xt.useState)(!1),u=M(gn),c=q(Fh),f=Q(),d=()=>{f(ut({name:"summary copied to clipboard",data:{originalText:r,finalText:s},options:{includeConversationData:!0}})),e(s)},m=()=>{let v=document.getSelection();v&&f(ut({name:"summary copied to clipboard",data:{originalText:r,finalText:v==null?void 0:v.toString(),assistant:u==null?void 0:u.summarizerAssistantNew},options:{includeConversationData:!0}}))};return(0,Xt.useEffect)(()=>{f(pi({})).then(v=>{if(v.error){l(!0);return}o(v.payload||""),i(v.payload||"")})},[]),(0,Xt.useEffect)(()=>{t.current&&r&&t.current.focus()},[t,r]),(0,Xt.useEffect)(()=>{let v=y=>{y.key==="Enter"&&y.shiftKey&&d()};return document.addEventListener("keydown",v),()=>{document.removeEventListener("keydown",v)}},[s]),(0,Ln.jsx)("div",{className:n.root,tabIndex:-1,children:a?(0,Ln.jsx)("p",{className:n.error,children:c("error")}):(0,Ln.jsxs)(Xt.Fragment,{children:[(0,Ln.jsx)("div",{className:n.main,children:(0,Ln.jsx)("textarea",{placeholder:r?void 0:c("loading"),disabled:!r,className:n.textInput,ref:t,value:s,onCopy:m,onChange:v=>i(v.target.value)})}),(0,Ln.jsxs)("div",{className:n.actions,children:[(0,Ln.jsx)(yi,{feedbackText:r||"",feedbackType:"summary",eventName:"summary feedback",eventData:{sumary:r}}),(0,Ln.jsx)(me.Button,{shortKeys:[8679,8629],onClick:d,children:c("copy")})]})]})})},pb=$O;var dl={};Qe(dl,{enUS:()=>qO,nlNL:()=>GO});var qO={personalCollectionLink:[{type:0,value:"Go to Personal Collection"}],searchPlaceholder:[{type:0,value:"Start typing to search..."}],urlSuggestions:[{type:0,value:"Link suggestions"}],personalSuggestions:[{type:0,value:"Personal suggestions"}],pinnedMessages:[{type:0,value:"Pinned messages"}],imageSuggestions:[{type:0,value:"Images"}],typePlaceholder:[{type:0,value:"All types"}],navigation:[{type:0,value:"Navigation"}],entitiesClipboard:[{type:0,value:"Conversation clipper"}],entitiesTitle:[{type:0,value:"Copy to your clipboard"}],summaryClipboard:[{type:0,value:"Summarize conversation"}],summaryTitle:[{type:0,value:"Conversation summary"}],knowledgeAssist:[{type:0,value:"Knowledge assist"}],commands:[{type:0,value:"Commands"}],use:[{type:0,value:"Use"}],preview:[{type:0,value:"Preview"}],warning:[{type:0,value:"Are you sure you want to discard the message?"}]},GO={personalCollectionLink:[{type:0,value:"Ga naar persoonlijke collectie"}],searchPlaceholder:[{type:0,value:"Begin met typen om te zoeken..."}],personalSuggestions:[{type:0,value:"Persoonlijke suggesties"}],urlSuggestions:[{type:0,value:"Link suggesties"}],imageSuggestions:[{type:0,value:"Afbeeldingen"}],navigation:[{type:0,value:"Navigatie"}],typePlaceholder:[{type:0,value:"Alle types"}],pinnedMessages:[{type:0,value:"Actueel"}],entitiesClipboard:[{type:0,value:"Klembord"}],entitiesTitle:[{type:0,value:"Kopieer naar klembord"}],summaryClipboard:[{type:0,value:"Gesprek samenvatten"}],summaryTitle:[{type:0,value:"Gesprek samenvatting"}],knowledgeAssist:[{type:0,value:"Knowledge assist"}],commands:[{type:0,value:"Acties"}],use:[{type:0,value:"Gebruik"}],preview:[{type:0,value:"Bewerk"}],warning:[{type:0,value:"Weet je zeker dat je de wijzigingen wilt weggooien?"}]};var sr=w(U());var jh={};Qe(jh,{enUS:()=>QO,nlNL:()=>YO});var QO={use:[{type:0,value:"Use"}],loading:[{type:0,value:"Loading..."}],error:[{type:0,value:"Something went wrong, please try again later."}],anotherQuestion:[{type:0,value:"Send a message..."}],reset:[{type:0,value:"Reset conversation"}]},YO={use:[{type:0,value:"Gebruik"}],loading:[{type:0,value:"Laden..."}],error:[{type:0,value:"Er ging iets mis, probeer het later opnieuw."}],anotherQuestion:[{type:0,value:"Stuur een bericht..."}],reset:[{type:0,value:"Reset gesprek"}]};var mb={root:"dd-fxP4c",title:"dd-vDbMh",empty:"dd-sB0lz",status:"dd--oZ1C",form:"dd-t0hnD",input:"dd-i1v3W",submit:"dd-oo2Oa",question:"dd-WvK17",answer:"dd-HAHcU",alignRight:"dd-oxrX3",listItemFeedback:"dd-POUal"};var XO={data:null,fetchState:"idle"},gb=e=>{var t;return(t=e.knowledgeAssistant)==null?void 0:t.data},fl=K("knowledgeAssistant/getKnowledgeAssistant",(e,t)=>P(void 0,null,function*(){var i;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=r.conversation.current;if(!o||!o.profileCode)throw new Error("No conversation of conversation profileCode found");let s=(i=r.profile.data)==null?void 0:i.knowledgeAssistant;return s?n.getKnowledgeAssistant(s):null})),ZO=X({name:"knowledgeAssistant",initialState:XO,reducers:{},extraReducers:e=>{e.addCase(fl.pending,t=>{t.fetchState="loading"}).addCase(fl.rejected,t=>{t.fetchState="error"}).addCase(fl.fulfilled,(t,n)=>{t.fetchState="done",t.data=n.payload})}}),hb=ZO.reducer;var Vh={data:[],fetchState:"idle"},yb=e=>{var t;return(t=e.answer)==null?void 0:t.data},vb=e=>e.answer.fetchState,vi=Ce("answer/resetKnowledgeSearch"),pl=K("answer/getAnswer",(e,t)=>P(void 0,null,function*(){var u,c,f;let{deepdeskAPI:n}=t.extra,r=t.getState().answer.data,{platformVariables:o}=t.getState().info,s=gb(t.getState()),i=(u=t.getState().conversation.current)==null?void 0:u.sessionId,a=(f=(c=t.getState().info)==null?void 0:c.agentInfo)==null?void 0:f.agentId;if(!s)throw new Error("KnowledgeAssistant is not defined");let l=yield n.knowledgeAssist({customerInstruction:s.customerInstruction,doNotKnowAnswer:s.doNotKnowAnswer,question:e},r,s.code,{agentId:a,conversationId:i});return o&&(l.answer=rt(l.answer,o)),{question:e,answer:l}})),JO=X({name:"answer",initialState:Vh,reducers:{},extraReducers:e=>{e.addCase(pl.pending,t=>{t.fetchState="loading"}).addCase(pl.rejected,t=>{t.fetchState="error"}).addCase(pl.fulfilled,(t,n)=>{t.fetchState="done",t.data=[...t.data,n.payload]}).addCase(de,()=>Vh).addCase(vi,()=>Vh)}}),Sb=JO.reducer;var ml=w(b()),wb=()=>(0,ml.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512","aria-labelledby":"paperPlaneTitle",children:[(0,ml.jsx)("title",{id:"paperPlaneTitle",children:"PaperPlane"}),(0,ml.jsx)("path",{d:"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"})]});var ct=w(b()),eN=({onUse:e,onResetQuestion:t,question:n})=>{let[r,o]=sr.default.useState(""),[s,i]=sr.default.useState(!1),{setSelected:a}=Jr(),l=(0,sr.useRef)(null),u=L("KnowledgeSearchStyles",mb),c=q(jh),f=Q(),d=M(yb),m=M(vb),v=g=>P(void 0,null,function*(){i(!0),yield f(pl(g)),l.current&&i(!1)}),y=g=>P(void 0,null,function*(){g.preventDefault(),g.stopPropagation(),r!==""&&v(r)}),p=(g,h)=>{f(ut({name:"knowledge assist source viewed",data:{question:h,sourceViewed:g.url||g.name},options:{includeConversationData:!0}}))};return(0,sr.useEffect)(()=>{var g;n&&m==="idle"?v(n):(g=l.current)==null||g.focus()},[l,m]),(0,sr.useEffect)(()=>{m==="done"&&(f(ut({name:"knowledge assist question answered",data:{question:r||n,sources:d[d.length-1].answer.sources,answer:d[d.length-1].answer.answer,isFollowUpQuestion:d.length>1},options:{includeConversationData:!0}})),a(`knowledge-assist-${d.length-1}`),o(""))},[m,d]),(0,sr.useEffect)(()=>{l.current&&l.current.scrollIntoView({behavior:"smooth"})},[l,d]),(0,ct.jsxs)("div",{className:u.root,children:[d.length>0&&(0,ct.jsx)("div",{className:u.alignRight,children:(0,ct.jsx)(me.Button,{onClick:t,children:c("reset")})}),d.map(({question:g,answer:h},S)=>(0,ct.jsx)(me.List,{children:(0,ct.jsx)(me.ListItem,{id:`knowledge-assist-${S}`,"data-testid":"knowledge-search-answer",description:h.answer,closeOnSelect:!0,onClick:()=>e(h.answer),onSourceClick:x=>p(x,g),sources:h.sources,styles:{title:u.question,description:u.answer},extra:(0,ct.jsx)("div",{className:u.listItemFeedback,children:(0,ct.jsx)(yi,{feedbackText:h.answer,feedbackType:"knowledge-assist-answer",eventName:"knowledge assist feedback",eventData:T({question:g,isAgent:n!==g,isFollowUpQuestion:d.length>1},h)})}),children:g})},`${h.answer}_${S}`)),m==="loading"&&(0,ct.jsx)("p",{className:u.status,children:c("loading")}),m==="error"&&(0,ct.jsx)("p",{className:u.status,children:c("error")}),(0,ct.jsxs)("form",{className:u.form,onSubmit:y,children:[(0,ct.jsx)("input",{ref:l,placeholder:c("anotherQuestion"),className:u.input,type:"text",value:r,onFocus:()=>{a(void 0)},onChange:g=>{a(void 0),o(g.target.value)}}),(0,ct.jsx)("button",{type:"submit",className:u.submit,disabled:s,children:(0,ct.jsx)(wb,{})})]})]})},xb=eN;var Lb=w(U());var tN=["{amount}"," {amount}","{date}","{email}","{iban}","{name}","{postal_code}","{street}","{tarif}","{usage}","{3_digits}","{4_digits}","{5_digits}","{6_digits}","{7_digits}","{8_digits}","{9_digits}","{10_digits}"],nN=new RegExp(tN.map(e=>`(?:${e.replace("{","\\{").replace("}","\\}")})`).join("|"));function Eb(e,t){let n=e.split(nN),r=0,o=[];for(let s=0;s<n.length;s++){let i=n[s];if(o.push(i),s===n.length-1)break;if(t.indexOf(i)===-1)return e;let a=n[s+1],l=s===n.length-2;r+=i.length;let u=r;if(l){let f=a.charAt(0),d=0;do u=f?t.indexOf(f,u+1):-1,d+=1;while(u!==-1&&a.indexOf(t.slice(u))!==0);if(u===-1&&d>2)return e}else u=a&&a!==""?t.indexOf(a,r):-1;let c=u===-1?t.slice(r):t.slice(r,u);o.push(c),r=u}return o.join("")}function bb(e,t){return typeof t=="boolean"?e:e.slice(0,t)}var Tb={suggestions:[],fetchState:"idle"},Cb={default:Tb},kb=e=>t=>{var n,r;return(r=(n=t.textSuggestions[e])==null?void 0:n.suggestions)!=null?r:[]},Wd=e=>e.textSuggestions,Pb=e=>{let t=e.toLowerCase();return n=>{let r=n.text.toLowerCase();return r.startsWith(t)&&r.length>t.length}},$d=Ce("textSuggestions/refresh"),hn=K("textSuggestions/recommendations",(e,t)=>P(void 0,null,function*(){var c;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=(c=r.conversation.current)==null?void 0:c.id,{platformVariables:s}=r.info,{textSuggestionsCount:i,inlineSuggestions:a}=r.settings,l=si(r);if(!o)throw new Error("No current conversation to fetch text suggestions");let u=yield n.getTextSuggestions(o,qa(r),e);if(s&&(u=u.map(f=>T(I(T({},f),{text:rt(f.text,s)}),f.title?{title:rt(f.title,s)}:{}))),e==="default"){let f=a?u.filter(Pb(l)):u;t.dispatch(Qr(f.slice(0,i)))}return u})),gl=K("textSuggestions/autocompletions",(e,t)=>P(void 0,null,function*(){var c;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=(c=r.conversation.current)==null?void 0:c.id,{platformVariables:s}=r.info,{textSuggestionsCount:i,deanonymize:a,inlineSuggestions:l}=r.settings;if(!o)throw new Error("No current conversation to fetch text suggestions");let u=yield n.getAutocompleteSuggestions(o,I(T({},qa(r)),{input:e}));if(!t.getState().input.text)throw new Error("Abort");return l&&(u=u.filter(Pb(e))),s&&(u=u.map(f=>I(T({},f),{text:rt(f.text,s)}))),a&&(u=u.map(f=>I(T({},f),{text:f.source!=="trie-with-typos"?Eb(f.text,e):f.text}))),u=bb(u,i),t.dispatch(Qr(u)),u})),Rb=X({name:"textSuggestions",initialState:Cb,reducers:{setTextSuggestions:{reducer(e,t){let{contentType:n}=t.payload;e[n].fetchState="done",e[n].suggestions=t.payload.suggestions},prepare(e,t){return{payload:{contentType:e,suggestions:t}}}}},extraReducers:e=>{e.addCase(hn.pending,(t,n)=>{let r=n.meta.arg,o=t[r]||Tb;return I(T({},t),{[r]:I(T({},o),{fetchState:"loading"})})}).addCase(hn.rejected,(t,n)=>{let r=n.meta.arg;t[r]&&(t[r].fetchState="error")}).addCase(hn.fulfilled,(t,n)=>{let r=n.meta.arg;t[r]&&(t[r].fetchState="done",t[r].suggestions=n.payload)}).addCase(gl.pending,t=>{t.default.fetchState="loading"}).addCase(gl.rejected,t=>{t.default.fetchState="error"}).addCase(gl.fulfilled,(t,n)=>{t.default.fetchState="done",t.default.suggestions=n.payload}).addCase(de,()=>Cb)}}),{setTextSuggestions:C7}=Rb.actions,Ab=Rb.reducer;var jo=w(b()),rN=({commands:e,onClick:t})=>{var a,l,u;let n=Q(),r=q(dl),o=M(gn),s=M(Wd),i=((u=(l=(a=o==null?void 0:o.uiConfig)==null?void 0:a.search)==null?void 0:l.initialTypes)==null?void 0:u.filter(({isActive:c})=>c))||[];return(0,Lb.useEffect)(()=>{i.forEach(({type:c})=>{(!s[c]||s[c].suggestions.length===0)&&n(hn(c))})},[]),(0,jo.jsxs)("div",{children:[e.length>0&&(0,jo.jsx)(me.List,{heading:r("commands"),children:e.map((c,f)=>(0,jo.jsx)(me.ListItem,{id:`command-${f}`,closeOnSelect:!1,onClick:c.onClick,children:c.label},c.label))}),i.map(({type:c,title:f})=>{var d;return(0,jo.jsx)(me.List,{heading:f,orientation:"vertical",children:(d=s[c])==null?void 0:d.suggestions.map((m,v)=>(0,jo.jsx)(me.ListItem,{id:`${c}-${v}`,closeOnSelect:!1,description:m.text,onClick:()=>t(m.text,m),"data-testid":"search-overlay-suggestion",children:m.title},`${m.id}-${m.text}`))},c)})]})},Ib=rN;var qe=w(U()),Ob=w(oe());var Kh={root:"dd-uVyL0",trigger:"dd-KIzQa",content:"dd-Ly3zO",contentOpen:"dd-O-8fR",contentTop:"dd-q3fGa",contentBottom:"dd-SFrvc",item:"dd-HZNy-"};var Vo=w(b()),oN=0,Nb=qe.default.createContext(null),sN=()=>{let e=(0,qe.useContext)(Nb);if(!e)throw new Error("Invalid DropdownContext");return e},Mb=({trigger:e,children:t,position:n="bottom"})=>{let r=(0,qe.useMemo)(()=>++oN,[]),o=(0,qe.useRef)(null),s=(0,qe.useRef)(null),i=L("Dropdown",Kh),[a,l]=(0,qe.useState)(!1),[u,c]=(0,qe.useState)(n),f=m=>{m.preventDefault(),m.stopPropagation(),l(!a)},d=(0,qe.useCallback)(([m])=>{!m.isIntersecting&&a&&c(u==="top"?"bottom":"top")},[a]);return(0,qe.useEffect)(()=>{let m=v=>{o.current&&!o.current.contains(v.target)&&l(!1)};return document.addEventListener("click",m),()=>{document.removeEventListener("click",m)}},[]),(0,qe.useEffect)(()=>{if(!s.current&&!a)return()=>{};let m=new IntersectionObserver(d,{root:null,rootMargin:"0px",threshold:1});return s.current&&m.observe(s.current),()=>{s.current&&m.unobserve(s.current)}},[s,a]),(0,Vo.jsx)(Nb.Provider,{value:{setIsOpen:l},children:(0,Vo.jsxs)("div",{ref:o,className:i.root,children:[(0,Vo.jsx)("button",{id:`dropdown-${r}`,"data-testid":"dropdown-trigger","aria-haspopup":"true","aria-expanded":a,"aria-label":"Dropdown trigger",type:"button",className:i.trigger,onClick:f,children:e}),(0,Vo.jsx)("div",{"data-testid":"dropdown-content",ref:s,"aria-hidden":!a,"aria-labelledby":`dropdown-${r}`,className:(0,Ob.default)(i.content,{[i.contentOpen]:a,[i.contentTop]:u==="top",[i.contentBottom]:u==="bottom"}),children:t})]})})};function iN(o){var s=o,{as:e,children:t,onClick:n}=s,r=ee(s,["as","children","onClick"]);let i=e||"button",a=L("Dropdown",Kh),{setIsOpen:l}=sN(),u=c=>{l(!1),n(c),c.stopPropagation()};return(0,Vo.jsx)(i,I(T({type:"button",className:a.item,onClick:u},r),{children:t}))}Mb.Item=iN;var Wh=Mb;var $h=w(b()),_b=e=>(0,$h.jsx)("svg",I(T({xmlns:"http://www.w3.org/2000/svg",height:"16",width:"14",viewBox:"0 0 448 512"},e),{children:(0,$h.jsx)("path",{fill:"currentColor",d:"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"})}));var Ko={};Qe(Ko,{enUS:()=>aN,nlNL:()=>lN});var aN={preview:[{type:0,value:"Preview"}],useSuggestion:[{type:0,value:"Add"}],sendSuggestion:[{type:0,value:"Send"}],suggestionSent:[{type:0,value:"Sent"}],sendingError:[{type:0,value:"Sending failed"}],tryAgain:[{type:0,value:"Try again"}],editSuggestion:[{type:0,value:"Edit"}],visitUrl:[{type:0,value:"Visit"}],giveFeedback:[{type:0,value:"Give feedback"}],answer:[{type:0,value:"Answer"}]},lN={preview:[{type:0,value:"Preview"}],useSuggestion:[{type:0,value:"Gebruik"}],sendSuggestion:[{type:0,value:"Verzenden"}],suggestionSent:[{type:0,value:"Verzonden"}],sendingError:[{type:0,value:"Verzenden mislukt"}],tryAgain:[{type:0,value:"Probeer opnieuw"}],editSuggestion:[{type:0,value:"Bewerken"}],visitUrl:[{type:0,value:"Bekijk"}],giveFeedback:[{type:0,value:"Geef feedback"}],answer:[{type:0,value:"Antwoord"}]};var qd=w(b()),uN=({suggestion:e,source:t,context:n})=>{let r=q(Ko),o=M(Gr),s=Q(),i=B("enableSuggestionFeedback"),a=`${e.text}`,l=M(hi(`/admin/feedback?conversationId=${o}&type=${t}&text=${a}&data=${JSON.stringify({context:n})}`)),u=()=>{s(ut({name:"suggestion feedback",data:{text:e.text,source:t,context:n},options:{includeConversationData:!0}}))};return!i||!l?null:(0,qd.jsx)(Wh,{trigger:(0,qd.jsx)(_b,{"data-testid":"feedback-dropdown-trigger"}),children:(0,qd.jsx)(Wh.Item,{as:"a",onClick:u,target:"_blank",href:l,children:r("giveFeedback")})})},Gd=uN;var De=w(b()),dN=200,fN=5,pN=4,Db=(e,t)=>!t||e.toLowerCase().includes(t.toLowerCase()),mN=()=>{let e=Q(),t=Qt(),n=q(dl),[r,o]=(0,Nt.useState)(!1),[s,i]=(0,Nt.useState)(""),a=M(Z1),l=M(gn),[u,c]=(0,Nt.useState)(),f=M(lt),d=B("showSearch"),m=B("enableSuggestionFeedback"),v=B("showEntitiesCommand"),y=B("showSummaryCommand"),p=B("showKnowledgeSearch"),g=B("showImageSearch"),h=B("searchTriggerKey"),S=M(PE),x=M(J1),k=M(eE),C=M(X1),R=V=>vr(x.filter(Te=>Te.type===V.toUpperCase()),V),N=[{value:"PERSONAL",label:n("personalSuggestions"),list:R("PERSONAL"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"URL",label:n("urlSuggestions"),list:R("URL"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"STICKYMESSAGE",label:n("pinnedMessages"),list:R("STICKYMESSAGE"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"IMAGE",label:n("imageSuggestions"),lineClamp:!1,list:R("IMAGE"),listOrientation:"horizontal",shouldShow:g}].filter(V=>V.shouldShow),_=[{label:n("entitiesClipboard"),onClick:()=>e(un("entities")),shouldShow:v&&Db(n("entitiesClipboard"),s)},{label:n("summaryClipboard"),onClick:()=>e(un("summary")),shouldShow:y&&Db(n("summaryClipboard"),s)},{label:s?`${n("knowledgeAssist")}: ${s}`:n("knowledgeAssist"),onClick:()=>e(un("knowledgeAssist")),shouldShow:p}].filter(V=>V.shouldShow),D=(S==null?void 0:S.map(V=>({value:V.code.toUpperCase(),label:`${V.name}s`,list:R(V.code.toUpperCase()),listOrientation:"vertical",lineClamp:!0})))||[],G=(0,Nt.useCallback)((0,Fb.default)((V,Te)=>{e(No({query:V,type:Te,tags:["search-overlay"],size:u?50:20}))},dN),[u]),Z=(0,Nt.useCallback)((V,Te)=>{switch(Te.type){case"IMAGE":t.send(lh,{suggestion:Te});break;default:t.send(Yr,{text:V,suggestion:Te})}e(Lt(!1))},[e]),se=V=>{Jn(V.text),e(ut({name:"entity copied",data:{entity:V,type:"copy"}})),e(Lt(!1))},yr=V=>{t.send(Yr,{text:V,suggestion:{source:"knowledge-assist",text:V}}),e(ut({name:"answer used",data:{originalText:V},options:{includeConversationData:!0}})),i(""),e(un("search")),e(vi()),e(Lt(!1))},_t=V=>{Jn(V),e(Lt(!1))};function vr(V,Te){return V.slice(0,u?10:Te.toLowerCase()==="image"?pN:fN)}function Dt(V){return Te=>{r?window.confirm(n("warning"))&&(V(Te),o(!1)):V(Te)}}return(0,Nt.useEffect)(()=>{s?G(s,u):e(pd())},[s,u]),(0,Nt.useEffect)(()=>{a==="search"&&e(vi())},[a]),(0,Nt.useEffect)(()=>{f&&e(tl())},[f]),XE(h,()=>e(Lt(!0))),!d||!l?null:(0,De.jsxs)(me,{placeholder:n("searchPlaceholder"),typePlaceholder:n("typePlaceholder"),onChangeSearch:i,onChangeOpen:Dt(V=>e(Lt(V))),onChangeType:V=>c(V),onChangePage:Dt(V=>e(un(V))),selectedType:u,search:s,page:a,isOpen:C,types:[...D,...N],children:[(0,De.jsxs)(me.Page,{id:"search",children:[s.length===0&&(0,De.jsx)(Ib,{commands:_,onClick:Z}),s.length>0&&(0,De.jsxs)(Nt.Fragment,{children:[_.length>0&&(0,De.jsx)(me.List,{heading:n("commands"),children:_.map((V,Te)=>(0,De.jsx)(me.ListItem,{closeOnSelect:!1,onClick:V.onClick,id:`commands-${Te}`,children:V.label},V.label))}),[...D,...N].map(({value:V,label:Te,list:ve,lineClamp:Sr,listOrientation:Se})=>(0,De.jsx)(me.List,{heading:Te,orientation:Se==="horizontal"?"horizontal":"vertical",onShowAll:()=>c(V),hasMore:!u&&k[V.toLowerCase()]>vr(ve,V).length,children:vr(ve,V).map(ke=>(0,De.jsx)(me.ListItem,{id:`${V}-${ke.id}`,closeOnSelect:!1,lineClamp:Sr,onClick:()=>Z(ke.text,ke),description:V!=="IMAGE"?ke.title&&ke.text:void 0,extra:m&&(0,De.jsx)(me.ListItemActions,{children:(0,De.jsx)(Gd,{context:s,source:"search",suggestion:ke})}),children:V==="IMAGE"?(0,De.jsx)(me.Image,{title:ke.title||ke.text,src:ke.image}):ke.title||ke.text},`${ke.id}-${ke.text}`))},V))]})]}),(0,De.jsx)(me.Page,{id:"entities",title:n("entitiesTitle"),onDismiss:Dt(()=>{e(un("search"))}),children:(0,De.jsx)(tb,{onCopy:se})}),(0,De.jsx)(me.Page,{id:"summary",title:n("summaryTitle"),onDismiss:Dt(()=>{e(un("search"))}),children:(0,De.jsx)(pb,{onCopy:_t})}),(0,De.jsx)(me.Page,{id:"knowledgeAssist",title:n("knowledgeAssist"),onDismiss:Dt(()=>{e(vi()),e(un("search"))}),children:(0,De.jsx)(xb,{question:s,onUse:yr,onResetQuestion:()=>{e(vi()),i("")}})})]})},Hb=mN;var hl=w(b()),gN=()=>{let e=B("showSearch"),t=B("isEmbedded");return(0,hl.jsxs)(Ub.Fragment,{children:[e&&(0,hl.jsx)(Hb,{}),t&&(0,hl.jsx)(EE,{})]})},zb=gN;var Kb=w(oe());var Qd=w(b()),Bb=({className:e})=>(0,Qd.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 512 512",xmlSpace:"preserve",className:e,children:(0,Qd.jsx)("g",{children:(0,Qd.jsx)("path",{d:`M163.4,233h186v-70c0-25.6-9.4-47.8-27.3-65.7C304.2,79.4,282,70,256.4,70s-47.8,9.4-65.7,27.3
|
|
19
|
+
`),o=o.replace(/\n/g,"<br/>"),o}createContainer(t){var n;let o=(typeof global!="undefined"&&global.INTERWEAVE_SSR_POLYFILL||wO)();if(!o)return;let s=(n=this.props.containerTagName)!==null&&n!==void 0?n:"body",i=s==="body"||s==="fragment"?o.body:o.createElement(s);return t.match(yO)||(i.innerHTML=this.convertLineBreaks(this.props.escapeHtml?(0,FE.default)(t):t)),i}extractAttributes(t){let{allowAttributes:n}=this.props,r={},o=0;return t.nodeType!==DE||!t.attributes||([...t.attributes].forEach(s=>{let{name:i,value:a}=s,l=i.toLowerCase(),u=Dd[l]||Dd[i];if(!this.isSafe(t)||!l.match(vO)&&(!n&&(!u||u===Rh)||l.startsWith("on")||a.replace(/(\s|\0|�([9AD]);)/,"").match(/(javascript|vbscript|livescript|xss):/i)))return;let c=l==="style"?this.extractStyleAttribute(t):a;u===Zr?c=!0:u===Fo?c=Number.parseFloat(String(c)):u!==_d&&(c=String(c)),r[Ah[l]||l]=this.applyAttributeFilters(l,c),o+=1}),o===0)?null:r}extractStyleAttribute(t){let n={};return Array.from(t.style).forEach(r=>{let o=t.style[r];(typeof o=="string"||typeof o=="number")&&(n[r.replace(/-([a-z])/g,(s,i)=>String(i).toUpperCase())]=o)}),n}getTagConfig(t){let n={children:[],content:0,invalid:[],parent:[],self:!0,tagName:"",type:0,void:!1};return sl[t]?I(T(T({},n),sl[t]),{tagName:t}):n}isSafe(t){if(typeof HTMLAnchorElement!="undefined"&&t instanceof HTMLAnchorElement){let n=t.getAttribute("href");if(n!=null&&n.startsWith("#"))return!0;let r=t.protocol.toLowerCase();return r===":"||r==="http:"||r==="https:"||r==="mailto:"||r==="tel:"}return!0}isTagAllowed(t){return this.banned.has(t)||this.blocked.has(t)?!1:this.props.allowElements||this.allowed.has(t)}parse(){return this.container?this.parseNode(this.container,this.getTagConfig(this.container.nodeName.toLowerCase())):[]}parseNode(t,n){let{noHtml:r,noHtmlExceptMatchers:o,allowElements:s,transform:i,transformOnlyAllowList:a}=this.props,l=[],u="";return[...t.childNodes].forEach(c=>{if(c.nodeType===DE){let d=c.nodeName.toLowerCase(),m=this.getTagConfig(d);u&&(l.push(u),u="");let v=this.applyNodeFilters(d,c);if(!v)return;let y;if(i&&!(a&&!this.isTagAllowed(d))){this.keyIndex+=1;let p=this.keyIndex;y=this.parseNode(v,m);let g=i(v,y,m);if(g===null)return;if(typeof g!="undefined"){l.push(Uo.default.cloneElement(g,{key:p}));return}this.keyIndex=p-1}if(this.banned.has(d))return;if(!(r||o&&d!=="br")&&this.isTagAllowed(d)&&(s||this.canRenderChild(n,m))){var f;this.keyIndex+=1;let p=this.extractAttributes(v),g={tagName:d};p&&(g.attributes=p),m.void&&(g.selfClose=m.void),l.push(Uo.default.createElement(Fd,I(T({},g),{key:this.keyIndex}),(f=y)!==null&&f!==void 0?f:this.parseNode(v,m)))}else l=[...l,...this.parseNode(v,m.tagName?m:n)]}else if(c.nodeType===hO){let d=r&&!o?c.textContent:this.applyMatchers(c.textContent||"",n);Array.isArray(d)?l=[...l,...d]:u+=d}}),u&&l.push(u),l}replaceTokens(t,n){if(!t.includes("{{{"))return t;let r=[],o=t,s=null;for(;s=o.match(SO);){let[i,a]=s,l=s.index,u=i.includes("/");l>0&&(r.push(o.slice(0,l)),o=o.slice(l));let{children:c,matcher:f,props:d}=n[a],m;if(u)m=i.length,r.push(f.createElement(c,d));else{let v=o.match(new RegExp(`{{{/${a}}}}`));m=v.index+v[0].length,r.push(f.createElement(this.replaceTokens(o.slice(i.length,v.index),n),d))}o=o.slice(m)}return o.length>0&&r.push(o),r.length===0?"":r.length===1&&typeof r[0]=="string"?r[0]:r}};function xO(e){var t;let{attributes:n,className:r,containerTagName:o,content:s,emptyContent:i,parsedContent:a,tagName:l,noWrap:u}=e,c=(t=o!=null?o:l)!==null&&t!==void 0?t:"span",f=c==="fragment"?!0:u,d;if(a)d=a;else{let m=new Hd(s!=null?s:"",e).parse();m.length>0&&(d=m)}return d||(d=i),f?Uo.default.createElement(Uo.default.Fragment,null,d):Uo.default.createElement(Fd,{attributes:n,className:r,tagName:c},d)}function li(e){let k=e,{attributes:t,className:n,content:r="",disableFilters:o=!1,disableMatchers:s=!1,emptyContent:i=null,filters:a=[],matchers:l=[],onAfterParse:u=null,onBeforeParse:c=null,tagName:f="span",noWrap:d=!1}=k,m=ee(k,["attributes","className","content","disableFilters","disableMatchers","emptyContent","filters","matchers","onAfterParse","onBeforeParse","tagName","noWrap"]),v=s?[]:l,y=o?[]:a,p=c?[c]:[],g=u?[u]:[];v.forEach(C=>{C.onBeforeParse&&p.push(C.onBeforeParse.bind(C)),C.onAfterParse&&g.push(C.onAfterParse.bind(C))});let h=p.reduce((C,R)=>R(C,e),r!=null?r:""),S=new Hd(h,m,v,y),x=g.reduce((C,R)=>R(C,e),S.parse());return Uo.default.createElement(xO,{attributes:t,className:n,containerTagName:e.containerTagName,emptyContent:i,noWrap:d,parsedContent:x.length===0?void 0:x,tagName:f})}var KE=w(U());var EO=/[.*+?^${}()|[\]\\]/g,bO=/[^0-9A-Za-zÀ-ÖØ-öø-ÿ](?=[0-9A-Za-zÀ-ÖØ-öø-ÿ]*$)/;function CO(e){return e.replace(EO,"\\$&")}function TO(e,t){let n=e.split("").findIndex((r,o)=>r!==t[o]);return n>-1?n:Math.min(e.length,t.length)}function kO(e){return e.search(bO)}function HE(e,t=[]){let n=e;return t.forEach(r=>{if(!r)return;let o=new RegExp(`\\b(${CO(r)})\\b`,"gi");n=n.replace(o,"<strong>$1</strong>")}),n}function UE(e){return e.replace(su,'<mark data-type="placeholder">$1</mark>')}function ui(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function PO(e,t){return e.split("").map((i,a)=>({char:i,index:a})).filter(({char:i,index:a})=>/\s/.test(i)&&a<=t).map(({index:i})=>i).reverse()[0]}function Ih(e,t,n={}){if(t){let r=TO(t.toLowerCase(),e.toLowerCase()),o=ui(e.substring(r,e.length));if(n.stripAgentPart){let l=e.substring(0,r),u=kO(l);return`<span style="opacity: 0.5">${l.substring(u+1)}</span>${o}`}let i=t.split(e0).length>3||t.length>30?PO(t.trim(),r):0;return`${`${i>0?"\u2026":""}${ui(e.substring(i,r))}`}<strong>${o}</strong>`}return e}var RO=/(<\/[a-zA-Z]+[0-9]?>|<[a-zA-Z]+\s?\/>|<br>)/i;function Ud(e){return RO.test(e)}function zE(e){var n;let t=document.createElement("template");return t.innerHTML=e,(n=t.content.textContent)!=null?n:""}var zd=w(U()),VE=w(b()),BE=zd.default.createContext(void 0);function Jr(){let e=zd.default.useContext(BE);if(e===void 0)throw new Error("useCommandPalette must be used within the CommandPalette component");return e}var jE=({children:e,page:t,isOpen:n,onChangeOpen:r,selected:o,setSelected:s})=>{let i=zd.default.useMemo(()=>({page:t,isOpen:n,onChangeOpen:r,selected:o,setSelected:s}),[n,t,o]);return(0,VE.jsx)(BE.Provider,{value:i,children:e})};var Yt=w(b()),AO=3,WE=({children:e})=>{let t=L("CommandPalette",Ot);return(0,Yt.jsx)("div",{className:t.listItemActions,children:e})};function Oh(d){var m=d,{closeOnSelect:e=!0,lineClamp:t,children:n,onClick:r,extra:o,onSourceClick:s,description:i,sources:a,id:l,styles:u,defaultSourcesAmount:c=AO}=m,f=ee(m,["closeOnSelect","lineClamp","children","onClick","extra","onSourceClick","description","sources","id","styles","defaultSourcesAmount"]);var k;let v=q(er),[y,p]=(0,KE.useState)(!1),{selected:g,onChangeOpen:h}=Jr(),S=L("CommandPalette",Ot);function x(C){r(C),e&&h(!1)}return(0,Yt.jsxs)("div",{className:(0,ci.default)(S.listItem,l===g&&S.listItemSelected),children:[(0,Yt.jsx)("button",I(T({type:"button",className:(0,ci.default)(S.listItemAction,S.listItemPrimaryAction),"aria-disabled":(k=f.disabled)!=null?k:!1,onClick:x,"data-command-palette-item":!0,"data-item-id":l},f),{children:(0,Yt.jsxs)("div",{className:S.listItemContent,children:[typeof n=="string"?(0,Yt.jsx)("p",{className:(0,ci.default)(S.listItemText,S.truncate,u==null?void 0:u.title),children:n}):n,i&&(0,Yt.jsx)(li,{tagName:"p",allowList:[],content:Ud(i)?zE(i):i,className:(0,ci.default)(S.listItemDescription,u==null?void 0:u.description,t?S.lineClamp:S.truncate)})]})})),o,a&&a.length>0&&(0,Yt.jsxs)("div",{className:S.sources,children:[(0,Yt.jsx)("span",{className:S.sourcesTitle,children:v("sources")}),a.slice(0,y?a.length:c).map(C=>(0,Yt.jsx)("a",{className:S.source,href:C.url,target:"_blank",title:C.url,rel:"noopener noreferrer","data-testid":"source",onClick:()=>s&&s(C),children:C.name},C.url)),!y&&a.length>c&&(0,Yt.jsx)("button",{className:(0,ci.default)(S.source,S.sourceShowMore),type:"button",onClick:()=>p(!0),children:v("showMore",{amount:a.length-c})})]})]})}var il=w(b()),$E=()=>(0,il.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 256 512","aria-labelledby":"angleLeftTitle",children:[(0,il.jsx)("title",{id:"angleLeftTitle",children:"AngleLeft"}),(0,il.jsx)("path",{d:"M192 448c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25l160-160c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l137.4 137.4c12.5 12.5 12.5 32.75 0 45.25C208.4 444.9 200.2 448 192 448z"})]});var zo=w(b());function Nh({children:e,title:t,id:n,onDismiss:r}){let o=q(er),s=L("CommandPalette",Ot),{page:i}=Jr();return i!==n?null:(0,zo.jsxs)("div",{className:s.page,id:`page_${n}`,tabIndex:-1,children:[r&&(0,zo.jsxs)("div",{className:s.pageNav,children:[(0,zo.jsxs)("button",{className:s.pageBackButton,type:"button",onClick:r,children:[(0,zo.jsx)($E,{}),o("back")]}),t&&(0,zo.jsx)("h3",{className:s.pageTitle,children:t})]}),e]})}var qE=w(U());var al=w(b()),di=()=>(0,al.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 0 24 24",width:"1em",fill:"currentColor",children:[(0,al.jsx)("path",{d:"M0 0h24v24H0z",fill:"none"}),(0,al.jsx)("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})]});var pn=w(b());function LO({onChange:e,onChangeType:t,placeholder:n,typePlaceholder:r,types:o,value:s,selectedType:i},a){let l=L("CommandPalette",Ot);return(0,pn.jsxs)("div",{className:l.search,children:[(0,pn.jsx)("div",{className:l.searchIcon,children:(0,pn.jsx)(di,{})}),(0,pn.jsxs)("div",{className:l.searchInputWrapper,children:[(0,pn.jsx)("input",{ref:a,spellCheck:!1,autoComplete:"off",onChange:u=>{e(u.currentTarget.value)},onFocus:u=>{u.currentTarget.select()},className:l.searchInput,placeholder:n,value:s,type:"text",id:"command-palette-search-input",autoFocus:!0}),o&&o.length>0&&(0,pn.jsx)("div",{className:l.selectWrapper,children:(0,pn.jsxs)("select",{"data-testid":"command-palette-type-select",className:l.select,onChange:u=>t(u.target.value===r?void 0:u.target.value),value:i||r,children:[r&&(0,pn.jsx)("option",{children:r}),o.map(u=>(0,pn.jsx)("option",{value:u.value,children:u.label},u.value))]})})]})]})}var GE=(0,qE.forwardRef)(LO);var Mh=w(oe());var Bd=w(b()),IO=o=>{var s=o,{onClick:e,shortKeys:t,children:n}=s,r=ee(s,["onClick","shortKeys","children"]);let i=L("CommandPalette",Ot);return(0,Bd.jsxs)("button",I(T({type:"button"},r),{onClick:e,className:(0,Mh.default)(i.actionButton,r.className,{[i.hasShortKeys]:t&&t.length>0}),children:[n,t&&t.map(a=>(0,Bd.jsx)("span",{className:(0,Mh.default)(i.actionShortcut,a===8629&&i.actionShortcutFixKerning),children:typeof a=="number"?String.fromCharCode(a):a},a))]}))},QE=IO;var ll=w(b()),OO="[data-command-palette-item]";function Bo({placeholder:e="Start typing to search...",typePlaceholder:t="All types",defaultPage:n="search",page:r,onChangePage:o,onChangeSearch:s,onChangeType:i,onChangeOpen:a,selectedType:l,types:u,children:c,isOpen:f,search:d}){let[m,v]=(0,rr.useState)(),y=(0,rr.useRef)(null),p=()=>{o&&o(n),i(void 0),s(""),a(!1)},g=()=>{var D;if(r!==n&&o){o(n);return}if(l&&i){i(void 0),(D=y.current)==null||D.focus();return}if(d.length>0){s("");return}a(!1)},h=()=>{let D=S();D.length!==0&&v(D[0].dataset.itemId)},S=()=>Array.from(document.querySelectorAll(OO)||[]),x=D=>document.querySelector(`[data-item-id=${D}]`),k=D=>{let G=x(D);G&&v(G.dataset.itemId)},C=D=>{let G=x(D);G&&G.scrollIntoView({behavior:"smooth"})},R=()=>{if(!m)return;let D=S(),G=x(m);if(!G)return;let Z=D.indexOf(G),se=D[Z+1];se&&se.dataset.itemId?k(se.dataset.itemId):h()},N=()=>{if(!m)return;let D=S(),G=x(m);if(!G)return;let Z=D.indexOf(G),se=D[Z-1];se&&se.dataset.itemId?k(se.dataset.itemId):k(D[D.length-1].dataset.itemId)},_=(0,rr.useCallback)(D=>{switch(D.key){case"ArrowDown":{D.preventDefault(),R();break}case"ArrowUp":{D.preventDefault(),N();break}case"Enter":{if(m){let G=x(m);G==null||G.click()}break}}},[m]);return(0,rr.useEffect)(()=>{h()},[d,r,l,f]),(0,rr.useEffect)(()=>{m&&C(m)},[m]),(0,ll.jsx)(Ad,{autoFocus:!0,contentAriaLabel:"Search Results",overlayAriaLabel:"Command Palette",isOpen:f,onBack:g,onClose:p,onKeyDown:_,children:(0,ll.jsxs)(jE,{selected:m,setSelected:v,isOpen:f,onChangeOpen:a,page:r,children:[r===n&&(0,ll.jsx)(GE,{ref:y,onChange:s,onChangeType:i,placeholder:e,value:d,selectedType:l,types:u,typePlaceholder:t}),c]})})}Bo.Page=Nh;Bo.List=Eh;Bo.Image=LE;Bo.ListItem=Oh;Bo.ListItemActions=WE;Bo.Button=QE;var me=Bo;var YE=w(U());function XE(e,t){(0,YE.useEffect)(()=>{let n=r=>{var o;((o=navigator==null?void 0:navigator.platform)!=null&&o.toLowerCase().includes("mac")?r.metaKey:r.ctrlKey)&&r.key===e&&(r.preventDefault(),r.stopPropagation(),t())};return document.addEventListener("keydown",n),()=>{document.removeEventListener("keydown",n)}},[])}var ul=w(U());var ZE={data:null,fetchState:"idle"},jd=e=>{var s,i,a,l;let t=[],{visitorName:n}=(s=e.info.visitorInfo)!=null?s:{},{agentName:r,agentNickname:o}=(i=e.info.agentInfo)!=null?i:{};return r&&r!==n&&t.push(r),o&&o!==n&&t.push(o),(l=(a=e.entities.data)==null?void 0:a.filter(u=>!t.includes(u.text)))!=null?l:null},mn=K("entities/getEntities",(e,t)=>P(void 0,null,function*(){let{deepdeskAPI:n,dynamicThunkObject:r}=t.extra;if(!r.conversationQuery)return Promise.resolve([]);let o=r.conversationQuery,s=yield o();return s.length===0?Promise.resolve([]):n.getEntities(s)})),NO=e=>e.filter((t,n)=>n===e.findIndex(r=>r.text===t.text)),MO=X({name:"entities",initialState:ZE,reducers:{},extraReducers:e=>{e.addCase(mn.pending,t=>{t.fetchState="loading"}).addCase(mn.rejected,t=>{t.fetchState="error"}).addCase(mn.fulfilled,(t,n)=>{t.fetchState="done",t.data=NO(t.data?[...t.data,...n.payload]:n.payload)}).addCase(de,()=>ZE)}}),JE=MO.reducer;var _h={};Qe(_h,{enUS:()=>_O,nlNL:()=>DO});var _O={noResults:[{type:0,value:"No entities have been found"}],copy:[{type:0,value:"Copy"}],use:[{type:0,value:"Use"}]},DO={noResults:[{type:0,value:"Er zijn geen entiteiten gevonden"}],copy:[{type:0,value:"Kopieer"}],use:[{type:0,value:"Gebruik"}]};var eb={root:"dd-TYTKs",empty:"dd-AU7uT"};var fi=w(b()),FO=({onCopy:e})=>{let t=(0,ul.useRef)(null),n=L("EntitiesList",eb),r=M(jd),{setSelected:o}=Jr(),s=q(_h),i=Q();return(0,ul.useEffect)(()=>{i(mn())},[]),(0,ul.useEffect)(()=>{t.current&&(t.current.focus(),o("entity-0"))},[t]),(0,fi.jsxs)("div",{className:n.root,ref:t,tabIndex:-1,children:[r&&r.length>0&&(0,fi.jsx)(me.List,{children:r.map((a,l)=>(0,fi.jsx)(me.ListItem,{id:`entity-${l}`,closeOnSelect:!0,onClick:()=>e(a),children:a.text},a.text))},"entities"),r&&r.length===0&&(0,fi.jsx)("p",{className:n.empty,children:s("noResults")})]})},tb=FO;var Xt=w(U());var Dh={outputs:[],fetchState:"idle"},nb=e=>{var t;return(t=e.assistants)==null?void 0:t.outputs},HO=Ce("assistants/resetOutputs"),pi=K("assistants/getSummary",(e,t)=>P(void 0,null,function*(){var s,i,a;let n=t.getState();if(!n.profile.data)throw new Error("No Profile is loaded");let{summarizerAssistantNew:r}=n.profile.data;if(!r){let{deepdeskAPI:l,dynamicThunkObject:u}=t.extra,c=t.getState(),f=(s=c.conversation.current)==null?void 0:s.sessionId,d=(a=(i=c.info)==null?void 0:i.agentInfo)==null?void 0:a.agentId,m=c.profile.data;if(!m)throw new Error("Profile is not defined");if(!u.conversationQuery)return Promise.reject(new Error("setConversationQuery method is not defined"));let v=u.conversationQuery,y=yield v(),p=yield l.getSummary(y,{externalConversationId:f,agentId:d,promptInstruction:m.summarizerPromptInstruction,model:m.summarizerModel});return p.summary?p.summary:Promise.reject(new Error("Summary is not provided"))}let o=yield t.dispatch(eo(T({assistantCode:r,transcript:"in-memory-transcript",skipState:!0},e)));if(o.error)throw new Error(o.error.message);if(typeof o.payload!="string")throw H.warn("Unexpected summary output",o),new Error("Unexpected summary output");return o.payload})),eo=K("assistants/evaluate",(e,t)=>P(void 0,null,function*(){var f;let{deepdeskAPI:n,dynamicThunkObject:r}=t.extra,{transcript:o,input:s={}}=e,i=t.getState(),{platformVariables:a}=i.info,l=(f=i.conversation.current)==null?void 0:f.sessionId,u;if(o==="in-memory-transcript"){if(!r.conversationQuery)throw new Error("Can't include in-memory-transcript, setConversationQuery is not defined");u=yield r.conversationQuery()}else if(o==="stored-transcript"){if(!i.conversation.current)throw new Error("Can't include stored-transcript, no current conversation");u=i.conversation.current.messages.map(d=>({text:d.text,source:d.source}))}else Array.isArray(o)&&(u=o);if(e.includeTags){if(!i.conversation.current)throw new Error("Can't include tags, no current conversation");let{tags:d}=i.conversation.current;Object.assign(s,{tags:d})}let c=yield n.evaluateAssistant(e.assistantCode,{input:s,transcript:u,conversationId:l});return a&&(c=Array.isArray(c)?c.map(d=>I(T({},d),{name:rt(d.name,a),response:rt(d.response,a)})):rt(c,a)),c})),rb=X({name:"assistants",initialState:Dh,reducers:{removeOutputByCode(e,t){e.outputs=e.outputs.filter(n=>n.code!==t.payload.code)}},extraReducers:e=>{e.addCase(eo.pending,(t,n)=>{n.meta.arg.skipState||(t.fetchState="loading")}).addCase(eo.rejected,(t,n)=>{n.meta.arg.skipState||(t.fetchState="error")}).addCase(eo.fulfilled,(t,n)=>{if(n.meta.arg.skipState)return;if(!Array.isArray(n.payload))throw H.warn("Unexpected assistant output",n.payload),new Error("Unexpected assistant output");let r=n.payload.map(s=>s.code),o=t.outputs.filter(s=>!r.includes(s.code));t.fetchState="done",t.outputs=[...n.payload,...o]}).addCase(de,()=>Dh).addCase(HO.toString(),()=>Dh)}}),{removeOutputByCode:ob}=rb.actions,sb=rb.reducer;var Fh={};Qe(Fh,{enUS:()=>UO,nlNL:()=>zO});var UO={copy:[{type:0,value:"Copy"}],error:[{type:0,value:"Could not generate a summary"}],loading:[{type:0,value:"Generating summary, this may take a few moments."}]},zO={copy:[{type:0,value:"Kopieer"}],error:[{type:0,value:"Kon helaas geen samenvatting genereren."}],loading:[{type:0,value:"Samenvatting wordt gemaakt, dit kan even duren."}]};var ib={root:"dd-60NZr",actions:"dd-No1g3",main:"dd-l-xEF",textInput:"dd-nAaiV",loading:"dd-ciFNi",error:"dd-yNp2D"};var Vd=w(oe()),cb=w(U());var Hh=w(b()),Uh=e=>(0,Hh.jsx)("svg",I(T({width:"16",height:"16",fill:"#000000"},e),{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,Hh.jsx)("path",{fillRule:"evenodd",d:"M6.57086468,14.9173453 C6.38997052,14.9711236 6.19835748,15 6,15 L4,15 C2.8954305,15 2,14.1045695 2,13 L2,4 C2,2.8954305 2.8954305,2 4,2 L6,2 C6.68685475,2 7.29284112,2.34623869 7.65294381,2.87370078 C7.95642355,2.67736738 8.29504785,2.51351337 8.66312366,2.3818197 C9.50544052,2.08044754 10.3408482,1.9879107 10.9989281,1.99971266 C11.0150698,2.00005426 13.3487605,2.00015005 18,2 C20.7551411,2 22,6.05643086 22,12 C22,13.6824804 20.8695981,15 19,15 L15.9269768,15 C15.9359266,15.0245465 15.9451954,15.0497804 15.9547911,15.0757271 C16.007193,15.2174219 16.2391583,15.8256341 16.2970775,15.9810953 C16.4872151,16.4914441 16.6259612,16.9026411 16.7382242,17.3098712 C16.9079007,17.9253665 17,18.4798886 17,19 C17,20.4720069 16.091867,21.3862822 14.748281,21.777514 C14.1422801,21.9539723 13.6147967,22.0000922 13.0076976,22.0000008 L12.5204954,22 L12.2202699,21.6261158 C11.2556275,20.4248034 7.64562469,16.4822788 6.57086468,14.9173453 Z M8,13 C8,13.2401953 8.04443154,13.4528921 8.14171093,13.6800176 C8.40663864,14.2985643 11.914268,18.1371493 13.4599624,19.9848695 C13.7113931,19.9660111 13.9483736,19.9273712 14.1891338,19.8572655 C14.7621788,19.6904035 15,19.4509737 15,19 C15,18.6834183 14.9359344,18.2976852 14.8101464,17.8413935 C14.7161494,17.500423 14.5944107,17.1396301 14.4229225,16.6793379 C14.3689242,16.5344009 14.1358033,15.923159 14.0789589,15.7694517 C13.9489218,15.4178313 13.8632547,15.1589343 13.8046536,14.9236885 C13.5555377,13.9236468 13.8054549,13 15,13 L19,13 C19.6912225,13 20,12.6401099 20,12 C20,7.20925475 19.015127,4 18,4 C15.9322103,4 15.9322103,4 10.9655994,3.99940813 C10.5253746,3.99154158 9.91062406,4.05963657 9.33687634,4.2649175 C8.45196659,4.58152894 8,5.09776992 8,6 L8,13 Z M4,4 L4,13 L6,13 L6,4 L4,4 Z"})}));var zh=w(b()),ab=e=>(0,zh.jsx)("svg",I(T({width:"16",height:"16",fill:"#000000"},e),{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,zh.jsx)("path",{fillRule:"evenodd",d:"M7.65336736,21.1256786 C7.2933164,21.6534897 6.68712411,22 6,22 L4,22 C2.8954305,22 2,21.1045695 2,20 L2,11 C2,9.8954305 2.8954305,9 4,9 L6,9 C6.198171,9 6.38961023,9.02882212 6.57035446,9.08250314 C7.6444817,7.51807482 11.2554748,3.57449216 12.2202699,2.37298955 L12.5204954,1.99910538 L13,1.99910538 C13.6147967,1.99901314 14.1422801,2.04513312 14.748281,2.22159137 C16.091867,2.61282321 17,3.52709845 17,4.99910538 C17,5.51921677 16.9079007,6.07373891 16.7382242,6.68923415 C16.6259612,7.09646424 16.4872151,7.50766133 16.2970775,8.01801005 C16.2391583,8.17347129 16.007193,8.78168345 15.9547911,8.92337824 C15.9451954,8.94932503 15.9359266,8.9745589 15.9269768,8.99910538 L19,8.99910538 C20.8695981,8.99910538 22,10.316625 22,11.9991054 C22,17.9426745 20.7551411,21.9991054 18,21.9991054 L11.0344006,21.9985135 C10.3408482,22.0111947 9.50544052,21.9186578 8.66312366,21.6172857 C8.29521907,21.4856533 7.9567386,21.3218904 7.65336736,21.1256786 Z M8,17.9991054 C8,18.9013355 8.45196659,19.4175764 9.33687634,19.7341879 C9.91062406,19.9394688 10.5253746,20.0075638 10.963066,19.9997143 C10.9703499,19.9995545 10.9703499,19.9995545 11,19.9991054 L18,19.9991054 C19.015127,19.9991054 20,16.7898506 20,11.9991054 C20,11.3589955 19.6912225,10.9991054 19,10.9991054 L15,10.9991054 C13.8054549,10.9991054 13.5555377,10.0754586 13.8046536,9.07541689 C13.8632547,8.84017106 13.9489218,8.5812741 14.0789589,8.22965366 C14.1358033,8.07594642 14.3689242,7.46470447 14.4229225,7.31976744 C14.5944107,6.85947528 14.7161494,6.4986824 14.8101464,6.1577119 C14.9359344,5.70142019 15,5.31568707 15,4.99910538 C15,4.54813166 14.7621788,4.30870189 14.1891338,4.1418399 C13.9483736,4.07173418 13.7113931,4.0330943 13.4599624,4.01423587 C11.914268,5.86195611 8.40663864,9.70054105 8.14171093,10.3190878 C8.04443154,10.5462133 8,10.7589101 8,10.9991054 L8,17.9991054 Z M4,11 L4,20 L6,20 L6,11 L4,11 Z"})}));function mi(e,t){var o;let n=e.cloneNode(!0);n.style.top=`${e.offsetTop}px`,n.style.left=`${e.offsetLeft}px`,n.style.position="absolute",t.split(" ").forEach(s=>{n.classList.add(s)}),n.addEventListener("animationend",()=>n.remove()),(o=e.parentElement)==null||o.appendChild(n)}var Bh={};Qe(Bh,{enUS:()=>BO,nlNL:()=>jO});var BO={thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]},jO={thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]};function lb(e){return K("analytics/logEvent",(t,n)=>{var s,i,a;let r=(i=(s=n.getState())==null?void 0:s.conversation.current)==null?void 0:i.id,o=(a=n.getState())==null?void 0:a.info.agentInfo;return n.extra.deepdeskAPI.sendEvent(t.name,I(T({conversationId:r},o),{data:t.data}))})(e)}function gi(){let e=Q();return(t,n)=>P(this,null,function*(){yield e(lb({name:t,data:n}))})}var ub={thumbs:"dd-5F1zq",fadeup:"dd-eTmY-",fadedown:"dd-sS85z",selected:"dd-rid-f",thumbsUp:"dd-4poEf",thumbsDown:"dd-3KozS"};var hi=e=>t=>{let{passwordlessToken:{token:n},settings:{isEmbedded:r,adminUrl:o}}=t;return o?r?n?`${o}/apis/admin/session/passwordless/login/?token=${n}&redirect=${encodeURIComponent(e)}`:null:`${o}${e}`:null};var or=w(b()),VO=({eventName:e,eventData:t,feedbackType:n,feedbackText:r})=>{let o=L("FeedbackThumbs",ub),s=B("enableFeedbackForm"),i=M(Gr),a=M(hi(`/admin/feedback?conversationId=${i}&type=${n}&text=${r}&data=${JSON.stringify(t)}`)),l=q(Bh),u=gi(),[c,f]=(0,cb.useState)(null),d=v=>{v.stopPropagation(),mi(v.target,o.fadeup),f("up"),u(e,I(T({},t),{rating:"up"}))},m=v=>{v.stopPropagation(),mi(v.target,o.fadedown),f("down"),u(e,I(T({},t),{rating:"down"}))};return(0,or.jsxs)("div",{className:o.thumbs,children:[(0,or.jsx)(re.Button,{title:l("thumbsUp"),onClick:d,icon:(0,or.jsx)(ab,{}),className:(0,Vd.default)(o.thumbsUp,c==="up"&&o.selected),disabled:!!c}),s&&a?(0,or.jsx)(re.Button,{as:"a",title:l("thumbsDown"),href:a,target:"_blank",rel:"noreferrer",onClick:m,icon:(0,or.jsx)(Uh,{}),className:(0,Vd.default)(o.thumbsDown,c==="down"&&o.selected),disabled:!!c}):(0,or.jsx)(re.Button,{title:l("thumbsDown"),onClick:m,icon:(0,or.jsx)(Uh,{}),className:(0,Vd.default)(o.thumbsDown,c==="down"&&o.selected),disabled:!!c})]})},yi=VO;var KO={data:null,fetchState:"idle"},gn=e=>e.profile.data,Kd=e=>e.profile.data?e.profile.data.uiConfig.widget.types.filter(t=>t.isActive):[],db=e=>e.profile.data?!!e.profile.data.uiConfig.widget.types.find(t=>t.type==="custom-data"):!1,cl=K("profile/getProfile",(e,t)=>P(void 0,null,function*(){var s;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=r.conversation.current;if(!o||!o.profileCode)throw new Error("No conversation of conversation profileCode found");return((s=r.profile.data)==null?void 0:s.code)===o.profileCode?r.profile.data:n.getProfile(o.profileCode)})),WO=X({name:"profile",initialState:KO,reducers:{},extraReducers:e=>{e.addCase(cl.pending,t=>{t.fetchState="loading"}).addCase(cl.rejected,t=>{t.fetchState="error"}).addCase(cl.fulfilled,(t,n)=>{t.fetchState="done",t.data=n.payload})}}),fb=WO.reducer;var Ln=w(b()),$O=({onCopy:e})=>{let t=(0,Xt.useRef)(null),n=L("SummaryForm",ib),[r,o]=(0,Xt.useState)(""),[s,i]=(0,Xt.useState)(""),[a,l]=(0,Xt.useState)(!1),u=M(gn),c=q(Fh),f=Q(),d=()=>{f(ut({name:"summary copied to clipboard",data:{originalText:r,finalText:s},options:{includeConversationData:!0}})),e(s)},m=()=>{let v=document.getSelection();v&&f(ut({name:"summary copied to clipboard",data:{originalText:r,finalText:v==null?void 0:v.toString(),assistant:u==null?void 0:u.summarizerAssistantNew},options:{includeConversationData:!0}}))};return(0,Xt.useEffect)(()=>{f(pi({})).then(v=>{if(v.error){l(!0);return}o(v.payload||""),i(v.payload||"")})},[]),(0,Xt.useEffect)(()=>{t.current&&r&&t.current.focus()},[t,r]),(0,Xt.useEffect)(()=>{let v=y=>{y.key==="Enter"&&y.shiftKey&&d()};return document.addEventListener("keydown",v),()=>{document.removeEventListener("keydown",v)}},[s]),(0,Ln.jsx)("div",{className:n.root,tabIndex:-1,children:a?(0,Ln.jsx)("p",{className:n.error,children:c("error")}):(0,Ln.jsxs)(Xt.Fragment,{children:[(0,Ln.jsx)("div",{className:n.main,children:(0,Ln.jsx)("textarea",{placeholder:r?void 0:c("loading"),disabled:!r,className:n.textInput,ref:t,value:s,onCopy:m,onChange:v=>i(v.target.value)})}),(0,Ln.jsxs)("div",{className:n.actions,children:[(0,Ln.jsx)(yi,{feedbackText:r||"",feedbackType:"summary",eventName:"summary feedback",eventData:{summary:r}}),(0,Ln.jsx)(me.Button,{shortKeys:[8679,8629],onClick:d,children:c("copy")})]})]})})},pb=$O;var dl={};Qe(dl,{enUS:()=>qO,nlNL:()=>GO});var qO={personalCollectionLink:[{type:0,value:"Go to Personal Collection"}],searchPlaceholder:[{type:0,value:"Start typing to search..."}],urlSuggestions:[{type:0,value:"Link suggestions"}],personalSuggestions:[{type:0,value:"Personal suggestions"}],pinnedMessages:[{type:0,value:"Pinned messages"}],imageSuggestions:[{type:0,value:"Images"}],typePlaceholder:[{type:0,value:"All types"}],navigation:[{type:0,value:"Navigation"}],entitiesClipboard:[{type:0,value:"Conversation clipper"}],entitiesTitle:[{type:0,value:"Copy to your clipboard"}],summaryClipboard:[{type:0,value:"Summarize conversation"}],summaryTitle:[{type:0,value:"Conversation summary"}],knowledgeAssist:[{type:0,value:"Knowledge assist"}],commands:[{type:0,value:"Commands"}],use:[{type:0,value:"Use"}],preview:[{type:0,value:"Preview"}],warning:[{type:0,value:"Are you sure you want to discard the message?"}]},GO={personalCollectionLink:[{type:0,value:"Ga naar persoonlijke collectie"}],searchPlaceholder:[{type:0,value:"Begin met typen om te zoeken..."}],personalSuggestions:[{type:0,value:"Persoonlijke suggesties"}],urlSuggestions:[{type:0,value:"Link suggesties"}],imageSuggestions:[{type:0,value:"Afbeeldingen"}],navigation:[{type:0,value:"Navigatie"}],typePlaceholder:[{type:0,value:"Alle types"}],pinnedMessages:[{type:0,value:"Actueel"}],entitiesClipboard:[{type:0,value:"Klembord"}],entitiesTitle:[{type:0,value:"Kopieer naar klembord"}],summaryClipboard:[{type:0,value:"Gesprek samenvatten"}],summaryTitle:[{type:0,value:"Gesprek samenvatting"}],knowledgeAssist:[{type:0,value:"Knowledge assist"}],commands:[{type:0,value:"Acties"}],use:[{type:0,value:"Gebruik"}],preview:[{type:0,value:"Bewerk"}],warning:[{type:0,value:"Weet je zeker dat je de wijzigingen wilt weggooien?"}]};var sr=w(U());var jh={};Qe(jh,{enUS:()=>QO,nlNL:()=>YO});var QO={use:[{type:0,value:"Use"}],loading:[{type:0,value:"Loading..."}],error:[{type:0,value:"Something went wrong, please try again later."}],anotherQuestion:[{type:0,value:"Send a message..."}],reset:[{type:0,value:"Reset conversation"}]},YO={use:[{type:0,value:"Gebruik"}],loading:[{type:0,value:"Laden..."}],error:[{type:0,value:"Er ging iets mis, probeer het later opnieuw."}],anotherQuestion:[{type:0,value:"Stuur een bericht..."}],reset:[{type:0,value:"Reset gesprek"}]};var mb={root:"dd-fxP4c",title:"dd-vDbMh",empty:"dd-sB0lz",status:"dd--oZ1C",form:"dd-t0hnD",input:"dd-i1v3W",submit:"dd-oo2Oa",question:"dd-WvK17",answer:"dd-HAHcU",alignRight:"dd-oxrX3",listItemFeedback:"dd-POUal"};var XO={data:null,fetchState:"idle"},gb=e=>{var t;return(t=e.knowledgeAssistant)==null?void 0:t.data},fl=K("knowledgeAssistant/getKnowledgeAssistant",(e,t)=>P(void 0,null,function*(){var i;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=r.conversation.current;if(!o||!o.profileCode)throw new Error("No conversation of conversation profileCode found");let s=(i=r.profile.data)==null?void 0:i.knowledgeAssistant;return s?n.getKnowledgeAssistant(s):null})),ZO=X({name:"knowledgeAssistant",initialState:XO,reducers:{},extraReducers:e=>{e.addCase(fl.pending,t=>{t.fetchState="loading"}).addCase(fl.rejected,t=>{t.fetchState="error"}).addCase(fl.fulfilled,(t,n)=>{t.fetchState="done",t.data=n.payload})}}),hb=ZO.reducer;var Vh={data:[],fetchState:"idle"},yb=e=>{var t;return(t=e.answer)==null?void 0:t.data},vb=e=>e.answer.fetchState,vi=Ce("answer/resetKnowledgeSearch"),pl=K("answer/getAnswer",(e,t)=>P(void 0,null,function*(){var u,c,f;let{deepdeskAPI:n}=t.extra,r=t.getState().answer.data,{platformVariables:o}=t.getState().info,s=gb(t.getState()),i=(u=t.getState().conversation.current)==null?void 0:u.sessionId,a=(f=(c=t.getState().info)==null?void 0:c.agentInfo)==null?void 0:f.agentId;if(!s)throw new Error("KnowledgeAssistant is not defined");let l=yield n.knowledgeAssist({customerInstruction:s.customerInstruction,doNotKnowAnswer:s.doNotKnowAnswer,question:e},r,s.code,{agentId:a,conversationId:i});return o&&(l.answer=rt(l.answer,o)),{question:e,answer:l}})),JO=X({name:"answer",initialState:Vh,reducers:{},extraReducers:e=>{e.addCase(pl.pending,t=>{t.fetchState="loading"}).addCase(pl.rejected,t=>{t.fetchState="error"}).addCase(pl.fulfilled,(t,n)=>{t.fetchState="done",t.data=[...t.data,n.payload]}).addCase(de,()=>Vh).addCase(vi,()=>Vh)}}),Sb=JO.reducer;var ml=w(b()),wb=()=>(0,ml.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 512 512","aria-labelledby":"paperPlaneTitle",children:[(0,ml.jsx)("title",{id:"paperPlaneTitle",children:"PaperPlane"}),(0,ml.jsx)("path",{d:"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"})]});var ct=w(b()),eN=({onUse:e,onResetQuestion:t,question:n})=>{let[r,o]=sr.default.useState(""),[s,i]=sr.default.useState(!1),{setSelected:a}=Jr(),l=(0,sr.useRef)(null),u=L("KnowledgeSearchStyles",mb),c=q(jh),f=Q(),d=M(yb),m=M(vb),v=g=>P(void 0,null,function*(){i(!0),yield f(pl(g)),l.current&&i(!1)}),y=g=>P(void 0,null,function*(){g.preventDefault(),g.stopPropagation(),r!==""&&v(r)}),p=(g,h)=>{f(ut({name:"knowledge assist source viewed",data:{question:h,sourceViewed:g.url||g.name},options:{includeConversationData:!0}}))};return(0,sr.useEffect)(()=>{var g;n&&m==="idle"?v(n):(g=l.current)==null||g.focus()},[l,m]),(0,sr.useEffect)(()=>{m==="done"&&(f(ut({name:"knowledge assist question answered",data:{question:r||n,sources:d[d.length-1].answer.sources,answer:d[d.length-1].answer.answer,isFollowUpQuestion:d.length>1},options:{includeConversationData:!0}})),a(`knowledge-assist-${d.length-1}`),o(""))},[m,d]),(0,sr.useEffect)(()=>{l.current&&l.current.scrollIntoView({behavior:"smooth"})},[l,d]),(0,ct.jsxs)("div",{className:u.root,children:[d.length>0&&(0,ct.jsx)("div",{className:u.alignRight,children:(0,ct.jsx)(me.Button,{onClick:t,children:c("reset")})}),d.map(({question:g,answer:h},S)=>(0,ct.jsx)(me.List,{children:(0,ct.jsx)(me.ListItem,{id:`knowledge-assist-${S}`,"data-testid":"knowledge-search-answer",description:h.answer,closeOnSelect:!0,onClick:()=>e(h.answer),onSourceClick:x=>p(x,g),sources:h.sources,styles:{title:u.question,description:u.answer},extra:(0,ct.jsx)("div",{className:u.listItemFeedback,children:(0,ct.jsx)(yi,{feedbackText:h.answer,feedbackType:"knowledge-assist-answer",eventName:"knowledge assist feedback",eventData:T({question:g,isAgent:n!==g,isFollowUpQuestion:d.length>1},h)})}),children:g})},`${h.answer}_${S}`)),m==="loading"&&(0,ct.jsx)("p",{className:u.status,children:c("loading")}),m==="error"&&(0,ct.jsx)("p",{className:u.status,children:c("error")}),(0,ct.jsxs)("form",{className:u.form,onSubmit:y,children:[(0,ct.jsx)("input",{ref:l,placeholder:c("anotherQuestion"),className:u.input,type:"text",value:r,onFocus:()=>{a(void 0)},onChange:g=>{a(void 0),o(g.target.value)}}),(0,ct.jsx)("button",{type:"submit",className:u.submit,disabled:s,children:(0,ct.jsx)(wb,{})})]})]})},xb=eN;var Lb=w(U());var tN=["{amount}"," {amount}","{date}","{email}","{iban}","{name}","{postal_code}","{street}","{tarif}","{usage}","{3_digits}","{4_digits}","{5_digits}","{6_digits}","{7_digits}","{8_digits}","{9_digits}","{10_digits}"],nN=new RegExp(tN.map(e=>`(?:${e.replace("{","\\{").replace("}","\\}")})`).join("|"));function Eb(e,t){let n=e.split(nN),r=0,o=[];for(let s=0;s<n.length;s++){let i=n[s];if(o.push(i),s===n.length-1)break;if(t.indexOf(i)===-1)return e;let a=n[s+1],l=s===n.length-2;r+=i.length;let u=r;if(l){let f=a.charAt(0),d=0;do u=f?t.indexOf(f,u+1):-1,d+=1;while(u!==-1&&a.indexOf(t.slice(u))!==0);if(u===-1&&d>2)return e}else u=a&&a!==""?t.indexOf(a,r):-1;let c=u===-1?t.slice(r):t.slice(r,u);o.push(c),r=u}return o.join("")}function bb(e,t){return typeof t=="boolean"?e:e.slice(0,t)}var Tb={suggestions:[],fetchState:"idle"},Cb={default:Tb},kb=e=>t=>{var n,r;return(r=(n=t.textSuggestions[e])==null?void 0:n.suggestions)!=null?r:[]},Wd=e=>e.textSuggestions,Pb=e=>{let t=e.toLowerCase();return n=>{let r=n.text.toLowerCase();return r.startsWith(t)&&r.length>t.length}},$d=Ce("textSuggestions/refresh"),hn=K("textSuggestions/recommendations",(e,t)=>P(void 0,null,function*(){var c;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=(c=r.conversation.current)==null?void 0:c.id,{platformVariables:s}=r.info,{textSuggestionsCount:i,inlineSuggestions:a}=r.settings,l=si(r);if(!o)throw new Error("No current conversation to fetch text suggestions");let u=yield n.getTextSuggestions(o,qa(r),e);if(s&&(u=u.map(f=>T(I(T({},f),{text:rt(f.text,s)}),f.title?{title:rt(f.title,s)}:{}))),e==="default"){let f=a?u.filter(Pb(l)):u;t.dispatch(Qr(f.slice(0,i)))}return u})),gl=K("textSuggestions/autocompletions",(e,t)=>P(void 0,null,function*(){var c;let{deepdeskAPI:n}=t.extra,r=t.getState(),o=(c=r.conversation.current)==null?void 0:c.id,{platformVariables:s}=r.info,{textSuggestionsCount:i,deanonymize:a,inlineSuggestions:l}=r.settings;if(!o)throw new Error("No current conversation to fetch text suggestions");let u=yield n.getAutocompleteSuggestions(o,I(T({},qa(r)),{input:e}));if(!t.getState().input.text)throw new Error("Abort");return l&&(u=u.filter(Pb(e))),s&&(u=u.map(f=>I(T({},f),{text:rt(f.text,s)}))),a&&(u=u.map(f=>I(T({},f),{text:f.source!=="trie-with-typos"?Eb(f.text,e):f.text}))),u=bb(u,i),t.dispatch(Qr(u)),u})),Rb=X({name:"textSuggestions",initialState:Cb,reducers:{setTextSuggestions:{reducer(e,t){let{contentType:n}=t.payload;e[n].fetchState="done",e[n].suggestions=t.payload.suggestions},prepare(e,t){return{payload:{contentType:e,suggestions:t}}}}},extraReducers:e=>{e.addCase(hn.pending,(t,n)=>{let r=n.meta.arg,o=t[r]||Tb;return I(T({},t),{[r]:I(T({},o),{fetchState:"loading"})})}).addCase(hn.rejected,(t,n)=>{let r=n.meta.arg;t[r]&&(t[r].fetchState="error")}).addCase(hn.fulfilled,(t,n)=>{let r=n.meta.arg;t[r]&&(t[r].fetchState="done",t[r].suggestions=n.payload)}).addCase(gl.pending,t=>{t.default.fetchState="loading"}).addCase(gl.rejected,t=>{t.default.fetchState="error"}).addCase(gl.fulfilled,(t,n)=>{t.default.fetchState="done",t.default.suggestions=n.payload}).addCase(de,()=>Cb)}}),{setTextSuggestions:C7}=Rb.actions,Ab=Rb.reducer;var jo=w(b()),rN=({commands:e,onClick:t})=>{var a,l,u;let n=Q(),r=q(dl),o=M(gn),s=M(Wd),i=((u=(l=(a=o==null?void 0:o.uiConfig)==null?void 0:a.search)==null?void 0:l.initialTypes)==null?void 0:u.filter(({isActive:c})=>c))||[];return(0,Lb.useEffect)(()=>{i.forEach(({type:c})=>{(!s[c]||s[c].suggestions.length===0)&&n(hn(c))})},[]),(0,jo.jsxs)("div",{children:[e.length>0&&(0,jo.jsx)(me.List,{heading:r("commands"),children:e.map((c,f)=>(0,jo.jsx)(me.ListItem,{id:`command-${f}`,closeOnSelect:!1,onClick:c.onClick,children:c.label},c.label))}),i.map(({type:c,title:f})=>{var d;return(0,jo.jsx)(me.List,{heading:f,orientation:"vertical",children:(d=s[c])==null?void 0:d.suggestions.map((m,v)=>(0,jo.jsx)(me.ListItem,{id:`${c}-${v}`,closeOnSelect:!1,description:m.text,onClick:()=>t(m.text,m),"data-testid":"search-overlay-suggestion",children:m.title},`${m.id}-${m.text}`))},c)})]})},Ib=rN;var qe=w(U()),Ob=w(oe());var Kh={root:"dd-uVyL0",trigger:"dd-KIzQa",content:"dd-Ly3zO",contentOpen:"dd-O-8fR",contentTop:"dd-q3fGa",contentBottom:"dd-SFrvc",item:"dd-HZNy-"};var Vo=w(b()),oN=0,Nb=qe.default.createContext(null),sN=()=>{let e=(0,qe.useContext)(Nb);if(!e)throw new Error("Invalid DropdownContext");return e},Mb=({trigger:e,children:t,position:n="bottom"})=>{let r=(0,qe.useMemo)(()=>++oN,[]),o=(0,qe.useRef)(null),s=(0,qe.useRef)(null),i=L("Dropdown",Kh),[a,l]=(0,qe.useState)(!1),[u,c]=(0,qe.useState)(n),f=m=>{m.preventDefault(),m.stopPropagation(),l(!a)},d=(0,qe.useCallback)(([m])=>{!m.isIntersecting&&a&&c(u==="top"?"bottom":"top")},[a]);return(0,qe.useEffect)(()=>{let m=v=>{o.current&&!o.current.contains(v.target)&&l(!1)};return document.addEventListener("click",m),()=>{document.removeEventListener("click",m)}},[]),(0,qe.useEffect)(()=>{if(!s.current&&!a)return()=>{};let m=new IntersectionObserver(d,{root:null,rootMargin:"0px",threshold:1});return s.current&&m.observe(s.current),()=>{s.current&&m.unobserve(s.current)}},[s,a]),(0,Vo.jsx)(Nb.Provider,{value:{setIsOpen:l},children:(0,Vo.jsxs)("div",{ref:o,className:i.root,children:[(0,Vo.jsx)("button",{id:`dropdown-${r}`,"data-testid":"dropdown-trigger","aria-haspopup":"true","aria-expanded":a,"aria-label":"Dropdown trigger",type:"button",className:i.trigger,onClick:f,children:e}),(0,Vo.jsx)("div",{"data-testid":"dropdown-content",ref:s,"aria-hidden":!a,"aria-labelledby":`dropdown-${r}`,className:(0,Ob.default)(i.content,{[i.contentOpen]:a,[i.contentTop]:u==="top",[i.contentBottom]:u==="bottom"}),children:t})]})})};function iN(o){var s=o,{as:e,children:t,onClick:n}=s,r=ee(s,["as","children","onClick"]);let i=e||"button",a=L("Dropdown",Kh),{setIsOpen:l}=sN(),u=c=>{l(!1),n(c),c.stopPropagation()};return(0,Vo.jsx)(i,I(T({type:"button",className:a.item,onClick:u},r),{children:t}))}Mb.Item=iN;var Wh=Mb;var $h=w(b()),_b=e=>(0,$h.jsx)("svg",I(T({xmlns:"http://www.w3.org/2000/svg",height:"16",width:"14",viewBox:"0 0 448 512"},e),{children:(0,$h.jsx)("path",{fill:"currentColor",d:"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"})}));var Ko={};Qe(Ko,{enUS:()=>aN,nlNL:()=>lN});var aN={preview:[{type:0,value:"Preview"}],useSuggestion:[{type:0,value:"Add"}],sendSuggestion:[{type:0,value:"Send"}],suggestionSent:[{type:0,value:"Sent"}],sendingError:[{type:0,value:"Sending failed"}],tryAgain:[{type:0,value:"Try again"}],editSuggestion:[{type:0,value:"Edit"}],visitUrl:[{type:0,value:"Visit"}],giveFeedback:[{type:0,value:"Give feedback"}],answer:[{type:0,value:"Answer"}]},lN={preview:[{type:0,value:"Preview"}],useSuggestion:[{type:0,value:"Gebruik"}],sendSuggestion:[{type:0,value:"Verzenden"}],suggestionSent:[{type:0,value:"Verzonden"}],sendingError:[{type:0,value:"Verzenden mislukt"}],tryAgain:[{type:0,value:"Probeer opnieuw"}],editSuggestion:[{type:0,value:"Bewerken"}],visitUrl:[{type:0,value:"Bekijk"}],giveFeedback:[{type:0,value:"Geef feedback"}],answer:[{type:0,value:"Antwoord"}]};var qd=w(b()),uN=({suggestion:e,source:t,context:n})=>{let r=q(Ko),o=M(Gr),s=Q(),i=B("enableSuggestionFeedback"),a=`${e.text}`,l=M(hi(`/admin/feedback?conversationId=${o}&type=${t}&text=${a}&data=${JSON.stringify({context:n})}`)),u=()=>{s(ut({name:"suggestion feedback",data:{text:e.text,source:t,context:n},options:{includeConversationData:!0}}))};return!i||!l?null:(0,qd.jsx)(Wh,{trigger:(0,qd.jsx)(_b,{"data-testid":"feedback-dropdown-trigger"}),children:(0,qd.jsx)(Wh.Item,{as:"a",onClick:u,target:"_blank",href:l,children:r("giveFeedback")})})},Gd=uN;var De=w(b()),dN=200,fN=5,pN=4,Db=(e,t)=>!t||e.toLowerCase().includes(t.toLowerCase()),mN=()=>{let e=Q(),t=Qt(),n=q(dl),[r,o]=(0,Nt.useState)(!1),[s,i]=(0,Nt.useState)(""),a=M(Z1),l=M(gn),[u,c]=(0,Nt.useState)(),f=M(lt),d=B("showSearch"),m=B("enableSuggestionFeedback"),v=B("showEntitiesCommand"),y=B("showSummaryCommand"),p=B("showKnowledgeSearch"),g=B("showImageSearch"),h=B("searchTriggerKey"),S=M(PE),x=M(J1),k=M(eE),C=M(X1),R=V=>vr(x.filter(Te=>Te.type===V.toUpperCase()),V),N=[{value:"PERSONAL",label:n("personalSuggestions"),list:R("PERSONAL"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"URL",label:n("urlSuggestions"),list:R("URL"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"STICKYMESSAGE",label:n("pinnedMessages"),list:R("STICKYMESSAGE"),lineClamp:!1,listOrientation:"vertical",shouldShow:!0},{value:"IMAGE",label:n("imageSuggestions"),lineClamp:!1,list:R("IMAGE"),listOrientation:"horizontal",shouldShow:g}].filter(V=>V.shouldShow),_=[{label:n("entitiesClipboard"),onClick:()=>e(un("entities")),shouldShow:v&&Db(n("entitiesClipboard"),s)},{label:n("summaryClipboard"),onClick:()=>e(un("summary")),shouldShow:y&&Db(n("summaryClipboard"),s)},{label:s?`${n("knowledgeAssist")}: ${s}`:n("knowledgeAssist"),onClick:()=>e(un("knowledgeAssist")),shouldShow:p}].filter(V=>V.shouldShow),D=(S==null?void 0:S.map(V=>({value:V.code.toUpperCase(),label:`${V.name}s`,list:R(V.code.toUpperCase()),listOrientation:"vertical",lineClamp:!0})))||[],G=(0,Nt.useCallback)((0,Fb.default)((V,Te)=>{e(No({query:V,type:Te,tags:["search-overlay"],size:u?50:20}))},dN),[u]),Z=(0,Nt.useCallback)((V,Te)=>{switch(Te.type){case"IMAGE":t.send(lh,{suggestion:Te});break;default:t.send(Yr,{text:V,suggestion:Te})}e(Lt(!1))},[e]),se=V=>{Jn(V.text),e(ut({name:"entity copied",data:{entity:V,type:"copy"}})),e(Lt(!1))},yr=V=>{t.send(Yr,{text:V,suggestion:{source:"knowledge-assist",text:V}}),e(ut({name:"answer used",data:{originalText:V},options:{includeConversationData:!0}})),i(""),e(un("search")),e(vi()),e(Lt(!1))},_t=V=>{Jn(V),e(Lt(!1))};function vr(V,Te){return V.slice(0,u?10:Te.toLowerCase()==="image"?pN:fN)}function Dt(V){return Te=>{r?window.confirm(n("warning"))&&(V(Te),o(!1)):V(Te)}}return(0,Nt.useEffect)(()=>{s?G(s,u):e(pd())},[s,u]),(0,Nt.useEffect)(()=>{a==="search"&&e(vi())},[a]),(0,Nt.useEffect)(()=>{f&&e(tl())},[f]),XE(h,()=>e(Lt(!0))),!d||!l?null:(0,De.jsxs)(me,{placeholder:n("searchPlaceholder"),typePlaceholder:n("typePlaceholder"),onChangeSearch:i,onChangeOpen:Dt(V=>e(Lt(V))),onChangeType:V=>c(V),onChangePage:Dt(V=>e(un(V))),selectedType:u,search:s,page:a,isOpen:C,types:[...D,...N],children:[(0,De.jsxs)(me.Page,{id:"search",children:[s.length===0&&(0,De.jsx)(Ib,{commands:_,onClick:Z}),s.length>0&&(0,De.jsxs)(Nt.Fragment,{children:[_.length>0&&(0,De.jsx)(me.List,{heading:n("commands"),children:_.map((V,Te)=>(0,De.jsx)(me.ListItem,{closeOnSelect:!1,onClick:V.onClick,id:`commands-${Te}`,children:V.label},V.label))}),[...D,...N].map(({value:V,label:Te,list:ve,lineClamp:Sr,listOrientation:Se})=>(0,De.jsx)(me.List,{heading:Te,orientation:Se==="horizontal"?"horizontal":"vertical",onShowAll:()=>c(V),hasMore:!u&&k[V.toLowerCase()]>vr(ve,V).length,children:vr(ve,V).map(ke=>(0,De.jsx)(me.ListItem,{id:`${V}-${ke.id}`,closeOnSelect:!1,lineClamp:Sr,onClick:()=>Z(ke.text,ke),description:V!=="IMAGE"?ke.title&&ke.text:void 0,extra:m&&(0,De.jsx)(me.ListItemActions,{children:(0,De.jsx)(Gd,{context:s,source:"search",suggestion:ke})}),children:V==="IMAGE"?(0,De.jsx)(me.Image,{title:ke.title||ke.text,src:ke.image}):ke.title||ke.text},`${ke.id}-${ke.text}`))},V))]})]}),(0,De.jsx)(me.Page,{id:"entities",title:n("entitiesTitle"),onDismiss:Dt(()=>{e(un("search"))}),children:(0,De.jsx)(tb,{onCopy:se})}),(0,De.jsx)(me.Page,{id:"summary",title:n("summaryTitle"),onDismiss:Dt(()=>{e(un("search"))}),children:(0,De.jsx)(pb,{onCopy:_t})}),(0,De.jsx)(me.Page,{id:"knowledgeAssist",title:n("knowledgeAssist"),onDismiss:Dt(()=>{e(vi()),e(un("search"))}),children:(0,De.jsx)(xb,{question:s,onUse:yr,onResetQuestion:()=>{e(vi()),i("")}})})]})},Hb=mN;var hl=w(b()),gN=()=>{let e=B("showSearch"),t=B("isEmbedded");return(0,hl.jsxs)(Ub.Fragment,{children:[e&&(0,hl.jsx)(Hb,{}),t&&(0,hl.jsx)(EE,{})]})},zb=gN;var Kb=w(oe());var Qd=w(b()),Bb=({className:e})=>(0,Qd.jsx)("svg",{version:"1.1",xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 512 512",xmlSpace:"preserve",className:e,children:(0,Qd.jsx)("g",{children:(0,Qd.jsx)("path",{d:`M163.4,233h186v-70c0-25.6-9.4-47.8-27.3-65.7C304.2,79.4,282,70,256.4,70s-47.8,9.4-65.7,27.3
|
|
20
20
|
c-17.9,17.9-27.3,40.1-27.3,65.7C163.4,163,163.4,233,163.4,233z M465.5,267.9V477c0,9.4-3.4,17.9-10.2,24.7
|
|
21
21
|
c-6.8,6.8-15.4,10.2-24.7,10.2h-349c-9.4,0-17.9-3.4-24.7-10.2c-6.8-6.8-10.2-15.4-10.2-24.7V267.9c0-9.4,3.4-17.9,10.2-24.7
|
|
22
22
|
c6.8-6.8,15.4-10.2,24.7-10.2h11.9v-70c0-44.4,16.2-82.8,47.8-115.2S212.1,0,256.4,0s82.8,16.2,115.2,47.8
|
|
23
23
|
c32.4,32.4,47.8,70,47.8,115.2v70h11.9c9.4,0,17.9,3.4,24.7,10.2C462.1,250,465.5,257.7,465.5,267.9z`})})});var qh=w(b()),hN={green:"#0A5E52",pink:"#CD8EF2",red:"#DF341D",yellow:"#DEBD00"},jb=({className:e,color:t})=>(0,qh.jsx)("svg",{className:e,viewBox:"0 0 345 345",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,qh.jsx)("path",{d:"M172.03 0.0199966H0V86.03C47.5 86.03 86 124.54 86 172.04C86 124.54 124.51 86.03 172.01 86.03C219.51 86.03 258.03 124.54 258.03 172.04C258.03 219.54 219.52 258.05 172.01 258.05C124.5 258.05 86 219.54 86 172.04C86 219.54 47.5 258.05 0 258.05V344.06H172.03C267.04 344.06 344.06 267.04 344.06 172.03C344.06 77.02 267.04 0 172.03 0V0.0199966Z",fill:hN[t||"pink"]})});var Vb={root:"dd-LbeUM",text:"dd-Dpfn1",isLoggedIn:"dd-XvHAn",isLoggedOut:"dd-21y-z",icon:"dd-8rLqS",logo:"dd-slXhD",lock:"dd-ByzlR"};var Gh={};Qe(Gh,{enUS:()=>yN,nlNL:()=>vN});var yN={signin:[{type:0,value:"Sign in to "},{type:1,value:"productName"}],search:[{type:1,value:"productName"},{type:0,value:" Search"}]},vN={signin:[{type:0,value:"Log in bij "},{type:1,value:"productName"}],search:[{type:1,value:"productName"},{type:0,value:" Zoeken"}]};var Wo=w(b()),Wb=({onLogIn:e})=>{let t=q(Gh),n=B("floatingMenu"),r=B("productName"),o=Q(),s=M(lt),i=L("FloatingMenu",Vb);if(s===null||n===!1)return null;let a=()=>{s===!0?o(Lt(!0)):e()};return(0,Wo.jsxs)("button",{className:(0,Kb.default)(i.root,{[i.isLoggedIn]:s,[i.isLoggedOut]:!s}),onClick:a,children:[(0,Wo.jsx)("div",{className:i.text,children:t(s?"search":"signin",{productName:r})}),(0,Wo.jsxs)("div",{className:i.icon,children:[(0,Wo.jsx)(jb,{className:i.logo,color:"pink"}),s===!1&&(0,Wo.jsx)(Bb,{className:i.lock})]})]})};var ef=w(U());var $b=w(U());function to(e){(0,$b.useEffect)(()=>{let t=n=>{n.isWithinRoot||e(n)};return document.body.addEventListener("mouseup",t),()=>{document.body.removeEventListener("mouseup",t)}},[e])}function $o(e){e.addEventListener("mouseup",t=>{t.isWithinRoot=!0},!0)}function In(e){let{showMidSentenceSuggestions:t,showSuggestionsBeforePattern:n,showSuggestionsAfterPattern:r}=e.settings,{text:o,selection:s}=e.input;return s.start!==s.end?!1:s.end>=o.length?!0:t?n&&new RegExp(n).test(o.substring(s.end))||r&&new RegExp(r).test(o.substring(0,s.end))?!0:n===!1&&r===!1:!1}var SN={showTabHint:!1,inputHasFocus:!1,overlayCollapsed:!1,openOverlayWhenTyping:!1,overlayCollapsedUserOverwrite:!1},Yd=({ui:e})=>e.overlayCollapsed,qb=X({name:"ui",initialState:SN,reducers:{setShowTabHint(e,t){e.showTabHint=t.payload},setInputFocus(e,t){e.overlayCollapsedUserOverwrite!==!0&&(t.payload===!0&&(e.overlayCollapsed=!1),e.inputHasFocus=t.payload)},setOverlayCollapsed(e,t){t.payload.collapse===!1&&(e.openOverlayWhenTyping=!1),!(t.payload.skipWhenInputFocus&&e.inputHasFocus)&&(e.overlayCollapsed=t.payload.collapse)},setOpenOverlayWhenTyping(e,t){e.openOverlayWhenTyping=t.payload},setOverlayCollapsedUserOverwrite(e,t){e.overlayCollapsedUserOverwrite=t.payload,e.overlayCollapsed=t.payload}}}),{setShowTabHint:yl,setInputFocus:Xd,setOverlayCollapsed:no,setOpenOverlayWhenTyping:Gb,setOverlayCollapsedUserOverwrite:Qb}=qb.actions,Yb=qb.reducer;var Zd=w(U());var Si=w(U());var Xb=w(U());function Zb(e,t,n){(0,Xb.useEffect)(()=>{let r=e.current;return r?(r.addEventListener(t,n),()=>{r.removeEventListener(t,n)}):()=>{}},[e,t,n])}var Jb={root:"dd-1MBCO",actions:"dd--x4cy",badge:"dd-4Fpkz",formattedText:"dd-EzvTB"};var qo=w(b()),xN=["search","personal-collection-search","search-autocomplete"];function EN(e,t,n,r={}){var s;let o="";return xN.includes(t)?o=HE(Ih(e,n,{stripAgentPart:!0}),(s=r.searchKeywords)!=null?s:[n]):o=Ih(e,n,r),r.placeholders===!0&&(o=UE(o)),o}var bN=()=>{},CN=({selected:e,suggestion:t})=>{let n=B("inlineSuggestions"),r=M(si),o=B("enableSuggestionFeedback"),s=M(c=>c.input.text),i=Q(),a=L("TextSuggestion",Jb),l=(0,Si.useRef)(null);(0,Si.useEffect)(()=>{let c=setTimeout(()=>{i(M1({text:t.text,suggestion:t}))},500);return()=>{clearTimeout(c)}},[t]),Zb(l,"click",()=>{i(ln({suggestion:t,text:t.text,eventMetrics:{inputType:"mouse"},replace:"until-selection-end"}))});let u=(0,Si.useMemo)(()=>EN(t.text,t.source,r,{stripAgentPart:n,placeholders:!0,searchKeywords:t.searchKeywords}),[n,t.text,t.source,r,t.searchKeywords]);return t.source==="gpt"&&!n?null:(0,qo.jsxs)("div",{className:a.root,children:[(0,qo.jsx)(re,{ref:l,as:"button","data-testid":"suggestions-overlay-item",selected:e,onClick:bN,children:(0,qo.jsx)(li,{containerTagName:"div",noWrap:!1,tagName:"span",className:a.formattedText,content:u})}),o&&(0,qo.jsx)("div",{className:a.actions,children:(0,qo.jsx)(Gd,{source:"overlay",context:s,suggestion:t})})]})},eC=CN;var Qh=w(b()),TN=({suggestions:e,selectedIndex:t,reverse:n})=>{let r=(0,Zd.useMemo)(()=>{let o=e.map((s,i)=>(0,Qh.jsx)(eC,{index:i,selected:i===t,suggestion:s},`${s.text}-${s.source}`));return n?o.reverse():o},[e,t,n]);return(0,Qh.jsx)(Zd.Fragment,{children:r})},Jd=TN;var tC={root:"dd-PfvRI",paper:"dd-HYlyY"};var vl=w(b()),kN=({textSuggestions:e,selectedIndex:t})=>{let n=(0,ef.useRef)(null),r=L("InlineSuggestionsOverlay",tC),o=M(In),s=Q(),i=M(lt),a=M(oi),l=M(Yd),u=B("showTextSuggestions");return to(()=>{setTimeout(()=>{s(no({collapse:!0,skipWhenInputFocus:!0}))})}),(0,ef.useEffect)(()=>{let c=n.current;if(!c||!c.parentElement)return;c.parentElement.style.left="0px";let f=c.getBoundingClientRect();c.parentElement.style.left=`${Math.min(window.innerWidth-4-f.right,0)}px`}),l||!o||!u||e.length===0||i!==!0||a===!1?null:(0,vl.jsx)("div",{className:r.root,"data-variant":"inline",children:(0,vl.jsx)("div",{ref:n,className:r.paper,children:(0,vl.jsx)(St,{children:(0,vl.jsx)(Jd,{suggestions:e,selectedIndex:t})})})})},PN=({input:e})=>({selectedIndex:e.selectedSuggestionIndex,textSuggestions:e.textSuggestions}),nC=Yn(PN)(kN);var Sl=w(b()),RN=({children:e})=>{let n=B("locale").replace("-","");return(0,Sl.jsx)(hh.Provider,{value:n,children:e})},AN=({store:e,customStyles:t={},children:n})=>(0,Sl.jsx)(Qg,{store:e,children:(0,Sl.jsx)(RN,{children:(0,Sl.jsx)(Di.Provider,{value:t,children:n})})}),Go=AN;var nf=w(oe()),wi=w(U());var rC=w(U());function oC(e,t){let[n,r]=(0,rC.useState)(()=>{if(typeof window=="undefined")return t;try{let s=window.localStorage.getItem(e);return s?JSON.parse(s):t}catch(s){return H.error(s),t}});return[n,s=>{try{let i=s instanceof Function?s(n):s;r(i),typeof window!="undefined"&&window.localStorage.setItem(e,JSON.stringify(i))}catch(i){H.error(i)}}]}var sC=()=>/Mac/i.test(navigator.platform);var aC=w(oe()),ir=w(U());var Yh={};Qe(Yh,{enUS:()=>LN,nlNL:()=>IN});var LN={loginPlease:[{type:8,value:"login",children:[{type:0,value:"Sign in"}]},{type:0,value:" to enable "},{type:1,value:"productName"},{type:0,value:"."}],snooze:[{type:0,value:"Snooze for "},{type:8,value:"min",children:[{type:0,value:"10 minutes"}]},{type:0,value:", "},{type:8,value:"hour",children:[{type:0,value:"1 hour"}]},{type:0,value:" or "},{type:8,value:"day",children:[{type:0,value:"1 day"}]}]},IN={loginPlease:[{type:8,value:"login",children:[{type:0,value:"Log in"}]},{type:0,value:" bij "},{type:1,value:"productName"},{type:0,value:"."}],snooze:[{type:0,value:"Snooze voor "},{type:8,value:"min",children:[{type:0,value:"10 minuten"}]},{type:0,value:", "},{type:8,value:"hour",children:[{type:0,value:"1 uur"}]},{type:0,value:" of "},{type:8,value:"day",children:[{type:0,value:"1 dag"}]}]};var iC={root:"dd-uTPjX",anchor:"dd-C8lsZ",anchorButton:"dd-IoSx9"};var ro=w(b()),Xh=(e,t,n)=>r=>(0,ro.jsx)("button",{className:e.anchorButton,type:"button",value:t,onClick:n,children:r},t),ON=({className:e,loginUrl:t,isEmbedded:n,onSnooze:r,onLogIn:o})=>{let s=q(Yh),i=Qt(),a=L("Login",iC),l=B("productName"),u=(0,ir.useCallback)(p=>{p.preventDefault(),r&&r(parseInt(p.target.value,10))},[]),c=(0,ir.useCallback)(p=>{p.preventDefault(),i.send(ai,!0)},[t]),f=(0,ir.useMemo)(()=>p=>(0,ro.jsx)("a",{onClick:h=>{h.preventDefault(),o()},href:t,className:a.anchor,target:"_blank",rel:"noreferrer",children:p},"login"),[t]),d=(0,ir.useCallback)(p=>(0,ro.jsx)("button",{type:"button",className:a.anchorButton,onClick:c,children:p},"prompt"),[c]),{min:m,hour:v,day:y}=(0,ir.useMemo)(()=>({min:Xh(a,60*10,u),hour:Xh(a,60*60,u),day:Xh(a,60*60*12,u)}),[]);return(0,ro.jsxs)("div",{className:(0,aC.default)(e,a.root),children:[s("loginPlease",{login:n?d:f,productName:l}),r&&(0,ro.jsxs)(ir.Fragment,{children:[(0,ro.jsx)("br",{}),s("snooze",{min:m,hour:v,day:y})]})]})},tf=ON;var lC={root:"dd-DoQhb",text:"dd-Jwnev"};var wl=w(b()),NN=({title:e})=>{let t=L("SearchTrigger",lC),n=Q();return(0,wl.jsxs)("button",{type:"button",className:t.root,onClick:()=>n(Lt(!0)),children:[(0,wl.jsx)(di,{}),(0,wl.jsx)("span",{className:t.text,children:e})]})},uC=NN;var Zh={};Qe(Zh,{enUS:()=>MN,nlNL:()=>_N});var MN={arrowHint:[{type:0,value:"Tip: use arrow keys to navigate suggestions"}],searchHintWindows:[{type:0,value:"Press CTRL+"},{type:1,value:"searchTriggerKey"},{type:0,value:" to search"}],searchHintMac:[{type:0,value:"Press CMD+"},{type:1,value:"searchTriggerKey"},{type:0,value:" to search"}],open:[{type:0,value:"Open "},{type:1,value:"productName"}],collapse:[{type:0,value:"Close"}],search:[{type:0,value:"Search"}]},_N={arrowHint:[{type:0,value:"Tip: Selecteer suggesties met pijltoetsen"}],searchHintWindows:[{type:0,value:"Druk CTRL+"},{type:1,value:"searchTriggerKey"},{type:0,value:" om te zoeken"}],searchHintMac:[{type:0,value:"Druk CMD+"},{type:1,value:"searchTriggerKey"},{type:0,value:" om te zoeken"}],open:[{type:0,value:"Open "},{type:1,value:"productName"}],collapse:[{type:0,value:"Sluiten"}],search:[{type:0,value:"Zoeken"}]};var cC={root:"dd-oa7Vc",isInline:"dd-bwk31",toggleButton:"dd-MSB8Z",toggleButtonWrapper:"dd-ZkCzT",toggleButtonWrapperHidden:"dd-Sq66c",isCollapsed:"dd-vkrPk",collapsible:"dd-CWQJe",hints:"dd-IOoo3",hintsHidden:"dd-psVuT",triggers:"dd-toIoo",triggersRight:"dd-mc4l2"};var be=w(b()),DN=({textSuggestions:e,selectedIndex:t,onLogIn:n})=>{let r=L("SuggestionsOverlay",cC),o=q(Zh),s=M(In),i=N1(),a=Q(),l=(0,wi.useRef)(null),u=B("searchTriggerKey"),c=B("productName"),f=M(Yd),d=M(lt),m=M(oi),[v,y]=(0,wi.useState)(null),p=B("showSearch"),g=B("showTextSuggestions"),h=B("adminUrl"),S=B("isEmbedded"),[x,k]=oC("dd-snooze-until-ms",0),C=f||x>Date.now(),R=e.filter(D=>D.source!=="gpt").length,N=()=>{C&&k(0),a(Qb(!C))},_=D=>{let G=Date.now()+D*1e3;k(G),H.info(`Snooze until: ${new Date(G)}`),a(no({collapse:!0}))};return(0,wi.useEffect)(()=>{R===0&&y(null)},[e,R]),to(()=>{a(no({collapse:!0,skipWhenInputFocus:!0}))}),d===null||m===!1?null:d===!1?(0,be.jsxs)("div",{ref:l,className:(0,nf.default)(r.root,{[r.isCollapsed]:C}),children:[!C&&(0,be.jsxs)("div",{className:r.triggers,children:[(0,be.jsx)("div",{style:{flex:1}}),(0,be.jsx)("div",{className:r.triggersRight,children:(0,be.jsx)(mo,{className:r.toggleButton,title:o("collapse"),onClick:N,isCollapsed:!1})})]}),(0,be.jsx)("div",{className:r.toggleButtonWrapper,children:(0,be.jsx)(mo,{className:r.toggleButton,title:o("open",{productName:c}),onClick:N,isCollapsed:!0})}),(0,be.jsx)("div",{className:r.collapsible,children:(0,be.jsx)(tf,{loginUrl:h,isEmbedded:S,onLogIn:n,onSnooze:_})})]}):!i||!s?null:(0,be.jsxs)("div",{ref:l,className:(0,nf.default)(r.root,{[r.isCollapsed]:C}),children:[!C&&(0,be.jsxs)("div",{className:r.triggers,children:[(0,be.jsx)("div",{style:{flex:1},children:p&&(0,be.jsx)("div",{style:{display:"inline-block"},onFocus:()=>{},onMouseOver:()=>y(o(sC()?"searchHintMac":"searchHintWindows",{searchTriggerKey:u.toUpperCase()})),onMouseLeave:()=>y(null),children:(0,be.jsx)(uC,{title:o("search")})})}),(0,be.jsxs)("div",{className:r.triggersRight,onFocus:()=>{},children:[(0,be.jsx)("div",{className:(0,nf.default)(!v&&r.hintsHidden,r.hints),children:v}),(0,be.jsx)(mo,{className:r.toggleButton,title:o("collapse"),onClick:N,isCollapsed:!1})]})]}),(0,be.jsx)("div",{className:r.toggleButtonWrapper,children:(0,be.jsx)(mo,{className:r.toggleButton,title:o("open",{productName:c}),onClick:N,isCollapsed:!0})}),R>0&&g&&(0,be.jsx)("div",{className:r.collapsible,onFocus:()=>{},children:(0,be.jsx)(St,{children:(0,be.jsx)(Jd,{suggestions:e,selectedIndex:t,reverse:!0})})})]})},FN=({input:e})=>({selectedIndex:e.selectedSuggestionIndex,textSuggestions:e.textSuggestions}),dC=Yn(FN)(DN);var vf=w(oe());var cr=w(U());var xi=w(U());function rf(e){return e.contentEditable==="true"}function HN(e){let t=0,n=0,r=window.getSelection();if(r.rangeCount!==0){let o=r.getRangeAt(0),s=o.cloneRange();s.selectNodeContents(e),s.setEnd(o.endContainer,o.endOffset),n=s.toString().length,s.selectNodeContents(e),s.setEnd(o.startContainer,o.startOffset),t=s.toString().length}return{selectionStart:t,selectionEnd:n}}function fC(e){let{selectionStart:t,selectionEnd:n}=rf(e)?HN(e):e;return[t,n]}function pC(e){let[,t]=(0,xi.useState)(),n=(0,xi.useRef)(null);return n.current=fC(e),(0,xi.useEffect)(()=>{let r=()=>{var a;let[o,s]=(a=n.current)!=null?a:[],i=fC(e);(!i||o!==i[0]||s!==i[1])&&(n.current=i,t({}))};return e.addEventListener("keyup",r),e.addEventListener("click",r),e.addEventListener("focus",r),document.addEventListener("selectionchange",r),()=>{e.removeEventListener("keyup",r),e.removeEventListener("click",r),e.removeEventListener("focus",r),document.removeEventListener("selectionchange",r)}},[e]),n.current}function mC(e,t){if(!t)return;let n=e,{value:r}=n,[o,s]=t,i=r.match(su);if(!i||i.length===0)return;let a=0;i.find(l=>{let u=r.indexOf(l,a);return o>u&&s<u+l.length?(n.selectionStart=u,n.selectionEnd=u+l.length,!0):(a=u+l.length,!1)})}var gC=w(U()),UN=["div","span","mark","strong","b","i","u","em"];function Jh(e,t,n=0){var s;let r=e[e.length-1],o=typeof r=="object"&&r!==null?(s=r.props)==null?void 0:s.tagName:void 0;if(o==="br")return e.pop(),[...e,...t,r];if(UN.includes(o)){let i=Array.isArray(r.props.children)?r.props.children:[r.props.children];return[...e.slice(0,e.length-1),(0,gC.cloneElement)(r,{children:Jh(i,t,n+1)})]}return[...e,...t]}function oo(e){return e.tagName.toLowerCase()==="textarea"}var hC={root:"dd-7-cgW",container:"dd-PsRQ8",agentText:"dd-qnW-V",tabText:"dd-cUHUr",hint:"dd-v7fSg",matchSelection:"dd-8cr8y",focus:"dd-3tr9l",resetIndent:"dd-TvQfZ",matchKeyword:"dd-oJkRD",matchPlaceholder:"dd-QvNoo",hover:"dd--wi0R",hintText:"dd-7gQQh",popover:"dd-xbRu-",popoverRoot:"dd-rA2x8",popoverContentContainer:"dd-JHICl",popoverContent:"dd--mfkC",selectionOptions:"dd-p52wn",selectionOptionsIsHidden:"dd-sSTDp",selectionOptionsButton:"dd-Q6kRY",caret:"dd-jIhc8",popoverSuggestionsRoot:"dd-iFDbL",suggestionsOverlayInputStyles:"dd-zzENA"};var kC=w(oe());var pf=w(U());var Ei=w(U());function yC(e,t){let n;return[(...r)=>{window.cancelAnimationFrame(n);let o=t?t(...r):r;n=window.requestAnimationFrame(()=>{e(...o)})},()=>window.cancelAnimationFrame(n)]}function of(e){let t=(0,Ei.useRef)(null),[n,r]=(0,Ei.useState)(!1);return(0,Ei.useEffect)(()=>{var c;let o=!1,s=parseFloat((c=window.getComputedStyle(document.body).zoom)!=null?c:"1"),[i,a]=yC((f,d)=>{let m=t.current;if(!m)return;let v=f/s,y=d/s,p=m.getBoundingClientRect(),g=v>p.x&&v<p.x+p.width&&y>p.y&&y<p.y+p.height;g&&!o?(o=!0,r(!0)):!g&&o&&(o=!1,r(!1))},({clientX:f,clientY:d})=>[f,d]),[l,u]=yC(()=>{o=!1,r(!1)});return e.addEventListener("mousemove",i),e.addEventListener("mouseleave",l),()=>{a(),u(),e.removeEventListener("mousemove",i),e.removeEventListener("mouseleave",l)}},[t]),[t,n]}function vC(e){return e.replace(/[.*+^${}()|[\]\\]/g,"\\$&")}function sf(e){return t=>{e.forEach(n=>{typeof n=="function"?n(t):n!=null&&(n.current=t)})}}function SC(e){return e!=null}var ty=w(oe()),Zt=w(U());var af=w(U()),zN=["bottom","height","left","right","top","width"],BN=(e={},t={})=>zN.some(n=>e[n]!==t[n]),ar=new Map,wC,xC=()=>{let e=[],t=[];ar.forEach((n,r)=>{if(r instanceof Element&&!r.isConnected){t.push(r);return}let o=r.getBoundingClientRect();BN(o,n.rect)&&(n.rect=o,e.push(n))}),t.forEach(n=>{ar.delete(n)}),e.forEach(n=>{n.callbacks.forEach(r=>r(n.rect))}),wC=window.requestAnimationFrame(xC)};function jN(e,t){return{observe(){let n=ar.size===0;if(ar.has(e)){let r=ar.get(e);r.callbacks.push(t),r.rect&&t(r.rect)}else ar.set(e,{rect:void 0,hasRectChanged:!1,callbacks:[t]});n&&xC()},unobserve(){let n=ar.get(e);if(n){let r=n.callbacks.indexOf(t);r>=0&&n.callbacks.splice(r,1),n.callbacks.length||ar.delete(e),ar.size||cancelAnimationFrame(wC)}}}}function ey(e){let[t,n]=(0,af.useState)(null);return(0,af.useLayoutEffect)(()=>{if(!e.current)return;let r=jN(e.current,o=>{n(o)});return r.observe(),()=>{r.unobserve()}},[e]),t}var bi=w(U()),bC=w(Sc());var EC={root:"dd-r-dgo"};var CC=({children:e,parentNode:t})=>{let[n,r]=(0,bi.useState)(null),o=(0,bi.useContext)(Di);return(0,bi.useLayoutEffect)(()=>{let s=document.createElement("div");return $o(s),s.classList.add(EC.root),o!=null&&o.portalRootNode&&s.classList.add(o==null?void 0:o.portalRootNode),(t||document.body).appendChild(s),r(s),()=>{s.isConnected&&s.remove()}},[]),n?(0,bC.createPortal)(e,n):null};var On={ref:"dd-iz-KP",root:"dd-vEMon",positionAbove:"dd-mUCxM",positionBelow:"dd-7oZI7",positionLeft:"dd-BiWvD",positionRight:"dd-JIWea",alignStart:"dd-5ivu6",alignCenter:"dd-rnVkP",alignEnd:"dd-gZBp4"};var lf=w(b()),uf=(e=!1)=>{let[t,n]=(0,Zt.useState)(e),r=(0,Zt.useCallback)(()=>n(!0),[]),o=(0,Zt.useCallback)(()=>n(!1),[]),s=(0,Zt.useCallback)(()=>n(a=>!a),[]),i=(0,Zt.useRef)(null);return{opened:t,open:r,close:o,toggle:s,triggerRef:i}};function ny(e,t=null,n=0){if(!e)return{display:"none"};let r=t?e.top-t.top<0||e.top<t.top-n?t.top-n:e.top+e.height>t.top+t.height+n?t.top+t.height+n-e.height:e.top:e.top,o=t?e.left<t.left-n?t.left-n:e.left+e.width>t.left+t.width+n?t.left+t.width+n-e.width:e.left:e.left;return{top:r,left:o,height:e.height,width:e.width}}var Ci=u=>{var c=u,{className:e,triggerRef:t,boundaryRef:n=(0,Zt.createRef)(),position:r="above",align:o="center",children:s,toStyle:i=ny,parentNode:a}=c,l=ee(c,["className","triggerRef","boundaryRef","position","align","children","toStyle","parentNode"]);let f=ey(t),d=ey(n),m=(0,Zt.useMemo)(()=>i(f,d,0),[f,d]);return(0,lf.jsx)(CC,{parentNode:a,children:(0,lf.jsx)("div",I(T({className:(0,ty.default)(On.ref,{[On.positionAbove]:r==="above",[On.positionBelow]:r==="below",[On.positionLeft]:r==="left",[On.positionRight]:r==="right",[On.alignStart]:o==="start",[On.alignCenter]:o==="center",[On.alignEnd]:o==="end"}),style:m},l),{role:"dialog",children:(0,lf.jsx)("div",{className:(0,ty.default)(e,On.root),children:s})}))})};var TC=w(oe()),cf=w(U());var lr={root:"dd-7-cgW",container:"dd-PsRQ8",agentText:"dd-qnW-V",tabText:"dd-cUHUr",hint:"dd-v7fSg",matchSelection:"dd-8cr8y",focus:"dd-3tr9l",resetIndent:"dd-TvQfZ",matchKeyword:"dd-oJkRD",matchPlaceholder:"dd-QvNoo",hover:"dd--wi0R",hintText:"dd-7gQQh",popover:"dd-xbRu-",popoverRoot:"dd-rA2x8",popoverContentContainer:"dd-JHICl",popoverContent:"dd--mfkC",selectionOptions:"dd-p52wn",selectionOptionsIsHidden:"dd-sSTDp",selectionOptionsButton:"dd-Q6kRY",caret:"dd-jIhc8",popoverSuggestionsRoot:"dd-iFDbL",suggestionsOverlayInputStyles:"dd-zzENA"};var ry=w(b()),df=(0,cf.forwardRef)((o,r)=>{var s=o,{className:e,children:t}=s,n=ee(s,["className","children"]);let i=(0,cf.useRef)(null),a=L("TabCompletion",lr);return(0,ry.jsx)("div",I(T({ref:sf([i,r]),className:(0,TC.default)(e,a.popoverContentContainer)},n),{children:(0,ry.jsx)("div",{className:a.popoverContent,children:t})}))});var so=w(b()),VN=e=>t=>{let n=ny(t);return"top"in n&&(n.width=e.width-(t.left-e.left)-10),n},KN=({inputElement:e,boundaryRef:t,inputStyle:n,children:r,suggestion:o})=>{let s=L("TabCompletion",lr),i=uf(),a=(0,pf.useMemo)(()=>VN(e.getBoundingClientRect()),[e]),[l,u]=of(e);return(0,pf.useEffect)(()=>{u?i.open():i.close()},[u]),(0,so.jsxs)("span",{children:[(0,so.jsx)("mark",{ref:sf([l,i.triggerRef]),className:(0,kC.default)(s.matchKeyword,{[s.hover]:u}),"aria-haspopup":"dialog","aria-expanded":i.opened?"true":"false",children:r}),i.opened&&(0,so.jsx)(Ci,{className:s.popover,triggerRef:i.triggerRef,boundaryRef:t,position:"below",align:"start",toStyle:a,children:(0,so.jsx)(df,{style:n,children:(0,so.jsx)("div",{className:s.hintText,children:o})})})]})},ff=class extends tr{constructor(){super(...arguments);this.keywordMatches=[];this.preparedKeywordMatches=[];this.usedKeywordMatches=new Set}onBeforeParse(n,r){return r.keywordMatches&&r.keywordMatches!==this.keywordMatches&&(this.preparedKeywordMatches=r.keywordMatches.map(o=>I(T({},o),{keywordRegex:new RegExp(`\\b${vC(o.keyword)}\\b`,"i")})),this.keywordMatches=r.keywordMatches),this.usedKeywordMatches.clear(),n}match(n){let r=this.preparedKeywordMatches.map(s=>{if(this.usedKeywordMatches.has(s))return null;let i=n.match(s.keywordRegex);if(!i)return null;let a=n.charAt(i.index-1),l=n.charAt(i.index+s.keyword.length);return a==="{"&&l==="}"?null:{index:i.index,length:i[0].length,match:i[0],matchString:i[0],suggestion:s.suggestion,preparedKeywordMatch:s,valid:!0}}).filter(SC);if(r.length===0)return null;let o=r.reduce((s,i)=>i.index<s.index?i:s);return this.usedKeywordMatches.add(o.preparedKeywordMatch),o}replaceWith(n,r){return(0,so.jsx)(KN,{inputElement:r.inputElement,suggestion:r.suggestion,inputStyle:r.inputStyle,boundaryRef:r.boundaryRef,children:n},`keyword_${r.matchString}_${r.key}`)}asTag(){return"mark"}};var PC=w(oe());var oy=w(b()),WN=({inputElement:e,children:t})=>{let n=L("TabCompletion",lr),[r,o]=of(e);return(0,oy.jsx)("mark",{ref:r,className:(0,PC.default)(n.matchPlaceholder,{[n.hover]:o}),children:t})},mf=class extends tr{match(t){let n=t.match(/(((\$!\{)|(\{))[a-zA-Z0-9_.]+\}(?!\}))/);return n?{index:n.index,length:n[0].length,match:n[0],matchString:n[0],valid:!0}:null}replaceWith(t,n){return(0,oy.jsx)(WN,{inputElement:n.inputElement,children:t},`placeholder_${n.matchString}_${n.key}`)}asTag(){return"mark"}};var hf=w(oe());var ft=w(U());var sy=w(b()),RC=()=>(0,sy.jsx)("svg",{width:"1.3em",height:"1.3em",focusable:"false","aria-hidden":"true",viewBox:"0 0 24 24","data-testid":"InsertLinkIcon",tabIndex:-1,children:(0,sy.jsx)("path",{fill:"currentColor",d:"M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"})});var io=w(U());var LC=w(xh());var AC={root:"dd-ky-Bv",content:"dd-kV5e1"};function gf(e,t,n){var o;let r=((o=e.imageSizes)==null?void 0:o[t])||e.image||n;if(!r)return null;try{return new URL(r).toString()}catch(s){return null}}function iy(e){return e.replace("https://www.","").replace("https://","")}var Jt=w(b()),$N=3,qN=e=>({image:e.image||"",text:e.text,id:e.id,title:e.title}),GN=({onSelectLink:e,onDismiss:t,placeholder:n,visitUrlText:r,linkCount:o=$N})=>{let s=L("LinkSearch",AC),[i,a]=(0,io.useState)(""),l=Q(),u=M(kb("url")),c=M(tE("URL",qN)),[f,d]=(0,io.useState)(c.length-1),m=B("fallbackImage"),v=h=>{let S=h.target;a(S.value)},y=(h,S)=>{h.stopPropagation(),h.preventDefault(),window.open(S,"_blank")},p=h=>{var k;let S=f-1<0?c.length-1:f-1,x=f+1===c.length?0:f+1;h.code==="Escape"&&(a(""),t()),h.code==="ArrowUp"&&d(S),h.code==="ArrowDown"&&d(x),h.code==="Enter"&&e(((k=c[f])==null?void 0:k.text)||i)},g=(0,io.useCallback)((0,LC.default)(h=>{l(No({query:h,type:"URL",tags:["link-search"]}))},300),[]);return(0,io.useEffect)(()=>{i&&g(i)},[i]),(0,io.useEffect)(()=>()=>{l(pd())},[]),(0,Jt.jsxs)("div",{className:s.root,children:[(0,Jt.jsx)(St,{withDivider:!0,children:(i?c:u).slice(0,o).map((h,S)=>(0,Jt.jsx)(re,{selected:f===S,onClick:()=>e(h.text),"data-testid":"linksearch-suggestion",children:(0,Jt.jsxs)(ge,{children:[(0,Jt.jsx)(ge.Image,{src:gf(h,"small",m||void 0),title:h.title||h.text}),(0,Jt.jsxs)(ge.Content,{className:s.content,cropText:!0,children:[(0,Jt.jsx)(ge.Title,{children:h.title||iy(h.text)}),h.title&&iy(h.text)]}),(0,Jt.jsx)(re.Actions,{children:(0,Jt.jsx)(re.ActionButton,{label:r,onClick:x=>y(x,h.text)})})]})},h.text))}),(0,Jt.jsx)(el,{value:i,onChange:v,autoFocus:!0,placeholder:n,onKeyUp:p})]})},IC=GN;var ay={};Qe(ay,{enUS:()=>QN,nlNL:()=>YN});var QN={insertLink:[{type:0,value:"Insert link"}],linkInputPlaceholder:[{type:0,value:"Search, type or paste link"}],visitUrl:[{type:0,value:"Visit"}]},YN={insertLink:[{type:0,value:"Voeg link toe"}],linkInputPlaceholder:[{type:0,value:"Zoek, typ of plak link"}],visitUrl:[{type:0,value:"Bekijk"}]};var dt=w(b()),XN=(0,ft.forwardRef)((e,t)=>{let n=L("TabCompletion",lr);return(0,dt.jsx)("mark",{ref:t,className:(0,hf.default)(n.matchSelection)},"selection-start")}),ZN=({startRef:e,boundaryRef:t,inputStyle:n,inputElement:r,children:o})=>{let s=q(ay),i=L("TabCompletion",lr),a=(0,ft.useRef)(null),l=(0,ft.useRef)(null),[u,c]=(0,ft.useState)(null),f=Q(),d=uf(document.activeElement===r),[m]=(0,ft.useState)(()=>document.createRange());d.triggerRef.current=m,(0,ft.useEffect)(()=>()=>m.detach(),[]),(0,ft.useEffect)(()=>{let y=e.current,p=a.current;!y||!p||(m.setStart(y,0),m.setEnd(p,0))},[e.current,a.current]),to(()=>{d.close()});let v=(0,ft.useCallback)(y=>{let p=m.toString(),g=/^http(s?):\/\//.test(y)?y:`https://${y}`;f(ad({text:`[${p}](${g})`,replace:"selection"}))},[]);return(0,dt.jsxs)("span",{children:[(0,dt.jsx)("mark",{ref:a,className:(0,hf.default)(i.matchSelection),"aria-haspopup":"dialog","aria-expanded":d.opened?"true":"false",children:o}),d.opened&&(0,dt.jsx)(Ci,{className:i.popoverRoot,triggerRef:d.triggerRef,boundaryRef:t,position:"above",align:"start",children:(0,dt.jsxs)(df,{style:n,ref:l,children:[(0,dt.jsx)("div",{className:(0,hf.default)(i.selectionOptions,{[i.selectionOptionsIsHidden]:u!==null}),children:(0,dt.jsxs)("button",{type:"button",tabIndex:u===null?-1:void 0,className:i.selectionOptionsButton,onClick:()=>c("insertLink"),children:[(0,dt.jsx)(RC,{}),(0,dt.jsx)("span",{children:"\xA0"}),(0,dt.jsx)("span",{children:s("insertLink")})]})}),u==="insertLink"&&(0,dt.jsx)(IC,{placeholder:s("linkInputPlaceholder"),visitUrlText:s("visitUrl"),onSelectLink:v,onDismiss:()=>{c(null),d.close()}})]})})]},"selection-end")},yf=class extends tr{constructor(){super(...arguments);this.charCount=0;this.foundIndex=0;this.startRef=null}onBeforeParse(n,r){return this.props=r,this.charCount=0,this.startRef=(0,ft.createRef)(),this.foundIndex=0,n}match(n){if(!this.props||this.props.selection===null||this.foundIndex===2)return null;let[r,o]=this.props.selection;if(r===o)return null;let s=this.foundIndex===0?r:o,i=s>=this.charCount&&s<=this.charCount+n.length?{index:s-this.charCount,length:0,match:"",valid:!0}:null;i&&this.foundIndex++;let a=this.foundIndex===1;return i&&a?this.charCount+=s-this.charCount:this.charCount+=n.length,i?T({isStart:a},i):null}replaceWith(n,r){return r.isStart?(0,dt.jsx)(XN,{ref:this.startRef}):(0,dt.jsx)(ZN,{inputElement:r.inputElement,startRef:this.startRef,boundaryRef:r.boundaryRef,inputStyle:r.inputStyle})}asTag(){return"mark"}};var ur=w(b()),JN=({enabled:e,content:t,tabText:n,showTabHint:r,showTabCompletion:o,showStyleSuggestions:s,keywordMatches:i,inputElement:a,source:l})=>{let u=L("TabCompletion",hC),c=B("insertLink"),f=B("showMidSentenceSuggestions"),d=B("inlineSuggestions"),m=pC(a),v=(0,cr.useRef)(null),y=M(lt);(0,cr.useEffect)(()=>{oo(a)&&m&&mC(a,m)},[m]);let p=(0,cr.useCallback)(S=>{if(!o||!n)return S;let x=[(0,ur.jsx)("span",{className:u.resetIndent,children:"\u200B"},"u200B"),(0,ur.jsx)("span",{"data-testid":"tab-completion",className:(0,vf.default)(u.tabText,u.resetIndent),"data-source":l,children:n},"tabText")];return r&&x.push((0,ur.jsx)("span",{className:(0,vf.default)(u.hint,u.resetIndent),children:(0,ur.jsx)(tu,{keyCode:"tab"},"tabHint")})),Jh(S,x)},[o,n,r]),g=(0,cr.useMemo)(()=>{let S=[];return c&&S.push(new yf("selection")),S.push(new mf("placeholders")),s&&S.push(new ff("keywords")),S},[d,c,s]),h=(0,cr.useMemo)(()=>{let S=window.getComputedStyle(a);return{"--dd-color":S.color,"--dd-font-size":S.fontSize,"--dd-font-family":S.fontFamily,"--dd-font-variant":S.fontVariant}},[]);return!e||!y?null:(0,ur.jsxs)("div",{ref:S=>{S!=null&&S.parentElement&&(v.current=S==null?void 0:S.parentElement)},className:u.root,style:h,children:[(0,ur.jsx)(li,{tagName:"span",containerTagName:"div",className:(0,vf.default)(u.container,u.agentText),disableLineBreaks:oo(a),content:t||"\u200B",onAfterParse:p,matchers:g,selection:m,keywordMatches:i,inputElement:a,inputStyle:h,boundaryRef:v,inlineSuggestionsOnlyAtEnd:!f}),(0,ur.jsx)("br",{})]})},eM=e=>{var p,g,h;let{input:t,ui:n,settings:r,styleSuggestions:o,conversation:s}=e,i=ii({input:t}),a=(i==null?void 0:i.text)||"",l=(i==null?void 0:i.source)||"",u=(p=t.html)!=null?p:ui(t.text),c=a.indexOf(t.text)===0?a.slice(t.text.length):"",{showTabHint:f}=n,{isSupported:d}=s,{showTabCompletion:m,visible:v,showStyleSuggestions:y}=r;return{showTabHint:f,showStyleSuggestions:y,showTabCompletion:m&&In(e),content:u,tabText:c,source:l,keywordMatches:(h=(g=o.list)==null?void 0:g.keywordMatches)!=null?h:[],enabled:v&&d!==!1}},OC=Yn(eM)(JN);var QT=w(oe()),Ti=w(U());var NC={list:[],fetchState:"idle"},_C=e=>e.autoflows.list||[],MC=e=>t=>{var n;return(n=t.list)==null?void 0:n.find(r=>r.triggerPayload===e)},dr=K("autoflows/getAll",(e,t)=>P(void 0,null,function*(){let{deepdeskBrokerAPI:n}=t.extra;if(!n)throw new Error("Deepdesk Broker not initialized");return n.getAutoflows(e)})),ly=K("autoflows/start",(e,t)=>P(void 0,null,function*(){let{dispatch:n}=t,{deepdeskBrokerAPI:r}=t.extra;if(!r)throw new Error("Deepdesk Broker not initialized");yield r.startAutoflowSession(e),yield n(dr(e.platformSessionId))})),uy=K("autoflows/stop",(e,t)=>P(void 0,null,function*(){let{dispatch:n}=t,{deepdeskBrokerAPI:r}=t.extra;if(!r)throw new Error("Deepdesk Broker not initialized");yield r.stopAutoflowSession(e.platformSessionId),yield n(dr(e.platformSessionId))})),tM=X({name:"autoflows",initialState:NC,reducers:{},extraReducers:e=>{e.addCase(ly.pending,(t,n)=>{let r=MC(n.meta.arg.triggerPayload)(t);r.state="Started",r.isBusy=!0}),e.addCase(uy.pending,(t,n)=>{let r=MC(n.meta.arg.triggerPayload)(t);r.state="Aborted",r.isBusy=!0}),e.addCase(dr.pending,t=>{t.fetchState="loading"}),e.addCase(dr.rejected,t=>{t.fetchState="error"}),e.addCase(dr.fulfilled,(t,n)=>{t.list=n.payload,t.fetchState="done"}),e.addCase(de,()=>NC)}}),DC=K("autoflows/openStream",(e,t)=>{let{dispatch:n}=t,{deepdeskBrokerAPI:r}=t.extra;if(!r)throw new Error("Deepdesk Broker not initialized");let o=r.openStream(e);o.on("sessionAborted",()=>{n(dr(e))}),o.on("sessionCompleted",()=>{n(dr(e))})}),FC=K("autoflows/closeStream",(e,t)=>{let{deepdeskBrokerAPI:n}=t.extra;if(!n)throw new Error("Deepdesk Broker not initialized");n.closeStream(e)}),HC=tM.reducer;var UC={list:[],fetchState:"idle",sentSuggestions:[],errorSuggestions:[],answeredSuggestions:[]},zC=e=>e.customMessages.list,BC=e=>t=>!!t.customMessages.sentSuggestions.find(n=>n===e),jC=e=>t=>!!t.customMessages.answeredSuggestions.find(n=>n===e),VC=e=>t=>!!t.customMessages.errorSuggestions.find(n=>n===e),xl=K("customMessages/getAll",(e,t)=>P(void 0,null,function*(){let{deepdeskBrokerAPI:n}=t.extra;if(!n)throw new Error("Deepdesk Broker not initialized");return n.getCustomMessages(e)})),Sf=K("customMessages/send",(e,t)=>P(void 0,null,function*(){let{platformSessionId:n,suggestion:r}=e,{deepdeskBrokerAPI:o}=t.extra;if(!o)throw new Error("Deepdesk Broker not initialized");yield o.sendCustomMessage(n,r)})),wf=K("customMessages/answer",(e,t)=>P(void 0,null,function*(){let{platformSessionId:n,reply:r}=e,{deepdeskBrokerAPI:o}=t.extra;if(!o)throw new Error("Deepdesk Broker not initialized");yield o.answerCustomMessage(n,r)})),KC=X({name:"customMessages",initialState:UC,reducers:{onCustomMessage(e,t){Array.isArray(t.payload)?e.list=t.payload:e.list=[t.payload]}},extraReducers:e=>{e.addCase(xl.pending,t=>{t.fetchState="loading"}).addCase(xl.rejected,t=>{t.fetchState="error"}).addCase(xl.fulfilled,(t,n)=>{t.fetchState="done",t.list=n.payload||[]}).addCase(Sf.pending,(t,n)=>{t.sentSuggestions.push(n.meta.arg.suggestion.text),t.errorSuggestions=t.errorSuggestions.filter(r=>n.meta.arg.suggestion.text!==r)}).addCase(Sf.rejected,(t,n)=>{let r=t.sentSuggestions.indexOf(n.meta.arg.suggestion.text);t.errorSuggestions.push(...t.sentSuggestions.splice(r,1))}).addCase(wf.pending,(t,n)=>{t.sentSuggestions.push(n.meta.arg.suggestion.text),t.answeredSuggestions.push(n.meta.arg.suggestion.text)}).addCase(wf.rejected,(t,n)=>{let r=t.answeredSuggestions.indexOf(n.meta.arg.suggestion.text);t.errorSuggestions.push(...t.sentSuggestions.splice(r,1)),t.answeredSuggestions.splice(r,1)}).addCase(de,()=>UC)}}),WC=K("customMessages/openStream",(e,t)=>{let{dispatch:n}=t,{deepdeskBrokerAPI:r}=t.extra;if(!r)throw new Error("Deepdesk Broker not initialized");r.openStream(e).on("customMessageSuggestion",s=>{n(KC.actions.onCustomMessage(s))})}),$C=K("customMessages/closeStream",(e,t)=>{let{deepdeskBrokerAPI:n}=t.extra;if(!n)throw new Error("Deepdesk Broker not initialized");n.closeStream(e)}),qC=KC.reducer;var nM={token:null,interval:null},cy=K("passwordlessToken/getTemporaryPasswordlessToken",(e,t)=>P(void 0,null,function*(){let{deepdeskAPI:n}=t.extra;return{token:yield n.requestPasswordlessToken()}})),dy=K("passwordlessToken/pollPasswordlessToken",(e={},t)=>{let{interval:n=1e3*60*10}=e,{dispatch:r}=t;return r(cy()),setInterval(()=>r(cy()),n)}),GC=X({name:"passwordlessToken",initialState:nM,reducers:{stopPollPasswordlessToken(e){e.interval&&clearInterval(e.interval),e.interval=null}},extraReducers:e=>{e.addCase(cy.fulfilled,(t,n)=>{t.token=n.payload.token}),e.addCase(dy.fulfilled,(t,n)=>{t.interval=n.payload})}}),{stopPollPasswordlessToken:QC}=GC.actions,YC=GC.reducer;var XC={excludeFromWidget:!1},fy={cues:[],fetchState:"idle"},ZC=e=>{var t;return(t=e.rules)==null?void 0:t.cues},rM=Ce("rules/resetCues"),Qo=K("rules/evaluate",(e,t)=>P(void 0,null,function*(){var n,r;try{let{deepdeskAPI:o}=t.extra,s=t.getState(),{platformVariables:i}=s.info,a=(n=s.conversation.current)==null?void 0:n.id;if(!a)throw new Error("No current conversation to evaluate rules");if(!(yield o.getAccount()).ruleEngine)throw new Error("Rule engine is not enabled for this account");if(!(yield o.getRules()).filter(d=>d.isEnabled).some(d=>d.label===e.label))throw new Error(`No enabled rules found with label: ${e.label}`);let f=yield o.evaluateRule(e.label,a,T({tags:((r=s.conversation.current)==null?void 0:r.tags)||void 0},e.params));return i&&(f=f.map(d=>I(T({},d),{title:rt(d.title,i),text:rt(d.text,i)}))),{cues:f,options:e.options}}catch(o){let s=o.message;return H.warn(s),t.rejectWithValue(s)}})),JC=X({name:"answer",initialState:fy,reducers:{removeCue(e,t){e.cues=e.cues.filter(n=>n.rule.id!==t.payload.id)}},extraReducers:e=>{e.addCase(Qo.pending,t=>{t.fetchState="loading"}).addCase(Qo.rejected,t=>{t.fetchState="error"}).addCase(Qo.fulfilled,(t,n)=>{var s;if((s=n.payload.options)!=null&&s.excludeFromWidget){t.fetchState="done";return}let r=n.payload.cues.map(i=>i.rule.id),o=t.cues.filter(i=>!r.includes(i.rule.id));t.fetchState="done",t.cues=[...n.payload.cues,...o]}).addCase(de,()=>fy).addCase(rM.toString(),()=>fy)}}),{removeCue:eT}=JC.actions,tT=JC.reducer;function oM(e){let t=0;for(let n=0;n<e.length;n++)t=(t<<5)-t+e.charCodeAt(n),t|=0;return t}var nT=e=>{let t=ZC(e),r=nb(e).map(o=>({text:o.response,title:o.name,rule:{id:oM(o.code),label:o.code,name:o.name,description:o.name}}));return[...t,...r]};var dT=w(U());var lT=w(oe()),uT=w(U());var oT=w(oe());var rT={root:"dd-uszkm"};var iT=w(b()),sM=({className:e,children:t})=>{let n=L("Unicode",rT);return(0,iT.jsx)("span",{className:(0,oT.default)(e,n.root),children:t})},sT=sM;var aT={isDisabled:"dd-Sp--t",root:"dd-maqTG",buttonStop:"dd-rcq8w",stateBadge:"dd-zOnkT",isCompleted:"dd-GA-rt",isStarted:"dd-PZwtX",isAborted:"dd-PAXSE"};var py={};Qe(py,{enUS:()=>iM,nlNL:()=>aM});var iM={start:[{type:0,value:"Start"}],stop:[{type:0,value:"Stop"}],aborted:[{type:0,value:"Stopped"}],completed:[{type:0,value:"Completed"}],Aborted:[{type:0,value:"Stopped"}],Started:[{type:0,value:"Running"}],Completed:[{type:0,value:"Completed"}]},aM={start:[{type:0,value:"Start"}],stop:[{type:0,value:"Stop"}],aborted:[{type:0,value:"Stopped"}],completed:[{type:0,value:"Completed"}],Aborted:[{type:0,value:"Stopped"}],Started:[{type:0,value:"Running"}],Completed:[{type:0,value:"Completed"}]};var Mt=w(b()),uM=({disabled:e,state:t,displayName:n,description:r,onStartAutoflow:o,onStopAutoflow:s})=>{let i=L("Autoflow",aT),a=q(py),l=t==="Started"?"stop":"start",u=l==="start"?"\u25B6":l==="stop"?"\u25FC":"";return(0,Mt.jsxs)(re,{className:(0,lT.default)(i.root,{[i.isDisabled]:e,[i.isCompleted]:t==="Completed",[i.isAborted]:t==="Aborted",[i.isStarted]:t==="Started"}),children:[(0,Mt.jsx)(ge,{children:(0,Mt.jsxs)(ge.Content,{children:[(0,Mt.jsxs)(ge.Title,{children:[t&&(0,Mt.jsx)("span",{className:i.stateBadge,children:a(t)}),n]}),(0,Mt.jsx)("span",{children:r})]})}),(0,Mt.jsx)(re.Actions,{fixed:t==="Started",children:(0,Mt.jsx)(re.ActionButton,{primary:!0,className:l==="start"?i.buttonStart:i.buttonStop,onClick:t==="Started"?s:o,disabled:e,label:(0,Mt.jsxs)(uT.Fragment,{children:[(0,Mt.jsx)(sT,{children:u})," ",(0,Mt.jsx)("span",{children:a(l)})]})})})]})},cT=uM;var my=w(b()),cM=(e,t)=>{let n=t.filter(r=>r.state==="Started");return n.length>0?n.indexOf(e)===-1:!1},dM=({autoflows:e,onStartAutoflow:t,onStopAutoflow:n,platformSessionId:r})=>(0,my.jsx)(dT.Fragment,{children:e.map(o=>(0,my.jsx)(cT,{displayName:o.displayName,description:o.description,disabled:o.isBusy||cM(o,e),state:o.state,onStartAutoflow:()=>t({platformSessionId:r,triggerPayload:o.triggerPayload}),onStopAutoflow:()=>n({platformSessionId:r,triggerPayload:o.triggerPayload})},o.displayName))}),fM=({autoflows:e,conversation:t})=>{var n;return{autoflows:e.list,platformSessionId:(n=t.current)==null?void 0:n.sessionId}},pM={onStartAutoflow:ly,onStopAutoflow:uy},fT=Yn(fM,pM)(dM);var pT=w(oe()),gy=w(U());var fr={root:"dd-ERsBr",title:"dd-b36p6",isUsed:"dd-fp2IX",quickReplies:"dd--VrvP",quickReply:"dd-wFhWh",label:"dd-R9sND",errorIcon:"dd-8cdcH"};var Ct=w(b()),mM=({suggestion:e})=>{let t=q(Ko),n=Q(),r=M(BC(e.text)),o=M(jC(e.text)),s=M(VC(e.text)),i=M(ri),{replyOptions:a}=e,l=(0,gy.useCallback)(c=>{c.preventDefault(),c.stopPropagation(),!(r||!i)&&n(Sf({platformSessionId:i,suggestion:e}))},[e,r,n,i]),u=(0,gy.useCallback)(c=>{if(c.preventDefault(),c.stopPropagation(),!i||!a)return;let f=parseInt(c.target.dataset.index,10),d=a[f];n(wf({platformSessionId:i,reply:d,suggestion:e}))},[e,r,n,i]);return(0,Ct.jsxs)(re,{onClick:l,className:(0,pT.default)(fr.root,{[fr.isUsed]:r,[fr.hasError]:s}),children:[(0,Ct.jsx)(ge,{children:(0,Ct.jsxs)(ge.Content,{children:[(0,Ct.jsxs)(ge.Title,{className:fr.title,children:[e.text," ",(0,Ct.jsx)(nu,{className:fr.label,children:"analyse tool"})," ",s&&(0,Ct.jsx)("span",{className:fr.errorIcon,role:"img","aria-label":t("sendingError"),title:t("sendingError"),children:"!"})]}),a&&a.length>0&&(0,Ct.jsx)("ul",{className:fr.quickReplies,children:a.map(c=>(0,Ct.jsx)("li",{className:fr.quickReply,children:c.title},c.title))})]})}),(0,Ct.jsxs)(re.Actions,{fixed:s||r,children:[a&&a.length>0&&(0,Ct.jsx)(re.DropdownButton,{label:t("answer"),disabled:o,children:a.map((c,f)=>(0,Ct.jsx)(re.DropdownItem,{index:f,label:c.title,onClick:u},c.title))}),(0,Ct.jsx)(re.ActionButton,{primary:!0,disabled:r,onClick:l,label:t(r?"suggestionSent":s?"tryAgain":"sendSuggestion")})]})]})},mT=mM;var xf=w(U());var yy=w(oe());var hy=w(b()),El=()=>(0,hy.jsx)("svg",{width:"1em",height:"1em",viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg",children:(0,hy.jsx)("path",{d:"M502.6 70.63l-61.25-61.25C435.4 3.371 427.2 0 418.7 0H255.1c-35.35 0-64 28.66-64 64l.0195 256C192 355.4 220.7 384 256 384h192c35.2 0 64-28.8 64-64V93.25C512 84.77 508.6 76.63 502.6 70.63zM464 320c0 8.836-7.164 16-16 16H255.1c-8.838 0-16-7.164-16-16L239.1 64.13c0-8.836 7.164-16 16-16h128L384 96c0 17.67 14.33 32 32 32h47.1V320zM272 448c0 8.836-7.164 16-16 16H63.1c-8.838 0-16-7.164-16-16L47.98 192.1c0-8.836 7.164-16 16-16H160V128H63.99c-35.35 0-64 28.65-64 64l.0098 256C.002 483.3 28.66 512 64 512h192c35.2 0 64-28.8 64-64v-32h-47.1L272 448z"})});var gT={root:"dd-WcEru",entity:"dd-LfP8y",entityText:"dd-L-v0f",iconWrapper:"dd-9Deh1",icon:"dd-tM7E2",iconClicked:"dd-EEdDL"};var Nn=w(b()),gM=({entities:e})=>{let t=L("EntitiesWidgetList",gT),[n,r]=(0,xf.useState)(void 0),o=Q(),s=()=>{r(void 0)},i=a=>{e&&(r(e.indexOf(a)),Jn(a.text),o(ut({name:"entity copied",data:{entity:a,type:"copy"}})))};return(0,xf.useEffect)(()=>{let a=setTimeout(s,500);return()=>{clearTimeout(a)}},[n]),!e||e.length===0?null:(0,Nn.jsx)("div",{className:t.root,"data-testid":"widget-entities-list",children:e.map((a,l)=>(0,Nn.jsxs)("button",{title:a.text,className:t.entity,type:"button",onClick:()=>i(a),children:[(0,Nn.jsx)("span",{className:t.entityText,children:a.text}),(0,Nn.jsxs)("span",{className:t.iconWrapper,children:[(0,Nn.jsx)("span",{className:(0,yy.default)(t.icon),children:(0,Nn.jsx)(El,{})}),(0,Nn.jsx)("span",{className:(0,yy.default)(t.icon,n===l&&t.iconClicked),children:(0,Nn.jsx)(El,{})})]})]},a.text))})},hT=gM;var vy=w(b()),yT=()=>(0,vy.jsx)("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,vy.jsx)("path",{d:"M17 13.5v6H5v-12h6m3-3h6v6m0-6-9 9",stroke:"currentColor",strokeWidth:"1.5",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"})});var Sy=w(b()),vT=()=>(0,Sy.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 -960 960 960",width:"1em",children:(0,Sy.jsx)("path",{d:"M543-340q16.595 0 28.798-12.202Q584-364.405 584-381t-12.202-28.798Q559.595-422 543-422t-28.798 12.202Q502-397.595 502-381t12.202 28.798Q526.405-340 543-340Zm-25-126h47q2-29 8.5-43t32.5-39q27-26 37.5-45.395Q654-612.79 654-639q0-45.882-31.5-74.941Q591-743 540-743q-38 0-68 20.5T428-665l45 19q11-25 27.5-38t39.5-13q29.778 0 48.389 17Q607-663 607-637q0 20-9 35t-32 32q-32 29-40 46.5t-8 57.5ZM260-200q-24 0-42-18t-18-42v-560q0-24 18-42t42-18h560q24 0 42 18t18 42v560q0 24-18 42t-42 18H260Zm0-60h560v-560H260v560ZM140-80q-24 0-42-18t-18-42v-620h60v620h620v60H140Zm120-740v560-560Z"})});var wy=w(b()),ST=()=>(0,wy.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",height:"1em",viewBox:"0 -960 960 960",width:"1em",children:(0,wy.jsx)("path",{d:"M319-250h322v-60H319v60Zm0-170h322v-60H319v60ZM220-80q-24 0-42-18t-18-42v-680q0-24 18-42t42-18h361l219 219v521q0 24-18 42t-42 18H220Zm331-554v-186H220v680h520v-494H551ZM220-820v186-186 680-680Z"})});var UT=w(U());var{entries:AT,setPrototypeOf:wT,isFrozen:hM,getPrototypeOf:yM,getOwnPropertyDescriptor:vM}=Object,{freeze:mt,seal:en,create:LT}=Object,{apply:ky,construct:Py}=typeof Reflect!="undefined"&&Reflect;mt||(mt=function(t){return t});en||(en=function(t){return t});ky||(ky=function(t,n,r){return t.apply(n,r)});Py||(Py=function(t,n){return new t(...n)});var Ef=Tt(Array.prototype.forEach),xT=Tt(Array.prototype.pop),bl=Tt(Array.prototype.push),Tf=Tt(String.prototype.toLowerCase),xy=Tt(String.prototype.toString),ET=Tt(String.prototype.match),Cl=Tt(String.prototype.replace),SM=Tt(String.prototype.indexOf),wM=Tt(String.prototype.trim),yn=Tt(Object.prototype.hasOwnProperty),pt=Tt(RegExp.prototype.test),Tl=xM(TypeError),bT=Tt(Number.isNaN);function Tt(e){return function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return ky(e,t,r)}}function xM(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return Py(e,n)}}function J(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Tf;wT&&wT(e,null);let r=t.length;for(;r--;){let o=t[r];if(typeof o=="string"){let s=n(o);s!==o&&(hM(t)||(t[r]=s),o=s)}e[o]=!0}return e}function EM(e){for(let t=0;t<e.length;t++)yn(e,t)||(e[t]=null);return e}function Xo(e){let t=LT(null);for(let[n,r]of AT(e))yn(e,n)&&(Array.isArray(r)?t[n]=EM(r):r&&typeof r=="object"&&r.constructor===Object?t[n]=Xo(r):t[n]=r);return t}function bf(e,t){for(;e!==null;){let r=vM(e,t);if(r){if(r.get)return Tt(r.get);if(typeof r.value=="function")return Tt(r.value)}e=yM(e)}function n(){return null}return n}var CT=mt(["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","section","select","shadow","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"]),Ey=mt(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),by=mt(["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"]),bM=mt(["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"]),Cy=mt(["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"]),CM=mt(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),TT=mt(["#text"]),kT=mt(["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","face","for","headers","height","hidden","high","href","hreflang","id","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","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),Ty=mt(["accent-height","accumulate","additive","alignment-baseline","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","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","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","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","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","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"]),PT=mt(["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"]),Cf=mt(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),TM=en(/\{\{[\w\W]*|[\w\W]*\}\}/gm),kM=en(/<%[\w\W]*|[\w\W]*%>/gm),PM=en(/\${[\w\W]*}/gm),RM=en(/^data-[\-\w.\u00B7-\uFFFF]/),AM=en(/^aria-[\-\w]+$/),IT=en(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),LM=en(/^(?:\w+script|data):/i),IM=en(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),OT=en(/^html$/i),OM=en(/^[a-z][.\w]*(-[.\w]+)+$/i),RT=Object.freeze({__proto__:null,MUSTACHE_EXPR:TM,ERB_EXPR:kM,TMPLIT_EXPR:PM,DATA_ATTR:RM,ARIA_ATTR:AM,IS_ALLOWED_URI:IT,IS_SCRIPT_OR_DATA:LM,ATTR_WHITESPACE:IM,DOCTYPE_NAME:OT,CUSTOM_ELEMENT:OM}),Yo={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,progressingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},NM=function(){return typeof window=="undefined"?null:window},MM=function(t,n){if(typeof t!="object"||typeof t.createPolicy!="function")return null;let r=null,o="data-tt-policy-suffix";n&&n.hasAttribute(o)&&(r=n.getAttribute(o));let s="dompurify"+(r?"#"+r:"");try{return t.createPolicy(s,{createHTML(i){return i},createScriptURL(i){return i}})}catch(i){return console.warn("TrustedTypes policy "+s+" could not be created."),null}};function NT(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:NM(),t=j=>NT(j);if(t.version="3.1.3",t.removed=[],!e||!e.document||e.document.nodeType!==Yo.document)return t.isSupported=!1,t;let{document:n}=e,r=n,o=r.currentScript,{DocumentFragment:s,HTMLTemplateElement:i,Node:a,Element:l,NodeFilter:u,NamedNodeMap:c=e.NamedNodeMap||e.MozNamedAttrMap,HTMLFormElement:f,DOMParser:d,trustedTypes:m}=e,v=l.prototype,y=bf(v,"cloneNode"),p=bf(v,"nextSibling"),g=bf(v,"childNodes"),h=bf(v,"parentNode");if(typeof i=="function"){let j=n.createElement("template");j.content&&j.content.ownerDocument&&(n=j.content.ownerDocument)}let S,x="",{implementation:k,createNodeIterator:C,createDocumentFragment:R,getElementsByTagName:N}=n,{importNode:_}=r,D={};t.isSupported=typeof AT=="function"&&typeof h=="function"&&k&&k.createHTMLDocument!==void 0;let{MUSTACHE_EXPR:G,ERB_EXPR:Z,TMPLIT_EXPR:se,DATA_ATTR:yr,ARIA_ATTR:_t,IS_SCRIPT_OR_DATA:vr,ATTR_WHITESPACE:Dt,CUSTOM_ELEMENT:V}=RT,{IS_ALLOWED_URI:Te}=RT,ve=null,Sr=J({},[...CT,...Ey,...by,...Cy,...TT]),Se=null,ke=J({},[...kT,...Ty,...PT,...Cf]),we=Object.seal(LT(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}})),ns=null,uo=null,rs=!0,os=!0,Ul=!1,co=!0,wn=!1,zl=!0,He=!1,Fn=!1,Ff=!1,ss=!1,Bl=!1,jl=!1,jy=!0,Vy=!1,zk="user-content-",Hf=!0,Ii=!1,is={},as=null,Ky=J({},["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"]),Wy=null,$y=J({},["audio","video","img","source","image","track"]),Uf=null,qy=J({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),Vl="http://www.w3.org/1998/Math/MathML",Kl="http://www.w3.org/2000/svg",Hn="http://www.w3.org/1999/xhtml",ls=Hn,zf=!1,Bf=null,Bk=J({},[Vl,Kl,Hn],xy),Oi=null,jk=["application/xhtml+xml","text/html"],Vk="text/html",Ue=null,us=null,Gy=255,Kk=n.createElement("form"),Qy=function(E){return E instanceof RegExp||E instanceof Function},jf=function(){let E=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!(us&&us===E)){if((!E||typeof E!="object")&&(E={}),E=Xo(E),Oi=jk.indexOf(E.PARSER_MEDIA_TYPE)===-1?Vk:E.PARSER_MEDIA_TYPE,Ue=Oi==="application/xhtml+xml"?xy:Tf,ve=yn(E,"ALLOWED_TAGS")?J({},E.ALLOWED_TAGS,Ue):Sr,Se=yn(E,"ALLOWED_ATTR")?J({},E.ALLOWED_ATTR,Ue):ke,Bf=yn(E,"ALLOWED_NAMESPACES")?J({},E.ALLOWED_NAMESPACES,xy):Bk,Uf=yn(E,"ADD_URI_SAFE_ATTR")?J(Xo(qy),E.ADD_URI_SAFE_ATTR,Ue):qy,Wy=yn(E,"ADD_DATA_URI_TAGS")?J(Xo($y),E.ADD_DATA_URI_TAGS,Ue):$y,as=yn(E,"FORBID_CONTENTS")?J({},E.FORBID_CONTENTS,Ue):Ky,ns=yn(E,"FORBID_TAGS")?J({},E.FORBID_TAGS,Ue):{},uo=yn(E,"FORBID_ATTR")?J({},E.FORBID_ATTR,Ue):{},is=yn(E,"USE_PROFILES")?E.USE_PROFILES:!1,rs=E.ALLOW_ARIA_ATTR!==!1,os=E.ALLOW_DATA_ATTR!==!1,Ul=E.ALLOW_UNKNOWN_PROTOCOLS||!1,co=E.ALLOW_SELF_CLOSE_IN_ATTR!==!1,wn=E.SAFE_FOR_TEMPLATES||!1,zl=E.SAFE_FOR_XML!==!1,He=E.WHOLE_DOCUMENT||!1,ss=E.RETURN_DOM||!1,Bl=E.RETURN_DOM_FRAGMENT||!1,jl=E.RETURN_TRUSTED_TYPE||!1,Ff=E.FORCE_BODY||!1,jy=E.SANITIZE_DOM!==!1,Vy=E.SANITIZE_NAMED_PROPS||!1,Hf=E.KEEP_CONTENT!==!1,Ii=E.IN_PLACE||!1,Te=E.ALLOWED_URI_REGEXP||IT,ls=E.NAMESPACE||Hn,we=E.CUSTOM_ELEMENT_HANDLING||{},E.CUSTOM_ELEMENT_HANDLING&&Qy(E.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(we.tagNameCheck=E.CUSTOM_ELEMENT_HANDLING.tagNameCheck),E.CUSTOM_ELEMENT_HANDLING&&Qy(E.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(we.attributeNameCheck=E.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),E.CUSTOM_ELEMENT_HANDLING&&typeof E.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements=="boolean"&&(we.allowCustomizedBuiltInElements=E.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),wn&&(os=!1),Bl&&(ss=!0),is&&(ve=J({},TT),Se=[],is.html===!0&&(J(ve,CT),J(Se,kT)),is.svg===!0&&(J(ve,Ey),J(Se,Ty),J(Se,Cf)),is.svgFilters===!0&&(J(ve,by),J(Se,Ty),J(Se,Cf)),is.mathMl===!0&&(J(ve,Cy),J(Se,PT),J(Se,Cf))),E.ADD_TAGS&&(ve===Sr&&(ve=Xo(ve)),J(ve,E.ADD_TAGS,Ue)),E.ADD_ATTR&&(Se===ke&&(Se=Xo(Se)),J(Se,E.ADD_ATTR,Ue)),E.ADD_URI_SAFE_ATTR&&J(Uf,E.ADD_URI_SAFE_ATTR,Ue),E.FORBID_CONTENTS&&(as===Ky&&(as=Xo(as)),J(as,E.FORBID_CONTENTS,Ue)),Hf&&(ve["#text"]=!0),He&&J(ve,["html","head","body"]),ve.table&&(J(ve,["tbody"]),delete ns.tbody),E.TRUSTED_TYPES_POLICY){if(typeof E.TRUSTED_TYPES_POLICY.createHTML!="function")throw Tl('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof E.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Tl('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');S=E.TRUSTED_TYPES_POLICY,x=S.createHTML("")}else S===void 0&&(S=MM(m,o)),S!==null&&typeof x=="string"&&(x=S.createHTML(""));mt&&mt(E),us=E}},Yy=J({},["mi","mo","mn","ms","mtext"]),Xy=J({},["foreignobject","annotation-xml"]),Wk=J({},["title","style","font","a","script"]),Zy=J({},[...Ey,...by,...bM]),Jy=J({},[...Cy,...CM]),$k=function(E){let A=h(E);(!A||!A.tagName)&&(A={namespaceURI:ls,tagName:"template"});let z=Tf(E.tagName),Y=Tf(A.tagName);return Bf[E.namespaceURI]?E.namespaceURI===Kl?A.namespaceURI===Hn?z==="svg":A.namespaceURI===Vl?z==="svg"&&(Y==="annotation-xml"||Yy[Y]):!!Zy[z]:E.namespaceURI===Vl?A.namespaceURI===Hn?z==="math":A.namespaceURI===Kl?z==="math"&&Xy[Y]:!!Jy[z]:E.namespaceURI===Hn?A.namespaceURI===Kl&&!Xy[Y]||A.namespaceURI===Vl&&!Yy[Y]?!1:!Jy[z]&&(Wk[z]||!Zy[z]):!!(Oi==="application/xhtml+xml"&&Bf[E.namespaceURI]):!1},Ft=function(E){bl(t.removed,{element:E});try{E.parentNode.removeChild(E)}catch(A){E.remove()}},Wl=function(E,A){try{bl(t.removed,{attribute:A.getAttributeNode(E),from:A})}catch(z){bl(t.removed,{attribute:null,from:A})}if(A.removeAttribute(E),E==="is"&&!Se[E])if(ss||Bl)try{Ft(A)}catch(z){}else try{A.setAttribute(E,"")}catch(z){}},ev=function(E){let A=null,z=null;if(Ff)E="<remove></remove>"+E;else{let je=ET(E,/^[\r\n\t ]+/);z=je&&je[0]}Oi==="application/xhtml+xml"&&ls===Hn&&(E='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+E+"</body></html>");let Y=S?S.createHTML(E):E;if(ls===Hn)try{A=new d().parseFromString(Y,Oi)}catch(je){}if(!A||!A.documentElement){A=k.createDocument(ls,"template",null);try{A.documentElement.innerHTML=zf?x:Y}catch(je){}}let Ge=A.body||A.documentElement;return E&&z&&Ge.insertBefore(n.createTextNode(z),Ge.childNodes[0]||null),ls===Hn?N.call(A,He?"html":"body")[0]:He?A.documentElement:Ge},tv=function(E){return C.call(E.ownerDocument||E,E,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},nv=function(E){return E instanceof f&&(typeof E.__depth!="undefined"&&typeof E.__depth!="number"||typeof E.__removalCount!="undefined"&&typeof E.__removalCount!="number"||typeof E.nodeName!="string"||typeof E.textContent!="string"||typeof E.removeChild!="function"||!(E.attributes instanceof c)||typeof E.removeAttribute!="function"||typeof E.setAttribute!="function"||typeof E.namespaceURI!="string"||typeof E.insertBefore!="function"||typeof E.hasChildNodes!="function")},rv=function(E){return typeof a=="function"&&E instanceof a},Un=function(E,A,z){D[E]&&Ef(D[E],Y=>{Y.call(t,A,z,us)})},ov=function(E){let A=null;if(Un("beforeSanitizeElements",E,null),nv(E))return Ft(E),!0;let z=Ue(E.nodeName);if(Un("uponSanitizeElement",E,{tagName:z,allowedTags:ve}),E.hasChildNodes()&&!rv(E.firstElementChild)&&pt(/<[/\w]/g,E.innerHTML)&&pt(/<[/\w]/g,E.textContent)||E.nodeType===Yo.progressingInstruction||zl&&E.nodeType===Yo.comment&&pt(/<[/\w]/g,E.data))return Ft(E),!0;if(!ve[z]||ns[z]){if(!ns[z]&&iv(z)&&(we.tagNameCheck instanceof RegExp&&pt(we.tagNameCheck,z)||we.tagNameCheck instanceof Function&&we.tagNameCheck(z)))return!1;if(Hf&&!as[z]){let Y=h(E)||E.parentNode,Ge=g(E)||E.childNodes;if(Ge&&Y){let je=Ge.length;for(let gt=je-1;gt>=0;--gt){let ht=y(Ge[gt],!0);ht.__removalCount=(E.__removalCount||0)+1,Y.insertBefore(ht,p(E))}}}return Ft(E),!0}return E instanceof l&&!$k(E)||(z==="noscript"||z==="noembed"||z==="noframes")&&pt(/<\/no(script|embed|frames)/i,E.innerHTML)?(Ft(E),!0):(wn&&E.nodeType===Yo.text&&(A=E.textContent,Ef([G,Z,se],Y=>{A=Cl(A,Y," ")}),E.textContent!==A&&(bl(t.removed,{element:E.cloneNode()}),E.textContent=A)),Un("afterSanitizeElements",E,null),!1)},sv=function(E,A,z){if(jy&&(A==="id"||A==="name")&&(z in n||z in Kk||z==="__depth"||z==="__removalCount"))return!1;if(!(os&&!uo[A]&&pt(yr,A))){if(!(rs&&pt(_t,A))){if(!Se[A]||uo[A]){if(!(iv(E)&&(we.tagNameCheck instanceof RegExp&&pt(we.tagNameCheck,E)||we.tagNameCheck instanceof Function&&we.tagNameCheck(E))&&(we.attributeNameCheck instanceof RegExp&&pt(we.attributeNameCheck,A)||we.attributeNameCheck instanceof Function&&we.attributeNameCheck(A))||A==="is"&&we.allowCustomizedBuiltInElements&&(we.tagNameCheck instanceof RegExp&&pt(we.tagNameCheck,z)||we.tagNameCheck instanceof Function&&we.tagNameCheck(z))))return!1}else if(!Uf[A]){if(!pt(Te,Cl(z,Dt,""))){if(!((A==="src"||A==="xlink:href"||A==="href")&&E!=="script"&&SM(z,"data:")===0&&Wy[E])){if(!(Ul&&!pt(vr,Cl(z,Dt,"")))){if(z)return!1}}}}}}return!0},iv=function(E){return E!=="annotation-xml"&&ET(E,V)},av=function(E){Un("beforeSanitizeAttributes",E,null);let{attributes:A}=E;if(!A)return;let z={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Se},Y=A.length;for(;Y--;){let Ge=A[Y],{name:je,namespaceURI:gt,value:ht}=Ge,Ni=Ue(je),st=je==="value"?ht:wM(ht);if(z.attrName=Ni,z.attrValue=st,z.keepAttr=!0,z.forceKeepAttr=void 0,Un("uponSanitizeAttribute",E,z),st=z.attrValue,z.forceKeepAttr||(Wl(je,E),!z.keepAttr))continue;if(!co&&pt(/\/>/i,st)){Wl(je,E);continue}if(zl&&pt(/((--!?|])>)|<\/(style|title)/i,st)){Wl(je,E);continue}wn&&Ef([G,Z,se],uv=>{st=Cl(st,uv," ")});let lv=Ue(E.nodeName);if(sv(lv,Ni,st)){if(Vy&&(Ni==="id"||Ni==="name")&&(Wl(je,E),st=zk+st),S&&typeof m=="object"&&typeof m.getAttributeType=="function"&&!gt)switch(m.getAttributeType(lv,Ni)){case"TrustedHTML":{st=S.createHTML(st);break}case"TrustedScriptURL":{st=S.createScriptURL(st);break}}try{gt?E.setAttributeNS(gt,je,st):E.setAttribute(je,st),nv(E)?Ft(E):xT(t.removed)}catch(uv){}}}Un("afterSanitizeAttributes",E,null)},qk=function j(E){let A=null,z=tv(E);for(Un("beforeSanitizeShadowDOM",E,null);A=z.nextNode();){if(Un("uponSanitizeShadowNode",A,null),ov(A))continue;let Y=h(A);A.nodeType===Yo.element&&(Y&&Y.__depth?A.__depth=(A.__removalCount||0)+Y.__depth+1:A.__depth=1),(A.__depth>=Gy||A.__depth<0||bT(A.__depth))&&Ft(A),A.content instanceof s&&(A.content.__depth=A.__depth,j(A.content)),av(A)}Un("afterSanitizeShadowDOM",E,null)};return t.sanitize=function(j){let E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A=null,z=null,Y=null,Ge=null;if(zf=!j,zf&&(j="<!-->"),typeof j!="string"&&!rv(j))if(typeof j.toString=="function"){if(j=j.toString(),typeof j!="string")throw Tl("dirty is not a string, aborting")}else throw Tl("toString is not a function");if(!t.isSupported)return j;if(Fn||jf(E),t.removed=[],typeof j=="string"&&(Ii=!1),Ii){if(j.nodeName){let ht=Ue(j.nodeName);if(!ve[ht]||ns[ht])throw Tl("root node is forbidden and cannot be sanitized in-place")}}else if(j instanceof a)A=ev("<!---->"),z=A.ownerDocument.importNode(j,!0),z.nodeType===Yo.element&&z.nodeName==="BODY"||z.nodeName==="HTML"?A=z:A.appendChild(z);else{if(!ss&&!wn&&!He&&j.indexOf("<")===-1)return S&&jl?S.createHTML(j):j;if(A=ev(j),!A)return ss?null:jl?x:""}A&&Ff&&Ft(A.firstChild);let je=tv(Ii?j:A);for(;Y=je.nextNode();){if(ov(Y))continue;let ht=h(Y);Y.nodeType===Yo.element&&(ht&&ht.__depth?Y.__depth=(Y.__removalCount||0)+ht.__depth+1:Y.__depth=1),(Y.__depth>=Gy||Y.__depth<0||bT(Y.__depth))&&Ft(Y),Y.content instanceof s&&(Y.content.__depth=Y.__depth,qk(Y.content)),av(Y)}if(Ii)return j;if(ss){if(Bl)for(Ge=R.call(A.ownerDocument);A.firstChild;)Ge.appendChild(A.firstChild);else Ge=A;return(Se.shadowroot||Se.shadowrootmode)&&(Ge=_.call(r,Ge,!0)),Ge}let gt=He?A.outerHTML:A.innerHTML;return He&&ve["!doctype"]&&A.ownerDocument&&A.ownerDocument.doctype&&A.ownerDocument.doctype.name&&pt(OT,A.ownerDocument.doctype.name)&&(gt="<!DOCTYPE "+A.ownerDocument.doctype.name+`>
|
|
24
24
|
`+gt),wn&&Ef([G,Z,se],ht=>{gt=Cl(gt,ht," ")}),S&&jl?S.createHTML(gt):gt},t.setConfig=function(){let j=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};jf(j),Fn=!0},t.clearConfig=function(){us=null,Fn=!1},t.isValidAttribute=function(j,E,A){us||jf({});let z=Ue(j),Y=Ue(E);return sv(z,Y,A)},t.addHook=function(j,E){typeof E=="function"&&(D[j]=D[j]||[],bl(D[j],E))},t.removeHook=function(j){if(D[j])return xT(D[j])},t.removeHooks=function(j){D[j]&&(D[j]=[])},t.removeAllHooks=function(){D={}},t}var MT=NT();var pr=w(U());var _M={"":["<em>","</em>"],_:["<strong>","</strong>"],"*":["<strong>","</strong>"],"~":["<s>","</s>"],"\n":["<br />"]," ":["<br />"],"-":["<hr />"]};function _T(e){return e.replace(RegExp("^"+(e.match(/^(\t| )+/)||"")[0],"gm"),"")}function kl(e){return(e+"").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}function Pl(e,t){var n,r,o,s,i,a=/((?:^|\n+)(?:\n---+|\* \*(?: \*)+)\n)|(?:^``` *(\w*)\n([\s\S]*?)\n```$)|((?:(?:^|\n+)(?:\t| {2,}).+)+\n*)|((?:(?:^|\n)([>*+-]|\d+\.)\s+.*)+)|(?:!\[([^\]]*?)\]\(([^)]+?)\))|(\[)|(\](?:\(([^)]+?)\))?)|(?:(?:^|\n+)([^\s].*)\n(-{3,}|={3,})(?:\n+|$))|(?:(?:^|\n+)(#{1,6})\s*(.+)(?:\n+|$))|(?:`([^`].*?)`)|( \n\n*|\n{2,}|__|\*\*|[_*]|~~)/gm,l=[],u="",c=t||{},f=0;function d(v){var y=_M[v[1]||""],p=l[l.length-1]==v;return y?y[1]?(p?l.pop():l.push(v),y[0|p]):y[0]:v}function m(){for(var v="";l.length;)v+=d(l[l.length-1]);return v}for(e=e.replace(/^\[(.+?)\]:\s*(.+)$/gm,function(v,y,p){return c[y.toLowerCase()]=p,""}).replace(/^\n+|\n+$/g,"");o=a.exec(e);)r=e.substring(f,o.index),f=a.lastIndex,n=o[0],r.match(/[^\\](\\\\)*\\$/)||((i=o[3]||o[4])?n='<pre class="code '+(o[4]?"poetry":o[2].toLowerCase())+'"><code'+(o[2]?' class="language-'+o[2].toLowerCase()+'"':"")+">"+_T(kl(i).replace(/^\n+|\n+$/g,""))+"</code></pre>":(i=o[6])?(i.match(/\./)&&(o[5]=o[5].replace(/^\d+/gm,"")),s=Pl(_T(o[5].replace(/^\s*[>*+.-]/gm,""))),i==">"?i="blockquote":(i=i.match(/\./)?"ol":"ul",s=s.replace(/^(.*)(\n|$)/gm,"<li>$1</li>")),n="<"+i+">"+s+"</"+i+">"):o[8]?n='<img src="'+kl(o[8])+'" alt="'+kl(o[7])+'">':o[10]?(u=u.replace("<a>",'<a href="'+kl(o[11]||c[r.toLowerCase()])+'">'),n=m()+"</a>"):o[9]?n="<a>":o[12]||o[14]?n="<"+(i="h"+(o[14]?o[14].length:o[13]>"="?1:2))+">"+Pl(o[12]||o[15],c)+"</"+i+">":o[16]?n="<code>"+kl(o[16])+"</code>":(o[17]||o[1])&&(n=d(o[17]||"--"))),u+=r,u+=n;return(u+e.substring(f)+m()).replace(/^\n+|\n+$/g,"")}var DT={root:"dd-L7b3z",popover:"dd-OQOTB",options:"dd-Y12RE",arrow:"dd-cv33T",copyIcon:"dd-6xOsH",option:"dd-9oFX4",divider:"dd-aiZf8",fadeup:"dd-Jq9pd"};var vn=w(b());function DM(e){return`<button type="button" data-copy-icon class=${e}><svg version="1.1" x="0px" y="0px" viewBox="0 0 115.77 122.88" width="10px" height="10px" fill="black"><g><path d="M89.62,13.96v7.73h12.19h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02v0.02 v73.27v0.01h-0.02c-0.01,3.84-1.57,7.33-4.1,9.86c-2.51,2.5-5.98,4.06-9.82,4.07v0.02h-0.02h-61.7H40.1v-0.02 c-3.84-0.01-7.34-1.57-9.86-4.1c-2.5-2.51-4.06-5.98-4.07-9.82h-0.02v-0.02V92.51H13.96h-0.01v-0.02c-3.84-0.01-7.34-1.57-9.86-4.1 c-2.5-2.51-4.06-5.98-4.07-9.82H0v-0.02V13.96v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07V0h0.02h61.7 h0.01v0.02c3.85,0.01,7.34,1.57,9.86,4.1c2.5,2.51,4.06,5.98,4.07,9.82h0.02V13.96L89.62,13.96z M79.04,21.69v-7.73v-0.02h0.02 c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v64.59v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h12.19V35.65 v-0.01h0.02c0.01-3.85,1.58-7.34,4.1-9.86c2.51-2.5,5.98-4.06,9.82-4.07v-0.02h0.02H79.04L79.04,21.69z M105.18,108.92V35.65v-0.02 h0.02c0-0.91-0.39-1.75-1.01-2.37c-0.61-0.61-1.46-1-2.37-1v0.02h-0.01h-61.7h-0.02v-0.02c-0.91,0-1.75,0.39-2.37,1.01 c-0.61,0.61-1,1.46-1,2.37h0.02v0.01v73.27v0.02h-0.02c0,0.91,0.39,1.75,1.01,2.37c0.61,0.61,1.46,1,2.37,1v-0.02h0.01h61.7h0.02 v0.02c0.91,0,1.75-0.39,2.37-1.01c0.61-0.61,1-1.46,1-2.37h-0.02V108.92L105.18,108.92z"/></g></svg></button>`}function Ry(e){var n;let t=e.cloneNode(!0);return t.querySelectorAll("div,button").forEach(r=>r.remove()),(n=t.textContent)!=null?n:""}function FM(e){return e.replace(/\r\n/g,`
|
|
25
|
-
`)}function HM(e){return e.replace(new RegExp("(?<!\\]\\()(https?:\\/\\/[^\\s]+)","g"),"[$1]($1)")}var UM=({content:e,useLabel:t,copyLabel:n,onCopy:r,onUse:o})=>{let s=L("Markdown",DT),i=(0,pr.useRef)(null),[a,l]=(0,pr.useState)(null),u=(0,pr.useMemo)(()=>{let y=Pl(HM(FM(e)));return MT.sanitize(y).replaceAll("</code>",`${DM(s.copyIcon)}</code>`).replaceAll('<a href="','<a target="_blank" rel="noreferrer noopener" href="')},[e]),c=y=>{var h;let p=y.target,g=!!((h=i.current)!=null&&h.querySelector("code"));if(["A","BUTTON"].includes(p.tagName)){l(null);return}a||g&&p.tagName!=="CODE"||!g&&p!==i.current||(p.addEventListener("mouseleave",()=>l(null),{once:!0}),l(p))},f=()=>{if(!a)return;l(null);let y=a.querySelector("button");y&&(mi(y,s.fadeup),r(Ry(a)))},d=y=>{let p=y.target;if(p.tagName==="A"){y.stopPropagation();return}"copyIcon"in p.dataset&&(mi(p,s.fadeup),r(Ry(p.parentElement)))},m=()=>{!a||!o||(l(null),o(Ry(a)))},v=y=>{if(y===null)return;let p=y.getBoundingClientRect();p.left<0?y.style.transform=`translateX(${-p.left+2}px)`:p.right>window.innerWidth&&(y.style.transform=`translateX(${window.innerWidth-p.right-2}px)`)};return(0,vn.jsxs)(pr.Fragment,{children:[a&&(0,vn.jsxs)(Ci,{triggerRef:{current:a},className:s.popover,parentNode:a,children:[(0,vn.jsxs)("div",{className:s.options,ref:v,children:[(0,vn.jsx)("button",{type:"button",className:s.option,onClick:f,children:n}),o&&(0,vn.jsxs)(pr.Fragment,{children:[(0,vn.jsx)("div",{className:s.divider}),(0,vn.jsx)("button",{type:"button",className:s.option,onClick:m,children:t})]})]}),(0,vn.jsx)("div",{className:s.arrow})]}),(0,vn.jsx)("div",{ref:i,className:s.root,dangerouslySetInnerHTML:{__html:u},onMouseOver:c,onClick:d})]})},FT=UM;var Ay={};Qe(Ay,{enUS:()=>zM,nlNL:()=>BM});var zM={useCue:[{type:0,value:"Add to message"}],copyCue:[{type:0,value:"Copy"}],removeCue:[{type:0,value:"Close"}],thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]},BM={useCue:[{type:0,value:"Voeg toe aan bericht"}],copyCue:[{type:0,value:"Kopi\xEBren"}],removeCue:[{type:0,value:"Sluiten"}],thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]};var HT={title:"dd-YBHrC",fadeup:"dd-cRM0K",fadedown:"dd-7D4Pq",selected:"dd-bueui",thumbsUp:"dd-6QwVx",thumbsDown:"dd-d3E8l"};var Mn=w(b()),jM=({cue:e,onRemove:t,onCopy:n,onUse:r})=>{let o=L("WidgetCue",HT),s=q(Ay),i=gi(),a=B("hasKeyboardInput"),l=f=>{n&&n(f,e)},u=f=>{r&&r(f,e)},c=f=>{f.preventDefault(),f.stopPropagation(),t(e)};return(0,UT.useEffect)(()=>{i("Assistant response displayed",{name:e.rule.name,description:e.rule.description,group:e.rule.label,cueText:e.text})},[]),(0,Mn.jsxs)(re,{"data-testid":"cue",children:[(0,Mn.jsx)(ge,{children:(0,Mn.jsxs)(ge.Content,{children:[e.title&&(0,Mn.jsx)(ge.Title,{className:o.title,"data-testid":"widget-cue-title",children:e.title}),(0,Mn.jsx)(FT,{content:e.text,useLabel:s("useCue"),copyLabel:s("copyCue"),onCopy:l,onUse:a?u:void 0})]})}),(0,Mn.jsxs)(re.ButtonsContainer,{children:[(0,Mn.jsx)(re.Button,{onClick:c,children:s("removeCue")}),(0,Mn.jsx)(yi,{eventName:"Assistant response feedback",eventData:{name:e.rule.name,group:e.rule.label,description:e.rule.description,cueText:e.text},feedbackText:e.text,feedbackType:"assistant"})]})]})},zT=jM;var Rl=w(b()),VM=({cues:e})=>{let t=Q(),n=Qt(),r=gi(),o=a=>{t(eT({id:a.rule.id})),t(ob({code:a.rule.label})),r("Assistant response closed",{name:a.rule.name,group:a.rule.label,description:a.rule.description,cueText:a.text})},s=(a,l)=>{Jn(a),r("Assistant response copied",{name:l.rule.name,group:l.rule.label,description:l.rule.description,copiedText:a})},i=(a,l)=>{n.send(Yr,{text:a,suggestion:{source:"cue",sourceText:a}}),r("Assistant response used",{name:l.rule.name,group:l.rule.label,description:l.rule.description,usedText:a})};return(0,Rl.jsx)(Rl.Fragment,{children:e.map(a=>(0,Rl.jsx)(zT,{cue:a,onRemove:o,onCopy:s,onUse:i},a.rule.id))})},BT=VM;var kf=w(U());var jT={root:"dd-cvTAY",label:"dd-QWQxD",value:"dd-WSUHF",copyButton:"dd-67o9H",isTrue:"dd--1g2O",isFalse:"dd-sz2ir"};var Sn=w(b());function KM(e,t){return t.split(".").reduce((n,r)=>!n||typeof n!="object"||!(r in n)?null:n[r],e)}var VT=({data:e,schema:t})=>{let n=L("WidgetCustomData",jT),r=o=>{Jn(o)};return(0,kf.useEffect)(()=>{H.info("Custom data",e,t)},[e]),(0,Sn.jsx)("dl",{className:n.root,children:t.map(o=>{let s=KM(e,o.path);return(0,Sn.jsxs)(kf.Fragment,{children:[(0,Sn.jsx)("dt",{className:n.label,children:o.label}),(0,Sn.jsx)("dd",{className:n.value,children:o.type==="boolean"&&s?(0,Sn.jsx)("span",{className:n.isTrue,children:o.trueValue}):o.type==="boolean"&&!s?(0,Sn.jsx)("span",{className:n.isFalse,children:o.falseValue}):s?(0,Sn.jsxs)("button",{type:"button",onClick:()=>r(s),className:n.copyButton,children:[(0,Sn.jsx)("span",{children:s}),(0,Sn.jsx)(El,{})]}):"-"})]},o.label)})})};var WT=w(U());var WM=/(https?:\/\/[^\s]+)/,KT=e=>e.split(" ").find(t=>WM.test(t));var tn=w(b()),$M=({suggestion:e,lines:t,onUse:n})=>{var f;let r=e.text||e.url||e.message,o=KT(r),s=q(Ko),i=B("showImages"),a=B("fallbackImage"),l=B("hasKeyboardInput"),u=d=>{d.preventDefault(),d.stopPropagation(),l&&n(r)},c=(0,WT.useCallback)(d=>{window.open(o,"_blank"),d.stopPropagation(),d.preventDefault()},[o]);return(0,tn.jsxs)(re,{onClick:l?u:void 0,"data-testid":"edit-suggestion",children:[(0,tn.jsxs)(ge,{children:[i&&e.image&&(0,tn.jsx)(ge.Image,{src:gf(e,"small",a||void 0),title:e.title}),(0,tn.jsxs)(ge.Content,{children:[e.title&&(0,tn.jsx)(ge.Title,{"data-testid":"widget-suggestion-title",children:e.title}),e.searchKeywords&&((f=e.searchKeywords)==null?void 0:f.length)>0&&(0,tn.jsx)(re.Labels,{labels:e.searchKeywords}),(0,tn.jsx)(ge.Content,{cropText:t==="single",lineClamp:t==="multiple",children:r})]})]}),(0,tn.jsxs)(re.Actions,{children:[o&&(0,tn.jsx)(re.ActionButton,{onClick:c,label:s("visitUrl")}),l&&(0,tn.jsx)(re.ActionButton,{primary:!0,onClick:u,label:s("useSuggestion")})]})]})},$T=$M;var Al=w(b()),qM=({lines:e,suggestions:t})=>{let n=Qt(),r=(o,s)=>{n.send(Yr,{text:o,suggestion:I(T({},s),{source:s.source,sourceText:s.text})})};return(0,Al.jsx)(Al.Fragment,{children:t.map(o=>(0,Al.jsx)($T,{suggestion:o,lines:e,onUse:s=>r(s,o)},o.text||o.url||o.message))})},qT=qM;var Ll={};Qe(Ll,{enUS:()=>GM,nlNL:()=>QM});var GM={waiting:[{type:0,value:"Loading\u2026"}],notSupported:[{type:0,value:"This conversation is not supported"}],noResults:[{type:0,value:"No results found\u2026"}],titleAutoflows:[{type:0,value:"Autoflows"}],titleCustomMessages:[{type:0,value:"Quick replies"}],titleCues:[{type:0,value:"Assistant updates"}],actions:[{type:0,value:"Shortcuts"}],linkStudioLogin:[{type:0,value:"My "},{type:1,value:"productName"}],linkSummary:[{type:0,value:"Summarize"}],linkKnowledgeSearch:[{type:0,value:"Knowledge Assist"}],linkSearch:[{type:0,value:"Search"}]},QM={waiting:[{type:0,value:"Laden\u2026"}],notSupported:[{type:0,value:"Dit gesprek wordt niet ondersteund"}],noResults:[{type:0,value:"Geen resultaten gevonden\u2026"}],titleAutoflows:[{type:0,value:"Autoflows"}],titleCustomMessages:[{type:0,value:"Quick replies"}],titleCues:[{type:0,value:"Assistant updates"}],actions:[{type:0,value:"Shortcuts"}],linkStudioLogin:[{type:0,value:"Mijn "},{type:1,value:"productName"}],linkSummary:[{type:0,value:"Gesprek samenvatten"}],linkKnowledgeSearch:[{type:0,value:"Knowledge assist"}],linkSearch:[{type:0,value:"Zoeken"}]};var Il={root:"dd-W9VCG",loginText:"dd--dS6t",stateText:"dd-348OC",sectionList:"dd-bF9pF",shortcutList:"dd-MuKK-",shortcut:"dd-5CnK9",link:"dd-DRo0x"};var $=w(b()),Pf=(e,t)=>{let n=M(lt);(0,Ti.useEffect)(()=>n?t.every(r=>!!r)?e():()=>{}:()=>{},[...t,n])},YM=({onLogIn:e})=>{let t=L("Widget",Il),n=B("isEmbedded"),r=B("adminUrl");return(0,$.jsx)("div",{className:t.loginText,children:(0,$.jsx)("div",{children:(0,$.jsx)(tf,{isEmbedded:n,loginUrl:r,onLogIn:e})})},"login")},GT=({text:e})=>{let t=L("Widget",Il);return(0,$.jsx)("div",{className:t.stateText,children:(0,$.jsx)("div",{children:(0,$.jsx)("p",{children:e})})},"notification")},XM=()=>{let e=q(Ll),t=Q(),n=L("Widget",Il),r=B("showSearch"),o=B("showSummaryCommand"),s=B("showKnowledgeSearch"),i=M(hi("/admin/")),a=Qt(),l=B("productName"),u=B("hasKeyboardInput"),c=r||o||s||i;return Pf(()=>(t(dy()),()=>{t(QC())}),[t]),!c||!u?null:(0,$.jsx)(xn,{title:e("actions"),type:"shortcuts",children:(0,$.jsxs)("div",{className:n.shortcutList,children:[r&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-search","aria-label":e("linkSearch"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0}),children:[(0,$.jsx)(di,{}),e("linkSearch")]}),o&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-summary","aria-label":e("linkSummary"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0,page:"summary"}),children:[(0,$.jsx)(ST,{}),e("linkSummary")]}),s&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-knowledge-assist","aria-label":e("linkKnowledgeSearch"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0,page:"knowledgeAssist"}),children:[(0,$.jsx)(vT,{}),e("linkKnowledgeSearch")]}),i&&(0,$.jsxs)("a",{className:n.shortcut,target:"_blank",href:i,"data-testid":"shortcut-studio-login","aria-label":e("linkStudioLogin",{productName:l}),rel:"noreferrer",children:[(0,$.jsx)(yT,{}),e("linkStudioLogin",{productName:l})]})]})})},ZM=()=>{let e=Q(),t=B("showCustomMessages"),n=M(zC),r=M(ri);return Pf(()=>(e(xl(r)),e(WC(r)),()=>{e($C(r))}),[e,t,r]),!t||n.length===0?null:(0,$.jsx)(xn,{type:"custom-messages","data-testid":"custom-messages",children:(0,$.jsx)(St,{withDivider:!0,children:n.map(o=>(0,$.jsx)(mT,{suggestion:o},o.text))})})},JM=()=>{let e=q(Ll),t=Q(),n=B("showAutoflows"),r=M(_C),o=M(ri);return Pf(()=>(t(dr(o)),t(DC(o)),()=>{t(FC(o))}),[t,n,o]),!n||r.length===0?null:(0,$.jsx)(xn,{type:"autoflows",title:e("titleAutoflows"),"data-testid":"autoflows",children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(fT,{})})})},e_=()=>{let e=Q(),t=M(Kd),n=M(db),r=M(nT),o=M(W1),s=M(jd),i=M(Wd),a=M(gn),l=M(Gr);return(0,Ti.useEffect)(()=>{!!o&&!n&&H.warn("Custom data provided, but no schema.")},[o,n]),Pf(()=>{t.forEach(({type:u})=>{u==="entities"?e(mn()):iu.includes(u)||e(hn(u))})},[e,l,a]),(0,Ti.useEffect)(()=>{r.length>0&&!t.some(u=>u.type==="cues")&&H.warn("Received cues, but cues are not configured in widget.")},[t,r]),(0,$.jsx)(Ti.Fragment,{children:t.map(({type:u,title:c,amount:f,lines:d,schema:m})=>{var v,y;switch(u){case"entities":return s&&s.length>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(hT,{entities:s})},u);case"cues":return r&&r.length>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(BT,{cues:r})})},u);case"custom-data":return o&&m&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(VT,{data:o,schema:m})})},u);default:return((y=(v=i[u])==null?void 0:v.suggestions)==null?void 0:y.length)>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(qT,{lines:d,contentType:u,suggestions:i[u].suggestions.slice(0,f)||[]})})},u)}})})},t_=({onLogIn:e})=>{let t=q(Ll),n=L("Widget",Il),r=M(oi),o=M(lt),s=M(ri),i=M(gn);return r===!1?(0,$.jsx)(GT,{text:t("notSupported")}):o===!1?(0,$.jsx)(YM,{onLogIn:e}):!i||!s||o===null?(0,$.jsx)(GT,{text:t("waiting")}):(0,$.jsx)("div",{className:(0,QT.default)(n.root),"data-testid":"widget",children:(0,$.jsxs)(ru,{className:n.sectionList,children:[(0,$.jsx)(XM,{}),(0,$.jsx)(ZM,{}),(0,$.jsx)(JM,{}),(0,$.jsx)(e_,{})]})})},YT=t_;function ki(e){let t=new Range;return t.selectNodeContents(e),t}function XT(e,t,n){try{return ao(e,t,n),!0}catch(r){return!1}}function Rf(e){return"tagName"in e&&(e.tagName==="DIV"||e.tagName==="P")}function Af(e){return"tagName"in e&&e.tagName==="BR"}var Ol=/[\u200B-\u200D\uFEFF]/g;function ao(e,t,n){let r=new Range;if(e.firstChild===null&&t===0&&n===0)return r.selectNodeContents(e),r;let o=0,s=!1;function i(l,u){let c=-1,f=/[\u200B-\u200D\uFEFF]/;if(!f.test(l))return u;for(let d=0;d<=l.length;d++)if(f.test(l[d])||c++,c===u)return d;throw new Error("Offset out of range")}function a(l){switch(l.nodeType){case Node.TEXT_NODE:{let u=l.textContent,c=u.replace(Ol,""),f=o+c.length,d=t>=o&&t<=f,m=n>=o&&n<=f;if(d){let v=i(u,t-o);v===0&&!m?r.setStartBefore(l):r.setStart(l,v)}m&&(r.setEnd(l,i(u,n-o)),s=!0),o=f;break}case Node.ELEMENT_NODE:{if(Af(l)&&(o===t&&r.setStartBefore(l),o++,o===n)){r.setEndAfter(l),s=!0;return}for(let c=0;c<l.childNodes.length&&(a(l.childNodes[c]),!s);c++);let u=l.lastChild;Rf(l)&&u&&!Rf(u)&&!Af(u)&&o++;break}default:break}}if(a(e),r.startContainer===document)throw new Error("Offsets out of bound");return r}function Nl(e,t){if(!e.contains(t.startContainer)||!e.contains(t.endContainer))throw new Error("Range not within root element");let{startContainer:n,startOffset:r,endContainer:o,endOffset:s,collapsed:i}=t,a,l,u=0;function c(f){let d=f===e,m=f===n,v=f===o;switch(f.nodeType){case Node.TEXT_NODE:{let y=f.textContent;m&&(a=u+y.substring(0,r).replace(Ol,"").length),v&&(l=u+y.substring(0,s).replace(Ol,"").length),u+=y.replace(Ol,"").length;break}case Node.ELEMENT_NODE:{if(Af(f)&&f.nextSibling){u++;break}!d&&Rf(f)&&f.previousSibling&&u++;for(let y=0;y<f.childNodes.length;y++){let p=m&&y===r,g=v&&y===s;if(p&&(a=u),g&&(l=u),l!==void 0||((!p||!i)&&c(f.childNodes[y]),v&&y===s-1&&(l=u),l!==void 0))break}v&&(l=u);break}default:break}}if(c(e),l===void 0)throw new Error("Could not determine start and end");return{start:a!=null?a:l,end:l}}function Ml(e,t){if(!e.contains(t.startContainer)||!e.contains(t.endContainer))throw new Error("Range not within root element");let{startContainer:n,startOffset:r,endContainer:o,endOffset:s,collapsed:i}=t,a=0,l="";function u(c){let f=c===e,d=c===n,m=c===o;switch(d&&(a=1),c.nodeType){case Node.TEXT_NODE:{if(a!==1)return;let v=d?r:0,y=m?s:void 0;l+=c.textContent.replace(Ol,"").substring(v,y);break}case Node.ELEMENT_NODE:{if(!i&&a===1&&Af(c)&&c.nextSibling){l+=`
|
|
25
|
+
`)}function HM(e){return e.replace(new RegExp("(?<!\\]\\()(https?:\\/\\/[^\\s]+)","g"),"[$1]($1)")}var UM=({content:e,useLabel:t,copyLabel:n,onCopy:r,onUse:o})=>{let s=L("Markdown",DT),i=(0,pr.useRef)(null),[a,l]=(0,pr.useState)(null),u=(0,pr.useMemo)(()=>{let y=Pl(HM(FM(e)));return MT.sanitize(y).replaceAll("</code>",`${DM(s.copyIcon)}</code>`).replaceAll('<a href="','<a target="_blank" rel="noreferrer noopener" href="')},[e]),c=y=>{var h;let p=y.target,g=!!((h=i.current)!=null&&h.querySelector("code"));if(["A","BUTTON"].includes(p.tagName)){l(null);return}a||g&&p.tagName!=="CODE"||!g&&p!==i.current||(p.addEventListener("mouseleave",()=>l(null),{once:!0}),l(p))},f=()=>{if(!a)return;l(null);let y=a.querySelector("button");y&&(mi(y,s.fadeup),r(Ry(a)))},d=y=>{let p=y.target;if(p.tagName==="A"){y.stopPropagation();return}"copyIcon"in p.dataset&&(mi(p,s.fadeup),r(Ry(p.parentElement)))},m=()=>{!a||!o||(l(null),o(Ry(a)))},v=y=>{if(y===null)return;let p=y.getBoundingClientRect();p.left<0?y.style.transform=`translateX(${-p.left+2}px)`:p.right>window.innerWidth&&(y.style.transform=`translateX(${window.innerWidth-p.right-2}px)`)};return(0,vn.jsxs)(pr.Fragment,{children:[a&&(0,vn.jsxs)(Ci,{triggerRef:{current:a},className:s.popover,parentNode:a,children:[(0,vn.jsxs)("div",{className:s.options,ref:v,children:[(0,vn.jsx)("button",{type:"button",className:s.option,onClick:f,children:n}),o&&(0,vn.jsxs)(pr.Fragment,{children:[(0,vn.jsx)("div",{className:s.divider}),(0,vn.jsx)("button",{type:"button",className:s.option,onClick:m,children:t})]})]}),(0,vn.jsx)("div",{className:s.arrow})]}),(0,vn.jsx)("div",{ref:i,className:s.root,dangerouslySetInnerHTML:{__html:u},onMouseOver:c,onClick:d})]})},FT=UM;var Ay={};Qe(Ay,{enUS:()=>zM,nlNL:()=>BM});var zM={useCue:[{type:0,value:"Add to message"}],copyCue:[{type:0,value:"Copy"}],removeCue:[{type:0,value:"Close"}],thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]},BM={useCue:[{type:0,value:"Voeg toe aan bericht"}],copyCue:[{type:0,value:"Kopi\xEBren"}],removeCue:[{type:0,value:"Sluiten"}],thumbsUp:[{type:0,value:"Thumbs up"}],thumbsDown:[{type:0,value:"Thumbs down"}]};var HT={title:"dd-YBHrC",fadeup:"dd-cRM0K",fadedown:"dd-7D4Pq",selected:"dd-bueui",thumbsUp:"dd-6QwVx",thumbsDown:"dd-d3E8l"};var Mn=w(b()),jM=({cue:e,onRemove:t,onCopy:n,onUse:r})=>{let o=L("WidgetCue",HT),s=q(Ay),i=gi(),a=B("hasKeyboardInput"),l=f=>{n&&n(f,e)},u=f=>{r&&r(f,e)},c=f=>{f.preventDefault(),f.stopPropagation(),t(e)};return(0,UT.useEffect)(()=>{i("Assistant response displayed",{name:e.rule.name,description:e.rule.description,group:e.rule.label,cueText:e.text})},[]),(0,Mn.jsxs)(re,{"data-testid":"cue",children:[(0,Mn.jsx)(ge,{children:(0,Mn.jsxs)(ge.Content,{children:[e.title&&(0,Mn.jsx)(ge.Title,{className:o.title,"data-testid":"widget-cue-title",children:e.title}),(0,Mn.jsx)(FT,{content:e.text,useLabel:s("useCue"),copyLabel:s("copyCue"),onCopy:l,onUse:a?u:void 0})]})}),(0,Mn.jsxs)(re.ButtonsContainer,{children:[(0,Mn.jsx)(re.Button,{onClick:c,children:s("removeCue")}),(0,Mn.jsx)(yi,{eventName:"Assistant response feedback",eventData:{name:e.rule.name,group:e.rule.label,description:e.rule.description,cueText:e.text},feedbackText:e.text,feedbackType:"assistant"})]})]})},zT=jM;var Rl=w(b()),VM=({cues:e})=>{let t=Q(),n=Qt(),r=gi(),o=a=>{t(eT({id:a.rule.id})),t(ob({code:a.rule.label})),r("Assistant response closed",{name:a.rule.name,group:a.rule.label,description:a.rule.description,cueText:a.text})},s=(a,l)=>{Jn(a),r("Assistant response copied",{name:l.rule.name,group:l.rule.label,description:l.rule.description,copiedText:a})},i=(a,l)=>{n.send(Yr,{text:a,suggestion:{source:"cue",sourceText:a}}),r("Assistant response used",{name:l.rule.name,group:l.rule.label,description:l.rule.description,usedText:a})};return(0,Rl.jsx)(Rl.Fragment,{children:e.map(a=>(0,Rl.jsx)(zT,{cue:a,onRemove:o,onCopy:s,onUse:i},a.rule.id))})},BT=VM;var kf=w(U());var jT={root:"dd-cvTAY",label:"dd-QWQxD",value:"dd-WSUHF",copyButton:"dd-67o9H",copyButtonText:"dd-oos-l",isTrue:"dd--1g2O",isFalse:"dd-sz2ir"};var Sn=w(b());function KM(e,t){return t.split(".").reduce((n,r)=>!n||typeof n!="object"||!(r in n)?null:n[r],e)}var VT=({data:e,schema:t})=>{let n=L("WidgetCustomData",jT),r=o=>{Jn(o)};return(0,kf.useEffect)(()=>{H.info("Custom data",e,t)},[e]),(0,Sn.jsx)("dl",{className:n.root,children:t.map(o=>{let s=KM(e,o.path);return(0,Sn.jsxs)(kf.Fragment,{children:[(0,Sn.jsx)("dt",{className:n.label,children:o.label}),(0,Sn.jsx)("dd",{className:n.value,children:o.type==="boolean"&&s?(0,Sn.jsx)("span",{className:n.isTrue,children:o.trueValue}):o.type==="boolean"&&!s?(0,Sn.jsx)("span",{className:n.isFalse,children:o.falseValue}):s?(0,Sn.jsxs)("button",{type:"button",onClick:()=>r(s),className:n.copyButton,children:[(0,Sn.jsx)("span",{className:n.copyButtonText,children:s}),(0,Sn.jsx)(El,{})]}):"-"})]},o.label)})})};var WT=w(U());var WM=/(https?:\/\/[^\s]+)/,KT=e=>e.split(" ").find(t=>WM.test(t));var tn=w(b()),$M=({suggestion:e,lines:t,onUse:n})=>{var f;let r=e.text||e.url||e.message,o=KT(r),s=q(Ko),i=B("showImages"),a=B("fallbackImage"),l=B("hasKeyboardInput"),u=d=>{d.preventDefault(),d.stopPropagation(),l&&n(r)},c=(0,WT.useCallback)(d=>{window.open(o,"_blank"),d.stopPropagation(),d.preventDefault()},[o]);return(0,tn.jsxs)(re,{onClick:l?u:void 0,"data-testid":"edit-suggestion",children:[(0,tn.jsxs)(ge,{children:[i&&e.image&&(0,tn.jsx)(ge.Image,{src:gf(e,"small",a||void 0),title:e.title}),(0,tn.jsxs)(ge.Content,{children:[e.title&&(0,tn.jsx)(ge.Title,{"data-testid":"widget-suggestion-title",children:e.title}),e.searchKeywords&&((f=e.searchKeywords)==null?void 0:f.length)>0&&(0,tn.jsx)(re.Labels,{labels:e.searchKeywords}),(0,tn.jsx)(ge.Content,{cropText:t==="single",lineClamp:t==="multiple",children:r})]})]}),(0,tn.jsxs)(re.Actions,{children:[o&&(0,tn.jsx)(re.ActionButton,{onClick:c,label:s("visitUrl")}),l&&(0,tn.jsx)(re.ActionButton,{primary:!0,onClick:u,label:s("useSuggestion")})]})]})},$T=$M;var Al=w(b()),qM=({lines:e,suggestions:t})=>{let n=Qt(),r=(o,s)=>{n.send(Yr,{text:o,suggestion:I(T({},s),{source:s.source,sourceText:s.text})})};return(0,Al.jsx)(Al.Fragment,{children:t.map(o=>(0,Al.jsx)($T,{suggestion:o,lines:e,onUse:s=>r(s,o)},o.text||o.url||o.message))})},qT=qM;var Ll={};Qe(Ll,{enUS:()=>GM,nlNL:()=>QM});var GM={waiting:[{type:0,value:"Loading\u2026"}],notSupported:[{type:0,value:"This conversation is not supported"}],noResults:[{type:0,value:"No results found\u2026"}],titleAutoflows:[{type:0,value:"Autoflows"}],titleCustomMessages:[{type:0,value:"Quick replies"}],titleCues:[{type:0,value:"Assistant updates"}],actions:[{type:0,value:"Shortcuts"}],linkStudioLogin:[{type:0,value:"My "},{type:1,value:"productName"}],linkSummary:[{type:0,value:"Summarize"}],linkKnowledgeSearch:[{type:0,value:"Knowledge Assist"}],linkSearch:[{type:0,value:"Search"}]},QM={waiting:[{type:0,value:"Laden\u2026"}],notSupported:[{type:0,value:"Dit gesprek wordt niet ondersteund"}],noResults:[{type:0,value:"Geen resultaten gevonden\u2026"}],titleAutoflows:[{type:0,value:"Autoflows"}],titleCustomMessages:[{type:0,value:"Quick replies"}],titleCues:[{type:0,value:"Assistant updates"}],actions:[{type:0,value:"Shortcuts"}],linkStudioLogin:[{type:0,value:"Mijn "},{type:1,value:"productName"}],linkSummary:[{type:0,value:"Gesprek samenvatten"}],linkKnowledgeSearch:[{type:0,value:"Knowledge assist"}],linkSearch:[{type:0,value:"Zoeken"}]};var Il={root:"dd-W9VCG",loginText:"dd--dS6t",stateText:"dd-348OC",sectionList:"dd-bF9pF",shortcutList:"dd-MuKK-",shortcut:"dd-5CnK9",link:"dd-DRo0x"};var $=w(b()),Pf=(e,t)=>{let n=M(lt);(0,Ti.useEffect)(()=>n?t.every(r=>!!r)?e():()=>{}:()=>{},[...t,n])},YM=({onLogIn:e})=>{let t=L("Widget",Il),n=B("isEmbedded"),r=B("adminUrl");return(0,$.jsx)("div",{className:t.loginText,children:(0,$.jsx)("div",{children:(0,$.jsx)(tf,{isEmbedded:n,loginUrl:r,onLogIn:e})})},"login")},GT=({text:e})=>{let t=L("Widget",Il);return(0,$.jsx)("div",{className:t.stateText,children:(0,$.jsx)("div",{children:(0,$.jsx)("p",{children:e})})},"notification")},XM=()=>{let e=q(Ll),t=Q(),n=L("Widget",Il),r=B("showSearch"),o=B("showSummaryCommand"),s=B("showKnowledgeSearch"),i=M(hi("/admin/")),a=Qt(),l=B("productName"),u=B("hasKeyboardInput"),c=r||o||s||i;return Pf(()=>(t(dy()),()=>{t(QC())}),[t]),!c||!u?null:(0,$.jsx)(xn,{title:e("actions"),type:"shortcuts",children:(0,$.jsxs)("div",{className:n.shortcutList,children:[r&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-search","aria-label":e("linkSearch"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0}),children:[(0,$.jsx)(di,{}),e("linkSearch")]}),o&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-summary","aria-label":e("linkSummary"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0,page:"summary"}),children:[(0,$.jsx)(ST,{}),e("linkSummary")]}),s&&(0,$.jsxs)("button",{type:"button",className:n.shortcut,"data-testid":"shortcut-knowledge-assist","aria-label":e("linkKnowledgeSearch"),onClick:()=>a.send("ShowCommandPalette",{isOpen:!0,page:"knowledgeAssist"}),children:[(0,$.jsx)(vT,{}),e("linkKnowledgeSearch")]}),i&&(0,$.jsxs)("a",{className:n.shortcut,target:"_blank",href:i,"data-testid":"shortcut-studio-login","aria-label":e("linkStudioLogin",{productName:l}),rel:"noreferrer",children:[(0,$.jsx)(yT,{}),e("linkStudioLogin",{productName:l})]})]})})},ZM=()=>{let e=Q(),t=B("showCustomMessages"),n=M(zC),r=M(ri);return Pf(()=>(e(xl(r)),e(WC(r)),()=>{e($C(r))}),[e,t,r]),!t||n.length===0?null:(0,$.jsx)(xn,{type:"custom-messages","data-testid":"custom-messages",children:(0,$.jsx)(St,{withDivider:!0,children:n.map(o=>(0,$.jsx)(mT,{suggestion:o},o.text))})})},JM=()=>{let e=q(Ll),t=Q(),n=B("showAutoflows"),r=M(_C),o=M(ri);return Pf(()=>(t(dr(o)),t(DC(o)),()=>{t(FC(o))}),[t,n,o]),!n||r.length===0?null:(0,$.jsx)(xn,{type:"autoflows",title:e("titleAutoflows"),"data-testid":"autoflows",children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(fT,{})})})},e_=()=>{let e=Q(),t=M(Kd),n=M(db),r=M(nT),o=M(W1),s=M(jd),i=M(Wd),a=M(gn),l=M(Gr);return(0,Ti.useEffect)(()=>{!!o&&!n&&H.warn("Custom data provided, but no schema.")},[o,n]),Pf(()=>{t.forEach(({type:u})=>{u==="entities"?e(mn()):iu.includes(u)||e(hn(u))})},[e,l,a]),(0,Ti.useEffect)(()=>{r.length>0&&!t.some(u=>u.type==="cues")&&H.warn("Received cues, but cues are not configured in widget.")},[t,r]),(0,$.jsx)(Ti.Fragment,{children:t.map(({type:u,title:c,amount:f,lines:d,schema:m})=>{var v,y;switch(u){case"entities":return s&&s.length>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(hT,{entities:s})},u);case"cues":return r&&r.length>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(BT,{cues:r})})},u);case"custom-data":return o&&m&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(VT,{data:o,schema:m})})},u);default:return((y=(v=i[u])==null?void 0:v.suggestions)==null?void 0:y.length)>0&&(0,$.jsx)(xn,{type:u,title:c,"data-testid":`type-${u}`,children:(0,$.jsx)(St,{withDivider:!0,children:(0,$.jsx)(qT,{lines:d,contentType:u,suggestions:i[u].suggestions.slice(0,f)||[]})})},u)}})})},t_=({onLogIn:e})=>{let t=q(Ll),n=L("Widget",Il),r=M(oi),o=M(lt),s=M(ri),i=M(gn);return r===!1?(0,$.jsx)(GT,{text:t("notSupported")}):o===!1?(0,$.jsx)(YM,{onLogIn:e}):!i||!s||o===null?(0,$.jsx)(GT,{text:t("waiting")}):(0,$.jsx)("div",{className:(0,QT.default)(n.root),"data-testid":"widget",children:(0,$.jsxs)(ru,{className:n.sectionList,children:[(0,$.jsx)(XM,{}),(0,$.jsx)(ZM,{}),(0,$.jsx)(JM,{}),(0,$.jsx)(e_,{})]})})},YT=t_;function ki(e){let t=new Range;return t.selectNodeContents(e),t}function XT(e,t,n){try{return ao(e,t,n),!0}catch(r){return!1}}function Rf(e){return"tagName"in e&&(e.tagName==="DIV"||e.tagName==="P")}function Af(e){return"tagName"in e&&e.tagName==="BR"}var Ol=/[\u200B-\u200D\uFEFF]/g;function ao(e,t,n){let r=new Range;if(e.firstChild===null&&t===0&&n===0)return r.selectNodeContents(e),r;let o=0,s=!1;function i(l,u){let c=-1,f=/[\u200B-\u200D\uFEFF]/;if(!f.test(l))return u;for(let d=0;d<=l.length;d++)if(f.test(l[d])||c++,c===u)return d;throw new Error("Offset out of range")}function a(l){switch(l.nodeType){case Node.TEXT_NODE:{let u=l.textContent,c=u.replace(Ol,""),f=o+c.length,d=t>=o&&t<=f,m=n>=o&&n<=f;if(d){let v=i(u,t-o);v===0&&!m?r.setStartBefore(l):r.setStart(l,v)}m&&(r.setEnd(l,i(u,n-o)),s=!0),o=f;break}case Node.ELEMENT_NODE:{if(Af(l)&&(o===t&&r.setStartBefore(l),o++,o===n)){r.setEndAfter(l),s=!0;return}for(let c=0;c<l.childNodes.length&&(a(l.childNodes[c]),!s);c++);let u=l.lastChild;Rf(l)&&u&&!Rf(u)&&!Af(u)&&o++;break}default:break}}if(a(e),r.startContainer===document)throw new Error("Offsets out of bound");return r}function Nl(e,t){if(!e.contains(t.startContainer)||!e.contains(t.endContainer))throw new Error("Range not within root element");let{startContainer:n,startOffset:r,endContainer:o,endOffset:s,collapsed:i}=t,a,l,u=0;function c(f){let d=f===e,m=f===n,v=f===o;switch(f.nodeType){case Node.TEXT_NODE:{let y=f.textContent;m&&(a=u+y.substring(0,r).replace(Ol,"").length),v&&(l=u+y.substring(0,s).replace(Ol,"").length),u+=y.replace(Ol,"").length;break}case Node.ELEMENT_NODE:{if(Af(f)&&f.nextSibling){u++;break}!d&&Rf(f)&&f.previousSibling&&u++;for(let y=0;y<f.childNodes.length;y++){let p=m&&y===r,g=v&&y===s;if(p&&(a=u),g&&(l=u),l!==void 0||((!p||!i)&&c(f.childNodes[y]),v&&y===s-1&&(l=u),l!==void 0))break}v&&(l=u);break}default:break}}if(c(e),l===void 0)throw new Error("Could not determine start and end");return{start:a!=null?a:l,end:l}}function Ml(e,t){if(!e.contains(t.startContainer)||!e.contains(t.endContainer))throw new Error("Range not within root element");let{startContainer:n,startOffset:r,endContainer:o,endOffset:s,collapsed:i}=t,a=0,l="";function u(c){let f=c===e,d=c===n,m=c===o;switch(d&&(a=1),c.nodeType){case Node.TEXT_NODE:{if(a!==1)return;let v=d?r:0,y=m?s:void 0;l+=c.textContent.replace(Ol,"").substring(v,y);break}case Node.ELEMENT_NODE:{if(!i&&a===1&&Af(c)&&c.nextSibling){l+=`
|
|
26
26
|
`;break}!f&&!i&&a===1&&Rf(c)&&c.previousSibling&&(l+=`
|
|
27
|
-
`);let v=d?r:0,y=m?Math.min(s,c.childNodes.length):c.childNodes.length;for(let p=v;p<y&&(u(c.childNodes[p]),a!==2);p++);break}default:break}m&&(a=2)}return u(e),l}var ZT=(i=>(i.CUT="Cut",i.BACKSPACE="Backspace",i.DELETE="Delete",i.ERASEEOF="EraseEof",i.UNDO="Undo",i.CLEAR="Clear",i))(ZT||{}),mr=class{constructor(t){this.element=t;this.isFocused=!1;this.isActive=!0;this.isDisposed=!1;this.eventListeners={};this.disposeHandlers=[];this.cachedText="";this.cachedCaretPosition=null;this.cachedSelection={start:0,end:0};this.cachedHTML="";this.isSubmitting=!1;this.isPossibleClearInputAction=!1;this.cachedText=this.getText(),this.cachedHTML=this.getHTML(),this.cachedSelection=this.getSelection(),this.listen()}addEventListener(t,n){let r=o=>{n(o)};this.element.addEventListener(t,r),this.disposeHandlers.push(()=>{this.element.removeEventListener(t,r)})}removeEventListener(t,n){this.element.removeEventListener(t,n)}handleInteraction(){let t=this.getText(),n=this.getHTML(),r=this.getSelection(),o=this.cachedCaretPosition===null;if(!this.isActive||(t===""&&this.cachedText!==""&&!this.isPossibleClearInputAction&&this.emit("submit"),t!==this.cachedText?(this.cachedText=t,this.cachedHTML=n,o=!0,this.emit("change",{plainText:t,rawHTML:n})):n!==null&&n!==this.cachedHTML&&(this.cachedHTML=n,o=!0,this.emit("change",{plainText:t,rawHTML:n})),(r.start!==this.cachedSelection.start||r.end!==this.cachedSelection.end)&&(this.cachedSelection=r,o=!0,this.emit("selection",r)),!o))return;let s=this.getCaretPosition();qr(s,this.cachedCaretPosition)||(this.cachedCaretPosition=s,this.emit("caretposition",s))}handleClick(){this.handleInteraction()}handleFocus(){let t=!this.isFocused;this.isFocused=!0,t&&this.emit("focus"),this.handleInteraction()}handleBlur(){this.isPossibleClearInputAction=!1;let t=this.isFocused;this.isFocused=!1,t&&this.emit("blur")}handleKeyDown(t){let{key:n,ctrlKey:r,metaKey:o}=t;this.isPossibleClearInputAction=Object.values(ZT).includes(n)||n.toLowerCase()==="z"&&(r||o),this.emit("keydown",t)}handleKeyUp(t){this.handleInteraction(),this.emit("keyup",t)}handleCut(){this.isPossibleClearInputAction=!0,this.emit("cut",{selectionText:this.getSelectedText()})}handlePaste(t){var r,o;let n=((r=t.clipboardData)==null?void 0:r.getData("text"))||((o=t.clipboardData)==null?void 0:o.getData("text/plain"))||"";this.emit("paste",{pastedText:n,selectionText:this.getSelectedText()})}listen(){this.addEventListener("keydown",n=>this.handleKeyDown(n)),this.addEventListener("keyup",n=>this.handleKeyUp(n)),this.addEventListener("input",()=>this.handleInteraction()),this.addEventListener("change",()=>this.handleInteraction()),this.addEventListener("focus",()=>this.handleFocus()),this.addEventListener("blur",()=>this.handleBlur()),this.addEventListener("cut",()=>this.handleCut()),this.addEventListener("paste",n=>this.handlePaste(n)),this.addEventListener("click",()=>this.handleInteraction()),document.activeElement===this.element&&(this.isFocused=!0);let t=new MutationObserver(()=>{this.element.isConnected||(this.emit("unmounted"),this.dispose())});t.observe(document.body,{subtree:!0,childList:!0}),this.disposeHandlers.push(()=>{t.disconnect()})}focus(){this.element.focus()}emit(t,...n){this.isDisposed||this.eventListeners[t]&&this.eventListeners[t].forEach(r=>{r(...n)})}on(t,n){this.isDisposed||(this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n))}activate(){let t=this.isActive===!1;this.isActive=!0,t&&this.handleInteraction()}deactivate(){this.isActive=!1}dispose(){this.disposeHandlers.forEach(t=>t()),this.eventListeners={},this.isDisposed=!0}};function JT(e){return e.top!==0||e.left!==0||e.height!==0||e.width!==0}var Zo=class extends mr{constructor(){super(...arguments);this.lastKnownSelection=null}getRootNode(){return this.element.getRootNode()}getText(){let n=new Range;return n.selectNodeContents(this.element),Ml(this.element,n)}getHTML(){return this.element.innerHTML||""}getRange(){var i;let n=this.getRootNode();if(n.activeElement!==this.element)return null;let r="getSelection"in n?n.getSelection():window.getSelection();if(!r)return null;let o="getComposedRanges"in r&&n instanceof ShadowRoot?(i=r.getComposedRanges(n))==null?void 0:i[0]:r.rangeCount>0?r.getRangeAt(0):null;if(!o)return null;let s=this.element.ownerDocument.createRange();return s.setStart(o==null?void 0:o.startContainer,o==null?void 0:o.startOffset),s.setEnd(o==null?void 0:o.endContainer,o==null?void 0:o.endOffset),!s||!this.element.contains(s.startContainer)||!this.element.contains(s.endContainer)?null:s}getCaretPosition(){let n=this.getRange();if(!n||!n.collapsed||!("getBoundingClientRect"in n))return null;let r=n.getBoundingClientRect();return!JT(r)&&(n.insertNode(this.element.ownerDocument.createTextNode("\u2060")),r=n.getBoundingClientRect(),n.deleteContents(),!JT(r))?null:{top:r.top+r.height,left:r.left}}getSelection(){let n=this.getRange();if(n)return Nl(this.element,n);let r=this.lastKnownSelection;if(r&&XT(this.element,r.start,r.end))return r;let o=ki(this.element);return o.collapse(!1),Nl(this.element,o)}getSelectedText(){let{start:n,end:r}=this.getSelection();return Ml(this.element,ao(this.element,n,r))}listen(){super.listen();let n=new MutationObserver(s=>{var i,a;s.length===2&&s[0].addedNodes.length===1&&((i=s[0].addedNodes[0])==null?void 0:i.textContent)==="\u2060"&&((a=s[1].removedNodes[0])==null?void 0:a.textContent)==="\u2060"||setTimeout(()=>{this.handleInteraction()},0)});n.observe(this.element,{attributes:!0,characterData:!0,childList:!0,subtree:!0}),this.disposeHandlers.push(()=>n.disconnect());let r=this.element.isContentEditable,o=new MutationObserver(()=>{this.element.isContentEditable!==r&&(r=this.element.isContentEditable,this.emit(this.element.isContentEditable?"enabled":"disabled"))});o.observe(this.element,{attributes:!0,attributeFilter:["contenteditable"]}),this.disposeHandlers.push(()=>o.disconnect())}};var Jo=class extends mr{constructor(){super(...arguments);this.lastKnownSelection=null}getText(){return this.element.value}getHTML(){return null}getSelection(){let{selectionStart:n,selectionEnd:r}=this.element;return{start:n,end:r}}getSelectedText(){let n=this.getSelection();return n?this.getText().slice(n.start,n.end):""}getCaretPosition(){return null}listen(){super.listen();let n=Object.getOwnPropertyDescriptor(window.HTMLTextAreaElement.prototype,"value");Object.defineProperty(this.element,"value",{configurable:!0,get:()=>{var s;return(s=n==null?void 0:n.get)==null?void 0:s.call(this.element)},set:s=>{var i;(i=n==null?void 0:n.set)==null||i.call(this.element,s),this.handleInteraction()}});let r=this.element.disabled,o=new MutationObserver(()=>{this.element.disabled!==r&&(r=this.element.disabled,this.emit(r?"disabled":"enabled"))});o.observe(this.element,{attributes:!0,attributeFilter:["disabled"]}),this.disposeHandlers.push(()=>o.disconnect())}};function ek(e,t,n){let r=`deepdesk-iframe-${e}`,o=document.getElementById(r);if(o)return o;let s=document.createElement("iframe"),i=new URL(t);return Object.entries(n).forEach(([a,l])=>{i.searchParams.append(a,l)}),s.style.position="absolute",s.style.left="-999em",s.style.width="0px",s.style.height="0px",s.tabIndex=-1,s.id=r,s.title=`iframe-${e}`,s.src=i.toString(),window.document.body.appendChild(s),s}function n_(e){if(typeof e!="string")return e;try{return JSON.parse(e)}catch(t){return e}}var Ly=class{constructor(t){this.name=t;this.disposeHandlers=[];this.broadcastChannel=new BroadcastChannel(t)}onMessage(t){this.broadcastChannel.addEventListener("message",t),this.disposeHandlers.push(()=>{this.broadcastChannel.removeEventListener("message",t)})}postMessage(t){this.broadcastChannel.postMessage(JSON.stringify(t))}close(){this.disposeHandlers.forEach(t=>t()),this.broadcastChannel.close()}},Iy=class{constructor(t,n,r){this.name=t;this.targetOrigin=n;this.options=r;this.disposeHandlers=[];this.iframe=ek(t,`${this.targetOrigin}/sdk/proxy/proxy.html`,{channel:this.name,host:window.location.origin,debug:"1"}),document.body.appendChild(this.iframe)}onMessage(t){window.addEventListener("message",t),this.disposeHandlers.push(()=>{window.removeEventListener("message",t)})}postMessage(t){var n;(n=this.iframe.contentWindow)==null||n.postMessage(JSON.stringify(t),this.targetOrigin)}close(){var t;this.disposeHandlers.forEach(n=>n()),(t=this.iframe)==null||t.remove()}},Oy=class{constructor(t){this.params=t;this.deepdeskUrl=t.deepdeskUrl,this.eventMap=t.eventMap,this.sessionId="deepdesk-general",this.defaultChannel=this.createChannel("deepdesk-general")}get isCrossOrigin(){return this.params.deepdeskUrl!==(this.params.origin||window.location.origin)}setSessionId(t){this.sessionId!==t&&(this.cleanup(),H.info("Set sessionId",t),this.sessionId=t,this.channel=this.createChannel(t))}createChannel(t){let n=this.params.createCustomChannel?this.params.createCustomChannel(t):this.isCrossOrigin?new Iy(t,this.deepdeskUrl,{debug:!0}):new Ly(t),r=o=>{var i,a;if(o.origin!==this.deepdeskUrl)return;let s=n_(o.data);typeof s!="object"||s.type!=="event"||s.channel!==t||(H.info("Received broadcast event",this.sessionId,o),(a=(i=this.eventMap)[s.name])==null||a.call(i,s.payload))};return n.onMessage(r),n}send(t,n,r){var i,a;H.info("Broadcast event",{sessionId:this.sessionId,name:t,payload:n});let o={type:"event",name:t,payload:n};r!==!1&&((a=(i=this.eventMap)[t])==null||a.call(i,n));let s=this.sessionId==="deepdesk-general"?this.defaultChannel:this.channel;s==null||s.postMessage(I(T({},o),{channel:this.sessionId}))}cleanup(t=!1){var n,r;(n=this.channel)==null||n.close(),delete this.channel,t&&((r=this.defaultChannel)==null||r.close(),delete this.defaultChannel)}},tk=Oy;var Pi=class extends Error{constructor(n,r){super(n);this.body=r;this.name="CustomError"}};var Ny=e=>new Promise(t=>{setTimeout(t,e)});var Ri=class extends Pi{constructor(){super(...arguments);this.name="ClientError"}},_y=class extends Pi{constructor(){super(...arguments);this.name="ServerError"}},My=new Map;function r_(e){return P(this,null,function*(){if(e.status===204)return e.text().catch(()=>{}),null;let t=e.headers.get("content-type");if(t&&t.includes("application/json"))return e.json();let n=yield e.text();return n===""?null:(H.warn("Unexpected response body:",n.slice(0,20)),JSON.parse(n))})}var lo=class lo{constructor(t="",n={}){this.baseUrl=t;this.options=n;this.latestRequestByUrl={};this.fetch=window.fetch.bind(window);n.fetch&&(this.fetch=n.fetch)}patchFetch(t){this.fetch=t(this.fetch)}setCsrfToken(t){this.csrfToken=t}request(t,n={}){return new Promise((r,o)=>{let s={isAborted:!1,reject:o},i=`${this.baseUrl}${t}`,a=this.fetch,l=n.method===void 0||n.method.toLowerCase()==="get",C=n,{useCache:u=!1,abortLatest:c=!1,attempts:f=1,retryDelay:d=500,refreshTokenOn401:m=!0,retryOnError:v=R=>R instanceof TypeError,retryOnResponse:y=R=>R.status>=500,version:p=null}=C,g=ee(C,["useCache","abortLatest","attempts","retryDelay","refreshTokenOn401","retryOnError","retryOnResponse","version"]);if(u)if(l){if(My.has(i)){r(My.get(i));return}}else throw new Error(`Can't use 'useCache' for ${n.method}`);let h=I(T({credentials:"include"},g),{headers:T({Accept:"application/json","Content-Type":"application/json"},g.headers)});!l&&this.csrfToken&&(h.headers=I(T({},h.headers),{"X-CSRFToken":this.csrfToken})),typeof p=="string"&&(h.headers=I(T({},h.headers),{"X-Deepdesk-API-Version":p}));let S=f,x=!1;if(!a)throw new Error("fetch is not set");this.latestRequestByUrl[i]&&c&&(this.latestRequestByUrl[i].isAborted=!0,this.latestRequestByUrl[i].reject(new Error("Aborted"))),this.latestRequestByUrl[i]=s;let k=()=>P(this,null,function*(){return S--,a(i,h).then(R=>P(this,null,function*(){return y(R)&&!s.isAborted&&S>0?(yield Ny(d),k()):R.status===401&&m===!0&&x===!1?(x=!0,yield this.refreshToken(),k()):R})).catch(R=>P(this,null,function*(){if(v(R)&&!s.isAborted&&S>0)return yield Ny(d),k();throw R}))});k().then(R=>P(this,null,function*(){let N=yield r_(R);if(delete this.latestRequestByUrl[i],R.status>=500){o(new _y("Server Error",N));return}else if(R.status===401){o(new Ri("Unauthorized",N));return}else if(R.status===403){o(new Ri("Forbidden",N));return}else if(R.status===404){o(new Ri("Not Found",N));return}else if(R.status>=400){o(new Ri("Bad Request",N));return}u&&My.set(i,N),r(N)})).catch(R=>{o(R)})})}validateToken(){return P(this,null,function*(){let{has_valid_access_token:t}=yield this.get("/auth/validate");if(!t)try{yield this.refreshToken()}catch(r){return!1}let{is_logged_in:n}=yield this.get("/apis/admin/session/validate/");return!!n})}refreshToken(){return lo.refreshingToken||(lo.refreshingToken=this.get("/auth/refresh",{refreshTokenOn401:!1}).finally(()=>{setTimeout(()=>{lo.refreshingToken=null},1e3*60)})),lo.refreshingToken}get(t,n){return this.request(t,n)}post(t,n,r){return this.request(t,T({method:"POST",body:JSON.stringify(n)},r))}patch(t,n,r){return this.request(t,T({method:"PATCH",body:JSON.stringify(n)},r))}put(t,n,r){return this.request(t,T({method:"PUT",body:JSON.stringify(n)},r))}delete(t,n){return this.request(t,T({method:"DELETE"},n))}};lo.refreshingToken=null;var gr=lo;var nk;(t=>{let e;(l=>(l.SEND_MESSAGE="Send Message",l.HANDLING_TIME="Handling Time",l.START_AUTOFLOW="Start Autoflow",l.ABORT_AUTOFLOW="Abort Autoflow",l.ADD_TO_PERSONAL_COLLECTION="Add to personal collection",l.DELETE_FROM_PERSONAL_COLLECTION="Delete from personal collection"))(e=t.EventType||(t.EventType={}))})(nk||(nk={}));function Lf(e){return I(T({},te(e)),{tags:e.tags})}var es=class es{constructor(t,n={}){this.options=n;this.latestReceivedDeepdeskVersions={};this.shouldFetchCsrfToken=!0;this.client=new gr(t,{fetch:n.fetch}),this.client.patchFetch(r=>(o,s)=>P(this,null,function*(){let i=yield r(o,s);return this.handleDeepdeskVersionHeaders(i),i}))}preflight(){return P(this,null,function*(){if(this.shouldFetchCsrfToken){this.shouldFetchCsrfToken=!1;let t=yield this.getCsrfToken();this.client.setCsrfToken(t)}return this.options.token?(es.exchangeTokenPromise||(es.exchangeTokenPromise=this.exchangeTokenForAccessCookie(this.options.token)),es.exchangeTokenPromise):Promise.resolve()})}createConversation(t){return P(this,null,function*(){yield this.preflight(),H.info(`Creating conversation for session ${t.sessionId} and agent ${t.agentId}`);let n=yield this.client.post("/api/conversations",I(T({},Ie(t)),{tags:t.tags}),{version:"v2"});return Lf(n)})}getMe(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/session/me/");return te(t)})}patchMe(t){return P(this,null,function*(){let n=yield this.client.patch("/apis/admin/session/me/",Ie(t));return te(n)})}getProfile(t){return P(this,null,function*(){let n=yield this.client.get(`/apis/admin/profiles/${t}/`,{useCache:!0});return te(n)})}getKnowledgeAssistant(t){return P(this,null,function*(){let n=yield this.client.get(`/apis/admin/knowledge-assist/assistants/${t}/`,{useCache:!0});return te(n)})}getContentTypes(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/content-types/",{useCache:!0});return te(t)})}getAccount(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/account/",{useCache:!0});return te(t)})}getPlatformConfig(t){return P(this,null,function*(){let n=t!==void 0?`/platform/config/${t}/`:"/platform/config/",{config:r}=yield this.client.get(n,{useCache:!0});return te(r)})}checkUserExists(t){return P(this,null,function*(){let{exists:n}=yield this.client.get(`/apis/admin/users/exists?external_id=${t}`,{version:"v1"});return n})}getConversationBySessionId(r){return P(this,arguments,function*(t,n={}){yield this.preflight(),H.info(`Getting conversation for session ${t}`);let{attempts:o=1,retryDelay:s=1e3}=n,i=yield this.client.get(`/api/conversations/by_session_id/${t}`,{attempts:o,retryDelay:s,retryOnResponse:a=>a.status===404||a.status>=500,version:"v2"});return H.info(`Successfully retrieved conversation ${i.id} for session ${t}`),Lf(i)})}isConversationSupported(r){return P(this,arguments,function*(t,n={}){H.info(`Check if conversation for session ${t} is supported`);let{attempts:o=1,retryDelay:s=1e3}=n;return(yield this.client.get(`/api/conversations/by_session_id/${t}/active_profile`,{attempts:o,retryDelay:s,retryOnResponse:a=>a.status===404||a.status>=500,version:"v2"})).has_active_profile})}updateConversation(t,n){return P(this,null,function*(){let r=Ie(n);n.tags&&(r.tags=n.tags);let o=yield this.client.put(`/api/conversations/${t}`,r,{version:"v2"});return Lf(o)})}postMessages(t,n){return P(this,null,function*(){return(yield this.client.post(`/api/conversations/${t}/messages`,n.map(o=>I(T({},Ie(o)),{tags:o.tags})),{version:"v2"})).map(o=>Lf(o))})}sendEvent(t,n){return P(this,null,function*(){let i=n,{data:r}=i,o=ee(i,["data"]),s=Object.entries(this.latestReceivedDeepdeskVersions).reduce((a,[l,u])=>I(T({},a),{[l]:u}),{});return this.client.post("/api/events",Ie(I(T(T({},s),o),{data:r,name:t})),{version:"v2"})})}sendEventV1(t,n){return P(this,null,function*(){let r=Object.entries(this.latestReceivedDeepdeskVersions).reduce((o,[s,i])=>I(T({},o),{[s]:i}),{});return this.client.post("/api/events",{event:t,data:Ie(T(T({},n),r))},{version:"v1"})})}getEntities(t){return P(this,null,function*(){return(yield this.client.post("/api/entities",{messages:t.filter(r=>r.text)},{version:"v1"})).entities})}getTemporaryExchangeToken(){return P(this,null,function*(){return(yield this.client.get("/auth/exchange-token")).jwt})}exchangeTokenForAccessCookie(t){return P(this,null,function*(){return this.client.post("/apis/admin/session/jwt/",{jwt:t}).catch(n=>{throw H.warn(`Invalid token '${t}'`),n})})}authenticateWithKey(t,n){return P(this,null,function*(){yield this.preflight(),yield this.client.post("/apis/admin/session/api-key/",Ie(n),{refreshTokenOn401:!1,headers:{apikey:t}})})}getTextSuggestions(o){return P(this,arguments,function*(t,n={},r){return r==="sticky-messages"?this.getPinnedMessages(t):(yield this.client.post(`/api/conversations/${t}/recommend/${r}`,Ie(n),{abortLatest:!0,version:"v1"})).map(i=>I(T({},te(i)),{text:i.text||i.url||i.message,source:r,type:r})).filter((i,a,l)=>a===l.findIndex(u=>u.text===i.text))})}isLoggedIn(){return P(this,null,function*(){return yield this.preflight(),this.client.validateToken()})}getAutocompleteSuggestions(t,n){return P(this,null,function*(){return(yield this.client.post(`/api/conversations/${t}/autocomplete`,Ie(n),{abortLatest:!0,version:"v1"})).map(o=>({score:1,source:o.source,sourceText:o.source_text,text:o.label,trainingJobs:o.training_jobs,searchKeywords:o.search_keywords,type:o.source})).filter((o,s,i)=>s===i.findIndex(a=>a.text===o.text))})}getPinnedMessages(t){return P(this,null,function*(){let n=yield this.client.get(`/api/conversations/${t}/sticky-messages`,{abortLatest:!0,version:"v1"});return te(n).map(r=>I(T({},r),{text:r.message,source:"sticky-messages",type:"pinned-message"}))})}getStyleSuggestions(t){return P(this,null,function*(){let n=yield this.client.post("/api/style-suggestions",Ie(t),{abortLatest:!0,version:"v1"});return te(n)})}search(t){return P(this,null,function*(){let n=yield this.client.post(`/api/profiles/${t.profile}/search`,Ie(t),{version:"v2"});return te(n)})}knowledgeAssist(s,i,a){return P(this,arguments,function*(t,n,r,o={}){let l=yield this.client.post(`/api/knowledge-assist/assistants/${r}/search`,Ie({question:t.question,doNotKnowAnswer:t.doNotKnowAnswer,customerInstruction:t.customerInstruction,chatHistory:n.map(u=>({question:u.question,answer:u.answer.answer})),agentId:o.agentId,conversationId:o.conversationId}),{version:"v2"});return te(l)})}requestLoginByEmail(t){return P(this,null,function*(){let n=yield this.client.post("/apis/admin/session/passwordless/request/",{email:t});return te(n)})}requestPasswordlessToken(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/session/passwordless/request/");return te(t.token)})}getCsrfToken(){return P(this,null,function*(){let{token:t}=yield this.client.get("/apis/admin/session/csrf/");return t})}verifyLoginToken(t){return P(this,null,function*(){let n=yield this.client.post("/apis/admin/session/passwordless/login/",{token:t});return te(n)})}evaluateRule(s,i,a){return P(this,arguments,function*(t,n,r,o={}){let l=new URLSearchParams;o.raiseForFailingConditions&&l.set("raise_for_failing_conditions","true");let u=yield this.client.post(`/api/conversations/${n}/rules/${t}/evaluate?${l.toString()}`,r,{version:"v2"});return u?te(u.cues):[]})}getSummary(r){return P(this,arguments,function*(t,n={}){let o=yield this.client.post("/api/summary",{conversation:{messages:t.filter(s=>s.text&&s.source),agent_id:n.agentId,id:n.externalConversationId},prompt_instruction:n.promptInstruction,model:n.model},{version:"v1"});return te(o)})}evaluateAssistant(t,n){return P(this,null,function*(){var s;let r=new URLSearchParams;r.append("enforce_cues_schema","true"),n.conversationId&&r.append("conversation_id",n.conversationId);let o=yield this.client.post(`/api/v2/assistants/${t}/evaluate?${r.toString()}`,{input:(s=n.input)!=null?s:{},conversation:n.transcript});return te(o.output)})}getRules(){return P(this,null,function*(){let t=new URLSearchParams,n=yield this.client.get(`/apis/admin/rule-engine/rules/?${t.toString()}`,{useCache:!0});return te(n)})}translateMessages(t){return P(this,null,function*(){let n=yield this.client.post("/api/translate",Ie(t),{version:"v2"});return te(n)})}handleDeepdeskVersionHeaders(t){t.headers.forEach((n,r)=>{let o=r.toLowerCase(),s=o.match(t0);if(!n||!s)return;let i=s[1].replace("-","_"),a=this.latestReceivedDeepdeskVersions[i];a&&n&&a!==n&&H.warn(`Overwritten Version header ${o}: ${JSON.stringify(a)} -> ${JSON.stringify(n)}`),this.latestReceivedDeepdeskVersions[i]=n})}};es.exchangeTokenPromise=null;var hr=es;var _l=class{constructor(t,n){this.url=t;this.eventListeners={};this.options=T({timeout:25e3},n)}proxyEvent(t){this.eventSource.addEventListener(rh(t),n=>{let{data:r}=n;try{let o=JSON.parse(r);this.emit(t,te(o))}catch(o){H.warn(`Invalid JSON for ${t}: ${r}`)}})}connect(){clearTimeout(this.timeoutTimer);let t=new EventSource(this.url,{withCredentials:!0});this.eventSource=t;let n=!1;t.onopen=()=>{n=!0},t.onerror=()=>{n&&t.readyState===2&&this.connect()},this.timeoutTimer=setTimeout(()=>{t.close(),this.connect()},this.options.timeout),Object.keys(this.eventListeners).forEach(r=>{this.proxyEvent(r)})}disconnect(){var t;clearTimeout(this.timeoutTimer),this.eventListeners={},(t=this.eventSource)==null||t.close()}emit(t,n){this.eventListeners[t]&&this.eventListeners[t].forEach(r=>r(n))}on(t,n){return this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n),this.proxyEvent(t),()=>{this.off(t,n)}}off(t,n){let r;this.eventListeners[t]&&(r=this.eventListeners[t].indexOf(n),r>-1&&this.eventListeners[t].splice(r,1))}};var rk;(t=>{let e;(s=>(s.Started="Started",s.Aborted="Aborted",s.Completed="Completed"))(e=t.AutoflowSessionState||(t.AutoflowSessionState={}))})(rk||(rk={}));var Dl=class{constructor(t,n={}){this.apiUrl=t;this.streams={};this.logger=H;this.client=new gr(t,n)}getCustomMessages(t){return P(this,null,function*(){let n=yield this.client.get(`/sessions/${t}/suggestions`);return te(n.suggestions)})}sendCustomMessage(t,n){return P(this,null,function*(){let r=yield this.client.post(`/sessions/${t}/messages`,Ie(n));return te(r)})}answerCustomMessage(t,n){return P(this,null,function*(){yield this.client.post(`/sessions/${t}/answers`,Ie(n))})}getAutoflows(t){return P(this,null,function*(){let n=yield this.client.get(`/sessions/${t}/autoflows`);return te(n.autoflows)})}startAutoflowSession(t){return P(this,null,function*(){let n=yield this.client.post("/autoflow-sessions",Ie(t));return te(n)})}stopAutoflowSession(t){return P(this,null,function*(){yield this.client.delete(`/autoflow-sessions/${t}`)})}openStream(t){return this.streams[t]||(this.streams[t]=new _l(`${this.apiUrl}/sessions/${t}/events`),this.streams[t].connect()),this.streams[t]}closeStream(t){this.streams[t]||(this.streams[t].disconnect(),delete this.streams[t])}};var ok={startTime:null,stopTime:null},sk=X({name:"handlingTime",initialState:ok,reducers:{handlingTimeStart(e){if(e.startTime&&!e.stopTime)throw new Error("Timing already started");e.startTime=new Date,e.stopTime=null},handlingTimeStop(e){if(!e.startTime)throw new Error("Timing not started");e.stopTime=new Date},handlingTimeReset(e){e.startTime=null,e.stopTime=null}},extraReducers:e=>{e.addCase(de,()=>ok)}}),{handlingTimeStart:ik,handlingTimeStop:If,handlingTimeReset:ak}=sk.actions,lk=sk.reducer;var uk=(e={})=>{let t=T({onAuthError:ni(!1)},e);return n=>r=>o=>("error"in o&&o.error.message==="Unauthorized"&&n.dispatch(t.onAuthError),r(o))};var Of={list:{keywordMatches:[]},fetchState:"idle"};var ts=K("styleSuggestions/getAll",(n,r)=>P(void 0,[n,r],function*({text:e},t){var l;let{deepdeskAPI:o}=t.extra,s=t.getState(),{showStyleSuggestions:i}=s.settings,a=(l=s.conversation.current)==null?void 0:l.profileCode;if(!i)return Of.list;if(!a)throw new Error("No current conversation to fetch pinned messages");return o.getStyleSuggestions({profileCode:a,message:e})})),o_=X({name:"styleSuggestions",initialState:Of,reducers:{},extraReducers:e=>{e.addCase(ts.pending,t=>{t.fetchState="loading"}).addCase(ts.rejected,t=>{t.fetchState="error"}).addCase(ts.fulfilled,(t,n)=>{t.fetchState="done",qr(t.list,n.payload)||(t.list=n.payload)}).addCase(Oo,t=>{t.list=Of.list}).addCase(de,()=>Of)}}),ck=o_.reducer;var dk=(e={})=>{let t,n=!0,r=T({getStyleSuggestions:ts,debounce:500},e);return o=>s=>i=>{var m;let a=o.getState().input.text,l=s(i),u=o.getState();if(u.auth.isLoggedIn!==!0)return l;let{showStyleSuggestions:c}=u.settings;if(!((m=u.conversation.current)==null?void 0:m.id)||!c)return l;let{text:d}=u.input;return d===a&&!n||(clearTimeout(t),d==="")||(t=setTimeout(()=>{n=!1,o.dispatch(r.getStyleSuggestions({text:d}))},e.debounce)),l}};function s_(e,t){return e.text===t.text&&e.selection.start===t.selection.start&&e.selection.end===t.selection.end}var fk=(e={})=>{let t=T({getTextSuggestions:hn,getAutocompleteSuggestions:gl,debounce:200,check:In},e),n;return r=>o=>s=>{var y;let{input:i}=r.getState(),a=o(s),l=r.getState();if(l.auth.isLoggedIn!==!0)return a;let{recommendTextSuggestions:u,showTabCompletion:c}=l.settings,f=(y=l.conversation.current)==null?void 0:y.id,d=s.type===$d.toString();if(!f||!u&&!c)return a;let{input:m}=l;return s_(m,i)&&!d||(clearTimeout(n),!t.check(l))||(n=setTimeout(()=>{let p=si(l);p===""?r.dispatch(t.getTextSuggestions("default")):r.dispatch(t.getAutocompleteSuggestions(p))},d?0:t.debounce)),a}};var pk=ts.fulfilled.toString();function i_(e,t){let n=new Set([...t.keywordMatches.map(o=>o.keyword)]),r=[];return n.forEach(o=>{let s=e.keywordMatches.filter(l=>l.keyword===o),i=t.keywordMatches.filter(l=>l.keyword===o),a=i.length-s.length;a<=0||r.push(...i.slice(0,a))}),r}var mk=e=>t=>n=>r=>{var u;if(r.type!==pk){n(r);return}let o=t.getState().styleSuggestions.list;n(r);let s=t.getState(),i=s.styleSuggestions.list,a=(u=s.conversation)==null?void 0:u.current;if(o===i)return;let l=i_(o,i);r.type===pk&&l.length>0&&e.sendEvent("style suggested",{conversationId:a==null?void 0:a.id,data:{keywordMatches:l}})};var a_=kc({assistants:sb,answer:Sb,auth:x1,autoflows:HC,conversation:I1,contentTypes:RE,customMessages:qC,passwordlessToken:YC,entities:JE,knowledgeAssistant:hb,handlingTime:lk,info:Y1,input:V1,settings:m1,profile:fb,search:rE,styleSuggestions:ck,ui:Yb,rules:tT,textSuggestions:Ab});function gk(e){return wx({reducer:a_,middleware:t=>[...t({thunk:{extraArgument:{dynamicThunkObject:e.dynamicThunkObject,deepdeskAPI:e.deepdeskAPI,deepdeskBrokerAPI:e.deepdeskBrokerAPI}},serializableCheck:!1}),uk(),fk({debounce:200}),dk({debounce:500}),mk(e.deepdeskAPI),...e.middleware?e.middleware:[]],preloadedState:e.preloadedState})}var l_=e=>{var t,n;return(n=(t=e==null?void 0:e.type)==null?void 0:t.toLowerCase())!=null?n:"unknown"},u_=e=>t=>n=>r=>{var a,l,u,c,f,d,m;let o=t.getState(),s=Xg("inlineSuggestions")(o);switch(r.type){case ni.toString():{!r.payload&&e.emit("logout",void 0);break}case mn.fulfilled.toString():r.payload.length>0&&e.sendEvent("entities found",{conversationId:(a=o.conversation.current)==null?void 0:a.id,data:{entities:r.payload}});break;case ut.toString():e.sendEvent(r.payload.name,{conversationId:((l=r.payload.options)==null?void 0:l.includeConversationData)&&((u=o.conversation.current)==null?void 0:u.id),data:r.payload.data});break;case Oo.toString():e.logSendMessage(r.payload);break;case Qo.fulfilled.toString():r.isBroadcasted||e.broadcast(ih,r,!1),(c=r.payload.options)!=null&&c.shouldEmit&&e.emit("cues",r.payload.cues);break;case eo.fulfilled.toString():r.isBroadcasted||e.broadcast(ah,r,!1);break;default:break}let i=n(r);switch(r.type){case Oo.toString():e.handleAfterSendMessage(r.payload);break;case yl.toString():e.onUpdateShowTabHint(r.payload);break;case If.toString():e.logHandlingTime();break;case"analytics/logEvent/fulfilled":{e.emit("event",r.meta.arg);break}case ad.toString():{let{start:v,end:y}=o.input.selection;e.emit("replace",I(T({},r.payload),{replace:r.payload.replace==="selection"?{start:v,end:y}:{start:0,end:y}}));break}case ln.toString():{let{start:v,end:y}=o.input.selection;e.emit("select-suggestion",I(T({type:l_(r.payload.suggestion)},r.payload),{replace:r.payload.replace==="selection"?{start:v,end:y}:{start:0,end:y}})),s&&t.dispatch(Qr([]));break}case ld.toString():e.emit("select-image",r.payload),e.sendEvent("Image attached",{conversationId:(f=o.conversation.current)==null?void 0:f.id,data:{path:r.payload.suggestion.image,title:r.payload.suggestion.title}});break;case Qr.toString():{s&&r.payload.length>0&&t.dispatch(ud(0));break}case pi.fulfilled.toString():{e.sendEvent("conversation summarized",{conversationId:(d=o.conversation.current)==null?void 0:d.id,data:{summary:r.payload,assistant:(m=t.getState().profile.data)==null?void 0:m.summarizerAssistantNew}});break}default:break}return i},hk=u_;function Dy(e){return e.toISOString().replace("T"," ").replace("Z","")}function yk(e,t){var s,i,a,l;let n=(s=e.conversation.current)==null?void 0:s.id;if(!n)return H.warn("No conversationId for handling time metrics"),null;let{startTime:r,stopTime:o}=e.handlingTime;return!r||!o?(H.warn("No startTime and stopTime for handling time metrics"),null):{conversationId:n,clientVersion:t.version,agentId:(i=e.info.agentInfo)==null?void 0:i.agentId,agentName:(a=e.info.agentInfo)==null?void 0:a.agentName,agentEmail:(l=e.info.agentInfo)==null?void 0:l.agentEmail,timeStart:Dy(r),timeStop:Dy(o)}}function vk(e,t,n){var N,_,D,G;let r=(N=t.conversation.current)==null?void 0:N.id;if(!r)return H.warn("No conversationId for send message metrics"),null;let{text:o,metrics:{numCharsTyped:s,numCharsPasted:i,numCharsCut:a,numCharsDeleted:l,numPaste:u,agentStartedTypingTimestamp:c,externalTimeTotalSeconds:f,pastes:d,cuts:m,deletions:v,textSuggestions:y,offeredTextSuggestions:p}}=t[e],g=o.length,S=y.reduce((Z,{text:se,searchTerm:yr})=>Z+se.length-(yr?yr.length:0),0),x=c!=null?c:Date.now(),k=(Date.now()-x)/1e3+(f||0),C=s/k,R=y.reduce((Z,{searchTerm:se})=>Z+(se?se.length:0),0);return{conversationId:r,source:"agent",text:o,clientVersion:n.version,pastes:d,cuts:m,deletions:v,lenTextTyped:s+R,lenTextTotal:g,lenTextAssisted:S,lenTextPasted:i,lenTextCut:a,lenTextDeleted:l,timeTotalSeconds:k,charsPerSecond:C,numPastes:u,textSuggestionsV2:y,suggestionsCounters:[{source:"gpt",countOffered:p.filter(Z=>Z.source==="gpt").length}],agentId:(_=t.info.agentInfo)==null?void 0:_.agentId,agentName:(D=t.info.agentInfo)==null?void 0:D.agentName,agentEmail:(G=t.info.agentInfo)==null?void 0:G.agentEmail}}function Fy(e,t){var s;let n=e.closest(t);if(n)return n;let r=e.getRootNode().host;if(r instanceof HTMLElement)return Fy(r,t);let o=(s=e.ownerDocument.defaultView)==null?void 0:s.frameElement;return o?Fy(o,t):null}function Sk(e,t){return Fy(e,t)}function wk(e){return typeof e=="object"&&e!==null&&"name"in e&&"message"in e}function c_(e){return typeof e=="object"&&e!==null&&"tagName"in e}function Nf(e){return c_(e)&&(oo(e)||rf(e))}var Ek,_n=new Map,d_=["bottom","height","left","right","top","width"],xk=(e,t)=>!e&&!t?!1:e&&!t||!e&&t?!0:d_.some(n=>e[n]!==t[n]);function bk(e){var n,r,o;if(e.ownerDocument===document)return[];let t=(o=(r=(n=e.ownerDocument)==null?void 0:n.defaultView)==null?void 0:r.frameElement)!=null?o:null;return t?[t,...bk(t)]:[]}function Ck(e,t){return!e||!t?null:I(T({},e),{top:e.top+t.top,left:e.left+t.left})}var Mf=!1,Tk=()=>{Mf=!0;let e=[];if(_n.forEach((t,n)=>{if(!n.isConnected){t.rect=null,e.push(t),_n.delete(n);return}let r=n.getBoundingClientRect();xk(r,t.rect)&&(t.rect=r,e.push(t))}),e.forEach(t=>{let n=t.parentRects?t.parentRects.reduce(Ck,t.rect):t.rect;xk(n,t.totalRect)&&t.callbacks.forEach(r=>r(n)),t.totalRect=n}),_n.size===0){Mf=!1;return}Ek=window.requestAnimationFrame(Tk)};function Hy(e,t){let n=bk(e),r=[],o=n.map((s,i)=>Hy(s,a=>{r[i]=a;let l=_n.get(e);if(!l)return;let u=r.reduce(Ck,l.rect);l.callbacks.forEach(c=>c(u))}));return{observe(s=!0){if(o.forEach(i=>i.observe(!1)),_n.has(e)){let i=_n.get(e);i.callbacks.push(t),i.rect&&t(i.rect)}else _n.set(e,{rect:void 0,callbacks:[t],parentRects:r});s&&!Mf&&Tk()},unobserve(){o.forEach(i=>i.unobserve());let s=_n.get(e);if(s){let i=s.callbacks.indexOf(t);i>=0&&s.callbacks.splice(i,1),s.callbacks.length||_n.delete(e),_n.size||(cancelAnimationFrame(Ek),Mf=!1)}}}}var kk,Dn=new Map,Pk=()=>{Dn.forEach((e,t)=>{if(!t.isConnected){Dn.delete(t);return}let{clientHeight:n,scrollHeight:r}=t,o=r>n;e.visible!==o&&(e.visible=o,e.callbacks.forEach(s=>s(e.visible)))}),Dn.size!==0&&(kk=window.requestAnimationFrame(Pk))};function Rk(e,t){return{observe(){let n=Dn.size===0;Dn.has(e)?Dn.get(e).callbacks.push(t):Dn.set(e,{visible:void 0,callbacks:[t]}),n&&Pk()},unobserve(){let n=Dn.get(e);if(n){let r=n.callbacks.indexOf(t);r>=0&&n.callbacks.splice(r,1),n.callbacks.length||Dn.delete(e),Dn.size||cancelAnimationFrame(kk)}}}}var Uy=["borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth","borderStyle","boxSizing","color","overflowWrap","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontWeight","fontKerning","lineHeight","letterSpacing","paddingLeft","paddingTop","paddingRight","paddingBottom","width","height","textIndent","whiteSpace","wordBreak","wordSpacing","wordWrap"];function zy(e,t,n){return n.forEach(r=>{t.style[r]=e[r]})}function Ai(e){return parseFloat(e)}function _f(e){return Math.round(e*1e6)}function Ak(e){return e/1e6}function By(e,t,n){if(e.boxSizing==="content-box")return;let{clientWidth:r}=t,o=Ai(e.width),s=Ai(e.borderLeftWidth),i=Ai(e.borderRightWidth),a=Ai(e.paddingRight),l=Ak(_f(o)-_f(s)-_f(i)),u=Ak(_f(r));if(l-u>2){let c=l-u;n.style.paddingRight=`${a+c}px`}}function Fl(e,t={}){var c,f;let n=t.overlayContainer||document.createElement("div");n.style.display="none",n.style.position=(c=t.position)!=null?c:"fixed",n.style.pointerEvents="none",n.style.borderColor="transparent",$o(n);let r=window.getComputedStyle(e),o=!0,s=()=>{n.scrollTop=e.scrollTop};zy(r,n,Uy),By(r,e,n),t.mirrorOverflow&&(n.style.overflow="hidden",e.addEventListener("scroll",s));let i=Rk(e,()=>{zy(r,n,Uy),By(r,e,n),s(),setTimeout(s,0)}),a,l=!0,u=Hy(e,d=>{if(d===null){t.onRemove&&t.onRemove(),n.remove();return}if(!l&&t.onMoveStart&&(Promise.resolve().then(()=>t.onMoveStart()),l=!0),clearTimeout(a),a=setTimeout(()=>{t.onMoveEnd&&t.onMoveEnd(),l=!1},200),d.height===0&&d.width===0){if(o===!0)return;t.onHide&&t.onHide(),n.style.display="none",o=!0;return}if(zy(r,n,Uy),By(r,e,n),s(),n.style.top=`${d.top}px`,n.style.left=`${d.left}px`,t.closestScrollElement&&t.closestScrollElement!==e){let m=t.closestScrollElement.getBoundingClientRect(),v=window.getComputedStyle(t.closestScrollElement),y=Ai(v.borderTopWidth),p=Ai(v.borderBottomWidth),g=m.top+y-d.top,h=d.top+d.height+-(m.top+m.height-p);n.style.clipPath=`inset(${g}px 0px ${h}px 0px)`}o&&(n.style.display="block",t.onShow&&t.onShow(),o=!1)});return t.appendTo?t.appendTo.appendChild(n):(f=e.parentElement)==null||f.appendChild(n),u.observe(),i.observe(),[n,()=>{e.removeEventListener("scroll",s),u.unobserve(),i.unobserve()}]}var Lk=(e,t)=>({value(){try{let n=sessionStorage.getItem(`dd-${e}`);if(!n)return t;try{return JSON.parse(n)}catch(r){return t}}catch(n){return t}},update(n){try{sessionStorage.setItem(`dd-${e}`,JSON.stringify(n))}catch(r){H.warn("[Deepdesk] SessionStorage is blocked by browser")}}});function f_(e){return e.offsetParent!==null}function Ik(e){if(!f_(e))return!1;let t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)}function Df(e,t,n=100){let r=Ik(e);t({isVisible:r});let o=setInterval(()=>{let s=Ik(e);s!==r&&(r=s,t({isVisible:r}))},n);return()=>{clearTimeout(o)}}var Fe=w(b());var Ok=Lk("showTabHint",!0),Li=class Li{constructor({deepdeskUrl:t,brokerUrl:n,version:r=Li.version||"unknown",locale:o="en-US",token:s,fetch:i,productName:a,createCustomChannel:l}){this.inputMediator=null;this.eventListeners={};this.unmountHandlers=[];this.widgetRoot=null;this.dynamicThunkObject={};this.isMounted=!1;this.shouldRender=!0;this.loadProfileConfigPromise=null;let u=t.replace(/\/api$/,"");this.deepdeskApi=new hr(u,{token:s,fetch:i}),this.version=r,this.instanceId=Li.count++;let c={deepdeskAPI:this.deepdeskApi,dynamicThunkObject:this.dynamicThunkObject,middleware:[hk({broadcast:(f,d,m)=>{this.broadcastEvents.send(f,d,m)},emit:(f,d)=>this.emit(f,d),handleAfterSendMessage:f=>this.handleAfterSendMessage(f),logHandlingTime:()=>this.logHandlingTime(),logSendMessage:f=>this.logSendMessage(f),onUpdateShowTabHint:f=>Ok.update(f),sendEvent:(f,d)=>this.deepdeskApi.sendEvent(f,d)})]};n&&Object.assign(c,{deepdeskBrokerAPI:new Dl(n)}),this.store=gk(c),this.broadcastEvents=new tk({debug:!0,deepdeskUrl:u,eventMap:oE(this.store),createCustomChannel:l}),this.store.dispatch(yl(Ok.value())),this.store.dispatch(td({locale:o,adminUrl:u,productName:a}))}get state(){return this.store.getState()}get settings(){return this.state.settings}get selectedTextSuggestion(){var t;return(t=this.state.input.textSuggestions[this.state.input.selectedSuggestionIndex])!=null?t:null}hasConversation(){return!!this.state.conversation.current}conversationId(){if(!this.hasConversation())throw new Error("No conversation loaded");return this.state.conversation.current.id}sessionId(){if(!this.hasConversation())throw new Error("No conversation loaded");return this.state.conversation.current.sessionId}shouldAbort(){return this.state.conversation.isSupported===!1?(H.warn("Conversation is not supported"),!0):this.hasConversation()?this.state.profile.data?!1:(H.warn("Profile has not been loaded (yet)"),!0):(H.warn("No conversation loaded (yet)"),!0)}login(){return this.store.dispatch(ni(null)),this.store.dispatch(Xn()),new Promise(t=>{let n=this.store.subscribe(()=>{let r=this.store.getState();lt(r)&&g1(r)!=="loading"&&(n(),t())});this.unmountHandlers.push(()=>{n()})})}isLoggedIn(){return P(this,null,function*(){return(yield this.store.dispatch(Xn())).payload})}isConversationSupported(t,n){return P(this,null,function*(){return(yield this.store.dispatch(eh({sessionId:t,options:n}))).payload})}createConversation(t){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t.sessionId&&this.resetConversation(),(yield this.store.dispatch(rd(t))).payload})}getConversationBySessionId(t,n){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t&&this.resetConversation(),(yield this.store.dispatch(od({sessionId:t,options:n}))).payload})}upsertConversation(t){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t.sessionId&&this.resetConversation(),(yield this.store.dispatch(th(t))).payload})}postMessages(t){return P(this,null,function*(){return(yield this.store.dispatch(id(t))).payload})}updateConversation(t){return P(this,null,function*(){return(yield this.store.dispatch(sd(t))).payload})}resetConversation(){this.store.dispatch(de()),this.loadProfileConfigPromise=null,this.dynamicThunkObject.conversationQuery=null}configure(t){this.store.dispatch(td(t))}setVisitorInfo(t){this.store.dispatch(q1(t))}setCustomData(t){this.store.dispatch(G1(t))}setAgentInfo(t){return P(this,null,function*(){yield this.store.dispatch($a(t))})}setAgentSettings(t){return P(this,null,function*(){yield this.store.dispatch(oh(t))})}getAgentSettings(){return P(this,null,function*(){return(yield this.store.dispatch(sh())).payload})}refresh(){return P(this,null,function*(){if(this.shouldAbort())return Promise.resolve();this.inputMediator&&this.store.dispatch(cd({text:this.inputMediator.getText(),html:this.inputMediator.getHTML()}));let t=[];return this.store.dispatch($d()),t.push(this.refreshWidgetSuggestions()),Promise.all(t).then(()=>{})})}notifyExternalSuggestion(t){this.store.dispatch(ln(t))}evaluateRule(o){return P(this,arguments,function*(t,n={},r=XC){return(yield this.store.dispatch(Qo({label:t,params:n,options:r}))).payload.cues})}evaluateAssistant(r){return P(this,arguments,function*(t,n={}){let c=n,{input:o={},transcript:s,showCuesInWidget:i=!0,includeTags:a}=c,l=ee(c,["input","transcript","showCuesInWidget","includeTags"]);Object.assign(o,l);let u=yield this.store.dispatch(eo({assistantCode:t,transcript:s,includeTags:a,input:o,skipState:!i}));if(u.error)throw new Error(u.error.message);return u.payload})}evaluateConversationAssistant(t,n){return P(this,null,function*(){yield this.loadProfileConfig();let r={accepted:"conversationAcceptedAssistant","new-message":"conversationNewMessageAssistant",ended:"conversationEndedAssistant"},o=this.state.profile.data[r[t]];if(!o){H.warn(`No assistant set in profile for conversation event "${t}"`);return}yield this.evaluateAssistant(o,T({transcript:"stored-transcript",includeTags:!0},n))})}getSummary(){return P(this,null,function*(){var n;if(!this.hasConversation())return H.warn("No conversation to create summary for."),null;(n=this.state.profile.data)!=null&&n.summarizerAssistantNew||H.warn("No profile loaded yet, or no summarizer assistant set in profile");let t=yield this.store.dispatch(pi({}));if(t.error)throw new Error(t.error.message);return t.payload})}handleKeyDown(t){let{overlayCollapsed:n,openOverlayWhenTyping:r}=this.state.ui,{textSuggestions:o,selectedSuggestionIndex:s,selection:i}=this.state.input,{inlineSuggestions:a,showTextSuggestions:l}=this.state.settings,u=a?"below":"above",c=o.length>0;if(!In(this.state)||(this.store.dispatch(D1(nh(t))),t.key!=="Tab"&&!l))return;let f=()=>{n||!c||i&&(t.shiftKey||(this.store.dispatch(U1()),t.preventDefault()))},d=()=>{n||!c||a&&s<=0||i&&(t.shiftKey||(this.store.dispatch(z1()),t.preventDefault()))};switch(t.key){case"ArrowUp":u==="below"?d():f();break;case"ArrowDown":{u==="below"?f():d();break}case"Escape":{n||(this.store.dispatch(ud(-1)),this.store.dispatch(no({collapse:!0})),this.store.dispatch(Gb(!0)),t.preventDefault());break}case"Tab":{t.preventDefault();let m=ii(this.state);if(!m)return;this.store.dispatch(yl(!1)),this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"tab"},replace:"until-selection-end"}));break}case" ":{if(this.state.settings.inlineSuggestions||this.state.input.selectedSuggestionIndex===-1)return;let m=ii(this.state);if(!m)return;this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"space"},replace:"until-selection-end"}));break}case"Enter":{if(this.state.settings.inlineSuggestions||t.shiftKey||this.state.input.selectedSuggestionIndex===-1)return;let m=ii(this.state);if(!m)return;this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"enter"},replace:"until-selection-end"})),t.preventDefault();break}default:}n&&r&&this.store.dispatch(no({collapse:!1}))}handleAfterSendMessage(t){this.emit("send-message",t),this.store.dispatch(Qr([]))}handlingTimeStart(){this.state.handlingTime.startTime||(H.info("Start handling time"),this.store.dispatch(ik()))}handlingTimeStop(){this.state.handlingTime.startTime&&(H.info("Stop handling time"),this.store.dispatch(If()))}logSendMessage(t){let n=vk("input",this.state,{version:this.version});n&&(t&&(Object.assign(n,{text:t}),Object.assign(n,{lenTextTotal:t.length})),this.deepdeskApi.sendEventV1("Send Message",n),this.emit("send-message-event",n))}logHandlingTime(){let t=yk(this.state,{version:this.version});t&&(this.deepdeskApi.sendEventV1("Handling Time",t),this.store.dispatch(ak()))}notifySubmit(t={}){var n;this.shouldAbort()||(this.store.dispatch(Oo((n=t.text)!=null?n:this.state.input.text)),this.store.dispatch(j1()))}emit(t,n){let r=this.eventListeners[t];r&&r.forEach(o=>{try{o(n)}catch(s){H.warn(`The following error occurred in deepdeskSDK.on('${t}', handler)`),H.error(s)}})}on(t,n){return this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n),()=>{this.off(t,n)}}off(t,n){if(!t&&!n){this.eventListeners={};return}let r;this.eventListeners[t]&&(r=this.eventListeners[t].indexOf(n),r>-1&&this.eventListeners[t].splice(r,1))}setConversationQuery(t){this.dynamicThunkObject.conversationQuery=t}setPlatformVariables(t){this.store.dispatch(Q1(t))}whenConversationLoaded(t){let n=()=>this.loadProfileConfig().then(()=>t());this.hasConversation()&&n();let r=this.hasConversation();this.store.subscribe(()=>{this.hasConversation()!==r&&(r=this.hasConversation(),r&&n())})}overlayContainerFactory(t,n,r,o){let[s,i]=Fl(n,r);return s.setAttribute("translate","no"),s.dataset.testid=t,o&&s.classList.add(o),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(s),i(),s.remove()}),s}createInlineContainer(t,n){var a;let r=document.createElement("div");r.style.position="absolute",r.style.top="0px",r.style.left="0px",r.style.height="0px",r.style.width="0px";let o=document.createElement("div");o.style.display="none",o.style.position="absolute",o.style.height="0px",o.style.width="0px",o.style.backgroundColor="red",r.appendChild(o);let s=(a=t.ownerDocument.defaultView)==null?void 0:a.frameElement,i=s?s.ownerDocument.defaultView:null;if(s&&(i===window||(i==null?void 0:i.parent)===window)){let[l,u]=Fl(s,{appendTo:document.body,onMoveStart:()=>{o.style.display="none"}});l.dataset.testid=n,l.style.zIndex="2",l.appendChild(r),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(o),u()})}else document.body.appendChild(r);return o}createContainer(t,n=document.body){let r=window.getComputedStyle(n),o=document.createElement("div");return $o(o),o.dataset.testid=t,o.style.color=r.color,o.style.fontSize=r.fontSize,o.style.fontFamily=r.fontFamily,o.style.fontVariant=r.fontVariant,o.setAttribute("translate","no"),n.appendChild(o),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(o),o.remove()}),o}storeMetrics(){try{let t=`dd-metrics-${this.conversationId()}`,n=JSON.stringify({text:this.state.input.text,metrics:this.state.input.metrics});window.sessionStorage.setItem(t,n),H.info(`Stored analytics for ${this.conversationId()}`)}catch(t){}}restoreMetrics(){try{let t=`dd-metrics-${this.conversationId()}`,n=window.sessionStorage.getItem(t);if(!n)return;let r=JSON.parse(n);r.text.trim()===this.state.input.text.trim()?(H.info(`Restored metrics for ${this.conversationId()}`),this.store.dispatch(B1(r.metrics))):H.warn(`Metrics mismatch, disregarding stored metrics for ${this.conversationId()}`),window.sessionStorage.removeItem(t)}catch(t){}}mount(t,n={}){if(this.isMounted)throw new Error("[Deepdesk] This instance was already mounted. Make sure to unmount before you remount.");if(!Nf(t))throw new Error("[Deepdesk] Only mount on textarea or contentEditable div.");if(!this.shouldRender)return;let{customStyles:r={},showStyleSuggestions:o,showTabCompletion:s,showTextSuggestions:i,textSuggestionsCount:a,showMidSentenceSuggestions:l,showSuggestionsBeforePattern:u,showSuggestionsAfterPattern:c,isEmbedded:f,detectSubmit:d,insertLink:m,inputMediator:v,closestScrollSelector:y,appendOverlayTo:p,inlineSuggestions:g,floatingMenu:h}=n;this.configure({showStyleSuggestions:o,showTabCompletion:s,textSuggestionsCount:a,showMidSentenceSuggestions:l,showSuggestionsBeforePattern:u,showSuggestionsAfterPattern:c,showTextSuggestions:i,insertLink:m,isEmbedded:f,inlineSuggestions:g,floatingMenu:!!h}),n.automaticHandlingTime&&this.setupHandlingTime(t),$o(t),this.inputMediator=v||(oo(t)?new Jo(t):new Zo(t)),this.inputMediator.on("change",({plainText:k,rawHTML:C})=>{this.store.dispatch(cd({text:k,html:C}))}),this.inputMediator.on("keyup",k=>{this.store.dispatch(F1(nh(k)))}),this.inputMediator.on("keydown",k=>{this.handleKeyDown(k)}),this.inputMediator.on("paste",({pastedText:k,selectionText:C})=>{this.store.dispatch(H1({text:k,selectionText:C}))}),this.inputMediator.on("cut",({selectionText:k})=>{this.store.dispatch(_1(k))});let S;this.inputMediator.on("selection",k=>{clearTimeout(S),k===null?S=setTimeout(()=>{k!==null&&this.store.dispatch(dd(k))},500):this.store.dispatch(dd(k))}),this.inputMediator.on("disabled",()=>{var k;(k=this.inputMediator)==null||k.deactivate(),this.configure({visible:!1})}),this.inputMediator.on("enabled",()=>{this.inputMediator&&(this.configure({visible:!0}),this.inputMediator.activate())}),this.inputMediator.on("submit",()=>{d&&this.notifySubmit()}),this.inputMediator.on("blur",()=>{this.store.dispatch(Xd(!1))}),this.inputMediator.on("focus",()=>{this.store.dispatch(Xd(!0))});let x=y&&Sk(t,y)||void 0;if(g){let{customStyles:k,appendOverlayTo:C}=n;if(oo(t))throw new Error("[Deepdesk] Inline suggestion is not supported for textarea yet.");let R=this.createInlineContainer(t,"deepdesk-caret");(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:k,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(nC,{})})}),R),this.inputMediator.on("caretposition",_=>{_?(R.style.display="block",R.style.top=`${_.top}px`,R.style.left=`${_.left}px`):R.style.display="none"});let N=this.overlayContainerFactory("floating-menu",x||t,{appendTo:typeof h=="object"&&"appendOverlayTo"in h?h.appendOverlayTo:C},k==null?void 0:k.floatingMenuRootNode);(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:k,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(Wb,{onLogIn:()=>this.loginViaPopup().catch(_=>H.warn(_.message))})})}),N)}else{let k=this.overlayContainerFactory("deepdesk-tab-completion",x||t,{appendTo:p,closestScrollElement:x,mirrorOverflow:!0,onRemove:()=>this.unmount()},r==null?void 0:r.rootNode),C=this.overlayContainerFactory("deepdesk-suggestions-overlay",x||t,{appendTo:p},r==null?void 0:r.suggestionsRootNode);(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(OC,{inputElement:t})})}),k),(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(dC,{onLogIn:()=>this.loginViaPopup().catch(R=>H.warn(R.message))})})}),C)}(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(zb,{})})}),this.createContainer("deepdesk-overlays")),this.store.dispatch(cd({text:this.inputMediator.getText(),html:this.inputMediator.getHTML()})),this.store.dispatch(dd(this.inputMediator.getSelection())),this.store.dispatch(Xd(this.inputMediator.isFocused)),this.unmountHandlers.push(()=>{this.state.input.text!==""&&this.storeMetrics()}),this.whenConversationLoaded(()=>{var k;this.restoreMetrics(),this.refresh(),this.broadcastEvents.setSessionId((k=this.state.conversation.current)==null?void 0:k.sessionId)}),this.isMounted=!0}unmount(){var t;this.unmountHandlers.forEach(n=>n()),this.unmountHandlers=[],(t=this.inputMediator)==null||t.dispose(),this.broadcastEvents.cleanup(),this.isMounted=!1}renderWidget(t,n={}){if(this.widgetRoot&&H.warn("A widget was already rendered for this instance. Make sure to unmountWidget before rerendering"),!this.shouldRender)return;let{customStyles:r,showImages:o,isEmbedded:s}=n;this.widgetRoot=t,this.configure({showImages:o,isEmbedded:s}),(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(YT,{onLogIn:()=>this.loginViaPopup().catch(i=>H.warn(i.message))})})}),t),this.whenConversationLoaded(()=>{var i;this.broadcastEvents.setSessionId((i=this.state.conversation.current)==null?void 0:i.sessionId)})}unmountWidget(){this.widgetRoot&&(0,nn.unmountComponentAtNode)(this.widgetRoot),this.widgetRoot=null}setupHandlingTime(t){let n=Df(t,({isVisible:r})=>{r?this.handlingTimeStart():this.handlingTimeStop()});this.unmountHandlers.push(()=>{this.handlingTimeStop(),n()}),this.whenConversationLoaded(()=>{this.handlingTimeStart()})}handleError(t){wk(t)&&t.message==="Unauthorized"&&this.login()}loadProfileConfig(){return this.loadProfileConfigPromise?this.loadProfileConfigPromise:(this.loadProfileConfigPromise=Promise.resolve().then(()=>P(this,null,function*(){yield this.store.dispatch(cl());let t=gn(this.state);t&&(yield this.store.dispatch(fl()),this.store.dispatch(td({showSearch:t.search,showAutoflows:t.autoflows,showCustomMessages:t.customMessages,showImageSearch:t.imageSearch,showEntitiesCommand:t.entitiesCommand,showSummaryCommand:!!t.summarizerAssistantNew||t.summarizer,showKnowledgeSearch:!!t.knowledgeAssistant,recommendTextSuggestions:t.recommendTextSuggestions})))})),this.loadProfileConfigPromise)}loginViaPopup(t){return P(this,null,function*(){return new Promise((n,r)=>{let o=new MessageChannel,s=o.port1,i=this.state.settings.adminUrl,a=new URL(t!=null&&t.url?t==null?void 0:t.url:`${i}/platform/sso/`);a.searchParams.append("redirect","/sdk/popup/close.html");let l=!1,u=()=>{c&&!c.closed&&c.close(),window.removeEventListener("message",f),clearInterval(d)};s.onmessage=m=>P(this,null,function*(){var v,y;if((v=m.data)!=null&&v.jwt)try{yield this.deepdeskApi.exchangeTokenForAccessCookie((y=m.data)==null?void 0:y.jwt),yield this.isLoggedIn(),this.broadcastEvents.send(Ga),l=!0,o.port1.close(),n()}catch(p){console.error(p),r(p)}finally{l=!0,u()}});let c=window.open(a.toString(),"deepdesk-login","scrollbars=no,left=100,top=150,width=500,height=500");c===null&&r(new Error("Popup blocked by browser"));let f=m=>P(this,null,function*(){var v;if(m.origin===a.origin)switch((v=m.data)==null?void 0:v.type){case"deepdesk-popup-loaded":{try{let y=JSON.stringify({type:"deepdesk-popup-create-channel"});c==null||c.postMessage(y,a.origin,[o.port2])}catch(y){H.error("Error posting message to popup",y),r(y)}break}case"deepdesk-popup-error":{u(),m.data.message==="Timeout"&&H.warn("Popup timed out. Check if the account's platform url is configured correctly."),r(new Error(m.data.message));break}}});window.addEventListener("message",f);let d=setInterval(()=>{c&&!c.closed||(u(),l||r(new Error("Popup closed by user")))},200);this.unmountHandlers.push(u)})})}translateMessages(t){return this.deepdeskApi.translateMessages(t)}checkForTrialMode(t){return P(this,null,function*(){try{let{account:n}=yield this.deepdeskApi.getPlatformConfig();if(!n.isTrial){this.shouldRender=!0;return}if(H.info("Trial is active"),!(yield this.deepdeskApi.checkUserExists(t)))throw new Error("User is not in trial");this.shouldRender=!0}catch(n){let{message:r}=n;H.info(r),this.shouldRender=!1}})}refreshWidgetSuggestions(){return P(this,null,function*(){if(!this.widgetRoot||this.shouldAbort())return;let{uiConfig:t}=this.state.profile.data;if(!t.widget)return;let n=Kd(this.state);try{n.forEach(({type:r})=>{r==="entities"?this.store.dispatch(mn()):iu.includes(r)||this.store.dispatch(hn(r))})}catch(r){this.handleError(r)}})}};Li.version="14.1.1-beta.7",Li.count=0;var Hl=Li;function p_(e){return P(this,null,function*(){var o,s,i;let n=yield((o=e.fetch)!=null?o:window.fetch)(e.url),r=yield n.blob();return new File([r],e.name,{type:(i=(s=e.mimeType)!=null?s:n.headers.get("Content-Type"))!=null?i:"image/jpeg"})})}function Nk(e,t){return P(this,null,function*(){let n=yield p_(t),r=new Event("change",{bubbles:!0,cancelable:!0});try{Object.defineProperty(e,"files",{configurable:!0,get:()=>[n]}),e.dispatchEvent(r)}finally{Object.hasOwn(e,"files")&&delete e.files}})}function Mk(e,t,n){return P(this,null,function*(){yield new hr(e).authenticateWithKey(t,n)})}function _k(e){return e.replace(/\[([\w\s\d]+)\]\((https?:\/\/[^\s]+)\)/g,'<a href="$2" target="_blank" rel="noreferrer">$1</a>')}function Dk(r,o){return P(this,arguments,function*(e,t,n={}){var f,d;let{value:s}=e,{start:i,end:a}=(f=n.replace)!=null?f:{start:0,end:s.length},l=`${s.slice(0,i)}${t}${s.slice(a)}`,u=(d=n.selectionAfter)!=null?d:{start:i+t.length,end:i+t.length},c=()=>{if(n.setValue)return n.setValue(l);e.value=l};return Promise.resolve(c()).then(()=>{e.selectionStart=u.start,e.selectionEnd=u.end,e.blur(),e.focus()})})}function Fk(r,o){return P(this,arguments,function*(e,t,n={}){let s=n.replace?ao(e,n.replace.start,n.replace.end):ki(e),i,a=()=>{if(n.setRange)return n.setRange(s.cloneRange());s.deleteContents(),i=document.createElement("span"),s.insertNode(i),n.insertBRs!==!1?t.split(`
|
|
27
|
+
`);let v=d?r:0,y=m?Math.min(s,c.childNodes.length):c.childNodes.length;for(let p=v;p<y&&(u(c.childNodes[p]),a!==2);p++);break}default:break}m&&(a=2)}return u(e),l}var ZT=(i=>(i.CUT="Cut",i.BACKSPACE="Backspace",i.DELETE="Delete",i.ERASEEOF="EraseEof",i.UNDO="Undo",i.CLEAR="Clear",i))(ZT||{}),mr=class{constructor(t){this.element=t;this.isFocused=!1;this.isActive=!0;this.isDisposed=!1;this.eventListeners={};this.disposeHandlers=[];this.cachedText="";this.cachedCaretPosition=null;this.cachedSelection={start:0,end:0};this.cachedHTML="";this.isSubmitting=!1;this.isPossibleClearInputAction=!1;this.cachedText=this.getText(),this.cachedHTML=this.getHTML(),this.cachedSelection=this.getSelection(),this.listen()}addEventListener(t,n){let r=o=>{n(o)};this.element.addEventListener(t,r),this.disposeHandlers.push(()=>{this.element.removeEventListener(t,r)})}removeEventListener(t,n){this.element.removeEventListener(t,n)}handleInteraction(){let t=this.getText(),n=this.getHTML(),r=this.getSelection(),o=this.cachedCaretPosition===null;if(!this.isActive||(t===""&&this.cachedText!==""&&!this.isPossibleClearInputAction&&this.emit("submit"),t!==this.cachedText?(this.cachedText=t,this.cachedHTML=n,o=!0,this.emit("change",{plainText:t,rawHTML:n})):n!==null&&n!==this.cachedHTML&&(this.cachedHTML=n,o=!0,this.emit("change",{plainText:t,rawHTML:n})),(r.start!==this.cachedSelection.start||r.end!==this.cachedSelection.end)&&(this.cachedSelection=r,o=!0,this.emit("selection",r)),!o))return;let s=this.getCaretPosition();qr(s,this.cachedCaretPosition)||(this.cachedCaretPosition=s,this.emit("caretposition",s))}handleClick(){this.handleInteraction()}handleFocus(){let t=!this.isFocused;this.isFocused=!0,t&&this.emit("focus"),this.handleInteraction()}handleBlur(){this.isPossibleClearInputAction=!1;let t=this.isFocused;this.isFocused=!1,t&&this.emit("blur")}handleKeyDown(t){let{key:n,ctrlKey:r,metaKey:o}=t;this.isPossibleClearInputAction=Object.values(ZT).includes(n)||n.toLowerCase()==="z"&&(r||o),this.emit("keydown",t)}handleKeyUp(t){this.handleInteraction(),this.emit("keyup",t)}handleCut(){this.isPossibleClearInputAction=!0,this.emit("cut",{selectionText:this.getSelectedText()})}handlePaste(t){var r,o;let n=((r=t.clipboardData)==null?void 0:r.getData("text"))||((o=t.clipboardData)==null?void 0:o.getData("text/plain"))||"";this.emit("paste",{pastedText:n,selectionText:this.getSelectedText()})}listen(){this.addEventListener("keydown",n=>this.handleKeyDown(n)),this.addEventListener("keyup",n=>this.handleKeyUp(n)),this.addEventListener("input",()=>this.handleInteraction()),this.addEventListener("change",()=>this.handleInteraction()),this.addEventListener("focus",()=>this.handleFocus()),this.addEventListener("blur",()=>this.handleBlur()),this.addEventListener("cut",()=>this.handleCut()),this.addEventListener("paste",n=>this.handlePaste(n)),this.addEventListener("click",()=>this.handleInteraction()),document.activeElement===this.element&&(this.isFocused=!0);let t=new MutationObserver(()=>{this.element.isConnected||(this.emit("unmounted"),this.dispose())});t.observe(document.body,{subtree:!0,childList:!0}),this.disposeHandlers.push(()=>{t.disconnect()})}focus(){this.element.focus()}emit(t,...n){this.isDisposed||this.eventListeners[t]&&this.eventListeners[t].forEach(r=>{r(...n)})}on(t,n){this.isDisposed||(this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n))}activate(){let t=this.isActive===!1;this.isActive=!0,t&&this.handleInteraction()}deactivate(){this.isActive=!1}dispose(){this.disposeHandlers.forEach(t=>t()),this.eventListeners={},this.isDisposed=!0}};function JT(e){return e.top!==0||e.left!==0||e.height!==0||e.width!==0}var Zo=class extends mr{constructor(){super(...arguments);this.lastKnownSelection=null}getRootNode(){return this.element.getRootNode()}getText(){let n=new Range;return n.selectNodeContents(this.element),Ml(this.element,n)}getHTML(){return this.element.innerHTML||""}getRange(){var i;let n=this.getRootNode();if(n.activeElement!==this.element)return null;let r="getSelection"in n?n.getSelection():window.getSelection();if(!r)return null;let o="getComposedRanges"in r&&n instanceof ShadowRoot?(i=r.getComposedRanges(n))==null?void 0:i[0]:r.rangeCount>0?r.getRangeAt(0):null;if(!o)return null;let s=this.element.ownerDocument.createRange();return s.setStart(o==null?void 0:o.startContainer,o==null?void 0:o.startOffset),s.setEnd(o==null?void 0:o.endContainer,o==null?void 0:o.endOffset),!s||!this.element.contains(s.startContainer)||!this.element.contains(s.endContainer)?null:s}getCaretPosition(){let n=this.getRange();if(!n||!n.collapsed||!("getBoundingClientRect"in n))return null;let r=n.getBoundingClientRect();return!JT(r)&&(n.insertNode(this.element.ownerDocument.createTextNode("\u2060")),r=n.getBoundingClientRect(),n.deleteContents(),!JT(r))?null:{top:r.top+r.height,left:r.left}}getSelection(){let n=this.getRange();if(n)return Nl(this.element,n);let r=this.lastKnownSelection;if(r&&XT(this.element,r.start,r.end))return r;let o=ki(this.element);return o.collapse(!1),Nl(this.element,o)}getSelectedText(){let{start:n,end:r}=this.getSelection();return Ml(this.element,ao(this.element,n,r))}listen(){super.listen();let n=new MutationObserver(s=>{var i,a;s.length===2&&s[0].addedNodes.length===1&&((i=s[0].addedNodes[0])==null?void 0:i.textContent)==="\u2060"&&((a=s[1].removedNodes[0])==null?void 0:a.textContent)==="\u2060"||setTimeout(()=>{this.handleInteraction()},0)});n.observe(this.element,{attributes:!0,characterData:!0,childList:!0,subtree:!0}),this.disposeHandlers.push(()=>n.disconnect());let r=this.element.isContentEditable,o=new MutationObserver(()=>{this.element.isContentEditable!==r&&(r=this.element.isContentEditable,this.emit(this.element.isContentEditable?"enabled":"disabled"))});o.observe(this.element,{attributes:!0,attributeFilter:["contenteditable"]}),this.disposeHandlers.push(()=>o.disconnect())}};var Jo=class extends mr{constructor(){super(...arguments);this.lastKnownSelection=null}getText(){return this.element.value}getHTML(){return null}getSelection(){let{selectionStart:n,selectionEnd:r}=this.element;return{start:n,end:r}}getSelectedText(){let n=this.getSelection();return n?this.getText().slice(n.start,n.end):""}getCaretPosition(){return null}listen(){super.listen();let n=Object.getOwnPropertyDescriptor(window.HTMLTextAreaElement.prototype,"value");Object.defineProperty(this.element,"value",{configurable:!0,get:()=>{var s;return(s=n==null?void 0:n.get)==null?void 0:s.call(this.element)},set:s=>{var i;(i=n==null?void 0:n.set)==null||i.call(this.element,s),this.handleInteraction()}});let r=this.element.disabled,o=new MutationObserver(()=>{this.element.disabled!==r&&(r=this.element.disabled,this.emit(r?"disabled":"enabled"))});o.observe(this.element,{attributes:!0,attributeFilter:["disabled"]}),this.disposeHandlers.push(()=>o.disconnect())}};function ek(e,t,n){let r=`deepdesk-iframe-${e}`,o=document.getElementById(r);if(o)return o;let s=document.createElement("iframe"),i=new URL(t);return Object.entries(n).forEach(([a,l])=>{i.searchParams.append(a,l)}),s.style.position="absolute",s.style.left="-999em",s.style.width="0px",s.style.height="0px",s.tabIndex=-1,s.id=r,s.title=`iframe-${e}`,s.src=i.toString(),window.document.body.appendChild(s),s}function n_(e){if(typeof e!="string")return e;try{return JSON.parse(e)}catch(t){return e}}var Ly=class{constructor(t){this.name=t;this.disposeHandlers=[];this.broadcastChannel=new BroadcastChannel(t)}onMessage(t){this.broadcastChannel.addEventListener("message",t),this.disposeHandlers.push(()=>{this.broadcastChannel.removeEventListener("message",t)})}postMessage(t){this.broadcastChannel.postMessage(JSON.stringify(t))}close(){this.disposeHandlers.forEach(t=>t()),this.broadcastChannel.close()}},Iy=class{constructor(t,n,r){this.name=t;this.targetOrigin=n;this.options=r;this.disposeHandlers=[];this.iframe=ek(t,`${this.targetOrigin}/sdk/proxy/proxy.html`,{channel:this.name,host:window.location.origin,debug:"1"}),document.body.appendChild(this.iframe)}onMessage(t){window.addEventListener("message",t),this.disposeHandlers.push(()=>{window.removeEventListener("message",t)})}postMessage(t){var n;(n=this.iframe.contentWindow)==null||n.postMessage(JSON.stringify(t),this.targetOrigin)}close(){var t;this.disposeHandlers.forEach(n=>n()),(t=this.iframe)==null||t.remove()}},Oy=class{constructor(t){this.params=t;this.deepdeskUrl=t.deepdeskUrl,this.eventMap=t.eventMap,this.sessionId="deepdesk-general",this.defaultChannel=this.createChannel("deepdesk-general")}get isCrossOrigin(){return this.params.deepdeskUrl!==(this.params.origin||window.location.origin)}setSessionId(t){this.sessionId!==t&&(this.cleanup(),H.info("Set sessionId",t),this.sessionId=t,this.channel=this.createChannel(t))}createChannel(t){let n=this.params.createCustomChannel?this.params.createCustomChannel(t):this.isCrossOrigin?new Iy(t,this.deepdeskUrl,{debug:!0}):new Ly(t),r=o=>{var i,a;if(o.origin!==this.deepdeskUrl)return;let s=n_(o.data);typeof s!="object"||s.type!=="event"||s.channel!==t||(H.info("Received broadcast event",this.sessionId,o),(a=(i=this.eventMap)[s.name])==null||a.call(i,s.payload))};return n.onMessage(r),n}send(t,n,r){var i,a;H.info("Broadcast event",{sessionId:this.sessionId,name:t,payload:n});let o={type:"event",name:t,payload:n};r!==!1&&((a=(i=this.eventMap)[t])==null||a.call(i,n));let s=this.sessionId==="deepdesk-general"?this.defaultChannel:this.channel;s==null||s.postMessage(I(T({},o),{channel:this.sessionId}))}cleanup(t=!1){var n,r;(n=this.channel)==null||n.close(),delete this.channel,t&&((r=this.defaultChannel)==null||r.close(),delete this.defaultChannel)}},tk=Oy;var Pi=class extends Error{constructor(n,r){super(n);this.body=r;this.name="CustomError"}};var Ny=e=>new Promise(t=>{setTimeout(t,e)});var Ri=class extends Pi{constructor(){super(...arguments);this.name="ClientError"}},_y=class extends Pi{constructor(){super(...arguments);this.name="ServerError"}},My=new Map;function r_(e){return P(this,null,function*(){if(e.status===204)return e.text().catch(()=>{}),null;let t=e.headers.get("content-type");if(t&&t.includes("application/json"))return e.json();let n=yield e.text();return n===""?null:(H.warn("Unexpected response body:",n.slice(0,20)),JSON.parse(n))})}var lo=class lo{constructor(t="",n={}){this.baseUrl=t;this.options=n;this.latestRequestByUrl={};this.fetch=window.fetch.bind(window);n.fetch&&(this.fetch=n.fetch)}patchFetch(t){this.fetch=t(this.fetch)}setCsrfToken(t){this.csrfToken=t}request(t,n={}){return new Promise((r,o)=>{let s={isAborted:!1,reject:o},i=`${this.baseUrl}${t}`,a=this.fetch,l=n.method===void 0||n.method.toLowerCase()==="get",C=n,{useCache:u=!1,abortLatest:c=!1,attempts:f=1,retryDelay:d=500,refreshTokenOn401:m=!0,retryOnError:v=R=>R instanceof TypeError,retryOnResponse:y=R=>R.status>=500,version:p=null}=C,g=ee(C,["useCache","abortLatest","attempts","retryDelay","refreshTokenOn401","retryOnError","retryOnResponse","version"]);if(u)if(l){if(My.has(i)){r(My.get(i));return}}else throw new Error(`Can't use 'useCache' for ${n.method}`);let h=I(T({credentials:"include"},g),{headers:T({Accept:"application/json","Content-Type":"application/json"},g.headers)});!l&&this.csrfToken&&(h.headers=I(T({},h.headers),{"X-CSRFToken":this.csrfToken})),typeof p=="string"&&(h.headers=I(T({},h.headers),{"X-Deepdesk-API-Version":p}));let S=f,x=!1;if(!a)throw new Error("fetch is not set");this.latestRequestByUrl[i]&&c&&(this.latestRequestByUrl[i].isAborted=!0,this.latestRequestByUrl[i].reject(new Error("Aborted"))),this.latestRequestByUrl[i]=s;let k=()=>P(this,null,function*(){return S--,a(i,h).then(R=>P(this,null,function*(){return y(R)&&!s.isAborted&&S>0?(yield Ny(d),k()):R.status===401&&m===!0&&x===!1?(x=!0,yield this.refreshToken(),k()):R})).catch(R=>P(this,null,function*(){if(v(R)&&!s.isAborted&&S>0)return yield Ny(d),k();throw R}))});k().then(R=>P(this,null,function*(){let N=yield r_(R);if(delete this.latestRequestByUrl[i],R.status>=500){o(new _y("Server Error",N));return}else if(R.status===401){o(new Ri("Unauthorized",N));return}else if(R.status===403){o(new Ri("Forbidden",N));return}else if(R.status===404){o(new Ri("Not Found",N));return}else if(R.status>=400){o(new Ri("Bad Request",N));return}u&&My.set(i,N),r(N)})).catch(R=>{o(R)})})}validateToken(){return P(this,null,function*(){let{has_valid_access_token:t}=yield this.get("/auth/validate");if(!t)try{yield this.refreshToken()}catch(r){return!1}let{is_logged_in:n}=yield this.get("/apis/admin/session/validate/");return!!n})}refreshToken(){return lo.refreshingToken||(lo.refreshingToken=this.get("/auth/refresh",{refreshTokenOn401:!1}).finally(()=>{setTimeout(()=>{lo.refreshingToken=null},1e3*60)})),lo.refreshingToken}get(t,n){return this.request(t,n)}post(t,n,r){return this.request(t,T({method:"POST",body:JSON.stringify(n)},r))}patch(t,n,r){return this.request(t,T({method:"PATCH",body:JSON.stringify(n)},r))}put(t,n,r){return this.request(t,T({method:"PUT",body:JSON.stringify(n)},r))}delete(t,n){return this.request(t,T({method:"DELETE"},n))}};lo.refreshingToken=null;var gr=lo;var nk;(t=>{let e;(l=>(l.SEND_MESSAGE="Send Message",l.HANDLING_TIME="Handling Time",l.START_AUTOFLOW="Start Autoflow",l.ABORT_AUTOFLOW="Abort Autoflow",l.ADD_TO_PERSONAL_COLLECTION="Add to personal collection",l.DELETE_FROM_PERSONAL_COLLECTION="Delete from personal collection"))(e=t.EventType||(t.EventType={}))})(nk||(nk={}));function Lf(e){return I(T({},te(e)),{tags:e.tags})}var es=class es{constructor(t,n={}){this.options=n;this.latestReceivedDeepdeskVersions={};this.shouldFetchCsrfToken=!0;this.client=new gr(t,{fetch:n.fetch}),this.client.patchFetch(r=>(o,s)=>P(this,null,function*(){let i=yield r(o,s);return this.handleDeepdeskVersionHeaders(i),i}))}preflight(){return P(this,null,function*(){if(this.shouldFetchCsrfToken){this.shouldFetchCsrfToken=!1;let t=yield this.getCsrfToken();this.client.setCsrfToken(t)}return this.options.token?(es.exchangeTokenPromise||(es.exchangeTokenPromise=this.exchangeTokenForAccessCookie(this.options.token)),es.exchangeTokenPromise):Promise.resolve()})}createConversation(t){return P(this,null,function*(){yield this.preflight(),H.info(`Creating conversation for session ${t.sessionId} and agent ${t.agentId}`);let n=yield this.client.post("/api/conversations",I(T({},Ie(t)),{tags:t.tags}),{version:"v2"});return Lf(n)})}getMe(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/session/me/");return te(t)})}patchMe(t){return P(this,null,function*(){let n=yield this.client.patch("/apis/admin/session/me/",Ie(t));return te(n)})}getProfile(t){return P(this,null,function*(){let n=yield this.client.get(`/apis/admin/profiles/${t}/`,{useCache:!0});return te(n)})}getKnowledgeAssistant(t){return P(this,null,function*(){let n=yield this.client.get(`/apis/admin/knowledge-assist/assistants/${t}/`,{useCache:!0});return te(n)})}getContentTypes(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/content-types/",{useCache:!0});return te(t)})}getAccount(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/account/",{useCache:!0});return te(t)})}getPlatformConfig(t){return P(this,null,function*(){let n=t!==void 0?`/platform/config/${t}/`:"/platform/config/",{config:r}=yield this.client.get(n,{useCache:!0});return te(r)})}checkUserExists(t){return P(this,null,function*(){let{exists:n}=yield this.client.get(`/apis/admin/users/exists?external_id=${t}`,{version:"v1"});return n})}getConversationBySessionId(r){return P(this,arguments,function*(t,n={}){yield this.preflight(),H.info(`Getting conversation for session ${t}`);let{attempts:o=1,retryDelay:s=1e3}=n,i=yield this.client.get(`/api/conversations/by_session_id/${t}`,{attempts:o,retryDelay:s,retryOnResponse:a=>a.status===404||a.status>=500,version:"v2"});return H.info(`Successfully retrieved conversation ${i.id} for session ${t}`),Lf(i)})}isConversationSupported(r){return P(this,arguments,function*(t,n={}){H.info(`Check if conversation for session ${t} is supported`);let{attempts:o=1,retryDelay:s=1e3}=n;return(yield this.client.get(`/api/conversations/by_session_id/${t}/active_profile`,{attempts:o,retryDelay:s,retryOnResponse:a=>a.status===404||a.status>=500,version:"v2"})).has_active_profile})}updateConversation(t,n){return P(this,null,function*(){let r=Ie(n);n.tags&&(r.tags=n.tags);let o=yield this.client.put(`/api/conversations/${t}`,r,{version:"v2"});return Lf(o)})}postMessages(t,n){return P(this,null,function*(){return(yield this.client.post(`/api/conversations/${t}/messages`,n.map(o=>I(T({},Ie(o)),{tags:o.tags})),{version:"v2"})).map(o=>Lf(o))})}sendEvent(t,n){return P(this,null,function*(){let i=n,{data:r}=i,o=ee(i,["data"]),s=Object.entries(this.latestReceivedDeepdeskVersions).reduce((a,[l,u])=>I(T({},a),{[l]:u}),{});return this.client.post("/api/events",Ie(I(T(T({},s),o),{data:r,name:t})),{version:"v2"})})}sendEventV1(t,n){return P(this,null,function*(){let r=Object.entries(this.latestReceivedDeepdeskVersions).reduce((o,[s,i])=>I(T({},o),{[s]:i}),{});return this.client.post("/api/events",{event:t,data:Ie(T(T({},n),r))},{version:"v1"})})}getEntities(t){return P(this,null,function*(){return(yield this.client.post("/api/entities",{messages:t.filter(r=>r.text)},{version:"v1"})).entities})}getTemporaryExchangeToken(){return P(this,null,function*(){return(yield this.client.get("/auth/exchange-token")).jwt})}exchangeTokenForAccessCookie(t){return P(this,null,function*(){return this.client.post("/apis/admin/session/jwt/",{jwt:t}).catch(n=>{throw H.warn(`Invalid token '${t}'`),n})})}authenticateWithKey(t,n){return P(this,null,function*(){yield this.preflight(),yield this.client.post("/apis/admin/session/api-key/",Ie(n),{refreshTokenOn401:!1,headers:{apikey:t}})})}getTextSuggestions(o){return P(this,arguments,function*(t,n={},r){return r==="sticky-messages"?this.getPinnedMessages(t):(yield this.client.post(`/api/conversations/${t}/recommend/${r}`,Ie(n),{abortLatest:!0,version:"v1"})).map(i=>I(T({},te(i)),{text:i.text||i.url||i.message,source:r,type:r})).filter((i,a,l)=>a===l.findIndex(u=>u.text===i.text))})}isLoggedIn(){return P(this,null,function*(){return yield this.preflight(),this.client.validateToken()})}getAutocompleteSuggestions(t,n){return P(this,null,function*(){return(yield this.client.post(`/api/conversations/${t}/autocomplete`,Ie(n),{abortLatest:!0,version:"v1"})).map(o=>({score:1,source:o.source,sourceText:o.source_text,text:o.label,trainingJobs:o.training_jobs,searchKeywords:o.search_keywords,type:o.source})).filter((o,s,i)=>s===i.findIndex(a=>a.text===o.text))})}getPinnedMessages(t){return P(this,null,function*(){let n=yield this.client.get(`/api/conversations/${t}/sticky-messages`,{abortLatest:!0,version:"v1"});return te(n).map(r=>I(T({},r),{text:r.message,source:"sticky-messages",type:"pinned-message"}))})}getStyleSuggestions(t){return P(this,null,function*(){let n=yield this.client.post("/api/style-suggestions",Ie(t),{abortLatest:!0,version:"v1"});return te(n)})}search(t){return P(this,null,function*(){let n=yield this.client.post(`/api/profiles/${t.profile}/search`,Ie(t),{version:"v2"});return te(n)})}knowledgeAssist(s,i,a){return P(this,arguments,function*(t,n,r,o={}){let l=yield this.client.post(`/api/knowledge-assist/assistants/${r}/search`,Ie({question:t.question,doNotKnowAnswer:t.doNotKnowAnswer,customerInstruction:t.customerInstruction,chatHistory:n.map(u=>({question:u.question,answer:u.answer.answer})),agentId:o.agentId,conversationId:o.conversationId}),{version:"v2"});return te(l)})}requestLoginByEmail(t){return P(this,null,function*(){let n=yield this.client.post("/apis/admin/session/passwordless/request/",{email:t});return te(n)})}requestPasswordlessToken(){return P(this,null,function*(){let t=yield this.client.get("/apis/admin/session/passwordless/request/");return te(t.token)})}getCsrfToken(){return P(this,null,function*(){let{token:t}=yield this.client.get("/apis/admin/session/csrf/");return t})}verifyLoginToken(t){return P(this,null,function*(){let n=yield this.client.post("/apis/admin/session/passwordless/login/",{token:t});return te(n)})}evaluateRule(s,i,a){return P(this,arguments,function*(t,n,r,o={}){let l=new URLSearchParams;o.raiseForFailingConditions&&l.set("raise_for_failing_conditions","true");let u=yield this.client.post(`/api/conversations/${n}/rules/${t}/evaluate?${l.toString()}`,r,{version:"v2"});return u?te(u.cues):[]})}getSummary(r){return P(this,arguments,function*(t,n={}){let o=yield this.client.post("/api/summary",{conversation:{messages:t.filter(s=>s.text&&s.source),agent_id:n.agentId,id:n.externalConversationId},prompt_instruction:n.promptInstruction,model:n.model},{version:"v1"});return te(o)})}evaluateAssistant(t,n){return P(this,null,function*(){var s;let r=new URLSearchParams;r.append("enforce_cues_schema","true"),n.conversationId&&r.append("conversation_id",n.conversationId);let o=yield this.client.post(`/api/v2/assistants/${t}/evaluate?${r.toString()}`,{input:(s=n.input)!=null?s:{},conversation:n.transcript});return te(o.output)})}getRules(){return P(this,null,function*(){let t=new URLSearchParams,n=yield this.client.get(`/apis/admin/rule-engine/rules/?${t.toString()}`,{useCache:!0});return te(n)})}translateMessages(t){return P(this,null,function*(){let n=yield this.client.post("/api/translate",Ie(t),{version:"v2"});return te(n)})}handleDeepdeskVersionHeaders(t){t.headers.forEach((n,r)=>{let o=r.toLowerCase(),s=o.match(t0);if(!n||!s)return;let i=s[1].replace("-","_"),a=this.latestReceivedDeepdeskVersions[i];a&&n&&a!==n&&H.warn(`Overwritten Version header ${o}: ${JSON.stringify(a)} -> ${JSON.stringify(n)}`),this.latestReceivedDeepdeskVersions[i]=n})}};es.exchangeTokenPromise=null;var hr=es;var _l=class{constructor(t,n){this.url=t;this.eventListeners={};this.options=T({timeout:25e3},n)}proxyEvent(t){this.eventSource.addEventListener(rh(t),n=>{let{data:r}=n;try{let o=JSON.parse(r);this.emit(t,te(o))}catch(o){H.warn(`Invalid JSON for ${t}: ${r}`)}})}connect(){clearTimeout(this.timeoutTimer);let t=new EventSource(this.url,{withCredentials:!0});this.eventSource=t;let n=!1;t.onopen=()=>{n=!0},t.onerror=()=>{n&&t.readyState===2&&this.connect()},this.timeoutTimer=setTimeout(()=>{t.close(),this.connect()},this.options.timeout),Object.keys(this.eventListeners).forEach(r=>{this.proxyEvent(r)})}disconnect(){var t;clearTimeout(this.timeoutTimer),this.eventListeners={},(t=this.eventSource)==null||t.close()}emit(t,n){this.eventListeners[t]&&this.eventListeners[t].forEach(r=>r(n))}on(t,n){return this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n),this.proxyEvent(t),()=>{this.off(t,n)}}off(t,n){let r;this.eventListeners[t]&&(r=this.eventListeners[t].indexOf(n),r>-1&&this.eventListeners[t].splice(r,1))}};var rk;(t=>{let e;(s=>(s.Started="Started",s.Aborted="Aborted",s.Completed="Completed"))(e=t.AutoflowSessionState||(t.AutoflowSessionState={}))})(rk||(rk={}));var Dl=class{constructor(t,n={}){this.apiUrl=t;this.streams={};this.logger=H;this.client=new gr(t,n)}getCustomMessages(t){return P(this,null,function*(){let n=yield this.client.get(`/sessions/${t}/suggestions`);return te(n.suggestions)})}sendCustomMessage(t,n){return P(this,null,function*(){let r=yield this.client.post(`/sessions/${t}/messages`,Ie(n));return te(r)})}answerCustomMessage(t,n){return P(this,null,function*(){yield this.client.post(`/sessions/${t}/answers`,Ie(n))})}getAutoflows(t){return P(this,null,function*(){let n=yield this.client.get(`/sessions/${t}/autoflows`);return te(n.autoflows)})}startAutoflowSession(t){return P(this,null,function*(){let n=yield this.client.post("/autoflow-sessions",Ie(t));return te(n)})}stopAutoflowSession(t){return P(this,null,function*(){yield this.client.delete(`/autoflow-sessions/${t}`)})}openStream(t){return this.streams[t]||(this.streams[t]=new _l(`${this.apiUrl}/sessions/${t}/events`),this.streams[t].connect()),this.streams[t]}closeStream(t){this.streams[t]||(this.streams[t].disconnect(),delete this.streams[t])}};var ok={startTime:null,stopTime:null},sk=X({name:"handlingTime",initialState:ok,reducers:{handlingTimeStart(e){if(e.startTime&&!e.stopTime)throw new Error("Timing already started");e.startTime=new Date,e.stopTime=null},handlingTimeStop(e){if(!e.startTime)throw new Error("Timing not started");e.stopTime=new Date},handlingTimeReset(e){e.startTime=null,e.stopTime=null}},extraReducers:e=>{e.addCase(de,()=>ok)}}),{handlingTimeStart:ik,handlingTimeStop:If,handlingTimeReset:ak}=sk.actions,lk=sk.reducer;var uk=(e={})=>{let t=T({onAuthError:ni(!1)},e);return n=>r=>o=>("error"in o&&o.error.message==="Unauthorized"&&n.dispatch(t.onAuthError),r(o))};var Of={list:{keywordMatches:[]},fetchState:"idle"};var ts=K("styleSuggestions/getAll",(n,r)=>P(void 0,[n,r],function*({text:e},t){var l;let{deepdeskAPI:o}=t.extra,s=t.getState(),{showStyleSuggestions:i}=s.settings,a=(l=s.conversation.current)==null?void 0:l.profileCode;if(!i)return Of.list;if(!a)throw new Error("No current conversation to fetch pinned messages");return o.getStyleSuggestions({profileCode:a,message:e})})),o_=X({name:"styleSuggestions",initialState:Of,reducers:{},extraReducers:e=>{e.addCase(ts.pending,t=>{t.fetchState="loading"}).addCase(ts.rejected,t=>{t.fetchState="error"}).addCase(ts.fulfilled,(t,n)=>{t.fetchState="done",qr(t.list,n.payload)||(t.list=n.payload)}).addCase(Oo,t=>{t.list=Of.list}).addCase(de,()=>Of)}}),ck=o_.reducer;var dk=(e={})=>{let t,n=!0,r=T({getStyleSuggestions:ts,debounce:500},e);return o=>s=>i=>{var m;let a=o.getState().input.text,l=s(i),u=o.getState();if(u.auth.isLoggedIn!==!0)return l;let{showStyleSuggestions:c}=u.settings;if(!((m=u.conversation.current)==null?void 0:m.id)||!c)return l;let{text:d}=u.input;return d===a&&!n||(clearTimeout(t),d==="")||(t=setTimeout(()=>{n=!1,o.dispatch(r.getStyleSuggestions({text:d}))},e.debounce)),l}};function s_(e,t){return e.text===t.text&&e.selection.start===t.selection.start&&e.selection.end===t.selection.end}var fk=(e={})=>{let t=T({getTextSuggestions:hn,getAutocompleteSuggestions:gl,debounce:200,check:In},e),n;return r=>o=>s=>{var y;let{input:i}=r.getState(),a=o(s),l=r.getState();if(l.auth.isLoggedIn!==!0)return a;let{recommendTextSuggestions:u,showTabCompletion:c}=l.settings,f=(y=l.conversation.current)==null?void 0:y.id,d=s.type===$d.toString();if(!f||!u&&!c)return a;let{input:m}=l;return s_(m,i)&&!d||(clearTimeout(n),!t.check(l))||(n=setTimeout(()=>{let p=si(l);p===""?r.dispatch(t.getTextSuggestions("default")):r.dispatch(t.getAutocompleteSuggestions(p))},d?0:t.debounce)),a}};var pk=ts.fulfilled.toString();function i_(e,t){let n=new Set([...t.keywordMatches.map(o=>o.keyword)]),r=[];return n.forEach(o=>{let s=e.keywordMatches.filter(l=>l.keyword===o),i=t.keywordMatches.filter(l=>l.keyword===o),a=i.length-s.length;a<=0||r.push(...i.slice(0,a))}),r}var mk=e=>t=>n=>r=>{var u;if(r.type!==pk){n(r);return}let o=t.getState().styleSuggestions.list;n(r);let s=t.getState(),i=s.styleSuggestions.list,a=(u=s.conversation)==null?void 0:u.current;if(o===i)return;let l=i_(o,i);r.type===pk&&l.length>0&&e.sendEvent("style suggested",{conversationId:a==null?void 0:a.id,data:{keywordMatches:l}})};var a_=kc({assistants:sb,answer:Sb,auth:x1,autoflows:HC,conversation:I1,contentTypes:RE,customMessages:qC,passwordlessToken:YC,entities:JE,knowledgeAssistant:hb,handlingTime:lk,info:Y1,input:V1,settings:m1,profile:fb,search:rE,styleSuggestions:ck,ui:Yb,rules:tT,textSuggestions:Ab});function gk(e){return wx({reducer:a_,middleware:t=>[...t({thunk:{extraArgument:{dynamicThunkObject:e.dynamicThunkObject,deepdeskAPI:e.deepdeskAPI,deepdeskBrokerAPI:e.deepdeskBrokerAPI}},serializableCheck:!1}),uk(),fk({debounce:200}),dk({debounce:500}),mk(e.deepdeskAPI),...e.middleware?e.middleware:[]],preloadedState:e.preloadedState})}var l_=e=>{var t,n;return(n=(t=e==null?void 0:e.type)==null?void 0:t.toLowerCase())!=null?n:"unknown"},u_=e=>t=>n=>r=>{var a,l,u,c,f,d,m;let o=t.getState(),s=Xg("inlineSuggestions")(o);switch(r.type){case ni.toString():{!r.payload&&e.emit("logout",void 0);break}case mn.fulfilled.toString():r.payload.length>0&&e.sendEvent("entities found",{conversationId:(a=o.conversation.current)==null?void 0:a.id,data:{entities:r.payload}});break;case ut.toString():e.sendEvent(r.payload.name,{conversationId:((l=r.payload.options)==null?void 0:l.includeConversationData)&&((u=o.conversation.current)==null?void 0:u.id),data:r.payload.data});break;case Oo.toString():e.logSendMessage(r.payload);break;case Qo.fulfilled.toString():r.isBroadcasted||e.broadcast(ih,r,!1),(c=r.payload.options)!=null&&c.shouldEmit&&e.emit("cues",r.payload.cues);break;case eo.fulfilled.toString():r.isBroadcasted||e.broadcast(ah,r,!1);break;default:break}let i=n(r);switch(r.type){case Oo.toString():e.handleAfterSendMessage(r.payload);break;case yl.toString():e.onUpdateShowTabHint(r.payload);break;case If.toString():e.logHandlingTime();break;case"analytics/logEvent/fulfilled":{e.emit("event",r.meta.arg);break}case ad.toString():{let{start:v,end:y}=o.input.selection;e.emit("replace",I(T({},r.payload),{replace:r.payload.replace==="selection"?{start:v,end:y}:{start:0,end:y}}));break}case ln.toString():{let{start:v,end:y}=o.input.selection;e.emit("select-suggestion",I(T({type:l_(r.payload.suggestion)},r.payload),{replace:r.payload.replace==="selection"?{start:v,end:y}:{start:0,end:y}})),s&&t.dispatch(Qr([]));break}case ld.toString():e.emit("select-image",r.payload),e.sendEvent("Image attached",{conversationId:(f=o.conversation.current)==null?void 0:f.id,data:{path:r.payload.suggestion.image,title:r.payload.suggestion.title}});break;case Qr.toString():{s&&r.payload.length>0&&t.dispatch(ud(0));break}case pi.fulfilled.toString():{e.sendEvent("conversation summarized",{conversationId:(d=o.conversation.current)==null?void 0:d.id,data:{summary:r.payload,assistant:(m=t.getState().profile.data)==null?void 0:m.summarizerAssistantNew}});break}default:break}return i},hk=u_;function Dy(e){return e.toISOString().replace("T"," ").replace("Z","")}function yk(e,t){var s,i,a,l;let n=(s=e.conversation.current)==null?void 0:s.id;if(!n)return H.warn("No conversationId for handling time metrics"),null;let{startTime:r,stopTime:o}=e.handlingTime;return!r||!o?(H.warn("No startTime and stopTime for handling time metrics"),null):{conversationId:n,clientVersion:t.version,agentId:(i=e.info.agentInfo)==null?void 0:i.agentId,agentName:(a=e.info.agentInfo)==null?void 0:a.agentName,agentEmail:(l=e.info.agentInfo)==null?void 0:l.agentEmail,timeStart:Dy(r),timeStop:Dy(o)}}function vk(e,t,n){var N,_,D,G;let r=(N=t.conversation.current)==null?void 0:N.id;if(!r)return H.warn("No conversationId for send message metrics"),null;let{text:o,metrics:{numCharsTyped:s,numCharsPasted:i,numCharsCut:a,numCharsDeleted:l,numPaste:u,agentStartedTypingTimestamp:c,externalTimeTotalSeconds:f,pastes:d,cuts:m,deletions:v,textSuggestions:y,offeredTextSuggestions:p}}=t[e],g=o.length,S=y.reduce((Z,{text:se,searchTerm:yr})=>Z+se.length-(yr?yr.length:0),0),x=c!=null?c:Date.now(),k=(Date.now()-x)/1e3+(f||0),C=s/k,R=y.reduce((Z,{searchTerm:se})=>Z+(se?se.length:0),0);return{conversationId:r,source:"agent",text:o,clientVersion:n.version,pastes:d,cuts:m,deletions:v,lenTextTyped:s+R,lenTextTotal:g,lenTextAssisted:S,lenTextPasted:i,lenTextCut:a,lenTextDeleted:l,timeTotalSeconds:k,charsPerSecond:C,numPastes:u,textSuggestionsV2:y,suggestionsCounters:[{source:"gpt",countOffered:p.filter(Z=>Z.source==="gpt").length}],agentId:(_=t.info.agentInfo)==null?void 0:_.agentId,agentName:(D=t.info.agentInfo)==null?void 0:D.agentName,agentEmail:(G=t.info.agentInfo)==null?void 0:G.agentEmail}}function Fy(e,t){var s;let n=e.closest(t);if(n)return n;let r=e.getRootNode().host;if(r instanceof HTMLElement)return Fy(r,t);let o=(s=e.ownerDocument.defaultView)==null?void 0:s.frameElement;return o?Fy(o,t):null}function Sk(e,t){return Fy(e,t)}function wk(e){return typeof e=="object"&&e!==null&&"name"in e&&"message"in e}function c_(e){return typeof e=="object"&&e!==null&&"tagName"in e}function Nf(e){return c_(e)&&(oo(e)||rf(e))}var Ek,_n=new Map,d_=["bottom","height","left","right","top","width"],xk=(e,t)=>!e&&!t?!1:e&&!t||!e&&t?!0:d_.some(n=>e[n]!==t[n]);function bk(e){var n,r,o;if(e.ownerDocument===document)return[];let t=(o=(r=(n=e.ownerDocument)==null?void 0:n.defaultView)==null?void 0:r.frameElement)!=null?o:null;return t?[t,...bk(t)]:[]}function Ck(e,t){return!e||!t?null:I(T({},e),{top:e.top+t.top,left:e.left+t.left})}var Mf=!1,Tk=()=>{Mf=!0;let e=[];if(_n.forEach((t,n)=>{if(!n.isConnected){t.rect=null,e.push(t),_n.delete(n);return}let r=n.getBoundingClientRect();xk(r,t.rect)&&(t.rect=r,e.push(t))}),e.forEach(t=>{let n=t.parentRects?t.parentRects.reduce(Ck,t.rect):t.rect;xk(n,t.totalRect)&&t.callbacks.forEach(r=>r(n)),t.totalRect=n}),_n.size===0){Mf=!1;return}Ek=window.requestAnimationFrame(Tk)};function Hy(e,t){let n=bk(e),r=[],o=n.map((s,i)=>Hy(s,a=>{r[i]=a;let l=_n.get(e);if(!l)return;let u=r.reduce(Ck,l.rect);l.callbacks.forEach(c=>c(u))}));return{observe(s=!0){if(o.forEach(i=>i.observe(!1)),_n.has(e)){let i=_n.get(e);i.callbacks.push(t),i.rect&&t(i.rect)}else _n.set(e,{rect:void 0,callbacks:[t],parentRects:r});s&&!Mf&&Tk()},unobserve(){o.forEach(i=>i.unobserve());let s=_n.get(e);if(s){let i=s.callbacks.indexOf(t);i>=0&&s.callbacks.splice(i,1),s.callbacks.length||_n.delete(e),_n.size||(cancelAnimationFrame(Ek),Mf=!1)}}}}var kk,Dn=new Map,Pk=()=>{Dn.forEach((e,t)=>{if(!t.isConnected){Dn.delete(t);return}let{clientHeight:n,scrollHeight:r}=t,o=r>n;e.visible!==o&&(e.visible=o,e.callbacks.forEach(s=>s(e.visible)))}),Dn.size!==0&&(kk=window.requestAnimationFrame(Pk))};function Rk(e,t){return{observe(){let n=Dn.size===0;Dn.has(e)?Dn.get(e).callbacks.push(t):Dn.set(e,{visible:void 0,callbacks:[t]}),n&&Pk()},unobserve(){let n=Dn.get(e);if(n){let r=n.callbacks.indexOf(t);r>=0&&n.callbacks.splice(r,1),n.callbacks.length||Dn.delete(e),Dn.size||cancelAnimationFrame(kk)}}}}var Uy=["borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth","borderStyle","boxSizing","color","overflowWrap","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontWeight","fontKerning","lineHeight","letterSpacing","paddingLeft","paddingTop","paddingRight","paddingBottom","width","height","textIndent","whiteSpace","wordBreak","wordSpacing","wordWrap"];function zy(e,t,n){return n.forEach(r=>{t.style[r]=e[r]})}function Ai(e){return parseFloat(e)}function _f(e){return Math.round(e*1e6)}function Ak(e){return e/1e6}function By(e,t,n){if(e.boxSizing==="content-box")return;let{clientWidth:r}=t,o=Ai(e.width),s=Ai(e.borderLeftWidth),i=Ai(e.borderRightWidth),a=Ai(e.paddingRight),l=Ak(_f(o)-_f(s)-_f(i)),u=Ak(_f(r));if(l-u>2){let c=l-u;n.style.paddingRight=`${a+c}px`}}function Fl(e,t={}){var c,f;let n=t.overlayContainer||document.createElement("div");n.style.display="none",n.style.position=(c=t.position)!=null?c:"fixed",n.style.pointerEvents="none",n.style.borderColor="transparent",$o(n);let r=window.getComputedStyle(e),o=!0,s=()=>{n.scrollTop=e.scrollTop};zy(r,n,Uy),By(r,e,n),t.mirrorOverflow&&(n.style.overflow="hidden",e.addEventListener("scroll",s));let i=Rk(e,()=>{zy(r,n,Uy),By(r,e,n),s(),setTimeout(s,0)}),a,l=!0,u=Hy(e,d=>{if(d===null){t.onRemove&&t.onRemove(),n.remove();return}if(!l&&t.onMoveStart&&(Promise.resolve().then(()=>t.onMoveStart()),l=!0),clearTimeout(a),a=setTimeout(()=>{t.onMoveEnd&&t.onMoveEnd(),l=!1},200),d.height===0&&d.width===0){if(o===!0)return;t.onHide&&t.onHide(),n.style.display="none",o=!0;return}if(zy(r,n,Uy),By(r,e,n),s(),n.style.top=`${d.top}px`,n.style.left=`${d.left}px`,t.closestScrollElement&&t.closestScrollElement!==e){let m=t.closestScrollElement.getBoundingClientRect(),v=window.getComputedStyle(t.closestScrollElement),y=Ai(v.borderTopWidth),p=Ai(v.borderBottomWidth),g=m.top+y-d.top,h=d.top+d.height+-(m.top+m.height-p);n.style.clipPath=`inset(${g}px 0px ${h}px 0px)`}o&&(n.style.display="block",t.onShow&&t.onShow(),o=!1)});return t.appendTo?t.appendTo.appendChild(n):(f=e.parentElement)==null||f.appendChild(n),u.observe(),i.observe(),[n,()=>{e.removeEventListener("scroll",s),u.unobserve(),i.unobserve()}]}var Lk=(e,t)=>({value(){try{let n=sessionStorage.getItem(`dd-${e}`);if(!n)return t;try{return JSON.parse(n)}catch(r){return t}}catch(n){return t}},update(n){try{sessionStorage.setItem(`dd-${e}`,JSON.stringify(n))}catch(r){H.warn("[Deepdesk] SessionStorage is blocked by browser")}}});function f_(e){return e.offsetParent!==null}function Ik(e){if(!f_(e))return!1;let t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)}function Df(e,t,n=100){let r=Ik(e);t({isVisible:r});let o=setInterval(()=>{let s=Ik(e);s!==r&&(r=s,t({isVisible:r}))},n);return()=>{clearTimeout(o)}}var Fe=w(b());var Ok=Lk("showTabHint",!0),Li=class Li{constructor({deepdeskUrl:t,brokerUrl:n,version:r=Li.version||"unknown",locale:o="en-US",token:s,fetch:i,productName:a,createCustomChannel:l}){this.inputMediator=null;this.eventListeners={};this.unmountHandlers=[];this.widgetRoot=null;this.dynamicThunkObject={};this.isMounted=!1;this.shouldRender=!0;this.loadProfileConfigPromise=null;let u=t.replace(/\/api$/,"");this.deepdeskApi=new hr(u,{token:s,fetch:i}),this.version=r,this.instanceId=Li.count++;let c={deepdeskAPI:this.deepdeskApi,dynamicThunkObject:this.dynamicThunkObject,middleware:[hk({broadcast:(f,d,m)=>{this.broadcastEvents.send(f,d,m)},emit:(f,d)=>this.emit(f,d),handleAfterSendMessage:f=>this.handleAfterSendMessage(f),logHandlingTime:()=>this.logHandlingTime(),logSendMessage:f=>this.logSendMessage(f),onUpdateShowTabHint:f=>Ok.update(f),sendEvent:(f,d)=>this.deepdeskApi.sendEvent(f,d)})]};n&&Object.assign(c,{deepdeskBrokerAPI:new Dl(n)}),this.store=gk(c),this.broadcastEvents=new tk({debug:!0,deepdeskUrl:u,eventMap:oE(this.store),createCustomChannel:l}),this.store.dispatch(yl(Ok.value())),this.store.dispatch(td({locale:o,adminUrl:u,productName:a}))}get state(){return this.store.getState()}get settings(){return this.state.settings}get selectedTextSuggestion(){var t;return(t=this.state.input.textSuggestions[this.state.input.selectedSuggestionIndex])!=null?t:null}hasConversation(){return!!this.state.conversation.current}conversationId(){if(!this.hasConversation())throw new Error("No conversation loaded");return this.state.conversation.current.id}sessionId(){if(!this.hasConversation())throw new Error("No conversation loaded");return this.state.conversation.current.sessionId}shouldAbort(){return this.state.conversation.isSupported===!1?(H.warn("Conversation is not supported"),!0):this.hasConversation()?this.state.profile.data?!1:(H.warn("Profile has not been loaded (yet)"),!0):(H.warn("No conversation loaded (yet)"),!0)}login(){return this.store.dispatch(ni(null)),this.store.dispatch(Xn()),new Promise(t=>{let n=this.store.subscribe(()=>{let r=this.store.getState();lt(r)&&g1(r)!=="loading"&&(n(),t())});this.unmountHandlers.push(()=>{n()})})}isLoggedIn(){return P(this,null,function*(){return(yield this.store.dispatch(Xn())).payload})}isConversationSupported(t,n){return P(this,null,function*(){return(yield this.store.dispatch(eh({sessionId:t,options:n}))).payload})}createConversation(t){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t.sessionId&&this.resetConversation(),(yield this.store.dispatch(rd(t))).payload})}getConversationBySessionId(t,n){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t&&this.resetConversation(),(yield this.store.dispatch(od({sessionId:t,options:n}))).payload})}upsertConversation(t){return P(this,null,function*(){return this.hasConversation()&&this.sessionId()!==t.sessionId&&this.resetConversation(),(yield this.store.dispatch(th(t))).payload})}postMessages(t){return P(this,null,function*(){return(yield this.store.dispatch(id(t))).payload})}updateConversation(t){return P(this,null,function*(){return(yield this.store.dispatch(sd(t))).payload})}resetConversation(){this.store.dispatch(de()),this.loadProfileConfigPromise=null,this.dynamicThunkObject.conversationQuery=null}configure(t){this.store.dispatch(td(t))}setVisitorInfo(t){this.store.dispatch(q1(t))}setCustomData(t){this.store.dispatch(G1(t))}setAgentInfo(t){return P(this,null,function*(){yield this.store.dispatch($a(t))})}setAgentSettings(t){return P(this,null,function*(){yield this.store.dispatch(oh(t))})}getAgentSettings(){return P(this,null,function*(){return(yield this.store.dispatch(sh())).payload})}refresh(){return P(this,null,function*(){if(this.shouldAbort())return Promise.resolve();this.inputMediator&&this.store.dispatch(cd({text:this.inputMediator.getText(),html:this.inputMediator.getHTML()}));let t=[];return this.store.dispatch($d()),t.push(this.refreshWidgetSuggestions()),Promise.all(t).then(()=>{})})}notifyExternalSuggestion(t){this.store.dispatch(ln(t))}evaluateRule(o){return P(this,arguments,function*(t,n={},r=XC){return(yield this.store.dispatch(Qo({label:t,params:n,options:r}))).payload.cues})}evaluateAssistant(r){return P(this,arguments,function*(t,n={}){let c=n,{input:o={},transcript:s,showCuesInWidget:i=!0,includeTags:a}=c,l=ee(c,["input","transcript","showCuesInWidget","includeTags"]);Object.assign(o,l);let u=yield this.store.dispatch(eo({assistantCode:t,transcript:s,includeTags:a,input:o,skipState:!i}));if(u.error)throw new Error(u.error.message);return u.payload})}evaluateConversationAssistant(t,n){return P(this,null,function*(){yield this.loadProfileConfig();let r={accepted:"conversationAcceptedAssistant","new-message":"conversationNewMessageAssistant",ended:"conversationEndedAssistant"},o=this.state.profile.data[r[t]];if(!o){H.warn(`No assistant set in profile for conversation event "${t}"`);return}yield this.evaluateAssistant(o,T({transcript:"stored-transcript",includeTags:!0},n))})}getSummary(){return P(this,null,function*(){var n;if(!this.hasConversation())return H.warn("No conversation to create summary for."),null;(n=this.state.profile.data)!=null&&n.summarizerAssistantNew||H.warn("No profile loaded yet, or no summarizer assistant set in profile");let t=yield this.store.dispatch(pi({}));if(t.error)throw new Error(t.error.message);return t.payload})}handleKeyDown(t){let{overlayCollapsed:n,openOverlayWhenTyping:r}=this.state.ui,{textSuggestions:o,selectedSuggestionIndex:s,selection:i}=this.state.input,{inlineSuggestions:a,showTextSuggestions:l}=this.state.settings,u=a?"below":"above",c=o.length>0;if(!In(this.state)||(this.store.dispatch(D1(nh(t))),t.key!=="Tab"&&!l))return;let f=()=>{n||!c||i&&(t.shiftKey||(this.store.dispatch(U1()),t.preventDefault()))},d=()=>{n||!c||a&&s<=0||i&&(t.shiftKey||(this.store.dispatch(z1()),t.preventDefault()))};switch(t.key){case"ArrowUp":u==="below"?d():f();break;case"ArrowDown":{u==="below"?f():d();break}case"Escape":{n||(this.store.dispatch(ud(-1)),this.store.dispatch(no({collapse:!0})),this.store.dispatch(Gb(!0)),t.preventDefault());break}case"Tab":{t.preventDefault();let m=ii(this.state);if(!m)return;this.store.dispatch(yl(!1)),this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"tab"},replace:"until-selection-end"}));break}case" ":{if(this.state.settings.inlineSuggestions||this.state.input.selectedSuggestionIndex===-1)return;let m=ii(this.state);if(!m)return;this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"space"},replace:"until-selection-end"}));break}case"Enter":{if(this.state.settings.inlineSuggestions||t.shiftKey||this.state.input.selectedSuggestionIndex===-1)return;let m=ii(this.state);if(!m)return;this.store.dispatch(ln({text:m.text,suggestion:m,eventMetrics:{inputType:"enter"},replace:"until-selection-end"})),t.preventDefault();break}default:}n&&r&&this.store.dispatch(no({collapse:!1}))}handleAfterSendMessage(t){this.emit("send-message",t),this.store.dispatch(Qr([]))}handlingTimeStart(){this.state.handlingTime.startTime||(H.info("Start handling time"),this.store.dispatch(ik()))}handlingTimeStop(){this.state.handlingTime.startTime&&(H.info("Stop handling time"),this.store.dispatch(If()))}logSendMessage(t){let n=vk("input",this.state,{version:this.version});n&&(t&&(Object.assign(n,{text:t}),Object.assign(n,{lenTextTotal:t.length})),this.deepdeskApi.sendEventV1("Send Message",n),this.emit("send-message-event",n))}logHandlingTime(){let t=yk(this.state,{version:this.version});t&&(this.deepdeskApi.sendEventV1("Handling Time",t),this.store.dispatch(ak()))}notifySubmit(t={}){var n;this.shouldAbort()||(this.store.dispatch(Oo((n=t.text)!=null?n:this.state.input.text)),this.store.dispatch(j1()))}emit(t,n){let r=this.eventListeners[t];r&&r.forEach(o=>{try{o(n)}catch(s){H.warn(`The following error occurred in deepdeskSDK.on('${t}', handler)`),H.error(s)}})}on(t,n){return this.eventListeners[t]||(this.eventListeners[t]=[]),this.eventListeners[t].push(n),()=>{this.off(t,n)}}off(t,n){if(!t&&!n){this.eventListeners={};return}let r;this.eventListeners[t]&&(r=this.eventListeners[t].indexOf(n),r>-1&&this.eventListeners[t].splice(r,1))}setConversationQuery(t){this.dynamicThunkObject.conversationQuery=t}setPlatformVariables(t){this.store.dispatch(Q1(t))}whenConversationLoaded(t){let n=()=>this.loadProfileConfig().then(()=>t());this.hasConversation()&&n();let r=this.hasConversation();this.store.subscribe(()=>{this.hasConversation()!==r&&(r=this.hasConversation(),r&&n())})}overlayContainerFactory(t,n,r,o){let[s,i]=Fl(n,r);return s.setAttribute("translate","no"),s.dataset.testid=t,o&&s.classList.add(o),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(s),i(),s.remove()}),s}createInlineContainer(t,n){var a;let r=document.createElement("div");r.style.position="absolute",r.style.top="0px",r.style.left="0px",r.style.height="0px",r.style.width="0px";let o=document.createElement("div");o.style.display="none",o.style.position="absolute",o.style.height="0px",o.style.width="0px",o.style.backgroundColor="red",r.appendChild(o);let s=(a=t.ownerDocument.defaultView)==null?void 0:a.frameElement,i=s?s.ownerDocument.defaultView:null;if(s&&(i===window||(i==null?void 0:i.parent)===window)){let[l,u]=Fl(s,{appendTo:document.body,onMoveStart:()=>{o.style.display="none"}});l.dataset.testid=n,l.style.zIndex="2",l.appendChild(r),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(o),u()})}else document.body.appendChild(r);return o}createContainer(t,n=document.body){let r=window.getComputedStyle(n),o=document.createElement("div");return $o(o),o.dataset.testid=t,o.style.color=r.color,o.style.fontSize=r.fontSize,o.style.fontFamily=r.fontFamily,o.style.fontVariant=r.fontVariant,o.setAttribute("translate","no"),n.appendChild(o),this.unmountHandlers.push(()=>{(0,nn.unmountComponentAtNode)(o),o.remove()}),o}storeMetrics(){try{let t=`dd-metrics-${this.conversationId()}`,n=JSON.stringify({text:this.state.input.text,metrics:this.state.input.metrics});window.sessionStorage.setItem(t,n),H.info(`Stored analytics for ${this.conversationId()}`)}catch(t){}}restoreMetrics(){try{let t=`dd-metrics-${this.conversationId()}`,n=window.sessionStorage.getItem(t);if(!n)return;let r=JSON.parse(n);r.text.trim()===this.state.input.text.trim()?(H.info(`Restored metrics for ${this.conversationId()}`),this.store.dispatch(B1(r.metrics))):H.warn(`Metrics mismatch, disregarding stored metrics for ${this.conversationId()}`),window.sessionStorage.removeItem(t)}catch(t){}}mount(t,n={}){if(this.isMounted)throw new Error("[Deepdesk] This instance was already mounted. Make sure to unmount before you remount.");if(!Nf(t))throw new Error("[Deepdesk] Only mount on textarea or contentEditable div.");if(!this.shouldRender)return;let{customStyles:r={},showStyleSuggestions:o,showTabCompletion:s,showTextSuggestions:i,textSuggestionsCount:a,showMidSentenceSuggestions:l,showSuggestionsBeforePattern:u,showSuggestionsAfterPattern:c,isEmbedded:f,detectSubmit:d,insertLink:m,inputMediator:v,closestScrollSelector:y,appendOverlayTo:p,inlineSuggestions:g,floatingMenu:h}=n;this.configure({showStyleSuggestions:o,showTabCompletion:s,textSuggestionsCount:a,showMidSentenceSuggestions:l,showSuggestionsBeforePattern:u,showSuggestionsAfterPattern:c,showTextSuggestions:i,insertLink:m,isEmbedded:f,inlineSuggestions:g,floatingMenu:!!h}),n.automaticHandlingTime&&this.setupHandlingTime(t),$o(t),this.inputMediator=v||(oo(t)?new Jo(t):new Zo(t)),this.inputMediator.on("change",({plainText:k,rawHTML:C})=>{this.store.dispatch(cd({text:k,html:C}))}),this.inputMediator.on("keyup",k=>{this.store.dispatch(F1(nh(k)))}),this.inputMediator.on("keydown",k=>{this.handleKeyDown(k)}),this.inputMediator.on("paste",({pastedText:k,selectionText:C})=>{this.store.dispatch(H1({text:k,selectionText:C}))}),this.inputMediator.on("cut",({selectionText:k})=>{this.store.dispatch(_1(k))});let S;this.inputMediator.on("selection",k=>{clearTimeout(S),k===null?S=setTimeout(()=>{k!==null&&this.store.dispatch(dd(k))},500):this.store.dispatch(dd(k))}),this.inputMediator.on("disabled",()=>{var k;(k=this.inputMediator)==null||k.deactivate(),this.configure({visible:!1})}),this.inputMediator.on("enabled",()=>{this.inputMediator&&(this.configure({visible:!0}),this.inputMediator.activate())}),this.inputMediator.on("submit",()=>{d&&this.notifySubmit()}),this.inputMediator.on("blur",()=>{this.store.dispatch(Xd(!1))}),this.inputMediator.on("focus",()=>{this.store.dispatch(Xd(!0))});let x=y&&Sk(t,y)||void 0;if(g){let{customStyles:k,appendOverlayTo:C}=n;if(oo(t))throw new Error("[Deepdesk] Inline suggestion is not supported for textarea yet.");let R=this.createInlineContainer(t,"deepdesk-caret");(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:k,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(nC,{})})}),R),this.inputMediator.on("caretposition",_=>{_?(R.style.display="block",R.style.top=`${_.top}px`,R.style.left=`${_.left}px`):R.style.display="none"});let N=this.overlayContainerFactory("floating-menu",x||t,{appendTo:typeof h=="object"&&"appendOverlayTo"in h?h.appendOverlayTo:C},k==null?void 0:k.floatingMenuRootNode);(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:k,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(Wb,{onLogIn:()=>this.loginViaPopup().catch(_=>H.warn(_.message))})})}),N)}else{let k=this.overlayContainerFactory("deepdesk-tab-completion",x||t,{appendTo:p,closestScrollElement:x,mirrorOverflow:!0,onRemove:()=>this.unmount()},r==null?void 0:r.rootNode),C=this.overlayContainerFactory("deepdesk-suggestions-overlay",x||t,{appendTo:p},r==null?void 0:r.suggestionsRootNode);(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(OC,{inputElement:t})})}),k),(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(dC,{onLogIn:()=>this.loginViaPopup().catch(R=>H.warn(R.message))})})}),C)}(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(zb,{})})}),this.createContainer("deepdesk-overlays")),this.store.dispatch(cd({text:this.inputMediator.getText(),html:this.inputMediator.getHTML()})),this.store.dispatch(dd(this.inputMediator.getSelection())),this.store.dispatch(Xd(this.inputMediator.isFocused)),this.unmountHandlers.push(()=>{this.state.input.text!==""&&this.storeMetrics()}),this.whenConversationLoaded(()=>{var k;this.restoreMetrics(),this.refresh(),this.broadcastEvents.setSessionId((k=this.state.conversation.current)==null?void 0:k.sessionId)}),this.isMounted=!0}unmount(){var t;this.unmountHandlers.forEach(n=>n()),this.unmountHandlers=[],(t=this.inputMediator)==null||t.dispose(),this.broadcastEvents.cleanup(),this.isMounted=!1}renderWidget(t,n={}){if(this.widgetRoot&&H.warn("A widget was already rendered for this instance. Make sure to unmountWidget before rerendering"),!this.shouldRender)return;let{customStyles:r,showImages:o,isEmbedded:s}=n;this.widgetRoot=t,this.configure({showImages:o,isEmbedded:s}),(0,nn.render)((0,Fe.jsx)(Go,{store:this.store,customStyles:r,children:(0,Fe.jsx)(Mo,{broadcastEvents:this.broadcastEvents,children:(0,Fe.jsx)(YT,{onLogIn:()=>this.loginViaPopup().catch(i=>H.warn(i.message))})})}),t),this.whenConversationLoaded(()=>{var i;this.broadcastEvents.setSessionId((i=this.state.conversation.current)==null?void 0:i.sessionId)})}unmountWidget(){this.widgetRoot&&(0,nn.unmountComponentAtNode)(this.widgetRoot),this.widgetRoot=null}setupHandlingTime(t){let n=Df(t,({isVisible:r})=>{r?this.handlingTimeStart():this.handlingTimeStop()});this.unmountHandlers.push(()=>{this.handlingTimeStop(),n()}),this.whenConversationLoaded(()=>{this.handlingTimeStart()})}handleError(t){wk(t)&&t.message==="Unauthorized"&&this.login()}loadProfileConfig(){return this.loadProfileConfigPromise?this.loadProfileConfigPromise:(this.loadProfileConfigPromise=Promise.resolve().then(()=>P(this,null,function*(){yield this.store.dispatch(cl());let t=gn(this.state);t&&(yield this.store.dispatch(fl()),this.store.dispatch(td({showSearch:t.search,showAutoflows:t.autoflows,showCustomMessages:t.customMessages,showImageSearch:t.imageSearch,showEntitiesCommand:t.entitiesCommand,showSummaryCommand:!!t.summarizerAssistantNew||t.summarizer,showKnowledgeSearch:!!t.knowledgeAssistant,recommendTextSuggestions:t.recommendTextSuggestions})))})),this.loadProfileConfigPromise)}loginViaPopup(t){return P(this,null,function*(){return new Promise((n,r)=>{let o=new MessageChannel,s=o.port1,i=this.state.settings.adminUrl,a=new URL(t!=null&&t.url?t==null?void 0:t.url:`${i}/platform/sso/`);a.searchParams.append("redirect","/sdk/popup/close.html");let l=!1,u=()=>{c&&!c.closed&&c.close(),window.removeEventListener("message",f),clearInterval(d)};s.onmessage=m=>P(this,null,function*(){var v,y;if((v=m.data)!=null&&v.jwt)try{yield this.deepdeskApi.exchangeTokenForAccessCookie((y=m.data)==null?void 0:y.jwt),yield this.isLoggedIn(),this.broadcastEvents.send(Ga),l=!0,o.port1.close(),n()}catch(p){console.error(p),r(p)}finally{l=!0,u()}});let c=window.open(a.toString(),"deepdesk-login","scrollbars=no,left=100,top=150,width=500,height=500");c===null&&r(new Error("Popup blocked by browser"));let f=m=>P(this,null,function*(){var v;if(m.origin===a.origin)switch((v=m.data)==null?void 0:v.type){case"deepdesk-popup-loaded":{try{let y=JSON.stringify({type:"deepdesk-popup-create-channel"});c==null||c.postMessage(y,a.origin,[o.port2])}catch(y){H.error("Error posting message to popup",y),r(y)}break}case"deepdesk-popup-error":{u(),m.data.message==="Timeout"&&H.warn("Popup timed out. Check if the account's platform url is configured correctly."),r(new Error(m.data.message));break}}});window.addEventListener("message",f);let d=setInterval(()=>{c&&!c.closed||(u(),l||r(new Error("Popup closed by user")))},200);this.unmountHandlers.push(u)})})}translateMessages(t){return this.deepdeskApi.translateMessages(t)}checkForTrialMode(t){return P(this,null,function*(){try{let{account:n}=yield this.deepdeskApi.getPlatformConfig();if(!n.isTrial){this.shouldRender=!0;return}if(H.info("Trial is active"),!(yield this.deepdeskApi.checkUserExists(t)))throw new Error("User is not in trial");this.shouldRender=!0}catch(n){let{message:r}=n;H.info(r),this.shouldRender=!1}})}refreshWidgetSuggestions(){return P(this,null,function*(){if(!this.widgetRoot||this.shouldAbort())return;let{uiConfig:t}=this.state.profile.data;if(!t.widget)return;let n=Kd(this.state);try{n.forEach(({type:r})=>{r==="entities"?this.store.dispatch(mn()):iu.includes(r)||this.store.dispatch(hn(r))})}catch(r){this.handleError(r)}})}};Li.version="14.1.1-beta.9",Li.count=0;var Hl=Li;function p_(e){return P(this,null,function*(){var o,s,i;let n=yield((o=e.fetch)!=null?o:window.fetch)(e.url),r=yield n.blob();return new File([r],e.name,{type:(i=(s=e.mimeType)!=null?s:n.headers.get("Content-Type"))!=null?i:"image/jpeg"})})}function Nk(e,t){return P(this,null,function*(){let n=yield p_(t),r=new Event("change",{bubbles:!0,cancelable:!0});try{Object.defineProperty(e,"files",{configurable:!0,get:()=>[n]}),e.dispatchEvent(r)}finally{Object.hasOwn(e,"files")&&delete e.files}})}function Mk(e,t,n){return P(this,null,function*(){yield new hr(e).authenticateWithKey(t,n)})}function _k(e){return e.replace(/\[([\w\s\d]+)\]\((https?:\/\/[^\s]+)\)/g,'<a href="$2" target="_blank" rel="noreferrer">$1</a>')}function Dk(r,o){return P(this,arguments,function*(e,t,n={}){var f,d;let{value:s}=e,{start:i,end:a}=(f=n.replace)!=null?f:{start:0,end:s.length},l=`${s.slice(0,i)}${t}${s.slice(a)}`,u=(d=n.selectionAfter)!=null?d:{start:i+t.length,end:i+t.length},c=()=>{if(n.setValue)return n.setValue(l);e.value=l};return Promise.resolve(c()).then(()=>{e.selectionStart=u.start,e.selectionEnd=u.end,e.blur(),e.focus()})})}function Fk(r,o){return P(this,arguments,function*(e,t,n={}){let s=n.replace?ao(e,n.replace.start,n.replace.end):ki(e),i,a=()=>{if(n.setRange)return n.setRange(s.cloneRange());s.deleteContents(),i=document.createElement("span"),s.insertNode(i),n.insertBRs!==!1?t.split(`
|
|
28
28
|
`).reverse().forEach((l,u)=>{u>0&&s.insertNode(document.createElement("br")),s.insertNode(document.createTextNode(l))}):s.insertNode(document.createTextNode(t))};return Promise.resolve(a()).then(()=>{try{if(n.selectionAfter!==!1){e.focus();let l=n.selectionAfter?ao(e,n.selectionAfter.start,n.selectionAfter.end):(s.collapse(!1),s),u=window.getSelection();u==null||u.removeAllRanges(),u==null||u.addRange(l)}if(!i)return;i.scrollIntoView&&i.scrollIntoView({block:"nearest",inline:"nearest"})}finally{i&&i.remove()}})})}function m_(e){let t=document.createElement("template");return t.innerHTML=e.replace(/(\[([^\]]+)])\(([^)]+)\)/g,'<a href="$3" target="_blank" rel="noopener noreferrer">$2</a>'),t.content}function g_(e){let t=document.createDocumentFragment();return e.split(`
|
|
29
29
|
`).forEach((n,r)=>{r>0&&t.appendChild(document.createElement("br"));let o={index:0},s=0;for(;o=n.slice(s).match(/(\[([^\]]+)])\(([^)]+)\)/);){let i=document.createElement("a");i.href=o[3],i.setAttribute("target","_blank"),i.setAttribute("rel","noopener noreferrer"),i.appendChild(document.createTextNode(o[2])),t.appendChild(document.createTextNode(n.slice(s,s+o.index))),t.appendChild(i),s=s+o.index+o[0].length}t.appendChild(document.createTextNode(n.slice(s)))}),t}function Hk(e,t){let n=e.parentElement;if(!n){console.warn("No insert point found");return}let{display:r}=window.getComputedStyle(n);r.includes("block")||r==="table-cell"?n==null||n.insertBefore(t,e.nextSibling):Hk(n,t)}function Uk(o,s){return P(this,arguments,function*(e,t,{isBlock:n,isHTML:r}={}){let i;e.dispatchEvent(new InputEvent("beforeinput",{inputType:"insertText",data:t,bubbles:!0,cancelable:!0}));let a=()=>{var d;let l=(d=e.ownerDocument.defaultView)!=null?d:window,u=l.getSelection();if((!u||u.rangeCount===0)&&(e.focus(),u=l.getSelection()),!u||u.rangeCount===0)return;let c=u.getRangeAt(0);if(!c)return;i=document.createElement("span"),c.insertNode(i);let f=r?m_(t):g_(t);n?Hk(c.startContainer,f):(c.insertNode(f),c.collapse(!1))};return Promise.resolve(a()).then(()=>{if(e.dispatchEvent(new InputEvent("input",{inputType:"insertText",data:t,bubbles:!0,cancelable:!0})),e.focus(),!!i)try{i.scrollIntoView&&i.scrollIntoView({block:"nearest",inline:"nearest"})}finally{i&&i.remove()}})})}return eP(h_);})();
|
|
30
30
|
/*! Bundled license information:
|