@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.
- package/README.md +12 -1
- package/dist/components/AskAssistantAvatar/AssistantAvatar.vue.d.ts +3 -2
- package/dist/components/AskAssistantButton/AskAssistantButton.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +57 -672
- package/dist/components/AskAssistantChat/messages/BaseMessage.vue.d.ts +8 -12
- package/dist/components/AskAssistantChat/messages/BlockMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/CodeDiffMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/ErrorMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/EventMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/MessageRating.vue.d.ts +3 -138
- package/dist/components/AskAssistantChat/messages/MessageWrapper.vue.d.ts +24 -27
- package/dist/components/AskAssistantChat/messages/RestoreVersionConfirm.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/TextMessage.vue.d.ts +11 -19
- package/dist/components/AskAssistantChat/messages/ThinkingMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/ToolMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/helpers.d.ts +6 -8
- package/dist/components/AskAssistantIcon/AssistantIcon.vue.d.ts +3 -2
- package/dist/components/AskAssistantText/AssistantText.vue.d.ts +3 -2
- package/dist/components/BlinkingCursor/BlinkingCursor.vue.d.ts +2 -1
- package/dist/components/CanvasCollaborationPill/CanvasCollaborationPill.vue.d.ts +3 -2
- package/dist/components/CanvasPill/CanvasPill.vue.d.ts +9 -12
- package/dist/components/CanvasThinkingPill/CanvasThinkingPill.vue.d.ts +3 -2
- package/dist/components/CodeDiff/CodeDiff.vue.d.ts +3 -2
- package/dist/components/ConditionalRouterLink/CondtionalRouterLink.vue.d.ts +11 -13
- package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +9 -20
- package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -1
- package/dist/components/IconTextButton/IconTextButton.vue.d.ts +8 -16
- package/dist/components/InlineAskAssistantButton/InlineAskAssistantButton.vue.d.ts +3 -2
- package/dist/components/N8nActionDropdown/ActionDropdown.vue.d.ts +22 -15
- package/dist/components/N8nActionPill/ActionPill.vue.d.ts +10 -13
- package/dist/components/N8nActionToggle/ActionToggle.vue.d.ts +18 -13
- package/dist/components/N8nAiActivityStep/AiActivityStep.vue.d.ts +10 -13
- package/dist/components/N8nAiActivityStepButton/AiActivityStepButton.vue.d.ts +11 -19
- package/dist/components/N8nAiActivityStepChevron/AiActivityStepChevron.vue.d.ts +5 -1
- package/dist/components/N8nAiActivityStepGroup/AiActivityStepGroup.vue.d.ts +12 -13
- package/dist/components/N8nAiActivityStepResultSection/AiActivityStepResultSection.vue.d.ts +7 -11
- package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.vue.d.ts +17 -24
- package/dist/components/N8nAlert/Alert.vue.d.ts +14 -15
- package/dist/components/N8nAlertDialog/AlertDialog.vue.d.ts +6 -13
- package/dist/components/N8nAnimatedCollapsibleContent/AnimatedCollapsibleContent.vue.d.ts +7 -11
- package/dist/components/N8nAvatar/Avatar.vue.d.ts +3 -2
- package/dist/components/N8nBadge/Badge.vue.d.ts +8 -12
- package/dist/components/N8nBlockUi/BlockUi.vue.d.ts +2 -1
- package/dist/components/N8nBreadcrumbs/Breadcrumbs.vue.d.ts +10 -13
- package/dist/components/N8nButton/Button.vue.d.ts +9 -12
- package/dist/components/N8nButtonList/ButtonList.vue.d.ts +8 -12
- package/dist/components/N8nCallout/Callout.vue.d.ts +12 -14
- package/dist/components/N8nCard/Card.vue.d.ts +16 -16
- package/dist/components/N8nChatActions/ChatActions.types.d.ts +27 -0
- package/dist/components/N8nChatActions/ChatActions.vue.d.ts +17 -0
- package/dist/components/N8nChatInput/ChatInput.vue.d.ts +19 -22
- package/dist/components/N8nChatMessage/ChatMessage.vue.d.ts +7 -21
- package/dist/components/N8nCircleLoader/CircleLoader.vue.d.ts +3 -2
- package/dist/components/N8nCodeBlock/CodeBlock.vue.d.ts +6 -6
- package/dist/components/N8nCollapsiblePanel/CollapsiblePanel.vue.d.ts +11 -13
- package/dist/components/N8nColorPicker/ColorPicker.vue.d.ts +3 -2
- package/dist/components/N8nCommandBar/CommandBar.vue.d.ts +6 -168
- package/dist/components/N8nCommandBar/CommandBarItem.vue.d.ts +3 -2
- package/dist/components/N8nCopyInput/CopyInput.vue.d.ts +3 -2
- package/dist/components/N8nDataTableServer/N8nDataTableServer.vue.d.ts +29 -34
- package/dist/components/N8nDatatable/Datatable.vue.d.ts +18 -12
- package/dist/components/N8nDialog/Dialog.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogClose.vue.d.ts +9 -12
- package/dist/components/N8nDialog/DialogContent.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogDescription.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogFooter.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogHeader.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +2 -1
- package/dist/components/N8nDialog/DialogTitle.vue.d.ts +7 -11
- package/dist/components/N8nDropdownMenu/DropdownMenu.types.d.ts +1 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.vue.d.ts +19 -14
- package/dist/components/N8nDropdownMenu/DropdownMenuItem.vue.d.ts +18 -13
- package/dist/components/N8nDropdownMenu/DropdownMenuItems.vue.d.ts +18 -13
- package/dist/components/N8nDropdownMenu/DropdownMenuSearch.vue.d.ts +9 -21
- package/dist/components/N8nDropdownMenu/DropdownMenuSearchableContent.vue.d.ts +19 -23
- package/dist/components/N8nEmptyState/EmptyState.vue.d.ts +14 -15
- package/dist/components/N8nEmptyState/EmptyStateIconCards.vue.d.ts +2 -1
- package/dist/components/N8nExternalLink/ExternalLink.vue.d.ts +7 -11
- package/dist/components/N8nFloatingWindow/FloatingWindow.vue.d.ts +11 -21
- package/dist/components/N8nFormBox/FormBox.vue.d.ts +8 -12
- package/dist/components/N8nFormInput/FormInput.vue.d.ts +9 -285
- package/dist/components/N8nFormInputs/FormInputs.vue.d.ts +3 -2
- package/dist/components/N8nHeaderAction/HeaderAction.vue.d.ts +2 -1
- package/dist/components/N8nHeading/Heading.vue.d.ts +7 -11
- package/dist/components/N8nHoverCard/HoverCard.vue.d.ts +18 -20
- package/dist/components/N8nIcon/Icon.vue.d.ts +2 -1
- package/dist/components/N8nIconButton/IconButton.vue.d.ts +2 -1
- package/dist/components/N8nIconPicker/IconColorPicker.vue.d.ts +4 -3
- package/dist/components/N8nIconPicker/IconPicker.vue.d.ts +8 -188
- package/dist/components/N8nIconPicker/SkinTonePicker.vue.d.ts +4 -3
- package/dist/components/N8nInfoAccordion/InfoAccordion.vue.d.ts +8 -12
- package/dist/components/N8nInfoTip/InfoTip.vue.d.ts +10 -13
- package/dist/components/N8nInlineTextEdit/InlineTextEdit.vue.d.ts +3 -172
- package/dist/components/N8nInput/Input.vue.d.ts +7 -16
- package/dist/components/N8nInputLabel/InputLabel.vue.d.ts +14 -15
- package/dist/components/N8nInputNumber/InputNumber.vue.d.ts +7 -118
- package/dist/components/N8nKeyboardShortcut/N8nKeyboardShortcut.vue.d.ts +2 -1
- package/dist/components/N8nLink/Link.vue.d.ts +7 -11
- package/dist/components/N8nLoading/Loading.vue.d.ts +2 -1
- package/dist/components/N8nLogo/Logo.vue.d.ts +8 -16
- package/dist/components/N8nMarkdown/Markdown.vue.d.ts +3 -4
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.types.d.ts +2 -0
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.vue.d.ts +7 -6
- package/dist/components/N8nMarkdownEditor/MarkdownEditorToolbar.vue.d.ts +3 -2
- package/dist/components/N8nMarkdownEditor/composables/useMarkdownEditor.d.ts +1 -1
- package/dist/components/N8nMenuItem/MenuItem.vue.d.ts +3 -2
- package/dist/components/N8nNavigationDropdown/NavigationDropdown.vue.d.ts +13 -176
- package/dist/components/N8nNodeCreatorNode/NodeCreatorNode.vue.d.ts +9 -18
- package/dist/components/N8nNodeIcon/IconContent.vue.d.ts +2 -1
- package/dist/components/N8nNodeIcon/NodeIcon.vue.d.ts +3 -2
- package/dist/components/N8nNotice/Notice.vue.d.ts +8 -12
- package/dist/components/N8nOption/Option.vue.d.ts +7 -11
- package/dist/components/N8nPagination/Pagination.vue.d.ts +6 -15
- package/dist/components/N8nPopover/Popover.vue.d.ts +16 -18
- package/dist/components/N8nPromptInputSuggestions/N8nPromptInputSuggestions.vue.d.ts +10 -13
- package/dist/components/N8nPulse/Pulse.vue.d.ts +7 -11
- package/dist/components/N8nRadioGroup/RadioGroup.vue.d.ts +7 -11
- package/dist/components/N8nRadioGroup/RadioGroupItem.vue.d.ts +5 -10
- package/dist/components/N8nRecycleScroller/RecycleScroller.vue.d.ts +14 -9
- package/dist/components/N8nResizeWrapper/ResizeWrapper.vue.d.ts +8 -12
- package/dist/components/N8nResizeableSticky/ResizeableSticky.vue.d.ts +3 -2
- package/dist/components/N8nRoute/Route.vue.d.ts +9 -12
- package/dist/components/N8nScrollArea/N8nScrollArea.vue.d.ts +8 -141
- package/dist/components/N8nSectionHeader/SectionHeader.vue.d.ts +8 -12
- package/dist/components/N8nSegmentControl/SegmentControl.vue.d.ts +14 -11
- package/dist/components/N8nSegmentControl/SegmentControlItem.vue.d.ts +7 -11
- package/dist/components/N8nSelect/Select.vue.d.ts +20 -37
- package/dist/components/N8nSelectableList/SelectableList.vue.d.ts +20 -18
- package/dist/components/N8nSendStopButton/N8nSendStopButton.vue.d.ts +2 -1
- package/dist/components/N8nSettingsLayout/SettingsLayout.vue.d.ts +9 -12
- package/dist/components/N8nSettingsPageHeader/SettingsPageHeader.vue.d.ts +10 -13
- package/dist/components/N8nSettingsRow/SettingsRow.vue.d.ts +14 -148
- package/dist/components/N8nSettingsRowConfigure/SettingsRowConfigure.vue.d.ts +3 -2
- package/dist/components/N8nSettingsRowGroup/SettingsRowGroup.vue.d.ts +7 -11
- package/dist/components/N8nSettingsSaveBar/SettingsSaveBar.vue.d.ts +10 -17
- package/dist/components/N8nSettingsSection/SettingsSection.vue.d.ts +12 -14
- package/dist/components/N8nSpinner/Spinner.vue.d.ts +3 -2
- package/dist/components/N8nStatusDot/StatusDot.vue.d.ts +3 -2
- package/dist/components/N8nStepper/Stepper.vue.d.ts +9 -19
- package/dist/components/N8nSticky/Sticky.vue.d.ts +3 -138
- package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +2 -1
- package/dist/components/N8nSwitch/Switch.vue.d.ts +7 -11
- package/dist/components/N8nTabs/Tabs.vue.d.ts +14 -9
- package/dist/components/N8nTag/Tag.vue.d.ts +8 -12
- package/dist/components/N8nTags/Tags.vue.d.ts +3 -2
- package/dist/components/N8nText/Text.vue.d.ts +7 -11
- package/dist/components/N8nToggle/Toggle.vue.d.ts +13 -14
- package/dist/components/N8nToggleGroup/ToggleGroup.vue.d.ts +11 -15
- package/dist/components/N8nTooltip/Tooltip.vue.d.ts +11 -13
- package/dist/components/N8nTree/Tree.vue.d.ts +12 -20
- package/dist/components/N8nUserInfo/UserInfo.vue.d.ts +3 -2
- package/dist/components/N8nUserSelect/UserSelect.vue.d.ts +8 -12
- package/dist/components/N8nUserStack/UserStack.vue.d.ts +3 -2
- package/dist/components/N8nUsersList/UsersList.vue.d.ts +15 -10
- package/dist/components/N8nVisuallyHidden/VisuallyHidden.vue.d.ts +16 -0
- package/dist/components/N8nVisuallyHidden/index.d.ts +1 -0
- package/dist/components/PreviewTag/PreviewTag.vue.d.ts +3 -2
- package/dist/components/ResizeObserver/ResizeObserver.vue.d.ts +10 -18
- package/dist/components/TableBase/TableBase.vue.d.ts +7 -11
- package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.vue.d.ts +14 -9
- package/dist/components/index.d.ts +3 -0
- package/dist/css/dialog.scss +1 -1
- package/dist/css/mixins/motion.scss +11 -0
- package/dist/{en-Ubc0tWnj.js → en-BQBg3T3M.js} +8 -0
- package/dist/index.js +4714 -4157
- package/dist/style.css +1 -1
- package/dist/theme.css +1 -1
- package/dist/v2/components/Checkbox/Checkbox.vue.d.ts +7 -11
- package/dist/v2/components/Combobox/Combobox.vue.d.ts +7 -230
- package/dist/v2/components/Combobox/ComboboxItem.vue.d.ts +5 -10
- package/dist/v2/components/Loading/Loading.vue.d.ts +2 -1
- package/dist/v2/components/Select/Select.types.d.ts +50 -44
- package/dist/v2/components/Select/Select.vue.d.ts +20 -15
- package/dist/v2/components/Select/SelectItem.vue.d.ts +9 -22
- package/dist/v2/components/Select/index.d.ts +3 -0
- package/dist/v2/components/TagsInput/TagsInput.vue.d.ts +6 -15
- package/dist/v2/components/Tree/Tree.vue.d.ts +5 -10
- package/dist/v2/components/Tree/TreeNode.vue.d.ts +6 -13
- package/dist/v2/components/Tree/TreeNodeDefault.vue.d.ts +6 -11
- package/package.json +7 -6
- package/dist/css/tailwind/index.css +0 -3
|
@@ -1,30 +1,23 @@
|
|
|
1
1
|
import { DropdownMenuItemProps, DropdownMenuSlots } from './DropdownMenu.types';
|
|
2
|
-
declare const
|
|
3
|
-
props:
|
|
4
|
-
readonly onSearch?: ((searchTerm: string, itemId?: T | undefined) => any) | undefined;
|
|
5
|
-
readonly onSelect?: ((value: T) => any) | undefined;
|
|
6
|
-
readonly onClose?: (() => any) | undefined;
|
|
7
|
-
readonly "onSubmenu:toggle"?: ((itemId: T, open: boolean) => any) | undefined;
|
|
8
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect" | "onClose" | "onSearch" | "onSubmenu:toggle"> & {
|
|
2
|
+
declare const __VLS_export: <T = string, D = never>(__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<{
|
|
9
4
|
open: boolean;
|
|
10
5
|
items: Array<DropdownMenuItemProps<T, D>>;
|
|
11
6
|
searchPlaceholder?: string;
|
|
12
7
|
searchDebounce?: number;
|
|
13
|
-
} &
|
|
14
|
-
|
|
8
|
+
} & {
|
|
9
|
+
onSearch?: ((searchTerm: string, itemId?: T | undefined) => any) | undefined;
|
|
10
|
+
onSelect?: ((value: T) => any) | undefined;
|
|
11
|
+
onClose?: (() => any) | undefined;
|
|
12
|
+
"onSubmenu:toggle"?: ((itemId: T, open: boolean) => any) | undefined;
|
|
13
|
+
}> & (typeof globalThis extends {
|
|
14
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
15
|
+
} ? P : {});
|
|
16
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
15
17
|
resetNavigation: () => void;
|
|
16
|
-
}>)
|
|
18
|
+
}>) => void;
|
|
17
19
|
attrs: any;
|
|
18
|
-
slots:
|
|
19
|
-
default?: (props: {
|
|
20
|
-
highlightedIndex: number;
|
|
21
|
-
openSubMenuIndex: number;
|
|
22
|
-
onSubMenuOpenChange: (index: number, open: boolean) => void;
|
|
23
|
-
onItemHover: (index: number) => void;
|
|
24
|
-
resetNavigation: () => void;
|
|
25
|
-
getItemDomId: (index: number) => string;
|
|
26
|
-
}) => void;
|
|
27
|
-
}> & Pick<DropdownMenuSlots<T, D>, "search-prefix" | "search-suffix"> & {
|
|
20
|
+
slots: Pick<DropdownMenuSlots<T, D>, "search-prefix" | "search-suffix"> & {
|
|
28
21
|
default?: (props: {
|
|
29
22
|
highlightedIndex: number;
|
|
30
23
|
openSubMenuIndex: number;
|
|
@@ -36,9 +29,12 @@ declare const _default: <T = string, D = never>(__VLS_props: NonNullable<Awaited
|
|
|
36
29
|
};
|
|
37
30
|
emit: ((evt: "search", searchTerm: string, itemId?: T | undefined) => void) & ((evt: "select", value: T) => void) & ((evt: "close") => void) & ((evt: "submenu:toggle", itemId: T, open: boolean) => void);
|
|
38
31
|
}>) => import('vue').VNode & {
|
|
39
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
32
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
40
33
|
};
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
41
35
|
export default _default;
|
|
42
|
-
type __VLS_PrettifyLocal<T> = {
|
|
36
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
43
37
|
[K in keyof T]: T[K];
|
|
44
|
-
}
|
|
38
|
+
} : {
|
|
39
|
+
[K in keyof T as K]: T[K];
|
|
40
|
+
}) & {};
|
|
@@ -15,25 +15,24 @@ interface EmptyStateProps {
|
|
|
15
15
|
calloutTheme?: CalloutTheme;
|
|
16
16
|
calloutIcon?: IconName;
|
|
17
17
|
}
|
|
18
|
-
declare
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
rootEl: HTMLDivElement;
|
|
18
|
+
declare var __VLS_17: {}, __VLS_25: {}, __VLS_34: {}, __VLS_43: {};
|
|
19
|
+
type __VLS_Slots = {} & {
|
|
20
|
+
heading?: (props: typeof __VLS_17) => any;
|
|
21
|
+
} & {
|
|
22
|
+
description?: (props: typeof __VLS_25) => any;
|
|
23
|
+
} & {
|
|
24
|
+
disabledButtonTooltip?: (props: typeof __VLS_34) => any;
|
|
25
|
+
} & {
|
|
26
|
+
additionalContent?: (props: typeof __VLS_43) => any;
|
|
28
27
|
};
|
|
29
|
-
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<EmptyStateProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<EmptyStateProps> & Readonly<{}>, {
|
|
28
|
+
declare const __VLS_base: import('vue').DefineComponent<EmptyStateProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<EmptyStateProps> & Readonly<{}>, {
|
|
31
29
|
buttonIcon: IconName;
|
|
32
30
|
calloutTheme: CalloutTheme;
|
|
33
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
34
|
-
declare const
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
32
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
33
|
+
declare const _default: typeof __VLS_export;
|
|
35
34
|
export default _default;
|
|
36
|
-
type
|
|
35
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
37
36
|
new (): {
|
|
38
37
|
$slots: S;
|
|
39
38
|
};
|
|
@@ -5,7 +5,8 @@ interface EmptyStateIconCardsProps {
|
|
|
5
5
|
sideIcons: EmptyStateCardIcon[];
|
|
6
6
|
animated?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import('vue').DefineComponent<EmptyStateIconCardsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<EmptyStateIconCardsProps> & Readonly<{}>, {
|
|
9
9
|
animated: boolean;
|
|
10
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -4,23 +4,19 @@ interface ExternalLinkProps {
|
|
|
4
4
|
size?: IconSize;
|
|
5
5
|
newWindow?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<ExternalLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExternalLinkProps> & Readonly<{}>, {
|
|
11
|
+
declare const __VLS_base: import('vue').DefineComponent<ExternalLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ExternalLinkProps> & Readonly<{}>, {
|
|
17
12
|
size: IconSize;
|
|
18
13
|
href: string;
|
|
19
14
|
newWindow: boolean;
|
|
20
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const
|
|
16
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
22
18
|
export default _default;
|
|
23
|
-
type
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
20
|
new (): {
|
|
25
21
|
$slots: S;
|
|
26
22
|
};
|
|
@@ -8,6 +8,12 @@ export interface Props {
|
|
|
8
8
|
y: number;
|
|
9
9
|
};
|
|
10
10
|
}
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
'header-icon': {};
|
|
13
|
+
header: {};
|
|
14
|
+
'header-actions': {};
|
|
15
|
+
default: {};
|
|
16
|
+
};
|
|
11
17
|
declare function resetPosition(position: {
|
|
12
18
|
x: number;
|
|
13
19
|
y: number;
|
|
@@ -15,24 +21,7 @@ declare function resetPosition(position: {
|
|
|
15
21
|
width: number;
|
|
16
22
|
height: number;
|
|
17
23
|
}): void;
|
|
18
|
-
declare
|
|
19
|
-
attrs: Partial<{}>;
|
|
20
|
-
slots: Readonly<{
|
|
21
|
-
'header-icon': {};
|
|
22
|
-
header: {};
|
|
23
|
-
'header-actions': {};
|
|
24
|
-
default: {};
|
|
25
|
-
}> & {
|
|
26
|
-
'header-icon': {};
|
|
27
|
-
header: {};
|
|
28
|
-
'header-actions': {};
|
|
29
|
-
default: {};
|
|
30
|
-
};
|
|
31
|
-
refs: {};
|
|
32
|
-
rootEl: HTMLDivElement;
|
|
33
|
-
};
|
|
34
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
24
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {
|
|
36
25
|
resetPosition: typeof resetPosition;
|
|
37
26
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
27
|
resize: (args_0: {
|
|
@@ -65,10 +54,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
65
54
|
x: number;
|
|
66
55
|
y: number;
|
|
67
56
|
};
|
|
68
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
69
|
-
declare const
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
58
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
59
|
+
declare const _default: typeof __VLS_export;
|
|
70
60
|
export default _default;
|
|
71
|
-
type
|
|
61
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
72
62
|
new (): {
|
|
73
63
|
$slots: S;
|
|
74
64
|
};
|
|
@@ -8,16 +8,11 @@ interface FormBoxProps {
|
|
|
8
8
|
redirectText?: string;
|
|
9
9
|
redirectLink?: string;
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
11
|
+
declare var __VLS_36: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_36) => any;
|
|
18
14
|
};
|
|
19
|
-
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<FormBoxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
declare const __VLS_base: import('vue').DefineComponent<FormBoxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
16
|
submit: (value: FormValues) => any;
|
|
22
17
|
update: (value: FormFieldValueUpdate) => any;
|
|
23
18
|
secondaryClick: (value: Event) => any;
|
|
@@ -31,10 +26,11 @@ declare const __VLS_component: import('vue').DefineComponent<FormBoxProps, {}, {
|
|
|
31
26
|
buttonLoading: boolean;
|
|
32
27
|
redirectText: string;
|
|
33
28
|
redirectLink: string;
|
|
34
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
35
|
-
declare const
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
36
32
|
export default _default;
|
|
37
|
-
type
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
34
|
new (): {
|
|
39
35
|
$slots: S;
|
|
40
36
|
};
|
|
@@ -38,152 +38,11 @@ export interface Props {
|
|
|
38
38
|
maxRows: number;
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
declare
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
default?(_: {}): any;
|
|
45
|
-
};
|
|
46
|
-
refs: {
|
|
47
|
-
inputRef: ({
|
|
48
|
-
$: import('vue').ComponentInternalInstance;
|
|
49
|
-
$data: {};
|
|
50
|
-
$props: {
|
|
51
|
-
readonly modelValue?: string | number | null | undefined;
|
|
52
|
-
readonly type?: import('../N8nInput').InputType | undefined;
|
|
53
|
-
readonly size?: import('../N8nInput').InputSize | undefined;
|
|
54
|
-
readonly placeholder?: string | undefined;
|
|
55
|
-
readonly disabled?: boolean | undefined;
|
|
56
|
-
readonly readonly?: boolean | undefined;
|
|
57
|
-
readonly required?: boolean | undefined;
|
|
58
|
-
readonly clearable?: boolean | undefined;
|
|
59
|
-
readonly rows?: number | undefined;
|
|
60
|
-
readonly masked?: boolean | undefined;
|
|
61
|
-
readonly maxlength?: number | undefined;
|
|
62
|
-
readonly autosize?: boolean | {
|
|
63
|
-
minRows?: number;
|
|
64
|
-
maxRows?: number;
|
|
65
|
-
} | undefined;
|
|
66
|
-
readonly autofocus?: boolean | undefined;
|
|
67
|
-
readonly autocomplete?: import('../N8nInput').InputAutocomplete | undefined;
|
|
68
|
-
readonly name?: string | undefined;
|
|
69
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
|
70
|
-
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
71
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
72
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
73
|
-
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
74
|
-
readonly onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
75
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
76
|
-
$attrs: {
|
|
77
|
-
[x: string]: unknown;
|
|
78
|
-
};
|
|
79
|
-
$refs: {
|
|
80
|
-
[x: string]: unknown;
|
|
81
|
-
} & {
|
|
82
|
-
inputRef: HTMLTextAreaElement;
|
|
83
|
-
};
|
|
84
|
-
$slots: Readonly<{
|
|
85
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
86
|
-
}>;
|
|
87
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
88
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
89
|
-
$host: Element | null;
|
|
90
|
-
$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);
|
|
91
|
-
$el: any;
|
|
92
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
93
|
-
onInput?: ((value: string) => any) | undefined;
|
|
94
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
95
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
96
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
97
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
98
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
99
|
-
}>, {
|
|
100
|
-
focus: () => void | undefined;
|
|
101
|
-
blur: () => void | undefined;
|
|
102
|
-
select: () => void | undefined;
|
|
103
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
104
|
-
input: (value: string) => any;
|
|
105
|
-
focus: (event: FocusEvent) => any;
|
|
106
|
-
"update:modelValue": (value: string) => any;
|
|
107
|
-
blur: (event: FocusEvent) => any;
|
|
108
|
-
keydown: (event: KeyboardEvent) => any;
|
|
109
|
-
mousedown: (event: MouseEvent) => any;
|
|
110
|
-
}, string, {
|
|
111
|
-
type: import('../N8nInput').InputType;
|
|
112
|
-
name: string;
|
|
113
|
-
disabled: boolean;
|
|
114
|
-
required: boolean;
|
|
115
|
-
size: import('../N8nInput').InputSize;
|
|
116
|
-
placeholder: string;
|
|
117
|
-
rows: number;
|
|
118
|
-
modelValue: string | number | null;
|
|
119
|
-
readonly: boolean;
|
|
120
|
-
clearable: boolean;
|
|
121
|
-
masked: boolean;
|
|
122
|
-
maxlength: number;
|
|
123
|
-
autosize: boolean | {
|
|
124
|
-
minRows?: number;
|
|
125
|
-
maxRows?: number;
|
|
126
|
-
};
|
|
127
|
-
autofocus: boolean;
|
|
128
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
129
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
130
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
131
|
-
created?: (() => void) | (() => void)[];
|
|
132
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
133
|
-
mounted?: (() => void) | (() => void)[];
|
|
134
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
135
|
-
updated?: (() => void) | (() => void)[];
|
|
136
|
-
activated?: (() => void) | (() => void)[];
|
|
137
|
-
deactivated?: (() => void) | (() => void)[];
|
|
138
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
139
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
140
|
-
destroyed?: (() => void) | (() => void)[];
|
|
141
|
-
unmounted?: (() => void) | (() => void)[];
|
|
142
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
143
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
144
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
145
|
-
};
|
|
146
|
-
$forceUpdate: () => void;
|
|
147
|
-
$nextTick: typeof import('vue').nextTick;
|
|
148
|
-
$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;
|
|
149
|
-
} & Readonly<{
|
|
150
|
-
type: import('../N8nInput').InputType;
|
|
151
|
-
name: string;
|
|
152
|
-
disabled: boolean;
|
|
153
|
-
required: boolean;
|
|
154
|
-
size: import('../N8nInput').InputSize;
|
|
155
|
-
placeholder: string;
|
|
156
|
-
rows: number;
|
|
157
|
-
modelValue: string | number | null;
|
|
158
|
-
readonly: boolean;
|
|
159
|
-
clearable: boolean;
|
|
160
|
-
masked: boolean;
|
|
161
|
-
maxlength: number;
|
|
162
|
-
autosize: boolean | {
|
|
163
|
-
minRows?: number;
|
|
164
|
-
maxRows?: number;
|
|
165
|
-
};
|
|
166
|
-
autofocus: boolean;
|
|
167
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
168
|
-
}> & Omit<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
169
|
-
onInput?: ((value: string) => any) | undefined;
|
|
170
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
171
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
172
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
173
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
174
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
175
|
-
}>, "select" | "focus" | "blur" | ("type" | "name" | "disabled" | "required" | "size" | "placeholder" | "rows" | "modelValue" | "readonly" | "clearable" | "masked" | "maxlength" | "autosize" | "autofocus" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
176
|
-
focus: () => void | undefined;
|
|
177
|
-
blur: () => void | undefined;
|
|
178
|
-
select: () => void | undefined;
|
|
179
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
180
|
-
$slots: Readonly<import('../N8nInput').InputSlots> & import('../N8nInput').InputSlots;
|
|
181
|
-
}) | null;
|
|
182
|
-
};
|
|
183
|
-
rootEl: any;
|
|
41
|
+
declare var __VLS_33: {};
|
|
42
|
+
type __VLS_Slots = {} & {
|
|
43
|
+
default?: (props: typeof __VLS_33) => any;
|
|
184
44
|
};
|
|
185
|
-
|
|
186
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
45
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {
|
|
187
46
|
inputRef: import('vue').Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
188
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
189
48
|
focus: () => any;
|
|
@@ -205,150 +64,15 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
205
64
|
minRows: number;
|
|
206
65
|
maxRows: number;
|
|
207
66
|
};
|
|
208
|
-
labelSize: "small" | "medium" | "large";
|
|
209
67
|
showRequiredAsterisk: boolean;
|
|
210
68
|
validateOnBlur: boolean;
|
|
211
69
|
documentationText: string;
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
$props: {
|
|
217
|
-
readonly modelValue?: string | number | null | undefined;
|
|
218
|
-
readonly type?: import('../N8nInput').InputType | undefined;
|
|
219
|
-
readonly size?: import('../N8nInput').InputSize | undefined;
|
|
220
|
-
readonly placeholder?: string | undefined;
|
|
221
|
-
readonly disabled?: boolean | undefined;
|
|
222
|
-
readonly readonly?: boolean | undefined;
|
|
223
|
-
readonly required?: boolean | undefined;
|
|
224
|
-
readonly clearable?: boolean | undefined;
|
|
225
|
-
readonly rows?: number | undefined;
|
|
226
|
-
readonly masked?: boolean | undefined;
|
|
227
|
-
readonly maxlength?: number | undefined;
|
|
228
|
-
readonly autosize?: boolean | {
|
|
229
|
-
minRows?: number;
|
|
230
|
-
maxRows?: number;
|
|
231
|
-
} | undefined;
|
|
232
|
-
readonly autofocus?: boolean | undefined;
|
|
233
|
-
readonly autocomplete?: import('../N8nInput').InputAutocomplete | undefined;
|
|
234
|
-
readonly name?: string | undefined;
|
|
235
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
|
236
|
-
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
237
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
238
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
239
|
-
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
240
|
-
readonly onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
241
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
242
|
-
$attrs: {
|
|
243
|
-
[x: string]: unknown;
|
|
244
|
-
};
|
|
245
|
-
$refs: {
|
|
246
|
-
[x: string]: unknown;
|
|
247
|
-
} & {
|
|
248
|
-
inputRef: HTMLTextAreaElement;
|
|
249
|
-
};
|
|
250
|
-
$slots: Readonly<{
|
|
251
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
252
|
-
}>;
|
|
253
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
254
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
255
|
-
$host: Element | null;
|
|
256
|
-
$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);
|
|
257
|
-
$el: any;
|
|
258
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
259
|
-
onInput?: ((value: string) => any) | undefined;
|
|
260
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
261
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
262
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
263
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
264
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
265
|
-
}>, {
|
|
266
|
-
focus: () => void | undefined;
|
|
267
|
-
blur: () => void | undefined;
|
|
268
|
-
select: () => void | undefined;
|
|
269
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
270
|
-
input: (value: string) => any;
|
|
271
|
-
focus: (event: FocusEvent) => any;
|
|
272
|
-
"update:modelValue": (value: string) => any;
|
|
273
|
-
blur: (event: FocusEvent) => any;
|
|
274
|
-
keydown: (event: KeyboardEvent) => any;
|
|
275
|
-
mousedown: (event: MouseEvent) => any;
|
|
276
|
-
}, string, {
|
|
277
|
-
type: import('../N8nInput').InputType;
|
|
278
|
-
name: string;
|
|
279
|
-
disabled: boolean;
|
|
280
|
-
required: boolean;
|
|
281
|
-
size: import('../N8nInput').InputSize;
|
|
282
|
-
placeholder: string;
|
|
283
|
-
rows: number;
|
|
284
|
-
modelValue: string | number | null;
|
|
285
|
-
readonly: boolean;
|
|
286
|
-
clearable: boolean;
|
|
287
|
-
masked: boolean;
|
|
288
|
-
maxlength: number;
|
|
289
|
-
autosize: boolean | {
|
|
290
|
-
minRows?: number;
|
|
291
|
-
maxRows?: number;
|
|
292
|
-
};
|
|
293
|
-
autofocus: boolean;
|
|
294
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
295
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
296
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
297
|
-
created?: (() => void) | (() => void)[];
|
|
298
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
299
|
-
mounted?: (() => void) | (() => void)[];
|
|
300
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
301
|
-
updated?: (() => void) | (() => void)[];
|
|
302
|
-
activated?: (() => void) | (() => void)[];
|
|
303
|
-
deactivated?: (() => void) | (() => void)[];
|
|
304
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
305
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
306
|
-
destroyed?: (() => void) | (() => void)[];
|
|
307
|
-
unmounted?: (() => void) | (() => void)[];
|
|
308
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
309
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
310
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
311
|
-
};
|
|
312
|
-
$forceUpdate: () => void;
|
|
313
|
-
$nextTick: typeof import('vue').nextTick;
|
|
314
|
-
$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;
|
|
315
|
-
} & Readonly<{
|
|
316
|
-
type: import('../N8nInput').InputType;
|
|
317
|
-
name: string;
|
|
318
|
-
disabled: boolean;
|
|
319
|
-
required: boolean;
|
|
320
|
-
size: import('../N8nInput').InputSize;
|
|
321
|
-
placeholder: string;
|
|
322
|
-
rows: number;
|
|
323
|
-
modelValue: string | number | null;
|
|
324
|
-
readonly: boolean;
|
|
325
|
-
clearable: boolean;
|
|
326
|
-
masked: boolean;
|
|
327
|
-
maxlength: number;
|
|
328
|
-
autosize: boolean | {
|
|
329
|
-
minRows?: number;
|
|
330
|
-
maxRows?: number;
|
|
331
|
-
};
|
|
332
|
-
autofocus: boolean;
|
|
333
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
334
|
-
}> & Omit<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
335
|
-
onInput?: ((value: string) => any) | undefined;
|
|
336
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
337
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
338
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
339
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
340
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
341
|
-
}>, "select" | "focus" | "blur" | ("type" | "name" | "disabled" | "required" | "size" | "placeholder" | "rows" | "modelValue" | "readonly" | "clearable" | "masked" | "maxlength" | "autosize" | "autofocus" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
342
|
-
focus: () => void | undefined;
|
|
343
|
-
blur: () => void | undefined;
|
|
344
|
-
select: () => void | undefined;
|
|
345
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
346
|
-
$slots: Readonly<import('../N8nInput').InputSlots> & import('../N8nInput').InputSlots;
|
|
347
|
-
}) | null;
|
|
348
|
-
}, any>;
|
|
349
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
70
|
+
labelSize: "small" | "medium" | "large";
|
|
71
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
72
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
73
|
+
declare const _default: typeof __VLS_export;
|
|
350
74
|
export default _default;
|
|
351
|
-
type
|
|
75
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
352
76
|
new (): {
|
|
353
77
|
$slots: S;
|
|
354
78
|
};
|
|
@@ -16,7 +16,7 @@ declare function getValuesWithMetadata<Metadata = Record<string, unknown>>(): Re
|
|
|
16
16
|
metadata: Metadata;
|
|
17
17
|
}>;
|
|
18
18
|
declare function clearValues(fieldNames: string[]): void;
|
|
19
|
-
declare const
|
|
19
|
+
declare const __VLS_export: import('vue').DefineComponent<FormInputsProps, {
|
|
20
20
|
getValues: typeof getValues;
|
|
21
21
|
getValuesWithMetadata: typeof getValuesWithMetadata;
|
|
22
22
|
clearValues: typeof clearValues;
|
|
@@ -35,5 +35,6 @@ declare const _default: import('vue').DefineComponent<FormInputsProps, {
|
|
|
35
35
|
eventBus: FormEventBus;
|
|
36
36
|
columnView: boolean;
|
|
37
37
|
verticalSpacing: "" | "xs" | "s" | "m" | "l" | "xl";
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
declare const _default: typeof __VLS_export;
|
|
39
40
|
export default _default;
|
|
@@ -6,7 +6,7 @@ export interface Props {
|
|
|
6
6
|
danger?: boolean;
|
|
7
7
|
testId?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
9
|
+
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
10
|
click: (event: MouseEvent) => any;
|
|
11
11
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
12
12
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -15,4 +15,5 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
15
15
|
tooltip: string;
|
|
16
16
|
testId: string;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
18
19
|
export default _default;
|
|
@@ -10,23 +10,19 @@ interface HeadingProps {
|
|
|
10
10
|
color?: (typeof COLORS)[number];
|
|
11
11
|
align?: (typeof ALIGN)[number];
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: any;
|
|
13
|
+
declare var __VLS_8: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_8) => any;
|
|
20
16
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<HeadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HeadingProps> & Readonly<{}>, {
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<HeadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<HeadingProps> & Readonly<{}>, {
|
|
23
18
|
bold: boolean;
|
|
24
19
|
size: (typeof SIZES)[number];
|
|
25
20
|
tag: string;
|
|
26
21
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
28
24
|
export default _default;
|
|
29
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
30
26
|
new (): {
|
|
31
27
|
$slots: S;
|
|
32
28
|
};
|