UNPKG

@empathyco/x-components

Version:
96 lines (91 loc) 2.97 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [AiOverview](./x-components.aioverview.md) ## AiOverview variable **Signature:** ```typescript _default: import("vue").DefineComponent<{ title: { type: StringConstructor; }; titleLoading: { type: StringConstructor; default: string; }; expandText: { type: StringConstructor; default: string; }; collapseText: { type: StringConstructor; default: string; }; autoExpandInSearchNoResults: { type: BooleanConstructor; default: boolean; }; contentClasses: { type: StringConstructor; }; slidingPanelsClasses: { type: StringConstructor; }; slidingPanelContainersClasses: { type: StringConstructor; }; slidingPanelButtonsClasses: { type: StringConstructor; }; }, { aiOverviewRef: import("vue").Ref<HTMLDivElement | null>; buttonText: import("vue").ComputedRef<string>; emptyTaggingRequest: TaggingRequest; expanded: import("vue").Ref<boolean>; parsedResponseText: import("vue").ComputedRef<string | Promise<string>>; suggestionsLoading: import("vue").ComputedRef<boolean>; suggestionsSearch: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionSearch[]>; suggestionText: import("vue").ComputedRef<string>; emitAndSetExpand: (isExpanded: boolean) => void; shouldAnimateSuggestion: import("vue").Ref<boolean>; query: import("vue").ComputedRef<string>; tagging: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionTagging | undefined>; isNoResults: import("vue").ComputedRef<boolean>; queries: import("vue").ComputedRef<import("@empathyco/x-types").AiSuggestionQuery[]>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ title: { type: StringConstructor; }; titleLoading: { type: StringConstructor; default: string; }; expandText: { type: StringConstructor; default: string; }; collapseText: { type: StringConstructor; default: string; }; autoExpandInSearchNoResults: { type: BooleanConstructor; default: boolean; }; contentClasses: { type: StringConstructor; }; slidingPanelsClasses: { type: StringConstructor; }; slidingPanelContainersClasses: { type: StringConstructor; }; slidingPanelButtonsClasses: { type: StringConstructor; }; }>>, { titleLoading: string; expandText: string; collapseText: string; autoExpandInSearchNoResults: boolean; }, {}> ```