@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
@@ -1,4 +1,3 @@
1
- import { nextTick, Ref } from 'vue';
2
1
  export interface Props {
3
2
  type?: 'auto' | 'always' | 'scroll' | 'hover';
4
3
  dir?: 'ltr' | 'rtl';
@@ -21,80 +20,11 @@ declare function getScrollPosition(): {
21
20
  height: number;
22
21
  width: number;
23
22
  } | null;
24
- declare function __VLS_template(): {
25
- attrs: Partial<{}>;
26
- slots: {
27
- default?(_: {}): any;
28
- };
29
- refs: {
30
- rootRef: ({
31
- $: import('vue').ComponentInternalInstance;
32
- $data: {};
33
- $props: {
34
- readonly type?: ("hover" | "auto" | "scroll" | "always") | undefined;
35
- readonly dir?: ("ltr" | "rtl") | undefined;
36
- readonly scrollHideDelay?: number | undefined;
37
- readonly asChild?: boolean | undefined;
38
- readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
39
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
40
- $attrs: {
41
- [x: string]: unknown;
42
- };
43
- $refs: {
44
- [x: string]: unknown;
45
- };
46
- $slots: Readonly<{
47
- [name: string]: import('vue').Slot<any> | undefined;
48
- }>;
49
- $root: import('vue').ComponentPublicInstance | null;
50
- $parent: import('vue').ComponentPublicInstance | null;
51
- $host: Element | null;
52
- $emit: (event: string, ...args: any[]) => void;
53
- $el: any;
54
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, {
55
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
56
- scrollTop: () => void;
57
- scrollTopLeft: () => void;
58
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
59
- type: "hover" | "auto" | "scroll" | "always";
60
- scrollHideDelay: number;
61
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
62
- beforeCreate?: (() => void) | (() => void)[];
63
- created?: (() => void) | (() => void)[];
64
- beforeMount?: (() => void) | (() => void)[];
65
- mounted?: (() => void) | (() => void)[];
66
- beforeUpdate?: (() => void) | (() => void)[];
67
- updated?: (() => void) | (() => void)[];
68
- activated?: (() => void) | (() => void)[];
69
- deactivated?: (() => void) | (() => void)[];
70
- beforeDestroy?: (() => void) | (() => void)[];
71
- beforeUnmount?: (() => void) | (() => void)[];
72
- destroyed?: (() => void) | (() => void)[];
73
- unmounted?: (() => void) | (() => void)[];
74
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
75
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
76
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
77
- };
78
- $forceUpdate: () => void;
79
- $nextTick: typeof nextTick;
80
- $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;
81
- } & Readonly<{
82
- type: "hover" | "auto" | "scroll" | "always";
83
- scrollHideDelay: number;
84
- }> & Omit<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
85
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
86
- scrollTop: () => void;
87
- scrollTopLeft: () => void;
88
- }> & {} & import('vue').ComponentCustomProperties & {} & {
89
- $slots: {
90
- default?: (props: {}) => any;
91
- };
92
- }) | null;
93
- };
94
- rootEl: any;
23
+ declare var __VLS_15: {};
24
+ type __VLS_Slots = {} & {
25
+ default?: (props: typeof __VLS_15) => any;
95
26
  };
96
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
97
- declare const __VLS_component: import('vue').DefineComponent<Props, {
27
+ declare const __VLS_base: import('vue').DefineComponent<Props, {
98
28
  scrollToBottom: typeof scrollToBottom;
99
29
  scrollToTop: typeof scrollToTop;
100
30
  getScrollPosition: typeof getScrollPosition;
@@ -107,74 +37,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
107
37
  maxWidth: string;
108
38
  enableHorizontalScroll: boolean;
109
39
  enableVerticalScroll: boolean;
110
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
111
- rootRef: ({
112
- $: import('vue').ComponentInternalInstance;
113
- $data: {};
114
- $props: {
115
- readonly type?: ("hover" | "auto" | "scroll" | "always") | undefined;
116
- readonly dir?: ("ltr" | "rtl") | undefined;
117
- readonly scrollHideDelay?: number | undefined;
118
- readonly asChild?: boolean | undefined;
119
- readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
120
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
121
- $attrs: {
122
- [x: string]: unknown;
123
- };
124
- $refs: {
125
- [x: string]: unknown;
126
- };
127
- $slots: Readonly<{
128
- [name: string]: import('vue').Slot<any> | undefined;
129
- }>;
130
- $root: import('vue').ComponentPublicInstance | null;
131
- $parent: import('vue').ComponentPublicInstance | null;
132
- $host: Element | null;
133
- $emit: (event: string, ...args: any[]) => void;
134
- $el: any;
135
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, {
136
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
137
- scrollTop: () => void;
138
- scrollTopLeft: () => void;
139
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
140
- type: "hover" | "auto" | "scroll" | "always";
141
- scrollHideDelay: number;
142
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
143
- beforeCreate?: (() => void) | (() => void)[];
144
- created?: (() => void) | (() => void)[];
145
- beforeMount?: (() => void) | (() => void)[];
146
- mounted?: (() => void) | (() => void)[];
147
- beforeUpdate?: (() => void) | (() => void)[];
148
- updated?: (() => void) | (() => void)[];
149
- activated?: (() => void) | (() => void)[];
150
- deactivated?: (() => void) | (() => void)[];
151
- beforeDestroy?: (() => void) | (() => void)[];
152
- beforeUnmount?: (() => void) | (() => void)[];
153
- destroyed?: (() => void) | (() => void)[];
154
- unmounted?: (() => void) | (() => void)[];
155
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
156
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
157
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
158
- };
159
- $forceUpdate: () => void;
160
- $nextTick: typeof nextTick;
161
- $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;
162
- } & Readonly<{
163
- type: "hover" | "auto" | "scroll" | "always";
164
- scrollHideDelay: number;
165
- }> & Omit<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
166
- viewport: Ref<HTMLElement | undefined, HTMLElement | undefined>;
167
- scrollTop: () => void;
168
- scrollTopLeft: () => void;
169
- }> & {} & import('vue').ComponentCustomProperties & {} & {
170
- $slots: {
171
- default?: (props: {}) => any;
172
- };
173
- }) | null;
174
- }, any>;
175
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
40
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
41
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
42
+ declare const _default: typeof __VLS_export;
176
43
  export default _default;
177
- type __VLS_WithTemplateSlots<T, S> = T & {
44
+ type __VLS_WithSlots<T, S> = T & {
178
45
  new (): {
179
46
  $slots: S;
180
47
  };
@@ -2,21 +2,17 @@ export interface Props {
2
2
  title: string;
3
3
  bordered?: boolean;
4
4
  }
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- actions?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: HTMLDivElement;
5
+ declare var __VLS_7: {};
6
+ type __VLS_Slots = {} & {
7
+ actions?: (props: typeof __VLS_7) => any;
12
8
  };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
9
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
15
10
  bordered: boolean;
16
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
18
14
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
20
16
  new (): {
21
17
  $slots: S;
22
18
  };
@@ -1,20 +1,23 @@
1
1
  import { SegmentControlProps, SegmentOption } from './SegmentControl.types';
2
- declare const _default: <Value extends string | boolean = string | boolean>(__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:modelValue"?: ((value: Value, e: MouseEvent) => any) | undefined;
5
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & SegmentControlProps<Value> & Partial<{}>> & import('vue').PublicProps;
6
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
2
+ declare const __VLS_export: <Value extends string | boolean = string | boolean>(__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<SegmentControlProps<Value> & {
4
+ "onUpdate:modelValue"?: ((value: Value, e: MouseEvent) => any) | undefined;
5
+ }> & (typeof globalThis extends {
6
+ __VLS_PROPS_FALLBACK: infer P;
7
+ } ? P : {});
8
+ expose: (exposed: {}) => void;
7
9
  attrs: any;
8
- slots: Readonly<{
9
- option?: (props: SegmentOption<Value>) => unknown;
10
- }> & {
10
+ slots: {
11
11
  option?: (props: SegmentOption<Value>) => unknown;
12
12
  };
13
13
  emit: (evt: "update:modelValue", value: Value, e: MouseEvent) => void;
14
14
  }>) => import('vue').VNode & {
15
- __ctx?: Awaited<typeof __VLS_setup>;
15
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
16
16
  };
17
+ declare const _default: typeof __VLS_export;
17
18
  export default _default;
18
- type __VLS_PrettifyLocal<T> = {
19
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
19
20
  [K in keyof T]: T[K];
20
- } & {};
21
+ } : {
22
+ [K in keyof T as K]: T[K];
23
+ }) & {};
@@ -4,22 +4,18 @@ interface SegmentControlItemProps {
4
4
  disabled?: boolean;
5
5
  square?: boolean;
6
6
  }
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- default?(_: {}): any;
11
- };
12
- refs: {};
13
- rootEl: any;
7
+ declare var __VLS_8: {};
8
+ type __VLS_Slots = {} & {
9
+ default?: (props: typeof __VLS_8) => any;
14
10
  };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import('vue').DefineComponent<SegmentControlItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SegmentControlItemProps> & Readonly<{}>, {
11
+ declare const __VLS_base: import('vue').DefineComponent<SegmentControlItemProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SegmentControlItemProps> & Readonly<{}>, {
17
12
  square: boolean;
18
13
  disabled: boolean;
19
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
16
+ declare const _default: typeof __VLS_export;
21
17
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
23
19
  new (): {
24
20
  $slots: S;
25
21
  };
@@ -1,28 +1,15 @@
1
1
  import { PropType } from 'vue';
2
- import { InnerSelectRef } from './Select.types';
2
+ import { N8nSelectExposed } from './Select.types';
3
3
  import { SelectSize } from '../../types';
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: Readonly<{
7
- default?: () => unknown;
8
- prepend?: () => unknown;
9
- prefix?: () => unknown;
10
- suffix?: () => unknown;
11
- footer?: () => unknown;
12
- empty?: () => unknown;
13
- }> & {
14
- default?: () => unknown;
15
- prepend?: () => unknown;
16
- prefix?: () => unknown;
17
- suffix?: () => unknown;
18
- footer?: () => unknown;
19
- empty?: () => unknown;
20
- };
21
- refs: {};
22
- rootEl: HTMLDivElement;
4
+ type __VLS_Slots = {
5
+ default?: () => unknown;
6
+ prepend?: () => unknown;
7
+ prefix?: () => unknown;
8
+ suffix?: () => unknown;
9
+ footer?: () => unknown;
10
+ empty?: () => unknown;
23
11
  };
24
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
12
+ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
26
13
  modelValue: {};
27
14
  size: {
28
15
  type: PropType<SelectSize>;
@@ -101,9 +88,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
101
88
  validateEvent: {
102
89
  type: PropType<boolean | undefined>;
103
90
  };
104
- valueKey: {
105
- type: PropType<string | undefined>;
106
- };
107
91
  automaticDropdown: {
108
92
  type: PropType<boolean | undefined>;
109
93
  };
@@ -122,6 +106,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
122
106
  reserveKeyword: {
123
107
  type: PropType<boolean | undefined>;
124
108
  };
109
+ valueKey: {
110
+ type: PropType<string | undefined>;
111
+ };
125
112
  collapseTags: {
126
113
  type: PropType<boolean | undefined>;
127
114
  };
@@ -149,12 +136,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
149
136
  suffixTransition: {
150
137
  type: PropType<boolean | undefined>;
151
138
  };
152
- }>, {
153
- focus: () => void;
154
- blur: () => void;
155
- focusOnInput: () => void;
156
- innerSelect: InnerSelectRef | null;
157
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
139
+ }>, N8nSelectExposed, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
158
140
  modelValue: {};
159
141
  size: {
160
142
  type: PropType<SelectSize>;
@@ -233,9 +215,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
233
215
  validateEvent: {
234
216
  type: PropType<boolean | undefined>;
235
217
  };
236
- valueKey: {
237
- type: PropType<string | undefined>;
238
- };
239
218
  automaticDropdown: {
240
219
  type: PropType<boolean | undefined>;
241
220
  };
@@ -254,6 +233,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
254
233
  reserveKeyword: {
255
234
  type: PropType<boolean | undefined>;
256
235
  };
236
+ valueKey: {
237
+ type: PropType<string | undefined>;
238
+ };
257
239
  collapseTags: {
258
240
  type: PropType<boolean | undefined>;
259
241
  };
@@ -291,10 +273,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
291
273
  defaultFirstOption: boolean;
292
274
  popperAppendToBody: boolean;
293
275
  limitPopperWidth: boolean;
294
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
295
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
276
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
277
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
278
+ declare const _default: typeof __VLS_export;
296
279
  export default _default;
297
- type __VLS_WithTemplateSlots<T, S> = T & {
280
+ type __VLS_WithSlots<T, S> = T & {
298
281
  new (): {
299
282
  $slots: S;
300
283
  };
@@ -1,30 +1,32 @@
1
- declare const _default: <Value, Item extends {
1
+ declare const __VLS_export: <Value, Item extends {
2
2
  name: string;
3
3
  initialValue: Value;
4
- }>(__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<{
5
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
- readonly "onUpdate:modelValue"?: ((value: Record<string, Value>) => any) | undefined;
7
- readonly onRemoveItem?: ((name: string) => any) | undefined;
8
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue" | "onRemoveItem"> & ({
9
- modelValue: Record<string, Value>;
10
- } & {
4
+ }>(__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<{
5
+ props: import('vue').PublicProps & __VLS_PrettifyLocal<({
11
6
  inputs: Item[];
12
7
  disabled?: boolean;
13
- }) & Partial<{}>> & import('vue').PublicProps;
14
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
8
+ } & {
9
+ modelValue: Record<string, Value>;
10
+ }) & {
11
+ "onUpdate:modelValue"?: ((value: Record<string, Value>) => any) | undefined;
12
+ onRemoveItem?: ((name: string) => any) | undefined;
13
+ }> & (typeof globalThis extends {
14
+ __VLS_PROPS_FALLBACK: infer P;
15
+ } ? P : {});
16
+ expose: (exposed: {}) => void;
15
17
  attrs: any;
16
- slots: Readonly<{
17
- addItem: (props: Item) => unknown;
18
- displayItem: (props: Item) => unknown;
19
- }> & {
18
+ slots: {
20
19
  addItem: (props: Item) => unknown;
21
20
  displayItem: (props: Item) => unknown;
22
21
  };
23
- emit: ((evt: "removeItem", name: string) => void) & ((evt: "update:modelValue", value: Record<string, Value>) => void);
22
+ emit: ((evt: "removeItem", name: string) => void) & ((event: "update:modelValue", value: Record<string, Value>) => void);
24
23
  }>) => import('vue').VNode & {
25
- __ctx?: Awaited<typeof __VLS_setup>;
24
+ __ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
26
25
  };
26
+ declare const _default: typeof __VLS_export;
27
27
  export default _default;
28
- type __VLS_PrettifyLocal<T> = {
28
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
29
29
  [K in keyof T]: T[K];
30
- } & {};
30
+ } : {
31
+ [K in keyof T as K]: T[K];
32
+ }) & {};
@@ -6,7 +6,7 @@ export interface N8nSendStopButtonProps {
6
6
  sendButtonTestId?: string;
7
7
  stopButtonTestId?: string;
8
8
  }
9
- declare const _default: import('vue').DefineComponent<N8nSendStopButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
9
+ declare const __VLS_export: import('vue').DefineComponent<N8nSendStopButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
10
  send: () => any;
11
11
  stop: () => any;
12
12
  }, string, import('vue').PublicProps, Readonly<N8nSendStopButtonProps> & Readonly<{
@@ -20,4 +20,5 @@ declare const _default: import('vue').DefineComponent<N8nSendStopButtonProps, {}
20
20
  sendButtonTestId: string;
21
21
  stopButtonTestId: string;
22
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
@@ -4,17 +4,13 @@ export interface SettingsLayoutProps {
4
4
  backLabel?: string;
5
5
  fullWidth?: boolean;
6
6
  }
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: {
10
- back?(_: {}): any;
11
- default?(_: {}): any;
12
- };
13
- refs: {};
14
- rootEl: any;
7
+ declare var __VLS_8: {}, __VLS_24: {};
8
+ type __VLS_Slots = {} & {
9
+ back?: (props: typeof __VLS_8) => any;
10
+ } & {
11
+ default?: (props: typeof __VLS_24) => any;
15
12
  };
16
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<SettingsLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
13
+ declare const __VLS_base: import('vue').DefineComponent<SettingsLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
14
  back: () => any;
19
15
  }, string, import('vue').PublicProps, Readonly<SettingsLayoutProps> & Readonly<{
20
16
  onBack?: (() => any) | undefined;
@@ -24,9 +20,10 @@ declare const __VLS_component: import('vue').DefineComponent<SettingsLayoutProps
24
20
  backLabel: string;
25
21
  fullWidth: boolean;
26
22
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
28
25
  export default _default;
29
- type __VLS_WithTemplateSlots<T, S> = T & {
26
+ type __VLS_WithSlots<T, S> = T & {
30
27
  new (): {
31
28
  $slots: S;
32
29
  };
@@ -7,27 +7,24 @@ export interface SettingsPageHeaderProps {
7
7
  docsLeadingText?: string;
8
8
  headingTag?: string;
9
9
  }
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: {
13
- titleTrailing?(_: {}): any;
14
- description?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: HTMLElement;
10
+ declare var __VLS_7: {}, __VLS_15: {};
11
+ type __VLS_Slots = {} & {
12
+ titleTrailing?: (props: typeof __VLS_7) => any;
13
+ } & {
14
+ description?: (props: typeof __VLS_15) => any;
18
15
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
- declare const __VLS_component: import('vue').DefineComponent<SettingsPageHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsPageHeaderProps> & Readonly<{}>, {
16
+ declare const __VLS_base: import('vue').DefineComponent<SettingsPageHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsPageHeaderProps> & Readonly<{}>, {
21
17
  description: string;
22
18
  showDocsLink: boolean;
23
19
  docsUrl: string;
24
20
  docsLabel: string;
25
21
  docsLeadingText: string;
26
22
  headingTag: string;
27
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
24
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
+ declare const _default: typeof __VLS_export;
29
26
  export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
31
28
  new (): {
32
29
  $slots: S;
33
30
  };