@n8n/design-system 2.33.4 → 2.34.1

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 (518) hide show
  1. package/.turbo/turbo-build.log +146 -14
  2. package/dist/assets/CommitMonoVariable.woff2 +0 -0
  3. package/dist/assets/InterVariable-Italic.woff2 +0 -0
  4. package/dist/assets/InterVariable.woff2 +0 -0
  5. package/dist/assets/element-icons.ttf +0 -0
  6. package/dist/assets/element-icons.woff +0 -0
  7. package/dist/components/AskAssistantAvatar/AssistantAvatar.vue.d.ts +7 -0
  8. package/dist/components/AskAssistantAvatar/index.d.ts +2 -0
  9. package/dist/components/AskAssistantButton/AskAssistantButton.vue.d.ts +10 -0
  10. package/dist/components/AskAssistantButton/index.d.ts +2 -0
  11. package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +733 -0
  12. package/dist/components/AskAssistantChat/index.d.ts +5 -0
  13. package/dist/components/AskAssistantChat/messages/BaseMessage.vue.d.ts +30 -0
  14. package/dist/components/AskAssistantChat/messages/BlockMessage.vue.d.ts +21 -0
  15. package/dist/components/AskAssistantChat/messages/CodeDiffMessage.vue.d.ts +24 -0
  16. package/dist/components/AskAssistantChat/messages/ErrorMessage.vue.d.ts +14 -0
  17. package/dist/components/AskAssistantChat/messages/EventMessage.vue.d.ts +17 -0
  18. package/dist/components/AskAssistantChat/messages/MessageRating.vue.d.ts +150 -0
  19. package/dist/components/AskAssistantChat/messages/MessageWrapper.vue.d.ts +54 -0
  20. package/dist/components/AskAssistantChat/messages/RestoreVersionConfirm.vue.d.ts +14 -0
  21. package/dist/components/AskAssistantChat/messages/TextMessage.vue.d.ts +43 -0
  22. package/dist/components/AskAssistantChat/messages/ThinkingMessage.vue.d.ts +12 -0
  23. package/dist/components/AskAssistantChat/messages/ToolMessage.vue.d.ts +15 -0
  24. package/dist/components/AskAssistantChat/messages/helpers.d.ts +46 -0
  25. package/dist/components/AskAssistantChat/messages/useMarkdown.d.ts +3 -0
  26. package/dist/components/AskAssistantIcon/AssistantIcon.vue.d.ts +9 -0
  27. package/dist/components/AskAssistantIcon/index.d.ts +2 -0
  28. package/dist/components/AskAssistantText/AssistantText.vue.d.ts +9 -0
  29. package/dist/components/AskAssistantText/index.d.ts +2 -0
  30. package/dist/components/BlinkingCursor/BlinkingCursor.vue.d.ts +2 -0
  31. package/dist/components/CanvasCollaborationPill/CanvasCollaborationPill.vue.d.ts +11 -0
  32. package/dist/components/CanvasCollaborationPill/index.d.ts +2 -0
  33. package/dist/components/CanvasPill/CanvasPill.vue.d.ts +18 -0
  34. package/dist/components/CanvasPill/index.d.ts +2 -0
  35. package/dist/components/CanvasThinkingPill/CanvasThinkingPill.vue.d.ts +9 -0
  36. package/dist/components/CanvasThinkingPill/index.d.ts +2 -0
  37. package/dist/components/CodeDiff/CodeDiff.vue.d.ts +23 -0
  38. package/dist/components/ConditionalRouterLink/CondtionalRouterLink.vue.d.ts +31 -0
  39. package/dist/components/ConditionalRouterLink/index.d.ts +2 -0
  40. package/dist/components/DateRangePicker/DateRangePicker.constants.d.ts +2 -0
  41. package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +43 -0
  42. package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -0
  43. package/dist/components/DateRangePicker/index.d.ts +7 -0
  44. package/dist/components/IconTextButton/IconTextButton.vue.d.ts +41 -0
  45. package/dist/components/IconTextButton/index.d.ts +2 -0
  46. package/dist/components/InlineAskAssistantButton/InlineAskAssistantButton.vue.d.ts +16 -0
  47. package/dist/components/InlineAskAssistantButton/index.d.ts +2 -0
  48. package/dist/components/N8nActionDropdown/ActionDropdown.types.d.ts +16 -0
  49. package/dist/components/N8nActionDropdown/ActionDropdown.vue.d.ts +41 -0
  50. package/dist/components/N8nActionDropdown/index.d.ts +2 -0
  51. package/dist/components/N8nActionPill/ActionPill.vue.d.ts +35 -0
  52. package/dist/components/N8nActionToggle/ActionToggle.types.d.ts +23 -0
  53. package/dist/components/N8nActionToggle/ActionToggle.vue.d.ts +24 -0
  54. package/dist/components/N8nActionToggle/index.d.ts +2 -0
  55. package/dist/components/N8nAiActivityStep/AiActivityStep.vue.d.ts +32 -0
  56. package/dist/components/N8nAiActivityStep/context.d.ts +2 -0
  57. package/dist/components/N8nAiActivityStep/index.d.ts +1 -0
  58. package/dist/components/N8nAiActivityStepButton/AiActivityStepButton.vue.d.ts +34 -0
  59. package/dist/components/N8nAiActivityStepButton/index.d.ts +1 -0
  60. package/dist/components/N8nAiActivityStepChevron/AiActivityStepChevron.vue.d.ts +5 -0
  61. package/dist/components/N8nAiActivityStepChevron/index.d.ts +1 -0
  62. package/dist/components/N8nAiActivityStepGroup/AiActivityStepGroup.vue.d.ts +27 -0
  63. package/dist/components/N8nAiActivityStepGroup/index.d.ts +1 -0
  64. package/dist/components/N8nAiActivityStepResultSection/AiActivityStepResultSection.vue.d.ts +17 -0
  65. package/dist/components/N8nAiActivityStepResultSection/index.d.ts +1 -0
  66. package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.types.d.ts +15 -0
  67. package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.vue.d.ts +54 -0
  68. package/dist/components/N8nAiModelSelectorDropdown/index.d.ts +2 -0
  69. package/dist/components/N8nAlert/Alert.vue.d.ts +34 -0
  70. package/dist/components/N8nAlert/index.d.ts +1 -0
  71. package/dist/components/N8nAlertDialog/AlertDialog.vue.d.ts +51 -0
  72. package/dist/components/N8nAlertDialog/index.d.ts +2 -0
  73. package/dist/components/N8nAnimatedCollapsibleContent/AnimatedCollapsibleContent.vue.d.ts +22 -0
  74. package/dist/components/N8nAnimatedCollapsibleContent/index.d.ts +1 -0
  75. package/dist/components/N8nAvatar/Avatar.vue.d.ts +14 -0
  76. package/dist/components/N8nAvatar/avatarSizes.d.ts +8 -0
  77. package/dist/components/N8nAvatar/index.d.ts +3 -0
  78. package/dist/components/N8nBadge/Badge.vue.d.ts +29 -0
  79. package/dist/components/N8nBadge/index.d.ts +2 -0
  80. package/dist/components/N8nBlockUi/BlockUi.vue.d.ts +7 -0
  81. package/dist/components/N8nBlockUi/index.d.ts +2 -0
  82. package/dist/components/N8nBreadcrumbs/Breadcrumbs.vue.d.ts +59 -0
  83. package/dist/components/N8nBreadcrumbs/index.d.ts +3 -0
  84. package/dist/components/N8nButton/Button.vue.d.ts +24 -0
  85. package/dist/components/N8nButton/index.d.ts +2 -0
  86. package/dist/components/N8nButtonList/ButtonList.types.d.ts +4 -0
  87. package/dist/components/N8nButtonList/ButtonList.vue.d.ts +20 -0
  88. package/dist/components/N8nButtonList/index.d.ts +3 -0
  89. package/dist/components/N8nCallout/Callout.vue.d.ts +35 -0
  90. package/dist/components/N8nCallout/index.d.ts +3 -0
  91. package/dist/components/N8nCard/Card.vue.d.ts +26 -0
  92. package/dist/components/N8nCard/index.d.ts +2 -0
  93. package/dist/components/N8nChatInput/ChatInput.vue.d.ts +88 -0
  94. package/dist/components/N8nChatInput/index.d.ts +4 -0
  95. package/dist/components/N8nChatInput/useChatInputAutoFocus.d.ts +10 -0
  96. package/dist/components/N8nChatMessage/ChatMessage.vue.d.ts +30 -0
  97. package/dist/components/N8nChatMessage/index.d.ts +1 -0
  98. package/dist/components/N8nCircleLoader/CircleLoader.vue.d.ts +9 -0
  99. package/dist/components/N8nCircleLoader/index.d.ts +2 -0
  100. package/dist/components/N8nCodeBlock/CodeBlock.types.d.ts +14 -0
  101. package/dist/components/N8nCodeBlock/CodeBlock.vue.d.ts +20 -0
  102. package/dist/components/N8nCodeBlock/index.d.ts +2 -0
  103. package/dist/components/N8nCollapsiblePanel/CollapsiblePanel.vue.d.ts +36 -0
  104. package/dist/components/N8nCollapsiblePanel/index.d.ts +3 -0
  105. package/dist/components/N8nColorPicker/ColorPicker.vue.d.ts +31 -0
  106. package/dist/components/N8nColorPicker/index.d.ts +2 -0
  107. package/dist/components/N8nCommandBar/CommandBar.vue.d.ts +191 -0
  108. package/dist/components/N8nCommandBar/CommandBarItem.vue.d.ts +11 -0
  109. package/dist/components/N8nCommandBar/index.d.ts +2 -0
  110. package/dist/components/N8nCommandBar/types.d.ts +21 -0
  111. package/dist/components/N8nCopyInput/CopyInput.vue.d.ts +21 -0
  112. package/dist/components/N8nCopyInput/index.d.ts +2 -0
  113. package/dist/components/N8nDataTableServer/N8nDataTableServer.vue.d.ts +97 -0
  114. package/dist/components/N8nDataTableServer/index.d.ts +3 -0
  115. package/dist/components/N8nDatatable/Datatable.types.d.ts +8 -0
  116. package/dist/components/N8nDatatable/Datatable.vue.d.ts +25 -0
  117. package/dist/components/N8nDatatable/index.d.ts +2 -0
  118. package/dist/components/N8nDialog/Dialog.vue.d.ts +57 -0
  119. package/dist/components/N8nDialog/DialogClose.vue.d.ts +21 -0
  120. package/dist/components/N8nDialog/DialogContent.vue.d.ts +48 -0
  121. package/dist/components/N8nDialog/DialogDescription.vue.d.ts +20 -0
  122. package/dist/components/N8nDialog/DialogFooter.vue.d.ts +17 -0
  123. package/dist/components/N8nDialog/DialogHeader.vue.d.ts +17 -0
  124. package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +5 -0
  125. package/dist/components/N8nDialog/DialogTitle.vue.d.ts +20 -0
  126. package/dist/components/N8nDialog/index.d.ts +14 -0
  127. package/dist/components/N8nDropdownMenu/DropdownMenu.typeguards.d.ts +3 -0
  128. package/dist/components/N8nDropdownMenu/DropdownMenu.types.d.ts +104 -0
  129. package/dist/components/N8nDropdownMenu/DropdownMenu.utils.d.ts +10 -0
  130. package/dist/components/N8nDropdownMenu/DropdownMenu.vue.d.ts +23 -0
  131. package/dist/components/N8nDropdownMenu/DropdownMenuItem.vue.d.ts +23 -0
  132. package/dist/components/N8nDropdownMenu/DropdownMenuItems.vue.d.ts +29 -0
  133. package/dist/components/N8nDropdownMenu/DropdownMenuSearch.vue.d.ts +42 -0
  134. package/dist/components/N8nDropdownMenu/DropdownMenuSearchableContent.vue.d.ts +44 -0
  135. package/dist/components/N8nDropdownMenu/composables/useDropdownSearch.d.ts +16 -0
  136. package/dist/components/N8nDropdownMenu/index.d.ts +4 -0
  137. package/dist/components/N8nEmptyState/EmptyState.vue.d.ts +40 -0
  138. package/dist/components/N8nEmptyState/EmptyStateIconCards.vue.d.ts +11 -0
  139. package/dist/components/N8nEmptyState/index.d.ts +3 -0
  140. package/dist/components/N8nEmptyState/types.d.ts +9 -0
  141. package/dist/components/N8nExternalLink/ExternalLink.vue.d.ts +27 -0
  142. package/dist/components/N8nExternalLink/index.d.ts +2 -0
  143. package/dist/components/N8nFloatingWindow/FloatingWindow.vue.d.ts +75 -0
  144. package/dist/components/N8nFloatingWindow/index.d.ts +3 -0
  145. package/dist/components/N8nFormBox/FormBox.vue.d.ts +41 -0
  146. package/dist/components/N8nFormBox/index.d.ts +2 -0
  147. package/dist/components/N8nFormInput/FormInput.vue.d.ts +355 -0
  148. package/dist/components/N8nFormInput/index.d.ts +2 -0
  149. package/dist/components/N8nFormInput/validators.d.ts +46 -0
  150. package/dist/components/N8nFormInputs/FormInputs.vue.d.ts +39 -0
  151. package/dist/components/N8nFormInputs/index.d.ts +2 -0
  152. package/dist/components/N8nHeaderAction/HeaderAction.vue.d.ts +18 -0
  153. package/dist/components/N8nHeaderAction/index.d.ts +2 -0
  154. package/dist/components/N8nHeading/Heading.vue.d.ts +33 -0
  155. package/dist/components/N8nHeading/index.d.ts +2 -0
  156. package/dist/components/N8nHoverCard/HoverCard.vue.d.ts +70 -0
  157. package/dist/components/N8nHoverCard/index.d.ts +2 -0
  158. package/dist/components/N8nIcon/Icon.vue.d.ts +15 -0
  159. package/dist/components/N8nIcon/iconColor.d.ts +2 -0
  160. package/dist/components/N8nIcon/icons.d.ts +495 -0
  161. package/dist/components/N8nIcon/index.d.ts +3 -0
  162. package/dist/components/N8nIcon/node-icon-names.d.ts +2 -0
  163. package/dist/components/N8nIcon/node-icons.d.ts +82 -0
  164. package/dist/components/N8nIcon/svgContentDirective.d.ts +2 -0
  165. package/dist/components/N8nIconButton/IconButton.vue.d.ts +8 -0
  166. package/dist/components/N8nIconButton/index.d.ts +2 -0
  167. package/dist/components/N8nIconPicker/IconColorPicker.vue.d.ts +11 -0
  168. package/dist/components/N8nIconPicker/IconPicker.vue.d.ts +206 -0
  169. package/dist/components/N8nIconPicker/SkinTonePicker.vue.d.ts +11 -0
  170. package/dist/components/N8nIconPicker/constants.d.ts +2 -0
  171. package/dist/components/N8nIconPicker/emojiData.d.ts +12 -0
  172. package/dist/components/N8nIconPicker/iconCategories.d.ts +8 -0
  173. package/dist/components/N8nIconPicker/iconPickerBlocklist.d.ts +1 -0
  174. package/dist/components/N8nIconPicker/index.d.ts +2 -0
  175. package/dist/components/N8nIconPicker/lucideIconData.d.ts +6 -0
  176. package/dist/components/N8nIconPicker/types.d.ts +10 -0
  177. package/dist/components/N8nIconPicker/useIconPickerSearch.d.ts +22 -0
  178. package/dist/components/N8nIconPicker/useIconPickerVirtualRows.d.ts +25 -0
  179. package/dist/components/N8nInfoAccordion/InfoAccordion.vue.d.ts +48 -0
  180. package/dist/components/N8nInfoAccordion/index.d.ts +3 -0
  181. package/dist/components/N8nInfoTip/InfoTip.vue.d.ts +37 -0
  182. package/dist/components/N8nInfoTip/index.d.ts +2 -0
  183. package/dist/components/N8nInlineTextEdit/InlineTextEdit.vue.d.ts +196 -0
  184. package/dist/components/N8nInlineTextEdit/index.d.ts +2 -0
  185. package/dist/components/N8nInput/Input.types.d.ts +37 -0
  186. package/dist/components/N8nInput/Input.vue.d.ts +57 -0
  187. package/dist/components/N8nInput/index.d.ts +2 -0
  188. package/dist/components/N8nInputLabel/InputLabel.vue.d.ts +39 -0
  189. package/dist/components/N8nInputLabel/index.d.ts +2 -0
  190. package/dist/components/N8nInputNumber/InputNumber.vue.d.ts +16 -0
  191. package/dist/components/N8nInputNumber/index.d.ts +2 -0
  192. package/dist/components/N8nKeyboardShortcut/N8nKeyboardShortcut.vue.d.ts +3 -0
  193. package/dist/components/N8nKeyboardShortcut/index.d.ts +1 -0
  194. package/dist/components/N8nLink/Link.vue.d.ts +35 -0
  195. package/dist/components/N8nLink/index.d.ts +2 -0
  196. package/dist/components/N8nLoading/Loading.vue.d.ts +18 -0
  197. package/dist/components/N8nLoading/index.d.ts +2 -0
  198. package/dist/components/N8nLogo/Logo.vue.d.ts +39 -0
  199. package/dist/components/N8nLogo/index.d.ts +2 -0
  200. package/dist/components/N8nMarkdown/Markdown.vue.d.ts +43 -0
  201. package/dist/components/N8nMarkdown/index.d.ts +2 -0
  202. package/dist/components/N8nMarkdown/youtube.d.ts +9 -0
  203. package/dist/components/N8nMarkdownEditor/MarkdownEditor.types.d.ts +22 -0
  204. package/dist/components/N8nMarkdownEditor/MarkdownEditor.vue.d.ts +37 -0
  205. package/dist/components/N8nMarkdownEditor/MarkdownEditorToolbar.vue.d.ts +15 -0
  206. package/dist/components/N8nMarkdownEditor/composables/useMarkdownEditor.d.ts +3 -0
  207. package/dist/components/N8nMarkdownEditor/index.d.ts +3 -0
  208. package/dist/components/N8nMarkdownEditor/markdownEditorUtils.d.ts +7 -0
  209. package/dist/components/N8nMenuItem/MenuItem.vue.d.ts +16 -0
  210. package/dist/components/N8nMenuItem/index.d.ts +2 -0
  211. package/dist/components/N8nMenuItem/routerUtil.d.ts +3 -0
  212. package/dist/components/N8nNavigationDropdown/NavigationDropdown.vue.d.ts +224 -0
  213. package/dist/components/N8nNavigationDropdown/index.d.ts +2 -0
  214. package/dist/components/N8nNodeCreatorNode/NodeCreatorNode.vue.d.ts +40 -0
  215. package/dist/components/N8nNodeCreatorNode/index.d.ts +2 -0
  216. package/dist/components/N8nNodeIcon/IconContent.vue.d.ts +16 -0
  217. package/dist/components/N8nNodeIcon/NodeIcon.vue.d.ts +24 -0
  218. package/dist/components/N8nNodeIcon/index.d.ts +2 -0
  219. package/dist/components/N8nNotice/Notice.vue.d.ts +34 -0
  220. package/dist/components/N8nNotice/index.d.ts +2 -0
  221. package/dist/components/N8nOption/Option.vue.d.ts +22 -0
  222. package/dist/components/N8nOption/index.d.ts +2 -0
  223. package/dist/components/N8nPagination/Pagination.vue.d.ts +56 -0
  224. package/dist/components/N8nPagination/index.d.ts +2 -0
  225. package/dist/components/N8nPopover/Popover.vue.d.ts +62 -0
  226. package/dist/components/N8nPopover/index.d.ts +2 -0
  227. package/dist/components/N8nPromptInputSuggestions/N8nPromptInputSuggestions.vue.d.ts +32 -0
  228. package/dist/components/N8nPromptInputSuggestions/index.d.ts +3 -0
  229. package/dist/components/N8nPulse/Pulse.vue.d.ts +17 -0
  230. package/dist/components/N8nPulse/index.d.ts +2 -0
  231. package/dist/components/N8nRadioButtons/RadioButton.vue.d.ts +32 -0
  232. package/dist/components/N8nRadioButtons/RadioButtons.types.d.ts +13 -0
  233. package/dist/components/N8nRadioButtons/RadioButtons.vue.d.ts +20 -0
  234. package/dist/components/N8nRadioButtons/index.d.ts +2 -0
  235. package/dist/components/N8nRecycleScroller/RecycleScroller.types.d.ts +7 -0
  236. package/dist/components/N8nRecycleScroller/RecycleScroller.vue.d.ts +26 -0
  237. package/dist/components/N8nRecycleScroller/index.d.ts +2 -0
  238. package/dist/components/N8nResizeWrapper/ResizeWrapper.vue.d.ts +53 -0
  239. package/dist/components/N8nResizeWrapper/index.d.ts +2 -0
  240. package/dist/components/N8nResizeableSticky/ResizeableSticky.vue.d.ts +29 -0
  241. package/dist/components/N8nResizeableSticky/index.d.ts +2 -0
  242. package/dist/components/N8nRoute/Route.vue.d.ts +25 -0
  243. package/dist/components/N8nRoute/index.d.ts +2 -0
  244. package/dist/components/N8nScrollArea/N8nScrollArea.vue.d.ts +181 -0
  245. package/dist/components/N8nScrollArea/index.d.ts +2 -0
  246. package/dist/components/N8nSectionHeader/SectionHeader.vue.d.ts +23 -0
  247. package/dist/components/N8nSectionHeader/index.d.ts +2 -0
  248. package/dist/components/N8nSelect/Select.types.d.ts +8 -0
  249. package/dist/components/N8nSelect/Select.vue.d.ts +301 -0
  250. package/dist/components/N8nSelect/index.d.ts +2 -0
  251. package/dist/components/N8nSelectableList/SelectableList.vue.d.ts +30 -0
  252. package/dist/components/N8nSelectableList/index.d.ts +2 -0
  253. package/dist/components/N8nSendStopButton/N8nSendStopButton.vue.d.ts +23 -0
  254. package/dist/components/N8nSendStopButton/index.d.ts +3 -0
  255. package/dist/components/N8nSettingsLayout/SettingsLayout.vue.d.ts +33 -0
  256. package/dist/components/N8nSettingsLayout/index.d.ts +2 -0
  257. package/dist/components/N8nSettingsPageHeader/SettingsPageHeader.vue.d.ts +34 -0
  258. package/dist/components/N8nSettingsPageHeader/index.d.ts +2 -0
  259. package/dist/components/N8nSettingsRow/SettingsRow.vue.d.ts +197 -0
  260. package/dist/components/N8nSettingsRow/index.d.ts +2 -0
  261. package/dist/components/N8nSettingsRowConfigure/SettingsRowConfigure.vue.d.ts +7 -0
  262. package/dist/components/N8nSettingsRowConfigure/index.d.ts +2 -0
  263. package/dist/components/N8nSettingsRowGroup/SettingsRowGroup.vue.d.ts +22 -0
  264. package/dist/components/N8nSettingsRowGroup/index.d.ts +2 -0
  265. package/dist/components/N8nSettingsSaveBar/SettingsSaveBar.vue.d.ts +47 -0
  266. package/dist/components/N8nSettingsSaveBar/index.d.ts +2 -0
  267. package/dist/components/N8nSettingsSaveBar/quickSaveNotification.d.ts +2 -0
  268. package/dist/components/N8nSettingsSection/SettingsSection.vue.d.ts +28 -0
  269. package/dist/components/N8nSettingsSection/index.d.ts +2 -0
  270. package/dist/components/N8nSpinner/Spinner.vue.d.ts +11 -0
  271. package/dist/components/N8nSpinner/index.d.ts +2 -0
  272. package/dist/components/N8nStatusDot/StatusDot.types.d.ts +5 -0
  273. package/dist/components/N8nStatusDot/StatusDot.vue.d.ts +6 -0
  274. package/dist/components/N8nStatusDot/index.d.ts +3 -0
  275. package/dist/components/N8nStepper/Stepper.vue.d.ts +36 -0
  276. package/dist/components/N8nSticky/Sticky.vue.d.ts +156 -0
  277. package/dist/components/N8nSticky/constants.d.ts +10 -0
  278. package/dist/components/N8nSticky/index.d.ts +2 -0
  279. package/dist/components/N8nSticky/types.d.ts +12 -0
  280. package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +26 -0
  281. package/dist/components/N8nSuggestedActions/index.d.ts +1 -0
  282. package/dist/components/N8nSwitch/Switch.types.d.ts +12 -0
  283. package/dist/components/N8nSwitch/Switch.vue.d.ts +26 -0
  284. package/dist/components/N8nSwitch/index.d.ts +5 -0
  285. package/dist/components/N8nTabs/Tabs.types.d.ts +8 -0
  286. package/dist/components/N8nTabs/Tabs.vue.d.ts +17 -0
  287. package/dist/components/N8nTabs/index.d.ts +2 -0
  288. package/dist/components/N8nTag/Tag.vue.d.ts +25 -0
  289. package/dist/components/N8nTag/index.d.ts +2 -0
  290. package/dist/components/N8nTags/Tags.vue.d.ts +23 -0
  291. package/dist/components/N8nTags/index.d.ts +2 -0
  292. package/dist/components/N8nText/Text.vue.d.ts +32 -0
  293. package/dist/components/N8nText/index.d.ts +2 -0
  294. package/dist/components/N8nToggle/Toggle.vue.d.ts +37 -0
  295. package/dist/components/N8nToggle/index.d.ts +2 -0
  296. package/dist/components/N8nToggleGroup/ToggleGroup.vue.d.ts +48 -0
  297. package/dist/components/N8nToggleGroup/index.d.ts +2 -0
  298. package/dist/components/N8nTooltip/Tooltip.types.d.ts +22 -0
  299. package/dist/components/N8nTooltip/Tooltip.vue.d.ts +30 -0
  300. package/dist/components/N8nTooltip/index.d.ts +3 -0
  301. package/dist/components/N8nTree/Tree.types.d.ts +6 -0
  302. package/dist/components/N8nTree/Tree.vue.d.ts +41 -0
  303. package/dist/components/N8nTree/index.d.ts +2 -0
  304. package/dist/components/N8nUserInfo/UserInfo.vue.d.ts +16 -0
  305. package/dist/components/N8nUserInfo/index.d.ts +3 -0
  306. package/dist/components/N8nUserSelect/UserSelect.vue.d.ts +44 -0
  307. package/dist/components/N8nUserSelect/index.d.ts +2 -0
  308. package/dist/components/N8nUserStack/UserStack.vue.d.ts +14 -0
  309. package/dist/components/N8nUserStack/index.d.ts +2 -0
  310. package/dist/components/N8nUsersList/UsersList.types.d.ts +8 -0
  311. package/dist/components/N8nUsersList/UsersList.vue.d.ts +27 -0
  312. package/dist/components/N8nUsersList/index.d.ts +2 -0
  313. package/dist/components/PreviewTag/PreviewTag.vue.d.ts +9 -0
  314. package/dist/components/ResizeObserver/ResizeObserver.vue.d.ts +34 -0
  315. package/dist/components/ResizeObserver/index.d.ts +2 -0
  316. package/dist/components/TableBase/TableBase.vue.d.ts +20 -0
  317. package/dist/components/TableBase/index.d.ts +2 -0
  318. package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.types.d.ts +15 -0
  319. package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.vue.d.ts +17 -0
  320. package/dist/components/TableHeaderControlsButton/index.d.ts +2 -0
  321. package/dist/components/index.d.ts +133 -0
  322. package/dist/composables/useAutosizeTextarea.d.ts +28 -0
  323. package/dist/composables/useCharacterLimit.d.ts +13 -0
  324. package/dist/composables/useI18n.d.ts +4 -0
  325. package/dist/composables/useIconBodyLoader.d.ts +4 -0
  326. package/dist/composables/useMessage.d.ts +12 -0
  327. package/dist/composables/useParentScroll.d.ts +7 -0
  328. package/dist/composables/useTooltipAppendTo.d.ts +5 -0
  329. package/dist/constants.d.ts +1 -0
  330. package/dist/css/_primitives.scss +324 -0
  331. package/dist/css/_tokens.legacy.scss +146 -0
  332. package/dist/css/_tokens.scss +1264 -0
  333. package/dist/css/base.scss +3 -0
  334. package/dist/css/checkbox.scss +376 -0
  335. package/dist/css/col.scss +158 -0
  336. package/dist/css/color-picker.scss +376 -0
  337. package/dist/css/common/popup.scss +41 -0
  338. package/dist/css/common/transition.scss +110 -0
  339. package/dist/css/common/var.scss +1109 -0
  340. package/dist/css/date-picker/date-picker.scss +97 -0
  341. package/dist/css/date-picker/date-range-picker.scss +101 -0
  342. package/dist/css/date-picker/date-table.scss +151 -0
  343. package/dist/css/date-picker/month-table.scss +83 -0
  344. package/dist/css/date-picker/picker-panel.scss +130 -0
  345. package/dist/css/date-picker/picker.scss +198 -0
  346. package/dist/css/date-picker/time-picker.scss +87 -0
  347. package/dist/css/date-picker/time-range-picker.scss +32 -0
  348. package/dist/css/date-picker/time-spinner.scss +110 -0
  349. package/dist/css/date-picker/year-table.scss +52 -0
  350. package/dist/css/date-picker.scss +38 -0
  351. package/dist/css/dialog.scss +143 -0
  352. package/dist/css/display.scss +12 -0
  353. package/dist/css/drawer.scss +152 -0
  354. package/dist/css/dropdown.scss +194 -0
  355. package/dist/css/fonts.scss +25 -0
  356. package/dist/css/icon.scss +1186 -0
  357. package/dist/css/index.scss +36 -0
  358. package/dist/css/input-number.scss +191 -0
  359. package/dist/css/input.scss +378 -0
  360. package/dist/css/loading.scss +102 -0
  361. package/dist/css/markdown.scss +397 -0
  362. package/dist/css/menu.scss +311 -0
  363. package/dist/css/message-box.scss +353 -0
  364. package/dist/css/mixins/_breakpoints.scss +22 -0
  365. package/dist/css/mixins/_button.scss +129 -0
  366. package/dist/css/mixins/_focus.scss +34 -0
  367. package/dist/css/mixins/_input.scss +61 -0
  368. package/dist/css/mixins/config.scss +4 -0
  369. package/dist/css/mixins/function.scss +53 -0
  370. package/dist/css/mixins/index.scss +9 -0
  371. package/dist/css/mixins/markdown.scss +313 -0
  372. package/dist/css/mixins/mixins.scss +214 -0
  373. package/dist/css/mixins/motion.scss +616 -0
  374. package/dist/css/mixins/utils.scss +54 -0
  375. package/dist/css/notification.scss +115 -0
  376. package/dist/css/option-group.scss +42 -0
  377. package/dist/css/option.scss +40 -0
  378. package/dist/css/pagination.scss +534 -0
  379. package/dist/css/popover.scss +42 -0
  380. package/dist/css/popper.scss +156 -0
  381. package/dist/css/radio.scss +200 -0
  382. package/dist/css/reset.scss +249 -0
  383. package/dist/css/row.scss +37 -0
  384. package/dist/css/scrollbar.scss +64 -0
  385. package/dist/css/select-dropdown.scss +60 -0
  386. package/dist/css/select.scss +180 -0
  387. package/dist/css/skeleton.scss +101 -0
  388. package/dist/css/slider.scss +7 -0
  389. package/dist/css/switch.scss +122 -0
  390. package/dist/css/table-column.scss +97 -0
  391. package/dist/css/table.scss +572 -0
  392. package/dist/css/tabs.scss +609 -0
  393. package/dist/css/tag.scss +185 -0
  394. package/dist/css/tailwind/index.css +3 -0
  395. package/dist/css/tooltip.scss +135 -0
  396. package/dist/css/tree.scss +124 -0
  397. package/dist/css/utilities/_float.scss +7 -0
  398. package/dist/css/utilities/_link.scss +10 -0
  399. package/dist/css/utilities/_list.scss +14 -0
  400. package/dist/css/utilities/_spacing.scss +52 -0
  401. package/dist/css/utilities/_typography.scss +15 -0
  402. package/dist/css/utilities/index.scss +5 -0
  403. package/dist/css/utils.scss +7 -0
  404. package/dist/directives/index.d.ts +2 -0
  405. package/dist/directives/n8n-html.d.ts +2 -0
  406. package/dist/directives/n8n-smart-decimal.d.ts +2 -0
  407. package/dist/directives/n8n-truncate.d.ts +2 -0
  408. package/dist/{en-CilgL5Ll.js → en-BN17fhJM.js} +18 -2
  409. package/dist/en-eH4tuQQe.js +2 -0
  410. package/dist/icons/lucide/bucket.d.ts +2 -0
  411. package/dist/icons/lucide/index.d.ts +2 -0
  412. package/dist/icons/lucide/index.js +37 -0
  413. package/dist/index.d.ts +41 -0
  414. package/dist/index.js +21572 -0
  415. package/dist/locale/format.d.ts +1 -0
  416. package/dist/locale/index.d.ts +11 -0
  417. package/dist/locale/lang/en.d.ts +3 -0
  418. package/dist/lucide-icons-bucket-0-_FAUqb7V.js +120 -0
  419. package/dist/lucide-icons-bucket-1-Di6-h4oX.js +124 -0
  420. package/dist/lucide-icons-bucket-10-Cbet_3-P.js +134 -0
  421. package/dist/lucide-icons-bucket-11-DXByO0iR.js +105 -0
  422. package/dist/lucide-icons-bucket-12-BgdKhqIx.js +129 -0
  423. package/dist/lucide-icons-bucket-13-CPZPIjuP.js +98 -0
  424. package/dist/lucide-icons-bucket-14-CoBYaDIN.js +98 -0
  425. package/dist/lucide-icons-bucket-15-eHHlEyaM.js +118 -0
  426. package/dist/lucide-icons-bucket-2-1f3EoyT5.js +125 -0
  427. package/dist/lucide-icons-bucket-3-GJHLvy9q.js +133 -0
  428. package/dist/lucide-icons-bucket-4-4gywAul8.js +122 -0
  429. package/dist/lucide-icons-bucket-5-4iCem2l-.js +135 -0
  430. package/dist/lucide-icons-bucket-6-iE4ywa_E.js +108 -0
  431. package/dist/lucide-icons-bucket-7-BPXrMpDj.js +106 -0
  432. package/dist/lucide-icons-bucket-8-DbHwuUDR.js +124 -0
  433. package/dist/lucide-icons-bucket-9-DYv2gFrZ.js +104 -0
  434. package/dist/mixins/index.d.ts +1 -0
  435. package/dist/mixins/locale.d.ts +6 -0
  436. package/dist/plugin.d.ts +4 -0
  437. package/dist/style.css +2 -0
  438. package/dist/theme.css +1 -0
  439. package/dist/types/action-dropdown.d.ts +18 -0
  440. package/dist/types/assistant.d.ts +190 -0
  441. package/dist/types/badge.d.ts +3 -0
  442. package/dist/types/binary.d.ts +8 -0
  443. package/dist/types/button.d.ts +30 -0
  444. package/dist/types/callout.d.ts +3 -0
  445. package/dist/types/datatable.d.ts +14 -0
  446. package/dist/types/form.d.ts +87 -0
  447. package/dist/types/i18n.d.ts +3 -0
  448. package/dist/types/icon.d.ts +7 -0
  449. package/dist/types/index.d.ts +20 -0
  450. package/dist/types/input.d.ts +5 -0
  451. package/dist/types/keyboardshortcut.d.ts +6 -0
  452. package/dist/types/menu.d.ts +56 -0
  453. package/dist/types/node-creator-node.d.ts +7 -0
  454. package/dist/types/recycle-scroller.d.ts +5 -0
  455. package/dist/types/resize.d.ts +20 -0
  456. package/dist/types/select.d.ts +3 -0
  457. package/dist/types/tabs.d.ts +17 -0
  458. package/dist/types/text.d.ts +11 -0
  459. package/dist/types/user.d.ts +25 -0
  460. package/dist/utils/cn.d.ts +2 -0
  461. package/dist/utils/colorUtils.d.ts +3 -0
  462. package/dist/utils/form-event-bus.d.ts +5 -0
  463. package/dist/utils/index.d.ts +7 -0
  464. package/dist/utils/labelUtil.d.ts +1 -0
  465. package/dist/utils/markdown.d.ts +2 -0
  466. package/dist/utils/testUtils.d.ts +1 -0
  467. package/dist/utils/typeguards.d.ts +1 -0
  468. package/dist/utils/uid.d.ts +1 -0
  469. package/dist/utils/valueByPath.d.ts +1 -0
  470. package/dist/v2/components/Checkbox/Checkbox.types.d.ts +13 -0
  471. package/dist/v2/components/Checkbox/Checkbox.vue.d.ts +26 -0
  472. package/dist/v2/components/InputNumber/InputNumber.types.d.ts +18 -0
  473. package/dist/v2/components/InputNumber/InputNumber.vue.d.ts +29 -0
  474. package/dist/v2/components/InputNumber/index.d.ts +2 -0
  475. package/dist/v2/components/Loading/Loading.types.d.ts +10 -0
  476. package/dist/v2/components/Loading/Loading.vue.d.ts +10 -0
  477. package/dist/v2/components/Loading/index.d.ts +3 -0
  478. package/dist/v2/components/Pagination/Pagination.types.d.ts +49 -0
  479. package/dist/v2/components/Pagination/Pagination.vue.d.ts +45 -0
  480. package/dist/v2/components/RadioGroup/RadioGroup.types.d.ts +12 -0
  481. package/dist/v2/components/RadioGroup/RadioGroup.vue.d.ts +27 -0
  482. package/dist/v2/components/RadioGroup/RadioGroupItem.types.d.ts +13 -0
  483. package/dist/v2/components/RadioGroup/RadioGroupItem.vue.d.ts +16 -0
  484. package/dist/v2/components/RadioGroup/index.d.ts +4 -0
  485. package/dist/v2/components/RadioGroup/radio-group-context.d.ts +3 -0
  486. package/dist/v2/components/RadioGroup/reka-ui.d.ts +2 -0
  487. package/dist/v2/components/Select/Select.types.d.ts +67 -0
  488. package/dist/v2/components/Select/Select.vue.d.ts +71 -0
  489. package/dist/v2/components/Select/SelectItem.vue.d.ts +28 -0
  490. package/dist/v2/components/TagsInput/TagsInput.types.d.ts +28 -0
  491. package/dist/v2/components/TagsInput/TagsInput.vue.d.ts +35 -0
  492. package/dist/v2/components/TagsInput/index.d.ts +3 -0
  493. package/dist/v2/components/TagsInput/reka-ui.d.ts +2 -0
  494. package/dist/v2/components/Tree/Tree.types.d.ts +79 -0
  495. package/dist/v2/components/Tree/Tree.vue.d.ts +28 -0
  496. package/dist/v2/components/Tree/TreeNode.vue.d.ts +30 -0
  497. package/dist/v2/components/Tree/TreeNodeDefault.vue.d.ts +32 -0
  498. package/dist/v2/components/Tree/index.d.ts +2 -0
  499. package/dist/v2/utils/index.d.ts +2 -0
  500. package/dist/v2/utils/types.d.ts +44 -0
  501. package/package.json +1 -1
  502. package/src/components/N8nIcon/custom/discord.svg +1 -0
  503. package/src/index.ts +4 -1
  504. package/src/styleguide/colour.mdx +1 -1
  505. package/src/styleguide/css-tokens.mdx +1 -1
  506. package/src/styleguide/motion.mdx +1 -1
  507. package/src/styleguide/shadow.mdx +1 -1
  508. package/src/styleguide/spacing-size.mdx +1 -1
  509. package/src/styleguide/type.mdx +1 -1
  510. package/tsconfig.build.json +27 -0
  511. package/dist/design-system.css +0 -2
  512. package/dist/en-DkOeoXBZ.js +0 -2
  513. package/dist/n8n-design-system.es.js +0 -90675
  514. package/dist/n8n-design-system.umd.js +0 -328
  515. package/vite.config.mts +0 -75
  516. /package/dist/{emojiData-B2DmDStL.js → emojiData-DjghW_MV.js} +0 -0
  517. /package/dist/{lucideIconData-D_Sr0JOU.js → lucideIconData-B3lNk4Jv.js} +0 -0
  518. /package/dist/{node-icons-Cn_NF7qq.js → node-icons-C_zc8eJj.js} +0 -0
@@ -0,0 +1,495 @@
1
+ import { NodeIconName } from './node-icon-names';
2
+ export declare const deprecatedIconSet: {
3
+ readonly variable: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
4
+ readonly 'pop-out': string;
5
+ readonly triangle: string;
6
+ readonly 'status-completed': string;
7
+ readonly 'status-waiting': string;
8
+ readonly 'status-error': string;
9
+ readonly 'status-canceled': string;
10
+ readonly 'status-new': string;
11
+ readonly 'status-unknown': string;
12
+ readonly 'status-warning': string;
13
+ readonly 'vector-square': string;
14
+ readonly schema: string;
15
+ readonly json: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
16
+ readonly binary: string;
17
+ readonly text: string;
18
+ readonly toolbox: string;
19
+ readonly slack: string;
20
+ readonly linear: string;
21
+ readonly telegram: string;
22
+ readonly discord: string;
23
+ readonly spinner: string;
24
+ readonly xmark: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
25
+ readonly mcp: string;
26
+ readonly 'caret-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
27
+ readonly 'caret-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
28
+ readonly 'caret-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
29
+ readonly 'caret-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
30
+ readonly 'folder-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
31
+ readonly share: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
32
+ readonly 'user-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
33
+ readonly 'check-double': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
34
+ readonly 'exclamation-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
35
+ readonly circle: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
36
+ readonly 'eye-slash': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
37
+ readonly folder: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
38
+ readonly 'minus-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
39
+ readonly adjust: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
40
+ readonly refresh: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
41
+ readonly vault: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
42
+ readonly 'angle-double-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
43
+ readonly 'angle-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
44
+ readonly 'angle-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
45
+ readonly 'angle-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
46
+ readonly 'angle-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
47
+ readonly archive: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
48
+ readonly 'arrow-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
49
+ readonly 'arrow-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
50
+ readonly 'arrow-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
51
+ readonly 'arrow-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
52
+ readonly at: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
53
+ readonly ban: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
54
+ readonly 'balance-scale-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
55
+ readonly bars: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
56
+ readonly bolt: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
57
+ readonly book: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
58
+ readonly 'box-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
59
+ readonly bug: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
60
+ readonly brain: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
61
+ readonly calculator: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
62
+ readonly calendar: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
63
+ readonly 'chart-bar': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
64
+ readonly check: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
65
+ readonly 'check-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
66
+ readonly 'check-square': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
67
+ readonly 'chevron-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
68
+ readonly 'chevron-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
69
+ readonly 'chevron-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
70
+ readonly 'chevron-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
71
+ readonly code: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
72
+ readonly 'code-branch': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
73
+ readonly cog: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
74
+ readonly cogs: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
75
+ readonly 'columns-3-cog': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
76
+ readonly comment: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
77
+ readonly comments: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
78
+ readonly clipboard: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
79
+ readonly 'clipboard-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
80
+ readonly 'clipboard-list': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
81
+ readonly clock: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
82
+ readonly clone: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
83
+ readonly cloud: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
84
+ readonly 'cloud-download-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
85
+ readonly compress: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
86
+ readonly copy: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
87
+ readonly cube: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
88
+ readonly cut: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
89
+ readonly database: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
90
+ readonly 'dot-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
91
+ readonly 'grip-lines-vertical': string;
92
+ readonly 'grip-vertical': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
93
+ readonly edit: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
94
+ readonly 'ellipsis-h': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
95
+ readonly 'ellipsis-v': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
96
+ readonly envelope: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
97
+ readonly equals: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
98
+ readonly eye: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
99
+ readonly 'exclamation-triangle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
100
+ readonly expand: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
101
+ readonly 'expand-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
102
+ readonly 'external-link-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
103
+ readonly 'exchange-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
104
+ readonly file: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
105
+ readonly 'file-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
106
+ readonly 'file-archive': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
107
+ readonly 'file-code': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
108
+ readonly 'file-download': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
109
+ readonly 'file-export': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
110
+ readonly 'file-import': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
111
+ readonly 'file-pdf': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
112
+ readonly filter: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
113
+ readonly fingerprint: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
114
+ readonly flask: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
115
+ readonly 'folder-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
116
+ readonly font: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
117
+ readonly gift: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
118
+ readonly globe: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
119
+ readonly 'globe-americas': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
120
+ readonly 'graduation-cap': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
121
+ readonly 'hand-holding-usd': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
122
+ readonly 'hand-scissors': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
123
+ readonly handshake: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
124
+ readonly 'hand-point-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
125
+ readonly hashtag: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
126
+ readonly hdd: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
127
+ readonly history: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
128
+ readonly home: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
129
+ readonly hourglass: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
130
+ readonly image: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
131
+ readonly inbox: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
132
+ readonly info: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
133
+ readonly 'info-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
134
+ readonly key: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
135
+ readonly language: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
136
+ readonly 'layer-group': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
137
+ readonly link: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
138
+ readonly list: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
139
+ readonly lightbulb: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
140
+ readonly lock: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
141
+ readonly 'map-signs': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
142
+ readonly 'mouse-pointer': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
143
+ readonly 'network-wired': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
144
+ readonly palette: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
145
+ readonly pause: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
146
+ readonly 'pause-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
147
+ readonly pen: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
148
+ readonly 'pencil-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
149
+ readonly play: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
150
+ readonly 'play-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
151
+ readonly plug: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
152
+ readonly 'plug-zap': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
153
+ readonly plus: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
154
+ readonly 'plus-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
155
+ readonly 'plus-square': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
156
+ readonly 'project-diagram': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
157
+ readonly question: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
158
+ readonly 'question-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
159
+ readonly quote: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
160
+ readonly redo: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
161
+ readonly 'remove-format': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
162
+ readonly robot: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
163
+ readonly rss: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
164
+ readonly save: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
165
+ readonly 'satellite-dish': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
166
+ readonly search: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
167
+ readonly 'search-minus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
168
+ readonly 'search-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
169
+ readonly server: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
170
+ readonly screwdriver: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
171
+ readonly smile: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
172
+ readonly 'sign-in-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
173
+ readonly 'sign-out-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
174
+ readonly 'sliders-h': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
175
+ readonly 'sticky-note': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
176
+ readonly stop: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
177
+ readonly stream: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
178
+ readonly sun: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
179
+ readonly sync: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
180
+ readonly 'sync-alt': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
181
+ readonly table: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
182
+ readonly tags: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
183
+ readonly tasks: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
184
+ readonly terminal: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
185
+ readonly 'th-large': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
186
+ readonly timer: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
187
+ readonly thumbtack: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
188
+ readonly 'thumbs-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
189
+ readonly 'thumbs-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
190
+ readonly times: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
191
+ readonly 'times-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
192
+ readonly tools: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
193
+ readonly trash: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
194
+ readonly undo: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
195
+ readonly unlink: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
196
+ readonly user: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
197
+ readonly 'user-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
198
+ readonly 'user-friends': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
199
+ readonly users: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
200
+ readonly video: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
201
+ readonly tree: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
202
+ readonly 'user-lock': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
203
+ readonly gem: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
204
+ readonly download: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
205
+ readonly 'power-off': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
206
+ readonly 'paper-plane': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
207
+ readonly bell: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
208
+ };
209
+ export declare const updatedIconSet: {
210
+ readonly anthropic: string;
211
+ readonly 'bolt-filled': string;
212
+ readonly 'filled-square': string;
213
+ readonly 'grip-lines-vertical': string;
214
+ readonly variable: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
215
+ readonly 'pop-out': string;
216
+ readonly triangle: string;
217
+ readonly 'status-completed': string;
218
+ readonly 'status-waiting': string;
219
+ readonly 'status-error': string;
220
+ readonly 'status-canceled': string;
221
+ readonly 'status-new': string;
222
+ readonly 'status-unknown': string;
223
+ readonly 'status-warning': string;
224
+ readonly 'star-filled': string;
225
+ readonly 'vector-square': string;
226
+ readonly 'continue-on-error': string;
227
+ readonly 'always-output-data': string;
228
+ readonly 'retry-on-fail': string;
229
+ readonly 'execute-once': string;
230
+ readonly schema: string;
231
+ readonly json: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
232
+ readonly binary: string;
233
+ readonly text: string;
234
+ readonly toolbox: string;
235
+ readonly slack: string;
236
+ readonly linear: string;
237
+ readonly telegram: string;
238
+ readonly discord: string;
239
+ readonly spinner: string;
240
+ readonly 'node-dirty': string;
241
+ readonly 'node-ellipsis': string;
242
+ readonly 'node-execution-error': string;
243
+ readonly 'node-validation-error': string;
244
+ readonly 'node-pin': string;
245
+ readonly 'node-play': string;
246
+ readonly 'node-power': string;
247
+ readonly 'node-success': string;
248
+ readonly 'node-trash': string;
249
+ readonly mcp: string;
250
+ readonly lovable: string;
251
+ readonly resolver: string;
252
+ readonly form: string;
253
+ readonly webhook: string;
254
+ readonly 'align-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
255
+ readonly archive: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
256
+ readonly 'archive-restore': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
257
+ readonly 'arrow-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
258
+ readonly 'arrow-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
259
+ readonly 'arrow-left-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
260
+ readonly 'arrow-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
261
+ readonly 'arrow-right-from-line': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
262
+ readonly 'arrow-right-to-line': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
263
+ readonly 'arrow-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
264
+ readonly 'arrow-up-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
265
+ readonly 'at-sign': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
266
+ readonly ban: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
267
+ readonly 'badge-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
268
+ readonly bell: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
269
+ readonly blocks: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
270
+ readonly bold: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
271
+ readonly book: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
272
+ readonly 'book-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
273
+ readonly bot: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
274
+ readonly box: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
275
+ readonly brain: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
276
+ readonly bug: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
277
+ readonly calculator: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
278
+ readonly calendar: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
279
+ readonly 'case-upper': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
280
+ readonly 'chart-column-decreasing': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
281
+ readonly check: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
282
+ readonly 'check-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
283
+ readonly 'chevron-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
284
+ readonly 'chevron-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
285
+ readonly 'chevron-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
286
+ readonly 'chevron-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
287
+ readonly 'chevrons-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
288
+ readonly 'chevrons-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
289
+ readonly 'chevrons-down-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
290
+ readonly 'chevrons-up-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
291
+ readonly circle: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
292
+ readonly 'circle-alert': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
293
+ readonly 'circle-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
294
+ readonly 'circle-dollar-sign': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
295
+ readonly 'circle-dot': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
296
+ readonly 'circle-ellipsis': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
297
+ readonly 'circle-help': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
298
+ readonly 'circle-minus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
299
+ readonly 'circle-pause': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
300
+ readonly 'circle-play': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
301
+ readonly 'circle-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
302
+ readonly 'circle-user-round': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
303
+ readonly 'circle-x': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
304
+ readonly clipboard: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
305
+ readonly 'clipboard-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
306
+ readonly 'clipboard-list': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
307
+ readonly clock: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
308
+ readonly cloud: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
309
+ readonly 'cloud-download': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
310
+ readonly code: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
311
+ readonly cog: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
312
+ readonly contrast: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
313
+ readonly copy: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
314
+ readonly 'corner-down-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
315
+ readonly crosshair: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
316
+ readonly database: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
317
+ readonly 'door-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
318
+ readonly dot: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
319
+ readonly download: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
320
+ readonly earth: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
321
+ readonly ellipsis: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
322
+ readonly 'ellipsis-vertical': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
323
+ readonly equal: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
324
+ readonly expand: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
325
+ readonly 'external-link': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
326
+ readonly eye: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
327
+ readonly 'eye-off': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
328
+ readonly file: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
329
+ readonly 'file-archive': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
330
+ readonly 'file-code': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
331
+ readonly 'file-diff': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
332
+ readonly 'file-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
333
+ readonly 'file-input': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
334
+ readonly 'file-output': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
335
+ readonly 'file-text': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
336
+ readonly files: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
337
+ readonly fingerprint: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
338
+ readonly 'flask-conical': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
339
+ readonly folder: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
340
+ readonly 'folder-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
341
+ readonly 'folder-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
342
+ readonly funnel: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
343
+ readonly gauge: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
344
+ readonly gem: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
345
+ readonly gift: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
346
+ readonly 'git-branch': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
347
+ readonly globe: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
348
+ readonly 'graduation-cap': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
349
+ readonly 'grid-2x2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
350
+ readonly 'grip-vertical': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
351
+ readonly group: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
352
+ readonly 'hand-coins': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
353
+ readonly handshake: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
354
+ readonly 'hard-drive': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
355
+ readonly 'hard-drive-download': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
356
+ readonly hash: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
357
+ readonly 'heading-1': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
358
+ readonly 'heading-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
359
+ readonly 'heading-3': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
360
+ readonly history: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
361
+ readonly hourglass: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
362
+ readonly house: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
363
+ readonly image: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
364
+ readonly inbox: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
365
+ readonly info: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
366
+ readonly italic: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
367
+ readonly 'key-round': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
368
+ readonly languages: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
369
+ readonly layers: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
370
+ readonly 'layout-template': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
371
+ readonly lightbulb: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
372
+ readonly link: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
373
+ readonly list: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
374
+ readonly 'list-checks': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
375
+ readonly 'list-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
376
+ readonly 'list-tree': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
377
+ readonly 'list-ordered': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
378
+ readonly lock: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
379
+ readonly 'log-in': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
380
+ readonly 'log-out': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
381
+ readonly mail: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
382
+ readonly 'minimize-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
383
+ readonly maximize: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
384
+ readonly 'maximize-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
385
+ readonly menu: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
386
+ readonly 'message-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
387
+ readonly 'message-square': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
388
+ readonly 'message-square-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
389
+ readonly 'message-circle-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
390
+ readonly 'messages-square': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
391
+ readonly mic: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
392
+ readonly milestone: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
393
+ readonly minus: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
394
+ readonly 'mouse-pointer': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
395
+ readonly network: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
396
+ readonly 'notebook-pen': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
397
+ readonly 'package-open': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
398
+ readonly palette: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
399
+ readonly 'panel-left': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
400
+ readonly 'panel-left-close': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
401
+ readonly 'panel-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
402
+ readonly paperclip: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
403
+ readonly pause: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
404
+ readonly pen: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
405
+ readonly pencil: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
406
+ readonly 'pencil-off': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
407
+ readonly pin: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
408
+ readonly play: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
409
+ readonly plug: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
410
+ readonly 'plug-zap': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
411
+ readonly plus: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
412
+ readonly 'pocket-knife': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
413
+ readonly power: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
414
+ readonly 'redo-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
415
+ readonly 'refresh-cw': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
416
+ readonly 'remove-formatting': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
417
+ readonly rss: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
418
+ readonly robot: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
419
+ readonly 'satellite-dish': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
420
+ readonly save: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
421
+ readonly scale: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
422
+ readonly scissors: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
423
+ readonly 'scroll-text': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
424
+ readonly search: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
425
+ readonly settings: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
426
+ readonly settings2: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
427
+ readonly send: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
428
+ readonly server: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
429
+ readonly share: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
430
+ readonly shield: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
431
+ readonly 'shield-half': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
432
+ readonly 'shield-user': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
433
+ readonly shredder: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
434
+ readonly 'sliders-horizontal': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
435
+ readonly smile: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
436
+ readonly sparkles: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
437
+ readonly split: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
438
+ readonly square: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
439
+ readonly 'square-arrow-out-up-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
440
+ readonly 'square-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
441
+ readonly 'square-minus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
442
+ readonly 'square-pen': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
443
+ readonly 'square-plus': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
444
+ readonly star: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
445
+ readonly 'sticky-note': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
446
+ readonly strikethrough: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
447
+ readonly sun: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
448
+ readonly table: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
449
+ readonly tags: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
450
+ readonly telescope: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
451
+ readonly terminal: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
452
+ readonly 'thumbs-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
453
+ readonly 'thumbs-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
454
+ readonly 'trash-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
455
+ readonly 'tree-pine': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
456
+ readonly 'trending-down': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
457
+ readonly 'trending-up': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
458
+ readonly 'triangle-alert': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
459
+ readonly type: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
460
+ readonly 'toggle-right': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
461
+ readonly 'undo-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
462
+ readonly ungroup: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
463
+ readonly unlink: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
464
+ readonly unplug: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
465
+ readonly upload: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
466
+ readonly user: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
467
+ readonly 'user-check': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
468
+ readonly 'user-lock': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
469
+ readonly 'user-pen': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
470
+ readonly 'user-round': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
471
+ readonly 'user-round-key': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
472
+ readonly users: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
473
+ readonly vault: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
474
+ readonly video: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
475
+ readonly 'volume-2': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
476
+ readonly 'volume-x': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
477
+ readonly 'wand-sparkles': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
478
+ readonly waypoints: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
479
+ readonly workflow: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
480
+ readonly wrench: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
481
+ readonly x: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
482
+ readonly youtube: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
483
+ readonly zap: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
484
+ readonly 'zoom-in': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
485
+ readonly 'zoom-out': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
486
+ readonly loader: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
487
+ readonly 'loader-circle': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
488
+ readonly quote: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
489
+ readonly 'quick-connect': import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
490
+ readonly underline: import('vue').FunctionalComponent<import('vue').SVGAttributes, {}, any, {}>;
491
+ };
492
+ export type IconName = keyof typeof updatedIconSet;
493
+ export { type NodeIconName } from './node-icon-names';
494
+ export declare function isNodeIcon(iconName?: string): iconName is NodeIconName;
495
+ export declare function isSupportedIconName(iconName?: string): iconName is IconName | NodeIconName;
@@ -0,0 +1,3 @@
1
+ import { default as N8nIcon } from './Icon.vue';
2
+ export default N8nIcon;
3
+ export { type IconName, type NodeIconName, isNodeIcon, isSupportedIconName, updatedIconSet, } from './icons';
@@ -0,0 +1,2 @@
1
+ export declare const nodeIconNames: readonly ["node:aggregate", "node:ai-agent", "node:ai-transform", "node:basic-llm-chain", "node:calculator", "node:call-n8n-sub-workflow-tool", "node:character-text-splitter", "node:chat-memory-manager", "node:chat-trigger", "node:code", "node:compare-datasets", "node:compression", "node:contextual-compression-retriever", "node:convert-to-file", "node:crypto", "node:data-table", "node:date-and-time", "node:default-data-loader", "node:edit-fields", "node:edit-image", "node:email-trigger", "node:error-trigger", "node:execute-command", "node:execute-sub-workflow", "node:execution-data", "node:extract-from-file", "node:filter", "node:form-trigger", "node:ftp", "node:guardrails", "node:html", "node:http-request", "node:if", "node:information-extractor", "node:item-list-output-parser", "node:limit", "node:local-file-trigger", "node:loop-over-items", "node:manual-trigger", "node:markdown", "node:merge", "node:model-selector", "node:multiquery-retriever", "node:n8n", "node:n8n-trigger", "node:no-operation", "node:question-and-answer-chain", "node:read-write-files-from-disk", "node:recursive-character-text-splitter", "node:remove-duplicates", "node:rename-keys", "node:respond-to-webhook", "node:rss-feed-trigger", "node:rss-read", "node:schedule-trigger", "node:send-mail", "node:sentiment-analysis", "node:simple-memory", "node:simple-vector-store", "node:sort", "node:split-out", "node:sse-trigger", "node:ssh", "node:stop-and-error", "node:structured-output-parser", "node:sub-workflow-trigger", "node:summarization-chain", "node:summarize", "node:switch", "node:text-classifier", "node:think-tool", "node:token-splitter", "node:totp", "node:track-time-saved", "node:vector-store-question-answer-tool", "node:vector-store-retriever", "node:wait", "node:webhook", "node:workflow-retriever", "node:xml"];
2
+ export type NodeIconName = (typeof nodeIconNames)[number];
@@ -0,0 +1,82 @@
1
+ export declare const nodeIconSet: {
2
+ readonly 'node:aggregate': string;
3
+ readonly 'node:ai-agent': string;
4
+ readonly 'node:ai-transform': string;
5
+ readonly 'node:basic-llm-chain': string;
6
+ readonly 'node:calculator': string;
7
+ readonly 'node:call-n8n-sub-workflow-tool': string;
8
+ readonly 'node:character-text-splitter': string;
9
+ readonly 'node:chat-memory-manager': string;
10
+ readonly 'node:chat-trigger': string;
11
+ readonly 'node:code': string;
12
+ readonly 'node:compare-datasets': string;
13
+ readonly 'node:compression': string;
14
+ readonly 'node:contextual-compression-retriever': string;
15
+ readonly 'node:convert-to-file': string;
16
+ readonly 'node:crypto': string;
17
+ readonly 'node:data-table': string;
18
+ readonly 'node:date-and-time': string;
19
+ readonly 'node:default-data-loader': string;
20
+ readonly 'node:edit-fields': string;
21
+ readonly 'node:edit-image': string;
22
+ readonly 'node:email-trigger': string;
23
+ readonly 'node:error-trigger': string;
24
+ readonly 'node:execute-command': string;
25
+ readonly 'node:execute-sub-workflow': string;
26
+ readonly 'node:execution-data': string;
27
+ readonly 'node:extract-from-file': string;
28
+ readonly 'node:filter': string;
29
+ readonly 'node:form-trigger': string;
30
+ readonly 'node:ftp': string;
31
+ readonly 'node:guardrails': string;
32
+ readonly 'node:html': string;
33
+ readonly 'node:http-request': string;
34
+ readonly 'node:if': string;
35
+ readonly 'node:information-extractor': string;
36
+ readonly 'node:item-list-output-parser': string;
37
+ readonly 'node:limit': string;
38
+ readonly 'node:local-file-trigger': string;
39
+ readonly 'node:loop-over-items': string;
40
+ readonly 'node:manual-trigger': string;
41
+ readonly 'node:markdown': string;
42
+ readonly 'node:merge': string;
43
+ readonly 'node:model-selector': string;
44
+ readonly 'node:multiquery-retriever': string;
45
+ readonly 'node:n8n': string;
46
+ readonly 'node:n8n-trigger': string;
47
+ readonly 'node:no-operation': string;
48
+ readonly 'node:question-and-answer-chain': string;
49
+ readonly 'node:read-write-files-from-disk': string;
50
+ readonly 'node:recursive-character-text-splitter': string;
51
+ readonly 'node:remove-duplicates': string;
52
+ readonly 'node:rename-keys': string;
53
+ readonly 'node:respond-to-webhook': string;
54
+ readonly 'node:rss-feed-trigger': string;
55
+ readonly 'node:rss-read': string;
56
+ readonly 'node:schedule-trigger': string;
57
+ readonly 'node:send-mail': string;
58
+ readonly 'node:sentiment-analysis': string;
59
+ readonly 'node:simple-memory': string;
60
+ readonly 'node:simple-vector-store': string;
61
+ readonly 'node:sort': string;
62
+ readonly 'node:split-out': string;
63
+ readonly 'node:sse-trigger': string;
64
+ readonly 'node:ssh': string;
65
+ readonly 'node:stop-and-error': string;
66
+ readonly 'node:structured-output-parser': string;
67
+ readonly 'node:sub-workflow-trigger': string;
68
+ readonly 'node:summarization-chain': string;
69
+ readonly 'node:summarize': string;
70
+ readonly 'node:switch': string;
71
+ readonly 'node:text-classifier': string;
72
+ readonly 'node:think-tool': string;
73
+ readonly 'node:token-splitter': string;
74
+ readonly 'node:totp': string;
75
+ readonly 'node:track-time-saved': string;
76
+ readonly 'node:vector-store-question-answer-tool': string;
77
+ readonly 'node:vector-store-retriever': string;
78
+ readonly 'node:wait': string;
79
+ readonly 'node:webhook': string;
80
+ readonly 'node:workflow-retriever': string;
81
+ readonly 'node:xml': string;
82
+ };