@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
@@ -13,22 +13,19 @@ interface Props extends Pick<HoverCardRootProps, 'open' | 'defaultOpen' | 'openD
13
13
  hideTrigger?: boolean;
14
14
  }
15
15
  declare function close(): void;
16
- declare function __VLS_template(): {
17
- attrs: Partial<{}>;
18
- slots: {
19
- trigger?(_: {}): any;
20
- content?(_: {
21
- close: typeof close;
22
- }): any;
23
- content?(_: {
24
- close: typeof close;
25
- }): any;
26
- };
27
- refs: {};
28
- rootEl: any;
16
+ declare var __VLS_16: {}, __VLS_36: {
17
+ close: typeof close;
18
+ }, __VLS_38: {
19
+ close: typeof close;
20
+ };
21
+ type __VLS_Slots = {} & {
22
+ trigger?: (props: typeof __VLS_16) => any;
23
+ } & {
24
+ content?: (props: typeof __VLS_36) => any;
25
+ } & {
26
+ content?: (props: typeof __VLS_38) => any;
29
27
  };
30
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
31
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
28
+ declare const __VLS_base: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
32
29
  "update:open": (value: boolean) => any;
33
30
  "before-enter": () => any;
34
31
  "after-leave": () => any;
@@ -41,29 +38,30 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
41
38
  disabled: boolean;
42
39
  open: boolean;
43
40
  teleported: boolean;
44
- align: "center" | "start" | "end";
45
41
  avoidCollisions: boolean;
46
42
  contentClass: string;
43
+ reference: ReferenceElement;
47
44
  side: "right" | "left" | "top" | "bottom";
48
45
  sideOffset: number;
46
+ align: "center" | "start" | "end";
49
47
  alignOffset: number;
50
48
  collisionPadding: number | Partial<Record<"right" | "left" | "top" | "bottom", number>>;
51
49
  forceMount: boolean;
52
50
  defaultOpen: boolean;
53
- reference: ReferenceElement;
54
51
  maxHeight: string;
55
52
  maxWidth: string;
56
53
  sideFlip: boolean;
54
+ triggerClass: string;
57
55
  openDelay: number;
58
56
  closeDelay: number;
59
57
  enableScrolling: boolean;
60
- triggerClass: string;
61
58
  triggerAsChild: boolean;
62
59
  hideTrigger: boolean;
63
60
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
64
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
61
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
62
+ declare const _default: typeof __VLS_export;
65
63
  export default _default;
66
- type __VLS_WithTemplateSlots<T, S> = T & {
64
+ type __VLS_WithSlots<T, S> = T & {
67
65
  new (): {
68
66
  $slots: S;
69
67
  };
@@ -7,9 +7,10 @@ interface IconProps {
7
7
  color?: IconColor | (string & {});
8
8
  strokeWidth?: number | undefined;
9
9
  }
10
- declare const _default: import('vue').DefineComponent<IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconProps> & Readonly<{}>, {
10
+ declare const __VLS_export: import('vue').DefineComponent<IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconProps> & Readonly<{}>, {
11
11
  color: IconColor | (string & {});
12
12
  size: IconSize | number;
13
13
  spin: boolean;
14
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
@@ -1,8 +1,9 @@
1
1
  import { IconButtonProps } from '../../types/button';
2
- declare const _default: import('vue').DefineComponent<IconButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconButtonProps> & Readonly<{}>, {
2
+ declare const __VLS_export: import('vue').DefineComponent<IconButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IconButtonProps> & Readonly<{}>, {
3
3
  disabled: boolean;
4
4
  size: import('../..').ButtonSize;
5
5
  loading: boolean;
6
6
  iconOnly: boolean;
7
7
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;
@@ -1,11 +1,12 @@
1
- type __VLS_PublicProps = {
1
+ type __VLS_ModelProps = {
2
2
  modelValue?: string | undefined;
3
3
  };
4
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
4
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_ModelProps, {
5
5
  isOpen: import('vue').Ref<boolean, boolean>;
6
6
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (value: string | undefined) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
10
10
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
@@ -1,4 +1,3 @@
1
- import { nextTick } from 'vue';
2
1
  import { IconOrEmoji } from './types';
3
2
  import { ButtonVariant, ButtonSize } from '../../types/button';
4
3
  type TabType = 'icons' | 'emojis';
@@ -14,13 +13,14 @@ type Props = {
14
13
  defaultTab?: TabType;
15
14
  };
16
15
  type __VLS_Props = Props;
17
- type __VLS_PublicProps = {
16
+ type __VLS_ModelProps = {
18
17
  modelValue?: IconOrEmoji;
19
- } & __VLS_Props;
20
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
- "update:modelValue": (value: IconOrEmoji) => any;
18
+ };
19
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
20
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
21
+ "update:modelValue": (value: IconOrEmoji | undefined) => any;
22
22
  }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
- "onUpdate:modelValue"?: ((value: IconOrEmoji) => any) | undefined;
23
+ "onUpdate:modelValue"?: ((value: IconOrEmoji | undefined) => any) | undefined;
24
24
  }>, {
25
25
  buttonSize: ButtonSize;
26
26
  buttonVariant: ButtonVariant;
@@ -29,186 +29,6 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
29
29
  containerClass: string | Record<string, boolean> | Array<string | Record<string, boolean>>;
30
30
  buttonClass: string | Record<string, boolean> | Array<string | Record<string, boolean>>;
31
31
  defaultTab: TabType;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
- popupRef: HTMLDivElement;
34
- searchInputRef: ({
35
- $: import('vue').ComponentInternalInstance;
36
- $data: {};
37
- $props: {
38
- readonly modelValue?: string | number | null | undefined;
39
- readonly type?: import('../N8nInput').InputType | undefined;
40
- readonly size?: import('../N8nInput').InputSize | undefined;
41
- readonly placeholder?: string | undefined;
42
- readonly disabled?: boolean | undefined;
43
- readonly readonly?: boolean | undefined;
44
- readonly required?: boolean | undefined;
45
- readonly clearable?: boolean | undefined;
46
- readonly rows?: number | undefined;
47
- readonly masked?: boolean | undefined;
48
- readonly maxlength?: number | undefined;
49
- readonly autosize?: boolean | {
50
- minRows?: number;
51
- maxRows?: number;
52
- } | undefined;
53
- readonly autofocus?: boolean | undefined;
54
- readonly autocomplete?: import('../N8nInput').InputAutocomplete | undefined;
55
- readonly name?: string | undefined;
56
- readonly onInput?: ((value: string) => any) | undefined;
57
- readonly onFocus?: ((event: FocusEvent) => any) | undefined;
58
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
59
- readonly onBlur?: ((event: FocusEvent) => any) | undefined;
60
- readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
61
- readonly onMousedown?: ((event: MouseEvent) => any) | undefined;
62
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
63
- $attrs: {
64
- [x: string]: unknown;
65
- };
66
- $refs: {
67
- [x: string]: unknown;
68
- } & {
69
- inputRef: HTMLTextAreaElement;
70
- };
71
- $slots: Readonly<{
72
- [name: string]: import('vue').Slot<any> | undefined;
73
- }>;
74
- $root: import('vue').ComponentPublicInstance | null;
75
- $parent: import('vue').ComponentPublicInstance | null;
76
- $host: Element | null;
77
- $emit: ((event: "input", value: string) => void) & ((event: "focus", event: FocusEvent) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "keydown", event: KeyboardEvent) => void) & ((event: "mousedown", event: MouseEvent) => void);
78
- $el: any;
79
- $options: import('vue').ComponentOptionsBase<Readonly<import('../N8nInput').InputProps> & Readonly<{
80
- onInput?: ((value: string) => any) | undefined;
81
- onFocus?: ((event: FocusEvent) => any) | undefined;
82
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
83
- onBlur?: ((event: FocusEvent) => any) | undefined;
84
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
85
- onMousedown?: ((event: MouseEvent) => any) | undefined;
86
- }>, {
87
- focus: () => void | undefined;
88
- blur: () => void | undefined;
89
- select: () => void | undefined;
90
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
91
- input: (value: string) => any;
92
- focus: (event: FocusEvent) => any;
93
- "update:modelValue": (value: string) => any;
94
- blur: (event: FocusEvent) => any;
95
- keydown: (event: KeyboardEvent) => any;
96
- mousedown: (event: MouseEvent) => any;
97
- }, string, {
98
- type: import('../N8nInput').InputType;
99
- name: string;
100
- disabled: boolean;
101
- required: boolean;
102
- size: import('../N8nInput').InputSize;
103
- placeholder: string;
104
- rows: number;
105
- modelValue: string | number | null;
106
- readonly: boolean;
107
- clearable: boolean;
108
- masked: boolean;
109
- maxlength: number;
110
- autosize: boolean | {
111
- minRows?: number;
112
- maxRows?: number;
113
- };
114
- autofocus: boolean;
115
- autocomplete: import('../N8nInput').InputAutocomplete;
116
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
117
- beforeCreate?: (() => void) | (() => void)[];
118
- created?: (() => void) | (() => void)[];
119
- beforeMount?: (() => void) | (() => void)[];
120
- mounted?: (() => void) | (() => void)[];
121
- beforeUpdate?: (() => void) | (() => void)[];
122
- updated?: (() => void) | (() => void)[];
123
- activated?: (() => void) | (() => void)[];
124
- deactivated?: (() => void) | (() => void)[];
125
- beforeDestroy?: (() => void) | (() => void)[];
126
- beforeUnmount?: (() => void) | (() => void)[];
127
- destroyed?: (() => void) | (() => void)[];
128
- unmounted?: (() => void) | (() => void)[];
129
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
130
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
131
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
132
- };
133
- $forceUpdate: () => void;
134
- $nextTick: typeof nextTick;
135
- $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;
136
- } & Readonly<{
137
- type: import('../N8nInput').InputType;
138
- name: string;
139
- disabled: boolean;
140
- required: boolean;
141
- size: import('../N8nInput').InputSize;
142
- placeholder: string;
143
- rows: number;
144
- modelValue: string | number | null;
145
- readonly: boolean;
146
- clearable: boolean;
147
- masked: boolean;
148
- maxlength: number;
149
- autosize: boolean | {
150
- minRows?: number;
151
- maxRows?: number;
152
- };
153
- autofocus: boolean;
154
- autocomplete: import('../N8nInput').InputAutocomplete;
155
- }> & Omit<Readonly<import('../N8nInput').InputProps> & Readonly<{
156
- onInput?: ((value: string) => any) | undefined;
157
- onFocus?: ((event: FocusEvent) => any) | undefined;
158
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
159
- onBlur?: ((event: FocusEvent) => any) | undefined;
160
- onKeydown?: ((event: KeyboardEvent) => any) | undefined;
161
- onMousedown?: ((event: MouseEvent) => any) | undefined;
162
- }>, "select" | "focus" | "blur" | ("type" | "name" | "disabled" | "required" | "size" | "placeholder" | "rows" | "modelValue" | "readonly" | "clearable" | "masked" | "maxlength" | "autosize" | "autofocus" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
163
- focus: () => void | undefined;
164
- blur: () => void | undefined;
165
- select: () => void | undefined;
166
- }> & {} & import('vue').ComponentCustomProperties & {} & {
167
- $slots: Readonly<import('../N8nInput').InputSlots> & import('../N8nInput').InputSlots;
168
- }) | null;
169
- colorPickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
170
- modelValue?: string | undefined;
171
- }> & Readonly<{
172
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
173
- }>, {
174
- isOpen: import('vue').Ref<boolean, boolean>;
175
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
176
- "update:modelValue": (value: string | undefined) => any;
177
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
178
- P: {};
179
- B: {};
180
- D: {};
181
- C: {};
182
- M: {};
183
- Defaults: {};
184
- }, Readonly<{
185
- modelValue?: string | undefined;
186
- }> & Readonly<{
187
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
188
- }>, {
189
- isOpen: import('vue').Ref<boolean, boolean>;
190
- }, {}, {}, {}, {}> | null;
191
- skinTonePickerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
192
- modelValue?: number;
193
- }> & Readonly<{
194
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
195
- }>, {
196
- isOpen: import('vue').Ref<boolean, boolean>;
197
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
198
- "update:modelValue": (value: number) => any;
199
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
200
- P: {};
201
- B: {};
202
- D: {};
203
- C: {};
204
- M: {};
205
- Defaults: {};
206
- }, Readonly<{
207
- modelValue?: number;
208
- }> & Readonly<{
209
- "onUpdate:modelValue"?: ((value: number) => any) | undefined;
210
- }>, {
211
- isOpen: import('vue').Ref<boolean, boolean>;
212
- }, {}, {}, {}, {}> | null;
213
- }, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: typeof __VLS_export;
214
34
  export default _default;
@@ -1,11 +1,12 @@
1
- type __VLS_PublicProps = {
1
+ type __VLS_ModelProps = {
2
2
  modelValue?: number;
3
3
  };
4
- declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
4
+ declare const __VLS_export: import('vue').DefineComponent<__VLS_ModelProps, {
5
5
  isOpen: import('vue').Ref<boolean, boolean>;
6
6
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (value: number) => any;
8
- }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
8
+ }, string, import('vue').PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
10
10
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ declare const _default: typeof __VLS_export;
11
12
  export default _default;
@@ -19,16 +19,11 @@ interface InfoAccordionProps {
19
19
  };
20
20
  eventBus?: EventBus;
21
21
  }
22
- declare function __VLS_template(): {
23
- attrs: Partial<{}>;
24
- slots: {
25
- customContent?(_: {}): any;
26
- };
27
- refs: {};
28
- rootEl: HTMLDivElement;
22
+ declare var __VLS_41: {};
23
+ type __VLS_Slots = {} & {
24
+ customContent?: (props: typeof __VLS_41) => any;
29
25
  };
30
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
31
- declare const __VLS_component: import('vue').DefineComponent<InfoAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
+ declare const __VLS_base: import('vue').DefineComponent<InfoAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
32
27
  "click:body": (e: MouseEvent) => any;
33
28
  tooltipClick: (item: string, e: MouseEvent) => any;
34
29
  }, string, import('vue').PublicProps, Readonly<InfoAccordionProps> & Readonly<{
@@ -38,10 +33,11 @@ declare const __VLS_component: import('vue').DefineComponent<InfoAccordionProps,
38
33
  items: IAccordionItem[];
39
34
  eventBus: EventBus;
40
35
  initiallyExpanded: boolean;
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
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
  };
@@ -10,27 +10,24 @@ interface InfoTipProps {
10
10
  enterable?: boolean;
11
11
  size?: IconSize;
12
12
  }
13
- declare function __VLS_template(): {
14
- attrs: Partial<{}>;
15
- slots: {
16
- default?(_: {}): any;
17
- default?(_: {}): any;
18
- };
19
- refs: {};
20
- rootEl: HTMLDivElement;
13
+ declare var __VLS_13: {}, __VLS_20: {};
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_13) => any;
16
+ } & {
17
+ default?: (props: typeof __VLS_20) => any;
21
18
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: import('vue').DefineComponent<InfoTipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<InfoTipProps> & Readonly<{}>, {
19
+ declare const __VLS_base: import('vue').DefineComponent<InfoTipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<InfoTipProps> & Readonly<{}>, {
24
20
  bold: boolean;
25
21
  type: (typeof TYPE)[number];
26
22
  enterable: boolean;
27
23
  size: IconSize;
28
24
  theme: (typeof THEME)[number];
29
25
  tooltipPlacement: Placement;
30
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
31
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
+ declare const _default: typeof __VLS_export;
32
29
  export default _default;
33
- type __VLS_WithTemplateSlots<T, S> = T & {
30
+ type __VLS_WithSlots<T, S> = T & {
34
31
  new (): {
35
32
  $slots: S;
36
33
  };
@@ -9,7 +9,7 @@ type Props = {
9
9
  };
10
10
  declare function forceFocus(): void;
11
11
  declare function forceCancel(): void;
12
- declare const _default: import('vue').DefineComponent<Props, {
12
+ declare const __VLS_export: import('vue').DefineComponent<Props, {
13
13
  forceFocus: typeof forceFocus;
14
14
  forceCancel: typeof forceCancel;
15
15
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -22,175 +22,6 @@ declare const _default: import('vue').DefineComponent<Props, {
22
22
  maxLength: number;
23
23
  maxWidth: number | string;
24
24
  minWidth: number;
25
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
26
- editableRoot: ({
27
- $: import('vue').ComponentInternalInstance;
28
- $data: {};
29
- $props: {
30
- readonly defaultValue?: string | undefined;
31
- readonly modelValue?: string | null | undefined;
32
- readonly placeholder?: string | {
33
- edit: string;
34
- preview: string;
35
- } | undefined;
36
- readonly dir?: ("ltr" | "rtl") | undefined;
37
- readonly disabled?: boolean | undefined;
38
- readonly readonly?: boolean | undefined;
39
- readonly activationMode?: ("focus" | "none" | "dblclick") | undefined;
40
- readonly selectOnFocus?: boolean | undefined;
41
- readonly submitMode?: ("none" | "blur" | "both" | "enter") | undefined;
42
- readonly startWithEditMode?: boolean | undefined;
43
- readonly maxLength?: number | undefined;
44
- readonly autoResize?: boolean | undefined;
45
- readonly id?: string | undefined;
46
- readonly asChild?: boolean | undefined;
47
- readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
48
- readonly name?: string | undefined;
49
- readonly required?: boolean | undefined;
50
- readonly onSubmit?: ((value: string | null | undefined) => any) | undefined | undefined;
51
- readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
52
- readonly "onUpdate:state"?: ((state: "cancel" | "submit" | "edit") => any) | undefined | undefined;
53
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
54
- $attrs: {
55
- [x: string]: unknown;
56
- };
57
- $refs: {
58
- [x: string]: unknown;
59
- };
60
- $slots: Readonly<{
61
- [name: string]: import('vue').Slot<any> | undefined;
62
- }>;
63
- $root: import('vue').ComponentPublicInstance | null;
64
- $parent: import('vue').ComponentPublicInstance | null;
65
- $host: Element | null;
66
- $emit: ((event: "update:modelValue", value: string) => void) & ((event: "submit", value: string | null | undefined) => void) & ((event: "update:state", state: "edit" | "submit" | "cancel") => void);
67
- $el: any;
68
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').EditableRootProps> & Readonly<{
69
- onSubmit?: ((value: string | null | undefined) => any) | undefined;
70
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
71
- "onUpdate:state"?: ((state: "cancel" | "submit" | "edit") => any) | undefined;
72
- }>, {
73
- submit: () => void;
74
- cancel: () => void;
75
- edit: () => void;
76
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
77
- submit: (value: string | null | undefined) => any;
78
- "update:modelValue": (value: string) => any;
79
- "update:state": (state: "cancel" | "submit" | "edit") => any;
80
- }, string, {
81
- required: boolean;
82
- as: import('reka-ui').AsTag | import('vue').Component;
83
- placeholder: string | {
84
- edit: string;
85
- preview: string;
86
- };
87
- disabled: boolean;
88
- activationMode: "focus" | "none" | "dblclick";
89
- selectOnFocus: boolean;
90
- submitMode: "none" | "blur" | "both" | "enter";
91
- autoResize: boolean;
92
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
93
- beforeCreate?: (() => void) | (() => void)[];
94
- created?: (() => void) | (() => void)[];
95
- beforeMount?: (() => void) | (() => void)[];
96
- mounted?: (() => void) | (() => void)[];
97
- beforeUpdate?: (() => void) | (() => void)[];
98
- updated?: (() => void) | (() => void)[];
99
- activated?: (() => void) | (() => void)[];
100
- deactivated?: (() => void) | (() => void)[];
101
- beforeDestroy?: (() => void) | (() => void)[];
102
- beforeUnmount?: (() => void) | (() => void)[];
103
- destroyed?: (() => void) | (() => void)[];
104
- unmounted?: (() => void) | (() => void)[];
105
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
106
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
107
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
108
- };
109
- $forceUpdate: () => void;
110
- $nextTick: typeof import('vue').nextTick;
111
- $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;
112
- } & Readonly<{
113
- required: boolean;
114
- as: import('reka-ui').AsTag | import('vue').Component;
115
- placeholder: string | {
116
- edit: string;
117
- preview: string;
118
- };
119
- disabled: boolean;
120
- activationMode: "focus" | "none" | "dblclick";
121
- selectOnFocus: boolean;
122
- submitMode: "none" | "blur" | "both" | "enter";
123
- autoResize: boolean;
124
- }> & Omit<Readonly<import('reka-ui').EditableRootProps> & Readonly<{
125
- onSubmit?: ((value: string | null | undefined) => any) | undefined;
126
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
127
- "onUpdate:state"?: ((state: "cancel" | "submit" | "edit") => any) | undefined;
128
- }>, "disabled" | "required" | "edit" | "placeholder" | "submit" | "as" | "cancel" | "activationMode" | "selectOnFocus" | "submitMode" | "autoResize"> & import('vue').ShallowUnwrapRef<{
129
- submit: () => void;
130
- cancel: () => void;
131
- edit: () => void;
132
- }> & {} & import('vue').ComponentCustomProperties & {} & {
133
- $slots: {
134
- default?: (props: {
135
- isEditing: boolean;
136
- modelValue: string | null | undefined;
137
- isEmpty: boolean;
138
- submit: () => void;
139
- cancel: () => void;
140
- edit: () => void;
141
- }) => any;
142
- };
143
- }) | null;
144
- measureSpan: HTMLSpanElement;
145
- input: ({
146
- $: import('vue').ComponentInternalInstance;
147
- $data: {};
148
- $props: {
149
- readonly asChild?: boolean | undefined;
150
- readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
151
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
152
- $attrs: {
153
- [x: string]: unknown;
154
- };
155
- $refs: {
156
- [x: string]: unknown;
157
- };
158
- $slots: Readonly<{
159
- [name: string]: import('vue').Slot<any> | undefined;
160
- }>;
161
- $root: import('vue').ComponentPublicInstance | null;
162
- $parent: import('vue').ComponentPublicInstance | null;
163
- $host: Element | null;
164
- $emit: (event: string, ...args: any[]) => void;
165
- $el: any;
166
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').EditableInputProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
167
- as: import('reka-ui').AsTag | import('vue').Component;
168
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
169
- beforeCreate?: (() => void) | (() => void)[];
170
- created?: (() => void) | (() => void)[];
171
- beforeMount?: (() => void) | (() => void)[];
172
- mounted?: (() => void) | (() => void)[];
173
- beforeUpdate?: (() => void) | (() => void)[];
174
- updated?: (() => void) | (() => void)[];
175
- activated?: (() => void) | (() => void)[];
176
- deactivated?: (() => void) | (() => void)[];
177
- beforeDestroy?: (() => void) | (() => void)[];
178
- beforeUnmount?: (() => void) | (() => void)[];
179
- destroyed?: (() => void) | (() => void)[];
180
- unmounted?: (() => void) | (() => void)[];
181
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
182
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
183
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
184
- };
185
- $forceUpdate: () => void;
186
- $nextTick: typeof import('vue').nextTick;
187
- $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;
188
- } & Readonly<{
189
- as: import('reka-ui').AsTag | import('vue').Component;
190
- }> & Omit<Readonly<import('reka-ui').EditableInputProps> & Readonly<{}>, "as"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
191
- $slots: {
192
- default?: (props: {}) => any;
193
- };
194
- }) | null;
195
- }, any>;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: typeof __VLS_export;
196
27
  export default _default;
@@ -1,14 +1,6 @@
1
1
  import { InputProps, InputSlots, InputSize } from './Input.types';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: Readonly<InputSlots> & InputSlots;
5
- refs: {
6
- inputRef: HTMLTextAreaElement;
7
- };
8
- rootEl: any;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<InputProps, {
2
+ type __VLS_Slots = InputSlots;
3
+ declare const __VLS_base: import('vue').DefineComponent<InputProps, {
12
4
  focus: () => void | undefined;
13
5
  blur: () => void | undefined;
14
6
  select: () => void | undefined;
@@ -32,9 +24,9 @@ declare const __VLS_component: import('vue').DefineComponent<InputProps, {
32
24
  disabled: boolean;
33
25
  required: boolean;
34
26
  size: InputSize;
35
- placeholder: string;
36
27
  rows: number;
37
28
  modelValue: string | number | null;
29
+ placeholder: string;
38
30
  readonly: boolean;
39
31
  clearable: boolean;
40
32
  masked: boolean;
@@ -45,12 +37,11 @@ declare const __VLS_component: import('vue').DefineComponent<InputProps, {
45
37
  };
46
38
  autofocus: boolean;
47
39
  autocomplete: import('./Input.types').InputAutocomplete;
48
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
49
- inputRef: HTMLTextAreaElement;
50
- }, any>;
51
- 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;
52
43
  export default _default;
53
- type __VLS_WithTemplateSlots<T, S> = T & {
44
+ type __VLS_WithSlots<T, S> = T & {
54
45
  new (): {
55
46
  $slots: S;
56
47
  };