@inkeep/cxkit-primitives 0.5.64 → 0.5.65
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/atoms/dialog.cjs +1 -1
- package/dist/atoms/dialog.js +2 -1
- package/dist/components/embedded-chat.cjs +4 -4
- package/dist/components/embedded-chat.js +803 -806
- package/dist/components/embedded-search.cjs +1 -1
- package/dist/components/embedded-search.js +281 -284
- package/dist/components/modal/widget-auto-focus.cjs +1 -0
- package/dist/components/modal/widget-auto-focus.js +16 -0
- package/dist/providers/base-events-provider.cjs +1 -1
- package/dist/providers/base-events-provider.js +1 -1
- package/package.json +4 -4
package/dist/atoms/dialog.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),T=require("react"),p=require("@radix-ui/primitive"),P=require("@radix-ui/react-compose-refs"),H=require("@radix-ui/react-context"),m=require("@radix-ui/react-id"),z=require("@radix-ui/react-use-controllable-state"),K=require("@radix-ui/react-dismissable-layer"),U=require("@zag-js/focus-trap"),V=require("@radix-ui/react-portal"),_=require("@radix-ui/react-presence"),g=require("@radix-ui/react-primitive"),Y=require("@radix-ui/react-focus-guards"),Z=require("react-remove-scroll"),B=require("aria-hidden"),J=require("@radix-ui/react-slot");function Q(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const s=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,s.get?s:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const c=Q(T),x="Dialog",[N,W]=H.createContextScope(x),[X,l]=N(x),O=e=>{const{__scopeDialog:n,children:t,open:s,defaultOpen:o,onOpenChange:r,modal:a=!0}=e,u=c.useRef(null),f=c.useRef(null),[R=!1,C]=z.useControllableState({prop:s,defaultProp:o,onChange:r});return i.jsx(X,{scope:n,triggerRef:u,contentRef:f,contentId:m.useId(),titleId:m.useId(),descriptionId:m.useId(),open:R,onOpenChange:C,onOpenToggle:c.useCallback(()=>C(G=>!G),[C]),modal:a,children:t})};O.displayName=x;const M="DialogTrigger",S=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(M,t),r=P.useComposedRefs(n,o.triggerRef);return i.jsx(g.Primitive.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":j(o.open),...s,ref:r,onClick:p.composeEventHandlers(e.onClick,o.onOpenToggle)})});S.displayName=M;const v="DialogPortal",[$,q]=N(v,{forceMount:void 0}),y=e=>{const{__scopeDialog:n,forceMount:t,children:s,container:o}=e,r=l(v,n);return i.jsx($,{scope:n,forceMount:t,children:c.Children.map(s,a=>i.jsx(_.Presence,{present:t||r.open,children:i.jsx(V.Portal,{asChild:!0,container:o,children:a})}))})};y.displayName=v;const D="DialogOverlay",E=c.forwardRef((e,n)=>{const t=q(D,e.__scopeDialog),{forceMount:s=t.forceMount,...o}=e,r=l(D,e.__scopeDialog);return r.modal?i.jsx(_.Presence,{present:s||r.open,children:i.jsx(ee,{...o,ref:n})}):null});E.displayName=D;const ee=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(D,t);return i.jsx(Z.RemoveScroll,{as:J.Slot,allowPinchZoom:!0,shards:[o.contentRef],children:i.jsx(g.Primitive.div,{"data-state":j(o.open),...s,ref:n,style:{pointerEvents:"auto",...s.style}})})}),d="DialogContent",b=c.forwardRef((e,n)=>{const t=q(d,e.__scopeDialog),{forceMount:s=t.forceMount,...o}=e,r=l(d,e.__scopeDialog);return i.jsx(_.Presence,{present:s||r.open,children:r.modal?i.jsx(te,{...o,ref:n}):i.jsx(oe,{...o,ref:n})})});b.displayName=d;const te=c.forwardRef((e,n)=>{const t=l(d,e.__scopeDialog),s=c.useRef(null),o=P.useComposedRefs(n,t.contentRef,s);return c.useEffect(()=>{const r=s.current;if(r)return B.hideOthers(r)},[]),i.jsx(w,{...e,ref:o,trapFocus:t.open,disableOutsidePointerEvents:!0,onPointerDownOutside:p.composeEventHandlers(e.onPointerDownOutside,r=>{const a=r.detail.originalEvent,u=a.button===0&&a.ctrlKey===!0;(a.button===2||u)&&r.preventDefault()}),onFocusOutside:p.composeEventHandlers(e.onFocusOutside,r=>r.preventDefault())})}),oe=c.forwardRef((e,n)=>{const t=l(d,e.__scopeDialog),s=c.useRef(!1),o=c.useRef(!1);return i.jsx(w,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onInteractOutside:r=>{e.onInteractOutside?.(r),r.defaultPrevented||(s.current=!0,r.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=r.target;t.triggerRef.current?.contains(a)&&r.preventDefault(),r.detail.originalEvent.type==="focusin"&&o.current&&r.preventDefault()}})}),w=c.forwardRef((e,n)=>{const{__scopeDialog:t,trapFocus:s,onOpenAutoFocus:o,onCloseAutoFocus:r,...a}=e,u=l(d,t),f=c.useRef(null),R=P.useComposedRefs(n,f);return Y.useFocusGuards(),T.useEffect(()=>{if(s)return U.trapFocus(f.current,{preventScroll:!0,onActivate:o,onDeactivate:r})},[]),i.jsx(K.DismissableLayer,{role:"dialog",id:u.contentId,"aria-describedby":u.descriptionId,"aria-labelledby":u.titleId,"data-state":j(u.open),...a,ref:R,onDismiss:()=>u.onOpenChange(!1)})}),A="DialogTitle",h=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(A,t);return i.jsx(g.Primitive.h2,{id:o.titleId,...s,ref:n})});h.displayName=A;const F="DialogDescription",k=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(F,t);return i.jsx(g.Primitive.p,{id:o.descriptionId,...s,ref:n})});k.displayName=F;const L="DialogClose",I=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(L,t);return i.jsx(g.Primitive.button,{type:"button",...s,ref:n,onClick:p.composeEventHandlers(e.onClick,()=>o.onOpenChange(!1))})});I.displayName=L;function j(e){return e?"open":"closed"}const ne=O,re=y,se=E,ce=b,ie=h,ae=I;exports.Close=ae;exports.Content=ce;exports.Dialog=O;exports.DialogClose=I;exports.DialogContent=b;exports.DialogDescription=k;exports.DialogOverlay=E;exports.DialogPortal=y;exports.DialogTitle=h;exports.DialogTrigger=S;exports.Overlay=se;exports.Portal=re;exports.Root=ne;exports.Title=ie;exports.createDialogScope=W;
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),T=require("react"),p=require("@radix-ui/primitive"),P=require("@radix-ui/react-compose-refs"),H=require("@radix-ui/react-context"),m=require("@radix-ui/react-id"),z=require("@radix-ui/react-use-controllable-state"),K=require("@radix-ui/react-dismissable-layer"),U=require("@zag-js/focus-trap"),V=require("@radix-ui/react-portal"),_=require("@radix-ui/react-presence"),g=require("@radix-ui/react-primitive"),Y=require("@radix-ui/react-focus-guards"),Z=require("react-remove-scroll"),B=require("aria-hidden"),J=require("@radix-ui/react-slot");function Q(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const s=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,s.get?s:{enumerable:!0,get:()=>e[t]})}}return n.default=e,Object.freeze(n)}const c=Q(T),x="Dialog",[N,W]=H.createContextScope(x),[X,l]=N(x),O=e=>{const{__scopeDialog:n,children:t,open:s,defaultOpen:o,onOpenChange:r,modal:a=!0}=e,u=c.useRef(null),f=c.useRef(null),[R=!1,C]=z.useControllableState({prop:s,defaultProp:o,onChange:r});return i.jsx(X,{scope:n,triggerRef:u,contentRef:f,contentId:m.useId(),titleId:m.useId(),descriptionId:m.useId(),open:R,onOpenChange:C,onOpenToggle:c.useCallback(()=>C(G=>!G),[C]),modal:a,children:t})};O.displayName=x;const M="DialogTrigger",S=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(M,t),r=P.useComposedRefs(n,o.triggerRef);return i.jsx(g.Primitive.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":j(o.open),...s,ref:r,onClick:p.composeEventHandlers(e.onClick,o.onOpenToggle)})});S.displayName=M;const v="DialogPortal",[$,q]=N(v,{forceMount:void 0}),y=e=>{const{__scopeDialog:n,forceMount:t,children:s,container:o}=e,r=l(v,n);return i.jsx($,{scope:n,forceMount:t,children:c.Children.map(s,a=>i.jsx(_.Presence,{present:t||r.open,children:i.jsx(V.Portal,{asChild:!0,container:o,children:a})}))})};y.displayName=v;const D="DialogOverlay",E=c.forwardRef((e,n)=>{const t=q(D,e.__scopeDialog),{forceMount:s=t.forceMount,...o}=e,r=l(D,e.__scopeDialog);return r.modal?i.jsx(_.Presence,{present:s||r.open,children:i.jsx(ee,{...o,ref:n})}):null});E.displayName=D;const ee=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(D,t);return i.jsx(Z.RemoveScroll,{as:J.Slot,allowPinchZoom:!0,shards:[o.contentRef],children:i.jsx(g.Primitive.div,{"data-state":j(o.open),...s,ref:n,style:{pointerEvents:"auto",...s.style}})})}),d="DialogContent",b=c.forwardRef((e,n)=>{const t=q(d,e.__scopeDialog),{forceMount:s=t.forceMount,...o}=e,r=l(d,e.__scopeDialog);return i.jsx(_.Presence,{present:s||r.open,children:r.modal?i.jsx(te,{...o,ref:n}):i.jsx(oe,{...o,ref:n})})});b.displayName=d;const te=c.forwardRef((e,n)=>{const t=l(d,e.__scopeDialog),s=c.useRef(null),o=P.useComposedRefs(n,t.contentRef,s);return c.useEffect(()=>{const r=s.current;if(r)return B.hideOthers(r)},[]),i.jsx(w,{...e,ref:o,trapFocus:t.open,disableOutsidePointerEvents:!0,onPointerDownOutside:p.composeEventHandlers(e.onPointerDownOutside,r=>{const a=r.detail.originalEvent,u=a.button===0&&a.ctrlKey===!0;(a.button===2||u)&&r.preventDefault()}),onFocusOutside:p.composeEventHandlers(e.onFocusOutside,r=>r.preventDefault())})}),oe=c.forwardRef((e,n)=>{const t=l(d,e.__scopeDialog),s=c.useRef(!1),o=c.useRef(!1);return i.jsx(w,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,onInteractOutside:r=>{e.onInteractOutside?.(r),r.defaultPrevented||(s.current=!0,r.detail.originalEvent.type==="pointerdown"&&(o.current=!0));const a=r.target;t.triggerRef.current?.contains(a)&&r.preventDefault(),r.detail.originalEvent.type==="focusin"&&o.current&&r.preventDefault()}})}),w=c.forwardRef((e,n)=>{const{__scopeDialog:t,trapFocus:s,onOpenAutoFocus:o,onCloseAutoFocus:r,...a}=e,u=l(d,t),f=c.useRef(null),R=P.useComposedRefs(n,f);return Y.useFocusGuards(),T.useEffect(()=>{if(s)return U.trapFocus(f.current,{preventScroll:!0,onActivate:o,onDeactivate:r,initialFocus:!1})},[]),i.jsx(K.DismissableLayer,{role:"dialog",id:u.contentId,"aria-describedby":u.descriptionId,"aria-labelledby":u.titleId,"data-state":j(u.open),...a,ref:R,onDismiss:()=>u.onOpenChange(!1)})}),A="DialogTitle",h=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(A,t);return i.jsx(g.Primitive.h2,{id:o.titleId,...s,ref:n})});h.displayName=A;const F="DialogDescription",k=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(F,t);return i.jsx(g.Primitive.p,{id:o.descriptionId,...s,ref:n})});k.displayName=F;const L="DialogClose",I=c.forwardRef((e,n)=>{const{__scopeDialog:t,...s}=e,o=l(L,t);return i.jsx(g.Primitive.button,{type:"button",...s,ref:n,onClick:p.composeEventHandlers(e.onClick,()=>o.onOpenChange(!1))})});I.displayName=L;function j(e){return e?"open":"closed"}const ne=O,re=y,se=E,ce=b,ie=h,ae=I;exports.Close=ae;exports.Content=ce;exports.Dialog=O;exports.DialogClose=I;exports.DialogContent=b;exports.DialogDescription=k;exports.DialogOverlay=E;exports.DialogPortal=y;exports.DialogTitle=h;exports.DialogTrigger=S;exports.Overlay=se;exports.Portal=re;exports.Root=ne;exports.Title=ie;exports.createDialogScope=W;
|
package/dist/atoms/dialog.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),b=require("react"),ie=require("react-textarea-autosize"),Pa=require("@radix-ui/react-avatar"),_a=require("@radix-ui/react-checkbox"),Aa=require("@radix-ui/react-popover"),Ea=require("@radix-ui/react-tooltip"),Fa=require("@radix-ui/react-scroll-area"),ka=require("@radix-ui/react-select"),_=require("../atoms/dialog.cjs"),Ia=require("../node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/hi2/index.cjs"),Ma=require("../node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/io5/index.cjs"),Sa=require("../atoms/avatars/ai.cjs"),xa=require("../atoms/avatars/user.cjs"),E=require("../atoms/icons/custom-icon.cjs"),x=require("../atoms/icons/built-in-icon-renderer.cjs"),Ba=require("../atoms/link.cjs"),ae=require("../atoms/markdown/index.cjs"),w=require("../providers/attachment-item-provider.cjs"),F=require("../providers/attachments-bar-provider.cjs"),B=require("../providers/source-item-provider.cjs"),C=require("../providers/config-provider.cjs"),O=require("../providers/conversation-provider.cjs"),V=require("../providers/chat-events-provider.cjs"),ne=require("../providers/feedback-provider.cjs"),q=require("../providers/message-attachments-provider.cjs"),P=require("../providers/message-provider.cjs"),be=require("../atoms/icons/checkbox-icon.cjs"),ee=require("../hooks/use-copy-to-clipboard.cjs"),U=require("../providers/feedback-item-provider.cjs"),fa=require("../utils/get-message-metadata.cjs"),l=require("../utils/misc.cjs"),a=require("./factory.cjs"),g=require("./embedded-chat/chat-provider.cjs"),Ta=require("./tagline-logo-icon.cjs"),ja=require("../hooks/use-settle-action.cjs"),ya=require("../hooks/use-container-size.cjs"),re=require("./embedded-chat/use-chat-action.cjs"),te=require("../providers/help-menu-provider.cjs"),A=require("../providers/chat-form-provider.cjs"),f=require("../providers/form-field-provider.cjs"),Ha=require("react-hook-form"),wa=require("../utils/highlight-emphasis.cjs"),La=require("./modal/modal-provider.cjs"),Da=require("@inkeep/cxkit-color-mode"),se=require("../utils/compose-refs.cjs"),u=require("../utils/compose-event-handlers.cjs"),Oa=require("../hooks/use-scroll-to-bottom.cjs"),qa=require("../atoms/api/analytics/conversation.cjs"),Wa=require("../utils/transform-source/index.cjs"),Ra=require("../hooks/use-debounce.cjs"),oe=require("../providers/hover-popover-provider.cjs"),Na=require("./modal/widget-auto-focus.cjs");function L(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const i in t)if(i!=="default"){const r=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(e,i,r.get?r:{enumerable:!0,get:()=>t[i]})}}return e.default=t,Object.freeze(e)}const de=L(Pa),K=L(_a),T=L(Aa),j=L(Ea),W=L(Fa),I=L(ka),$a="__intro__",Qa=a.ikp("div",{_id:"aiChatWrapper"}),ge=b.forwardRef((t,e)=>{const{...i}=t,{isHidden:r,isMobile:s}=g.useChat(),[o,d]=ya.useContainerSize(),c=se.useComposedRefs(e,o),m=d?.width?d.width>580:!0,h=La.useModal();return n.jsx(Qa,{ref:c,"data-widget-md":l.dataAttr(m),"data-hidden":l.dataAttr(r),"data-in-modal":l.dataAttr(!!h),"data-mobile":l.dataAttr(s),...i})}),Va=a.ikp("div",{_id:"aiChatConversationLoading"}),Pe=t=>{const{isLoadingConversation:e}=g.useChat();return e?n.jsx(Va,{children:n.jsx("span",{children:"Loading..."}),...t}):null},Ua=a.ikp("div",{_id:"aiChatRoot"}),_e=t=>{const{isLoadingConversation:e,isHidden:i}=g.useChat(),{form:r}=A.useChatForm();return e||r?null:n.jsx(Ua,{"data-hidden":l.dataAttr(i),...t})},Ka=a.ikp("div",{_id:"aiChatHeader"}),Ae=a.ikp("div",{_id:"aiChatHeader__Toolbar"}),Ee=a.ikp("div",{_id:"aiChatHeader__ToolbarHeaderWrapper"}),za=a.ikp("div",{_id:"aiChatHeader__ToolbarHeader"}),Fe=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),i=`Ask ${e.aiAssistantName||"AI"}`;return n.jsx(za,{...t,children:i})}),ke=a.ikp("div",{_id:"aiChatContent"}),Ie=a.ikp(W.Root,{_id:"aiChatContentScrollArea"}),Ga=a.ikp(W.Viewport,{_id:"aiChatContentScrollArea__Viewport"}),Me=b.forwardRef(({children:t,...e},i)=>{const{containerRef:r}=Oa.useScrollToBottom(),s=se.useComposedRefs(i,r);return n.jsx(Ga,{ref:s,children:n.jsx("div",{"data-part":"grid",style:{display:"grid"},children:t}),...e})}),Se=a.ikp(W.ScrollAreaScrollbar,{_id:"aiChatContentScrollArea__Scrollbar"}),xe=a.ikp(W.ScrollAreaThumb,{_id:"aiChatContentScrollArea__Thumb"}),Be=a.ikp(W.Corner,{_id:"aiChatContentScrollArea__Corner"}),Ya=a.ikp("div",{_id:"aiChatMessages"}),fe=t=>{const e=g.useChat(),{children:i,...r}=t;return n.jsx(Ya,{children:l.maybeRender(i,e),...r})},Ja=a.ikp("div",{_id:"aiChatDisclaimer"}),Te=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),[i,r]=b.useState(!1),s=Ra.useDebounce(i,100);return e.disclaimerSettings?.isEnabled?n.jsx(oe.HoverPopoverProvider,{open:i,setOpen:r,children:n.jsx(T.Root,{open:s,onOpenChange:r,children:n.jsx(Ja,{...t})})}):null}),Xa=a.ikp("span",{_id:"aiChatDisclaimerLabel"}),je=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),i=e.disclaimerSettings;return n.jsx(Xa,{children:i?.label,...t})}),Za=a.ikp(T.Trigger,{_id:"aiChatDisclaimerTrigger",children:n.jsx(E.CustomIcon,{iconKey:"info"})}),ye=b.memo(t=>{const{setOpen:e}=oe.useHoverPopover(),i=()=>e(!0),r=()=>e(!1);return n.jsx(Za,{onMouseEnter:i,onMouseLeave:r,...t})}),en=a.ikp(T.Content,{_id:"aiChatDisclaimerContent"}),He=t=>{const{setOpen:e}=oe.useHoverPopover(),i=()=>e(!0),r=()=>e(!1);return n.jsx(en,{onMouseEnter:i,onMouseLeave:r,side:"top",sideOffset:8,align:"end",alignOffset:-10,...t})},tn=a.ikp(ae.Markdown,{_id:"aiChatDisclaimerText"}),we=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),i=e.aiAssistantName,s=e.disclaimerSettings?.tooltip||`Information provided by ${i||"this AI assistant"} is not guaranteed to be accurate or comprehensive.`;return n.jsx(tn,{shouldOpenLinksInNewTab:!0,children:s,...t})}),Le=a.ikp(T.Arrow,{_id:"aiChatDisclaimerArrow"}),an=a.ikp("div",{_id:"aiChatExampleQuestions"}),De=t=>{const{aiChatSettings:e}=C.useInkeepConfig(),{messages:i}=g.useChat();return!e.exampleQuestions?.length||i.length?null:n.jsx(an,{...t})},nn=a.ikp("h3",{_id:"aiChatExampleQuestionsLabel"}),Oe=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig();return n.jsx(nn,{children:e.exampleQuestionsLabel,...t})}),rn=a.ikp("div",{_id:"aiChatExampleQuestionsList"}),qe=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),i=e.exampleQuestions,{children:r,...s}=t;return n.jsx(rn,{children:l.maybeRender(r,i),...s})}),sn=a.ikp("div",{_id:"aiChatExampleQuestion"}),We=b.forwardRef((t,e)=>{const{aiChatSettings:i}=C.useInkeepConfig(),r=i.isFirstExampleQuestionHighlighted;return n.jsx(sn,{ref:e,"data-highlight":l.dataAttr(r),...t})}),on=a.ikp("button",{_id:"aiChatExampleQuestionButton"}),Re=t=>{const{question:e,onClick:i,...r}=t,{handleSubmit:s}=g.useChat();return n.jsx(on,{onClick:u.composeEventHandlers(i,()=>s(e)),children:e,...r})},dn=a.ikp("div",{_id:"aiChatWorkflows"}),Ne=t=>{const{aiChatSettings:e}=C.useInkeepConfig(),{messages:i}=g.useChat();return!e.workflows?.length||i.length?null:n.jsx(dn,{...t})},cn=a.ikp("h3",{_id:"aiChatWorkflowsLabel"}),$e=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig();return n.jsx(cn,{children:e.workflowsHeader,...t})}),mn=a.ikp("div",{_id:"aiChatWorkflowsList"}),Qe=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig(),i=e.workflows,{children:r,...s}=t;return n.jsx(mn,{children:l.maybeRender(r,i),...s})}),ln=a.ikp("button",{_id:"aiChatWorkflow"}),Ve=t=>{const{workflow:e,onClick:i,...r}=t,{handleWorkflow:s}=g.useChat();return n.jsx(ln,{onClick:u.composeEventHandlers(i,()=>s(e)),children:e.displayName,...r})},hn=a.ikp(Ia.HiMiniBolt,{_id:"aiChatWorkflow__Icon"}),Ue=t=>n.jsx(hn,{...t}),un=a.ikp("div",{_id:"aiChatMessageWrapper"}),ce=t=>{const{message:e,...i}=t;return e.role==="system"?null:n.jsx(P.MessageProvider,{message:e,children:n.jsx(un,{"data-role":e.role,...i})})},Ke=b.memo(t=>{const{message:e,...i}=t,{aiChatSettings:r,baseSettings:s}=C.useInkeepConfig(),o=r.aiAssistantName,d=o?`Hi, I'm ${o}!`:"Hi!",c=r.chatSubjectName??s.organizationDisplayName,m=`${d}
|
|
2
2
|
|
|
3
|
-
I'm an AI assistant trained on documentation, help articles, and other content.`,
|
|
3
|
+
I'm an AI assistant trained on documentation, help articles, and other content.`,h=c?`
|
|
4
4
|
|
|
5
5
|
Ask me anything about \`${c}\`.`:`
|
|
6
6
|
|
|
7
|
-
Let me know how I can help.`,b={content:r.introMessage??`${m}${l}`,id:Na,...e,role:"assistant",links:[]};return n.jsx(ce,{message:b,...i})}),un=a.ikp("div",{_id:"aiChatMessageHeader"}),Ge=t=>{const{message:e}=P.useMessage();return n.jsx(un,{"data-role":e.role,...t})},Cn=a.ikp("div",{_id:"aiChatMessageLoading"}),Ye=t=>{const{isLoading:e,isStreaming:i,messages:r}=g.useChat(),{message:s}=P.useMessage();return!(r.at(-1)?.id===s?.id)||s.role!=="assistant"||!e||i?null:n.jsx(Cn,{children:"Thinking...",...t})},pn=a.ikp("div",{_id:"aiChatMessageAvatar"}),Je=t=>{const{message:e}=P.useMessage();return n.jsx(pn,{"data-role":e.role,...t})},vn=a.ikp(de.Root,{_id:"aiChatMessageAvatarContent"}),Xe=t=>{const{message:e}=P.useMessage(),{baseSettings:i}=C.useInkeepConfig();return n.jsx(vn,{"data-username":h.dataAttr(e.role==="user"&&!!i.userProperties.name),"data-role":e.role,...t})},bn=a.ikp(de.Fallback,{_id:"aiChatMessageAvatarFallback"}),Ze=v.memo(t=>{const{baseSettings:e}=C.useInkeepConfig(),{message:i}=P.useMessage();return e.userProperties.name?n.jsx(bn,{"data-role":i.role,children:h.getInitials(e.userProperties.name),...t}):null}),pe=a.ikp(de.Image,{_id:"aiChatMessageAvatarImage"}),et=v.memo(t=>{const{onLoadingStatusChange:e,...i}=t,{aiChatSettings:r,baseSettings:{userProperties:s}}=C.useInkeepConfig(),{message:o}=P.useMessage(),{aiAssistantAvatar:d}=r??{},c=typeof d=="string"?d:d?.light,m=(typeof d=="string"?d:d?.dark)??c,l=Da.useColorModeValue(c,m),[p,b]=v.useState(l);v.useEffect(()=>{b(l)},[l]);const k=y=>{y==="error"&&b(null)};return o.role==="user"?s.name?null:r.userAvatar?n.jsx(pe,{"data-type":"image","data-role":o.role,src:r.userAvatar,...t}):n.jsx(fa.default,{"data-type":"icon","data-role":o.role,...t}):p?n.jsx(pe,{src:p,"data-type":"image","data-role":o.role,onLoadingStatusChange:u.composeEventHandlers(e,k),...i}):n.jsx(xa.default,{"data-type":"icon","data-role":o.role,...t})}),gn=a.ikp("span",{_id:"aiChatMessageName"}),tt=t=>{const{message:e}=P.useMessage();return n.jsx(gn,{"data-role":e.role,children:e.role==="user"?"You":"AI assistant",...t})},Pn=a.ikp("div",{_id:"aiChatMessageContentWrapper"}),it=t=>{const{message:e}=P.useMessage();return n.jsx(Pn,{"data-role":e.role,...t})},_n=a.ikp("div",{_id:"aiChatMessageContent"}),at=t=>{const{message:e}=P.useMessage();return n.jsx(_n,{"data-role":e.role,...t})},An=a.ikp("div",{_id:"aiChatMessageAttachments"}),nt=t=>{const{message:e}=P.useMessage(),i=e.metadata?.attributes?.attachments;return e.role!=="user"||!i?.length?null:n.jsx(q.MessageAttachmentsProvider,{children:n.jsx(An,{...t})})},En=a.ikp("div",{_id:"aiChatMessageAttachments__List"}),rt=t=>{const{children:e,...i}=t,{message:r}=P.useMessage(),s=r.metadata?.attributes?.attachments;return s?n.jsx(En,{children:h.maybeRender(e,s),...i}):null},Fn=a.ikp("div",{_id:"aiChatMessageAttachments__Item"}),st=t=>{const{attachment:e,onClick:i,...r}=t,{selectItem:s,onOpen:o}=q.useMessageAttachments(),d=()=>{s(e),o()};return n.jsx(w.AttachmentItemProvider,{attachment:e,children:n.jsx(Fn,{onClick:u.composeEventHandlers(i,d),...r})})},kn=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatMessageAttachments__ItemIcon"}),ot=t=>{const{attachment:e}=w.useAttachmentItem(),i=e.contentType?.attachmentIcon;return i?n.jsx(kn,{iconSettings:i,...t}):null},In=a.ikp("span",{_id:"aiChatMessageAttachments__ItemTitle"}),dt=t=>{const{attachment:e}=w.useAttachmentItem();return n.jsx(In,{children:e.title,...t})},Mn=a.ikp(_.Root,{_id:"aiChatMessageAttachmentsPreview"}),ct=t=>{const{onOpenChange:e,...i}=t,{selectItem:r,isOpen:s,onClose:o,selectedItem:d}=q.useMessageAttachments(),c=m=>{m||(o(),r(null))};return n.jsx(Mn,{open:s&&d!==null,onOpenChange:u.composeEventHandlers(e,c),...i})},mt=a.ikp(_.Overlay,{_id:"aiChatMessageAttachmentsPreview__Overlay"}),lt=a.ikp(_.Content,{_id:"aiChatMessageAttachmentsPreview__Content","aria-describedby":void 0}),Sn=a.ikp(_.Title,{_id:"aiChatMessageAttachmentsPreview__Header"}),ht=t=>{const{selectedItem:e}=q.useMessageAttachments();return n.jsx(Sn,{children:e?.title||"Attachment",...t})},ut=a.ikp(_.Close,{_id:"aiChatMessageAttachmentsPreview__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),xn=a.ikp("p",{_id:"aiChatMessageAttachmentsPreview__Body"}),Ct=t=>{const{selectedItem:e}=q.useMessageAttachments();return n.jsx(xn,{children:e?.content,...t})},ve=a.ikp("div",{_id:"aiChatMessage"}),pt=t=>{const{aiChatSettings:e}=C.useInkeepConfig(),{componentStyles:i,...r}=t,{message:s}=P.useMessage(),{logEvent:o}=V.useChatEvents(),d=h.getMessageContent(s),{conversation:c}=O.useInkeepConversation();return s.role==="user"?n.jsx(ve,{"data-role":s.role,children:d,...r}):n.jsx(ve,{"data-role":s.role,...r,children:n.jsx(ae.Markdown,{children:d,componentStyles:i,shouldOpenLinksInNewTab:e.shouldOpenLinksInNewTab,onLinkClick:(m,l)=>{o({eventName:"assistant_message_inline_link_opened",properties:{title:l?.toString(),url:m}})},onCodeCopy:(m,l)=>{o({eventName:"assistant_code_block_copied",properties:{conversation:c,language:m,code:l}})}})})},fn=a.ikp("div",{_id:"aiChatMessageToolbar"}),vt=t=>{const{isLoading:e,messages:i}=g.useChat(),{message:r}=P.useMessage();return i.at(-1)?.id===r?.id&&e||r.role==="user"?null:n.jsx(fn,{...t})},Bn=a.ikp("div",{_id:"aiChatMessageToolActions"}),bt=t=>{const{children:e,...i}=t,{message:r}=P.useMessage(),{messageButtons:s}=g.useChat(),o=s[r.id]||[];return n.jsx(Bn,{children:h.maybeRender(e,o),...i})},Tn=a.ikp("a",{_id:"aiChatMessageToolAction"}),jn=a.ikp("button",{_id:"aiChatMessageToolAction"}),gt=t=>{const{onClick:e,action:i,...r}=t,{handleAction:s}=re.useChatAction(i),o=()=>{s()},d=i.label||"Contact Support",c=n.jsxs(n.Fragment,{children:[i.icon&&n.jsx(x.BuiltInIconRenderer,{iconSettings:i.icon}),d]});return i.action.type==="open_link"?n.jsx(Tn,{href:i.action.url,target:"_blank",rel:"noopener","data-type":i.action.type,onClick:u.composeEventHandlers(e,o),children:c,...r}):n.jsx(jn,{"data-type":i.action.type,onClick:u.composeEventHandlers(e,o),children:c,...r})},yn=a.ikp("button",{_id:"aiChatMessageAction"}),Pt=t=>{const{action:e,onClick:i,className:r,...s}=t,{conversation:o}=O.useInkeepConversation(),{message:d}=P.useMessage(),{isStreaming:c,messages:m}=g.useChat(),[l,p]=ee.useCopyToClipboard(),{feedback:b,submitPositiveFeedback:k,setCurrentFeedback:y,currentFeedback:W}=ne.useMessageFeedback(),{logEvent:Y}=V.useChatEvents(),[N,J]=ya.useSettleAction(),{baseSettings:{privacyPreferences:he}}=C.useInkeepConfig(),{optOutAllAnalytics:X}=he,ue=m.at(-1)?.id===d?.id,Z=d.role==="assistant";if(ue&&c||!Z||{copy:!1,upvote:X,downvote:X}[e])return null;const H={copy(){p(h.getMessageContent(d)),Y({eventName:"assistant_message_copied",properties:{conversation:o}})},upvote(){k(d.id).then(()=>{J()})},downvote(){y(d.id)}},D={copy:"Copy Message",upvote:"Upvote Message",downvote:"Downvote Message"},M={copy:n.jsx(E.CustomIcon,{iconKey:l?"messageCopied":"messageCopy"}),upvote:n.jsx(E.CustomIcon,{iconKey:N?"messageCopied":"thumbsUp"}),downvote:n.jsx(E.CustomIcon,{iconKey:"thumbsDown"})},S={copy:{"data-copied":h.dataAttr(l)},upvote:{"data-upvoted":h.dataAttr(b[d.id]?.type==="positive")},downvote:{"data-downvoted":h.dataAttr(b[d.id]?.type==="negative"),"data-state":W===null?"closed":"open"}};return n.jsx(yn,{"data-action":e,...S[e],children:M[e],"aria-label":D[e],className:`${r} ${e}`,onClick:u.composeEventHandlers(i,H[e]),...s})},Hn=a.ikp("div",{_id:"aiChatMessageSources"}),_t=t=>{const{message:e}=P.useMessage();return e.role!=="assistant"||!e.links?.length?null:n.jsx(Hn,{...t})},wn=a.ikp("div",{_id:"aiChatMessageSources__Header"}),At=t=>n.jsx(wn,{children:"Sources",...t}),Ln=a.ikp("div",{_id:"aiChatMessageSources__List"}),Et=t=>{const{message:e}=P.useMessage(),{children:i,...r}=t,{baseSettings:{transformSource:s,organizationDisplayName:o},aiChatSettings:{shouldOpenLinksInNewTab:d},searchSettings:{tabs:c}}=C.useInkeepConfig();if(e.role!=="assistant")return null;const m=e.links.map(l=>{const p=Ra.transformInkeepSource(l,"chatSourceItem",{organizationDisplayName:o,tabs:c,transformSource:s}),b=p.shouldOpenInNewTab!==void 0?p.shouldOpenInNewTab:d;return{...p,isExternal:b}});return n.jsx(Ln,{children:h.maybeRender(i,m),...r})},Dn=a.ikp(Ba.LinkWithQueryParams,{_id:"aiChatMessageSourceItem"}),Ft=t=>{const{source:e,onClick:i,...r}=t,{logEvent:s}=V.useChatEvents(),{conversation:o}=O.useInkeepConversation(),d=()=>{s({eventName:"assistant_source_item_clicked",properties:{conversation:o,link:e}})};return n.jsx(f.SourceItemProvider,{source:e,children:n.jsx(Dn,{"data-type":e.type,appendToUrl:e.appendToUrl,isExternal:e.isExternal,"data-breadcrumbs":!!e.breadcrumbs?.length,onClick:u.composeEventHandlers(i,d),...r})})},On=a.ikp("div",{_id:"aiChatMessageSourceItem__Breadcrumbs"}),kt=t=>{const{source:e}=f.useSourceItem();return e.breadcrumbs?.length?n.jsx(On,{"data-type":e.type,...t}):null},qn=a.ikp(E.CustomIcon,{_id:"aiChatMessageSourceItem__BreadcrumbIcon",iconKey:"breadcrumbSeparator"}),Rn=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatMessageSourceItem__Icon"}),It=t=>{const{source:e}=f.useSourceItem();return n.jsx(Rn,{iconSettings:e.icon,"data-type":e.type,...t})},Wn=a.ikp("span",{_id:"aiChatMessageSourceItem__Title"}),Mt=t=>{const{source:e}=f.useSourceItem();return n.jsx(Wn,{"data-type":e.type,children:e.title,...t})},Nn=a.ikp("span",{_id:"aiChatMessageSourceItem__Tag"}),St=t=>{const{source:e}=f.useSourceItem();return n.jsx(Nn,{"data-type":e.type,...t})},$n=a.ikp("span",{_id:"aiChatMessageSourceItem__Description"}),xt=t=>{const{source:e}=f.useSourceItem(),{children:i,...r}=t,s=v.useMemo(()=>e.description?La.highlightEmphasis(e.description):[],[e.description]);return s.length?n.jsx($n,{"data-type":e.type,children:h.maybeRender(i,s),...r}):null},Qn=a.ikp("span",{_id:"aiChatMessageSourceItem__DescriptionPart"}),ft=t=>{const{part:e,...i}=t,{source:r}=f.useSourceItem();return typeof e=="string"?e:n.jsx(Qn,{"data-type":r.type,children:e.content,"data-highlighted":h.dataAttr(e.highlighted),...i})},Vn=a.ikp(E.CustomIcon,{_id:"aiChatMessageSourceItem__Indicator"}),Bt=t=>{const{source:e}=f.useSourceItem();return n.jsx(Vn,{iconKey:e.isExternal?"openLinkInNewTab":"openLinkInSameTab",...t})},Tt=a.ikp("div",{_id:"aiChatFooter"}),jt=a.ikp("div",{_id:"aiChatInput__Fieldset"}),yt=a.ikp("div",{_id:"aiChatInput__Group"}),Un=a.ikp("textarea",{_id:"aiChatInput"}),Ht=v.forwardRef(({onChange:t,onKeyDown:e,...i},r)=>{const{handleInputChange:s,handleInputKeyDown:o,input:d,error:c,shouldAutoFocusInput:m,inputRef:l}=g.useChat(),{aiChatSettings:p}=C.useInkeepConfig(),b=se.useComposedRefs(r,l),k=ge.useModal();return v.useEffect(()=>{requestAnimationFrame(()=>{m&&l?.current&&(l.current.focus(),l.current.selectionStart=l.current.value.length)})},[m,l,k?.isOpen]),n.jsx(Un,{asChild:!0,ref:b,maxLength:99999,placeholder:p.placeholder,value:d,onChange:u.composeEventHandlers(t,s),onKeyDown:u.composeEventHandlers(e,o),disabled:!!c||p.isViewOnly,...i,children:n.jsx(ie,{})})}),Kn=a.ikp("button",{_id:"aiChatInput__SendButton"}),wt=t=>{const{handleSubmit:e,isSubmitDisabled:i,error:r}=g.useChat(),{aiChatSettings:s}=C.useInkeepConfig(),{onClick:o,...d}=t;return n.jsx(Kn,{onClick:u.composeEventHandlers(o,()=>e()),"aria-label":"Send message",disabled:i||!!r||s.isViewOnly,...d})},Lt=a.ikp(E.CustomIcon,{_id:"aiChatInput__SendButtonIcon",iconKey:"chatSubmit"}),zn=a.ikp("div",{_id:"aiChatAttachmentsBar"}),Dt=t=>{const{selectedWorkflow:e}=g.useChat();return!e||!e.supportedInputs?.length?null:n.jsx(F.AttachmentsBarProvider,{children:n.jsx(zn,{...t})})},Gn=a.ikp("div",{_id:"aiChatAttachmentsBar__List"}),Ot=t=>{const{children:e,...i}=t,{messageAttachments:r}=g.useChat();return n.jsx(Gn,{children:h.maybeRender(e,r),...i})},Yn=a.ikp("div",{_id:"aiChatAttachmentsBar__Attachment"}),qt=t=>{const{attachment:e,...i}=t;return n.jsx(w.AttachmentItemProvider,{attachment:e,children:n.jsx(Yn,{...i})})},Jn=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatAttachmentsBar__AttachmentIcon"}),Rt=t=>{const{attachment:e}=w.useAttachmentItem(),i=e.contentType?.attachmentIcon;return i?n.jsx(Jn,{iconSettings:i,...t}):null},Xn=a.ikp("span",{_id:"aiChatAttachmentsBar__AttachmentTitle"}),Wt=t=>{const{attachment:e}=w.useAttachmentItem();return n.jsx(Xn,{children:e.title,...t})},Zn=a.ikp("button",{_id:"aiChatAttachmentsBar__AttachmentDelete"}),Nt=t=>{const{onClick:e,...i}=t,{attachment:r}=w.useAttachmentItem(),{setMessageAttachments:s}=g.useChat(),o=()=>{s(d=>d.filter(c=>c.id!==r.id))};return n.jsx(Zn,{"aria-label":"Remove attachment",children:n.jsx(E.CustomIcon,{iconKey:"close"}),onClick:u.composeEventHandlers(e,o),...i})},$t=a.ikp("div",{_id:"aiChatAttachmentsBar__Actions"}),Qt=a.ikp(j.Tooltip,{_id:"aiChatAttachmentsBar__InfoTip",delayDuration:0}),Vt=a.ikp(j.Trigger,{_id:"aiChatAttachmentsBar__InfoTipIcon",children:n.jsx(E.CustomIcon,{iconKey:"info"})}),me=a.ikp(j.Arrow,{_id:"aiChatAttachmentsBar__InfoTipArrow"}),Ut=a.ikp(j.Content,{_id:"aiChatAttachmentsBar__InfoTipText",side:"bottom",sideOffset:3,align:"center",children:n.jsxs(n.Fragment,{children:[n.jsx(me,{}),"Attachments will be kept in context for the entire conversation."]})}),er=a.ikp("div",{_id:"aiChatAttachmentsBar__Inputs"}),Kt=t=>{const{children:e,...i}=t,{selectedWorkflow:r}=g.useChat();return r?.supportedInputs?n.jsx(er,{children:h.maybeRender(e,r.supportedInputs),...i}):null},tr=a.ikp("button",{_id:"aiChatAttachmentsBar__Input"}),zt=t=>{const{input:e,onClick:i,...r}=t,{selectedWorkflow:s,messageAttachments:o,setMessageAttachments:d}=g.useChat(),{selectInput:c,onOpen:m}=F.useAttachmentsBar(),l=()=>{if(e.type==="FUNCTIONAL_MULTI_ATTACHMENT")return s?e.onInvoke(s,e,d,[...o]):void 0;c(e),m()};return n.jsx(tr,{children:e.displayName,onClick:u.composeEventHandlers(i,l),...r})},Gt=a.ikp(Sa.IoAdd,{_id:"aiChatAttachmentsBar__InputIcon"}),ir=a.ikp(_.Root,{_id:"aiChatAttachmentsBar__Modal"}),Yt=t=>{const{onOpenChange:e,...i}=t,{selectInput:r,isOpen:s,onClose:o,selectedInput:d}=F.useAttachmentsBar(),c=m=>{m||(o(),r(null))};return n.jsx(ir,{open:s&&d!==null,onOpenChange:u.composeEventHandlers(e,c),...i})},Jt=a.ikp(_.Overlay,{_id:"aiChatAttachmentsBar__ModalOverlay"}),Xt=a.ikp(_.Content,{_id:"aiChatAttachmentsBar__ModalContent","aria-describedby":void 0}),Zt=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalHeader"}),ar=a.ikp(_.Title,{_id:"aiChatAttachmentsBar__ModalHeading"}),ei=t=>{const{selectedInput:e}=F.useAttachmentsBar(),i=`Add ${e?.displayName}`;return n.jsx(ar,{children:i,...t})},nr=a.ikp("span",{_id:"aiChatAttachmentsBar__ModalDescription"}),ti=t=>{const{selectedInput:e}=F.useAttachmentsBar(),i=e?.workflowModalProps?.modalHelpText;return i?n.jsx(nr,{children:i,...t}):null},rr=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalHelp"}),ii=t=>{const{children:e,...i}=t,{selectedInput:r}=F.useAttachmentsBar(),s=r?.workflowModalProps?.modalHelpElement;return s?n.jsx(rr,{asChild:!e,children:e||s,...i}):null},ai=a.ikp(_.Close,{_id:"aiChatAttachmentsBar__ModalClose",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),ni=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalBody"}),sr=a.ikp("form",{_id:"aiChatAttachmentsBar__Form"}),ri=t=>{const{onSubmit:e,...i}=t,{form:r}=F.useAttachmentsBar();return n.jsx(sr,{onSubmit:u.composeEventHandlers(e,r.onSubmit),...i})},si=a.ikp("div",{_id:"aiChatAttachmentsBar__FormTitle",role:"group"}),or=a.ikp("label",{_id:"aiChatAttachmentsBar__FormTitleLabel"}),oi=t=>{const{form:e,selectedInput:i}=F.useAttachmentsBar();return n.jsx(or,{htmlFor:`${i?.id}-title`,children:e.labels.title,...t})},dr=a.ikp("input",{_id:"aiChatAttachmentsBar__FormTitleInput"}),di=t=>{const{onChange:e,...i}=t,{form:r,selectedInput:s}=F.useAttachmentsBar();return n.jsx(dr,{name:"title",value:r.data.title,id:`${s?.id}-title`,"data-invalid":h.dataAttr(!!r.errors.title),"aria-invalid":!!r.errors.title,onChange:u.composeEventHandlers(e,r.onChange),...i})},cr=a.ikp("span",{_id:"aiChatAttachmentsBar__FormTitleError"}),ci=t=>{const{form:e}=F.useAttachmentsBar();return e.errors.title?n.jsx(cr,{"aria-live":"polite",children:e.errors.title,...t}):null},mi=a.ikp("div",{_id:"aiChatAttachmentsBar__FormTitle",role:"group"}),mr=a.ikp("label",{_id:"aiChatAttachmentsBar__FormContentLabel"}),li=t=>{const{form:e,selectedInput:i}=F.useAttachmentsBar();return n.jsx(mr,{htmlFor:`${i?.id}-content`,children:e.labels.content,...t})},lr=a.ikp("textarea",{_id:"aiChatAttachmentsBar__FormTitleInput"}),hi=t=>{const{onChange:e,...i}=t,{form:r,selectedInput:s}=F.useAttachmentsBar();return n.jsx(lr,{asChild:!0,rows:4,name:"content",value:r.data.content,id:`${s?.id}-content`,"data-invalid":h.dataAttr(!!r.errors.content),"aria-invalid":!!r.errors.content,onChange:u.composeEventHandlers(e,r.onChange),...i,children:n.jsx(ie,{maxRows:10})})},hr=a.ikp("span",{_id:"aiChatAttachmentsBar__FormContentError"}),ui=t=>{const{form:e}=F.useAttachmentsBar();return e.errors.content?n.jsx(hr,{"aria-live":"polite",children:e.errors.content,...t}):null},Ci=a.ikp("button",{_id:"aiChatAttachmentsBar__FormSubmitButton",children:"Upload",type:"submit"}),pi=a.ikp("div",{_id:"aiChatActionBar"}),vi=a.ikp("div",{_id:"aiChat__ChatActions"}),bi=a.ikp("div",{_id:"aiChatTagline__Container"}),gi=a.ikp("span",{_id:"aiChatTagline__Text",children:"Powered by"}),Pi=a.ikp(ja.default,{_id:"aiChatTagline__Logo"}),_i=a.ikp("a",{_id:"aiChatTagline__BrandName",children:"inkeep",href:"https://www.inkeep.com/",target:"_blank",rel:"noopener noreferrer"}),ur=a.ikp(j.Trigger,{_id:"aiChat__ChatAction"}),z=t=>{const{action:e,onClick:i,className:r,...s}=t,{clear:o,stop:d,isLoading:c,messages:m,selectedWorkflow:l}=g.useChat(),{conversation:p}=O.useInkeepConversation(),{aiChatSettings:b,baseSettings:k}=C.useInkeepConfig(),{logEvent:y}=V.useChatEvents(),[W,Y]=ee.useCopyToClipboard(),[N,J]=ee.useCopyToClipboard();if({help:!1,copy:m.length===0||!b.isCopyChatButtonVisible||c,share:m.length===0||!b.isShareButtonVisible||!p.id||!!l||c,clear:m.length===0||b.isViewOnly||c,stop:!c}[e])return null;const Z={help:()=>{},copy:()=>{const $=m.map(H=>{const D=`**${H.role==="assistant"?"AI Assistant":"User"}**`,M=h.getMessageContent(H),S=Ta.stringifyAttachments(H.metadata?.attributes?.attachments),Q=S?`
|
|
7
|
+
Let me know how I can help.`,v={content:r.introMessage??`${m}${h}`,id:$a,...e,role:"assistant",links:[]};return n.jsx(ce,{message:v,...i})}),Cn=a.ikp("div",{_id:"aiChatMessageHeader"}),ze=t=>{const{message:e}=P.useMessage();return n.jsx(Cn,{"data-role":e.role,...t})},pn=a.ikp("div",{_id:"aiChatMessageLoading"}),Ge=t=>{const{isLoading:e,isStreaming:i,messages:r}=g.useChat(),{message:s}=P.useMessage();return!(r.at(-1)?.id===s?.id)||s.role!=="assistant"||!e||i?null:n.jsx(pn,{children:"Thinking...",...t})},vn=a.ikp("div",{_id:"aiChatMessageAvatar"}),Ye=t=>{const{message:e}=P.useMessage();return n.jsx(vn,{"data-role":e.role,...t})},bn=a.ikp(de.Root,{_id:"aiChatMessageAvatarContent"}),Je=t=>{const{message:e}=P.useMessage(),{baseSettings:i}=C.useInkeepConfig();return n.jsx(bn,{"data-username":l.dataAttr(e.role==="user"&&!!i.userProperties.name),"data-role":e.role,...t})},gn=a.ikp(de.Fallback,{_id:"aiChatMessageAvatarFallback"}),Xe=b.memo(t=>{const{baseSettings:e}=C.useInkeepConfig(),{message:i}=P.useMessage();return e.userProperties.name?n.jsx(gn,{"data-role":i.role,children:l.getInitials(e.userProperties.name),...t}):null}),pe=a.ikp(de.Image,{_id:"aiChatMessageAvatarImage"}),Ze=b.memo(t=>{const{onLoadingStatusChange:e,...i}=t,{aiChatSettings:r,baseSettings:{userProperties:s}}=C.useInkeepConfig(),{message:o}=P.useMessage(),{aiAssistantAvatar:d}=r??{},c=typeof d=="string"?d:d?.light,m=(typeof d=="string"?d:d?.dark)??c,h=Da.useColorModeValue(c,m),[p,v]=b.useState(h);b.useEffect(()=>{v(h)},[h]);const k=y=>{y==="error"&&v(null)};return o.role==="user"?s.name?null:r.userAvatar?n.jsx(pe,{"data-type":"image","data-role":o.role,src:r.userAvatar,...t}):n.jsx(xa.default,{"data-type":"icon","data-role":o.role,...t}):p?n.jsx(pe,{src:p,"data-type":"image","data-role":o.role,onLoadingStatusChange:u.composeEventHandlers(e,k),...i}):n.jsx(Sa.default,{"data-type":"icon","data-role":o.role,...t})}),Pn=a.ikp("span",{_id:"aiChatMessageName"}),et=t=>{const{message:e}=P.useMessage();return n.jsx(Pn,{"data-role":e.role,children:e.role==="user"?"You":"AI assistant",...t})},_n=a.ikp("div",{_id:"aiChatMessageContentWrapper"}),tt=t=>{const{message:e}=P.useMessage();return n.jsx(_n,{"data-role":e.role,...t})},An=a.ikp("div",{_id:"aiChatMessageContent"}),it=t=>{const{message:e}=P.useMessage();return n.jsx(An,{"data-role":e.role,...t})},En=a.ikp("div",{_id:"aiChatMessageAttachments"}),at=t=>{const{message:e}=P.useMessage(),i=e.metadata?.attributes?.attachments;return e.role!=="user"||!i?.length?null:n.jsx(q.MessageAttachmentsProvider,{children:n.jsx(En,{...t})})},Fn=a.ikp("div",{_id:"aiChatMessageAttachments__List"}),nt=t=>{const{children:e,...i}=t,{message:r}=P.useMessage(),s=r.metadata?.attributes?.attachments;return s?n.jsx(Fn,{children:l.maybeRender(e,s),...i}):null},kn=a.ikp("div",{_id:"aiChatMessageAttachments__Item"}),rt=t=>{const{attachment:e,onClick:i,...r}=t,{selectItem:s,onOpen:o}=q.useMessageAttachments(),d=()=>{s(e),o()};return n.jsx(w.AttachmentItemProvider,{attachment:e,children:n.jsx(kn,{onClick:u.composeEventHandlers(i,d),...r})})},In=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatMessageAttachments__ItemIcon"}),st=t=>{const{attachment:e}=w.useAttachmentItem(),i=e.contentType?.attachmentIcon;return i?n.jsx(In,{iconSettings:i,...t}):null},Mn=a.ikp("span",{_id:"aiChatMessageAttachments__ItemTitle"}),ot=t=>{const{attachment:e}=w.useAttachmentItem();return n.jsx(Mn,{children:e.title,...t})},Sn=a.ikp(_.Root,{_id:"aiChatMessageAttachmentsPreview"}),dt=t=>{const{onOpenChange:e,...i}=t,{selectItem:r,isOpen:s,onClose:o,selectedItem:d}=q.useMessageAttachments(),c=m=>{m||(o(),r(null))};return n.jsx(Sn,{open:s&&d!==null,onOpenChange:u.composeEventHandlers(e,c),...i})},ct=a.ikp(_.Overlay,{_id:"aiChatMessageAttachmentsPreview__Overlay"}),mt=a.ikp(_.Content,{_id:"aiChatMessageAttachmentsPreview__Content","aria-describedby":void 0}),xn=a.ikp(_.Title,{_id:"aiChatMessageAttachmentsPreview__Header"}),lt=t=>{const{selectedItem:e}=q.useMessageAttachments();return n.jsx(xn,{children:e?.title||"Attachment",...t})},ht=a.ikp(_.Close,{_id:"aiChatMessageAttachmentsPreview__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),Bn=a.ikp("p",{_id:"aiChatMessageAttachmentsPreview__Body"}),ut=t=>{const{selectedItem:e}=q.useMessageAttachments();return n.jsx(Bn,{children:e?.content,...t})},ve=a.ikp("div",{_id:"aiChatMessage"}),Ct=t=>{const{aiChatSettings:e}=C.useInkeepConfig(),{componentStyles:i,...r}=t,{message:s}=P.useMessage(),{logEvent:o}=V.useChatEvents(),d=l.getMessageContent(s),{conversation:c}=O.useInkeepConversation();return s.role==="user"?n.jsx(ve,{"data-role":s.role,children:d,...r}):n.jsx(ve,{"data-role":s.role,...r,children:n.jsx(ae.Markdown,{children:d,componentStyles:i,shouldOpenLinksInNewTab:e.shouldOpenLinksInNewTab,onLinkClick:(m,h)=>{o({eventName:"assistant_message_inline_link_opened",properties:{title:h?.toString(),url:m}})},onCodeCopy:(m,h)=>{o({eventName:"assistant_code_block_copied",properties:{conversation:c,language:m,code:h}})}})})},fn=a.ikp("div",{_id:"aiChatMessageToolbar"}),pt=t=>{const{isLoading:e,messages:i}=g.useChat(),{message:r}=P.useMessage();return i.at(-1)?.id===r?.id&&e||r.role==="user"?null:n.jsx(fn,{...t})},Tn=a.ikp("div",{_id:"aiChatMessageToolActions"}),vt=t=>{const{children:e,...i}=t,{message:r}=P.useMessage(),{messageButtons:s}=g.useChat(),o=s[r.id]||[];return n.jsx(Tn,{children:l.maybeRender(e,o),...i})},jn=a.ikp("a",{_id:"aiChatMessageToolAction"}),yn=a.ikp("button",{_id:"aiChatMessageToolAction"}),bt=t=>{const{onClick:e,action:i,...r}=t,{handleAction:s}=re.useChatAction(i),o=()=>{s()},d=i.label||"Contact Support",c=n.jsxs(n.Fragment,{children:[i.icon&&n.jsx(x.BuiltInIconRenderer,{iconSettings:i.icon}),d]});return i.action.type==="open_link"?n.jsx(jn,{href:i.action.url,target:"_blank",rel:"noopener","data-type":i.action.type,onClick:u.composeEventHandlers(e,o),children:c,...r}):n.jsx(yn,{"data-type":i.action.type,onClick:u.composeEventHandlers(e,o),children:c,...r})},Hn=a.ikp("button",{_id:"aiChatMessageAction"}),gt=t=>{const{action:e,onClick:i,className:r,...s}=t,{conversation:o}=O.useInkeepConversation(),{message:d}=P.useMessage(),{isStreaming:c,messages:m}=g.useChat(),[h,p]=ee.useCopyToClipboard(),{feedback:v,submitPositiveFeedback:k,setCurrentFeedback:y,currentFeedback:R}=ne.useMessageFeedback(),{logEvent:Y}=V.useChatEvents(),[N,J]=ja.useSettleAction(),{baseSettings:{privacyPreferences:he}}=C.useInkeepConfig(),{optOutAllAnalytics:X}=he,ue=m.at(-1)?.id===d?.id,Z=d.role==="assistant";if(ue&&c||!Z||{copy:!1,upvote:X,downvote:X}[e])return null;const H={copy(){p(l.getMessageContent(d)),Y({eventName:"assistant_message_copied",properties:{conversation:o}})},upvote(){k(d.id).then(()=>{J()})},downvote(){y(d.id)}},D={copy:"Copy Message",upvote:"Upvote Message",downvote:"Downvote Message"},M={copy:n.jsx(E.CustomIcon,{iconKey:h?"messageCopied":"messageCopy"}),upvote:n.jsx(E.CustomIcon,{iconKey:N?"messageCopied":"thumbsUp"}),downvote:n.jsx(E.CustomIcon,{iconKey:"thumbsDown"})},S={copy:{"data-copied":l.dataAttr(h)},upvote:{"data-upvoted":l.dataAttr(v[d.id]?.type==="positive")},downvote:{"data-downvoted":l.dataAttr(v[d.id]?.type==="negative"),"data-state":R===null?"closed":"open"}};return n.jsx(Hn,{"data-action":e,...S[e],children:M[e],"aria-label":D[e],className:`${r} ${e}`,onClick:u.composeEventHandlers(i,H[e]),...s})},wn=a.ikp("div",{_id:"aiChatMessageSources"}),Pt=t=>{const{message:e}=P.useMessage();return e.role!=="assistant"||!e.links?.length?null:n.jsx(wn,{...t})},Ln=a.ikp("div",{_id:"aiChatMessageSources__Header"}),_t=t=>n.jsx(Ln,{children:"Sources",...t}),Dn=a.ikp("div",{_id:"aiChatMessageSources__List"}),At=t=>{const{message:e}=P.useMessage(),{children:i,...r}=t,{baseSettings:{transformSource:s,organizationDisplayName:o},aiChatSettings:{shouldOpenLinksInNewTab:d},searchSettings:{tabs:c}}=C.useInkeepConfig();if(e.role!=="assistant")return null;const m=e.links.map(h=>{const p=Wa.transformInkeepSource(h,"chatSourceItem",{organizationDisplayName:o,tabs:c,transformSource:s}),v=p.shouldOpenInNewTab!==void 0?p.shouldOpenInNewTab:d;return{...p,isExternal:v}});return n.jsx(Dn,{children:l.maybeRender(i,m),...r})},On=a.ikp(Ba.LinkWithQueryParams,{_id:"aiChatMessageSourceItem"}),Et=t=>{const{source:e,onClick:i,...r}=t,{logEvent:s}=V.useChatEvents(),{conversation:o}=O.useInkeepConversation(),d=()=>{s({eventName:"assistant_source_item_clicked",properties:{conversation:o,link:e}})};return n.jsx(B.SourceItemProvider,{source:e,children:n.jsx(On,{"data-type":e.type,appendToUrl:e.appendToUrl,isExternal:e.isExternal,"data-breadcrumbs":!!e.breadcrumbs?.length,onClick:u.composeEventHandlers(i,d),...r})})},qn=a.ikp("div",{_id:"aiChatMessageSourceItem__Breadcrumbs"}),Ft=t=>{const{source:e}=B.useSourceItem();return e.breadcrumbs?.length?n.jsx(qn,{"data-type":e.type,...t}):null},Wn=a.ikp(E.CustomIcon,{_id:"aiChatMessageSourceItem__BreadcrumbIcon",iconKey:"breadcrumbSeparator"}),Rn=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatMessageSourceItem__Icon"}),kt=t=>{const{source:e}=B.useSourceItem();return n.jsx(Rn,{iconSettings:e.icon,"data-type":e.type,...t})},Nn=a.ikp("span",{_id:"aiChatMessageSourceItem__Title"}),It=t=>{const{source:e}=B.useSourceItem();return n.jsx(Nn,{"data-type":e.type,children:e.title,...t})},$n=a.ikp("span",{_id:"aiChatMessageSourceItem__Tag"}),Mt=t=>{const{source:e}=B.useSourceItem();return n.jsx($n,{"data-type":e.type,...t})},Qn=a.ikp("span",{_id:"aiChatMessageSourceItem__Description"}),St=t=>{const{source:e}=B.useSourceItem(),{children:i,...r}=t,s=b.useMemo(()=>e.description?wa.highlightEmphasis(e.description):[],[e.description]);return s.length?n.jsx(Qn,{"data-type":e.type,children:l.maybeRender(i,s),...r}):null},Vn=a.ikp("span",{_id:"aiChatMessageSourceItem__DescriptionPart"}),xt=t=>{const{part:e,...i}=t,{source:r}=B.useSourceItem();return typeof e=="string"?e:n.jsx(Vn,{"data-type":r.type,children:e.content,"data-highlighted":l.dataAttr(e.highlighted),...i})},Un=a.ikp(E.CustomIcon,{_id:"aiChatMessageSourceItem__Indicator"}),Bt=t=>{const{source:e}=B.useSourceItem();return n.jsx(Un,{iconKey:e.isExternal?"openLinkInNewTab":"openLinkInSameTab",...t})},ft=a.ikp("div",{_id:"aiChatFooter"}),Tt=a.ikp("div",{_id:"aiChatInput__Fieldset"}),jt=a.ikp("div",{_id:"aiChatInput__Group"}),Kn=a.ikp("textarea",{_id:"aiChatInput"}),yt=b.forwardRef(({onChange:t,onKeyDown:e,...i},r)=>{const{handleInputChange:s,handleInputKeyDown:o,input:d,error:c,shouldAutoFocusInput:m,inputRef:h}=g.useChat(),{aiChatSettings:p}=C.useInkeepConfig(),v=se.useComposedRefs(r,h);return Na.useWidgetAutoFocus("chat",h,m),n.jsx(Kn,{asChild:!0,ref:v,maxLength:99999,placeholder:p.placeholder,value:d,onChange:u.composeEventHandlers(t,s),onKeyDown:u.composeEventHandlers(e,o),disabled:!!c||p.isViewOnly,...i,children:n.jsx(ie,{})})}),zn=a.ikp("button",{_id:"aiChatInput__SendButton"}),Ht=t=>{const{handleSubmit:e,isSubmitDisabled:i,error:r}=g.useChat(),{aiChatSettings:s}=C.useInkeepConfig(),{onClick:o,...d}=t;return n.jsx(zn,{onClick:u.composeEventHandlers(o,()=>e()),"aria-label":"Send message",disabled:i||!!r||s.isViewOnly,...d})},wt=a.ikp(E.CustomIcon,{_id:"aiChatInput__SendButtonIcon",iconKey:"chatSubmit"}),Gn=a.ikp("div",{_id:"aiChatAttachmentsBar"}),Lt=t=>{const{selectedWorkflow:e}=g.useChat();return!e||!e.supportedInputs?.length?null:n.jsx(F.AttachmentsBarProvider,{children:n.jsx(Gn,{...t})})},Yn=a.ikp("div",{_id:"aiChatAttachmentsBar__List"}),Dt=t=>{const{children:e,...i}=t,{messageAttachments:r}=g.useChat();return n.jsx(Yn,{children:l.maybeRender(e,r),...i})},Jn=a.ikp("div",{_id:"aiChatAttachmentsBar__Attachment"}),Ot=t=>{const{attachment:e,...i}=t;return n.jsx(w.AttachmentItemProvider,{attachment:e,children:n.jsx(Jn,{...i})})},Xn=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatAttachmentsBar__AttachmentIcon"}),qt=t=>{const{attachment:e}=w.useAttachmentItem(),i=e.contentType?.attachmentIcon;return i?n.jsx(Xn,{iconSettings:i,...t}):null},Zn=a.ikp("span",{_id:"aiChatAttachmentsBar__AttachmentTitle"}),Wt=t=>{const{attachment:e}=w.useAttachmentItem();return n.jsx(Zn,{children:e.title,...t})},er=a.ikp("button",{_id:"aiChatAttachmentsBar__AttachmentDelete"}),Rt=t=>{const{onClick:e,...i}=t,{attachment:r}=w.useAttachmentItem(),{setMessageAttachments:s}=g.useChat(),o=()=>{s(d=>d.filter(c=>c.id!==r.id))};return n.jsx(er,{"aria-label":"Remove attachment",children:n.jsx(E.CustomIcon,{iconKey:"close"}),onClick:u.composeEventHandlers(e,o),...i})},Nt=a.ikp("div",{_id:"aiChatAttachmentsBar__Actions"}),$t=a.ikp(j.Tooltip,{_id:"aiChatAttachmentsBar__InfoTip",delayDuration:0}),Qt=a.ikp(j.Trigger,{_id:"aiChatAttachmentsBar__InfoTipIcon",children:n.jsx(E.CustomIcon,{iconKey:"info"})}),me=a.ikp(j.Arrow,{_id:"aiChatAttachmentsBar__InfoTipArrow"}),Vt=a.ikp(j.Content,{_id:"aiChatAttachmentsBar__InfoTipText",side:"bottom",sideOffset:3,align:"center",children:n.jsxs(n.Fragment,{children:[n.jsx(me,{}),"Attachments will be kept in context for the entire conversation."]})}),tr=a.ikp("div",{_id:"aiChatAttachmentsBar__Inputs"}),Ut=t=>{const{children:e,...i}=t,{selectedWorkflow:r}=g.useChat();return r?.supportedInputs?n.jsx(tr,{children:l.maybeRender(e,r.supportedInputs),...i}):null},ir=a.ikp("button",{_id:"aiChatAttachmentsBar__Input"}),Kt=t=>{const{input:e,onClick:i,...r}=t,{selectedWorkflow:s,messageAttachments:o,setMessageAttachments:d}=g.useChat(),{selectInput:c,onOpen:m}=F.useAttachmentsBar(),h=()=>{if(e.type==="FUNCTIONAL_MULTI_ATTACHMENT")return s?e.onInvoke(s,e,d,[...o]):void 0;c(e),m()};return n.jsx(ir,{children:e.displayName,onClick:u.composeEventHandlers(i,h),...r})},zt=a.ikp(Ma.IoAdd,{_id:"aiChatAttachmentsBar__InputIcon"}),ar=a.ikp(_.Root,{_id:"aiChatAttachmentsBar__Modal"}),Gt=t=>{const{onOpenChange:e,...i}=t,{selectInput:r,isOpen:s,onClose:o,selectedInput:d}=F.useAttachmentsBar(),c=m=>{m||(o(),r(null))};return n.jsx(ar,{open:s&&d!==null,onOpenChange:u.composeEventHandlers(e,c),...i})},Yt=a.ikp(_.Overlay,{_id:"aiChatAttachmentsBar__ModalOverlay"}),Jt=a.ikp(_.Content,{_id:"aiChatAttachmentsBar__ModalContent","aria-describedby":void 0}),Xt=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalHeader"}),nr=a.ikp(_.Title,{_id:"aiChatAttachmentsBar__ModalHeading"}),Zt=t=>{const{selectedInput:e}=F.useAttachmentsBar(),i=`Add ${e?.displayName}`;return n.jsx(nr,{children:i,...t})},rr=a.ikp("span",{_id:"aiChatAttachmentsBar__ModalDescription"}),ei=t=>{const{selectedInput:e}=F.useAttachmentsBar(),i=e?.workflowModalProps?.modalHelpText;return i?n.jsx(rr,{children:i,...t}):null},sr=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalHelp"}),ti=t=>{const{children:e,...i}=t,{selectedInput:r}=F.useAttachmentsBar(),s=r?.workflowModalProps?.modalHelpElement;return s?n.jsx(sr,{asChild:!e,children:e||s,...i}):null},ii=a.ikp(_.Close,{_id:"aiChatAttachmentsBar__ModalClose",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),ai=a.ikp("div",{_id:"aiChatAttachmentsBar__ModalBody"}),or=a.ikp("form",{_id:"aiChatAttachmentsBar__Form"}),ni=t=>{const{onSubmit:e,...i}=t,{form:r}=F.useAttachmentsBar();return n.jsx(or,{onSubmit:u.composeEventHandlers(e,r.onSubmit),...i})},ri=a.ikp("div",{_id:"aiChatAttachmentsBar__FormTitle",role:"group"}),dr=a.ikp("label",{_id:"aiChatAttachmentsBar__FormTitleLabel"}),si=t=>{const{form:e,selectedInput:i}=F.useAttachmentsBar();return n.jsx(dr,{htmlFor:`${i?.id}-title`,children:e.labels.title,...t})},cr=a.ikp("input",{_id:"aiChatAttachmentsBar__FormTitleInput"}),oi=t=>{const{onChange:e,...i}=t,{form:r,selectedInput:s}=F.useAttachmentsBar();return n.jsx(cr,{name:"title",value:r.data.title,id:`${s?.id}-title`,"data-invalid":l.dataAttr(!!r.errors.title),"aria-invalid":!!r.errors.title,onChange:u.composeEventHandlers(e,r.onChange),...i})},mr=a.ikp("span",{_id:"aiChatAttachmentsBar__FormTitleError"}),di=t=>{const{form:e}=F.useAttachmentsBar();return e.errors.title?n.jsx(mr,{"aria-live":"polite",children:e.errors.title,...t}):null},ci=a.ikp("div",{_id:"aiChatAttachmentsBar__FormTitle",role:"group"}),lr=a.ikp("label",{_id:"aiChatAttachmentsBar__FormContentLabel"}),mi=t=>{const{form:e,selectedInput:i}=F.useAttachmentsBar();return n.jsx(lr,{htmlFor:`${i?.id}-content`,children:e.labels.content,...t})},hr=a.ikp("textarea",{_id:"aiChatAttachmentsBar__FormTitleInput"}),li=t=>{const{onChange:e,...i}=t,{form:r,selectedInput:s}=F.useAttachmentsBar();return n.jsx(hr,{asChild:!0,rows:4,name:"content",value:r.data.content,id:`${s?.id}-content`,"data-invalid":l.dataAttr(!!r.errors.content),"aria-invalid":!!r.errors.content,onChange:u.composeEventHandlers(e,r.onChange),...i,children:n.jsx(ie,{maxRows:10})})},ur=a.ikp("span",{_id:"aiChatAttachmentsBar__FormContentError"}),hi=t=>{const{form:e}=F.useAttachmentsBar();return e.errors.content?n.jsx(ur,{"aria-live":"polite",children:e.errors.content,...t}):null},ui=a.ikp("button",{_id:"aiChatAttachmentsBar__FormSubmitButton",children:"Upload",type:"submit"}),Ci=a.ikp("div",{_id:"aiChatActionBar"}),pi=a.ikp("div",{_id:"aiChat__ChatActions"}),vi=a.ikp("div",{_id:"aiChatTagline__Container"}),bi=a.ikp("span",{_id:"aiChatTagline__Text",children:"Powered by"}),gi=a.ikp(Ta.default,{_id:"aiChatTagline__Logo"}),Pi=a.ikp("a",{_id:"aiChatTagline__BrandName",children:"inkeep",href:"https://www.inkeep.com/",target:"_blank",rel:"noopener noreferrer"}),Cr=a.ikp(j.Trigger,{_id:"aiChat__ChatAction"}),z=t=>{const{action:e,onClick:i,className:r,...s}=t,{clear:o,stop:d,isLoading:c,messages:m,selectedWorkflow:h}=g.useChat(),{conversation:p}=O.useInkeepConversation(),{aiChatSettings:v,baseSettings:k}=C.useInkeepConfig(),{logEvent:y}=V.useChatEvents(),[R,Y]=ee.useCopyToClipboard(),[N,J]=ee.useCopyToClipboard();if({help:!1,copy:m.length===0||!v.isCopyChatButtonVisible||c,share:m.length===0||!v.isShareButtonVisible||!p.id||!!h||c,clear:m.length===0||v.isViewOnly||c,stop:!c}[e])return null;const Z={help:()=>{},copy:()=>{const $=m.map(H=>{const D=`**${H.role==="assistant"?"AI Assistant":"User"}**`,M=l.getMessageContent(H),S=fa.stringifyAttachments(H.metadata?.attributes?.attachments),Q=S?`
|
|
8
8
|
|
|
9
9
|
**Attachments**
|
|
10
10
|
|
|
@@ -14,4 +14,4 @@ ${M}${Q}`}).join(`
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
`);Y($)},share:async()=>{const $={visibility:"public",tags:[],userProperties:{},messages:p.messages.map(S=>({...S,createdAt:void 0,updatedAt:void 0,id:Date.now().toString()+S.id,conversationId:void 0}))},{apiKey:H,analyticsApiBaseUrl:D}=k,M=await qa.logConversation("",$,H,D);if(M){const Q=`${b.shareChatUrlBasePath}?${O.SHARE_QUERY_PARAM}=${M?.id}`;J(Q),y({eventName:"chat_share_button_clicked",properties:{sharedConversationId:M?.id,originalConversationId:p.id,sharedChatUrl:Q,conversation:M}})}},clear:o,stop:d},Ce={copy:W,share:N};return n.jsx(j.Tooltip,{delayDuration:0,open:Ce[e],children:n.jsx(ur,{"data-type":e,"data-copied":h.dataAttr(W||N),className:`${r} ${e}`,children:n.jsx(le,{action:e}),onClick:u.composeEventHandlers(i,Z[e]),...s})})},Cr=a.ikp("span",{_id:"aiChat__ChatActionLabel"}),le=t=>{const{action:e,...i}=t,{aiChatSettings:r}=C.useInkeepConfig(),s=r.toolbarButtonLabels??{},o={help:s.getHelp??"Get Help",copy:s.copyChat??"Copy",share:s.share??"Share",clear:s.clear??"Clear",stop:s.stop??"Stop"};return n.jsx(Cr,{children:o[e],...i})},pr=a.ikp(j.TooltipContent,{_id:"aiChat__ChatActionFeeback"}),Ai=t=>{const{action:e,children:i,...r}=t,s={copy:"Copied!",share:"Link copied!"};return n.jsxs(pr,{sideOffset:5,...r,children:[n.jsx(j.Arrow,{}),i||s[e]]})},vr=a.ikp(T.Root,{_id:"aiChatHelpActions"}),Ei=t=>{const{children:e,...i}=t,{aiChatSettings:r}=C.useInkeepConfig(),{getHelpOptions:s}=r;if(!s||(s??[]).length===0)return null;const{_pinned:o,_unpinned:d}=s.reduce((p,b)=>{const k=b.isPinnedToToolbar?"_pinned":"_unpinned";return{...p,[k]:[...p[k],b]}},{_pinned:[],_unpinned:[]}),c=d.length===1?[...o,d[0]]:o,m=d.length===1?[]:d,l=te.useHelpMenuState();return n.jsx(te.HelpMenuProvider,{value:l,children:n.jsx(vr,{open:l.open,onOpenChange:l.setOpen,children:h.maybeRender(e,{pinned:c,unpinned:m}),...i})})},br=a.ikp(z,{_id:"aiChatHelpAction",action:"help"}),gr=a.ikp("a",{_id:"aiChatHelpAction",target:"_blank",rel:"noreferrer"}),Fi=t=>{const{action:e,onClick:i,...r}=t,{handleAction:s,logHelpAction:o}=re.useChatAction(e),d=e.action.type,c={"aria-label":e.name,"data-name":e.name,children:e.name,onClick:u.composeEventHandlers(i,()=>{s(),o()}),...r};return d==="open_link"?n.jsx(gr,{href:e.action.url,...c}):n.jsx(br,{...c})},Pr=a.ikp(T.Trigger,{_id:"aiChatHelpActions__Trigger"}),ki=v.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig();return n.jsx(z,{action:"help",...t,asChild:!0,children:n.jsx(Pr,{children:e.toolbarButtonLabels?.getHelp??"Get Help"})})}),_r=a.ikp(T.Content,{_id:"aiChatHelpActions__Menu"}),Ii=t=>n.jsx(_r,{side:"top",sideOffset:8,align:"center",alignOffset:-10,...t}),Mi=a.ikp(T.Arrow,{_id:"aiChatHelpActions__MenuArrow"}),Si=t=>{const{action:e,onClick:i,...r}=t,{handleAction:s,logHelpAction:o}=re.useChatAction(e),{setOpen:d}=te.useHelpMenu(),c=()=>{s({onOpenForm:()=>d(!1)}),o()},m=e.action.type,l=a.ikp(m==="open_link"?"a":"button",{_id:"aiChatHelpActions__MenuItem",children:e.name,"aria-label":e.name,"data-name":e.name,"data-type":e.action.type,...m==="open_link"&&{href:e.action.url,target:"_blank",rel:"noopener"},onClick:u.composeEventHandlers(i,c)});return n.jsx(l,{...r})},Ar=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatHelpActions_MenuItemIcon"}),xi=t=>{const{action:e,...i}=t;return e.icon?n.jsx(Ar,{iconSettings:e.icon,...i}):null},Er=a.ikp(_.Root,{_id:"aiChatFeedbackModal"}),fi=t=>{const{onOpenChange:e,...i}=t,{currentFeedback:r,setCurrentFeedback:s}=ne.useMessageFeedback();return n.jsx(Er,{open:r!==null,onOpenChange:u.composeEventHandlers(e,()=>s(null)),...i})},Bi=a.ikp(_.Overlay,{_id:"aiChatFeedbackModal__Overlay"}),Ti=a.ikp(_.Content,{_id:"aiChatFeedbackModal__Content","aria-describedby":void 0}),ji=a.ikp(_.Title,{_id:"aiChatFeedbackModal__Header",children:"Help improve my answers!"}),yi=a.ikp(_.Close,{_id:"aiChatFeedbackModal__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),Hi=a.ikp("div",{_id:"aiChatFeedbackModal__Body"}),Fr=a.ikp("form",{_id:"aiChatFeedbackForm"}),wi=t=>{const{onSubmit:e,...i}=t,{submitNegativeFeedback:r,currentFeedback:s,setCurrentFeedback:o}=ne.useMessageFeedback(),d=c=>{c.preventDefault();const m=c.target,l=new FormData(m),p=Object.fromEntries(l.entries());s&&(r(s,p),o(null))};return n.jsx(Fr,{onSubmit:u.composeEventHandlers(e,d),...i})},kr=a.ikp("div",{_id:"aiChatFeedbackItem"}),Li=t=>{const{name:e,...i}=t;return n.jsx(U.FeedbackItemProvider,{name:e,children:n.jsx(kr,{...i})})},Ir=a.ikp(K.Root,{_id:"aiChatFeedbackItem__Checkbox"}),Di=t=>{const{name:e,focusItem:i}=U.useFeedbackItem(),{onCheckedChange:r,...s}=t,o=d=>{d&&i?.current?.focus()};return n.jsx(Ir,{id:`feedback-${e}`,name:e,onCheckedChange:u.composeEventHandlers(r,o),...s})},Oi=a.ikp(K.Indicator,{_id:"aiChatFeedbackItem__CheckboxIndicator",children:n.jsx(be.CheckboxIcon,{})}),Mr=a.ikp("label",{_id:"aiChatFeedbackItem__Label"}),qi=t=>{const{name:e}=U.useFeedbackItem(),i={unrelated_response:"Didn't answer my question",inaccurate_statement:"Inaccurate statement",inaccurate_code_snippet:"Inaccurate code snippet",irrelevant_citations:"Irrelevant citations"};return n.jsx(Mr,{htmlFor:`feedback-${e}`,children:i[e],...t})},Sr=a.ikp("textarea",{_id:"aiChatFeedbackItem__Description",placeholder:"Please describe"}),Ri=t=>{const{name:e,focusItem:i}=U.useFeedbackItem();return n.jsx(Sr,{ref:i,name:`${e}:description`,...t})},Wi=a.ikp("button",{_id:"aiChatFeedbackForm__SubmitButton",children:"Submit",type:"submit"}),xr=a.ikp("div",{_id:"aiChatForm__Wrapper"}),Ni=t=>{const{form:e}=A.useChatForm();return e?n.jsx(xr,{...t}):null},fr=a.ikp("form",{_id:"aiChatForm"}),$i=t=>{const{onSubmit:e,...i}=t,{handleSubmit:r,isSuccess:s}=A.useChatForm();return s?null:n.jsx(fr,{onSubmit:u.composeEventHandlers(e,r),...i})},Br=a.ikp("button",{_id:"aiChatForm__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),Qi=t=>{const{onClick:e,...i}=t,{closeForm:r}=A.useChatForm();return n.jsx(Br,{onClick:u.composeEventHandlers(e,r),...i})},Vi=a.ikp("div",{_id:"aiChatForm__Header"}),Tr=a.ikp("h2",{_id:"aiChatForm__Heading"}),Ui=t=>{const{form:e}=A.useChatForm();return e?.heading?n.jsx(Tr,{children:e.heading,...t}):null},jr=a.ikp("span",{_id:"aiChatForm__Description"}),Ki=t=>{const{form:e}=A.useChatForm();return e?.description?n.jsx(jr,{children:e.description,...t}):null},yr=a.ikp("div",{_id:"aiChatForm__Content"}),zi=t=>{const{children:e,...i}=t,{fields:r=[]}=A.useChatForm();return n.jsx(yr,{children:h.maybeRender(e,r),...i})},Hr=a.ikp("div",{_id:"aiChatForm__Field"}),Gi=t=>{const{field:e,autoFocus:i,...r}=t,{control:s,errors:o}=A.useChatForm();return n.jsx(wa.Controller,{name:e.name,control:s,rules:{required:e.isRequired?`${e.label} is required.`:void 0},render:({field:d})=>{const c=d.value!==void 0||e.inputType==="file";return n.jsx(B.FormFieldProvider,{"data-invalid":h.dataAttr(!!o[e.name]),field:e,fieldProps:d,autoFocus:i,children:c&&n.jsx(Hr,{"data-input-type":e.inputType,"data-hidden":h.dataAttr(e.isHidden),...r})})}})},wr=a.ikp("label",{_id:"aiChatForm__FieldLabel"}),Yi=t=>{const{field:e}=B.useFormField();return n.jsx(wr,{"data-required":h.dataAttr(e.isRequired),htmlFor:e.name,children:e.label,...t})},Lr=a.ikp("input",{_id:"aiChatForm__FieldText",type:"text"}),G=t=>{const{field:e,error:i,fieldProps:{onChange:r,onBlur:s,...o},autoFocus:d}=B.useFormField(),{onChange:c,onBlur:m,...l}=t;return n.jsx(Lr,{id:e.name,autoFocus:d,placeholder:"placeholder"in e?e.placeholder:void 0,"data-invalid":h.dataAttr(!!i),onChange:u.composeEventHandlers(c,r),onBlur:u.composeEventHandlers(m,s),...o,...l})},Ji=a.ikp(G,{_id:"aiChatForm__FieldEmail",type:"email"}),Dr=a.ikp("input",{_id:"aiChatForm__FieldFile",type:"file",multiple:!0}),Xi=t=>{const{field:e,error:i,fieldProps:{value:r,onChange:s,onBlur:o,...d},autoFocus:c}=B.useFormField(),{onChange:m,onBlur:l,...p}=t,b=k=>{const y=k.target.files;s(y)};return n.jsx(Dr,{id:e.name,autoFocus:c,"data-value":r,"data-invalid":h.dataAttr(!!i),...p,...d,onChange:u.composeEventHandlers(m,b),onBlur:u.composeEventHandlers(l,o)})},Zi=a.ikp(G,{_id:"aiChatForm__FieldTextArea",type:"textarea",asChild:!0,children:n.jsx(ie,{maxRows:8})}),Or=a.ikp(K.Root,{_id:"aiChatForm__FieldCheckbox"}),ea=t=>{const{field:e,error:i,fieldProps:r,autoFocus:s}=B.useFormField(),{onCheckedChange:o,...d}=t;return n.jsx(Or,{id:e.name,name:e.name,autoFocus:s,"data-invalid":h.dataAttr(!!i),checked:r.value,onCheckedChange:u.composeEventHandlers(o,r.onChange),...d})},ta=a.ikp(K.Indicator,{_id:"aiChatForm__FieldCheckboxIndicator",children:n.jsx(be.CheckboxIcon,{})}),qr=a.ikp(I.Root,{_id:"aiChatForm__FieldSelect"}),ia=t=>{const{field:e,error:i,fieldProps:r}=B.useFormField(),{onValueChange:s,...o}=t;return n.jsx(qr,{name:e.name,"data-invalid":h.dataAttr(!!i),value:r.value,onValueChange:u.composeEventHandlers(s,r.onChange),...o})},aa=a.ikp(I.Trigger,{_id:"aiChatForm__FieldSelect__Trigger"}),Rr=a.ikp(I.Value,{_id:"aiChatForm__FieldSelect__Value"}),na=t=>{const{field:e}=B.useFormField();return n.jsx(Rr,{placeholder:"placeholder"in e?e.placeholder:void 0,...t})},ra=a.ikp(I.Icon,{_id:"aiChatForm__FieldSelect__Icon",asChild:!0,children:n.jsx(x.BuiltInIconRenderer,{iconSettings:{builtIn:"LuChevronDown"}})}),sa=a.ikp(I.Content,{_id:"aiChatForm__FieldSelect__Content",position:"popper"}),oa=a.ikp(I.Viewport,{_id:"aiChatForm__FieldSelect__Viewport"}),da=a.ikp(I.Item,{_id:"aiChatForm__FieldSelect__Item"}),ca=a.ikp(I.ItemText,{_id:"aiChatForm__FieldSelect__ItemText"}),ma=a.ikp(I.ItemIndicator,{_id:"aiChatForm__FieldSelect__ItemIndicator",asChild:!0,children:n.jsx(x.BuiltInIconRenderer,{iconSettings:{builtIn:"LuCheck"}})}),Wr=a.ikp("span",{_id:"aiChatForm__FieldError"}),la=t=>{const{error:e}=B.useFormField();return e?n.jsx(Wr,{children:e.message?.toString(),...t}):null},Nr=a.ikp("span",{_id:"aiChatForm__Error"}),ha=t=>{const{formError:e}=A.useChatForm();return e?n.jsx(Nr,{children:e.message,...t}):null},ua=a.ikp("div",{_id:"aiChatForm__Footer"}),$r=a.ikp("button",{_id:"aiChatForm__Cancel",children:"Cancel"}),Ca=t=>{const{onClick:e,...i}=t,{closeForm:r}=A.useChatForm();return n.jsx($r,{onClick:u.composeEventHandlers(e,r),...i})},Qr=a.ikp("button",{_id:"aiChatForm__Submit",children:"Submit",type:"submit"}),pa=t=>{const{onClick:e,...i}=t,{isSubmitting:r}=A.useChatForm();return n.jsx(Qr,{disabled:r,...i})},Vr=a.ikp("div",{_id:"aiChatForm__Success"}),va=t=>{const{isSuccess:e}=A.useChatForm();return e?n.jsx(Vr,{...t}):null},Ur=a.ikp("h2",{_id:"aiChatForm__SuccessHeading"}),ba=t=>{const{form:e}=A.useChatForm();return n.jsx(Ur,{children:e?.successView.heading,...t})},Kr=a.ikp(ae.Markdown,{_id:"aiChatForm__SuccessMessage"}),ga=t=>{const{form:e}=A.useChatForm();return n.jsx(Kr,{children:e?.successView.message,...t})},zr=a.ikp("button",{_id:"aiChatForm__SuccessButton"}),Pa=t=>{const{onClick:e,...i}=t,{form:r,closeForm:s}=A.useChatForm(),o=r?.successView?.doneButton;if(!o)return null;const d=o.icon&&n.jsx(x.BuiltInIconRenderer,{iconSettings:o.icon}),c=o.label;return n.jsx(zr,{onClick:u.composeEventHandlers(e,s),children:n.jsxs(n.Fragment,{children:[d,c]}),...i})};exports.Provider=g.ChatProvider;exports.ActionBar=pi;exports.Actions=vi;exports.AttachmentsBar=Dt;exports.AttachmentsBarActions=$t;exports.AttachmentsBarAttachment=qt;exports.AttachmentsBarAttachmentDelete=Nt;exports.AttachmentsBarAttachmentIcon=Rt;exports.AttachmentsBarAttachmentTitle=Wt;exports.AttachmentsBarForm=ri;exports.AttachmentsBarFormContent=mi;exports.AttachmentsBarFormContentError=ui;exports.AttachmentsBarFormContentInput=hi;exports.AttachmentsBarFormContentLabel=li;exports.AttachmentsBarFormSubmitButton=Ci;exports.AttachmentsBarFormTitle=si;exports.AttachmentsBarFormTitleError=ci;exports.AttachmentsBarFormTitleInput=di;exports.AttachmentsBarFormTitleLabel=oi;exports.AttachmentsBarInfoTip=Qt;exports.AttachmentsBarInfoTipArrow=me;exports.AttachmentsBarInfoTipIcon=Vt;exports.AttachmentsBarInfoTipText=Ut;exports.AttachmentsBarInput=zt;exports.AttachmentsBarInputIcon=Gt;exports.AttachmentsBarInputs=Kt;exports.AttachmentsBarList=Ot;exports.AttachmentsBarModal=Yt;exports.AttachmentsBarModalBody=ni;exports.AttachmentsBarModalClose=ai;exports.AttachmentsBarModalContent=Xt;exports.AttachmentsBarModalDescription=ti;exports.AttachmentsBarModalHeader=Zt;exports.AttachmentsBarModalHeading=ei;exports.AttachmentsBarModalHelp=ii;exports.AttachmentsBarModalOverlay=Jt;exports.ChatAction=z;exports.ChatActionFeedback=Ai;exports.ChatActionLabel=le;exports.ChatHelpAction=Fi;exports.Content=Ie;exports.ContentScrollArea=Me;exports.ContentScrollAreaCorner=Be;exports.ContentScrollAreaScrollbar=xe;exports.ContentScrollAreaThumb=fe;exports.ContentScrollAreaViewport=Se;exports.ConversationLoading=_e;exports.Disclaimer=je;exports.DisclaimerArrow=De;exports.DisclaimerContent=we;exports.DisclaimerLabel=ye;exports.DisclaimerText=Le;exports.DisclaimerTrigger=He;exports.EmbeddedChatPrimitiveActionBar=pi;exports.EmbeddedChatPrimitiveActions=vi;exports.EmbeddedChatPrimitiveAttachmentsBar=Dt;exports.EmbeddedChatPrimitiveAttachmentsBarActions=$t;exports.EmbeddedChatPrimitiveAttachmentsBarAttachment=qt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete=Nt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon=Rt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle=Wt;exports.EmbeddedChatPrimitiveAttachmentsBarForm=ri;exports.EmbeddedChatPrimitiveAttachmentsBarFormContent=mi;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentError=ui;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentInput=hi;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentLabel=li;exports.EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton=Ci;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitle=si;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleError=ci;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleInput=di;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel=oi;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTip=Qt;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow=me;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon=Vt;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipText=Ut;exports.EmbeddedChatPrimitiveAttachmentsBarInput=zt;exports.EmbeddedChatPrimitiveAttachmentsBarInputIcon=Gt;exports.EmbeddedChatPrimitiveAttachmentsBarInputs=Kt;exports.EmbeddedChatPrimitiveAttachmentsBarList=Ot;exports.EmbeddedChatPrimitiveAttachmentsBarModal=Yt;exports.EmbeddedChatPrimitiveAttachmentsBarModalBody=ni;exports.EmbeddedChatPrimitiveAttachmentsBarModalClose=ai;exports.EmbeddedChatPrimitiveAttachmentsBarModalContent=Xt;exports.EmbeddedChatPrimitiveAttachmentsBarModalDescription=ti;exports.EmbeddedChatPrimitiveAttachmentsBarModalHeader=Zt;exports.EmbeddedChatPrimitiveAttachmentsBarModalHeading=ei;exports.EmbeddedChatPrimitiveAttachmentsBarModalHelp=ii;exports.EmbeddedChatPrimitiveAttachmentsBarModalOverlay=Jt;exports.EmbeddedChatPrimitiveChatAction=z;exports.EmbeddedChatPrimitiveChatActionFeedback=Ai;exports.EmbeddedChatPrimitiveChatActionLabel=le;exports.EmbeddedChatPrimitiveChatHelpAction=Fi;exports.EmbeddedChatPrimitiveContent=Ie;exports.EmbeddedChatPrimitiveContentScrollArea=Me;exports.EmbeddedChatPrimitiveContentScrollAreaCorner=Be;exports.EmbeddedChatPrimitiveContentScrollAreaScrollbar=xe;exports.EmbeddedChatPrimitiveContentScrollAreaThumb=fe;exports.EmbeddedChatPrimitiveContentScrollAreaViewport=Se;exports.EmbeddedChatPrimitiveConversationLoading=_e;exports.EmbeddedChatPrimitiveDisclaimer=je;exports.EmbeddedChatPrimitiveDisclaimerArrow=De;exports.EmbeddedChatPrimitiveDisclaimerContent=we;exports.EmbeddedChatPrimitiveDisclaimerLabel=ye;exports.EmbeddedChatPrimitiveDisclaimerText=Le;exports.EmbeddedChatPrimitiveDisclaimerTrigger=He;exports.EmbeddedChatPrimitiveExampleQuestion=We;exports.EmbeddedChatPrimitiveExampleQuestionButton=Ne;exports.EmbeddedChatPrimitiveExampleQuestions=Oe;exports.EmbeddedChatPrimitiveExampleQuestionsLabel=qe;exports.EmbeddedChatPrimitiveExampleQuestionsList=Re;exports.EmbeddedChatPrimitiveFeedbackForm=wi;exports.EmbeddedChatPrimitiveFeedbackItem=Li;exports.EmbeddedChatPrimitiveFeedbackItemCheckbox=Di;exports.EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator=Oi;exports.EmbeddedChatPrimitiveFeedbackItemDescription=Ri;exports.EmbeddedChatPrimitiveFeedbackItemLabel=qi;exports.EmbeddedChatPrimitiveFeedbackModal=fi;exports.EmbeddedChatPrimitiveFeedbackModalBody=Hi;exports.EmbeddedChatPrimitiveFeedbackModalClose=yi;exports.EmbeddedChatPrimitiveFeedbackModalContent=Ti;exports.EmbeddedChatPrimitiveFeedbackModalHeader=ji;exports.EmbeddedChatPrimitiveFeedbackModalOverlay=Bi;exports.EmbeddedChatPrimitiveFeedbackSubmitButton=Wi;exports.EmbeddedChatPrimitiveFooter=Tt;exports.EmbeddedChatPrimitiveForm=$i;exports.EmbeddedChatPrimitiveFormCancel=Ca;exports.EmbeddedChatPrimitiveFormClose=Qi;exports.EmbeddedChatPrimitiveFormContent=zi;exports.EmbeddedChatPrimitiveFormDescription=Ki;exports.EmbeddedChatPrimitiveFormError=ha;exports.EmbeddedChatPrimitiveFormField=Gi;exports.EmbeddedChatPrimitiveFormFieldCheckbox=ea;exports.EmbeddedChatPrimitiveFormFieldCheckboxIndicator=ta;exports.EmbeddedChatPrimitiveFormFieldEmail=Ji;exports.EmbeddedChatPrimitiveFormFieldError=la;exports.EmbeddedChatPrimitiveFormFieldFile=Xi;exports.EmbeddedChatPrimitiveFormFieldLabel=Yi;exports.EmbeddedChatPrimitiveFormFieldSelect=ia;exports.EmbeddedChatPrimitiveFormFieldSelectContent=sa;exports.EmbeddedChatPrimitiveFormFieldSelectIcon=ra;exports.EmbeddedChatPrimitiveFormFieldSelectItem=da;exports.EmbeddedChatPrimitiveFormFieldSelectItemIndicator=ma;exports.EmbeddedChatPrimitiveFormFieldSelectItemText=ca;exports.EmbeddedChatPrimitiveFormFieldSelectTrigger=aa;exports.EmbeddedChatPrimitiveFormFieldSelectValue=na;exports.EmbeddedChatPrimitiveFormFieldSelectViewport=oa;exports.EmbeddedChatPrimitiveFormFieldText=G;exports.EmbeddedChatPrimitiveFormFieldTextArea=Zi;exports.EmbeddedChatPrimitiveFormFooter=ua;exports.EmbeddedChatPrimitiveFormHeader=Vi;exports.EmbeddedChatPrimitiveFormHeading=Ui;exports.EmbeddedChatPrimitiveFormSubmit=pa;exports.EmbeddedChatPrimitiveFormSuccess=va;exports.EmbeddedChatPrimitiveFormSuccessButton=Pa;exports.EmbeddedChatPrimitiveFormSuccessHeading=ba;exports.EmbeddedChatPrimitiveFormSuccessMessage=ga;exports.EmbeddedChatPrimitiveFormWrapper=Ni;exports.EmbeddedChatPrimitiveHeaderToolbar=Ee;exports.EmbeddedChatPrimitiveHelpActions=Ei;exports.EmbeddedChatPrimitiveHelpActionsMenu=Ii;exports.EmbeddedChatPrimitiveHelpActionsMenuArrow=Mi;exports.EmbeddedChatPrimitiveHelpActionsMenuItem=Si;exports.EmbeddedChatPrimitiveHelpActionsMenuItemIcon=xi;exports.EmbeddedChatPrimitiveHelpActionsTrigger=ki;exports.EmbeddedChatPrimitiveInput=Ht;exports.EmbeddedChatPrimitiveInputFieldset=jt;exports.EmbeddedChatPrimitiveInputGroup=yt;exports.EmbeddedChatPrimitiveIntroMessageWrapper=ze;exports.EmbeddedChatPrimitiveMessage=pt;exports.EmbeddedChatPrimitiveMessageAction=Pt;exports.EmbeddedChatPrimitiveMessageAttachments=nt;exports.EmbeddedChatPrimitiveMessageAttachmentsItem=st;exports.EmbeddedChatPrimitiveMessageAttachmentsItemIcon=ot;exports.EmbeddedChatPrimitiveMessageAttachmentsItemTitle=dt;exports.EmbeddedChatPrimitiveMessageAttachmentsList=rt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreview=ct;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewBody=Ct;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewClose=ut;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewContent=lt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader=ht;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay=mt;exports.EmbeddedChatPrimitiveMessageAvatar=Je;exports.EmbeddedChatPrimitiveMessageAvatarContent=Xe;exports.EmbeddedChatPrimitiveMessageAvatarFallback=Ze;exports.EmbeddedChatPrimitiveMessageAvatarImage=et;exports.EmbeddedChatPrimitiveMessageContent=at;exports.EmbeddedChatPrimitiveMessageContentWrapper=it;exports.EmbeddedChatPrimitiveMessageHeader=Ge;exports.EmbeddedChatPrimitiveMessageLoading=Ye;exports.EmbeddedChatPrimitiveMessageName=tt;exports.EmbeddedChatPrimitiveMessageSourceItem=Ft;exports.EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs=kt;exports.EmbeddedChatPrimitiveMessageSourceItemDescription=xt;exports.EmbeddedChatPrimitiveMessageSourceItemDescriptionPart=ft;exports.EmbeddedChatPrimitiveMessageSourceItemIcon=It;exports.EmbeddedChatPrimitiveMessageSourceItemIndicator=Bt;exports.EmbeddedChatPrimitiveMessageSourceItemTag=St;exports.EmbeddedChatPrimitiveMessageSourceItemTitle=Mt;exports.EmbeddedChatPrimitiveMessageSources=_t;exports.EmbeddedChatPrimitiveMessageSourcesHeader=At;exports.EmbeddedChatPrimitiveMessageSourcesList=Et;exports.EmbeddedChatPrimitiveMessageToolAction=gt;exports.EmbeddedChatPrimitiveMessageToolActions=bt;exports.EmbeddedChatPrimitiveMessageToolbar=vt;exports.EmbeddedChatPrimitiveMessageWrapper=ce;exports.EmbeddedChatPrimitiveMessages=Te;exports.EmbeddedChatPrimitiveRoot=Ae;exports.EmbeddedChatPrimitiveSendButton=wt;exports.EmbeddedChatPrimitiveSendButtonIcon=Lt;exports.EmbeddedChatPrimitiveTaglineBrandName=_i;exports.EmbeddedChatPrimitiveTaglineContainer=bi;exports.EmbeddedChatPrimitiveTaglineLogo=Pi;exports.EmbeddedChatPrimitiveTaglineText=gi;exports.EmbeddedChatPrimitiveToolbarHeader=ke;exports.EmbeddedChatPrimitiveToolbarHeaderWrapper=Fe;exports.EmbeddedChatPrimitiveWorkflow=Ue;exports.EmbeddedChatPrimitiveWorkflowIcon=Ke;exports.EmbeddedChatPrimitiveWorkflows=$e;exports.EmbeddedChatPrimitiveWorkflowsLabel=Qe;exports.EmbeddedChatPrimitiveWorkflowsList=Ve;exports.EmbeddedChatPrimitiveWrapper=Pe;exports.ExampleQuestion=We;exports.ExampleQuestionButton=Ne;exports.ExampleQuestions=Oe;exports.ExampleQuestionsLabel=qe;exports.ExampleQuestionsList=Re;exports.FeedbackForm=wi;exports.FeedbackItem=Li;exports.FeedbackItemCheckbox=Di;exports.FeedbackItemCheckboxIndicator=Oi;exports.FeedbackItemDescription=Ri;exports.FeedbackItemLabel=qi;exports.FeedbackModal=fi;exports.FeedbackModalBody=Hi;exports.FeedbackModalClose=yi;exports.FeedbackModalContent=Ti;exports.FeedbackModalHeader=ji;exports.FeedbackModalOverlay=Bi;exports.FeedbackSubmitButton=Wi;exports.Footer=Tt;exports.Form=$i;exports.FormCancel=Ca;exports.FormClose=Qi;exports.FormContent=zi;exports.FormDescription=Ki;exports.FormError=ha;exports.FormField=Gi;exports.FormFieldCheckbox=ea;exports.FormFieldCheckboxIndicator=ta;exports.FormFieldEmail=Ji;exports.FormFieldError=la;exports.FormFieldFile=Xi;exports.FormFieldLabel=Yi;exports.FormFieldSelect=ia;exports.FormFieldSelectContent=sa;exports.FormFieldSelectIcon=ra;exports.FormFieldSelectItem=da;exports.FormFieldSelectItemIndicator=ma;exports.FormFieldSelectItemText=ca;exports.FormFieldSelectTrigger=aa;exports.FormFieldSelectValue=na;exports.FormFieldSelectViewport=oa;exports.FormFieldText=G;exports.FormFieldTextArea=Zi;exports.FormFooter=ua;exports.FormHeader=Vi;exports.FormHeading=Ui;exports.FormSubmit=pa;exports.FormSuccess=va;exports.FormSuccessButton=Pa;exports.FormSuccessHeading=ba;exports.FormSuccessMessage=ga;exports.FormWrapper=Ni;exports.Header=Ua;exports.HeaderToolbar=Ee;exports.HeaderToolbarWrapper=Fe;exports.HelpActions=Ei;exports.HelpActionsMenu=Ii;exports.HelpActionsMenuArrow=Mi;exports.HelpActionsMenuItem=Si;exports.HelpActionsMenuItemIcon=xi;exports.HelpActionsTrigger=ki;exports.Input=Ht;exports.InputFieldset=jt;exports.InputGroup=yt;exports.IntroMessageWrapper=ze;exports.Message=pt;exports.MessageAction=Pt;exports.MessageAttachments=nt;exports.MessageAttachmentsItem=st;exports.MessageAttachmentsItemIcon=ot;exports.MessageAttachmentsItemTitle=dt;exports.MessageAttachmentsList=rt;exports.MessageAttachmentsPreview=ct;exports.MessageAttachmentsPreviewBody=Ct;exports.MessageAttachmentsPreviewClose=ut;exports.MessageAttachmentsPreviewContent=lt;exports.MessageAttachmentsPreviewHeader=ht;exports.MessageAttachmentsPreviewOverlay=mt;exports.MessageAvatar=Je;exports.MessageAvatarContent=Xe;exports.MessageAvatarFallback=Ze;exports.MessageAvatarImage=et;exports.MessageContent=at;exports.MessageContentWrapper=it;exports.MessageHeader=Ge;exports.MessageLoading=Ye;exports.MessageName=tt;exports.MessageSourceItem=Ft;exports.MessageSourceItemBreadcrumbIcon=qn;exports.MessageSourceItemBreadcrumbs=kt;exports.MessageSourceItemDescription=xt;exports.MessageSourceItemDescriptionPart=ft;exports.MessageSourceItemIcon=It;exports.MessageSourceItemIndicator=Bt;exports.MessageSourceItemTag=St;exports.MessageSourceItemTitle=Mt;exports.MessageSources=_t;exports.MessageSourcesHeader=At;exports.MessageSourcesList=Et;exports.MessageToolAction=gt;exports.MessageToolActions=bt;exports.MessageToolbar=vt;exports.MessageWrapper=ce;exports.Messages=Te;exports.Root=Ae;exports.SendButton=wt;exports.SendButtonIcon=Lt;exports.TaglineBrandName=_i;exports.TaglineContainer=bi;exports.TaglineLogo=Pi;exports.TaglineText=gi;exports.ToolbarHeader=ke;exports.Workflow=Ue;exports.WorkflowIcon=Ke;exports.Workflows=$e;exports.WorkflowsLabel=Qe;exports.WorkflowsList=Ve;exports.Wrapper=Pe;
|
|
17
|
+
`);Y($)},share:async()=>{const $={visibility:"public",tags:[],userProperties:{},messages:p.messages.map(S=>({...S,createdAt:void 0,updatedAt:void 0,id:Date.now().toString()+S.id,conversationId:void 0}))},{apiKey:H,analyticsApiBaseUrl:D}=k,M=await qa.logConversation("",$,H,D);if(M){const Q=`${v.shareChatUrlBasePath}?${O.SHARE_QUERY_PARAM}=${M?.id}`;J(Q),y({eventName:"chat_share_button_clicked",properties:{sharedConversationId:M?.id,originalConversationId:p.id,sharedChatUrl:Q,conversation:M}})}},clear:o,stop:d},Ce={copy:R,share:N};return n.jsx(j.Tooltip,{delayDuration:0,open:Ce[e],children:n.jsx(Cr,{"data-type":e,"data-copied":l.dataAttr(R||N),className:`${r} ${e}`,children:n.jsx(le,{action:e}),onClick:u.composeEventHandlers(i,Z[e]),...s})})},pr=a.ikp("span",{_id:"aiChat__ChatActionLabel"}),le=t=>{const{action:e,...i}=t,{aiChatSettings:r}=C.useInkeepConfig(),s=r.toolbarButtonLabels??{},o={help:s.getHelp??"Get Help",copy:s.copyChat??"Copy",share:s.share??"Share",clear:s.clear??"Clear",stop:s.stop??"Stop"};return n.jsx(pr,{children:o[e],...i})},vr=a.ikp(j.TooltipContent,{_id:"aiChat__ChatActionFeeback"}),_i=t=>{const{action:e,children:i,...r}=t,s={copy:"Copied!",share:"Link copied!"};return n.jsxs(vr,{sideOffset:5,...r,children:[n.jsx(j.Arrow,{}),i||s[e]]})},br=a.ikp(T.Root,{_id:"aiChatHelpActions"}),Ai=t=>{const{children:e,...i}=t,{aiChatSettings:r}=C.useInkeepConfig(),{getHelpOptions:s}=r;if(!s||(s??[]).length===0)return null;const{_pinned:o,_unpinned:d}=s.reduce((p,v)=>{const k=v.isPinnedToToolbar?"_pinned":"_unpinned";return{...p,[k]:[...p[k],v]}},{_pinned:[],_unpinned:[]}),c=d.length===1?[...o,d[0]]:o,m=d.length===1?[]:d,h=te.useHelpMenuState();return n.jsx(te.HelpMenuProvider,{value:h,children:n.jsx(br,{open:h.open,onOpenChange:h.setOpen,children:l.maybeRender(e,{pinned:c,unpinned:m}),...i})})},gr=a.ikp(z,{_id:"aiChatHelpAction",action:"help"}),Pr=a.ikp("a",{_id:"aiChatHelpAction",target:"_blank",rel:"noreferrer"}),Ei=t=>{const{action:e,onClick:i,...r}=t,{handleAction:s,logHelpAction:o}=re.useChatAction(e),d=e.action.type,c={"aria-label":e.name,"data-name":e.name,children:e.name,onClick:u.composeEventHandlers(i,()=>{s(),o()}),...r};return d==="open_link"?n.jsx(Pr,{href:e.action.url,...c}):n.jsx(gr,{...c})},_r=a.ikp(T.Trigger,{_id:"aiChatHelpActions__Trigger"}),Fi=b.memo(t=>{const{aiChatSettings:e}=C.useInkeepConfig();return n.jsx(z,{action:"help",...t,asChild:!0,children:n.jsx(_r,{children:e.toolbarButtonLabels?.getHelp??"Get Help"})})}),Ar=a.ikp(T.Content,{_id:"aiChatHelpActions__Menu"}),ki=t=>n.jsx(Ar,{side:"top",sideOffset:8,align:"center",alignOffset:-10,...t}),Ii=a.ikp(T.Arrow,{_id:"aiChatHelpActions__MenuArrow"}),Mi=t=>{const{action:e,onClick:i,...r}=t,{handleAction:s,logHelpAction:o}=re.useChatAction(e),{setOpen:d}=te.useHelpMenu(),c=()=>{s({onOpenForm:()=>d(!1)}),o()},m=e.action.type,h=a.ikp(m==="open_link"?"a":"button",{_id:"aiChatHelpActions__MenuItem",children:e.name,"aria-label":e.name,"data-name":e.name,"data-type":e.action.type,...m==="open_link"&&{href:e.action.url,target:"_blank",rel:"noopener"},onClick:u.composeEventHandlers(i,c)});return n.jsx(h,{...r})},Er=a.ikp(x.BuiltInIconRenderer,{_id:"aiChatHelpActions_MenuItemIcon"}),Si=t=>{const{action:e,...i}=t;return e.icon?n.jsx(Er,{iconSettings:e.icon,...i}):null},Fr=a.ikp(_.Root,{_id:"aiChatFeedbackModal"}),xi=t=>{const{onOpenChange:e,...i}=t,{currentFeedback:r,setCurrentFeedback:s}=ne.useMessageFeedback();return n.jsx(Fr,{open:r!==null,onOpenChange:u.composeEventHandlers(e,()=>s(null)),...i})},Bi=a.ikp(_.Overlay,{_id:"aiChatFeedbackModal__Overlay"}),fi=a.ikp(_.Content,{_id:"aiChatFeedbackModal__Content","aria-describedby":void 0}),Ti=a.ikp(_.Title,{_id:"aiChatFeedbackModal__Header",children:"Help improve my answers!"}),ji=a.ikp(_.Close,{_id:"aiChatFeedbackModal__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),yi=a.ikp("div",{_id:"aiChatFeedbackModal__Body"}),kr=a.ikp("form",{_id:"aiChatFeedbackForm"}),Hi=t=>{const{onSubmit:e,...i}=t,{submitNegativeFeedback:r,currentFeedback:s,setCurrentFeedback:o}=ne.useMessageFeedback(),d=c=>{c.preventDefault();const m=c.target,h=new FormData(m),p=Object.fromEntries(h.entries());s&&(r(s,p),o(null))};return n.jsx(kr,{onSubmit:u.composeEventHandlers(e,d),...i})},Ir=a.ikp("div",{_id:"aiChatFeedbackItem"}),wi=t=>{const{name:e,...i}=t;return n.jsx(U.FeedbackItemProvider,{name:e,children:n.jsx(Ir,{...i})})},Mr=a.ikp(K.Root,{_id:"aiChatFeedbackItem__Checkbox"}),Li=t=>{const{name:e,focusItem:i}=U.useFeedbackItem(),{onCheckedChange:r,...s}=t,o=d=>{d&&i?.current?.focus()};return n.jsx(Mr,{id:`feedback-${e}`,name:e,onCheckedChange:u.composeEventHandlers(r,o),...s})},Di=a.ikp(K.Indicator,{_id:"aiChatFeedbackItem__CheckboxIndicator",children:n.jsx(be.CheckboxIcon,{})}),Sr=a.ikp("label",{_id:"aiChatFeedbackItem__Label"}),Oi=t=>{const{name:e}=U.useFeedbackItem(),i={unrelated_response:"Didn't answer my question",inaccurate_statement:"Inaccurate statement",inaccurate_code_snippet:"Inaccurate code snippet",irrelevant_citations:"Irrelevant citations"};return n.jsx(Sr,{htmlFor:`feedback-${e}`,children:i[e],...t})},xr=a.ikp("textarea",{_id:"aiChatFeedbackItem__Description",placeholder:"Please describe"}),qi=t=>{const{name:e,focusItem:i}=U.useFeedbackItem();return n.jsx(xr,{ref:i,name:`${e}:description`,...t})},Wi=a.ikp("button",{_id:"aiChatFeedbackForm__SubmitButton",children:"Submit",type:"submit"}),Br=a.ikp("div",{_id:"aiChatForm__Wrapper"}),Ri=t=>{const{form:e}=A.useChatForm();return e?n.jsx(Br,{...t}):null},fr=a.ikp("form",{_id:"aiChatForm"}),Ni=t=>{const{onSubmit:e,...i}=t,{handleSubmit:r,isSuccess:s}=A.useChatForm();return s?null:n.jsx(fr,{onSubmit:u.composeEventHandlers(e,r),...i})},Tr=a.ikp("button",{_id:"aiChatForm__Close",children:n.jsx(E.CustomIcon,{iconKey:"close"})}),$i=t=>{const{onClick:e,...i}=t,{closeForm:r}=A.useChatForm();return n.jsx(Tr,{onClick:u.composeEventHandlers(e,r),...i})},Qi=a.ikp("div",{_id:"aiChatForm__Header"}),jr=a.ikp("h2",{_id:"aiChatForm__Heading"}),Vi=t=>{const{form:e}=A.useChatForm();return e?.heading?n.jsx(jr,{children:e.heading,...t}):null},yr=a.ikp("span",{_id:"aiChatForm__Description"}),Ui=t=>{const{form:e}=A.useChatForm();return e?.description?n.jsx(yr,{children:e.description,...t}):null},Hr=a.ikp("div",{_id:"aiChatForm__Content"}),Ki=t=>{const{children:e,...i}=t,{fields:r=[]}=A.useChatForm();return n.jsx(Hr,{children:l.maybeRender(e,r),...i})},wr=a.ikp("div",{_id:"aiChatForm__Field"}),zi=t=>{const{field:e,autoFocus:i,...r}=t,{control:s,errors:o}=A.useChatForm();return n.jsx(Ha.Controller,{name:e.name,control:s,rules:{required:e.isRequired?`${e.label} is required.`:void 0},render:({field:d})=>{const c=d.value!==void 0||e.inputType==="file";return n.jsx(f.FormFieldProvider,{"data-invalid":l.dataAttr(!!o[e.name]),field:e,fieldProps:d,autoFocus:i,children:c&&n.jsx(wr,{"data-input-type":e.inputType,"data-hidden":l.dataAttr(e.isHidden),...r})})}})},Lr=a.ikp("label",{_id:"aiChatForm__FieldLabel"}),Gi=t=>{const{field:e}=f.useFormField();return n.jsx(Lr,{"data-required":l.dataAttr(e.isRequired),htmlFor:e.name,children:e.label,...t})},Dr=a.ikp("input",{_id:"aiChatForm__FieldText",type:"text"}),G=t=>{const{field:e,error:i,fieldProps:{onChange:r,onBlur:s,...o},autoFocus:d}=f.useFormField(),{onChange:c,onBlur:m,...h}=t;return n.jsx(Dr,{id:e.name,autoFocus:d,placeholder:"placeholder"in e?e.placeholder:void 0,"data-invalid":l.dataAttr(!!i),onChange:u.composeEventHandlers(c,r),onBlur:u.composeEventHandlers(m,s),...o,...h})},Yi=a.ikp(G,{_id:"aiChatForm__FieldEmail",type:"email"}),Or=a.ikp("input",{_id:"aiChatForm__FieldFile",type:"file",multiple:!0}),Ji=t=>{const{field:e,error:i,fieldProps:{value:r,onChange:s,onBlur:o,...d},autoFocus:c}=f.useFormField(),{onChange:m,onBlur:h,...p}=t,v=k=>{const y=k.target.files;s(y)};return n.jsx(Or,{id:e.name,autoFocus:c,"data-value":r,"data-invalid":l.dataAttr(!!i),...p,...d,onChange:u.composeEventHandlers(m,v),onBlur:u.composeEventHandlers(h,o)})},Xi=a.ikp(G,{_id:"aiChatForm__FieldTextArea",type:"textarea",asChild:!0,children:n.jsx(ie,{maxRows:8})}),qr=a.ikp(K.Root,{_id:"aiChatForm__FieldCheckbox"}),Zi=t=>{const{field:e,error:i,fieldProps:r,autoFocus:s}=f.useFormField(),{onCheckedChange:o,...d}=t;return n.jsx(qr,{id:e.name,name:e.name,autoFocus:s,"data-invalid":l.dataAttr(!!i),checked:r.value,onCheckedChange:u.composeEventHandlers(o,r.onChange),...d})},ea=a.ikp(K.Indicator,{_id:"aiChatForm__FieldCheckboxIndicator",children:n.jsx(be.CheckboxIcon,{})}),Wr=a.ikp(I.Root,{_id:"aiChatForm__FieldSelect"}),ta=t=>{const{field:e,error:i,fieldProps:r}=f.useFormField(),{onValueChange:s,...o}=t;return n.jsx(Wr,{name:e.name,"data-invalid":l.dataAttr(!!i),value:r.value,onValueChange:u.composeEventHandlers(s,r.onChange),...o})},ia=a.ikp(I.Trigger,{_id:"aiChatForm__FieldSelect__Trigger"}),Rr=a.ikp(I.Value,{_id:"aiChatForm__FieldSelect__Value"}),aa=t=>{const{field:e}=f.useFormField();return n.jsx(Rr,{placeholder:"placeholder"in e?e.placeholder:void 0,...t})},na=a.ikp(I.Icon,{_id:"aiChatForm__FieldSelect__Icon",asChild:!0,children:n.jsx(x.BuiltInIconRenderer,{iconSettings:{builtIn:"LuChevronDown"}})}),ra=a.ikp(I.Content,{_id:"aiChatForm__FieldSelect__Content",position:"popper"}),sa=a.ikp(I.Viewport,{_id:"aiChatForm__FieldSelect__Viewport"}),oa=a.ikp(I.Item,{_id:"aiChatForm__FieldSelect__Item"}),da=a.ikp(I.ItemText,{_id:"aiChatForm__FieldSelect__ItemText"}),ca=a.ikp(I.ItemIndicator,{_id:"aiChatForm__FieldSelect__ItemIndicator",asChild:!0,children:n.jsx(x.BuiltInIconRenderer,{iconSettings:{builtIn:"LuCheck"}})}),Nr=a.ikp("span",{_id:"aiChatForm__FieldError"}),ma=t=>{const{error:e}=f.useFormField();return e?n.jsx(Nr,{children:e.message?.toString(),...t}):null},$r=a.ikp("span",{_id:"aiChatForm__Error"}),la=t=>{const{formError:e}=A.useChatForm();return e?n.jsx($r,{children:e.message,...t}):null},ha=a.ikp("div",{_id:"aiChatForm__Footer"}),Qr=a.ikp("button",{_id:"aiChatForm__Cancel",children:"Cancel"}),ua=t=>{const{onClick:e,...i}=t,{closeForm:r}=A.useChatForm();return n.jsx(Qr,{onClick:u.composeEventHandlers(e,r),...i})},Vr=a.ikp("button",{_id:"aiChatForm__Submit",children:"Submit",type:"submit"}),Ca=t=>{const{onClick:e,...i}=t,{isSubmitting:r}=A.useChatForm();return n.jsx(Vr,{disabled:r,...i})},Ur=a.ikp("div",{_id:"aiChatForm__Success"}),pa=t=>{const{isSuccess:e}=A.useChatForm();return e?n.jsx(Ur,{...t}):null},Kr=a.ikp("h2",{_id:"aiChatForm__SuccessHeading"}),va=t=>{const{form:e}=A.useChatForm();return n.jsx(Kr,{children:e?.successView.heading,...t})},zr=a.ikp(ae.Markdown,{_id:"aiChatForm__SuccessMessage"}),ba=t=>{const{form:e}=A.useChatForm();return n.jsx(zr,{children:e?.successView.message,...t})},Gr=a.ikp("button",{_id:"aiChatForm__SuccessButton"}),ga=t=>{const{onClick:e,...i}=t,{form:r,closeForm:s}=A.useChatForm(),o=r?.successView?.doneButton;if(!o)return null;const d=o.icon&&n.jsx(x.BuiltInIconRenderer,{iconSettings:o.icon}),c=o.label;return n.jsx(Gr,{onClick:u.composeEventHandlers(e,s),children:n.jsxs(n.Fragment,{children:[d,c]}),...i})};exports.Provider=g.ChatProvider;exports.ActionBar=Ci;exports.Actions=pi;exports.AttachmentsBar=Lt;exports.AttachmentsBarActions=Nt;exports.AttachmentsBarAttachment=Ot;exports.AttachmentsBarAttachmentDelete=Rt;exports.AttachmentsBarAttachmentIcon=qt;exports.AttachmentsBarAttachmentTitle=Wt;exports.AttachmentsBarForm=ni;exports.AttachmentsBarFormContent=ci;exports.AttachmentsBarFormContentError=hi;exports.AttachmentsBarFormContentInput=li;exports.AttachmentsBarFormContentLabel=mi;exports.AttachmentsBarFormSubmitButton=ui;exports.AttachmentsBarFormTitle=ri;exports.AttachmentsBarFormTitleError=di;exports.AttachmentsBarFormTitleInput=oi;exports.AttachmentsBarFormTitleLabel=si;exports.AttachmentsBarInfoTip=$t;exports.AttachmentsBarInfoTipArrow=me;exports.AttachmentsBarInfoTipIcon=Qt;exports.AttachmentsBarInfoTipText=Vt;exports.AttachmentsBarInput=Kt;exports.AttachmentsBarInputIcon=zt;exports.AttachmentsBarInputs=Ut;exports.AttachmentsBarList=Dt;exports.AttachmentsBarModal=Gt;exports.AttachmentsBarModalBody=ai;exports.AttachmentsBarModalClose=ii;exports.AttachmentsBarModalContent=Jt;exports.AttachmentsBarModalDescription=ei;exports.AttachmentsBarModalHeader=Xt;exports.AttachmentsBarModalHeading=Zt;exports.AttachmentsBarModalHelp=ti;exports.AttachmentsBarModalOverlay=Yt;exports.ChatAction=z;exports.ChatActionFeedback=_i;exports.ChatActionLabel=le;exports.ChatHelpAction=Ei;exports.Content=ke;exports.ContentScrollArea=Ie;exports.ContentScrollAreaCorner=Be;exports.ContentScrollAreaScrollbar=Se;exports.ContentScrollAreaThumb=xe;exports.ContentScrollAreaViewport=Me;exports.ConversationLoading=Pe;exports.Disclaimer=Te;exports.DisclaimerArrow=Le;exports.DisclaimerContent=He;exports.DisclaimerLabel=je;exports.DisclaimerText=we;exports.DisclaimerTrigger=ye;exports.EmbeddedChatPrimitiveActionBar=Ci;exports.EmbeddedChatPrimitiveActions=pi;exports.EmbeddedChatPrimitiveAttachmentsBar=Lt;exports.EmbeddedChatPrimitiveAttachmentsBarActions=Nt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachment=Ot;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentDelete=Rt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentIcon=qt;exports.EmbeddedChatPrimitiveAttachmentsBarAttachmentTitle=Wt;exports.EmbeddedChatPrimitiveAttachmentsBarForm=ni;exports.EmbeddedChatPrimitiveAttachmentsBarFormContent=ci;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentError=hi;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentInput=li;exports.EmbeddedChatPrimitiveAttachmentsBarFormContentLabel=mi;exports.EmbeddedChatPrimitiveAttachmentsBarFormSubmitButton=ui;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitle=ri;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleError=di;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleInput=oi;exports.EmbeddedChatPrimitiveAttachmentsBarFormTitleLabel=si;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTip=$t;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipArrow=me;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipIcon=Qt;exports.EmbeddedChatPrimitiveAttachmentsBarInfoTipText=Vt;exports.EmbeddedChatPrimitiveAttachmentsBarInput=Kt;exports.EmbeddedChatPrimitiveAttachmentsBarInputIcon=zt;exports.EmbeddedChatPrimitiveAttachmentsBarInputs=Ut;exports.EmbeddedChatPrimitiveAttachmentsBarList=Dt;exports.EmbeddedChatPrimitiveAttachmentsBarModal=Gt;exports.EmbeddedChatPrimitiveAttachmentsBarModalBody=ai;exports.EmbeddedChatPrimitiveAttachmentsBarModalClose=ii;exports.EmbeddedChatPrimitiveAttachmentsBarModalContent=Jt;exports.EmbeddedChatPrimitiveAttachmentsBarModalDescription=ei;exports.EmbeddedChatPrimitiveAttachmentsBarModalHeader=Xt;exports.EmbeddedChatPrimitiveAttachmentsBarModalHeading=Zt;exports.EmbeddedChatPrimitiveAttachmentsBarModalHelp=ti;exports.EmbeddedChatPrimitiveAttachmentsBarModalOverlay=Yt;exports.EmbeddedChatPrimitiveChatAction=z;exports.EmbeddedChatPrimitiveChatActionFeedback=_i;exports.EmbeddedChatPrimitiveChatActionLabel=le;exports.EmbeddedChatPrimitiveChatHelpAction=Ei;exports.EmbeddedChatPrimitiveContent=ke;exports.EmbeddedChatPrimitiveContentScrollArea=Ie;exports.EmbeddedChatPrimitiveContentScrollAreaCorner=Be;exports.EmbeddedChatPrimitiveContentScrollAreaScrollbar=Se;exports.EmbeddedChatPrimitiveContentScrollAreaThumb=xe;exports.EmbeddedChatPrimitiveContentScrollAreaViewport=Me;exports.EmbeddedChatPrimitiveConversationLoading=Pe;exports.EmbeddedChatPrimitiveDisclaimer=Te;exports.EmbeddedChatPrimitiveDisclaimerArrow=Le;exports.EmbeddedChatPrimitiveDisclaimerContent=He;exports.EmbeddedChatPrimitiveDisclaimerLabel=je;exports.EmbeddedChatPrimitiveDisclaimerText=we;exports.EmbeddedChatPrimitiveDisclaimerTrigger=ye;exports.EmbeddedChatPrimitiveExampleQuestion=We;exports.EmbeddedChatPrimitiveExampleQuestionButton=Re;exports.EmbeddedChatPrimitiveExampleQuestions=De;exports.EmbeddedChatPrimitiveExampleQuestionsLabel=Oe;exports.EmbeddedChatPrimitiveExampleQuestionsList=qe;exports.EmbeddedChatPrimitiveFeedbackForm=Hi;exports.EmbeddedChatPrimitiveFeedbackItem=wi;exports.EmbeddedChatPrimitiveFeedbackItemCheckbox=Li;exports.EmbeddedChatPrimitiveFeedbackItemCheckboxIndicator=Di;exports.EmbeddedChatPrimitiveFeedbackItemDescription=qi;exports.EmbeddedChatPrimitiveFeedbackItemLabel=Oi;exports.EmbeddedChatPrimitiveFeedbackModal=xi;exports.EmbeddedChatPrimitiveFeedbackModalBody=yi;exports.EmbeddedChatPrimitiveFeedbackModalClose=ji;exports.EmbeddedChatPrimitiveFeedbackModalContent=fi;exports.EmbeddedChatPrimitiveFeedbackModalHeader=Ti;exports.EmbeddedChatPrimitiveFeedbackModalOverlay=Bi;exports.EmbeddedChatPrimitiveFeedbackSubmitButton=Wi;exports.EmbeddedChatPrimitiveFooter=ft;exports.EmbeddedChatPrimitiveForm=Ni;exports.EmbeddedChatPrimitiveFormCancel=ua;exports.EmbeddedChatPrimitiveFormClose=$i;exports.EmbeddedChatPrimitiveFormContent=Ki;exports.EmbeddedChatPrimitiveFormDescription=Ui;exports.EmbeddedChatPrimitiveFormError=la;exports.EmbeddedChatPrimitiveFormField=zi;exports.EmbeddedChatPrimitiveFormFieldCheckbox=Zi;exports.EmbeddedChatPrimitiveFormFieldCheckboxIndicator=ea;exports.EmbeddedChatPrimitiveFormFieldEmail=Yi;exports.EmbeddedChatPrimitiveFormFieldError=ma;exports.EmbeddedChatPrimitiveFormFieldFile=Ji;exports.EmbeddedChatPrimitiveFormFieldLabel=Gi;exports.EmbeddedChatPrimitiveFormFieldSelect=ta;exports.EmbeddedChatPrimitiveFormFieldSelectContent=ra;exports.EmbeddedChatPrimitiveFormFieldSelectIcon=na;exports.EmbeddedChatPrimitiveFormFieldSelectItem=oa;exports.EmbeddedChatPrimitiveFormFieldSelectItemIndicator=ca;exports.EmbeddedChatPrimitiveFormFieldSelectItemText=da;exports.EmbeddedChatPrimitiveFormFieldSelectTrigger=ia;exports.EmbeddedChatPrimitiveFormFieldSelectValue=aa;exports.EmbeddedChatPrimitiveFormFieldSelectViewport=sa;exports.EmbeddedChatPrimitiveFormFieldText=G;exports.EmbeddedChatPrimitiveFormFieldTextArea=Xi;exports.EmbeddedChatPrimitiveFormFooter=ha;exports.EmbeddedChatPrimitiveFormHeader=Qi;exports.EmbeddedChatPrimitiveFormHeading=Vi;exports.EmbeddedChatPrimitiveFormSubmit=Ca;exports.EmbeddedChatPrimitiveFormSuccess=pa;exports.EmbeddedChatPrimitiveFormSuccessButton=ga;exports.EmbeddedChatPrimitiveFormSuccessHeading=va;exports.EmbeddedChatPrimitiveFormSuccessMessage=ba;exports.EmbeddedChatPrimitiveFormWrapper=Ri;exports.EmbeddedChatPrimitiveHeaderToolbar=Ae;exports.EmbeddedChatPrimitiveHelpActions=Ai;exports.EmbeddedChatPrimitiveHelpActionsMenu=ki;exports.EmbeddedChatPrimitiveHelpActionsMenuArrow=Ii;exports.EmbeddedChatPrimitiveHelpActionsMenuItem=Mi;exports.EmbeddedChatPrimitiveHelpActionsMenuItemIcon=Si;exports.EmbeddedChatPrimitiveHelpActionsTrigger=Fi;exports.EmbeddedChatPrimitiveInput=yt;exports.EmbeddedChatPrimitiveInputFieldset=Tt;exports.EmbeddedChatPrimitiveInputGroup=jt;exports.EmbeddedChatPrimitiveIntroMessageWrapper=Ke;exports.EmbeddedChatPrimitiveMessage=Ct;exports.EmbeddedChatPrimitiveMessageAction=gt;exports.EmbeddedChatPrimitiveMessageAttachments=at;exports.EmbeddedChatPrimitiveMessageAttachmentsItem=rt;exports.EmbeddedChatPrimitiveMessageAttachmentsItemIcon=st;exports.EmbeddedChatPrimitiveMessageAttachmentsItemTitle=ot;exports.EmbeddedChatPrimitiveMessageAttachmentsList=nt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreview=dt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewBody=ut;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewClose=ht;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewContent=mt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewHeader=lt;exports.EmbeddedChatPrimitiveMessageAttachmentsPreviewOverlay=ct;exports.EmbeddedChatPrimitiveMessageAvatar=Ye;exports.EmbeddedChatPrimitiveMessageAvatarContent=Je;exports.EmbeddedChatPrimitiveMessageAvatarFallback=Xe;exports.EmbeddedChatPrimitiveMessageAvatarImage=Ze;exports.EmbeddedChatPrimitiveMessageContent=it;exports.EmbeddedChatPrimitiveMessageContentWrapper=tt;exports.EmbeddedChatPrimitiveMessageHeader=ze;exports.EmbeddedChatPrimitiveMessageLoading=Ge;exports.EmbeddedChatPrimitiveMessageName=et;exports.EmbeddedChatPrimitiveMessageSourceItem=Et;exports.EmbeddedChatPrimitiveMessageSourceItemBreadcrumbs=Ft;exports.EmbeddedChatPrimitiveMessageSourceItemDescription=St;exports.EmbeddedChatPrimitiveMessageSourceItemDescriptionPart=xt;exports.EmbeddedChatPrimitiveMessageSourceItemIcon=kt;exports.EmbeddedChatPrimitiveMessageSourceItemIndicator=Bt;exports.EmbeddedChatPrimitiveMessageSourceItemTag=Mt;exports.EmbeddedChatPrimitiveMessageSourceItemTitle=It;exports.EmbeddedChatPrimitiveMessageSources=Pt;exports.EmbeddedChatPrimitiveMessageSourcesHeader=_t;exports.EmbeddedChatPrimitiveMessageSourcesList=At;exports.EmbeddedChatPrimitiveMessageToolAction=bt;exports.EmbeddedChatPrimitiveMessageToolActions=vt;exports.EmbeddedChatPrimitiveMessageToolbar=pt;exports.EmbeddedChatPrimitiveMessageWrapper=ce;exports.EmbeddedChatPrimitiveMessages=fe;exports.EmbeddedChatPrimitiveRoot=_e;exports.EmbeddedChatPrimitiveSendButton=Ht;exports.EmbeddedChatPrimitiveSendButtonIcon=wt;exports.EmbeddedChatPrimitiveTaglineBrandName=Pi;exports.EmbeddedChatPrimitiveTaglineContainer=vi;exports.EmbeddedChatPrimitiveTaglineLogo=gi;exports.EmbeddedChatPrimitiveTaglineText=bi;exports.EmbeddedChatPrimitiveToolbarHeader=Fe;exports.EmbeddedChatPrimitiveToolbarHeaderWrapper=Ee;exports.EmbeddedChatPrimitiveWorkflow=Ve;exports.EmbeddedChatPrimitiveWorkflowIcon=Ue;exports.EmbeddedChatPrimitiveWorkflows=Ne;exports.EmbeddedChatPrimitiveWorkflowsLabel=$e;exports.EmbeddedChatPrimitiveWorkflowsList=Qe;exports.EmbeddedChatPrimitiveWrapper=ge;exports.ExampleQuestion=We;exports.ExampleQuestionButton=Re;exports.ExampleQuestions=De;exports.ExampleQuestionsLabel=Oe;exports.ExampleQuestionsList=qe;exports.FeedbackForm=Hi;exports.FeedbackItem=wi;exports.FeedbackItemCheckbox=Li;exports.FeedbackItemCheckboxIndicator=Di;exports.FeedbackItemDescription=qi;exports.FeedbackItemLabel=Oi;exports.FeedbackModal=xi;exports.FeedbackModalBody=yi;exports.FeedbackModalClose=ji;exports.FeedbackModalContent=fi;exports.FeedbackModalHeader=Ti;exports.FeedbackModalOverlay=Bi;exports.FeedbackSubmitButton=Wi;exports.Footer=ft;exports.Form=Ni;exports.FormCancel=ua;exports.FormClose=$i;exports.FormContent=Ki;exports.FormDescription=Ui;exports.FormError=la;exports.FormField=zi;exports.FormFieldCheckbox=Zi;exports.FormFieldCheckboxIndicator=ea;exports.FormFieldEmail=Yi;exports.FormFieldError=ma;exports.FormFieldFile=Ji;exports.FormFieldLabel=Gi;exports.FormFieldSelect=ta;exports.FormFieldSelectContent=ra;exports.FormFieldSelectIcon=na;exports.FormFieldSelectItem=oa;exports.FormFieldSelectItemIndicator=ca;exports.FormFieldSelectItemText=da;exports.FormFieldSelectTrigger=ia;exports.FormFieldSelectValue=aa;exports.FormFieldSelectViewport=sa;exports.FormFieldText=G;exports.FormFieldTextArea=Xi;exports.FormFooter=ha;exports.FormHeader=Qi;exports.FormHeading=Vi;exports.FormSubmit=Ca;exports.FormSuccess=pa;exports.FormSuccessButton=ga;exports.FormSuccessHeading=va;exports.FormSuccessMessage=ba;exports.FormWrapper=Ri;exports.Header=Ka;exports.HeaderToolbar=Ae;exports.HeaderToolbarWrapper=Ee;exports.HelpActions=Ai;exports.HelpActionsMenu=ki;exports.HelpActionsMenuArrow=Ii;exports.HelpActionsMenuItem=Mi;exports.HelpActionsMenuItemIcon=Si;exports.HelpActionsTrigger=Fi;exports.Input=yt;exports.InputFieldset=Tt;exports.InputGroup=jt;exports.IntroMessageWrapper=Ke;exports.Message=Ct;exports.MessageAction=gt;exports.MessageAttachments=at;exports.MessageAttachmentsItem=rt;exports.MessageAttachmentsItemIcon=st;exports.MessageAttachmentsItemTitle=ot;exports.MessageAttachmentsList=nt;exports.MessageAttachmentsPreview=dt;exports.MessageAttachmentsPreviewBody=ut;exports.MessageAttachmentsPreviewClose=ht;exports.MessageAttachmentsPreviewContent=mt;exports.MessageAttachmentsPreviewHeader=lt;exports.MessageAttachmentsPreviewOverlay=ct;exports.MessageAvatar=Ye;exports.MessageAvatarContent=Je;exports.MessageAvatarFallback=Xe;exports.MessageAvatarImage=Ze;exports.MessageContent=it;exports.MessageContentWrapper=tt;exports.MessageHeader=ze;exports.MessageLoading=Ge;exports.MessageName=et;exports.MessageSourceItem=Et;exports.MessageSourceItemBreadcrumbIcon=Wn;exports.MessageSourceItemBreadcrumbs=Ft;exports.MessageSourceItemDescription=St;exports.MessageSourceItemDescriptionPart=xt;exports.MessageSourceItemIcon=kt;exports.MessageSourceItemIndicator=Bt;exports.MessageSourceItemTag=Mt;exports.MessageSourceItemTitle=It;exports.MessageSources=Pt;exports.MessageSourcesHeader=_t;exports.MessageSourcesList=At;exports.MessageToolAction=bt;exports.MessageToolActions=vt;exports.MessageToolbar=pt;exports.MessageWrapper=ce;exports.Messages=fe;exports.Root=_e;exports.SendButton=Ht;exports.SendButtonIcon=wt;exports.TaglineBrandName=Pi;exports.TaglineContainer=vi;exports.TaglineLogo=gi;exports.TaglineText=bi;exports.ToolbarHeader=Fe;exports.Workflow=Ve;exports.WorkflowIcon=Ue;exports.Workflows=Ne;exports.WorkflowsLabel=$e;exports.WorkflowsList=Qe;exports.Wrapper=ge;
|