@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
package/dist/index.d.ts CHANGED
@@ -1,4389 +1,6 @@
1
- import { App } from 'vue';
2
- import { Component } from 'vue';
3
- import { ComponentOptionsMixin } from 'vue';
4
- import { ComponentProvideOptions } from 'vue';
5
- import { ComputedRef } from 'vue';
6
- import { CreateComponentPublicInstanceWithMixins } from 'vue';
7
- import { DefineComponent } from 'vue';
8
- import { Directive } from 'vue';
9
- import { DirectiveBinding } from 'vue';
10
- import { ExtractPropTypes } from 'vue';
11
- import { GlobalComponents } from 'vue';
12
- import { GlobalDirectives } from 'vue';
13
- import { default as ModalBox } from './ModalBox.vue';
14
- import { PublicProps } from 'vue';
15
- import { Ref } from 'vue';
16
-
17
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
-
19
- declare const __VLS_component_2: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
20
- select: (value: Option_2) => any;
21
- toggle: (value: Option_2) => any;
22
- }, string, PublicProps, Readonly<Props_11> & Readonly<{
23
- onSelect?: ((value: Option_2) => any) | undefined;
24
- onToggle?: ((value: Option_2) => any) | undefined;
25
- }>, {
26
- label: string;
27
- size: "s" | "sm" | "md" | "lg" | "xl";
28
- searchPlaceholder: string;
29
- iconOnly: boolean;
30
- variant: "primary" | "secondary" | "blanc";
31
- options: Option_2[];
32
- searchable: boolean;
33
- openUp: boolean;
34
- chevronRight: boolean;
35
- showIcon: boolean;
36
- customIcon: any;
37
- optionIconRight: boolean;
38
- showShortcut: boolean;
39
- background: string;
40
- borderRadius: string;
41
- activeBackground: string;
42
- openBackground: string;
43
- stayOpen: boolean;
44
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
45
-
46
- declare const __VLS_component_3: DefineComponent<Props_13, {
47
- inputId: ComputedRef<string>;
48
- containerClasses: ComputedRef< {
49
- [x: string]: boolean;
50
- 'freddy-plugins-input-field-container--destructive': boolean;
51
- 'freddy-plugins-input-field-container--focused': boolean;
52
- 'freddy-plugins-input-field-container--disabled': boolean;
53
- 'freddy-plugins-input-field-container--loading': boolean;
54
- 'freddy-plugins-input-field-container--success': boolean;
55
- }>;
56
- focusInput: () => void;
57
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
58
- blur: (event: FocusEvent) => any;
59
- focus: (event: FocusEvent) => any;
60
- }, string, PublicProps, Readonly<Props_13> & Readonly<{
61
- onBlur?: ((event: FocusEvent) => any) | undefined;
62
- onFocus?: ((event: FocusEvent) => any) | undefined;
63
- }>, {
64
- label: string;
65
- required: boolean;
66
- size: InputFieldSize;
67
- disabled: boolean;
68
- state: InputFieldState;
69
- hintText: string;
70
- destructive: boolean;
71
- colorStyle: InputFieldColorStyle;
72
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
73
-
74
- declare const __VLS_component_4: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
75
- close: (...args: any[]) => void;
76
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
77
- onClose?: ((...args: any[]) => any) | undefined;
78
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
79
-
80
- declare const __VLS_component_5: DefineComponent<SwitchSlotProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
81
- "update:modelValue": (value: boolean) => any;
82
- }, string, PublicProps, Readonly<SwitchSlotProps> & Readonly<{
83
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
84
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
85
-
86
- declare const __VLS_component_6: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
87
- tooltipWrapper: HTMLDivElement;
88
- }, HTMLDivElement>;
89
-
90
- declare const __VLS_component_7: DefineComponent<TooltipV2Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipV2Props> & Readonly<{}>, {
91
- html: boolean;
92
- placement: "top" | "bottom" | "left" | "right";
93
- delay: number;
94
- hideDelay: number;
95
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
96
- tooltipWrapper: HTMLDivElement;
97
- }, HTMLDivElement>;
98
-
99
- declare type __VLS_Props = {
100
- isVisible: boolean;
101
- largeModel: boolean;
102
- };
103
-
104
- declare type __VLS_Props_10 = {
105
- modelValue: boolean;
106
- disabled?: boolean;
107
- size?: 's' | 'sm' | 'md' | 'lg' | 'xl';
108
- };
109
-
110
- declare type __VLS_Props_2 = {
111
- code: string;
112
- language: string;
113
- };
114
-
115
- declare type __VLS_Props_3 = {
116
- isChecked: boolean;
117
- isDashInput?: boolean;
118
- blueCheckbox?: boolean;
119
- disabled?: boolean;
120
- ariaLabel?: string;
121
- };
122
-
123
- declare type __VLS_Props_4 = {
124
- inputValue: string;
125
- placeholder: string;
126
- height?: string;
127
- };
128
-
129
- declare type __VLS_Props_5 = {
130
- modalTitle: string;
131
- headerClass: string;
132
- disableClickOutside?: boolean;
133
- };
134
-
135
- declare type __VLS_Props_6 = {
136
- disabled?: boolean;
137
- active?: boolean;
138
- size?: "s" | "sm" | "md" | "lg" | "xl";
139
- };
140
-
141
- declare type __VLS_Props_7 = {
142
- placeholder?: string;
143
- messages?: IChatMessage[];
144
- enableAI?: boolean;
145
- openaiApiKey?: string;
146
- textBoxContent?: string;
147
- };
148
-
149
- declare type __VLS_Props_8 = {
150
- type: ISkeletonType;
151
- hasHeader?: boolean;
152
- count?: number;
153
- };
154
-
155
- declare type __VLS_Props_9 = {
156
- customClass?: string;
157
- };
158
-
159
- declare function __VLS_template(): {
160
- attrs: Partial<{}>;
161
- slots: {
162
- header?(_: {}): any;
163
- body?(_: {}): any;
164
- footer?(_: {}): any;
165
- };
166
- refs: {};
167
- rootEl: any;
168
- };
169
-
170
- declare function __VLS_template_2(): {
171
- attrs: Partial<{}>;
172
- slots: {
173
- button?(_: {}): any;
174
- 'no-options'?(_: {}): any;
175
- };
176
- refs: {};
177
- rootEl: HTMLDivElement;
178
- };
179
-
180
- declare function __VLS_template_3(): {
181
- attrs: Partial<{}>;
182
- slots: {
183
- default?(_: {}): any;
184
- };
185
- refs: {};
186
- rootEl: HTMLDivElement;
187
- };
188
-
189
- declare function __VLS_template_4(): {
190
- attrs: Partial<{}>;
191
- slots: {
192
- content?(_: {}): any;
193
- };
194
- refs: {};
195
- rootEl: HTMLDivElement;
196
- };
197
-
198
- declare function __VLS_template_5(): {
199
- attrs: Partial<{}>;
200
- slots: {
201
- content?(_: {}): any;
202
- };
203
- refs: {};
204
- rootEl: HTMLDivElement;
205
- };
206
-
207
- declare function __VLS_template_6(): {
208
- attrs: Partial<{}>;
209
- slots: {
210
- default?(_: {}): any;
211
- content?(_: {}): any;
212
- };
213
- refs: {
214
- tooltipWrapper: HTMLDivElement;
215
- };
216
- rootEl: HTMLDivElement;
217
- };
218
-
219
- declare function __VLS_template_7(): {
220
- attrs: Partial<{}>;
221
- slots: {
222
- default?(_: {}): any;
223
- content?(_: {}): any;
224
- };
225
- refs: {
226
- tooltipWrapper: HTMLDivElement;
227
- };
228
- rootEl: HTMLDivElement;
229
- };
230
-
231
- declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
232
-
233
- declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
234
-
235
- declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
236
-
237
- declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
238
-
239
- declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
240
-
241
- declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
242
-
243
- declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
244
-
245
- declare type __VLS_WithTemplateSlots<T, S> = T & {
246
- new (): {
247
- $slots: S;
248
- };
249
- };
250
-
251
- declare type __VLS_WithTemplateSlots_2<T, S> = T & {
252
- new (): {
253
- $slots: S;
254
- };
255
- };
256
-
257
- declare type __VLS_WithTemplateSlots_3<T, S> = T & {
258
- new (): {
259
- $slots: S;
260
- };
261
- };
262
-
263
- declare type __VLS_WithTemplateSlots_4<T, S> = T & {
264
- new (): {
265
- $slots: S;
266
- };
267
- };
268
-
269
- declare type __VLS_WithTemplateSlots_5<T, S> = T & {
270
- new (): {
271
- $slots: S;
272
- };
273
- };
274
-
275
- declare type __VLS_WithTemplateSlots_6<T, S> = T & {
276
- new (): {
277
- $slots: S;
278
- };
279
- };
280
-
281
- declare type __VLS_WithTemplateSlots_7<T, S> = T & {
282
- new (): {
283
- $slots: S;
284
- };
285
- };
286
-
287
- export declare const AdvancedModal: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
288
-
289
- /**
290
- * Convert AI Text Service response to chat message format
291
- * @param aiResponse - Response from AI Text Service
292
- * @param originalText - Original text that was processed (if any)
293
- * @returns Object suitable for creating a ChatMessage
294
- */
295
- export declare const aiResponseToChatMessage: (aiResponse: AITextApiResponse, originalText?: string) => {
296
- content: string;
297
- changes: {
298
- data: {
299
- originalText: string | undefined;
300
- originalMessage: string;
301
- improvedText: string | undefined;
302
- };
303
- title: string;
304
- description: string;
305
- added: number;
306
- removed: number;
307
- } | undefined;
308
- };
309
-
310
- export declare type AITextApiResponse = IAITextApiResponse;
311
-
312
- export declare const AnimeSpaceman: DefineComponent<SpacemanLogoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SpacemanLogoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
313
-
314
- export declare interface ApiResponseChoice {
315
- message: {
316
- content: string;
317
- role: string;
318
- };
319
- }
320
-
321
- export declare const AssistantField: DefineComponent<AssistantFieldProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
322
- assistantFieldClick: (event: MouseEvent) => any;
323
- }, string, PublicProps, Readonly<AssistantFieldProps> & Readonly<{
324
- onAssistantFieldClick?: ((event: MouseEvent) => any) | undefined;
325
- }>, {
326
- name: string;
327
- date: string;
328
- assistantId: string;
329
- isDefault: boolean;
330
- isSelected: boolean;
331
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
332
-
333
- export declare interface AssistantFieldEvents {
334
- assistantFieldClick: [event: MouseEvent];
335
- }
336
-
337
- export declare interface AssistantFieldProps {
338
- name?: string;
339
- date?: string;
340
- assistantId?: string;
341
- isDefault?: boolean;
342
- isSelected?: boolean;
343
- }
344
-
345
- export declare interface AssistantFieldSlots {
346
- default?: never;
347
- name?: never;
348
- date?: never;
349
- assistantId?: never;
350
- privacyIcon?: never;
351
- }
352
-
353
- export declare interface AssistantItem {
354
- id?: string;
355
- name: string;
356
- date: string;
357
- assistantId: string;
358
- isDefault: boolean;
359
- isSelected?: boolean;
360
- }
361
-
362
- export declare const AssistantList: DefineComponent<AssistantListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
363
- assistantClick: (assistant: AssistantItem, event: MouseEvent) => any;
364
- }, string, PublicProps, Readonly<AssistantListProps> & Readonly<{
365
- onAssistantClick?: ((assistant: AssistantItem, event: MouseEvent) => any) | undefined;
366
- }>, {
367
- assistants: AssistantItem[];
368
- selectedAssistantId: string | null;
369
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
370
-
371
- export declare interface AssistantListEvents {
372
- assistantClick: [assistant: AssistantItem, event: MouseEvent];
373
- }
374
-
375
- export declare interface AssistantListProps {
376
- assistants?: AssistantItem[];
377
- selectedAssistantId?: string | null;
378
- }
379
-
380
- export declare interface AssistantListSlots {
381
- default?: never;
382
- assistantField?: {
383
- assistant: AssistantItem;
384
- index: number;
385
- };
386
- }
387
-
388
- export declare const AssistantsHeader: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
389
- edit: (event: MouseEvent) => any;
390
- playground: (event: MouseEvent) => any;
391
- }, string, PublicProps, Readonly<Props> & Readonly<{
392
- onEdit?: ((event: MouseEvent) => any) | undefined;
393
- onPlayground?: ((event: MouseEvent) => any) | undefined;
394
- }>, {
395
- assistantId: string;
396
- assistantImage: string;
397
- assistantIcon: string;
398
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
399
-
400
- export declare interface AssistantsHeaderEmits {
401
- edit: [event: MouseEvent];
402
- playground: [event: MouseEvent];
403
- }
404
-
405
- export declare interface AssistantsHeaderExpose {
406
- }
407
-
408
- export declare interface AssistantsHeaderProps {
409
- assistantImage?: string;
410
- assistantIcon: string;
411
- assistantId?: string;
412
- }
413
-
414
- export declare interface Avatar {
415
- id: string | number;
416
- url: string;
417
- name: string;
418
- }
419
-
420
- declare interface Avatar_2 {
421
- id: string | number;
422
- url: string;
423
- name: string;
424
- }
425
-
426
- export declare const AvatarChoosing: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
427
- click: (event: MouseEvent) => any;
428
- }, string, PublicProps, Readonly<Props_2> & Readonly<{
429
- onClick?: ((event: MouseEvent) => any) | undefined;
430
- }>, {
431
- isSelected: boolean;
432
- altText: string;
433
- backgroundColor: string;
434
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
435
-
436
- export declare interface AvatarChoosingEmits {
437
- click: [event: MouseEvent];
438
- }
439
-
440
- export declare interface AvatarChoosingExpose {
441
- }
442
-
443
- export declare interface AvatarChoosingProps {
444
- imageUrl: string;
445
- isSelected?: boolean;
446
- altText?: string;
447
- backgroundColor?: string;
448
- }
449
-
450
- export declare const AvatarList: DefineComponent<Props_3, {
451
- selectedAvatarId: Ref<string | number | null, string | number | null>;
452
- selectedAvatar: ComputedRef<Avatar_2 | null>;
453
- selectAvatar: (id: string | number) => void;
454
- clearSelection: () => void;
455
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
456
- selectionChange: (selectedId: string | number | null) => any;
457
- avatarClick: (avatarId: string | number, isSelected: boolean) => any;
458
- }, string, PublicProps, Readonly<Props_3> & Readonly<{
459
- onSelectionChange?: ((selectedId: string | number | null) => any) | undefined;
460
- onAvatarClick?: ((avatarId: string | number, isSelected: boolean) => any) | undefined;
461
- }>, {
462
- title: string;
463
- showSelectedInfo: boolean;
464
- allowDeselect: boolean;
465
- multiple: boolean;
466
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
467
-
468
- export declare interface AvatarListEmits {
469
- selectionChange: [selectedId: string | number | null];
470
- avatarClick: [avatarId: string | number, isSelected: boolean];
471
- }
472
-
473
- export declare interface AvatarListExpose {
474
- selectedAvatarId: Ref<string | number | null>;
475
- selectedAvatar: ComputedRef<Avatar | null>;
476
- selectAvatar: (id: string | number) => void;
477
- clearSelection: () => void;
478
- }
479
-
480
- export declare interface AvatarListProps {
481
- avatars: Avatar[];
482
- title?: string;
483
- showSelectedInfo?: boolean;
484
- allowDeselect?: boolean;
485
- multiple?: boolean;
486
- }
487
-
488
- export declare const BaseButton: DefineComponent<BaseButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
489
- click: (event: MouseEvent) => any;
490
- leftIconClick: (event: MouseEvent) => any;
491
- rightIconClick: (event: MouseEvent) => any;
492
- }, string, PublicProps, Readonly<BaseButtonProps> & Readonly<{
493
- onClick?: ((event: MouseEvent) => any) | undefined;
494
- onLeftIconClick?: ((event: MouseEvent) => any) | undefined;
495
- onRightIconClick?: ((event: MouseEvent) => any) | undefined;
496
- }>, {
497
- label: string;
498
- size: "s" | "sm" | "md" | "lg" | "xl";
499
- disabled: boolean;
500
- loading: boolean;
501
- hierarchy: "primary" | "secondary" | "tertiary" | "link";
502
- state: "default" | "hover" | "focused" | "disabled" | "loading";
503
- errorState: boolean;
504
- iconOnly: boolean;
505
- leftIcon: string;
506
- rightIcon: string;
507
- loadingText: string;
508
- tooltip: string;
509
- tooltipPlacement: "top" | "bottom" | "left" | "right";
510
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
511
-
512
- export declare interface BaseButtonEmits {
513
- /**
514
- * Emitted when button is clicked
515
- */
516
- click: [event: MouseEvent];
517
- /**
518
- * Emitted when left icon is clicked (if applicable)
519
- */
520
- leftIconClick: [event: MouseEvent];
521
- /**
522
- * Emitted when right icon is clicked (if applicable)
523
- */
524
- rightIconClick: [event: MouseEvent];
525
- }
526
-
527
- /**
528
- * BaseButton Component Interfaces
529
- * Defines the props and types for the BaseButton component
530
- */
531
- export declare interface BaseButtonProps {
532
- /**
533
- * Button size variant
534
- * - s: 20px height, 14px font, 2px gap, 4px border-radius, 2px padding, 16px icon
535
- * - sm: 28px height, 14px font, 4px gap, 8px border-radius, 4px padding, 20px icon
536
- * - md: 40px height, 16px font, 4px gap, 8px border-radius, 4px padding, 20px icon
537
- * - lg: 48px height, 16px font, 8px gap, 8px border-radius, 8px padding, 24px icon
538
- * - xl: 52px height, 18px font, 10px gap, 8px border-radius, 12px padding, 24px icon
539
- */
540
- size?: 's' | 'sm' | 'md' | 'lg' | 'xl';
541
- /**
542
- * Visual hierarchy of the button
543
- * - primary: Filled background with action color
544
- * - secondary: Transparent background with colored border
545
- * - tertiary: Transparent background with subtle border
546
- * - link: No background, text only
547
- */
548
- hierarchy?: 'primary' | 'secondary' | 'tertiary' | 'link';
549
- /**
550
- * Current state of the button
551
- * - default: Base styling per hierarchy
552
- * - hover: Background overlay, slight elevation
553
- * - focused: Focus ring with 2px offset
554
- * - disabled: Reduced opacity, muted colors
555
- * - loading: Spinner + optional text, disabled interaction
556
- */
557
- state?: 'default' | 'hover' | 'focused' | 'disabled' | 'loading';
558
- /**
559
- * Whether the button is in error/destructive state
560
- * When true, applies error colors (red variants)
561
- */
562
- errorState?: boolean;
563
- /**
564
- * Whether the button shows only an icon (square button)
565
- */
566
- iconOnly?: boolean;
567
- /**
568
- * Left icon component name (from src/icons folder)
569
- */
570
- leftIcon?: string;
571
- /**
572
- * Right icon component name (from src/icons folder)
573
- */
574
- rightIcon?: string;
575
- /**
576
- * Button label text
577
- */
578
- label?: string;
579
- /**
580
- * Customizable loading text (e.g., "Saving...", "Submitting...")
581
- * If not provided, shows original label or just spinner
582
- */
583
- loadingText?: string;
584
- /**
585
- * Whether the button is disabled
586
- */
587
- disabled?: boolean;
588
- /**
589
- * Whether the button is in loading state
590
- */
591
- loading?: boolean;
592
- /**
593
- * Tooltip text to show on hover
594
- */
595
- tooltip?: string;
596
- /**
597
- * Tooltip placement
598
- */
599
- tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
600
- }
601
-
602
- export declare const BaseInput: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
603
-
604
- export declare interface BaseInputFieldProps extends UnifiedInputFieldProps {
605
- }
606
-
607
- export declare interface BaseInputProps {
608
- size?: InputFieldSize;
609
- colorStyle?: InputFieldColorStyle;
610
- state?: InputFieldState;
611
- destructive?: boolean;
612
- required?: boolean;
613
- label?: string;
614
- hintText?: string;
615
- disabled?: boolean;
616
- }
617
-
618
- export declare const BaseTabButton: DefineComponent<ITabList, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
619
- tabSwitch: (...args: any[]) => void;
620
- }, string, PublicProps, Readonly<ITabList> & Readonly<{
621
- onTabSwitch?: ((...args: any[]) => any) | undefined;
622
- }>, {
623
- currentTab: number;
624
- activeStateType: "bottom-dash" | "left-dash" | "background-border";
625
- orientation: "horizontal" | "vertical";
626
- fullWidth: boolean;
627
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
628
-
629
- /**
630
- * Button hierarchy color specifications
631
- */
632
- export declare interface ButtonHierarchyColors {
633
- background: string;
634
- color: string;
635
- border: string;
636
- hoverBackground?: string;
637
- hoverBorder?: string;
638
- focusRing?: string;
639
- }
640
-
641
- /**
642
- * Button size specifications from Figma
643
- */
644
- export declare interface ButtonSizeSpecs {
645
- height: number;
646
- fontSize: number;
647
- gap: number;
648
- borderRadius: number;
649
- padding: number;
650
- iconSize: number;
651
- }
652
-
653
- /**
654
- * Button state specifications
655
- */
656
- export declare interface ButtonStateSpecs {
657
- opacity?: number;
658
- transform?: string;
659
- boxShadow?: string;
660
- cursor?: string;
661
- }
662
-
663
- /**
664
- * Calculates the percentage of a partial value relative to a total value.
665
- * @param partialValue - The part of the total value.
666
- * @param totalValue - The total value.
667
- * @returns The percentage as a string with one decimal place.
668
- */
669
- export declare const calculatePercentage: (partialValue: number, totalValue: number) => string;
670
-
671
- export declare const CardInput: DefineComponent<Props_14, {
672
- focus: () => void;
673
- inputRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
674
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
675
- blur: (event: FocusEvent) => any;
676
- focus: (event: FocusEvent) => any;
677
- input: (value: string) => any;
678
- keydown: (event: KeyboardEvent) => any;
679
- "update:modelValue": (value: string) => any;
680
- "update:cardNumber": (number: string) => any;
681
- "card-type-detected": (type: CardType) => any;
682
- "trailing-icon-click": (event: MouseEvent) => any;
683
- "leading-icon-click": (event: MouseEvent) => any;
684
- "trailing-button-click": (event: MouseEvent) => any;
685
- "update:countryCode": (code: string) => any;
686
- "update:phoneNumber": (number: string) => any;
687
- "country-change": (country: CountryOption) => any;
688
- "update:currency": (currency: string) => any;
689
- "update:amount": (amount: string | number) => any;
690
- "currency-change": (currency: CurrencyOption) => any;
691
- "update:protocol": (protocol: string) => any;
692
- "update:url": (url: string) => any;
693
- "protocol-change": (protocol: string) => any;
694
- "update:tags": (tags: string[]) => any;
695
- "tag-added": (tag: string) => any;
696
- "tag-removed": (tag: string, index: number) => any;
697
- "max-tags-reached": () => any;
698
- "copy-success": (text: string) => any;
699
- "copy-error": (error: Error) => any;
700
- }, string, PublicProps, Readonly<Props_14> & Readonly<{
701
- onBlur?: ((event: FocusEvent) => any) | undefined;
702
- onFocus?: ((event: FocusEvent) => any) | undefined;
703
- onInput?: ((value: string) => any) | undefined;
704
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
705
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
706
- "onUpdate:cardNumber"?: ((number: string) => any) | undefined;
707
- "onCard-type-detected"?: ((type: CardType) => any) | undefined;
708
- "onTrailing-icon-click"?: ((event: MouseEvent) => any) | undefined;
709
- "onLeading-icon-click"?: ((event: MouseEvent) => any) | undefined;
710
- "onTrailing-button-click"?: ((event: MouseEvent) => any) | undefined;
711
- "onUpdate:countryCode"?: ((code: string) => any) | undefined;
712
- "onUpdate:phoneNumber"?: ((number: string) => any) | undefined;
713
- "onCountry-change"?: ((country: CountryOption) => any) | undefined;
714
- "onUpdate:currency"?: ((currency: string) => any) | undefined;
715
- "onUpdate:amount"?: ((amount: string | number) => any) | undefined;
716
- "onCurrency-change"?: ((currency: CurrencyOption) => any) | undefined;
717
- "onUpdate:protocol"?: ((protocol: string) => any) | undefined;
718
- "onUpdate:url"?: ((url: string) => any) | undefined;
719
- "onProtocol-change"?: ((protocol: string) => any) | undefined;
720
- "onUpdate:tags"?: ((tags: string[]) => any) | undefined;
721
- "onTag-added"?: ((tag: string) => any) | undefined;
722
- "onTag-removed"?: ((tag: string, index: number) => any) | undefined;
723
- "onMax-tags-reached"?: (() => any) | undefined;
724
- "onCopy-success"?: ((text: string) => any) | undefined;
725
- "onCopy-error"?: ((error: Error) => any) | undefined;
726
- }>, {
727
- label: string;
728
- placeholder: string;
729
- required: boolean;
730
- size: InputFieldSize;
731
- disabled: boolean;
732
- cardNumber: string;
733
- cardType: CardType;
734
- maskInput: boolean;
735
- showCardIcon: boolean;
736
- readonly: boolean;
737
- state: InputFieldState;
738
- hintText: string;
739
- destructive: boolean;
740
- colorStyle: InputFieldColorStyle;
741
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
742
- inputRef: HTMLInputElement;
743
- }, HTMLDivElement>;
744
-
745
- export declare interface CardInputEvents extends InputFieldEvents {
746
- 'update:cardNumber': [number: string];
747
- 'card-type-detected': [type: CardType];
748
- }
749
-
750
- export declare interface CardInputEvents {
751
- 'update:modelValue': [value: string];
752
- 'update:cardNumber': [number: string];
753
- 'card-type-detected': [cardType: CardType];
754
- input: [value: string];
755
- focus: [event: FocusEvent];
756
- blur: [event: FocusEvent];
757
- 'trailing-icon-click': [event: MouseEvent];
758
- }
759
-
760
- export declare interface CardInputProps extends BaseInputFieldProps {
761
- cardNumber?: string;
762
- cardType?: CardType;
763
- maskInput?: boolean;
764
- showCardIcon?: boolean;
765
- }
766
-
767
- export declare interface CardInputProps extends BaseInputProps {
768
- placeholder?: string;
769
- cardNumber?: string;
770
- cardType?: CardType;
771
- maskInput?: boolean;
772
- showCardIcon?: boolean;
773
- trailingIcon?: Component | string;
774
- disabled?: boolean;
775
- readonly?: boolean;
776
- }
777
-
778
- export declare type CardType = 'visa' | 'mastercard' | 'amex' | 'discover' | 'unknown';
779
-
780
- export declare const ChooseAssistantAvatar: DefineComponent<Props_4, {
781
- selectedIconId: Ref<string | number | null, string | number | null>;
782
- selectedFaceId: Ref<string | number | null, string | number | null>;
783
- selectedVoiceId: Ref<string | number | null, string | number | null>;
784
- resetSelections: () => void;
785
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
786
- cancel: () => any;
787
- close: () => any;
788
- save: (data: {
789
- selectedIconId: string | number | null;
790
- selectedFaceId: string | number | null;
791
- selectedVoiceId: string | number | null;
792
- }) => any;
793
- iconSelect: (icon: Icon_2) => any;
794
- faceSelect: (face: Face_2) => any;
795
- voiceSelect: (voice: Voice_2) => any;
796
- searchInput: (query: string) => any;
797
- searchClick: () => any;
798
- uploadClick: () => any;
799
- }, string, PublicProps, Readonly<Props_4> & Readonly<{
800
- onCancel?: (() => any) | undefined;
801
- onClose?: (() => any) | undefined;
802
- onSave?: ((data: {
803
- selectedIconId: string | number | null;
804
- selectedFaceId: string | number | null;
805
- selectedVoiceId: string | number | null;
806
- }) => any) | undefined;
807
- onIconSelect?: ((icon: Icon_2) => any) | undefined;
808
- onFaceSelect?: ((face: Face_2) => any) | undefined;
809
- onVoiceSelect?: ((voice: Voice_2) => any) | undefined;
810
- onSearchInput?: ((query: string) => any) | undefined;
811
- onSearchClick?: (() => any) | undefined;
812
- onUploadClick?: (() => any) | undefined;
813
- }>, {
814
- title: string;
815
- description: string;
816
- icons: Icon_2[];
817
- voices: Voice_2[];
818
- searchPlaceholder: string;
819
- cancelButtonText: string;
820
- saveButtonText: string;
821
- closeButtonAriaLabel: string;
822
- searchButtonAriaLabel: string;
823
- uploadButtonAriaLabel: string;
824
- allowMultipleSelection: boolean;
825
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
826
-
827
- export declare interface ChooseAssistantAvatarEmits {
828
- close: [];
829
- cancel: [];
830
- save: [
831
- data: {
832
- selectedIconId: string | number | null;
833
- selectedFaceId: string | number | null;
834
- selectedVoiceId: string | number | null;
835
- }
836
- ];
837
- iconSelect: [icon: Icon];
838
- faceSelect: [face: Face];
839
- voiceSelect: [voice: Voice];
840
- searchInput: [query: string];
841
- searchClick: [];
842
- uploadClick: [];
843
- }
844
-
845
- export declare interface ChooseAssistantAvatarExpose {
846
- selectedIconId: Ref<string | number | null>;
847
- selectedFaceId: Ref<string | number | null>;
848
- selectedVoiceId: Ref<string | number | null>;
849
- resetSelections: () => void;
850
- }
851
-
852
- export declare interface ChooseAssistantAvatarProps {
853
- title?: string;
854
- description?: string;
855
- icons?: Icon[];
856
- faces?: Face[];
857
- voices?: Voice[];
858
- searchPlaceholder?: string;
859
- cancelButtonText?: string;
860
- saveButtonText?: string;
861
- closeButtonAriaLabel?: string;
862
- searchButtonAriaLabel?: string;
863
- uploadButtonAriaLabel?: string;
864
- allowMultipleSelection?: boolean;
865
- }
866
-
867
- export declare function cloneDeepSafe<T>(value: T): T;
868
-
869
- export declare const CodeBlock: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLPreElement>;
870
-
871
- export declare interface ColorConfig {
872
- name: string;
873
- id: string;
874
- version: number;
875
- order: number;
876
- isPublic: boolean;
877
- isDefault: boolean;
878
- sections: Record<string, ColorSection>;
879
- }
880
-
881
- /**
882
- * Interfaces for ColorComparison component
883
- */
884
- export declare interface ColorInfo {
885
- name: string;
886
- id: string;
887
- version: number;
888
- value: string;
889
- }
890
-
891
- export declare interface ColorMode {
892
- name: string;
893
- id: string;
894
- version: number;
895
- order: number;
896
- modeKey: string;
897
- isDefault: boolean;
898
- colorConfig: ColorConfig;
899
- }
900
-
901
- export declare interface ColorSection {
902
- name: string;
903
- id: string;
904
- version: number;
905
- colors: Record<string, ColorInfo>;
906
- }
907
-
908
- export declare interface ComparisonItem {
909
- colorName: string;
910
- color1: string;
911
- color2: string;
912
- }
913
-
914
- export declare type CompatibilityTest = {
915
- id: string;
916
- name: string;
917
- textColor: string;
918
- backgroundColor: string;
919
- contrastRatio: number;
920
- pass: boolean;
921
- };
922
-
923
- export declare interface Configuration {
924
- metadata: {
925
- generatedAt: string;
926
- source: string;
927
- totalProjects: number;
928
- note: string;
929
- };
930
- projects: Project[];
931
- }
932
-
933
- export declare const ConfirmationModal: DefineComponent<ExtractPropTypes< {
934
- title: {
935
- type: StringConstructor;
936
- required: true;
937
- };
938
- description: {
939
- type: StringConstructor;
940
- default: string;
941
- };
942
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
943
- close: (...args: any[]) => void;
944
- confirmDeletion: (...args: any[]) => void;
945
- }, string, PublicProps, Readonly<ExtractPropTypes< {
946
- title: {
947
- type: StringConstructor;
948
- required: true;
949
- };
950
- description: {
951
- type: StringConstructor;
952
- default: string;
953
- };
954
- }>> & Readonly<{
955
- onClose?: ((...args: any[]) => any) | undefined;
956
- onConfirmDeletion?: ((...args: any[]) => any) | undefined;
957
- }>, {
958
- description: string;
959
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
960
-
961
- export declare interface CopyInputEvents extends InputFieldEvents {
962
- 'copy-success': [text: string];
963
- 'copy-error': [error: Error];
964
- }
965
-
966
- export declare interface CopyInputProps extends BaseInputFieldProps {
967
- copyText?: string;
968
- showCopyButton?: boolean;
969
- copySuccessMessage?: string;
970
- }
971
-
972
- /**
973
- * Copies the provided text to the clipboard and shows a toast notification.
974
- * @param textToCopy - The text to copy to the clipboard.
975
- */
976
- export declare const copyToClipboard: (textToCopy: string) => Promise<void>;
977
-
978
- export declare interface CountryOption {
979
- code: string;
980
- name: string;
981
- flag: string;
982
- dialCode: string;
983
- }
984
-
985
- /**
986
- * Create changes object for UI display
987
- * @param parsed - Parsed API response data
988
- * @returns Changes object or undefined if no changes
989
- */
990
- export declare const createChangesObject: (parsed: ParsedApiResponse) => {
991
- title: string;
992
- description: string;
993
- added: number;
994
- removed: number;
995
- data: {
996
- originalMessage: string;
997
- improvedText: string | undefined;
998
- };
999
- } | undefined;
1000
-
1001
- export declare interface CurrencyOption {
1002
- code: string;
1003
- name: string;
1004
- symbol: string;
1005
- }
1006
-
1007
- export declare const CustomCheckbox: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1008
- "update:isChecked": (value: boolean) => any;
1009
- }, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
1010
- "onUpdate:isChecked"?: ((value: boolean) => any) | undefined;
1011
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
1012
-
1013
- export declare const daysInMonth: number;
1014
-
1015
- /**
1016
- * Creates a debounced version of a function that delays invoking it
1017
- * until after `wait` milliseconds have elapsed since the last time it was called.
1018
- *
1019
- * @template T - The type of the original function.
1020
- * @param fn - The function to debounce.
1021
- * @param wait - The number of milliseconds to delay. Defaults to 300ms.
1022
- * @returns A debounced version of the original function.
1023
- *
1024
- * @example
1025
- * window.addEventListener('resize', debouncedFn)
1026
- */
1027
- export declare function debounce<T extends (...args: any[]) => void>(fn: T, wait?: number): (...args: Parameters<T>) => void;
1028
-
1029
- /**
1030
- * Performs a deep comparison between two values to determine if they are equivalent.
1031
- * This function is similar to Lodash's `isEqual`.
1032
- *
1033
- * @template T - The type of the values being compared.
1034
- * @param {T} a - The first value to compare.
1035
- * @param {T} b - The second value to compare.
1036
- * @returns {boolean} - Returns `true` if the values are deeply equal, otherwise `false`.
1037
- */
1038
- export declare function deepEqual<T>(a: T, b: T): boolean;
1039
-
1040
- export declare const defaultImageSrc = "https://img.freepik.com/premium-vector/default-image-icon-vector-missing-picture-page-website-design-mobile-app-no-photo-available_87543-11093.jpg";
1041
-
1042
- export declare const DefaultInput: DefineComponent<Props_15, {
1043
- focus: () => void;
1044
- inputRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
1045
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1046
- blur: (event: FocusEvent) => any;
1047
- focus: (event: FocusEvent) => any;
1048
- input: (value: string) => any;
1049
- keydown: (event: KeyboardEvent) => any;
1050
- "update:modelValue": (value: string) => any;
1051
- "trailing-icon-click": (event: MouseEvent) => any;
1052
- "leading-icon-click": (event: MouseEvent) => any;
1053
- }, string, PublicProps, Readonly<Props_15> & Readonly<{
1054
- onBlur?: ((event: FocusEvent) => any) | undefined;
1055
- onFocus?: ((event: FocusEvent) => any) | undefined;
1056
- onInput?: ((value: string) => any) | undefined;
1057
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1058
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1059
- "onTrailing-icon-click"?: ((event: MouseEvent) => any) | undefined;
1060
- "onLeading-icon-click"?: ((event: MouseEvent) => any) | undefined;
1061
- }>, {
1062
- label: string;
1063
- placeholder: string;
1064
- required: boolean;
1065
- size: InputFieldSize;
1066
- disabled: boolean;
1067
- inputType: string;
1068
- modelValue: string;
1069
- readonly: boolean;
1070
- state: InputFieldState;
1071
- hintText: string;
1072
- destructive: boolean;
1073
- colorStyle: InputFieldColorStyle;
1074
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1075
- inputRef: HTMLInputElement;
1076
- }, HTMLDivElement>;
1077
-
1078
- export declare interface DefaultInputEvents {
1079
- 'update:modelValue': [value: string];
1080
- input: [value: string];
1081
- focus: [event: FocusEvent];
1082
- blur: [event: FocusEvent];
1083
- keydown: [event: KeyboardEvent];
1084
- 'leading-icon-click': [event: MouseEvent];
1085
- 'trailing-icon-click': [event: MouseEvent];
1086
- }
1087
-
1088
- export declare interface DefaultInputProps extends BaseInputProps {
1089
- placeholder?: string;
1090
- inputType?: string;
1091
- modelValue?: string;
1092
- readonly?: boolean;
1093
- leadingIcon?: Component | string;
1094
- trailingIcon?: Component | string;
1095
- tooltipText?: string;
1096
- }
1097
-
1098
- export declare const DeleteConfirmationModal: DefineComponent<ExtractPropTypes< {
1099
- title: {
1100
- type: StringConstructor;
1101
- required: true;
1102
- };
1103
- description: {
1104
- type: StringConstructor;
1105
- default: string;
1106
- };
1107
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1108
- close: (...args: any[]) => void;
1109
- confirmDeletion: (...args: any[]) => void;
1110
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1111
- title: {
1112
- type: StringConstructor;
1113
- required: true;
1114
- };
1115
- description: {
1116
- type: StringConstructor;
1117
- default: string;
1118
- };
1119
- }>> & Readonly<{
1120
- onClose?: ((...args: any[]) => any) | undefined;
1121
- onConfirmDeletion?: ((...args: any[]) => any) | undefined;
1122
- }>, {
1123
- description: string;
1124
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1125
-
1126
- export declare const Descriptions: DefineComponent<Props_10, {
1127
- focus: () => void;
1128
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1129
- blur: (event: FocusEvent) => any;
1130
- focus: (event: FocusEvent) => any;
1131
- input: (value: string) => any;
1132
- "update:modelValue": (value: string) => any;
1133
- "ask-ai": (content: string) => any;
1134
- expand: (content: string) => any;
1135
- "remove-tag": (index: number) => any;
1136
- "tooltip-click": () => any;
1137
- "add-tag": (tag: string) => any;
1138
- "tags-click": () => any;
1139
- }, string, PublicProps, Readonly<Props_10> & Readonly<{
1140
- onBlur?: ((event: FocusEvent) => any) | undefined;
1141
- onFocus?: ((event: FocusEvent) => any) | undefined;
1142
- onInput?: ((value: string) => any) | undefined;
1143
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1144
- "onAsk-ai"?: ((content: string) => any) | undefined;
1145
- onExpand?: ((content: string) => any) | undefined;
1146
- "onRemove-tag"?: ((index: number) => any) | undefined;
1147
- "onTooltip-click"?: (() => any) | undefined;
1148
- "onAdd-tag"?: ((tag: string) => any) | undefined;
1149
- "onTags-click"?: (() => any) | undefined;
1150
- }>, {
1151
- label: string;
1152
- type: DescriptionType;
1153
- placeholder: string;
1154
- required: boolean;
1155
- disabled: boolean;
1156
- tags: string[];
1157
- tooltipText: string;
1158
- modelValue: string;
1159
- readonly: boolean;
1160
- openaiApiKey: string;
1161
- openaiModel: string;
1162
- openaiOrganization: string;
1163
- showTooltip: boolean;
1164
- showAiButton: boolean;
1165
- hintText: string;
1166
- errorMessage: string;
1167
- modalTitle: string;
1168
- modalDescription: string;
1169
- showUnderlines: boolean;
1170
- dynamicTitle: string;
1171
- showHint: boolean;
1172
- diffMode: boolean;
1173
- oldText: string;
1174
- newText: string;
1175
- tagsOnly: boolean;
1176
- stage: DescriptionStage;
1177
- destructive: boolean;
1178
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1179
-
1180
- declare type DescriptionStage = 'placeholder' | 'default' | 'focused' | 'disabled' | 'error';
1181
-
1182
- declare type DescriptionType = 'default' | 'tags';
1183
-
1184
- declare interface DiffProps {
1185
- modelValue: string;
1186
- placeholder?: string;
1187
- originalText?: string;
1188
- improvedText?: string;
1189
- showDiff?: boolean;
1190
- }
1191
-
1192
- export declare const DiffTextarea: DefineComponent<DiffProps, {
1193
- focus: () => void | undefined;
1194
- blur: () => void | undefined;
1195
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1196
- "update:modelValue": (value: string) => any;
1197
- }, string, PublicProps, Readonly<DiffProps> & Readonly<{
1198
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1199
- }>, {
1200
- placeholder: string;
1201
- showDiff: boolean;
1202
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1203
- textareaRef: HTMLTextAreaElement;
1204
- }, HTMLDivElement>;
1205
-
1206
- export declare const Dropdown: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1207
-
1208
- export declare const EditFeaturedExcerptModal: DefineComponent<ExtractPropTypes< {
1209
- isVisible: {
1210
- type: BooleanConstructor;
1211
- required: true;
1212
- };
1213
- title: {
1214
- type: StringConstructor;
1215
- default: string;
1216
- };
1217
- description: {
1218
- type: StringConstructor;
1219
- default: string;
1220
- };
1221
- initialContent: {
1222
- type: StringConstructor;
1223
- default: string;
1224
- };
1225
- openaiApiKey: {
1226
- type: StringConstructor;
1227
- default: string;
1228
- };
1229
- openaiModel: {
1230
- type: StringConstructor;
1231
- default: string;
1232
- };
1233
- openaiOrganization: {
1234
- type: StringConstructor;
1235
- default: string;
1236
- };
1237
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1238
- cancel: (...args: any[]) => void;
1239
- close: (...args: any[]) => void;
1240
- save: (...args: any[]) => void;
1241
- askAI: (...args: any[]) => void;
1242
- toggleAI: (...args: any[]) => void;
1243
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1244
- isVisible: {
1245
- type: BooleanConstructor;
1246
- required: true;
1247
- };
1248
- title: {
1249
- type: StringConstructor;
1250
- default: string;
1251
- };
1252
- description: {
1253
- type: StringConstructor;
1254
- default: string;
1255
- };
1256
- initialContent: {
1257
- type: StringConstructor;
1258
- default: string;
1259
- };
1260
- openaiApiKey: {
1261
- type: StringConstructor;
1262
- default: string;
1263
- };
1264
- openaiModel: {
1265
- type: StringConstructor;
1266
- default: string;
1267
- };
1268
- openaiOrganization: {
1269
- type: StringConstructor;
1270
- default: string;
1271
- };
1272
- }>> & Readonly<{
1273
- onCancel?: ((...args: any[]) => any) | undefined;
1274
- onClose?: ((...args: any[]) => any) | undefined;
1275
- onSave?: ((...args: any[]) => any) | undefined;
1276
- onAskAI?: ((...args: any[]) => any) | undefined;
1277
- onToggleAI?: ((...args: any[]) => any) | undefined;
1278
- }>, {
1279
- title: string;
1280
- description: string;
1281
- openaiApiKey: string;
1282
- initialContent: string;
1283
- openaiModel: string;
1284
- openaiOrganization: string;
1285
- }, {}, {}, {}, string, ComponentProvideOptions, true, {
1286
- chatRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1287
- placeholder?: string;
1288
- messages?: IChatMessage[];
1289
- enableAI?: boolean;
1290
- openaiApiKey?: string;
1291
- textBoxContent?: string;
1292
- }> & Readonly<{
1293
- onSend?: ((message: string) => any) | undefined;
1294
- onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
1295
- onDenyChanges?: ((message: IChatMessage) => any) | undefined;
1296
- onTextReplacement?: ((data: {
1297
- original?: string;
1298
- improved: string;
1299
- stats?: any;
1300
- }) => any) | undefined;
1301
- onTextCompletion?: ((data: {
1302
- original?: string;
1303
- completion: string;
1304
- }) => any) | undefined;
1305
- }>, {
1306
- addAIResponse: (content: string, changes?: {
1307
- title?: string;
1308
- description: string;
1309
- added: number;
1310
- removed: number;
1311
- data?: any;
1312
- }) => void;
1313
- addAIResponseFromApi: (apiResponse: any) => void;
1314
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1315
- send: (message: string) => any;
1316
- acceptChanges: (message: IChatMessage) => any;
1317
- denyChanges: (message: IChatMessage) => any;
1318
- textReplacement: (data: {
1319
- original?: string;
1320
- improved: string;
1321
- stats?: any;
1322
- }) => any;
1323
- textCompletion: (data: {
1324
- original?: string;
1325
- completion: string;
1326
- }) => any;
1327
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
1328
- messagesContainer: HTMLDivElement;
1329
- inputRef: HTMLTextAreaElement;
1330
- }, HTMLDivElement, ComponentProvideOptions, {
1331
- P: {};
1332
- B: {};
1333
- D: {};
1334
- C: {};
1335
- M: {};
1336
- Defaults: {};
1337
- }, Readonly<{
1338
- placeholder?: string;
1339
- messages?: IChatMessage[];
1340
- enableAI?: boolean;
1341
- openaiApiKey?: string;
1342
- textBoxContent?: string;
1343
- }> & Readonly<{
1344
- onSend?: ((message: string) => any) | undefined;
1345
- onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
1346
- onDenyChanges?: ((message: IChatMessage) => any) | undefined;
1347
- onTextReplacement?: ((data: {
1348
- original?: string;
1349
- improved: string;
1350
- stats?: any;
1351
- }) => any) | undefined;
1352
- onTextCompletion?: ((data: {
1353
- original?: string;
1354
- completion: string;
1355
- }) => any) | undefined;
1356
- }>, {
1357
- addAIResponse: (content: string, changes?: {
1358
- title?: string;
1359
- description: string;
1360
- added: number;
1361
- removed: number;
1362
- data?: any;
1363
- }) => void;
1364
- addAIResponseFromApi: (apiResponse: any) => void;
1365
- }, {}, {}, {}, {}> | null;
1366
- }, any>;
1367
-
1368
- export declare const EmailCodeVerification: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1369
- verify: (code: string) => any;
1370
- resend: () => any;
1371
- }, string, PublicProps, Readonly<Props_12> & Readonly<{
1372
- onVerify?: ((code: string) => any) | undefined;
1373
- onResend?: (() => any) | undefined;
1374
- }>, {
1375
- error: string;
1376
- loading: boolean;
1377
- brand: "contentplate" | "flowplate" | "freddy";
1378
- resendCooldown: number;
1379
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1380
-
1381
- export declare interface ErrorDetails {
1382
- message: string;
1383
- code?: string | number;
1384
- stack?: string;
1385
- timestamp: string;
1386
- context?: Record<string, unknown>;
1387
- }
1388
-
1389
- /**
1390
- * Extract statistics from API response
1391
- * @param apiResponse - Raw API response
1392
- * @returns Statistics object with added/removed counts
1393
- */
1394
- export declare const extractStats: (apiResponse: any) => {
1395
- added: number;
1396
- removed: number;
1397
- };
1398
-
1399
- export declare interface Face {
1400
- id: string | number;
1401
- imageUrl: string;
1402
- altText?: string;
1403
- backgroundColor?: string;
1404
- }
1405
-
1406
- declare interface Face_2 {
1407
- id: string | number;
1408
- imageUrl: string;
1409
- altText?: string;
1410
- backgroundColor?: string;
1411
- }
1412
-
1413
- /**
1414
- * Formats a file size in bytes into a human-readable string.
1415
- * @param bytes - The file size in bytes.
1416
- * @param decimals - The number of decimal places to include.
1417
- * @returns The formatted file size string.
1418
- */
1419
- export declare const fileSizeFormatter: (bytes: number, decimals?: number) => string;
1420
-
1421
- /**
1422
- * Fills missing days in a month's data with a default value of 0.
1423
- * @param month - The month number (1-12).
1424
- * @param dayData - An array of objects containing day-value pairs.
1425
- * @returns An object with all days of the month filled.
1426
- */
1427
- export declare const fillMissingDays: (month: number, dayData: Array<{
1428
- [key: number]: number;
1429
- }>) => {
1430
- [k: string]: number;
1431
- };
1432
-
1433
- /**
1434
- * Formats a date to a relative format (e.g., "Yesterday" or "DD MMM YYYY").
1435
- * @param inputDate - The date string or Date object to format.
1436
- * @returns The formatted date string.
1437
- */
1438
- export declare function formatDate(inputDate: Date | string): string;
1439
-
1440
- /**
1441
- * Formats a date string or Date object to a locale string.
1442
- * @param dateString - The date string or Date object to format.
1443
- * @returns The formatted date string.
1444
- */
1445
- export declare function formatDateToLocaleString(dateString: Date | string): string;
1446
-
1447
- /**
1448
- * Formats the last used date, defaulting to the created date if not provided.
1449
- * @param inputDate - The last used date string or Date object.
1450
- * @param createdOnDate - The created date string or Date object.
1451
- * @returns The formatted date string.
1452
- */
1453
- export declare function formatLastUsedDate(inputDate: Date | string, createdOnDate?: Date | string): string;
1454
-
1455
- declare const FreddyPlugin: {
1456
- install(app: App): void;
1457
- };
1458
- export default FreddyPlugin;
1459
-
1460
- export declare const frSanitizePlugin: {
1461
- install(app: App): void;
1462
- };
1463
-
1464
- /**
1465
- * Generates an array of dates for a given month in "day month_name" format.
1466
- * @param monthNumber - The month number (1-12).
1467
- * @returns An array of formatted date strings.
1468
- */
1469
- export declare const getDatesForMonth: (monthNumber: number) => string[];
1470
-
1471
- /**
1472
- * Gets the number of days in a given month and year.
1473
- * @param month - The month number (1-12).
1474
- * @param year - The year.
1475
- * @returns The number of days in the month.
1476
- */
1477
- export declare function getDaysInMonth(month: number, year: number): number;
1478
-
1479
- /**
1480
- * Extract display content from parsed API response
1481
- * @param parsed - Parsed API response data
1482
- * @returns The content that should be displayed to the user
1483
- */
1484
- export declare const getDisplayContent: (parsed: ParsedApiResponse) => string;
1485
-
1486
- /**
1487
- * Extracts the file name from a given URL.
1488
- * @param url - The URL containing the file name.
1489
- * @returns The extracted file name, or null if not found.
1490
- */
1491
- export declare function getFileNameFromUrl(url: string): string | null;
1492
-
1493
- /**
1494
- * Gets the short name of a month by its number.
1495
- * @param monthNumber - The month number (1-12).
1496
- * @returns The short month name (e.g., "Jan").
1497
- */
1498
- export declare const getShortMonthName: (monthNumber: number) => string;
1499
-
1500
- /**
1501
- * Checks if an element has overflow content.
1502
- * @param el - The HTML element to check.
1503
- * @returns True if the element has overflow, otherwise false.
1504
- */
1505
- export declare function hasOverflow(el: HTMLElement): boolean;
1506
-
1507
- /**
1508
- * Check if API response indicates text improvements
1509
- * @param apiResponse - Raw API response
1510
- * @returns True if the response contains text improvements
1511
- */
1512
- export declare const hasTextImprovements: (apiResponse: any) => boolean;
1513
-
1514
- export declare interface IAIServiceConfig {
1515
- apiKey: string;
1516
- baseUrl?: string;
1517
- model?: string;
1518
- organization?: string;
1519
- timeout?: number;
1520
- }
1521
-
1522
- export declare interface IAITextApiResponse {
1523
- success?: boolean;
1524
- content?: string;
1525
- output?: Array<{
1526
- content?: string | Array<{
1527
- text?: string;
1528
- type?: string;
1529
- }>;
1530
- }>;
1531
- error?: string | {
1532
- message?: string;
1533
- code?: string;
1534
- };
1535
- action?: 'replace' | 'complete' | 'chat';
1536
- hasChanges?: boolean;
1537
- changeTitle?: string;
1538
- changeDescription?: string;
1539
- improvedText?: string;
1540
- stats?: {
1541
- added: number;
1542
- removed: number;
1543
- };
1544
- }
1545
-
1546
- /**
1547
- * AI Service Interfaces
1548
- * Interfaces for AI-related services and API interactions
1549
- */
1550
- export declare interface IAITextRequest {
1551
- userQuestion: string;
1552
- textBoxContent?: string;
1553
- model?: string;
1554
- temperature?: number;
1555
- maxTokens?: number;
1556
- }
1557
-
1558
- export declare interface IAITextResponse {
1559
- success: boolean;
1560
- content?: string;
1561
- error?: string;
1562
- action?: 'replace' | 'complete' | 'chat';
1563
- hasChanges?: boolean;
1564
- changeTitle?: string;
1565
- changeDescription?: string;
1566
- improvedText?: string;
1567
- stats?: {
1568
- added: number;
1569
- removed: number;
1570
- modified?: number;
1571
- };
1572
- }
1573
-
1574
- export declare interface IApiConfig {
1575
- baseUrl: string;
1576
- timeout?: number;
1577
- headers?: Record<string, string>;
1578
- retries?: number;
1579
- retryDelay?: number;
1580
- }
1581
-
1582
- export declare interface IApiError {
1583
- message: string;
1584
- code?: string | number;
1585
- details?: Record<string, unknown>;
1586
- timestamp?: string;
1587
- }
1588
-
1589
- export declare interface IApiRequest {
1590
- [key: string]: unknown;
1591
- }
1592
-
1593
- /**
1594
- * API Service Interfaces
1595
- * Generic interfaces for API requests, responses, and error handling
1596
- */
1597
- export declare interface IApiResponse<T = unknown> {
1598
- success: boolean;
1599
- data?: T;
1600
- message?: string;
1601
- error?: string;
1602
- code?: number;
1603
- timestamp?: string;
1604
- }
1605
-
1606
- export declare interface IAuthState {
1607
- isAuthenticated: boolean;
1608
- user: IUser | null;
1609
- token: string | null;
1610
- refreshToken: string | null;
1611
- loading: boolean;
1612
- error: string | null;
1613
- }
1614
-
1615
- export declare interface IAuthToken {
1616
- token: string;
1617
- refreshToken?: string;
1618
- expiresIn: number;
1619
- tokenType: string;
1620
- }
1621
-
1622
- export declare interface IBaseModalEmits {
1623
- close: [];
1624
- save: [content: string];
1625
- cancel: [];
1626
- }
1627
-
1628
- /**
1629
- * Modal Component Interfaces
1630
- * Shared interfaces for all modal components
1631
- */
1632
- export declare interface IBaseModalProps {
1633
- isVisible: boolean;
1634
- }
1635
-
1636
- export declare interface IBaseTabButton {
1637
- label: string;
1638
- badge?: number;
1639
- type?: TabButtonType;
1640
- size?: TabButtonSize;
1641
- active?: boolean;
1642
- disabled?: boolean;
1643
- }
1644
-
1645
- export declare interface IBoundingBox extends ICoordinates, IDimensions {
1646
- }
1647
-
1648
- export declare interface IChatInterfaceEmits {
1649
- send: [message: string];
1650
- acceptChanges: [message: IChatMessage];
1651
- denyChanges: [message: IChatMessage];
1652
- textReplacement: [data: {
1653
- original?: string;
1654
- improved: string;
1655
- stats?: any;
1656
- }];
1657
- textCompletion: [data: {
1658
- original?: string;
1659
- completion: string;
1660
- }];
1661
- }
1662
-
1663
- export declare interface IChatInterfaceProps {
1664
- placeholder?: string;
1665
- messages?: IChatMessage[];
1666
- enableAI?: boolean;
1667
- openaiApiKey?: string;
1668
- textBoxContent?: string;
1669
- }
1670
-
1671
- /**
1672
- * Chat Component Interfaces
1673
- * Interfaces for chat-related components and functionality
1674
- */
1675
- export declare interface IChatMessage {
1676
- id: string;
1677
- content: string;
1678
- sender: 'user' | 'assistant';
1679
- timestamp: Date;
1680
- applied?: boolean;
1681
- changes?: {
1682
- title?: string;
1683
- description: string;
1684
- added: number;
1685
- removed: number;
1686
- data?: any;
1687
- };
1688
- }
1689
-
1690
- export declare interface ICodeEditorEmits {
1691
- 'update:modelValue': [value: string];
1692
- change: [value: string];
1693
- focus: [];
1694
- blur: [];
1695
- }
1696
-
1697
- /**
1698
- * Editor Component Interfaces
1699
- * Interfaces for text editors, diff viewers, and code editors
1700
- */
1701
- export declare interface ICodeEditorProps {
1702
- modelValue: string;
1703
- language?: string;
1704
- theme?: 'light' | 'dark';
1705
- readOnly?: boolean;
1706
- lineNumbers?: boolean;
1707
- wordWrap?: boolean;
1708
- }
1709
-
1710
- export declare interface IColorComparison {
1711
- original: string;
1712
- modified: string;
1713
- contrast: number;
1714
- accessibility: {
1715
- aa: boolean;
1716
- aaa: boolean;
1717
- };
1718
- }
1719
-
1720
- export declare interface IColorValidationResult {
1721
- isValid: boolean;
1722
- error?: string;
1723
- suggestions?: string[];
1724
- }
1725
-
1726
- export declare interface Icon {
1727
- id: string | number;
1728
- name?: string;
1729
- iconName?: string;
1730
- component?: any;
1731
- }
1732
-
1733
- declare interface Icon_2 {
1734
- id: string | number;
1735
- name?: string;
1736
- iconName?: string;
1737
- component?: any;
1738
- }
1739
-
1740
- export declare const IconAddFileSystem: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1741
-
1742
- export declare const IconAddPeople: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1743
-
1744
- export declare const IconAitronos: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1745
-
1746
- export declare const IconApple: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1747
-
1748
- export declare const IconApplePay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1749
-
1750
- export declare const IconArrowDown: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1751
-
1752
- export declare const IconArrowLeft: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1753
-
1754
- export declare const IconArrowUp: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1755
-
1756
- export declare const IconBadgeCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1757
-
1758
- export declare const IconBroom: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1759
-
1760
- export declare const IconBuildings: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1761
-
1762
- export declare const IconCalendarWithTickInside: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1763
-
1764
- export declare const IconCallNotAllowed: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1765
-
1766
- export declare const IconCardPay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1767
-
1768
- export declare const IconCaution: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1769
-
1770
- export declare const IconChangeLog: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1771
-
1772
- export declare const IconCheckCircleFill: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1773
-
1774
- export declare const IconCheckInCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1775
-
1776
- export declare const IconCheckRounded: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1777
-
1778
- export declare const IconChevronDown: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1779
-
1780
- export declare const IconChevronLeft: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1781
-
1782
- export declare const IconChevronRight: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1783
-
1784
- export declare const IconChevronUp: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1785
-
1786
- export declare const IconCircledCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1787
-
1788
- export declare const IconClock: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1789
-
1790
- export declare const IconClosedEnvelope: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1791
-
1792
- export declare const IconCloudUpload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1793
-
1794
- export declare const IconConnectorConfluence: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1795
-
1796
- export declare const IconConnectorFigma: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1797
-
1798
- export declare const IconConnectorFreshDesk: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1799
-
1800
- export declare const IconConnectorGitHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1801
-
1802
- export declare const IconConnectorJira: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1803
-
1804
- export declare const IconConnectorLinear: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1805
-
1806
- export declare const IconConnectorNotion: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1807
-
1808
- export declare const IconConnectorSlack: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1809
-
1810
- export declare const IconConnectorZapier: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1811
-
1812
- export declare const IconCopy: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1813
-
1814
- export declare const IconCross: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1815
-
1816
- export declare const IconCrossCircleFill: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1817
-
1818
- export declare const IconCrossInCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1819
-
1820
- export declare const IconCurrentTick: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1821
-
1822
- export declare const IconDataUpload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1823
-
1824
- export declare const IconDelete: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1825
-
1826
- export declare const IconDeleteFillRed: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1827
-
1828
- export declare const IconDialingPhone: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1829
-
1830
- export declare const IconDisabledAlert: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1831
-
1832
- export declare const IconDocumentation: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1833
-
1834
- export declare const IconDownload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1835
-
1836
- export declare const IconDribbble: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1837
-
1838
- export declare const IconDropdownArrow: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1839
-
1840
- export declare const IconEdit: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1841
-
1842
- export declare const IconEditLinePath: DefineComponent<ExtractPropTypes< {
1843
- showCircles: {
1844
- type: BooleanConstructor;
1845
- default: boolean;
1846
- };
1847
- circleCount: {
1848
- type: NumberConstructor;
1849
- default: number;
1850
- validator: (value: number) => boolean;
1851
- };
1852
- circleColor: {
1853
- type: StringConstructor;
1854
- default: string;
1855
- };
1856
- centerDistance: {
1857
- type: NumberConstructor;
1858
- default: number;
1859
- };
1860
- circleGap: {
1861
- type: NumberConstructor;
1862
- default: number;
1863
- };
1864
- borderWidth: {
1865
- type: NumberConstructor;
1866
- default: number;
1867
- };
1868
- opacityStep: {
1869
- type: NumberConstructor;
1870
- default: number;
1871
- validator: (value: number) => boolean;
1872
- };
1873
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1874
- showCircles: {
1875
- type: BooleanConstructor;
1876
- default: boolean;
1877
- };
1878
- circleCount: {
1879
- type: NumberConstructor;
1880
- default: number;
1881
- validator: (value: number) => boolean;
1882
- };
1883
- circleColor: {
1884
- type: StringConstructor;
1885
- default: string;
1886
- };
1887
- centerDistance: {
1888
- type: NumberConstructor;
1889
- default: number;
1890
- };
1891
- circleGap: {
1892
- type: NumberConstructor;
1893
- default: number;
1894
- };
1895
- borderWidth: {
1896
- type: NumberConstructor;
1897
- default: number;
1898
- };
1899
- opacityStep: {
1900
- type: NumberConstructor;
1901
- default: number;
1902
- validator: (value: number) => boolean;
1903
- };
1904
- }>> & Readonly<{}>, {
1905
- showCircles: boolean;
1906
- circleCount: number;
1907
- circleColor: string;
1908
- centerDistance: number;
1909
- circleGap: number;
1910
- borderWidth: number;
1911
- opacityStep: number;
1912
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1913
-
1914
- export declare const IconEllipse: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLImageElement>;
1915
-
1916
- export declare const IconExcelThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1917
-
1918
- export declare const IconEye: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1919
-
1920
- export declare const IconFacebook: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1921
-
1922
- export declare const IconFigma: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1923
-
1924
- export declare const IconFile: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1925
-
1926
- export declare const IconFileSystem: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1927
-
1928
- export declare const IconFileUpload: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1929
-
1930
- export declare const IconFilter: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1931
-
1932
- export declare const IconFolder: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1933
-
1934
- export declare const IconFreddyHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1935
-
1936
- export declare const IconFreddyHubLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1937
-
1938
- export declare const IconFreddyHubNewLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1939
-
1940
- export declare const IconFreddyHubTitle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLImageElement>;
1941
-
1942
- export declare const IconFreddySmall: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1943
-
1944
- export declare const IconGlobe: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1945
-
1946
- export declare const IconGlobExpand: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1947
-
1948
- export declare const IconGoogle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1949
-
1950
- export declare const IconHollowCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1951
-
1952
- export declare const IconHome: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1953
-
1954
- export declare const IconInfoRounded: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1955
-
1956
- export declare const IconInvalidInvoice: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1957
-
1958
- export declare const IconInvoice: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1959
-
1960
- export declare const IconInvoiceSwitch: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1961
-
1962
- export declare const IconLapTableBottom: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1963
-
1964
- export declare const IconLense: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1965
-
1966
- export declare const IconLightCross: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1967
-
1968
- export declare const IconLink04: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1969
-
1970
- export declare const IconLoadingError: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1971
-
1972
- export declare const IconLoadingOrg: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1973
-
1974
- export declare const IconLocationWithCircleIn: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1975
-
1976
- export declare const IconLock: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1977
-
1978
- export declare const IconMarketPlace: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1979
-
1980
- export declare const IconMaximize: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1981
-
1982
- export declare const IconMicrophone: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1983
-
1984
- export declare const IconMutedMicrophone: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1985
-
1986
- export declare const IconNewNotification: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1987
-
1988
- export declare const IconNewTab: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1989
-
1990
- export declare const IconNotification: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1991
-
1992
- export declare const IconOpenBook: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1993
-
1994
- export declare const IconPaperAirPlane: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1995
-
1996
- export declare const IconPauseCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1997
-
1998
- export declare const IconPdfThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
1999
-
2000
- export declare const IconPencil: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2001
-
2002
- export declare const IconPenEdit: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2003
-
2004
- export declare const IconPeopleHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2005
-
2006
- export declare const IconPersonCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2007
-
2008
- export declare const IconPits: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2009
-
2010
- export declare const IconPlay: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2011
-
2012
- export declare const IconPlus: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2013
-
2014
- export declare const IconPolygonDown: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2015
-
2016
- export declare const IconPresentation: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2017
-
2018
- export declare const IconProgressBase: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2019
-
2020
- export declare const IconProgressComplete: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2021
-
2022
- export declare const IconProgressGoing: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2023
-
2024
- export declare const IconPurpose: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2025
-
2026
- export declare const IconPurseCircleFill: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2027
-
2028
- export declare const IconQuestion: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2029
-
2030
- export declare const IconRadio: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2031
-
2032
- export declare const IconRadioFill: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
2033
-
2034
- export declare const IconRefresh: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2035
-
2036
- export declare const IconRevertedTriangle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2037
-
2038
- export declare const IconRobotScreen: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2039
-
2040
- export declare const IconRoundTick: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2041
-
2042
- export declare const IconSearch: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2043
-
2044
- export declare const IconSearchOptimised: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2045
-
2046
- export declare const IconSectionHide: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2047
-
2048
- export declare const IconSend: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2049
-
2050
- export declare const IconSettings: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2051
-
2052
- export declare const IconSettingsBold: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2053
-
2054
- export declare const IconSize: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2055
-
2056
- export declare const IconSliderKnobs: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2057
-
2058
- export declare const IconSortIdle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2059
-
2060
- export declare const IconSparkle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2061
-
2062
- export declare const IconSpotlio: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2063
-
2064
- export declare const IconStar: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2065
-
2066
- export declare const IconStatistics: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2067
-
2068
- export declare const IconStopChat: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2069
-
2070
- export declare const IconStreamLineHub: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2071
-
2072
- export declare const IconStreamLineHubNewLogo: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2073
-
2074
- export declare const IconStyleDirective: Directive;
2075
-
2076
- export declare const iconStylePlugin: {
2077
- install(app: App): void;
2078
- };
2079
-
2080
- export declare const IconSun: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2081
-
2082
- export declare const IconSwap: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2083
-
2084
- export declare const IconText: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2085
-
2086
- export declare const IconTextThumbnail: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2087
-
2088
- export declare const IconThinDocument: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2089
-
2090
- export declare const IconThinFile: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2091
-
2092
- export declare const IconThumbsDown: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2093
-
2094
- export declare const IconTick: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2095
-
2096
- export declare const IconUser: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2097
-
2098
- export declare const IconVerticalDots: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2099
-
2100
- export declare const IconVideoCamera: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2101
-
2102
- export declare const IconWarningOctal: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2103
-
2104
- export declare const IconX: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2105
-
2106
- export declare const IconZip: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
2107
-
2108
- export declare interface ICoordinates {
2109
- x: number;
2110
- y: number;
2111
- }
2112
-
2113
- export declare interface IDateRange {
2114
- start: Date;
2115
- end: Date;
2116
- }
2117
-
2118
- export declare interface IDeviceInformation {
2119
- userAgent: string;
2120
- platform: string;
2121
- deviceId?: string;
2122
- ipAddress?: string;
2123
- }
2124
-
2125
- export declare interface IDimensions {
2126
- width: number;
2127
- height: number;
2128
- }
2129
-
2130
- export declare interface IDropdownEmits {
2131
- 'update:modelValue': [value: string | number];
2132
- change: [value: string | number];
2133
- }
2134
-
2135
- export declare interface IDropdownOption {
2136
- label: string;
2137
- value: string | number;
2138
- disabled?: boolean;
2139
- }
2140
-
2141
- export declare interface IDropdownProps {
2142
- modelValue?: string | number;
2143
- options: IDropdownOption[];
2144
- placeholder?: string;
2145
- disabled?: boolean;
2146
- searchable?: boolean;
2147
- }
2148
-
2149
- export declare interface IEmailVerificationRequest {
2150
- email: string;
2151
- code: string;
2152
- }
2153
-
2154
- export declare interface IEmailVerificationResponse {
2155
- success: boolean;
2156
- message?: string;
2157
- }
2158
-
2159
- export declare interface IFileInfo {
2160
- name: string;
2161
- size: number;
2162
- type: string;
2163
- lastModified: number;
2164
- path?: string;
2165
- }
2166
-
2167
- export declare interface IFormField {
2168
- name: string;
2169
- label: string;
2170
- type: 'text' | 'email' | 'password' | 'number' | 'select' | 'textarea';
2171
- value?: any;
2172
- placeholder?: string;
2173
- options?: IDropdownOption[];
2174
- rules?: IValidationRule;
2175
- error?: string;
2176
- }
2177
-
2178
- export declare interface IInputFieldEmits {
2179
- 'update:modelValue': [value: string];
2180
- blur: [];
2181
- focus: [];
2182
- }
2183
-
2184
- /**
2185
- * Form Component Interfaces
2186
- * Interfaces for form inputs, validation, and related components
2187
- */
2188
- export declare interface IInputFieldProps {
2189
- modelValue?: string;
2190
- type?: string;
2191
- placeholder?: string;
2192
- label?: string;
2193
- error?: string;
2194
- disabled?: boolean;
2195
- required?: boolean;
2196
- }
2197
-
2198
- export declare interface IJsonDiffChange {
2199
- type: 'added' | 'removed' | 'modified';
2200
- path: string;
2201
- oldValue?: any;
2202
- newValue?: any;
2203
- startLine: number;
2204
- endLine: number;
2205
- }
2206
-
2207
- export declare interface IJsonValidationResult {
2208
- isValid: boolean;
2209
- error?: string;
2210
- formatted?: string;
2211
- }
2212
-
2213
- export declare interface IKeyValuePair<T = string> {
2214
- key: string;
2215
- value: T;
2216
- }
2217
-
2218
- export declare interface ILoginRequest {
2219
- email: string;
2220
- password: string;
2221
- rememberMe?: boolean;
2222
- deviceInfo?: IDeviceInformation;
2223
- }
2224
-
2225
- export declare interface ILoginResponse {
2226
- success: boolean;
2227
- user?: IUser;
2228
- token?: string;
2229
- refreshToken?: string;
2230
- expiresIn?: number;
2231
- requiresMfa?: boolean;
2232
- mfaToken?: string;
2233
- }
2234
-
2235
- /**
2236
- * Interfaces for TabList component
2237
- */
2238
- export declare interface IMenuListItem {
2239
- id: number;
2240
- title: string;
2241
- badge?: number;
2242
- }
2243
-
2244
- export declare interface IMessage {
2245
- id: string;
2246
- content: string | {
2247
- type: 'text';
2248
- text: string;
2249
- markdown?: boolean;
2250
- } | {
2251
- type: 'code';
2252
- code: string;
2253
- language?: string;
2254
- } | {
2255
- type: 'mixed';
2256
- items: Array<{
2257
- type: 'text';
2258
- text: string;
2259
- markdown?: boolean;
2260
- } | {
2261
- type: 'code';
2262
- code: string;
2263
- language?: string;
2264
- }>;
2265
- };
2266
- sender: 'user' | 'assistant';
2267
- timestamp: Date;
2268
- type: 'text' | 'code' | 'mixed';
2269
- context?: string[];
2270
- }
2271
-
2272
- export declare interface IMfaDisableRequest {
2273
- password: string;
2274
- code: string;
2275
- }
2276
-
2277
- export declare interface IMfaEnableRequest {
2278
- code: string;
2279
- secret: string;
2280
- }
2281
-
2282
- export declare interface IMfaQrResponse {
2283
- qrCode: string;
2284
- secret: string;
2285
- backupCodes: string[];
2286
- }
2287
-
2288
- export declare interface IMfaVerifyRequest {
2289
- code: string;
2290
- token?: string;
2291
- }
2292
-
2293
- export declare interface INotificationEmits {
2294
- close: [];
2295
- action: [actionId: string];
2296
- }
2297
-
2298
- export declare interface INotificationProps {
2299
- message: string;
2300
- type: 'success' | 'error' | 'warning' | 'info';
2301
- title?: string;
2302
- closable?: boolean;
2303
- persistent?: boolean;
2304
- }
2305
-
2306
- export declare const InputField: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2307
- blur: (event: FocusEvent) => any;
2308
- focus: (event: FocusEvent) => any;
2309
- input: (value: string) => any;
2310
- keydown: (event: KeyboardEvent) => any;
2311
- "update:modelValue": (value: string) => any;
2312
- "update:cardNumber": (number: string) => any;
2313
- "card-type-detected": (type: CardType) => any;
2314
- "trailing-icon-click": (event: MouseEvent) => any;
2315
- "leading-icon-click": (event: MouseEvent) => any;
2316
- "trailing-button-click": (event: MouseEvent) => any;
2317
- "update:countryCode": (code: string) => any;
2318
- "update:phoneNumber": (number: string) => any;
2319
- "country-change": (country: CountryOption) => any;
2320
- "update:currency": (currency: string) => any;
2321
- "update:amount": (amount: string | number) => any;
2322
- "currency-change": (currency: CurrencyOption) => any;
2323
- "update:protocol": (protocol: string) => any;
2324
- "update:url": (url: string) => any;
2325
- "protocol-change": (protocol: string) => any;
2326
- "update:tags": (tags: string[]) => any;
2327
- "tag-added": (tag: string) => any;
2328
- "tag-removed": (tag: string, index: number) => any;
2329
- "max-tags-reached": () => any;
2330
- "copy-success": (text: string) => any;
2331
- "copy-error": (error: Error) => any;
2332
- }, string, PublicProps, Readonly<Props_16> & Readonly<{
2333
- onBlur?: ((event: FocusEvent) => any) | undefined;
2334
- onFocus?: ((event: FocusEvent) => any) | undefined;
2335
- onInput?: ((value: string) => any) | undefined;
2336
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2337
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2338
- "onUpdate:cardNumber"?: ((number: string) => any) | undefined;
2339
- "onCard-type-detected"?: ((type: CardType) => any) | undefined;
2340
- "onTrailing-icon-click"?: ((event: MouseEvent) => any) | undefined;
2341
- "onLeading-icon-click"?: ((event: MouseEvent) => any) | undefined;
2342
- "onTrailing-button-click"?: ((event: MouseEvent) => any) | undefined;
2343
- "onUpdate:countryCode"?: ((code: string) => any) | undefined;
2344
- "onUpdate:phoneNumber"?: ((number: string) => any) | undefined;
2345
- "onCountry-change"?: ((country: CountryOption) => any) | undefined;
2346
- "onUpdate:currency"?: ((currency: string) => any) | undefined;
2347
- "onUpdate:amount"?: ((amount: string | number) => any) | undefined;
2348
- "onCurrency-change"?: ((currency: CurrencyOption) => any) | undefined;
2349
- "onUpdate:protocol"?: ((protocol: string) => any) | undefined;
2350
- "onUpdate:url"?: ((url: string) => any) | undefined;
2351
- "onProtocol-change"?: ((protocol: string) => any) | undefined;
2352
- "onUpdate:tags"?: ((tags: string[]) => any) | undefined;
2353
- "onTag-added"?: ((tag: string) => any) | undefined;
2354
- "onTag-removed"?: ((tag: string, index: number) => any) | undefined;
2355
- "onMax-tags-reached"?: (() => any) | undefined;
2356
- "onCopy-success"?: ((text: string) => any) | undefined;
2357
- "onCopy-error"?: ((error: Error) => any) | undefined;
2358
- }>, {
2359
- label: string;
2360
- type: InputFieldVariant;
2361
- placeholder: string;
2362
- required: boolean;
2363
- size: InputFieldSize;
2364
- disabled: boolean;
2365
- countryCode: string;
2366
- phoneNumber: string;
2367
- inputType: string;
2368
- modelValue: string;
2369
- readonly: boolean;
2370
- state: InputFieldState;
2371
- variant: InputFieldVariant;
2372
- hintText: string;
2373
- destructive: boolean;
2374
- colorStyle: InputFieldColorStyle;
2375
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2376
-
2377
- export declare type InputFieldColorStyle = 'freddy' | 'contentplate';
2378
-
2379
- export declare interface InputFieldEvents extends UnifiedInputFieldEvents {
2380
- }
2381
-
2382
- export declare type InputFieldSize = 'sm' | 'md' | 'lg';
2383
-
2384
- export declare type InputFieldState = 'placeholder' | 'filled' | 'focused' | 'disabled' | 'loading' | 'success' | 'error';
2385
-
2386
- export declare type InputFieldVariant = 'default' | 'phone' | 'price' | 'url' | 'card' | 'tags' | 'copy' | 'leading-dropdown' | 'trailing-dropdown' | 'leading-text' | 'payment' | 'trailing-button' | 'clear' | 'freddy-input';
2387
-
2388
- export declare const InstructionsModal: DefineComponent<ExtractPropTypes< {
2389
- isVisible: {
2390
- type: BooleanConstructor;
2391
- required: true;
2392
- };
2393
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2394
- isVisible: {
2395
- type: BooleanConstructor;
2396
- required: true;
2397
- };
2398
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2399
-
2400
- export declare const InstructiontextArea: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2401
- "update:inputValue": (value: string) => any;
2402
- }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
2403
- "onUpdate:inputValue"?: ((value: string) => any) | undefined;
2404
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
2405
-
2406
- /**
2407
- * Generates a series of interpolated colors between two colors.
2408
- * @param start - The starting color in hex format.
2409
- * @param end - The ending color in hex format.
2410
- * @param steps - The number of colors to generate in the series.
2411
- * @returns An array of interpolated colors in hex format.
2412
- */
2413
- export declare const interpolateColor: (start: string, end: string, steps: number) => string[];
2414
-
2415
- export declare interface IOutputModeModalEmits extends IBaseModalEmits {
2416
- askAI: [content: string];
2417
- toggleAI: [isActive: boolean];
2418
- }
2419
-
2420
- export declare interface IOutputModeModalProps extends IBaseModalProps {
2421
- initialJsonContent?: string;
2422
- openaiApiKey?: string;
2423
- openaiModel?: string;
2424
- openaiOrganization?: string;
2425
- }
2426
-
2427
- export declare interface IPaginatedResponse<T> extends IApiResponse<T[]> {
2428
- pagination?: {
2429
- page: number;
2430
- limit: number;
2431
- total: number;
2432
- totalPages: number;
2433
- hasNext: boolean;
2434
- hasPrev: boolean;
2435
- };
2436
- }
2437
-
2438
- export declare interface IPaginationEmits {
2439
- 'update:currentPage': [page: number];
2440
- pageChange: [page: number];
2441
- }
2442
-
2443
- export declare interface IPaginationParams {
2444
- page?: number;
2445
- limit?: number;
2446
- sort?: string;
2447
- order?: 'asc' | 'desc';
2448
- search?: string;
2449
- filters?: Record<string, unknown>;
2450
- }
2451
-
2452
- export declare interface IPaginationProps {
2453
- currentPage: number;
2454
- totalPages: number;
2455
- showFirstLast?: boolean;
2456
- showPrevNext?: boolean;
2457
- maxVisiblePages?: number;
2458
- }
2459
-
2460
- /**
2461
- * Common Utility Interfaces
2462
- * Shared interfaces used across multiple components and services
2463
- */
2464
- export declare interface IReference {
2465
- id: string;
2466
- title: string;
2467
- description?: string;
2468
- url?: string;
2469
- type: 'internal' | 'external' | 'document' | 'api';
2470
- tags?: string[];
2471
- metadata?: Record<string, unknown>;
2472
- }
2473
-
2474
- export declare interface IRegisterRequest {
2475
- email: string;
2476
- password: string;
2477
- firstName: string;
2478
- lastName: string;
2479
- acceptTerms: boolean;
2480
- }
2481
-
2482
- export declare interface IRegisterResponse {
2483
- success: boolean;
2484
- user?: IUser;
2485
- message?: string;
2486
- requiresVerification?: boolean;
2487
- }
2488
-
2489
- export declare interface ISearchParams {
2490
- query: string;
2491
- filters?: Record<string, unknown>;
2492
- sort?: string;
2493
- order?: 'asc' | 'desc';
2494
- limit?: number;
2495
- offset?: number;
2496
- }
2497
-
2498
- export declare interface ISearchResult<T> {
2499
- items: T[];
2500
- total: number;
2501
- hasMore: boolean;
2502
- query: string;
2503
- executionTime?: number;
2504
- }
2505
-
2506
- export declare interface ISelectOption {
2507
- label: string;
2508
- value: string | number | boolean;
2509
- disabled?: boolean;
2510
- group?: string;
2511
- }
2512
-
2513
- export declare type ISkeletonType = 'card' | 'paragraph' | 'table' | 'single-box' | 'single-paragraph';
2514
-
2515
- export declare interface ISnackbarMessage {
2516
- id: string;
2517
- message: string;
2518
- type: 'success' | 'error' | 'warning' | 'info';
2519
- duration?: number;
2520
- action?: {
2521
- label: string;
2522
- handler: () => void;
2523
- };
2524
- }
2525
-
2526
- /**
2527
- * Validate AI Text Service response
2528
- * @param response - Response to validate
2529
- * @returns True if response is valid and successful
2530
- */
2531
- export declare const isValidAIResponse: (response: any) => response is AITextApiResponse;
2532
-
2533
- /**
2534
- * Navigation Component Interfaces
2535
- * Interfaces for tabs, pagination, and navigation components
2536
- */
2537
- export declare interface ITabItem {
2538
- id: string;
2539
- label: string;
2540
- icon?: string;
2541
- disabled?: boolean;
2542
- badge?: string | number;
2543
- }
2544
-
2545
- export declare interface ITabList {
2546
- tabList: IMenuListItem[];
2547
- currentTab?: number;
2548
- activeStateType?: 'bottom-dash' | 'left-dash' | 'background-border';
2549
- orientation?: 'horizontal' | 'vertical';
2550
- fullWidth?: boolean;
2551
- }
2552
-
2553
- export declare interface ITabListEmits {
2554
- 'update:activeTab': [tabId: string];
2555
- tabChange: [tab: ITabItem];
2556
- }
2557
-
2558
- export declare interface ITabListProps {
2559
- tabs: ITabItem[];
2560
- activeTab?: string;
2561
- variant?: 'default' | 'pills' | 'underline';
2562
- }
2563
-
2564
- export declare interface ITextEditorModalEmits extends IBaseModalEmits {
2565
- askAI: [content: string];
2566
- toggleAI: [isActive: boolean];
2567
- }
2568
-
2569
- export declare interface ITextEditorModalProps extends IBaseModalProps {
2570
- title?: string;
2571
- description?: string;
2572
- initialContent?: string;
2573
- openaiApiKey?: string;
2574
- openaiModel?: string;
2575
- openaiOrganization?: string;
2576
- }
2577
-
2578
- export declare interface IThemeBorderRadius {
2579
- none: string;
2580
- sm: string;
2581
- md: string;
2582
- lg: string;
2583
- xl: string;
2584
- full: string;
2585
- }
2586
-
2587
- export declare interface IThemeColors {
2588
- primary: string;
2589
- secondary: string;
2590
- accent: string;
2591
- background: string;
2592
- surface: string;
2593
- text: string;
2594
- textSecondary: string;
2595
- border: string;
2596
- success: string;
2597
- warning: string;
2598
- error: string;
2599
- info: string;
2600
- }
2601
-
2602
- /**
2603
- * Theme System Interfaces
2604
- * Interfaces for theme configuration, colors, and styling
2605
- */
2606
- export declare interface IThemeConfig {
2607
- name: string;
2608
- displayName: string;
2609
- colors: IThemeColors;
2610
- typography?: IThemeTypography;
2611
- spacing?: IThemeSpacing;
2612
- borderRadius?: IThemeBorderRadius;
2613
- shadows?: IThemeShadows;
2614
- }
2615
-
2616
- export declare interface IThemeShadows {
2617
- sm: string;
2618
- md: string;
2619
- lg: string;
2620
- xl: string;
2621
- }
2622
-
2623
- export declare interface IThemeSpacing {
2624
- xs: string;
2625
- sm: string;
2626
- md: string;
2627
- lg: string;
2628
- xl: string;
2629
- '2xl': string;
2630
- '3xl': string;
2631
- }
2632
-
2633
- export declare interface IThemeTypography {
2634
- fontFamily: string;
2635
- fontSize: {
2636
- xs: string;
2637
- sm: string;
2638
- base: string;
2639
- lg: string;
2640
- xl: string;
2641
- '2xl': string;
2642
- '3xl': string;
2643
- };
2644
- fontWeight: {
2645
- light: number;
2646
- normal: number;
2647
- medium: number;
2648
- semibold: number;
2649
- bold: number;
2650
- };
2651
- lineHeight: {
2652
- tight: number;
2653
- normal: number;
2654
- relaxed: number;
2655
- };
2656
- }
2657
-
2658
- export declare interface IToastAction {
2659
- label: string;
2660
- action: () => void;
2661
- style?: 'primary' | 'secondary';
2662
- }
2663
-
2664
- /**
2665
- * Feedback Component Interfaces
2666
- * Interfaces for notifications, toasts, snackbars, and alerts
2667
- */
2668
- export declare interface IToastMessage {
2669
- id: string;
2670
- title?: string;
2671
- message: string;
2672
- type: 'success' | 'error' | 'warning' | 'info';
2673
- duration?: number;
2674
- persistent?: boolean;
2675
- actions?: IToastAction[];
2676
- }
2677
-
2678
- /**
2679
- * Authentication Service Interfaces
2680
- * Interfaces for authentication, authorization, and user management
2681
- */
2682
- export declare interface IUser {
2683
- id: string;
2684
- email: string;
2685
- firstName: string;
2686
- lastName: string;
2687
- role: string;
2688
- globalScopes: string[];
2689
- mfaEnabled: boolean;
2690
- avatar?: string;
2691
- createdAt?: string;
2692
- updatedAt?: string;
2693
- }
2694
-
2695
- export declare interface IUserProfile extends IUser {
2696
- phone?: string;
2697
- timezone?: string;
2698
- language?: string;
2699
- preferences?: Record<string, unknown>;
2700
- }
2701
-
2702
- export declare interface IValidationRule {
2703
- required?: boolean;
2704
- minLength?: number;
2705
- maxLength?: number;
2706
- pattern?: RegExp;
2707
- custom?: (value: any) => boolean | string;
2708
- }
2709
-
2710
- export declare interface IVerifyLoginRequest {
2711
- token: string;
2712
- code: string;
2713
- }
2714
-
2715
- export declare interface IVerticalTab {
2716
- label: string;
2717
- badge?: number;
2718
- type?: VerticalTabType;
2719
- size?: VerticalTabSize;
2720
- active?: boolean;
2721
- disabled?: boolean;
2722
- }
2723
-
2724
- export { ModalBox }
2725
-
2726
- export declare const ModalOverlay: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2727
-
2728
- export declare const ModelDropdown: DefineComponent<ModelDropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
2729
- select: (option: ModelOption) => any;
2730
- }, string, PublicProps, Readonly<ModelDropdownProps> & Readonly<{
2731
- onSelect?: ((option: ModelOption) => any) | undefined;
2732
- }>, {
2733
- size: "sm" | "md" | "lg";
2734
- searchPlaceholder: string;
2735
- searchable: boolean;
2736
- modelPlaceholder: string;
2737
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2738
-
2739
- declare interface ModelDropdownProps {
2740
- options: ModelOption[];
2741
- searchable?: boolean;
2742
- searchPlaceholder?: string;
2743
- modelPlaceholder?: string;
2744
- size?: "sm" | "md" | "lg";
2745
- }
2746
-
2747
- declare interface ModelOption {
2748
- id: string | number;
2749
- value: string;
2750
- imageSrc?: string;
2751
- }
2752
-
2753
- export declare interface OpenAIApiResponse {
2754
- choices: ApiResponseChoice[];
2755
- id?: string;
2756
- object?: string;
2757
- created?: number;
2758
- model?: string;
2759
- }
2760
-
2761
- export declare function openConfirmBoxModal(title: string, description: string): Promise<boolean>;
2762
-
2763
- export declare function openDeleteConfirmModal(title: string, description: string): Promise<boolean>;
2764
-
2765
- declare interface Option_2 {
2766
- label: string;
2767
- value: string | number;
2768
- icon?: Component;
2769
- shortcut?: string;
2770
- type?: 'option' | 'toggle';
2771
- checked?: boolean;
2772
- default?: boolean;
2773
- refData?: any;
2774
- }
2775
-
2776
- export declare const OutputModeModal: DefineComponent<ExtractPropTypes< {
2777
- isVisible: {
2778
- type: BooleanConstructor;
2779
- required: true;
2780
- };
2781
- initialJsonContent: {
2782
- type: StringConstructor;
2783
- default: string;
2784
- };
2785
- openaiApiKey: {
2786
- type: StringConstructor;
2787
- default: string;
2788
- };
2789
- openaiModel: {
2790
- type: StringConstructor;
2791
- default: string;
2792
- };
2793
- openaiOrganization: {
2794
- type: StringConstructor;
2795
- default: string;
2796
- };
2797
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2798
- cancel: (...args: any[]) => void;
2799
- close: (...args: any[]) => void;
2800
- save: (...args: any[]) => void;
2801
- askAI: (...args: any[]) => void;
2802
- toggleAI: (...args: any[]) => void;
2803
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2804
- isVisible: {
2805
- type: BooleanConstructor;
2806
- required: true;
2807
- };
2808
- initialJsonContent: {
2809
- type: StringConstructor;
2810
- default: string;
2811
- };
2812
- openaiApiKey: {
2813
- type: StringConstructor;
2814
- default: string;
2815
- };
2816
- openaiModel: {
2817
- type: StringConstructor;
2818
- default: string;
2819
- };
2820
- openaiOrganization: {
2821
- type: StringConstructor;
2822
- default: string;
2823
- };
2824
- }>> & Readonly<{
2825
- onCancel?: ((...args: any[]) => any) | undefined;
2826
- onClose?: ((...args: any[]) => any) | undefined;
2827
- onSave?: ((...args: any[]) => any) | undefined;
2828
- onAskAI?: ((...args: any[]) => any) | undefined;
2829
- onToggleAI?: ((...args: any[]) => any) | undefined;
2830
- }>, {
2831
- openaiApiKey: string;
2832
- openaiModel: string;
2833
- openaiOrganization: string;
2834
- initialJsonContent: string;
2835
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2836
-
2837
- export declare const Pagination: DefineComponent<ExtractPropTypes< {
2838
- totalItems: {
2839
- type: NumberConstructor;
2840
- required: true;
2841
- default: number;
2842
- };
2843
- itemsPerPage: {
2844
- type: NumberConstructor;
2845
- required: true;
2846
- default: number;
2847
- };
2848
- currentPage: {
2849
- type: NumberConstructor;
2850
- required: true;
2851
- default: number;
2852
- };
2853
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2854
- "update:currentPage": (...args: any[]) => void;
2855
- }, string, PublicProps, Readonly<ExtractPropTypes< {
2856
- totalItems: {
2857
- type: NumberConstructor;
2858
- required: true;
2859
- default: number;
2860
- };
2861
- itemsPerPage: {
2862
- type: NumberConstructor;
2863
- required: true;
2864
- default: number;
2865
- };
2866
- currentPage: {
2867
- type: NumberConstructor;
2868
- required: true;
2869
- default: number;
2870
- };
2871
- }>> & Readonly<{
2872
- "onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
2873
- }>, {
2874
- currentPage: number;
2875
- totalItems: number;
2876
- itemsPerPage: number;
2877
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2878
-
2879
- /**
2880
- * Parse AI Text Service response for UI display
2881
- * @param aiResponse - Response from AI Text Service
2882
- * @returns Parsed response data compatible with existing UI components
2883
- */
2884
- export declare const parseAITextResponse: (aiResponse: AITextApiResponse) => ParsedApiResponse;
2885
-
2886
- /**
2887
- * Parse API response content (handles JSON string from OpenAI API format)
2888
- * @param apiResponse - The raw API response object
2889
- * @returns Parsed response data with structured fields
2890
- */
2891
- export declare const parseApiResponse: (apiResponse: any) => ParsedApiResponse;
2892
-
2893
- export declare interface ParsedApiResponse {
2894
- message: string;
2895
- hasChanges: boolean;
2896
- changeTitle?: string;
2897
- changeDescription?: string;
2898
- improvedText?: string;
2899
- stats?: {
2900
- added: number;
2901
- removed: number;
2902
- };
2903
- }
2904
-
2905
- export declare interface PerformanceMetrics {
2906
- renderTime: number;
2907
- componentCount: number;
2908
- memoryUsage?: number;
2909
- timestamp: string;
2910
- }
2911
-
2912
- export declare const PhoneInput: DefineComponent<Props_17, {
2913
- focus: () => void;
2914
- inputRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
2915
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2916
- blur: (event: FocusEvent) => any;
2917
- focus: (event: FocusEvent) => any;
2918
- input: (value: string) => any;
2919
- keydown: (event: KeyboardEvent) => any;
2920
- "update:modelValue": (value: string) => any;
2921
- "update:cardNumber": (number: string) => any;
2922
- "card-type-detected": (type: CardType) => any;
2923
- "trailing-icon-click": (event: MouseEvent) => any;
2924
- "leading-icon-click": (event: MouseEvent) => any;
2925
- "trailing-button-click": (event: MouseEvent) => any;
2926
- "update:countryCode": (code: string) => any;
2927
- "update:phoneNumber": (number: string) => any;
2928
- "country-change": (country: CountryOption) => any;
2929
- "update:currency": (currency: string) => any;
2930
- "update:amount": (amount: string | number) => any;
2931
- "currency-change": (currency: CurrencyOption) => any;
2932
- "update:protocol": (protocol: string) => any;
2933
- "update:url": (url: string) => any;
2934
- "protocol-change": (protocol: string) => any;
2935
- "update:tags": (tags: string[]) => any;
2936
- "tag-added": (tag: string) => any;
2937
- "tag-removed": (tag: string, index: number) => any;
2938
- "max-tags-reached": () => any;
2939
- "copy-success": (text: string) => any;
2940
- "copy-error": (error: Error) => any;
2941
- }, string, PublicProps, Readonly<Props_17> & Readonly<{
2942
- onBlur?: ((event: FocusEvent) => any) | undefined;
2943
- onFocus?: ((event: FocusEvent) => any) | undefined;
2944
- onInput?: ((value: string) => any) | undefined;
2945
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
2946
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2947
- "onUpdate:cardNumber"?: ((number: string) => any) | undefined;
2948
- "onCard-type-detected"?: ((type: CardType) => any) | undefined;
2949
- "onTrailing-icon-click"?: ((event: MouseEvent) => any) | undefined;
2950
- "onLeading-icon-click"?: ((event: MouseEvent) => any) | undefined;
2951
- "onTrailing-button-click"?: ((event: MouseEvent) => any) | undefined;
2952
- "onUpdate:countryCode"?: ((code: string) => any) | undefined;
2953
- "onUpdate:phoneNumber"?: ((number: string) => any) | undefined;
2954
- "onCountry-change"?: ((country: CountryOption) => any) | undefined;
2955
- "onUpdate:currency"?: ((currency: string) => any) | undefined;
2956
- "onUpdate:amount"?: ((amount: string | number) => any) | undefined;
2957
- "onCurrency-change"?: ((currency: CurrencyOption) => any) | undefined;
2958
- "onUpdate:protocol"?: ((protocol: string) => any) | undefined;
2959
- "onUpdate:url"?: ((url: string) => any) | undefined;
2960
- "onProtocol-change"?: ((protocol: string) => any) | undefined;
2961
- "onUpdate:tags"?: ((tags: string[]) => any) | undefined;
2962
- "onTag-added"?: ((tag: string) => any) | undefined;
2963
- "onTag-removed"?: ((tag: string, index: number) => any) | undefined;
2964
- "onMax-tags-reached"?: (() => any) | undefined;
2965
- "onCopy-success"?: ((text: string) => any) | undefined;
2966
- "onCopy-error"?: ((error: Error) => any) | undefined;
2967
- }>, {
2968
- label: string;
2969
- placeholder: string;
2970
- required: boolean;
2971
- size: InputFieldSize;
2972
- disabled: boolean;
2973
- countryCode: string;
2974
- phoneNumber: string;
2975
- readonly: boolean;
2976
- state: InputFieldState;
2977
- hintText: string;
2978
- destructive: boolean;
2979
- colorStyle: InputFieldColorStyle;
2980
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
2981
- inputRef: HTMLInputElement;
2982
- }, HTMLDivElement>;
2983
-
2984
- export declare interface PhoneInputEvents extends InputFieldEvents {
2985
- 'update:countryCode': [code: string];
2986
- 'update:phoneNumber': [number: string];
2987
- 'country-change': [country: CountryOption];
2988
- }
2989
-
2990
- export declare interface PhoneInputEvents {
2991
- 'update:modelValue': [value: string];
2992
- 'update:countryCode': [code: string];
2993
- 'update:phoneNumber': [number: string];
2994
- 'country-change': [country: CountryOption];
2995
- input: [value: string];
2996
- focus: [event: FocusEvent];
2997
- blur: [event: FocusEvent];
2998
- }
2999
-
3000
- export declare interface PhoneInputProps extends BaseInputFieldProps {
3001
- countryCode?: string;
3002
- countryOptions?: CountryOption[];
3003
- phoneNumber?: string;
3004
- }
3005
-
3006
- export declare interface PhoneInputProps extends BaseInputProps {
3007
- placeholder?: string;
3008
- countryCode?: string;
3009
- phoneNumber?: string;
3010
- countryOptions?: CountryOption[];
3011
- trailingIcon?: Component | string;
3012
- tooltipText?: string;
3013
- disabled?: boolean;
3014
- readonly?: boolean;
3015
- }
3016
-
3017
- export declare interface PriceInputEvents extends InputFieldEvents {
3018
- 'update:currency': [currency: string];
3019
- 'update:amount': [amount: string | number];
3020
- 'currency-change': [currency: CurrencyOption];
3021
- }
3022
-
3023
- export declare interface PriceInputProps extends BaseInputFieldProps {
3024
- currency?: string;
3025
- currencyOptions?: CurrencyOption[];
3026
- amount?: string | number;
3027
- showCurrencySymbol?: boolean;
3028
- }
3029
-
3030
- export declare interface Project {
3031
- name: string;
3032
- id: string;
3033
- version: number;
3034
- colorModes: ColorMode[];
3035
- }
3036
-
3037
- declare interface Props {
3038
- assistantImage?: string;
3039
- assistantIcon: string;
3040
- assistantId?: string;
3041
- }
3042
-
3043
- declare interface Props_10 {
3044
- modelValue?: string;
3045
- label?: string;
3046
- placeholder?: string;
3047
- disabled?: boolean;
3048
- readonly?: boolean;
3049
- required?: boolean;
3050
- showTooltip?: boolean;
3051
- tooltipText?: string;
3052
- showAiButton?: boolean;
3053
- stage?: DescriptionStage;
3054
- type?: DescriptionType;
3055
- destructive?: boolean;
3056
- tags?: string[];
3057
- hintText?: string;
3058
- errorMessage?: string;
3059
- modalTitle?: string;
3060
- modalDescription?: string;
3061
- openaiApiKey?: string;
3062
- openaiModel?: string;
3063
- openaiOrganization?: string;
3064
- showUnderlines?: boolean;
3065
- dynamicTitle?: string;
3066
- showHint?: boolean;
3067
- diffMode?: boolean;
3068
- oldText?: string;
3069
- newText?: string;
3070
- tagsOnly?: boolean;
3071
- }
3072
-
3073
- declare interface Props_11 {
3074
- label?: string;
3075
- size?: 's' | 'sm' | 'md' | 'lg' | 'xl';
3076
- iconOnly?: boolean;
3077
- options?: Option_2[];
3078
- searchable?: boolean;
3079
- searchPlaceholder?: string;
3080
- openUp?: boolean;
3081
- chevronRight?: boolean;
3082
- showIcon?: boolean;
3083
- customIcon?: any;
3084
- optionIconRight?: boolean;
3085
- showShortcut?: boolean;
3086
- background?: string;
3087
- borderRadius?: string;
3088
- activeBackground?: string;
3089
- openBackground?: string;
3090
- variant?: 'primary' | 'secondary' | 'blanc';
3091
- stayOpen?: boolean;
3092
- }
3093
-
3094
- declare interface Props_12 {
3095
- email: string;
3096
- brand?: 'contentplate' | 'flowplate' | 'freddy';
3097
- loading?: boolean;
3098
- error?: string;
3099
- resendCooldown?: number;
3100
- }
3101
-
3102
- declare interface Props_13 extends BaseInputProps {
3103
- }
3104
-
3105
- declare interface Props_14 extends CardInputProps {
3106
- }
3107
-
3108
- declare interface Props_15 extends DefaultInputProps {
3109
- }
3110
-
3111
- declare interface Props_16 extends UnifiedInputFieldProps {
3112
- }
3113
-
3114
- declare interface Props_17 extends PhoneInputProps {
3115
- }
3116
-
3117
- declare interface Props_18 {
3118
- modelValue?: string;
3119
- label?: string;
3120
- placeholder?: string;
3121
- disabled?: boolean;
3122
- readonly?: boolean;
3123
- required?: boolean;
3124
- showTooltip?: boolean;
3125
- tooltipText?: string;
3126
- showAiButton?: boolean;
3127
- showTags?: boolean;
3128
- tags?: string[];
3129
- showAddTagsPlaceholder?: boolean;
3130
- addTagsPlaceholder?: string;
3131
- hintText?: string;
3132
- hasError?: boolean;
3133
- errorMessage?: string;
3134
- modalTitle?: string;
3135
- modalDescription?: string;
3136
- openaiApiKey?: string;
3137
- openaiModel?: string;
3138
- openaiOrganization?: string;
3139
- showUnderlines?: boolean;
3140
- dynamicTitle?: string;
3141
- showHint?: boolean;
3142
- diffMode?: boolean;
3143
- oldText?: string;
3144
- newText?: string;
3145
- tagsOnly?: boolean;
3146
- }
3147
-
3148
- declare interface Props_2 {
3149
- imageUrl: string;
3150
- isSelected?: boolean;
3151
- altText?: string;
3152
- backgroundColor?: string;
3153
- }
3154
-
3155
- declare interface Props_3 {
3156
- avatars: Avatar_2[];
3157
- title?: string;
3158
- showSelectedInfo?: boolean;
3159
- allowDeselect?: boolean;
3160
- multiple?: boolean;
3161
- }
3162
-
3163
- declare interface Props_4 {
3164
- title?: string;
3165
- description?: string;
3166
- icons?: Icon_2[];
3167
- faces?: Face_2[];
3168
- voices?: Voice_2[];
3169
- searchPlaceholder?: string;
3170
- cancelButtonText?: string;
3171
- saveButtonText?: string;
3172
- closeButtonAriaLabel?: string;
3173
- searchButtonAriaLabel?: string;
3174
- uploadButtonAriaLabel?: string;
3175
- allowMultipleSelection?: boolean;
3176
- }
3177
-
3178
- declare interface Props_5 {
3179
- rules?: Rule[];
3180
- tabs?: RuleTab[];
3181
- initialTab?: string;
3182
- totalPages?: number;
3183
- }
3184
-
3185
- declare interface Props_6 {
3186
- title?: string;
3187
- badgeText?: string;
3188
- isSelected?: boolean;
3189
- }
3190
-
3191
- declare interface Props_7 {
3192
- title?: string;
3193
- dbCount?: number;
3194
- searchPlaceholder?: string;
3195
- frames?: VectorFrameData_2[];
3196
- maxDisplayed?: number;
3197
- }
3198
-
3199
- declare interface Props_8 {
3200
- voices: Voice_3[];
3201
- title?: string;
3202
- showSelectedInfo?: boolean;
3203
- allowDeselect?: boolean;
3204
- }
3205
-
3206
- declare interface Props_9 {
3207
- voiceName: string;
3208
- isSelected?: boolean;
3209
- }
3210
-
3211
- /**
3212
- * Converts a date to a human-readable format (e.g., "12 Dec 2023 at 12:34").
3213
- * @param date - The date string or Date object to format.
3214
- * @returns The formatted date string.
3215
- */
3216
- export declare function readableDateFormat(date: Date | string): string;
3217
-
3218
- /**
3219
- * @deprecated Use IReference from /utilities/common.interfaces.ts instead
3220
- */
3221
- export declare interface Reference {
3222
- id: string;
3223
- title?: string;
3224
- name?: string;
3225
- description?: string;
3226
- url?: string;
3227
- type?: string;
3228
- path?: string;
3229
- metadata?: Record<string, unknown>;
3230
- }
3231
-
3232
- export declare interface Rule {
3233
- id: string | number;
3234
- title: string;
3235
- description?: string;
3236
- isActive?: boolean;
3237
- status: string;
3238
- dependencies: number;
3239
- creator: RuleCreator;
3240
- }
3241
-
3242
- export declare interface RuleCreator {
3243
- avatar: string;
3244
- name: string;
3245
- username: string;
3246
- }
3247
-
3248
- export declare const RulesManagement: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3249
- view: (rule: Rule) => any;
3250
- search: (query: string) => any;
3251
- edit: (rule: Rule) => any;
3252
- createRule: () => any;
3253
- tabChange: (tabId: string) => any;
3254
- pageChange: (page: number) => any;
3255
- }, string, PublicProps, Readonly<Props_5> & Readonly<{
3256
- onView?: ((rule: Rule) => any) | undefined;
3257
- onSearch?: ((query: string) => any) | undefined;
3258
- onEdit?: ((rule: Rule) => any) | undefined;
3259
- onCreateRule?: (() => any) | undefined;
3260
- onTabChange?: ((tabId: string) => any) | undefined;
3261
- onPageChange?: ((page: number) => any) | undefined;
3262
- }>, {
3263
- rules: Rule[];
3264
- tabs: RuleTab[];
3265
- initialTab: string;
3266
- totalPages: number;
3267
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3268
-
3269
- export declare interface RulesManagementEmits {
3270
- addRule: [];
3271
- editRule: [rule: Rule];
3272
- deleteRule: [ruleId: string | number];
3273
- toggleRule: [ruleId: string | number, isActive: boolean];
3274
- searchInput: [query: string];
3275
- search: [query: string];
3276
- createRule: [];
3277
- tabChange: [tabId: string];
3278
- edit: [rule: Rule];
3279
- view: [rule: Rule];
3280
- pageChange: [page: number];
3281
- }
3282
-
3283
- export declare interface RulesManagementExpose {
3284
- }
3285
-
3286
- export declare interface RulesManagementProps {
3287
- rules?: Rule[];
3288
- tabs?: RuleTab[];
3289
- initialTab?: string;
3290
- totalPages?: number;
3291
- title?: string;
3292
- addButtonText?: string;
3293
- emptyStateText?: string;
3294
- searchPlaceholder?: string;
3295
- }
3296
-
3297
- export declare interface RuleTab {
3298
- id: string;
3299
- label: string;
3300
- count: number;
3301
- }
3302
-
3303
- /**
3304
- * Scrolls a container element to its bottom.
3305
- * @param containerElement - The container element or its ID to scroll to bottom.
3306
- * @param smooth - Whether to use smooth scrolling. Defaults to false for better performance during streaming.
3307
- */
3308
- export declare const scrollToBottom: (containerElement: HTMLElement | string, smooth?: boolean) => void;
3309
-
3310
- /**
3311
- * Smoothly scrolls to a target element by its ID.
3312
- * @param targetElement - The ID of the target element.
3313
- */
3314
- export declare const scrollToElement: (targetElement: string) => void;
3315
-
3316
- export declare const SearchInput: DefineComponent<SearchInputProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3317
- clear: () => any;
3318
- "update:searchInput": (inputValue: string | null) => any;
3319
- }, string, PublicProps, Readonly<SearchInputProps> & Readonly<{
3320
- onClear?: (() => any) | undefined;
3321
- "onUpdate:searchInput"?: ((inputValue: string | null) => any) | undefined;
3322
- }>, {
3323
- placeholder: string;
3324
- showLoaderForSearch: boolean;
3325
- maxCharLimit: number;
3326
- showCloseButton: boolean;
3327
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
3328
- dropdownRef: HTMLDivElement;
3329
- searchInput: HTMLInputElement;
3330
- }, any>;
3331
-
3332
- declare interface SearchInputProps {
3333
- /** Placeholder text for the search input */
3334
- placeholder?: string;
3335
- /** Whether to show a loading spinner */
3336
- showLoaderForSearch?: boolean;
3337
- /** Maximum number of characters allowed in the input */
3338
- maxCharLimit?: number;
3339
- /** Whether to show a close button */
3340
- showCloseButton?: boolean;
3341
- }
3342
-
3343
- export declare const SendButton: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
3344
-
3345
- export declare const SimpleChatInterface: DefineComponent<__VLS_Props_7, {
3346
- addAIResponse: (content: string, changes?: {
3347
- title?: string;
3348
- description: string;
3349
- added: number;
3350
- removed: number;
3351
- data?: any;
3352
- }) => void;
3353
- addAIResponseFromApi: (apiResponse: any) => void;
3354
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3355
- send: (message: string) => any;
3356
- acceptChanges: (message: IChatMessage) => any;
3357
- denyChanges: (message: IChatMessage) => any;
3358
- textReplacement: (data: {
3359
- original?: string;
3360
- improved: string;
3361
- stats?: any;
3362
- }) => any;
3363
- textCompletion: (data: {
3364
- original?: string;
3365
- completion: string;
3366
- }) => any;
3367
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
3368
- onSend?: ((message: string) => any) | undefined;
3369
- onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
3370
- onDenyChanges?: ((message: IChatMessage) => any) | undefined;
3371
- onTextReplacement?: ((data: {
3372
- original?: string;
3373
- improved: string;
3374
- stats?: any;
3375
- }) => any) | undefined;
3376
- onTextCompletion?: ((data: {
3377
- original?: string;
3378
- completion: string;
3379
- }) => any) | undefined;
3380
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3381
- messagesContainer: HTMLDivElement;
3382
- inputRef: HTMLTextAreaElement;
3383
- }, HTMLDivElement>;
3384
-
3385
- export declare const SkeletonLoader: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3386
-
3387
- export declare const Slider: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3388
- "update:modelValue": (value: number) => any;
3389
- "update:rangeValue": (range: [number, number]) => any;
3390
- }, string, PublicProps, Readonly<SliderProps> & Readonly<{
3391
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3392
- "onUpdate:rangeValue"?: ((range: [number, number]) => any) | undefined;
3393
- }>, {
3394
- disabled: boolean;
3395
- range: boolean;
3396
- step: number;
3397
- tooltipPlacement: "top" | "bottom" | "left" | "right";
3398
- min: number;
3399
- max: number;
3400
- showValue: boolean;
3401
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
3402
- sliderTrack: HTMLDivElement;
3403
- }, HTMLDivElement>;
3404
-
3405
- /**
3406
- * Emits interface for the Slider component
3407
- */
3408
- export declare interface SliderEmits {
3409
- /**
3410
- * Emitted when the slider value changes
3411
- * @param value - The new value
3412
- */
3413
- 'update:modelValue': (value: number) => void;
3414
- /**
3415
- * Emitted when the range values change (only in range mode)
3416
- * @param range - The new range values [min, max]
3417
- */
3418
- 'update:rangeValue': (range: [number, number]) => void;
3419
- }
3420
-
3421
- /**
3422
- * Slider Component Interfaces
3423
- * Defines TypeScript interfaces for the Slider component with comprehensive JSDoc
3424
- */
3425
- /**
3426
- * Props interface for the Slider component
3427
- */
3428
- export declare interface SliderProps {
3429
- /**
3430
- * The current value of the slider
3431
- * @default 0
3432
- */
3433
- modelValue: number;
3434
- /**
3435
- * The minimum value of the slider
3436
- * @default 0
3437
- */
3438
- min?: number;
3439
- /**
3440
- * The maximum value of the slider
3441
- * @default 100
3442
- */
3443
- max?: number;
3444
- /**
3445
- * The step increment for the slider
3446
- * @default 1
3447
- */
3448
- step?: number;
3449
- /**
3450
- * Optional label text displayed above the slider
3451
- */
3452
- label?: string;
3453
- /**
3454
- * Optional tooltip text for the help icon
3455
- */
3456
- tooltip?: string;
3457
- /**
3458
- * Placement of the tooltip relative to the trigger element
3459
- * @default 'top'
3460
- */
3461
- tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
3462
- /**
3463
- * Optional hint text displayed below the slider
3464
- */
3465
- hint?: string;
3466
- /**
3467
- * Whether the slider is disabled
3468
- * @default false
3469
- */
3470
- disabled?: boolean;
3471
- /**
3472
- * Whether to show the current value in the top right corner
3473
- * @default true
3474
- */
3475
- showValue?: boolean;
3476
- /**
3477
- * Whether to enable range mode (dual thumb selection)
3478
- * @default false
3479
- */
3480
- range?: boolean;
3481
- /**
3482
- * The range values for dual thumb mode [min, max]
3483
- * Only used when range is true
3484
- */
3485
- rangeValue?: [number, number];
3486
- }
3487
-
3488
- export declare interface Snack {
3489
- title: string;
3490
- message: string;
3491
- toastType: ToastType;
3492
- duration?: number;
3493
- toastContainerSize?: "full" | "half" | "side70";
3494
- }
3495
-
3496
- export declare const SnackBar: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
3497
-
3498
- export declare interface SocialButtonEmits {
3499
- /**
3500
- * Emitted when a social button is clicked
3501
- * @param provider - The social media provider that was clicked
3502
- * @param event - The click event
3503
- */
3504
- click: [provider: SocialProvider, event: MouseEvent];
3505
- }
3506
-
3507
- export declare interface SocialButtonGroupProps {
3508
- /**
3509
- * Array of social media providers to display
3510
- */
3511
- providers: SocialProvider[];
3512
- /**
3513
- * Visual variant for all buttons in the group
3514
- */
3515
- variant?: SocialButtonVariant;
3516
- /**
3517
- * Size for all buttons in the group
3518
- */
3519
- size?: SocialButtonSize;
3520
- /**
3521
- * Whether all buttons are disabled
3522
- */
3523
- disabled?: boolean;
3524
- /**
3525
- * Whether to show only icons (square buttons)
3526
- */
3527
- iconOnly?: boolean;
3528
- /**
3529
- * Layout orientation of the button group
3530
- */
3531
- layout?: SocialButtonLayout;
3532
- /**
3533
- * Custom CSS class for styling overrides
3534
- */
3535
- class?: string;
3536
- /**
3537
- * Custom CSS style for styling overrides
3538
- */
3539
- style?: string;
3540
- }
3541
-
3542
- export declare type SocialButtonLayout = 'horizontal' | 'vertical';
3543
-
3544
- export declare interface SocialButtonProps {
3545
- /**
3546
- * Social media provider
3547
- */
3548
- provider: SocialProvider;
3549
- /**
3550
- * Visual variant of the button
3551
- * - filled: Brand background colors
3552
- * - outlined: White background with brand border
3553
- * - ghost: Transparent with muted colors
3554
- */
3555
- variant?: SocialButtonVariant;
3556
- /**
3557
- * Size of the button
3558
- * - sm: 32px height, 14px font
3559
- * - md: 40px height, 16px font
3560
- * - lg: 48px height, 18px font
3561
- */
3562
- size?: SocialButtonSize;
3563
- /**
3564
- * Whether the button is disabled
3565
- */
3566
- disabled?: boolean;
3567
- /**
3568
- * Whether to show only the icon (square button)
3569
- */
3570
- iconOnly?: boolean;
3571
- /**
3572
- * Custom label text (overrides default provider label)
3573
- */
3574
- label?: string;
3575
- /**
3576
- * Custom CSS class for styling overrides
3577
- */
3578
- class?: string;
3579
- /**
3580
- * Custom CSS style for styling overrides
3581
- */
3582
- style?: string;
3583
- }
3584
-
3585
- export declare const SocialButtons: DefineComponent<SocialButtonGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3586
- click: (provider: SocialProvider, event: MouseEvent) => any;
3587
- }, string, PublicProps, Readonly<SocialButtonGroupProps> & Readonly<{
3588
- onClick?: ((provider: SocialProvider, event: MouseEvent) => any) | undefined;
3589
- }>, {
3590
- size: SocialButtonSize;
3591
- disabled: boolean;
3592
- iconOnly: boolean;
3593
- variant: SocialButtonVariant;
3594
- layout: SocialButtonLayout;
3595
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3596
-
3597
- export declare type SocialButtonSize = 'sm' | 'md' | 'lg';
3598
-
3599
- export declare type SocialButtonVariant = 'filled' | 'outlined' | 'ghost';
3600
-
3601
- /**
3602
- * Social Buttons Component Interfaces
3603
- * Defines the props and types for the SocialButtons component
3604
- */
3605
- export declare type SocialProvider = 'google' | 'facebook' | 'apple' | 'x' | 'figma' | 'dribbble';
3606
-
3607
- /**
3608
- * Provider configuration mapping
3609
- */
3610
- export declare interface SocialProviderConfig {
3611
- icon: Component;
3612
- label: string;
3613
- colors: {
3614
- filled: {
3615
- background: string;
3616
- color: string;
3617
- border?: string;
3618
- };
3619
- outlined: {
3620
- background: string;
3621
- color: string;
3622
- border: string;
3623
- };
3624
- ghost: {
3625
- background: string;
3626
- color: string;
3627
- border: string;
3628
- };
3629
- };
3630
- }
3631
-
3632
- declare interface SpacemanLogoProps {
3633
- /** Custom CSS class to apply to the component */
3634
- customClass?: string;
3635
- /** Custom inline styles to apply */
3636
- customStyle?: string | Record<string, string>;
3637
- }
3638
-
3639
- export declare const Spinner: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3640
-
3641
- export declare const Switch: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3642
- "update:modelValue": (...args: any[]) => void;
3643
- }, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
3644
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3645
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
3646
-
3647
- export declare const SwitchSlot: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
3648
-
3649
- /**
3650
- * Emits interface for the SwitchSlot component
3651
- */
3652
- export declare interface SwitchSlotEmits {
3653
- /**
3654
- * Emitted when the switch state changes
3655
- * @param value - The new switch state
3656
- */
3657
- (e: 'update:modelValue', value: boolean): void;
3658
- }
3659
-
3660
- /**
3661
- * Switch Slot Component Interfaces
3662
- * Defines TypeScript interfaces for the SwitchSlot component with comprehensive JSDoc
3663
- */
3664
- /**
3665
- * Props interface for the SwitchSlot component
3666
- */
3667
- export declare interface SwitchSlotProps {
3668
- /**
3669
- * The current state of the switch (on/off)
3670
- */
3671
- modelValue: boolean;
3672
- /**
3673
- * Optional label text displayed next to the switch
3674
- */
3675
- label?: string;
3676
- /**
3677
- * Optional tooltip text for the help icon
3678
- */
3679
- tooltip?: string;
3680
- /**
3681
- * Placement of the tooltip relative to the trigger element
3682
- * @default 'top'
3683
- */
3684
- tooltipPlacement?: 'top' | 'bottom' | 'left' | 'right';
3685
- /**
3686
- * Optional hint text displayed below the component
3687
- */
3688
- hint?: string;
3689
- /**
3690
- * Whether the switch is disabled
3691
- * @default false
3692
- */
3693
- disabled?: boolean;
3694
- /**
3695
- * Visual variant of the component
3696
- * @default 'default'
3697
- */
3698
- variant?: 'default' | 'bordered';
3699
- /**
3700
- * Whether to show the slot content section
3701
- * @default false
3702
- */
3703
- showSlotContent?: boolean;
3704
- }
3705
-
3706
- export declare type TabButtonSize = 'sm';
3707
-
3708
- /**
3709
- * Interfaces for BaseTabButton component
3710
- */
3711
- export declare type TabButtonType = 'underline' | 'line' | 'button';
3712
-
3713
- export declare const TabList: DefineComponent<ITabList, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3714
- tabSwitch: (...args: any[]) => void;
3715
- }, string, PublicProps, Readonly<ITabList> & Readonly<{
3716
- onTabSwitch?: ((...args: any[]) => any) | undefined;
3717
- }>, {
3718
- currentTab: number;
3719
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3720
-
3721
- export declare interface TagsInputEvents extends InputFieldEvents {
3722
- 'update:tags': [tags: string[]];
3723
- 'tag-added': [tag: string];
3724
- 'tag-removed': [tag: string, index: number];
3725
- 'max-tags-reached': [];
3726
- }
3727
-
3728
- export declare interface TagsInputProps extends BaseInputFieldProps {
3729
- tags?: string[];
3730
- maxTags?: number;
3731
- allowDuplicates?: boolean;
3732
- tagSeparators?: string[];
3733
- suggestions?: string[];
3734
- }
3735
-
3736
- /**
3737
- * Interfaces for ColorValidation component
3738
- */
3739
- export declare type TestResult = {
3740
- name: string;
3741
- varName: string;
3742
- expected: string;
3743
- actual: string;
3744
- pass: boolean;
3745
- };
3746
-
3747
- export declare const TextAreaInputField: DefineComponent<Props_18, {
3748
- focus: () => void;
3749
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3750
- blur: (event: FocusEvent) => any;
3751
- focus: (event: FocusEvent) => any;
3752
- input: (value: string) => any;
3753
- "update:modelValue": (value: string) => any;
3754
- "ask-ai": (content: string) => any;
3755
- expand: (content: string) => any;
3756
- "remove-tag": (index: number) => any;
3757
- "tooltip-click": () => any;
3758
- "add-tag": (tag: string) => any;
3759
- "tags-click": () => any;
3760
- }, string, PublicProps, Readonly<Props_18> & Readonly<{
3761
- onBlur?: ((event: FocusEvent) => any) | undefined;
3762
- onFocus?: ((event: FocusEvent) => any) | undefined;
3763
- onInput?: ((value: string) => any) | undefined;
3764
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3765
- "onAsk-ai"?: ((content: string) => any) | undefined;
3766
- onExpand?: ((content: string) => any) | undefined;
3767
- "onRemove-tag"?: ((index: number) => any) | undefined;
3768
- "onTooltip-click"?: (() => any) | undefined;
3769
- "onAdd-tag"?: ((tag: string) => any) | undefined;
3770
- "onTags-click"?: (() => any) | undefined;
3771
- }>, {
3772
- label: string;
3773
- placeholder: string;
3774
- required: boolean;
3775
- disabled: boolean;
3776
- tags: string[];
3777
- tooltipText: string;
3778
- modelValue: string;
3779
- readonly: boolean;
3780
- openaiApiKey: string;
3781
- openaiModel: string;
3782
- openaiOrganization: string;
3783
- showTooltip: boolean;
3784
- showAiButton: boolean;
3785
- showTags: boolean;
3786
- showAddTagsPlaceholder: boolean;
3787
- addTagsPlaceholder: string;
3788
- hintText: string;
3789
- hasError: boolean;
3790
- errorMessage: string;
3791
- modalTitle: string;
3792
- modalDescription: string;
3793
- showUnderlines: boolean;
3794
- dynamicTitle: string;
3795
- showHint: boolean;
3796
- diffMode: boolean;
3797
- oldText: string;
3798
- newText: string;
3799
- tagsOnly: boolean;
3800
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
3801
- textareaRef: HTMLTextAreaElement;
3802
- aiModalRef: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
3803
- isVisible: {
3804
- type: BooleanConstructor;
3805
- required: true;
3806
- };
3807
- title: {
3808
- type: StringConstructor;
3809
- default: string;
3810
- };
3811
- description: {
3812
- type: StringConstructor;
3813
- default: string;
3814
- };
3815
- initialContent: {
3816
- type: StringConstructor;
3817
- default: string;
3818
- };
3819
- openaiApiKey: {
3820
- type: StringConstructor;
3821
- default: string;
3822
- };
3823
- openaiModel: {
3824
- type: StringConstructor;
3825
- default: string;
3826
- };
3827
- openaiOrganization: {
3828
- type: StringConstructor;
3829
- default: string;
3830
- };
3831
- }>> & Readonly<{
3832
- onCancel?: ((...args: any[]) => any) | undefined;
3833
- onClose?: ((...args: any[]) => any) | undefined;
3834
- onSave?: ((...args: any[]) => any) | undefined;
3835
- onAskAI?: ((...args: any[]) => any) | undefined;
3836
- onToggleAI?: ((...args: any[]) => any) | undefined;
3837
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3838
- cancel: (...args: any[]) => void;
3839
- close: (...args: any[]) => void;
3840
- save: (...args: any[]) => void;
3841
- askAI: (...args: any[]) => void;
3842
- toggleAI: (...args: any[]) => void;
3843
- }, PublicProps, {
3844
- title: string;
3845
- description: string;
3846
- openaiApiKey: string;
3847
- initialContent: string;
3848
- openaiModel: string;
3849
- openaiOrganization: string;
3850
- }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
3851
- chatRef: CreateComponentPublicInstanceWithMixins<Readonly<{
3852
- placeholder?: string;
3853
- messages?: IChatMessage[];
3854
- enableAI?: boolean;
3855
- openaiApiKey?: string;
3856
- textBoxContent?: string;
3857
- }> & Readonly<{
3858
- onSend?: ((message: string) => any) | undefined;
3859
- onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
3860
- onDenyChanges?: ((message: IChatMessage) => any) | undefined;
3861
- onTextReplacement?: ((data: {
3862
- original?: string;
3863
- improved: string;
3864
- stats?: any;
3865
- }) => any) | undefined;
3866
- onTextCompletion?: ((data: {
3867
- original?: string;
3868
- completion: string;
3869
- }) => any) | undefined;
3870
- }>, {
3871
- addAIResponse: (content: string, changes?: {
3872
- title?: string;
3873
- description: string;
3874
- added: number;
3875
- removed: number;
3876
- data?: any;
3877
- }) => void;
3878
- addAIResponseFromApi: (apiResponse: any) => void;
3879
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3880
- send: (message: string) => any;
3881
- acceptChanges: (message: IChatMessage) => any;
3882
- denyChanges: (message: IChatMessage) => any;
3883
- textReplacement: (data: {
3884
- original?: string;
3885
- improved: string;
3886
- stats?: any;
3887
- }) => any;
3888
- textCompletion: (data: {
3889
- original?: string;
3890
- completion: string;
3891
- }) => any;
3892
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
3893
- messagesContainer: HTMLDivElement;
3894
- inputRef: HTMLTextAreaElement;
3895
- }, HTMLDivElement, ComponentProvideOptions, {
3896
- P: {};
3897
- B: {};
3898
- D: {};
3899
- C: {};
3900
- M: {};
3901
- Defaults: {};
3902
- }, Readonly<{
3903
- placeholder?: string;
3904
- messages?: IChatMessage[];
3905
- enableAI?: boolean;
3906
- openaiApiKey?: string;
3907
- textBoxContent?: string;
3908
- }> & Readonly<{
3909
- onSend?: ((message: string) => any) | undefined;
3910
- onAcceptChanges?: ((message: IChatMessage) => any) | undefined;
3911
- onDenyChanges?: ((message: IChatMessage) => any) | undefined;
3912
- onTextReplacement?: ((data: {
3913
- original?: string;
3914
- improved: string;
3915
- stats?: any;
3916
- }) => any) | undefined;
3917
- onTextCompletion?: ((data: {
3918
- original?: string;
3919
- completion: string;
3920
- }) => any) | undefined;
3921
- }>, {
3922
- addAIResponse: (content: string, changes?: {
3923
- title?: string;
3924
- description: string;
3925
- added: number;
3926
- removed: number;
3927
- data?: any;
3928
- }) => void;
3929
- addAIResponseFromApi: (apiResponse: any) => void;
3930
- }, {}, {}, {}, {}> | null;
3931
- }, any, ComponentProvideOptions, {
3932
- P: {};
3933
- B: {};
3934
- D: {};
3935
- C: {};
3936
- M: {};
3937
- Defaults: {};
3938
- }, Readonly<ExtractPropTypes< {
3939
- isVisible: {
3940
- type: BooleanConstructor;
3941
- required: true;
3942
- };
3943
- title: {
3944
- type: StringConstructor;
3945
- default: string;
3946
- };
3947
- description: {
3948
- type: StringConstructor;
3949
- default: string;
3950
- };
3951
- initialContent: {
3952
- type: StringConstructor;
3953
- default: string;
3954
- };
3955
- openaiApiKey: {
3956
- type: StringConstructor;
3957
- default: string;
3958
- };
3959
- openaiModel: {
3960
- type: StringConstructor;
3961
- default: string;
3962
- };
3963
- openaiOrganization: {
3964
- type: StringConstructor;
3965
- default: string;
3966
- };
3967
- }>> & Readonly<{
3968
- onCancel?: ((...args: any[]) => any) | undefined;
3969
- onClose?: ((...args: any[]) => any) | undefined;
3970
- onSave?: ((...args: any[]) => any) | undefined;
3971
- onAskAI?: ((...args: any[]) => any) | undefined;
3972
- onToggleAI?: ((...args: any[]) => any) | undefined;
3973
- }>, {}, {}, {}, {}, {
3974
- title: string;
3975
- description: string;
3976
- openaiApiKey: string;
3977
- initialContent: string;
3978
- openaiModel: string;
3979
- openaiOrganization: string;
3980
- }> | null;
3981
- }, HTMLDivElement>;
3982
-
3983
- declare interface Toast {
3984
- message: string;
3985
- toastType: "success" | "danger" | "info";
3986
- duration?: number;
3987
- }
3988
-
3989
- export declare const ToastMessage: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
3990
-
3991
- declare type ToastType = "success" | "danger" | "info";
3992
-
3993
- export declare const Tooltip: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
3994
-
3995
- declare interface TooltipProps {
3996
- /** The text content to display in the tooltip */
3997
- text?: string;
3998
- /** The placement of the tooltip relative to the trigger element */
3999
- placement?: "top" | "bottom" | "left" | "right";
4000
- /** Whether to render the text as HTML */
4001
- html?: boolean;
4002
- /** Custom CSS class to apply to the tooltip content */
4003
- contentClass?: string;
4004
- }
4005
-
4006
- export declare const TooltipV2: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
4007
-
4008
- declare interface TooltipV2Props {
4009
- /** The text content to display in the tooltip */
4010
- text?: string;
4011
- /** The placement of the tooltip relative to the trigger element */
4012
- placement?: 'top' | 'bottom' | 'left' | 'right';
4013
- /** Whether to render the text as HTML */
4014
- html?: boolean;
4015
- /** Custom CSS class to apply to the tooltip content */
4016
- contentClass?: string;
4017
- /** Delay before showing the tooltip (in milliseconds) */
4018
- delay?: number;
4019
- /** Delay before hiding the tooltip (in milliseconds) */
4020
- hideDelay?: number;
4021
- }
4022
-
4023
- export declare interface UnifiedInputFieldEvents {
4024
- 'update:modelValue': [value: string];
4025
- input: [value: string];
4026
- focus: [event: FocusEvent];
4027
- blur: [event: FocusEvent];
4028
- keydown: [event: KeyboardEvent];
4029
- 'leading-icon-click': [event: MouseEvent];
4030
- 'trailing-icon-click': [event: MouseEvent];
4031
- 'trailing-button-click': [event: MouseEvent];
4032
- 'update:countryCode': [code: string];
4033
- 'update:phoneNumber': [number: string];
4034
- 'country-change': [country: CountryOption];
4035
- 'update:currency': [currency: string];
4036
- 'update:amount': [amount: string | number];
4037
- 'currency-change': [currency: CurrencyOption];
4038
- 'update:protocol': [protocol: string];
4039
- 'update:url': [url: string];
4040
- 'protocol-change': [protocol: string];
4041
- 'update:cardNumber': [number: string];
4042
- 'card-type-detected': [type: CardType];
4043
- 'update:tags': [tags: string[]];
4044
- 'tag-added': [tag: string];
4045
- 'tag-removed': [tag: string, index: number];
4046
- 'max-tags-reached': [];
4047
- 'copy-success': [text: string];
4048
- 'copy-error': [error: Error];
4049
- }
4050
-
4051
- export declare interface UnifiedInputFieldProps {
4052
- size?: InputFieldSize;
4053
- colorStyle?: InputFieldColorStyle;
4054
- state?: InputFieldState;
4055
- destructive?: boolean;
4056
- variant?: InputFieldVariant;
4057
- type?: InputFieldVariant;
4058
- label?: string;
4059
- hintText?: string;
4060
- required?: boolean;
4061
- placeholder?: string;
4062
- value?: string;
4063
- modelValue?: string;
4064
- inputType?: string;
4065
- readonly?: boolean;
4066
- disabled?: boolean;
4067
- leadingIcon?: Component | string;
4068
- trailingIcon?: Component | string;
4069
- tooltipText?: string;
4070
- iconLeading?: boolean;
4071
- helpIcon?: boolean;
4072
- helpText?: string;
4073
- leadingDropdownText?: string;
4074
- trailingDropdownText?: string;
4075
- leadingText?: string;
4076
- trailingButtonText?: string;
4077
- countryCode?: string;
4078
- countryOptions?: CountryOption[];
4079
- phoneNumber?: string;
4080
- currency?: string;
4081
- currencyOptions?: CurrencyOption[];
4082
- amount?: string | number;
4083
- showCurrencySymbol?: boolean;
4084
- protocol?: 'http://' | 'https://';
4085
- allowProtocolChange?: boolean;
4086
- url?: string;
4087
- cardNumber?: string;
4088
- cardType?: CardType;
4089
- maskInput?: boolean;
4090
- showCardIcon?: boolean;
4091
- tags?: string[];
4092
- maxTags?: number;
4093
- allowDuplicates?: boolean;
4094
- tagSeparators?: string[];
4095
- suggestions?: string[];
4096
- copyText?: string;
4097
- showCopyButton?: boolean;
4098
- copySuccessMessage?: string;
4099
- }
4100
-
4101
- export declare interface UrlInputEvents extends InputFieldEvents {
4102
- 'update:protocol': [protocol: string];
4103
- 'update:url': [url: string];
4104
- 'protocol-change': [protocol: string];
4105
- }
4106
-
4107
- export declare interface UrlInputProps extends BaseInputFieldProps {
4108
- protocol?: 'http://' | 'https://';
4109
- allowProtocolChange?: boolean;
4110
- url?: string;
4111
- }
4112
-
4113
- /**
4114
- * Composable for centralized error handling
4115
- */
4116
- export declare function useErrorHandler(options?: UseErrorHandlerOptions): {
4117
- errors: ComputedRef< {
4118
- message: string;
4119
- code?: string | number | undefined;
4120
- stack?: string | undefined;
4121
- timestamp: string;
4122
- context?: Record<string, unknown> | undefined;
4123
- }[]>;
4124
- hasErrors: ComputedRef<boolean>;
4125
- latestError: ComputedRef< {
4126
- message: string;
4127
- code?: string | number | undefined;
4128
- stack?: string | undefined;
4129
- timestamp: string;
4130
- context?: Record<string, unknown> | undefined;
4131
- }>;
4132
- isLoading: ComputedRef<boolean>;
4133
- retryCount: ComputedRef<number>;
4134
- handleError: (error: unknown, context?: Record<string, unknown>) => ErrorDetails;
4135
- handleAsync: <T>(operation: () => Promise<T>, context?: Record<string, unknown>) => Promise<{
4136
- data: T | null;
4137
- error: ErrorDetails | null;
4138
- }>;
4139
- retryAsync: <T>(operation: () => Promise<T>, context?: Record<string, unknown>) => Promise<{
4140
- data: T | null;
4141
- error: ErrorDetails | null;
4142
- }>;
4143
- clearErrors: () => void;
4144
- clearError: (index: number) => void;
4145
- isCriticalError: (error: unknown) => boolean;
4146
- };
4147
-
4148
- export declare interface UseErrorHandlerOptions {
4149
- logErrors?: boolean;
4150
- throwOnCritical?: boolean;
4151
- maxRetries?: number;
4152
- }
4153
-
4154
- /**
4155
- * Composable for performance monitoring and optimization
4156
- */
4157
- export declare function usePerformance(options?: UsePerformanceOptions): {
4158
- metrics: ComputedRef< {
4159
- renderTime: number;
4160
- componentCount: number;
4161
- memoryUsage?: number | undefined;
4162
- timestamp: string;
4163
- }[]>;
4164
- isTracking: ComputedRef<boolean>;
4165
- averageRenderTime: ComputedRef<number>;
4166
- maxRenderTime: ComputedRef<number>;
4167
- startTracking: (label?: string) => void;
4168
- endTracking: (label?: string, componentCount?: number) => PerformanceMetrics | undefined;
4169
- measureAsync: <T>(operation: () => Promise<T>, label?: string) => Promise<{
4170
- result: T;
4171
- metrics: PerformanceMetrics;
4172
- }>;
4173
- debounce: <T extends (...args: any[]) => any>(func: T, wait: number) => ((...args: Parameters<T>) => void);
4174
- throttle: <T extends (...args: any[]) => any>(func: T, limit: number) => ((...args: Parameters<T>) => void);
4175
- scheduleWork: (callback: () => void, timeout?: number) => void;
4176
- lazyLoad: <T>(loader: () => Promise<T>, delay?: number) => Promise<T>;
4177
- createVirtualList: <T>(items: T[], itemHeight: number, containerHeight: number) => (scrollTop: number) => {
4178
- visibleItems: T[];
4179
- startIndex: number;
4180
- endIndex: number;
4181
- totalHeight: number;
4182
- offsetY: number;
4183
- };
4184
- clearMetrics: () => void;
4185
- getSummary: () => {
4186
- totalMeasurements: number;
4187
- averageRenderTime: number;
4188
- maxRenderTime: number;
4189
- recentMetrics: {
4190
- renderTime: number;
4191
- componentCount: number;
4192
- memoryUsage?: number | undefined;
4193
- timestamp: string;
4194
- }[];
4195
- };
4196
- };
4197
-
4198
- export declare interface UsePerformanceOptions {
4199
- enableMetrics?: boolean;
4200
- trackMemory?: boolean;
4201
- sampleRate?: number;
4202
- }
4203
-
4204
- export declare const useSnackBar: () => {
4205
- snackQueue: Ref< {
4206
- title: string;
4207
- message: string;
4208
- toastType: ToastType;
4209
- duration?: number | undefined;
4210
- toastContainerSize?: "full" | "half" | "side70" | undefined;
4211
- }[], Snack[] | {
4212
- title: string;
4213
- message: string;
4214
- toastType: ToastType;
4215
- duration?: number | undefined;
4216
- toastContainerSize?: "full" | "half" | "side70" | undefined;
4217
- }[]>;
4218
- addSnackBar: (snack: Snack) => void;
4219
- removeSnackBar: (snack: Snack) => void;
4220
- };
4221
-
4222
- export declare const useToast: () => {
4223
- toastQueue: Ref< {
4224
- message: string;
4225
- toastType: "success" | "danger" | "info";
4226
- duration?: number | undefined;
4227
- }[], Toast[] | {
4228
- message: string;
4229
- toastType: "success" | "danger" | "info";
4230
- duration?: number | undefined;
4231
- }[]>;
4232
- addToast: (toast: Toast) => void;
4233
- hasToasts: ComputedRef<boolean>;
4234
- };
4235
-
4236
- export declare const VectorFrame: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4237
- click: (event: MouseEvent) => any;
4238
- }, string, PublicProps, Readonly<Props_6> & Readonly<{
4239
- onClick?: ((event: MouseEvent) => any) | undefined;
4240
- }>, {
4241
- title: string;
4242
- isSelected: boolean;
4243
- badgeText: string;
4244
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4245
-
4246
- export declare interface VectorFrameData {
4247
- id?: string | number;
4248
- title: string;
4249
- badgeText?: string;
4250
- isSelected?: boolean;
4251
- }
4252
-
4253
- declare interface VectorFrameData_2 {
4254
- id?: string | number;
4255
- title: string;
4256
- badgeText?: string;
4257
- isSelected?: boolean;
4258
- }
4259
-
4260
- export declare interface VectorFrameEmits {
4261
- click: [event: MouseEvent];
4262
- }
4263
-
4264
- export declare interface VectorFrameExpose {
4265
- }
4266
-
4267
- export declare interface VectorFrameProps {
4268
- title?: string;
4269
- badgeText?: string;
4270
- isSelected?: boolean;
4271
- }
4272
-
4273
- export declare const VectorSection: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4274
- searchInput: (query: string) => any;
4275
- frameClick: (frame: VectorFrameData_2, index: number) => any;
4276
- addVectorStore: () => any;
4277
- showMore: () => any;
4278
- }, string, PublicProps, Readonly<Props_7> & Readonly<{
4279
- onSearchInput?: ((query: string) => any) | undefined;
4280
- onFrameClick?: ((frame: VectorFrameData_2, index: number) => any) | undefined;
4281
- onAddVectorStore?: (() => any) | undefined;
4282
- onShowMore?: (() => any) | undefined;
4283
- }>, {
4284
- title: string;
4285
- searchPlaceholder: string;
4286
- dbCount: number;
4287
- frames: VectorFrameData_2[];
4288
- maxDisplayed: number;
4289
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4290
-
4291
- export declare interface VectorSectionEmits {
4292
- frameClick: [frame: VectorFrameData, index: number];
4293
- addVectorStore: [];
4294
- showMore: [];
4295
- searchInput: [query: string];
4296
- }
4297
-
4298
- export declare interface VectorSectionExpose {
4299
- }
4300
-
4301
- export declare interface VectorSectionProps {
4302
- title?: string;
4303
- dbCount?: number;
4304
- searchPlaceholder?: string;
4305
- frames?: VectorFrameData[];
4306
- maxDisplayed?: number;
4307
- }
4308
-
4309
- export declare type VerticalTabSize = 'sm' | 'md';
4310
-
4311
- export declare type VerticalTabType = 'button-primary' | 'button-gray' | 'button-border' | 'line';
4312
-
4313
- export declare const vFrSanitize: {
4314
- mounted(el: HTMLElement, binding: DirectiveBinding): void;
4315
- updated(el: HTMLElement, binding: DirectiveBinding): void;
4316
- };
4317
-
4318
- export declare interface Voice {
4319
- id: string | number;
4320
- name: string;
4321
- }
4322
-
4323
- declare interface Voice_2 {
4324
- id: string | number;
4325
- name: string;
4326
- }
4327
-
4328
- declare interface Voice_3 {
4329
- id: string | number;
4330
- name: string;
4331
- }
4332
-
4333
- export declare const VoiceList: DefineComponent<Props_8, {
4334
- selectedVoiceId: Ref<string | number | null, string | number | null>;
4335
- selectedVoice: ComputedRef<Voice_3 | null>;
4336
- selectVoice: (id: string | number) => void;
4337
- clearSelection: () => void;
4338
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4339
- selectionChange: (selectedId: string | number | null) => any;
4340
- voiceClick: (voiceId: string | number, isSelected: boolean) => any;
4341
- }, string, PublicProps, Readonly<Props_8> & Readonly<{
4342
- onSelectionChange?: ((selectedId: string | number | null) => any) | undefined;
4343
- onVoiceClick?: ((voiceId: string | number, isSelected: boolean) => any) | undefined;
4344
- }>, {
4345
- title: string;
4346
- showSelectedInfo: boolean;
4347
- allowDeselect: boolean;
4348
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4349
-
4350
- export declare interface VoiceListEmits {
4351
- selectionChange: [selectedId: string | number | null];
4352
- voiceClick: [voiceId: string | number, isSelected: boolean];
4353
- }
4354
-
4355
- export declare interface VoiceListExpose {
4356
- selectedVoiceId: Ref<string | number | null>;
4357
- selectedVoice: ComputedRef<Voice | null>;
4358
- selectVoice: (id: string | number) => void;
4359
- clearSelection: () => void;
4360
- }
4361
-
4362
- export declare interface VoiceListProps {
4363
- voices: Voice[];
4364
- title?: string;
4365
- showSelectedInfo?: boolean;
4366
- allowDeselect?: boolean;
4367
- }
4368
-
4369
- export declare const VoiceSelection: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4370
- handleClick: (event: MouseEvent) => any;
4371
- }, string, PublicProps, Readonly<Props_9> & Readonly<{
4372
- onHandleClick?: ((event: MouseEvent) => any) | undefined;
4373
- }>, {
4374
- isSelected: boolean;
4375
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
4376
-
4377
- export declare interface VoiceSelectionEmits {
4378
- handleClick: [event: MouseEvent];
4379
- }
4380
-
4381
- export declare interface VoiceSelectionExpose {
4382
- }
4383
-
4384
- export declare interface VoiceSelectionProps {
4385
- voiceName: string;
4386
- isSelected?: boolean;
4387
- }
4388
-
4389
- export { }
1
+ export * from './src/index'
2
+ export {}
3
+ import FreddyPlugins from './src/index'
4
+ export default FreddyPlugins
5
+ export * from './src/index'
6
+ export {}