@n8n/design-system 2.38.2 → 2.39.0

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 (181) hide show
  1. package/README.md +12 -1
  2. package/dist/components/AskAssistantAvatar/AssistantAvatar.vue.d.ts +3 -2
  3. package/dist/components/AskAssistantButton/AskAssistantButton.vue.d.ts +3 -2
  4. package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +57 -672
  5. package/dist/components/AskAssistantChat/messages/BaseMessage.vue.d.ts +8 -12
  6. package/dist/components/AskAssistantChat/messages/BlockMessage.vue.d.ts +3 -2
  7. package/dist/components/AskAssistantChat/messages/CodeDiffMessage.vue.d.ts +3 -2
  8. package/dist/components/AskAssistantChat/messages/ErrorMessage.vue.d.ts +2 -1
  9. package/dist/components/AskAssistantChat/messages/EventMessage.vue.d.ts +2 -1
  10. package/dist/components/AskAssistantChat/messages/MessageRating.vue.d.ts +3 -138
  11. package/dist/components/AskAssistantChat/messages/MessageWrapper.vue.d.ts +24 -27
  12. package/dist/components/AskAssistantChat/messages/RestoreVersionConfirm.vue.d.ts +3 -2
  13. package/dist/components/AskAssistantChat/messages/TextMessage.vue.d.ts +11 -19
  14. package/dist/components/AskAssistantChat/messages/ThinkingMessage.vue.d.ts +3 -2
  15. package/dist/components/AskAssistantChat/messages/ToolMessage.vue.d.ts +2 -1
  16. package/dist/components/AskAssistantChat/messages/helpers.d.ts +6 -8
  17. package/dist/components/AskAssistantIcon/AssistantIcon.vue.d.ts +3 -2
  18. package/dist/components/AskAssistantText/AssistantText.vue.d.ts +3 -2
  19. package/dist/components/BlinkingCursor/BlinkingCursor.vue.d.ts +2 -1
  20. package/dist/components/CanvasCollaborationPill/CanvasCollaborationPill.vue.d.ts +3 -2
  21. package/dist/components/CanvasPill/CanvasPill.vue.d.ts +9 -12
  22. package/dist/components/CanvasThinkingPill/CanvasThinkingPill.vue.d.ts +3 -2
  23. package/dist/components/CodeDiff/CodeDiff.vue.d.ts +3 -2
  24. package/dist/components/ConditionalRouterLink/CondtionalRouterLink.vue.d.ts +11 -13
  25. package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +9 -20
  26. package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -1
  27. package/dist/components/IconTextButton/IconTextButton.vue.d.ts +8 -16
  28. package/dist/components/InlineAskAssistantButton/InlineAskAssistantButton.vue.d.ts +3 -2
  29. package/dist/components/N8nActionDropdown/ActionDropdown.vue.d.ts +22 -15
  30. package/dist/components/N8nActionPill/ActionPill.vue.d.ts +10 -13
  31. package/dist/components/N8nActionToggle/ActionToggle.vue.d.ts +18 -13
  32. package/dist/components/N8nAiActivityStep/AiActivityStep.vue.d.ts +10 -13
  33. package/dist/components/N8nAiActivityStepButton/AiActivityStepButton.vue.d.ts +11 -19
  34. package/dist/components/N8nAiActivityStepChevron/AiActivityStepChevron.vue.d.ts +5 -1
  35. package/dist/components/N8nAiActivityStepGroup/AiActivityStepGroup.vue.d.ts +12 -13
  36. package/dist/components/N8nAiActivityStepResultSection/AiActivityStepResultSection.vue.d.ts +7 -11
  37. package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.vue.d.ts +17 -24
  38. package/dist/components/N8nAlert/Alert.vue.d.ts +14 -15
  39. package/dist/components/N8nAlertDialog/AlertDialog.vue.d.ts +6 -13
  40. package/dist/components/N8nAnimatedCollapsibleContent/AnimatedCollapsibleContent.vue.d.ts +7 -11
  41. package/dist/components/N8nAvatar/Avatar.vue.d.ts +3 -2
  42. package/dist/components/N8nBadge/Badge.vue.d.ts +8 -12
  43. package/dist/components/N8nBlockUi/BlockUi.vue.d.ts +2 -1
  44. package/dist/components/N8nBreadcrumbs/Breadcrumbs.vue.d.ts +10 -13
  45. package/dist/components/N8nButton/Button.vue.d.ts +9 -12
  46. package/dist/components/N8nButtonList/ButtonList.vue.d.ts +8 -12
  47. package/dist/components/N8nCallout/Callout.vue.d.ts +12 -14
  48. package/dist/components/N8nCard/Card.vue.d.ts +16 -16
  49. package/dist/components/N8nChatActions/ChatActions.types.d.ts +27 -0
  50. package/dist/components/N8nChatActions/ChatActions.vue.d.ts +17 -0
  51. package/dist/components/N8nChatInput/ChatInput.vue.d.ts +19 -22
  52. package/dist/components/N8nChatMessage/ChatMessage.vue.d.ts +7 -21
  53. package/dist/components/N8nCircleLoader/CircleLoader.vue.d.ts +3 -2
  54. package/dist/components/N8nCodeBlock/CodeBlock.vue.d.ts +6 -6
  55. package/dist/components/N8nCollapsiblePanel/CollapsiblePanel.vue.d.ts +11 -13
  56. package/dist/components/N8nColorPicker/ColorPicker.vue.d.ts +3 -2
  57. package/dist/components/N8nCommandBar/CommandBar.vue.d.ts +6 -168
  58. package/dist/components/N8nCommandBar/CommandBarItem.vue.d.ts +3 -2
  59. package/dist/components/N8nCopyInput/CopyInput.vue.d.ts +3 -2
  60. package/dist/components/N8nDataTableServer/N8nDataTableServer.vue.d.ts +29 -34
  61. package/dist/components/N8nDatatable/Datatable.vue.d.ts +18 -12
  62. package/dist/components/N8nDialog/Dialog.vue.d.ts +7 -11
  63. package/dist/components/N8nDialog/DialogClose.vue.d.ts +9 -12
  64. package/dist/components/N8nDialog/DialogContent.vue.d.ts +7 -11
  65. package/dist/components/N8nDialog/DialogDescription.vue.d.ts +7 -11
  66. package/dist/components/N8nDialog/DialogFooter.vue.d.ts +7 -11
  67. package/dist/components/N8nDialog/DialogHeader.vue.d.ts +7 -11
  68. package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +2 -1
  69. package/dist/components/N8nDialog/DialogTitle.vue.d.ts +7 -11
  70. package/dist/components/N8nDropdownMenu/DropdownMenu.types.d.ts +1 -0
  71. package/dist/components/N8nDropdownMenu/DropdownMenu.vue.d.ts +19 -14
  72. package/dist/components/N8nDropdownMenu/DropdownMenuItem.vue.d.ts +18 -13
  73. package/dist/components/N8nDropdownMenu/DropdownMenuItems.vue.d.ts +18 -13
  74. package/dist/components/N8nDropdownMenu/DropdownMenuSearch.vue.d.ts +9 -21
  75. package/dist/components/N8nDropdownMenu/DropdownMenuSearchableContent.vue.d.ts +19 -23
  76. package/dist/components/N8nEmptyState/EmptyState.vue.d.ts +14 -15
  77. package/dist/components/N8nEmptyState/EmptyStateIconCards.vue.d.ts +2 -1
  78. package/dist/components/N8nExternalLink/ExternalLink.vue.d.ts +7 -11
  79. package/dist/components/N8nFloatingWindow/FloatingWindow.vue.d.ts +11 -21
  80. package/dist/components/N8nFormBox/FormBox.vue.d.ts +8 -12
  81. package/dist/components/N8nFormInput/FormInput.vue.d.ts +9 -285
  82. package/dist/components/N8nFormInputs/FormInputs.vue.d.ts +3 -2
  83. package/dist/components/N8nHeaderAction/HeaderAction.vue.d.ts +2 -1
  84. package/dist/components/N8nHeading/Heading.vue.d.ts +7 -11
  85. package/dist/components/N8nHoverCard/HoverCard.vue.d.ts +18 -20
  86. package/dist/components/N8nIcon/Icon.vue.d.ts +2 -1
  87. package/dist/components/N8nIconButton/IconButton.vue.d.ts +2 -1
  88. package/dist/components/N8nIconPicker/IconColorPicker.vue.d.ts +4 -3
  89. package/dist/components/N8nIconPicker/IconPicker.vue.d.ts +8 -188
  90. package/dist/components/N8nIconPicker/SkinTonePicker.vue.d.ts +4 -3
  91. package/dist/components/N8nInfoAccordion/InfoAccordion.vue.d.ts +8 -12
  92. package/dist/components/N8nInfoTip/InfoTip.vue.d.ts +10 -13
  93. package/dist/components/N8nInlineTextEdit/InlineTextEdit.vue.d.ts +3 -172
  94. package/dist/components/N8nInput/Input.vue.d.ts +7 -16
  95. package/dist/components/N8nInputLabel/InputLabel.vue.d.ts +14 -15
  96. package/dist/components/N8nInputNumber/InputNumber.vue.d.ts +7 -118
  97. package/dist/components/N8nKeyboardShortcut/N8nKeyboardShortcut.vue.d.ts +2 -1
  98. package/dist/components/N8nLink/Link.vue.d.ts +7 -11
  99. package/dist/components/N8nLoading/Loading.vue.d.ts +2 -1
  100. package/dist/components/N8nLogo/Logo.vue.d.ts +8 -16
  101. package/dist/components/N8nMarkdown/Markdown.vue.d.ts +3 -4
  102. package/dist/components/N8nMarkdownEditor/MarkdownEditor.types.d.ts +2 -0
  103. package/dist/components/N8nMarkdownEditor/MarkdownEditor.vue.d.ts +7 -6
  104. package/dist/components/N8nMarkdownEditor/MarkdownEditorToolbar.vue.d.ts +3 -2
  105. package/dist/components/N8nMarkdownEditor/composables/useMarkdownEditor.d.ts +1 -1
  106. package/dist/components/N8nMenuItem/MenuItem.vue.d.ts +3 -2
  107. package/dist/components/N8nNavigationDropdown/NavigationDropdown.vue.d.ts +13 -176
  108. package/dist/components/N8nNodeCreatorNode/NodeCreatorNode.vue.d.ts +9 -18
  109. package/dist/components/N8nNodeIcon/IconContent.vue.d.ts +2 -1
  110. package/dist/components/N8nNodeIcon/NodeIcon.vue.d.ts +3 -2
  111. package/dist/components/N8nNotice/Notice.vue.d.ts +8 -12
  112. package/dist/components/N8nOption/Option.vue.d.ts +7 -11
  113. package/dist/components/N8nPagination/Pagination.vue.d.ts +6 -15
  114. package/dist/components/N8nPopover/Popover.vue.d.ts +16 -18
  115. package/dist/components/N8nPromptInputSuggestions/N8nPromptInputSuggestions.vue.d.ts +10 -13
  116. package/dist/components/N8nPulse/Pulse.vue.d.ts +7 -11
  117. package/dist/components/N8nRadioGroup/RadioGroup.vue.d.ts +7 -11
  118. package/dist/components/N8nRadioGroup/RadioGroupItem.vue.d.ts +5 -10
  119. package/dist/components/N8nRecycleScroller/RecycleScroller.vue.d.ts +14 -9
  120. package/dist/components/N8nResizeWrapper/ResizeWrapper.vue.d.ts +8 -12
  121. package/dist/components/N8nResizeableSticky/ResizeableSticky.vue.d.ts +3 -2
  122. package/dist/components/N8nRoute/Route.vue.d.ts +9 -12
  123. package/dist/components/N8nScrollArea/N8nScrollArea.vue.d.ts +8 -141
  124. package/dist/components/N8nSectionHeader/SectionHeader.vue.d.ts +8 -12
  125. package/dist/components/N8nSegmentControl/SegmentControl.vue.d.ts +14 -11
  126. package/dist/components/N8nSegmentControl/SegmentControlItem.vue.d.ts +7 -11
  127. package/dist/components/N8nSelect/Select.vue.d.ts +20 -37
  128. package/dist/components/N8nSelectableList/SelectableList.vue.d.ts +20 -18
  129. package/dist/components/N8nSendStopButton/N8nSendStopButton.vue.d.ts +2 -1
  130. package/dist/components/N8nSettingsLayout/SettingsLayout.vue.d.ts +9 -12
  131. package/dist/components/N8nSettingsPageHeader/SettingsPageHeader.vue.d.ts +10 -13
  132. package/dist/components/N8nSettingsRow/SettingsRow.vue.d.ts +14 -148
  133. package/dist/components/N8nSettingsRowConfigure/SettingsRowConfigure.vue.d.ts +3 -2
  134. package/dist/components/N8nSettingsRowGroup/SettingsRowGroup.vue.d.ts +7 -11
  135. package/dist/components/N8nSettingsSaveBar/SettingsSaveBar.vue.d.ts +10 -17
  136. package/dist/components/N8nSettingsSection/SettingsSection.vue.d.ts +12 -14
  137. package/dist/components/N8nSpinner/Spinner.vue.d.ts +3 -2
  138. package/dist/components/N8nStatusDot/StatusDot.vue.d.ts +3 -2
  139. package/dist/components/N8nStepper/Stepper.vue.d.ts +9 -19
  140. package/dist/components/N8nSticky/Sticky.vue.d.ts +3 -138
  141. package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +2 -1
  142. package/dist/components/N8nSwitch/Switch.vue.d.ts +7 -11
  143. package/dist/components/N8nTabs/Tabs.vue.d.ts +14 -9
  144. package/dist/components/N8nTag/Tag.vue.d.ts +8 -12
  145. package/dist/components/N8nTags/Tags.vue.d.ts +3 -2
  146. package/dist/components/N8nText/Text.vue.d.ts +7 -11
  147. package/dist/components/N8nToggle/Toggle.vue.d.ts +13 -14
  148. package/dist/components/N8nToggleGroup/ToggleGroup.vue.d.ts +11 -15
  149. package/dist/components/N8nTooltip/Tooltip.vue.d.ts +11 -13
  150. package/dist/components/N8nTree/Tree.vue.d.ts +12 -20
  151. package/dist/components/N8nUserInfo/UserInfo.vue.d.ts +3 -2
  152. package/dist/components/N8nUserSelect/UserSelect.vue.d.ts +8 -12
  153. package/dist/components/N8nUserStack/UserStack.vue.d.ts +3 -2
  154. package/dist/components/N8nUsersList/UsersList.vue.d.ts +15 -10
  155. package/dist/components/N8nVisuallyHidden/VisuallyHidden.vue.d.ts +16 -0
  156. package/dist/components/N8nVisuallyHidden/index.d.ts +1 -0
  157. package/dist/components/PreviewTag/PreviewTag.vue.d.ts +3 -2
  158. package/dist/components/ResizeObserver/ResizeObserver.vue.d.ts +10 -18
  159. package/dist/components/TableBase/TableBase.vue.d.ts +7 -11
  160. package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.vue.d.ts +14 -9
  161. package/dist/components/index.d.ts +3 -0
  162. package/dist/css/dialog.scss +1 -1
  163. package/dist/css/mixins/motion.scss +11 -0
  164. package/dist/{en-Ubc0tWnj.js → en-BQBg3T3M.js} +8 -0
  165. package/dist/index.js +4714 -4157
  166. package/dist/style.css +1 -1
  167. package/dist/theme.css +1 -1
  168. package/dist/v2/components/Checkbox/Checkbox.vue.d.ts +7 -11
  169. package/dist/v2/components/Combobox/Combobox.vue.d.ts +7 -230
  170. package/dist/v2/components/Combobox/ComboboxItem.vue.d.ts +5 -10
  171. package/dist/v2/components/Loading/Loading.vue.d.ts +2 -1
  172. package/dist/v2/components/Select/Select.types.d.ts +50 -44
  173. package/dist/v2/components/Select/Select.vue.d.ts +20 -15
  174. package/dist/v2/components/Select/SelectItem.vue.d.ts +9 -22
  175. package/dist/v2/components/Select/index.d.ts +3 -0
  176. package/dist/v2/components/TagsInput/TagsInput.vue.d.ts +6 -15
  177. package/dist/v2/components/Tree/Tree.vue.d.ts +5 -10
  178. package/dist/v2/components/Tree/TreeNode.vue.d.ts +6 -13
  179. package/dist/v2/components/Tree/TreeNodeDefault.vue.d.ts +6 -11
  180. package/package.json +7 -6
  181. package/dist/css/tailwind/index.css +0 -3
@@ -15,17 +15,13 @@ type Props = {
15
15
  pathTruncated?: boolean;
16
16
  dragActive?: boolean;
17
17
  };
18
- declare function __VLS_template(): {
19
- attrs: Partial<{}>;
20
- slots: {
21
- prepend?(_: {}): any;
22
- append?(_: {}): any;
23
- };
24
- refs: {};
25
- rootEl: HTMLDivElement;
18
+ declare var __VLS_1: {}, __VLS_52: {};
19
+ type __VLS_Slots = {} & {
20
+ prepend?: (props: typeof __VLS_1) => any;
21
+ } & {
22
+ append?: (props: typeof __VLS_52) => any;
26
23
  };
27
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
29
25
  itemSelected: (item: PathItem) => any;
30
26
  tooltipOpened: () => any;
31
27
  tooltipClosed: () => any;
@@ -49,10 +45,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
49
45
  hiddenItemsTrigger: "hover" | "click";
50
46
  pathTruncated: boolean;
51
47
  dragActive: boolean;
52
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
53
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
49
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
50
+ declare const _default: typeof __VLS_export;
54
51
  export default _default;
55
- type __VLS_WithTemplateSlots<T, S> = T & {
52
+ type __VLS_WithSlots<T, S> = T & {
56
53
  new (): {
57
54
  $slots: S;
58
55
  };
@@ -1,23 +1,20 @@
1
1
  import { ButtonProps } from '../../types/button';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- icon?(_: {}): any;
6
- default?(_: {}): any;
7
- };
8
- refs: {};
9
- rootEl: any;
2
+ declare var __VLS_21: {}, __VLS_28: {};
3
+ type __VLS_Slots = {} & {
4
+ icon?: (props: typeof __VLS_21) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_28) => any;
10
7
  };
11
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
12
- declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
8
+ declare const __VLS_base: import('vue').DefineComponent<ButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonProps> & Readonly<{}>, {
13
9
  disabled: boolean;
14
10
  size: import('../..').ButtonSize;
15
11
  variant: import('../..').ButtonVariant | import('../..').LegacyButtonVariant;
16
12
  loading: boolean;
17
13
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
19
16
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
21
18
  new (): {
22
19
  $slots: S;
23
20
  };
@@ -1,19 +1,15 @@
1
1
  import { ButtonListProps } from './ButtonList.types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: HTMLDivElement;
2
+ declare var __VLS_1: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_1) => any;
9
5
  };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<ButtonListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonListProps> & Readonly<{}>, {
6
+ declare const __VLS_base: import('vue').DefineComponent<ButtonListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonListProps> & Readonly<{}>, {
12
7
  orientation: import('./ButtonList.types').ButtonListOrientation;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
15
11
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
12
+ type __VLS_WithSlots<T, S> = T & {
17
13
  new (): {
18
14
  $slots: S;
19
15
  };
@@ -10,25 +10,23 @@ interface CalloutProps {
10
10
  roundCorners?: boolean;
11
11
  onlyBottomBorder?: boolean;
12
12
  }
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- default?(_: {}): any;
17
- actions?(_: {}): any;
18
- trailingContent?(_: {}): any;
19
- };
20
- refs: {};
21
- rootEl: HTMLDivElement;
13
+ declare var __VLS_23: {}, __VLS_25: {}, __VLS_27: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_23) => any;
16
+ } & {
17
+ actions?: (props: typeof __VLS_25) => any;
18
+ } & {
19
+ trailingContent?: (props: typeof __VLS_27) => any;
22
20
  };
23
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
- declare const __VLS_component: import('vue').DefineComponent<CalloutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CalloutProps> & Readonly<{}>, {
21
+ declare const __VLS_base: import('vue').DefineComponent<CalloutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CalloutProps> & Readonly<{}>, {
25
22
  iconSize: IconSize;
26
23
  iconTooltip: string;
27
24
  roundCorners: boolean;
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
30
28
  export default _default;
31
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
32
30
  new (): {
33
31
  $slots: S;
34
32
  };
@@ -1,25 +1,25 @@
1
1
  interface CardProps {
2
2
  hoverable?: boolean;
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- prepend?(_: {}): any;
8
- header?(_: {}): any;
9
- default?(_: {}): any;
10
- footer?(_: {}): any;
11
- append?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: HTMLDivElement;
4
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {};
5
+ type __VLS_Slots = {} & {
6
+ prepend?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ header?: (props: typeof __VLS_3) => any;
9
+ } & {
10
+ default?: (props: typeof __VLS_5) => any;
11
+ } & {
12
+ footer?: (props: typeof __VLS_7) => any;
13
+ } & {
14
+ append?: (props: typeof __VLS_9) => any;
15
15
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<CardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CardProps> & Readonly<{}>, {
16
+ declare const __VLS_base: import('vue').DefineComponent<CardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CardProps> & Readonly<{}>, {
18
17
  hoverable: boolean;
19
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
21
21
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
23
23
  new (): {
24
24
  $slots: S;
25
25
  };
@@ -0,0 +1,27 @@
1
+ export type ChatActionCopyStatus = 'success' | 'error';
2
+ export type ChatActionReadAloudStatus = 'started' | 'stopped' | 'ended';
3
+ export type RatingFeedback = {
4
+ rating?: 'up' | 'down';
5
+ };
6
+ export interface ChatActionCopyResult {
7
+ text: string;
8
+ status: ChatActionCopyStatus;
9
+ }
10
+ export interface ChatActionReadAloudResult {
11
+ text: string;
12
+ status: ChatActionReadAloudStatus;
13
+ }
14
+ export interface ChatActionsProps {
15
+ showRating?: boolean;
16
+ onRating?: (feedback: RatingFeedback) => void;
17
+ content: string;
18
+ showCopy?: boolean;
19
+ copyLabel?: string;
20
+ copyTestId?: string;
21
+ onCopy?: (result: ChatActionCopyResult) => void;
22
+ showReadAloud?: boolean;
23
+ readAloudLabel?: string;
24
+ stopReadingLabel?: string;
25
+ readAloudTestId?: string;
26
+ onReadAloud?: (result: ChatActionReadAloudResult) => void;
27
+ }
@@ -0,0 +1,17 @@
1
+ import { ChatActionsProps } from './ChatActions.types';
2
+ type __VLS_Slots = {
3
+ default(): unknown;
4
+ };
5
+ declare const __VLS_base: import('vue').DefineComponent<ChatActionsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ChatActionsProps> & Readonly<{}>, {
6
+ showRating: boolean;
7
+ showCopy: boolean;
8
+ showReadAloud: boolean;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
11
+ declare const _default: typeof __VLS_export;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -22,23 +22,21 @@ export interface N8nChatInputProps {
22
22
  stopButtonTestId?: string;
23
23
  }
24
24
  declare function focusInput(options?: FocusOptions): void;
25
- declare function __VLS_template(): {
26
- attrs: Partial<{}>;
27
- slots: {
28
- leading?(_: {}): any;
29
- 'left-actions'?(_: {}): any;
30
- actions?(_: {}): any;
31
- 'extra-actions'?(_: {}): any;
32
- 'right-actions'?(_: {}): any;
33
- trailing?(_: {}): any;
34
- };
35
- refs: {
36
- textareaRef: HTMLTextAreaElement;
37
- };
38
- rootEl: any;
25
+ declare var __VLS_8: {}, __VLS_16: {}, __VLS_18: {}, __VLS_20: {}, __VLS_22: {}, __VLS_32: {};
26
+ type __VLS_Slots = {} & {
27
+ leading?: (props: typeof __VLS_8) => any;
28
+ } & {
29
+ 'left-actions'?: (props: typeof __VLS_16) => any;
30
+ } & {
31
+ actions?: (props: typeof __VLS_18) => any;
32
+ } & {
33
+ 'extra-actions'?: (props: typeof __VLS_20) => any;
34
+ } & {
35
+ 'right-actions'?: (props: typeof __VLS_22) => any;
36
+ } & {
37
+ trailing?: (props: typeof __VLS_32) => any;
39
38
  };
40
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
41
- declare const __VLS_component: import('vue').DefineComponent<N8nChatInputProps, {
39
+ declare const __VLS_base: import('vue').DefineComponent<N8nChatInputProps, {
42
40
  focusInput: typeof focusInput;
43
41
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
44
42
  focus: (event: FocusEvent) => any;
@@ -56,8 +54,8 @@ declare const __VLS_component: import('vue').DefineComponent<N8nChatInputProps,
56
54
  "onUpgrade-click"?: (() => any) | undefined;
57
55
  }>, {
58
56
  disabled: boolean;
59
- placeholder: string;
60
57
  modelValue: string;
58
+ placeholder: string;
61
59
  autosize: boolean | {
62
60
  minRows: number;
63
61
  maxRows: number;
@@ -76,12 +74,11 @@ declare const __VLS_component: import('vue').DefineComponent<N8nChatInputProps,
76
74
  buttonLabel: string;
77
75
  layout: "multiline" | "single-line" | "adaptive";
78
76
  submitDisabled: boolean;
79
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
80
- textareaRef: HTMLTextAreaElement;
81
- }, any>;
82
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
77
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
78
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
79
+ declare const _default: typeof __VLS_export;
83
80
  export default _default;
84
- type __VLS_WithTemplateSlots<T, S> = T & {
81
+ type __VLS_WithSlots<T, S> = T & {
85
82
  new (): {
86
83
  $slots: S;
87
84
  };
@@ -1,29 +1,15 @@
1
1
  interface Props {
2
2
  role: 'assistant' | 'user';
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: Readonly<{
7
- default(): unknown;
8
- actions?(): unknown;
9
- }> & {
10
- default(): unknown;
11
- actions?(): unknown;
12
- };
13
- refs: {
14
- message: HTMLDivElement;
15
- userBubble: HTMLDivElement;
16
- };
17
- rootEl: HTMLDivElement;
4
+ type __VLS_Slots = {
5
+ default(): unknown;
6
+ actions?(): unknown;
18
7
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
21
- message: HTMLDivElement;
22
- userBubble: HTMLDivElement;
23
- }, HTMLDivElement>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
25
11
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
12
+ type __VLS_WithSlots<T, S> = T & {
27
13
  new (): {
28
14
  $slots: S;
29
15
  };
@@ -3,7 +3,8 @@ type __VLS_Props = {
3
3
  progress: number;
4
4
  strokeWidth?: number;
5
5
  };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
7
7
  strokeWidth: number;
8
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -1,9 +1,10 @@
1
1
  import { CodeBlockProps } from './CodeBlock.types';
2
2
  type __VLS_Props = Omit<CodeBlockProps, 'collapsed'>;
3
- type __VLS_PublicProps = {
3
+ type __VLS_ModelProps = {
4
4
  'collapsed'?: boolean;
5
- } & __VLS_Props;
6
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ };
6
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
8
  copy: (code: string) => any;
8
9
  "update:collapsed": (value: boolean) => any;
9
10
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
@@ -14,7 +15,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
14
15
  language: import('./CodeBlock.types').CodeBlockLanguage;
15
16
  maxHeight: number;
16
17
  copyable: boolean;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
18
- pre: HTMLPreElement;
19
- }, any>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
20
20
  export default _default;
@@ -5,18 +5,15 @@ export interface Props {
5
5
  disabled?: boolean;
6
6
  disableAnimation?: boolean;
7
7
  }
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: {
11
- title?(_: {}): any;
12
- actions?(_: {}): any;
13
- default?(_: {}): any;
14
- };
15
- refs: {};
16
- rootEl: any;
8
+ declare var __VLS_19: {}, __VLS_21: {}, __VLS_29: {};
9
+ type __VLS_Slots = {} & {
10
+ title?: (props: typeof __VLS_19) => any;
11
+ } & {
12
+ actions?: (props: typeof __VLS_21) => any;
13
+ } & {
14
+ default?: (props: typeof __VLS_29) => any;
17
15
  };
18
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
17
  "update:modelValue": (value: boolean) => any;
21
18
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
22
19
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -27,9 +24,10 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
27
24
  showActionsOnHover: boolean;
28
25
  disableAnimation: boolean;
29
26
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
31
29
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
33
31
  new (): {
34
32
  $slots: S;
35
33
  };
@@ -9,7 +9,7 @@ export type ColorPickerProps = {
9
9
  showInput?: boolean;
10
10
  name?: string;
11
11
  };
12
- declare const _default: import('vue').DefineComponent<ColorPickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ declare const __VLS_export: import('vue').DefineComponent<ColorPickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
13
  "update:modelValue": (value: string | null) => any;
14
14
  change: (value: string | null) => any;
15
15
  "active-change": (value: string | null) => any;
@@ -27,5 +27,6 @@ declare const _default: import('vue').DefineComponent<ColorPickerProps, {}, {},
27
27
  colorFormat: "hex" | "rgb" | "hsl" | "hsv";
28
28
  predefine: string[];
29
29
  showInput: boolean;
30
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
30
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ declare const _default: typeof __VLS_export;
31
32
  export default _default;
@@ -1,4 +1,3 @@
1
- import { nextTick } from 'vue';
2
1
  import { CommandBarItem } from './types';
3
2
  interface CommandBarProps {
4
3
  placeholder?: string;
@@ -8,10 +7,11 @@ interface CommandBarProps {
8
7
  zIndex?: number;
9
8
  }
10
9
  type __VLS_Props = CommandBarProps;
11
- type __VLS_PublicProps = {
10
+ type __VLS_ModelProps = {
12
11
  'open'?: boolean;
13
- } & __VLS_Props;
14
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ };
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
15
  "update:open": (value: boolean) => any;
16
16
  inputChange: (value: string) => any;
17
17
  navigateTo: (parentId: string | null) => any;
@@ -24,168 +24,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
24
24
  placeholder: string;
25
25
  isLoading: boolean;
26
26
  context: string;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
28
- commandBarRef: HTMLDivElement;
29
- inputRef: HTMLInputElement;
30
- scrollAreaRef: ({
31
- $: import('vue').ComponentInternalInstance;
32
- $data: {};
33
- $props: {
34
- readonly type?: "auto" | "always" | "scroll" | "hover" | undefined;
35
- readonly dir?: "ltr" | "rtl" | undefined;
36
- readonly scrollHideDelay?: number | undefined;
37
- readonly maxHeight?: string | undefined;
38
- readonly maxWidth?: string | undefined;
39
- readonly enableHorizontalScroll?: boolean | undefined;
40
- readonly enableVerticalScroll?: boolean | undefined;
41
- readonly asChild?: boolean | undefined;
42
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
43
- $attrs: {
44
- [x: string]: unknown;
45
- };
46
- $refs: {
47
- [x: string]: unknown;
48
- } & {
49
- rootRef: ({
50
- $: import('vue').ComponentInternalInstance;
51
- $data: {};
52
- $props: {
53
- readonly type?: ("hover" | "auto" | "scroll" | "always") | undefined;
54
- readonly dir?: ("ltr" | "rtl") | undefined;
55
- readonly scrollHideDelay?: number | undefined;
56
- readonly asChild?: boolean | undefined;
57
- readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
58
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
59
- $attrs: {
60
- [x: string]: unknown;
61
- };
62
- $refs: {
63
- [x: string]: unknown;
64
- };
65
- $slots: Readonly<{
66
- [name: string]: import('vue').Slot<any> | undefined;
67
- }>;
68
- $root: import('vue').ComponentPublicInstance | null;
69
- $parent: import('vue').ComponentPublicInstance | null;
70
- $host: Element | null;
71
- $emit: (event: string, ...args: any[]) => void;
72
- $el: any;
73
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, {
74
- viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
75
- scrollTop: () => void;
76
- scrollTopLeft: () => void;
77
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
78
- type: "hover" | "auto" | "scroll" | "always";
79
- scrollHideDelay: number;
80
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
81
- beforeCreate?: (() => void) | (() => void)[];
82
- created?: (() => void) | (() => void)[];
83
- beforeMount?: (() => void) | (() => void)[];
84
- mounted?: (() => void) | (() => void)[];
85
- beforeUpdate?: (() => void) | (() => void)[];
86
- updated?: (() => void) | (() => void)[];
87
- activated?: (() => void) | (() => void)[];
88
- deactivated?: (() => void) | (() => void)[];
89
- beforeDestroy?: (() => void) | (() => void)[];
90
- beforeUnmount?: (() => void) | (() => void)[];
91
- destroyed?: (() => void) | (() => void)[];
92
- unmounted?: (() => void) | (() => void)[];
93
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
94
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
95
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
96
- };
97
- $forceUpdate: () => void;
98
- $nextTick: typeof nextTick;
99
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
100
- } & Readonly<{
101
- type: "hover" | "auto" | "scroll" | "always";
102
- scrollHideDelay: number;
103
- }> & Omit<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
104
- viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
105
- scrollTop: () => void;
106
- scrollTopLeft: () => void;
107
- }> & {} & import('vue').ComponentCustomProperties & {} & {
108
- $slots: {
109
- default?: (props: {}) => any;
110
- };
111
- }) | null;
112
- };
113
- $slots: Readonly<{
114
- [name: string]: import('vue').Slot<any> | undefined;
115
- }>;
116
- $root: import('vue').ComponentPublicInstance | null;
117
- $parent: import('vue').ComponentPublicInstance | null;
118
- $host: Element | null;
119
- $emit: (event: string, ...args: any[]) => void;
120
- $el: any;
121
- $options: import('vue').ComponentOptionsBase<Readonly<import('../N8nScrollArea/N8nScrollArea.vue').Props> & Readonly<{}>, {
122
- scrollToBottom: (options?: {
123
- smooth?: boolean;
124
- }) => Promise<void>;
125
- scrollToTop: (options?: {
126
- smooth?: boolean;
127
- }) => Promise<void>;
128
- getScrollPosition: () => {
129
- top: number;
130
- left: number;
131
- height: number;
132
- width: number;
133
- } | null;
134
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
135
- type: "auto" | "always" | "scroll" | "hover";
136
- dir: "ltr" | "rtl";
137
- asChild: boolean;
138
- scrollHideDelay: number;
139
- maxHeight: string;
140
- maxWidth: string;
141
- enableHorizontalScroll: boolean;
142
- enableVerticalScroll: boolean;
143
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
144
- beforeCreate?: (() => void) | (() => void)[];
145
- created?: (() => void) | (() => void)[];
146
- beforeMount?: (() => void) | (() => void)[];
147
- mounted?: (() => void) | (() => void)[];
148
- beforeUpdate?: (() => void) | (() => void)[];
149
- updated?: (() => void) | (() => void)[];
150
- activated?: (() => void) | (() => void)[];
151
- deactivated?: (() => void) | (() => void)[];
152
- beforeDestroy?: (() => void) | (() => void)[];
153
- beforeUnmount?: (() => void) | (() => void)[];
154
- destroyed?: (() => void) | (() => void)[];
155
- unmounted?: (() => void) | (() => void)[];
156
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
157
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
158
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
159
- };
160
- $forceUpdate: () => void;
161
- $nextTick: typeof nextTick;
162
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
163
- } & Readonly<{
164
- type: "auto" | "always" | "scroll" | "hover";
165
- dir: "ltr" | "rtl";
166
- asChild: boolean;
167
- scrollHideDelay: number;
168
- maxHeight: string;
169
- maxWidth: string;
170
- enableHorizontalScroll: boolean;
171
- enableVerticalScroll: boolean;
172
- }> & Omit<Readonly<import('../N8nScrollArea/N8nScrollArea.vue').Props> & Readonly<{}>, "scrollToBottom" | "scrollToTop" | "getScrollPosition" | ("type" | "dir" | "asChild" | "scrollHideDelay" | "maxHeight" | "maxWidth" | "enableHorizontalScroll" | "enableVerticalScroll")> & import('vue').ShallowUnwrapRef<{
173
- scrollToBottom: (options?: {
174
- smooth?: boolean;
175
- }) => Promise<void>;
176
- scrollToTop: (options?: {
177
- smooth?: boolean;
178
- }) => Promise<void>;
179
- getScrollPosition: () => {
180
- top: number;
181
- left: number;
182
- height: number;
183
- width: number;
184
- } | null;
185
- }> & {} & import('vue').ComponentCustomProperties & {} & {
186
- $slots: {
187
- default?(_: {}): any;
188
- };
189
- }) | null;
190
- }, any>;
27
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
28
+ declare const _default: typeof __VLS_export;
191
29
  export default _default;
@@ -3,9 +3,10 @@ type __VLS_Props = {
3
3
  item: CommandBarItem;
4
4
  isSelected: boolean;
5
5
  };
6
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
6
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  select: (item: CommandBarItem) => any;
8
8
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  onSelect?: ((item: CommandBarItem) => any) | undefined;
10
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;