@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
@@ -8,7 +8,7 @@ interface TagsProp {
8
8
  truncateAt?: number;
9
9
  clickable?: boolean;
10
10
  }
11
- declare const _default: import('vue').DefineComponent<TagsProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ declare const __VLS_export: import('vue').DefineComponent<TagsProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
12
  expand: (value: boolean) => any;
13
13
  "click:tag": (tagId: string, e: PointerEvent) => any;
14
14
  }, string, import('vue').PublicProps, Readonly<TagsProp> & Readonly<{
@@ -19,5 +19,6 @@ declare const _default: import('vue').DefineComponent<TagsProp, {}, {}, {}, {},
19
19
  clickable: boolean;
20
20
  truncate: boolean;
21
21
  truncateAt: number;
22
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
@@ -8,24 +8,20 @@ export interface TextProps {
8
8
  compact?: boolean;
9
9
  tag?: string;
10
10
  }
11
- declare function __VLS_template(): {
12
- attrs: Partial<{}>;
13
- slots: {
14
- default?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: any;
11
+ declare var __VLS_8: {};
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_8) => any;
18
14
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue').DefineComponent<TextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TextProps> & Readonly<{}>, {
15
+ declare const __VLS_base: import('vue').DefineComponent<TextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TextProps> & Readonly<{}>, {
21
16
  bold: boolean;
22
17
  size: TextSize;
23
18
  compact: boolean;
24
19
  tag: string;
25
20
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
27
23
  export default _default;
28
- type __VLS_WithTemplateSlots<T, S> = T & {
24
+ type __VLS_WithSlots<T, S> = T & {
29
25
  new (): {
30
26
  $slots: S;
31
27
  };
@@ -10,19 +10,17 @@ export interface ToggleProps extends Pick<ButtonProps, 'variant' | 'size' | 'dis
10
10
  name?: string;
11
11
  required?: boolean;
12
12
  }
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- default?(_: {}): any;
17
- default?(_: {}): any;
18
- default?(_: {}): any;
19
- default?(_: {}): any;
20
- };
21
- refs: {};
22
- rootEl: any;
13
+ declare var __VLS_19: {}, __VLS_32: {}, __VLS_46: {}, __VLS_60: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_19) => any;
16
+ } & {
17
+ default?: (props: typeof __VLS_32) => any;
18
+ } & {
19
+ default?: (props: typeof __VLS_46) => any;
20
+ } & {
21
+ default?: (props: typeof __VLS_60) => any;
23
22
  };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<ToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ declare const __VLS_base: import('vue').DefineComponent<ToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
24
  "update:modelValue": (value: boolean) => any;
27
25
  }, string, import('vue').PublicProps, Readonly<ToggleProps> & Readonly<{
28
26
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -32,9 +30,10 @@ declare const __VLS_component: import('vue').DefineComponent<ToggleProps, {}, {}
32
30
  variant: import('../..').ButtonVariant | import('../..').LegacyButtonVariant;
33
31
  showTooltip: boolean;
34
32
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
+ declare const _default: typeof __VLS_export;
36
35
  export default _default;
37
- type __VLS_WithTemplateSlots<T, S> = T & {
36
+ type __VLS_WithSlots<T, S> = T & {
38
37
  new (): {
39
38
  $slots: S;
40
39
  };
@@ -13,20 +13,15 @@ export interface ToggleGroupProps {
13
13
  variant?: ButtonProps['variant'];
14
14
  size?: ButtonProps['size'];
15
15
  }
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- default?(_: {
20
- variant: "destructive" | "success" | "solid" | "subtle" | "ghost" | "outline" | import('../..').LegacyButtonVariant;
21
- size: "xsmall" | "small" | "mini" | "medium" | "large" | "xlarge" | "xmini";
22
- disabled: boolean;
23
- }): any;
24
- };
25
- refs: {};
26
- rootEl: any;
16
+ declare var __VLS_10: {
17
+ variant: "destructive" | "success" | "solid" | "subtle" | "ghost" | "outline" | import('../..').LegacyButtonVariant;
18
+ size: "xsmall" | "small" | "mini" | "medium" | "large" | "xlarge" | "xmini";
19
+ disabled: boolean;
20
+ };
21
+ type __VLS_Slots = {} & {
22
+ default?: (props: typeof __VLS_10) => any;
27
23
  };
28
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
- declare const __VLS_component: import('vue').DefineComponent<ToggleGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ declare const __VLS_base: import('vue').DefineComponent<ToggleGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
25
  "update:modelValue": (value: AcceptableValue | AcceptableValue[]) => any;
31
26
  }, string, import('vue').PublicProps, Readonly<ToggleGroupProps> & Readonly<{
32
27
  "onUpdate:modelValue"?: ((value: AcceptableValue | AcceptableValue[]) => any) | undefined;
@@ -39,9 +34,10 @@ declare const __VLS_component: import('vue').DefineComponent<ToggleGroupProps, {
39
34
  loop: boolean;
40
35
  rovingFocus: boolean;
41
36
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
38
+ declare const _default: typeof __VLS_export;
43
39
  export default _default;
44
- type __VLS_WithTemplateSlots<T, S> = T & {
40
+ type __VLS_WithSlots<T, S> = T & {
45
41
  new (): {
46
42
  $slots: S;
47
43
  };
@@ -1,16 +1,13 @@
1
1
  import { N8nTooltipProps } from './Tooltip.types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {}): any;
6
- default?(_: {}): any;
7
- content?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: any;
2
+ declare var __VLS_22: {}, __VLS_30: {}, __VLS_44: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_22) => any;
5
+ } & {
6
+ default?: (props: typeof __VLS_30) => any;
7
+ } & {
8
+ content?: (props: typeof __VLS_44) => any;
11
9
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<N8nTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<N8nTooltipProps> & Readonly<{}>, {
10
+ declare const __VLS_base: import('vue').DefineComponent<N8nTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<N8nTooltipProps> & Readonly<{}>, {
14
11
  teleported: boolean;
15
12
  enterable: boolean;
16
13
  offset: number;
@@ -21,9 +18,10 @@ declare const __VLS_component: import('vue').DefineComponent<N8nTooltipProps, {}
21
18
  justifyButtons: import('./Tooltip.types').Justify;
22
19
  avoidCollisions: boolean;
23
20
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
25
23
  export default _default;
26
- type __VLS_WithTemplateSlots<T, S> = T & {
24
+ type __VLS_WithSlots<T, S> = T & {
27
25
  new (): {
28
26
  $slots: S;
29
27
  };
@@ -1,23 +1,12 @@
1
1
  import { TreeProps } from './Tree.types';
2
2
  import { BinaryMetadata } from '../../types/binary';
3
- declare const _default: <Value extends unknown = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, never> & TreeProps<Value> & Partial<{}>> & import('vue').PublicProps;
5
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
3
+ declare const __VLS_export: <Value extends unknown = unknown>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: import('vue').PublicProps & __VLS_PrettifyLocal<TreeProps<Value>> & (typeof globalThis extends {
5
+ __VLS_PROPS_FALLBACK: infer P;
6
+ } ? P : {});
7
+ expose: (exposed: {}) => void;
6
8
  attrs: any;
7
- slots: Readonly<{
8
- label(props: {
9
- label: string;
10
- path: Array<string | number>;
11
- }): never;
12
- value(props: {
13
- value: Value;
14
- }): never;
15
- binary(props: {
16
- value: BinaryMetadata;
17
- path: Array<string | number>;
18
- depth?: number;
19
- }): never;
20
- }> & {
9
+ slots: {
21
10
  label(props: {
22
11
  label: string;
23
12
  path: Array<string | number>;
@@ -33,9 +22,12 @@ declare const _default: <Value extends unknown = unknown>(__VLS_props: NonNullab
33
22
  };
34
23
  emit: {};
35
24
  }>) => import('vue').VNode & {
36
- __ctx?: Awaited<typeof __VLS_setup>;
25
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
37
26
  };
27
+ declare const _default: typeof __VLS_export;
38
28
  export default _default;
39
- type __VLS_PrettifyLocal<T> = {
29
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
40
30
  [K in keyof T]: T[K];
41
- } & {};
31
+ } : {
32
+ [K in keyof T as K]: T[K];
33
+ }) & {};
@@ -10,7 +10,8 @@ export interface UsersInfoProps {
10
10
  isSamlLoginEnabled?: boolean;
11
11
  mfaEnabled?: boolean;
12
12
  }
13
- declare const _default: import('vue').DefineComponent<UsersInfoProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UsersInfoProps> & Readonly<{}>, {
13
+ declare const __VLS_export: import('vue').DefineComponent<UsersInfoProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UsersInfoProps> & Readonly<{}>, {
14
14
  disabled: boolean;
15
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -11,16 +11,11 @@ interface UserSelectProps {
11
11
  loading?: boolean;
12
12
  teleported?: boolean;
13
13
  }
14
- declare function __VLS_template(): {
15
- attrs: Partial<{}>;
16
- slots: {
17
- prefix?(_: {}): any;
18
- };
19
- refs: {};
20
- rootEl: HTMLDivElement;
14
+ declare var __VLS_12: {};
15
+ type __VLS_Slots = {} & {
16
+ prefix?: (props: typeof __VLS_12) => any;
21
17
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: import('vue').DefineComponent<UserSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ declare const __VLS_base: import('vue').DefineComponent<UserSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
19
  focus: () => any;
25
20
  blur: () => any;
26
21
  }, string, import('vue').PublicProps, Readonly<UserSelectProps> & Readonly<{
@@ -34,10 +29,11 @@ declare const __VLS_component: import('vue').DefineComponent<UserSelectProps, {}
34
29
  remote: boolean;
35
30
  ignoreIds: string[];
36
31
  currentUserId: string;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
38
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
+ declare const _default: typeof __VLS_export;
39
35
  export default _default;
40
- type __VLS_WithTemplateSlots<T, S> = T & {
36
+ type __VLS_WithSlots<T, S> = T & {
41
37
  new (): {
42
38
  $slots: S;
43
39
  };
@@ -6,9 +6,10 @@ type __VLS_Props = {
6
6
  maxAvatars?: number;
7
7
  size?: AvatarSize;
8
8
  };
9
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
9
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
10
  size: AvatarSize;
11
11
  currentUserEmail: string | null;
12
12
  maxAvatars: number;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;
@@ -1,27 +1,32 @@
1
1
  import { IUser } from '../../types';
2
2
  import { UsersListProps } from './UsersList.types';
3
- declare const _default: <UserType extends IUser = IUser>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
- readonly onAction?: ((value: {
3
+ declare const __VLS_export: <UserType extends IUser = IUser>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: import('vue').PublicProps & __VLS_PrettifyLocal<UsersListProps<UserType> & {
5
+ onAction?: ((value: {
6
6
  action: string;
7
7
  userId: string;
8
8
  }) => any) | undefined;
9
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onAction"> & UsersListProps<UserType> & Partial<{}>> & import('vue').PublicProps;
10
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
+ }> & (typeof globalThis extends {
10
+ __VLS_PROPS_FALLBACK: infer P;
11
+ } ? P : {});
12
+ expose: (exposed: {}) => void;
11
13
  attrs: any;
12
14
  slots: {
13
- actions?(_: {
15
+ actions?: (props: {
14
16
  user: UserType;
15
- }): any;
17
+ }) => any;
16
18
  };
17
19
  emit: (evt: "action", value: {
18
20
  action: string;
19
21
  userId: string;
20
22
  }) => void;
21
23
  }>) => import('vue').VNode & {
22
- __ctx?: Awaited<typeof __VLS_setup>;
24
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
23
25
  };
26
+ declare const _default: typeof __VLS_export;
24
27
  export default _default;
25
- type __VLS_PrettifyLocal<T> = {
28
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
26
29
  [K in keyof T]: T[K];
27
- } & {};
30
+ } : {
31
+ [K in keyof T as K]: T[K];
32
+ }) & {};
@@ -0,0 +1,16 @@
1
+ type __VLS_Props = {
2
+ asChild?: boolean;
3
+ };
4
+ declare var __VLS_8: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_8) => any;
7
+ };
8
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ type __VLS_WithSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
@@ -0,0 +1 @@
1
+ export { default } from './VisuallyHidden.vue';
@@ -2,8 +2,9 @@ type __VLS_Props = {
2
2
  size?: 'small' | 'medium';
3
3
  text?: string;
4
4
  };
5
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
6
6
  text: string;
7
7
  size: "small" | "medium";
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;
@@ -6,28 +6,20 @@ type __VLS_Props = {
6
6
  enabled?: boolean;
7
7
  breakpoints?: BreakpointDefinition[];
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- default?(_: {
13
- bp: string;
14
- }): any;
15
- };
16
- refs: {
17
- root: HTMLDivElement;
18
- };
19
- rootEl: HTMLDivElement;
9
+ declare var __VLS_1: {
10
+ bp: string;
11
+ };
12
+ type __VLS_Slots = {} & {
13
+ default?: (props: typeof __VLS_1) => any;
20
14
  };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
+ declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
23
16
  enabled: boolean;
24
17
  breakpoints: BreakpointDefinition[];
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
- root: HTMLDivElement;
27
- }, HTMLDivElement>;
28
- 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;
29
21
  export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
31
23
  new (): {
32
24
  $slots: S;
33
25
  };
@@ -1,19 +1,15 @@
1
1
  interface TableBaseProps {
2
2
  maxDisplayedRows?: number;
3
3
  }
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLDivElement;
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import('vue').DefineComponent<TableBaseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TableBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_base: import('vue').DefineComponent<TableBaseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TableBaseProps> & 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;
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
  };
@@ -1,17 +1,22 @@
1
1
  import { ColumnHeader, TableHeaderControlsButtonProps } from './TableHeaderControlsButton.types';
2
- declare const _default: <ColumnType extends ColumnHeader>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
- readonly "onUpdate:columnVisibility"?: ((key: string, visibility: boolean) => any) | undefined;
5
- readonly "onUpdate:columnOrder"?: ((newOrder: string[]) => any) | undefined;
6
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:columnVisibility" | "onUpdate:columnOrder"> & TableHeaderControlsButtonProps<ColumnType> & Partial<{}>> & import('vue').PublicProps;
7
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2
+ declare const __VLS_export: <ColumnType extends ColumnHeader>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: import('vue').PublicProps & __VLS_PrettifyLocal<TableHeaderControlsButtonProps<ColumnType> & {
4
+ "onUpdate:columnVisibility"?: ((key: string, visibility: boolean) => any) | undefined;
5
+ "onUpdate:columnOrder"?: ((newOrder: string[]) => any) | undefined;
6
+ }> & (typeof globalThis extends {
7
+ __VLS_PROPS_FALLBACK: infer P;
8
+ } ? P : {});
9
+ expose: (exposed: {}) => void;
8
10
  attrs: any;
9
11
  slots: {};
10
12
  emit: ((evt: "update:columnVisibility", key: string, visibility: boolean) => void) & ((evt: "update:columnOrder", newOrder: string[]) => void);
11
13
  }>) => import('vue').VNode & {
12
- __ctx?: Awaited<typeof __VLS_setup>;
14
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
13
15
  };
16
+ declare const _default: typeof __VLS_export;
14
17
  export default _default;
15
- type __VLS_PrettifyLocal<T> = {
18
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
16
19
  [K in keyof T]: T[K];
17
- } & {};
20
+ } : {
21
+ [K in keyof T as K]: T[K];
22
+ }) & {};
@@ -81,6 +81,8 @@ export { default as N8nPopover } from './N8nPopover';
81
81
  export { default as N8nPopoverReka } from './N8nPopover';
82
82
  export { default as N8nChatInput, useChatInputAutoFocus, type ChatInputAutoFocusOptions, type ChatInputAutoFocusTarget, } from './N8nChatInput';
83
83
  export { default as N8nChatMessage } from './N8nChatMessage';
84
+ export { default as N8nChatActions } from './N8nChatActions/ChatActions.vue';
85
+ export type { ChatActionCopyResult, ChatActionCopyStatus, ChatActionReadAloudResult, ChatActionReadAloudStatus, ChatActionsProps, } from './N8nChatActions/ChatActions.types';
84
86
  export { default as N8nPulse } from './N8nPulse';
85
87
  export { default as N8nSendStopButton } from './N8nSendStopButton';
86
88
  export { default as N8nSegmentControl } from './N8nSegmentControl';
@@ -134,3 +136,4 @@ export { default as N8nCommandBar } from './N8nCommandBar';
134
136
  export type { CommandBarItem } from './N8nCommandBar/types';
135
137
  export * from './N8nDialog';
136
138
  export * from './N8nAlertDialog';
139
+ export { default as N8nVisuallyHidden } from './N8nVisuallyHidden';
@@ -35,7 +35,7 @@
35
35
 
36
36
  @include mixins.b(dialog) {
37
37
  position: relative;
38
- margin: 0 auto 50px;
38
+ margin: 0 auto;
39
39
  background: var.$dialog-background-color;
40
40
  border-radius: var(--radius--sm);
41
41
  box-shadow: var.$dialog-box-shadow;
@@ -621,3 +621,14 @@ $blur-motion-easing: cubic-bezier(0.32, 0.72, 0, 1);
621
621
  will-change: auto;
622
622
  }
623
623
  }
624
+
625
+ @mixin max-height-transition {
626
+ transition: max-height var(--animation--height-transition--duration, var(--duration--snappy))
627
+ var(--animation--height-transition--easing, var(--easing--ease-out));
628
+ will-change: max-height;
629
+
630
+ @media (prefers-reduced-motion: reduce) {
631
+ transition: none;
632
+ will-change: auto;
633
+ }
634
+ }
@@ -10,6 +10,9 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
10
10
  "nds.userInfo.you": "(you)",
11
11
  "nds.userSelect.selectUser": "Select User",
12
12
  "nds.userSelect.noMatchingUsers": "No matching users",
13
+ "nds.select.placeholder": "Select an option",
14
+ "nds.select.clear": "Clear selection",
15
+ "nds.select.noResults": "No results found",
13
16
  "nds.inputNumber.increase": "Increase",
14
17
  "nds.inputNumber.decrease": "Decrease",
15
18
  "notice.showMore": "Show more",
@@ -86,6 +89,9 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
86
89
  "assistantChat.blankStateInputPlaceholder": "What would you like to automate?",
87
90
  "assistantChat.copy": "Copy",
88
91
  "assistantChat.copied": "Copied",
92
+ "assistantChat.messageActions": "Message actions",
93
+ "assistantChat.readAloud": "Read aloud",
94
+ "assistantChat.stopReading": "Stop reading",
89
95
  "assistantChat.characterLimit": "You've reached the {limit} character limit",
90
96
  "aiAssistant.builder.canvas.thinking": "Working...",
91
97
  "aiAssistant.builder.streamAbortedMessage": "Task aborted",
@@ -219,6 +225,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
219
225
  "markdownEditor.heading3": "Heading 3",
220
226
  "markdownEditor.rawMarkdownView": "Raw markdown",
221
227
  "markdownEditor.formattedMarkdownView": "Formatted view",
228
+ "markdownEditor.expand": "Expand editor",
229
+ "markdownEditor.collapse": "Collapse editor",
222
230
  "markdownEditor.linkDialogTitle": "Add link",
223
231
  "markdownEditor.linkUrl": "Link URL",
224
232
  "markdownEditor.linkPlaceholder": "https://example.com",