@aitronos/freddy-plugins 0.4.57 → 0.4.59

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.
Files changed (293) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/README.md +224 -27
  3. package/dist/freddy-plugins.css +1 -1
  4. package/dist/{icons-Lnvg2xiB.js → icons-Be1wtE70.js} +2066 -2000
  5. package/dist/icons-Be1wtE70.js.map +1 -0
  6. package/dist/icons-CCfXKsmx.cjs +2 -0
  7. package/dist/icons-CCfXKsmx.cjs.map +1 -0
  8. package/dist/index.cjs +6 -6
  9. package/dist/index.cjs.map +1 -1
  10. package/dist/index.d.ts +6 -4389
  11. package/dist/index.js +2252 -2234
  12. package/dist/index.js.map +1 -1
  13. package/dist/src/App.vue.d.ts +2 -0
  14. package/dist/src/animations/AnimeSpaceman.vue.d.ts +8 -0
  15. package/dist/src/animations/index.d.ts +1 -0
  16. package/dist/src/assets/logos/index.d.ts +4 -0
  17. package/dist/src/components/AdvancedModal.vue.d.ts +23 -0
  18. package/dist/src/components/Assistant/AssistantField.vue.d.ts +13 -0
  19. package/dist/src/components/Assistant/AssistantList.vue.d.ts +10 -0
  20. package/dist/src/components/Assistant/AssistantsHeader.vue.d.ts +17 -0
  21. package/dist/src/components/Assistant/AvatarChoosing.vue.d.ts +16 -0
  22. package/dist/src/components/Assistant/AvatarList.vue.d.ts +30 -0
  23. package/dist/src/components/Assistant/ChooseAssistantAvatar.vue.d.ts +77 -0
  24. package/dist/src/components/Assistant/RulesManagement.vue.d.ts +28 -0
  25. package/dist/src/components/Assistant/VectorFrame.vue.d.ts +15 -0
  26. package/dist/src/components/Assistant/VectorSection.vue.d.ts +31 -0
  27. package/dist/src/components/Assistant/VoiceList.vue.d.ts +27 -0
  28. package/dist/src/components/Assistant/VoiceSelection.vue.d.ts +12 -0
  29. package/dist/src/components/Buttons/BaseButton.vue.d.ts +25 -0
  30. package/dist/src/components/Buttons/SocialButtons.vue.d.ts +13 -0
  31. package/dist/src/components/Buttons/index.d.ts +2 -0
  32. package/dist/src/components/CodeBlock.vue.d.ts +6 -0
  33. package/dist/src/components/ConfirmationModal.vue.d.ts +28 -0
  34. package/dist/src/components/CustomCheckbox.vue.d.ts +13 -0
  35. package/dist/src/components/DeleteConfirmationModal.vue.d.ts +28 -0
  36. package/dist/src/components/Descriptions.vue.d.ts +85 -0
  37. package/dist/src/components/DiffTextarea.vue.d.ts +21 -0
  38. package/dist/src/components/Dropdown.vue.d.ts +75 -0
  39. package/dist/src/components/EditFeaturedExcerptModal.vue.d.ts +161 -0
  40. package/dist/src/components/EmailCodeVerification.vue.d.ts +20 -0
  41. package/dist/src/components/InputField/BaseInput.vue.d.ts +46 -0
  42. package/dist/src/components/InputField/CardInput.vue.d.ts +77 -0
  43. package/dist/src/components/InputField/DefaultInput.vue.d.ts +39 -0
  44. package/dist/src/components/InputField/InputField.vue.d.ts +74 -0
  45. package/dist/src/components/InputField/PhoneInput.vue.d.ts +75 -0
  46. package/dist/src/components/InputField/index.d.ts +5 -0
  47. package/dist/src/components/Instructions/InstructionsModal.vue.d.ts +12 -0
  48. package/dist/src/components/Instructions/InstructiontextArea.vue.d.ts +11 -0
  49. package/dist/src/components/ModalOverlay.vue.d.ts +26 -0
  50. package/dist/src/components/ModelDropdown.vue.d.ts +23 -0
  51. package/dist/src/components/OutputModeModal.vue.d.ts +61 -0
  52. package/dist/src/components/Pagination.vue.d.ts +42 -0
  53. package/dist/src/components/SearchInput.vue.d.ts +26 -0
  54. package/dist/src/components/SendButton.vue.d.ts +7 -0
  55. package/dist/src/components/SimpleChatInterface.vue.d.ts +48 -0
  56. package/dist/src/components/SkeletonLoader.vue.d.ts +8 -0
  57. package/dist/src/components/Slider.vue.d.ts +19 -0
  58. package/dist/src/components/SnackBar.vue.d.ts +2 -0
  59. package/dist/src/components/Spinner.vue.d.ts +5 -0
  60. package/dist/src/components/Switch.vue.d.ts +11 -0
  61. package/dist/src/components/SwitchSlot.vue.d.ts +22 -0
  62. package/dist/src/components/TabList.vue.d.ts +9 -0
  63. package/dist/src/components/Tabs/BaseTabButton.vue.d.ts +12 -0
  64. package/dist/src/components/Tabs/index.d.ts +5 -0
  65. package/dist/src/components/TextAreaInputField.vue.d.ts +266 -0
  66. package/dist/src/components/ToastMessage.vue.d.ts +2 -0
  67. package/dist/src/components/Tooltip.vue.d.ts +32 -0
  68. package/dist/src/components/TooltipV2.vue.d.ts +41 -0
  69. package/dist/src/components/index.d.ts +50 -0
  70. package/dist/src/composables/index.d.ts +4 -0
  71. package/dist/src/composables/useErrorHandler.d.ts +46 -0
  72. package/dist/src/composables/usePerformance.d.ts +54 -0
  73. package/dist/src/composables/useTheme.d.ts +37 -0
  74. package/dist/src/config/api.config.d.ts +31 -0
  75. package/dist/src/config/colors/brands/contentplate.colors.d.ts +3 -0
  76. package/dist/src/config/colors/brands/flowplate.colors.d.ts +3 -0
  77. package/dist/src/config/colors/brands/freddy.colors.d.ts +3 -0
  78. package/dist/src/config/colors/color-system.d.ts +58 -0
  79. package/dist/src/config/colors/index.d.ts +12 -0
  80. package/dist/src/config/colors/types/color-system.types.d.ts +62 -0
  81. package/dist/src/config/colors/types/color.types.d.ts +99 -0
  82. package/dist/src/config/colors/utils/color.utils.d.ts +86 -0
  83. package/dist/src/config/environments.d.ts +11 -0
  84. package/dist/src/config/theme/freddy-default.d.ts +16 -0
  85. package/dist/src/config/theme/freddy-light.d.ts +14 -0
  86. package/dist/src/config/theme/global-theme-store.d.ts +128 -0
  87. package/dist/src/config/theme/themes.d.ts +12 -0
  88. package/dist/src/directives/frSanitize.d.ts +5 -0
  89. package/dist/src/directives/index.d.ts +1 -0
  90. package/dist/src/foundations/components/Logo.vue.d.ts +11 -0
  91. package/dist/src/foundations/components/index.d.ts +1 -0
  92. package/dist/src/foundations/index.d.ts +1 -0
  93. package/dist/src/helpers/BaseImageIcon.vue.d.ts +6 -0
  94. package/dist/src/helpers/api-response.helper.d.ts +100 -0
  95. package/dist/src/helpers/colors.helper.d.ts +8 -0
  96. package/dist/src/helpers/common.helper.d.ts +42 -0
  97. package/dist/src/helpers/date-format.helper.d.ts +34 -0
  98. package/dist/src/helpers/date.helper.d.ts +23 -0
  99. package/dist/src/helpers/fileName-handler.helper.d.ts +6 -0
  100. package/dist/src/helpers/index.d.ts +9 -0
  101. package/dist/src/helpers/percentageCalc.helper.d.ts +7 -0
  102. package/dist/src/helpers/validators.helper.d.ts +11 -0
  103. package/dist/src/icons/IconAddChatPop.vue.d.ts +2 -0
  104. package/dist/src/icons/IconAddFileSystem.vue.d.ts +2 -0
  105. package/dist/src/icons/IconAddPeople.vue.d.ts +2 -0
  106. package/dist/src/icons/IconAitronos.vue.d.ts +2 -0
  107. package/dist/src/icons/IconApple.vue.d.ts +2 -0
  108. package/dist/src/icons/IconApplePay.vue.d.ts +2 -0
  109. package/dist/src/icons/IconAppsGrid.vue.d.ts +2 -0
  110. package/dist/src/icons/IconArrowDown.vue.d.ts +2 -0
  111. package/dist/src/icons/IconArrowLeft.vue.d.ts +2 -0
  112. package/dist/src/icons/IconArrowUp.vue.d.ts +2 -0
  113. package/dist/src/icons/IconBadgeCheck.vue.d.ts +2 -0
  114. package/dist/src/icons/IconBroom.vue.d.ts +2 -0
  115. package/dist/src/icons/IconBuildings.vue.d.ts +2 -0
  116. package/dist/src/icons/IconCalendarWithTickInside.vue.d.ts +2 -0
  117. package/dist/src/icons/IconCallNotAllowed.vue.d.ts +2 -0
  118. package/dist/src/icons/IconCardPay.vue.d.ts +2 -0
  119. package/dist/src/icons/IconCaution.vue.d.ts +2 -0
  120. package/dist/src/icons/IconChangeLog.vue.d.ts +2 -0
  121. package/dist/src/icons/IconCheckCircleFill.vue.d.ts +2 -0
  122. package/dist/src/icons/IconCheckInCircle.vue.d.ts +2 -0
  123. package/dist/src/icons/IconCheckRounded.vue.d.ts +2 -0
  124. package/dist/src/icons/IconChevronDown.vue.d.ts +2 -0
  125. package/dist/src/icons/IconChevronLeft.vue.d.ts +2 -0
  126. package/dist/src/icons/IconChevronRight.vue.d.ts +2 -0
  127. package/dist/src/icons/IconChevronUp.vue.d.ts +2 -0
  128. package/dist/src/icons/IconCircledCheck.vue.d.ts +2 -0
  129. package/dist/src/icons/IconClock.vue.d.ts +2 -0
  130. package/dist/src/icons/IconClosedEnvelope.vue.d.ts +2 -0
  131. package/dist/src/icons/IconCloudUpload.vue.d.ts +2 -0
  132. package/dist/src/icons/IconConnectorConfluence.vue.d.ts +2 -0
  133. package/dist/src/icons/IconConnectorFigma.vue.d.ts +2 -0
  134. package/dist/src/icons/IconConnectorFreshDesk.vue.d.ts +2 -0
  135. package/dist/src/icons/IconConnectorGitHub.vue.d.ts +2 -0
  136. package/dist/src/icons/IconConnectorJira.vue.d.ts +2 -0
  137. package/dist/src/icons/IconConnectorLinear.vue.d.ts +2 -0
  138. package/dist/src/icons/IconConnectorNotion.vue.d.ts +2 -0
  139. package/dist/src/icons/IconConnectorSlack.vue.d.ts +2 -0
  140. package/dist/src/icons/IconConnectorZapier.vue.d.ts +2 -0
  141. package/dist/src/icons/IconCopy.vue.d.ts +2 -0
  142. package/dist/src/icons/IconCross.vue.d.ts +2 -0
  143. package/dist/src/icons/IconCrossCircleFill.vue.d.ts +2 -0
  144. package/dist/src/icons/IconCrossInCircle.vue.d.ts +2 -0
  145. package/dist/src/icons/IconCurrentTick.vue.d.ts +2 -0
  146. package/dist/src/icons/IconDataUpload.vue.d.ts +2 -0
  147. package/dist/src/icons/IconDelete.vue.d.ts +2 -0
  148. package/dist/src/icons/IconDeleteFillRed.vue.d.ts +2 -0
  149. package/dist/src/icons/IconDialingPhone.vue.d.ts +2 -0
  150. package/dist/src/icons/IconDisabledAlert.vue.d.ts +2 -0
  151. package/dist/src/icons/IconDocumentation.vue.d.ts +2 -0
  152. package/dist/src/icons/IconDownload.vue.d.ts +2 -0
  153. package/dist/src/icons/IconDribbble.vue.d.ts +2 -0
  154. package/dist/src/icons/IconDropdownArrow.vue.d.ts +2 -0
  155. package/dist/src/icons/IconEdit.vue.d.ts +2 -0
  156. package/dist/src/icons/IconEditLinePath.vue.d.ts +72 -0
  157. package/dist/src/icons/IconEllipse.vue.d.ts +2 -0
  158. package/dist/src/icons/IconExcelThumbnail.vue.d.ts +2 -0
  159. package/dist/src/icons/IconEye.vue.d.ts +2 -0
  160. package/dist/src/icons/IconFacebook.vue.d.ts +2 -0
  161. package/dist/src/icons/IconFigma.vue.d.ts +2 -0
  162. package/dist/src/icons/IconFile.vue.d.ts +2 -0
  163. package/dist/src/icons/IconFileSystem.vue.d.ts +2 -0
  164. package/dist/src/icons/IconFileUpload.vue.d.ts +2 -0
  165. package/dist/src/icons/IconFilter.vue.d.ts +2 -0
  166. package/dist/src/icons/IconFolder.vue.d.ts +2 -0
  167. package/dist/src/icons/IconFreddyHub.vue.d.ts +2 -0
  168. package/dist/src/icons/IconFreddyHubLogo.vue.d.ts +2 -0
  169. package/dist/src/icons/IconFreddyHubNewLogo.vue.d.ts +2 -0
  170. package/dist/src/icons/IconFreddyHubTitle.vue.d.ts +2 -0
  171. package/dist/src/icons/IconFreddySmall.vue.d.ts +2 -0
  172. package/dist/src/icons/IconGlobExpand.vue.d.ts +2 -0
  173. package/dist/src/icons/IconGlobe.vue.d.ts +2 -0
  174. package/dist/src/icons/IconGoogle.vue.d.ts +2 -0
  175. package/dist/src/icons/IconHollowCircle.vue.d.ts +2 -0
  176. package/dist/src/icons/IconHome.vue.d.ts +2 -0
  177. package/dist/src/icons/IconInfoRounded.vue.d.ts +2 -0
  178. package/dist/src/icons/IconInvalidInvoice.vue.d.ts +2 -0
  179. package/dist/src/icons/IconInvoice.vue.d.ts +2 -0
  180. package/dist/src/icons/IconInvoiceSwitch.vue.d.ts +2 -0
  181. package/dist/src/icons/IconLapTableBottom.vue.d.ts +2 -0
  182. package/dist/src/icons/IconLense.vue.d.ts +2 -0
  183. package/dist/src/icons/IconLightCross.vue.d.ts +2 -0
  184. package/dist/src/icons/IconLink04.vue.d.ts +2 -0
  185. package/dist/src/icons/IconLoadingError.vue.d.ts +2 -0
  186. package/dist/src/icons/IconLoadingOrg.vue.d.ts +2 -0
  187. package/dist/src/icons/IconLocationWithCircleIn.vue.d.ts +2 -0
  188. package/dist/src/icons/IconLock.vue.d.ts +2 -0
  189. package/dist/src/icons/IconMarketPlace.vue.d.ts +2 -0
  190. package/dist/src/icons/IconMaximize.vue.d.ts +2 -0
  191. package/dist/src/icons/IconMicrophone.vue.d.ts +2 -0
  192. package/dist/src/icons/IconMutedMicrophone.vue.d.ts +2 -0
  193. package/dist/src/icons/IconNewNotification.vue.d.ts +2 -0
  194. package/dist/src/icons/IconNewTab.vue.d.ts +2 -0
  195. package/dist/src/icons/IconNotification.vue.d.ts +2 -0
  196. package/dist/src/icons/IconOpenBook.vue.d.ts +2 -0
  197. package/dist/src/icons/IconPaperAirPlane.vue.d.ts +2 -0
  198. package/dist/src/icons/IconPauseCircle.vue.d.ts +2 -0
  199. package/dist/src/icons/IconPdfThumbnail.vue.d.ts +2 -0
  200. package/dist/src/icons/IconPenEdit.vue.d.ts +2 -0
  201. package/dist/src/icons/IconPencil.vue.d.ts +2 -0
  202. package/dist/src/icons/IconPeopleHub.vue.d.ts +2 -0
  203. package/dist/src/icons/IconPersonCircle.vue.d.ts +2 -0
  204. package/dist/src/icons/IconPits.vue.d.ts +2 -0
  205. package/dist/src/icons/IconPlay.vue.d.ts +2 -0
  206. package/dist/src/icons/IconPlus.vue.d.ts +2 -0
  207. package/dist/src/icons/IconPolygonDown.vue.d.ts +2 -0
  208. package/dist/src/icons/IconPresentation.vue.d.ts +2 -0
  209. package/dist/src/icons/IconProgressBase.vue.d.ts +2 -0
  210. package/dist/src/icons/IconProgressComplete.vue.d.ts +2 -0
  211. package/dist/src/icons/IconProgressGoing.vue.d.ts +2 -0
  212. package/dist/src/icons/IconPurpose.vue.d.ts +2 -0
  213. package/dist/src/icons/IconPurseCircleFill.vue.d.ts +2 -0
  214. package/dist/src/icons/IconQuestion.vue.d.ts +2 -0
  215. package/dist/src/icons/IconRadio.vue.d.ts +2 -0
  216. package/dist/src/icons/IconRadioFill.vue.d.ts +2 -0
  217. package/dist/src/icons/IconRefresh.vue.d.ts +2 -0
  218. package/dist/src/icons/IconRevertedTriangle.vue.d.ts +2 -0
  219. package/dist/src/icons/IconRobotScreen.vue.d.ts +2 -0
  220. package/dist/src/icons/IconRoundTick.vue.d.ts +2 -0
  221. package/dist/src/icons/IconSearch.vue.d.ts +2 -0
  222. package/dist/src/icons/IconSearchOptimised.vue.d.ts +2 -0
  223. package/dist/src/icons/IconSectionHide.vue.d.ts +2 -0
  224. package/dist/src/icons/IconSend.vue.d.ts +2 -0
  225. package/dist/src/icons/IconSettings.vue.d.ts +2 -0
  226. package/dist/src/icons/IconSettingsBold.vue.d.ts +2 -0
  227. package/dist/src/icons/IconSize.vue.d.ts +2 -0
  228. package/dist/src/icons/IconSliderKnobs.vue.d.ts +2 -0
  229. package/dist/src/icons/IconSortIdle.vue.d.ts +2 -0
  230. package/dist/src/icons/IconSparkle.vue.d.ts +2 -0
  231. package/dist/src/icons/IconSpotlio.vue.d.ts +2 -0
  232. package/dist/src/icons/IconStar.vue.d.ts +2 -0
  233. package/dist/src/icons/IconStatistics.vue.d.ts +2 -0
  234. package/dist/src/icons/IconStopChat.vue.d.ts +2 -0
  235. package/dist/src/icons/IconStreamLineHub.vue.d.ts +2 -0
  236. package/dist/src/icons/IconStreamLineHubNewLogo.vue.d.ts +2 -0
  237. package/dist/src/icons/IconSun.vue.d.ts +2 -0
  238. package/dist/src/icons/IconSwap.vue.d.ts +2 -0
  239. package/dist/src/icons/IconText.vue.d.ts +2 -0
  240. package/dist/src/icons/IconTextThumbnail.vue.d.ts +2 -0
  241. package/dist/src/icons/IconThinDocument.vue.d.ts +2 -0
  242. package/dist/src/icons/IconThinFile.vue.d.ts +2 -0
  243. package/dist/src/icons/IconThumbsDown.vue.d.ts +2 -0
  244. package/dist/src/icons/IconTick.vue.d.ts +2 -0
  245. package/dist/src/icons/IconUser.vue.d.ts +2 -0
  246. package/dist/src/icons/IconVerticalDots.vue.d.ts +2 -0
  247. package/dist/src/icons/IconVideoCamera.vue.d.ts +2 -0
  248. package/dist/src/icons/IconWarningOctal.vue.d.ts +2 -0
  249. package/dist/src/icons/IconX.vue.d.ts +2 -0
  250. package/dist/src/icons/IconZip.vue.d.ts +2 -0
  251. package/dist/src/icons/index.d.ts +148 -0
  252. package/dist/src/index.d.ts +23 -0
  253. package/dist/src/interfaces/assistant.interfaces.d.ts +237 -0
  254. package/dist/src/interfaces/base-button.interfaces.d.ts +119 -0
  255. package/dist/src/interfaces/color-comparison.interfaces.d.ts +71 -0
  256. package/dist/src/interfaces/index.d.ts +19 -0
  257. package/dist/src/interfaces/input-field.interfaces.d.ts +226 -0
  258. package/dist/src/interfaces/reference.d.ts +14 -0
  259. package/dist/src/interfaces/services/ai.interfaces.d.ts +56 -0
  260. package/dist/src/interfaces/services/api.interfaces.d.ts +46 -0
  261. package/dist/src/interfaces/services/auth.interfaces.d.ts +99 -0
  262. package/dist/src/interfaces/services/index.d.ts +7 -0
  263. package/dist/src/interfaces/skeleton-loader.interfaces.d.ts +1 -0
  264. package/dist/src/interfaces/slider.interfaces.d.ts +81 -0
  265. package/dist/src/interfaces/social-buttons.interfaces.d.ts +115 -0
  266. package/dist/src/interfaces/switch-slot.interfaces.d.ts +55 -0
  267. package/dist/src/interfaces/tab-button.interfaces.d.ts +23 -0
  268. package/dist/src/interfaces/tab-list.interfaces.d.ts +15 -0
  269. package/dist/src/interfaces/theme/index.d.ts +5 -0
  270. package/dist/src/interfaces/theme/theme.interfaces.d.ts +88 -0
  271. package/dist/src/interfaces/ui/chat.interfaces.d.ts +66 -0
  272. package/dist/src/interfaces/ui/editor.interfaces.d.ts +31 -0
  273. package/dist/src/interfaces/ui/feedback.interfaces.d.ts +39 -0
  274. package/dist/src/interfaces/ui/form.interfaces.d.ts +51 -0
  275. package/dist/src/interfaces/ui/index.d.ts +10 -0
  276. package/dist/src/interfaces/ui/modal.interfaces.d.ts +34 -0
  277. package/dist/src/interfaces/ui/navigation.interfaces.d.ts +31 -0
  278. package/dist/src/interfaces/utilities/common.interfaces.d.ts +59 -0
  279. package/dist/src/interfaces/utilities/index.d.ts +5 -0
  280. package/dist/src/main.d.ts +1 -0
  281. package/dist/src/plugin.d.ts +5 -0
  282. package/dist/src/plugins/icon-style.d.ts +3 -0
  283. package/dist/src/plugins/index.d.ts +11 -0
  284. package/dist/src/services/AITextService.d.ts +68 -0
  285. package/dist/src/services/index.d.ts +15 -0
  286. package/dist/src/utility/confirmationModal.d.ts +2 -0
  287. package/dist/src/utility/index.d.ts +3 -0
  288. package/dist/src/utility/useSnackbar.d.ts +26 -0
  289. package/dist/src/utility/useToast.d.ts +19 -0
  290. package/package.json +6 -2
  291. package/dist/icons-DQveW34E.cjs +0 -2
  292. package/dist/icons-DQveW34E.cjs.map +0 -1
  293. package/dist/icons-Lnvg2xiB.js.map +0 -1
@@ -0,0 +1,42 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ totalItems: {
3
+ type: NumberConstructor;
4
+ required: true;
5
+ default: number;
6
+ };
7
+ itemsPerPage: {
8
+ type: NumberConstructor;
9
+ required: true;
10
+ default: number;
11
+ };
12
+ currentPage: {
13
+ type: NumberConstructor;
14
+ required: true;
15
+ default: number;
16
+ };
17
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ "update:currentPage": (...args: any[]) => void;
19
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
20
+ totalItems: {
21
+ type: NumberConstructor;
22
+ required: true;
23
+ default: number;
24
+ };
25
+ itemsPerPage: {
26
+ type: NumberConstructor;
27
+ required: true;
28
+ default: number;
29
+ };
30
+ currentPage: {
31
+ type: NumberConstructor;
32
+ required: true;
33
+ default: number;
34
+ };
35
+ }>> & Readonly<{
36
+ "onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
37
+ }>, {
38
+ currentPage: number;
39
+ totalItems: number;
40
+ itemsPerPage: number;
41
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
42
+ export default _default;
@@ -0,0 +1,26 @@
1
+ interface SearchInputProps {
2
+ /** Placeholder text for the search input */
3
+ placeholder?: string;
4
+ /** Whether to show a loading spinner */
5
+ showLoaderForSearch?: boolean;
6
+ /** Maximum number of characters allowed in the input */
7
+ maxCharLimit?: number;
8
+ /** Whether to show a close button */
9
+ showCloseButton?: boolean;
10
+ }
11
+ declare const _default: import('vue').DefineComponent<SearchInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ clear: () => any;
13
+ "update:searchInput": (inputValue: string | null) => any;
14
+ }, string, import('vue').PublicProps, Readonly<SearchInputProps> & Readonly<{
15
+ onClear?: (() => any) | undefined;
16
+ "onUpdate:searchInput"?: ((inputValue: string | null) => any) | undefined;
17
+ }>, {
18
+ placeholder: string;
19
+ showLoaderForSearch: boolean;
20
+ maxCharLimit: number;
21
+ showCloseButton: boolean;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
23
+ dropdownRef: HTMLDivElement;
24
+ searchInput: HTMLInputElement;
25
+ }, any>;
26
+ export default _default;
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ disabled?: boolean;
3
+ active?: boolean;
4
+ size?: "s" | "sm" | "md" | "lg" | "xl";
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
7
+ export default _default;
@@ -0,0 +1,48 @@
1
+ import { IChatMessage } from '../interfaces';
2
+ type __VLS_Props = {
3
+ placeholder?: string;
4
+ messages?: IChatMessage[];
5
+ enableAI?: boolean;
6
+ openaiApiKey?: string;
7
+ textBoxContent?: string;
8
+ };
9
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {
10
+ addAIResponse: (content: string, changes?: {
11
+ title?: string;
12
+ description: string;
13
+ added: number;
14
+ removed: number;
15
+ data?: any;
16
+ }) => void;
17
+ addAIResponseFromApi: (apiResponse: any) => void;
18
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
19
+ send: (message: string) => any;
20
+ acceptChanges: (message: IChatMessage) => any;
21
+ denyChanges: (message: IChatMessage) => any;
22
+ textReplacement: (data: {
23
+ original?: string;
24
+ improved: string;
25
+ stats?: any;
26
+ }) => any;
27
+ textCompletion: (data: {
28
+ original?: string;
29
+ completion: string;
30
+ }) => any;
31
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
32
+ onSend?: ((message: string) => any) | undefined;
33
+ onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
34
+ onDenyChanges?: ((message: IChatMessage) => any) | undefined;
35
+ onTextReplacement?: ((data: {
36
+ original?: string;
37
+ improved: string;
38
+ stats?: any;
39
+ }) => any) | undefined;
40
+ onTextCompletion?: ((data: {
41
+ original?: string;
42
+ completion: string;
43
+ }) => any) | undefined;
44
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
45
+ messagesContainer: HTMLDivElement;
46
+ inputRef: HTMLTextAreaElement;
47
+ }, HTMLDivElement>;
48
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { ISkeletonType } from '../interfaces';
2
+ type __VLS_Props = {
3
+ type: ISkeletonType;
4
+ hasHeader?: boolean;
5
+ count?: number;
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { SliderProps } from '../interfaces/slider.interfaces';
2
+ declare const _default: import('vue').DefineComponent<SliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ "update:modelValue": (value: number) => any;
4
+ "update:rangeValue": (range: [number, number]) => any;
5
+ }, string, import('vue').PublicProps, Readonly<SliderProps> & Readonly<{
6
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
7
+ "onUpdate:rangeValue"?: ((range: [number, number]) => any) | undefined;
8
+ }>, {
9
+ disabled: boolean;
10
+ range: boolean;
11
+ step: number;
12
+ tooltipPlacement: "top" | "bottom" | "left" | "right";
13
+ min: number;
14
+ max: number;
15
+ showValue: boolean;
16
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
+ sliderTrack: HTMLDivElement;
18
+ }, HTMLDivElement>;
19
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ type __VLS_Props = {
2
+ customClass?: string;
3
+ };
4
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
5
+ export default _default;
@@ -0,0 +1,11 @@
1
+ type __VLS_Props = {
2
+ modelValue: boolean;
3
+ disabled?: boolean;
4
+ size?: 's' | 'sm' | 'md' | 'lg' | 'xl';
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ "update:modelValue": (...args: any[]) => void;
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
11
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { SwitchSlotProps } from '../interfaces/switch-slot.interfaces';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ content?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLDivElement;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import('vue').DefineComponent<SwitchSlotProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: boolean) => any;
13
+ }, string, import('vue').PublicProps, Readonly<SwitchSlotProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
+ export default _default;
18
+ type __VLS_WithTemplateSlots<T, S> = T & {
19
+ new (): {
20
+ $slots: S;
21
+ };
22
+ };
@@ -0,0 +1,9 @@
1
+ import { ITabList } from '../interfaces';
2
+ declare const _default: import('vue').DefineComponent<ITabList, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ tabSwitch: (...args: any[]) => void;
4
+ }, string, import('vue').PublicProps, Readonly<ITabList> & Readonly<{
5
+ onTabSwitch?: ((...args: any[]) => any) | undefined;
6
+ }>, {
7
+ currentTab: number;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { ITabList } from '../../interfaces';
2
+ declare const _default: import('vue').DefineComponent<ITabList, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ tabSwitch: (...args: any[]) => void;
4
+ }, string, import('vue').PublicProps, Readonly<ITabList> & Readonly<{
5
+ onTabSwitch?: ((...args: any[]) => any) | undefined;
6
+ }>, {
7
+ currentTab: number;
8
+ activeStateType: "bottom-dash" | "left-dash" | "background-border";
9
+ orientation: "horizontal" | "vertical";
10
+ fullWidth: boolean;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Tabs Components Index
3
+ * Exports all tab-related components
4
+ */
5
+ export { default as BaseTabButton } from './BaseTabButton.vue';
@@ -0,0 +1,266 @@
1
+ interface Props {
2
+ modelValue?: string;
3
+ label?: string;
4
+ placeholder?: string;
5
+ disabled?: boolean;
6
+ readonly?: boolean;
7
+ required?: boolean;
8
+ showTooltip?: boolean;
9
+ tooltipText?: string;
10
+ showAiButton?: boolean;
11
+ showTags?: boolean;
12
+ tags?: string[];
13
+ showAddTagsPlaceholder?: boolean;
14
+ addTagsPlaceholder?: string;
15
+ hintText?: string;
16
+ hasError?: boolean;
17
+ errorMessage?: string;
18
+ modalTitle?: string;
19
+ modalDescription?: string;
20
+ openaiApiKey?: string;
21
+ openaiModel?: string;
22
+ openaiOrganization?: string;
23
+ showUnderlines?: boolean;
24
+ dynamicTitle?: string;
25
+ showHint?: boolean;
26
+ diffMode?: boolean;
27
+ oldText?: string;
28
+ newText?: string;
29
+ tagsOnly?: boolean;
30
+ }
31
+ declare const _default: import('vue').DefineComponent<Props, {
32
+ focus: () => void;
33
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
34
+ blur: (event: FocusEvent) => any;
35
+ focus: (event: FocusEvent) => any;
36
+ input: (value: string) => any;
37
+ "update:modelValue": (value: string) => any;
38
+ "ask-ai": (content: string) => any;
39
+ expand: (content: string) => any;
40
+ "remove-tag": (index: number) => any;
41
+ "tooltip-click": () => any;
42
+ "add-tag": (tag: string) => any;
43
+ "tags-click": () => any;
44
+ }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
45
+ onBlur?: ((event: FocusEvent) => any) | undefined;
46
+ onFocus?: ((event: FocusEvent) => any) | undefined;
47
+ onInput?: ((value: string) => any) | undefined;
48
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
49
+ "onAsk-ai"?: ((content: string) => any) | undefined;
50
+ onExpand?: ((content: string) => any) | undefined;
51
+ "onRemove-tag"?: ((index: number) => any) | undefined;
52
+ "onTooltip-click"?: (() => any) | undefined;
53
+ "onAdd-tag"?: ((tag: string) => any) | undefined;
54
+ "onTags-click"?: (() => any) | undefined;
55
+ }>, {
56
+ label: string;
57
+ placeholder: string;
58
+ required: boolean;
59
+ disabled: boolean;
60
+ tags: string[];
61
+ tooltipText: string;
62
+ modelValue: string;
63
+ readonly: boolean;
64
+ openaiApiKey: string;
65
+ openaiModel: string;
66
+ openaiOrganization: string;
67
+ showTooltip: boolean;
68
+ showAiButton: boolean;
69
+ showTags: boolean;
70
+ showAddTagsPlaceholder: boolean;
71
+ addTagsPlaceholder: string;
72
+ hintText: string;
73
+ hasError: boolean;
74
+ errorMessage: string;
75
+ modalTitle: string;
76
+ modalDescription: string;
77
+ showUnderlines: boolean;
78
+ dynamicTitle: string;
79
+ showHint: boolean;
80
+ diffMode: boolean;
81
+ oldText: string;
82
+ newText: string;
83
+ tagsOnly: boolean;
84
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
85
+ textareaRef: HTMLTextAreaElement;
86
+ aiModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
87
+ isVisible: {
88
+ type: BooleanConstructor;
89
+ required: true;
90
+ };
91
+ title: {
92
+ type: StringConstructor;
93
+ default: string;
94
+ };
95
+ description: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ initialContent: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ openaiApiKey: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ openaiModel: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ openaiOrganization: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ }>> & Readonly<{
116
+ onCancel?: ((...args: any[]) => any) | undefined;
117
+ onClose?: ((...args: any[]) => any) | undefined;
118
+ onSave?: ((...args: any[]) => any) | undefined;
119
+ onAskAI?: ((...args: any[]) => any) | undefined;
120
+ onToggleAI?: ((...args: any[]) => any) | undefined;
121
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
122
+ cancel: (...args: any[]) => void;
123
+ close: (...args: any[]) => void;
124
+ save: (...args: any[]) => void;
125
+ askAI: (...args: any[]) => void;
126
+ toggleAI: (...args: any[]) => void;
127
+ }, import('vue').PublicProps, {
128
+ title: string;
129
+ description: string;
130
+ openaiApiKey: string;
131
+ initialContent: string;
132
+ openaiModel: string;
133
+ openaiOrganization: string;
134
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
135
+ chatRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
136
+ placeholder?: string;
137
+ messages?: import('..').IChatMessage[];
138
+ enableAI?: boolean;
139
+ openaiApiKey?: string;
140
+ textBoxContent?: string;
141
+ }> & Readonly<{
142
+ onSend?: ((message: string) => any) | undefined;
143
+ onAcceptChanges?: ((message: import('..').IChatMessage) => any) | undefined;
144
+ onDenyChanges?: ((message: import('..').IChatMessage) => any) | undefined;
145
+ onTextReplacement?: ((data: {
146
+ original?: string;
147
+ improved: string;
148
+ stats?: any;
149
+ }) => any) | undefined;
150
+ onTextCompletion?: ((data: {
151
+ original?: string;
152
+ completion: string;
153
+ }) => any) | undefined;
154
+ }>, {
155
+ addAIResponse: (content: string, changes?: {
156
+ title?: string;
157
+ description: string;
158
+ added: number;
159
+ removed: number;
160
+ data?: any;
161
+ }) => void;
162
+ addAIResponseFromApi: (apiResponse: any) => void;
163
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
164
+ send: (message: string) => any;
165
+ acceptChanges: (message: import('..').IChatMessage) => any;
166
+ denyChanges: (message: import('..').IChatMessage) => any;
167
+ textReplacement: (data: {
168
+ original?: string;
169
+ improved: string;
170
+ stats?: any;
171
+ }) => any;
172
+ textCompletion: (data: {
173
+ original?: string;
174
+ completion: string;
175
+ }) => any;
176
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
177
+ messagesContainer: HTMLDivElement;
178
+ inputRef: HTMLTextAreaElement;
179
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
180
+ P: {};
181
+ B: {};
182
+ D: {};
183
+ C: {};
184
+ M: {};
185
+ Defaults: {};
186
+ }, Readonly<{
187
+ placeholder?: string;
188
+ messages?: import('..').IChatMessage[];
189
+ enableAI?: boolean;
190
+ openaiApiKey?: string;
191
+ textBoxContent?: string;
192
+ }> & Readonly<{
193
+ onSend?: ((message: string) => any) | undefined;
194
+ onAcceptChanges?: ((message: import('..').IChatMessage) => any) | undefined;
195
+ onDenyChanges?: ((message: import('..').IChatMessage) => any) | undefined;
196
+ onTextReplacement?: ((data: {
197
+ original?: string;
198
+ improved: string;
199
+ stats?: any;
200
+ }) => any) | undefined;
201
+ onTextCompletion?: ((data: {
202
+ original?: string;
203
+ completion: string;
204
+ }) => any) | undefined;
205
+ }>, {
206
+ addAIResponse: (content: string, changes?: {
207
+ title?: string;
208
+ description: string;
209
+ added: number;
210
+ removed: number;
211
+ data?: any;
212
+ }) => void;
213
+ addAIResponseFromApi: (apiResponse: any) => void;
214
+ }, {}, {}, {}, {}> | null;
215
+ }, any, import('vue').ComponentProvideOptions, {
216
+ P: {};
217
+ B: {};
218
+ D: {};
219
+ C: {};
220
+ M: {};
221
+ Defaults: {};
222
+ }, Readonly<import('vue').ExtractPropTypes<{
223
+ isVisible: {
224
+ type: BooleanConstructor;
225
+ required: true;
226
+ };
227
+ title: {
228
+ type: StringConstructor;
229
+ default: string;
230
+ };
231
+ description: {
232
+ type: StringConstructor;
233
+ default: string;
234
+ };
235
+ initialContent: {
236
+ type: StringConstructor;
237
+ default: string;
238
+ };
239
+ openaiApiKey: {
240
+ type: StringConstructor;
241
+ default: string;
242
+ };
243
+ openaiModel: {
244
+ type: StringConstructor;
245
+ default: string;
246
+ };
247
+ openaiOrganization: {
248
+ type: StringConstructor;
249
+ default: string;
250
+ };
251
+ }>> & Readonly<{
252
+ onCancel?: ((...args: any[]) => any) | undefined;
253
+ onClose?: ((...args: any[]) => any) | undefined;
254
+ onSave?: ((...args: any[]) => any) | undefined;
255
+ onAskAI?: ((...args: any[]) => any) | undefined;
256
+ onToggleAI?: ((...args: any[]) => any) | undefined;
257
+ }>, {}, {}, {}, {}, {
258
+ title: string;
259
+ description: string;
260
+ openaiApiKey: string;
261
+ initialContent: string;
262
+ openaiModel: string;
263
+ openaiOrganization: string;
264
+ }> | null;
265
+ }, HTMLDivElement>;
266
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
2
+ export default _default;
@@ -0,0 +1,32 @@
1
+ interface TooltipProps {
2
+ /** The text content to display in the tooltip */
3
+ text?: string;
4
+ /** The placement of the tooltip relative to the trigger element */
5
+ placement?: "top" | "bottom" | "left" | "right";
6
+ /** Whether to render the text as HTML */
7
+ html?: boolean;
8
+ /** Custom CSS class to apply to the tooltip content */
9
+ contentClass?: string;
10
+ }
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ default?(_: {}): any;
15
+ content?(_: {}): any;
16
+ };
17
+ refs: {
18
+ tooltipWrapper: HTMLDivElement;
19
+ };
20
+ rootEl: HTMLDivElement;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: import('vue').DefineComponent<TooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
24
+ tooltipWrapper: HTMLDivElement;
25
+ }, HTMLDivElement>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ export default _default;
28
+ type __VLS_WithTemplateSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
@@ -0,0 +1,41 @@
1
+ interface TooltipV2Props {
2
+ /** The text content to display in the tooltip */
3
+ text?: string;
4
+ /** The placement of the tooltip relative to the trigger element */
5
+ placement?: 'top' | 'bottom' | 'left' | 'right';
6
+ /** Whether to render the text as HTML */
7
+ html?: boolean;
8
+ /** Custom CSS class to apply to the tooltip content */
9
+ contentClass?: string;
10
+ /** Delay before showing the tooltip (in milliseconds) */
11
+ delay?: number;
12
+ /** Delay before hiding the tooltip (in milliseconds) */
13
+ hideDelay?: number;
14
+ }
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ default?(_: {}): any;
19
+ content?(_: {}): any;
20
+ };
21
+ refs: {
22
+ tooltipWrapper: HTMLDivElement;
23
+ };
24
+ rootEl: HTMLDivElement;
25
+ };
26
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
27
+ declare const __VLS_component: import('vue').DefineComponent<TooltipV2Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TooltipV2Props> & Readonly<{}>, {
28
+ delay: number;
29
+ html: boolean;
30
+ placement: "top" | "bottom" | "left" | "right";
31
+ hideDelay: number;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
+ tooltipWrapper: HTMLDivElement;
34
+ }, HTMLDivElement>;
35
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ export default _default;
37
+ type __VLS_WithTemplateSlots<T, S> = T & {
38
+ new (): {
39
+ $slots: S;
40
+ };
41
+ };
@@ -0,0 +1,50 @@
1
+ export { default as AdvancedModal } from './AdvancedModal.vue';
2
+ export { default as AssistantField } from './Assistant/AssistantField.vue';
3
+ export { default as AssistantList } from './Assistant/AssistantList.vue';
4
+ export { default as AssistantsHeader } from './Assistant/AssistantsHeader.vue';
5
+ export { default as AvatarChoosing } from './Assistant/AvatarChoosing.vue';
6
+ export { default as AvatarList } from './Assistant/AvatarList.vue';
7
+ export { default as ChooseAssistantAvatar } from './Assistant/ChooseAssistantAvatar.vue';
8
+ export { default as RulesManagement } from './Assistant/RulesManagement.vue';
9
+ export { default as VectorFrame } from './Assistant/VectorFrame.vue';
10
+ export { default as VectorSection } from './Assistant/VectorSection.vue';
11
+ export { default as VoiceList } from './Assistant/VoiceList.vue';
12
+ export { default as VoiceSelection } from './Assistant/VoiceSelection.vue';
13
+ export { default as BaseButton } from './Buttons/BaseButton.vue';
14
+ export { default as SocialButtons } from './Buttons/SocialButtons.vue';
15
+ export { default as CodeBlock } from './CodeBlock.vue';
16
+ export { default as ConfirmationModal } from './ConfirmationModal.vue';
17
+ export { default as CustomCheckbox } from './CustomCheckbox.vue';
18
+ export { default as DeleteConfirmationModal } from './DeleteConfirmationModal.vue';
19
+ export { default as Descriptions } from './Descriptions.vue';
20
+ export { default as DiffTextarea } from './DiffTextarea.vue';
21
+ export { default as Dropdown } from './Dropdown.vue';
22
+ export { default as EditFeaturedExcerptModal } from './EditFeaturedExcerptModal.vue';
23
+ export { default as EmailCodeVerification } from './EmailCodeVerification.vue';
24
+ export { default as BaseInput } from './InputField/BaseInput.vue';
25
+ export { default as CardInput } from './InputField/CardInput.vue';
26
+ export { default as DefaultInput } from './InputField/DefaultInput.vue';
27
+ export { default as InputField } from './InputField/InputField.vue';
28
+ export { default as PhoneInput } from './InputField/PhoneInput.vue';
29
+ export { default as InstructionsModal } from './Instructions/InstructionsModal.vue';
30
+ export { default as InstructiontextArea } from './Instructions/InstructiontextArea.vue';
31
+ export { default as ModalBox } from './ModalBox.vue';
32
+ export { default as ModalOverlay } from './ModalOverlay.vue';
33
+ export { default as ModelDropdown } from './ModelDropdown.vue';
34
+ export { default as OutputModeModal } from './OutputModeModal.vue';
35
+ export { default as Pagination } from './Pagination.vue';
36
+ export { default as SearchInput } from './SearchInput.vue';
37
+ export { default as SendButton } from './SendButton.vue';
38
+ export { default as SimpleChatInterface } from './SimpleChatInterface.vue';
39
+ export { default as SkeletonLoader } from './SkeletonLoader.vue';
40
+ export { default as Slider } from './Slider.vue';
41
+ export { default as SnackBar } from './SnackBar.vue';
42
+ export { default as Spinner } from './Spinner.vue';
43
+ export { default as Switch } from './Switch.vue';
44
+ export { default as SwitchSlot } from './SwitchSlot.vue';
45
+ export { default as TabList } from './TabList.vue';
46
+ export { default as BaseTabButton } from './Tabs/BaseTabButton.vue';
47
+ export { default as TextAreaInputField } from './TextAreaInputField.vue';
48
+ export { default as ToastMessage } from './ToastMessage.vue';
49
+ export { default as Tooltip } from './Tooltip.vue';
50
+ export { default as TooltipV2 } from './TooltipV2.vue';
@@ -0,0 +1,4 @@
1
+ export { useErrorHandler } from './useErrorHandler';
2
+ export { usePerformance } from './usePerformance';
3
+ export type { ErrorDetails, UseErrorHandlerOptions } from './useErrorHandler';
4
+ export type { PerformanceMetrics, UsePerformanceOptions } from './usePerformance';