@deepdesk/deepdesk-sdk 14.1.1-beta.7 → 14.1.1-beta.8
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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.iife.js +2 -2
- package/package.json +1 -1
package/dist/index.iife.js
CHANGED
|
@@ -16,7 +16,7 @@ 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
|
|
@@ -24,7 +24,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
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
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+=`
|
|
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.8",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:
|