@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
|
@@ -18,91 +18,18 @@ export interface SettingsRowProps {
|
|
|
18
18
|
revealActionsOnHover?: boolean;
|
|
19
19
|
}
|
|
20
20
|
type __VLS_Props = SettingsRowProps;
|
|
21
|
-
type
|
|
21
|
+
type __VLS_Slots = {
|
|
22
|
+
default?: () => unknown;
|
|
23
|
+
visual?: () => unknown;
|
|
24
|
+
info?: () => unknown;
|
|
25
|
+
action?: () => unknown;
|
|
26
|
+
expanded?: () => unknown;
|
|
27
|
+
};
|
|
28
|
+
type __VLS_ModelProps = {
|
|
22
29
|
modelValue?: boolean;
|
|
23
|
-
} & __VLS_Props;
|
|
24
|
-
declare function __VLS_template(): {
|
|
25
|
-
attrs: Partial<{}>;
|
|
26
|
-
slots: Readonly<{
|
|
27
|
-
default?: () => unknown;
|
|
28
|
-
visual?: () => unknown;
|
|
29
|
-
info?: () => unknown;
|
|
30
|
-
action?: () => unknown;
|
|
31
|
-
expanded?: () => unknown;
|
|
32
|
-
}> & {
|
|
33
|
-
default?: () => unknown;
|
|
34
|
-
visual?: () => unknown;
|
|
35
|
-
info?: () => unknown;
|
|
36
|
-
action?: () => unknown;
|
|
37
|
-
expanded?: () => unknown;
|
|
38
|
-
};
|
|
39
|
-
refs: {
|
|
40
|
-
descriptionRef: ({
|
|
41
|
-
$: import('vue').ComponentInternalInstance;
|
|
42
|
-
$data: {};
|
|
43
|
-
$props: {
|
|
44
|
-
readonly bold?: boolean | undefined;
|
|
45
|
-
readonly size?: import('../..').TextSize | undefined;
|
|
46
|
-
readonly step?: import('../..').TextStep | undefined;
|
|
47
|
-
readonly color?: import('../..').TextColor | undefined;
|
|
48
|
-
readonly align?: import('../..').TextAlign | undefined;
|
|
49
|
-
readonly compact?: boolean | undefined;
|
|
50
|
-
readonly tag?: string | undefined;
|
|
51
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
52
|
-
$attrs: {
|
|
53
|
-
[x: string]: unknown;
|
|
54
|
-
};
|
|
55
|
-
$refs: {
|
|
56
|
-
[x: string]: unknown;
|
|
57
|
-
};
|
|
58
|
-
$slots: Readonly<{
|
|
59
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
60
|
-
}>;
|
|
61
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
62
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
63
|
-
$host: Element | null;
|
|
64
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
65
|
-
$el: any;
|
|
66
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../N8nText/Text.vue').TextProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
67
|
-
bold: boolean;
|
|
68
|
-
size: import('../..').TextSize;
|
|
69
|
-
compact: boolean;
|
|
70
|
-
tag: string;
|
|
71
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
72
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
73
|
-
created?: (() => void) | (() => void)[];
|
|
74
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
75
|
-
mounted?: (() => void) | (() => void)[];
|
|
76
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
77
|
-
updated?: (() => void) | (() => void)[];
|
|
78
|
-
activated?: (() => void) | (() => void)[];
|
|
79
|
-
deactivated?: (() => void) | (() => void)[];
|
|
80
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
81
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
82
|
-
destroyed?: (() => void) | (() => void)[];
|
|
83
|
-
unmounted?: (() => void) | (() => void)[];
|
|
84
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
85
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
86
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
87
|
-
};
|
|
88
|
-
$forceUpdate: () => void;
|
|
89
|
-
$nextTick: typeof import('vue').nextTick;
|
|
90
|
-
$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;
|
|
91
|
-
} & Readonly<{
|
|
92
|
-
bold: boolean;
|
|
93
|
-
size: import('../..').TextSize;
|
|
94
|
-
compact: boolean;
|
|
95
|
-
tag: string;
|
|
96
|
-
}> & Omit<Readonly<import('../N8nText/Text.vue').TextProps> & Readonly<{}>, "bold" | "size" | "compact" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
97
|
-
$slots: {
|
|
98
|
-
default?(_: {}): any;
|
|
99
|
-
};
|
|
100
|
-
}) | null;
|
|
101
|
-
};
|
|
102
|
-
rootEl: HTMLDivElement;
|
|
103
30
|
};
|
|
104
|
-
type
|
|
105
|
-
declare const
|
|
31
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
32
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
106
33
|
click: (event: MouseEvent | KeyboardEvent) => any;
|
|
107
34
|
"update:modelValue": (value: boolean) => any;
|
|
108
35
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -125,72 +52,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
125
52
|
expandLabel: string;
|
|
126
53
|
collapseLabel: string;
|
|
127
54
|
revealActionsOnHover: boolean;
|
|
128
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
$data: {};
|
|
132
|
-
$props: {
|
|
133
|
-
readonly bold?: boolean | undefined;
|
|
134
|
-
readonly size?: import('../..').TextSize | undefined;
|
|
135
|
-
readonly step?: import('../..').TextStep | undefined;
|
|
136
|
-
readonly color?: import('../..').TextColor | undefined;
|
|
137
|
-
readonly align?: import('../..').TextAlign | undefined;
|
|
138
|
-
readonly compact?: boolean | undefined;
|
|
139
|
-
readonly tag?: string | undefined;
|
|
140
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
141
|
-
$attrs: {
|
|
142
|
-
[x: string]: unknown;
|
|
143
|
-
};
|
|
144
|
-
$refs: {
|
|
145
|
-
[x: string]: unknown;
|
|
146
|
-
};
|
|
147
|
-
$slots: Readonly<{
|
|
148
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
149
|
-
}>;
|
|
150
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
151
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
152
|
-
$host: Element | null;
|
|
153
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
154
|
-
$el: any;
|
|
155
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../N8nText/Text.vue').TextProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
156
|
-
bold: boolean;
|
|
157
|
-
size: import('../..').TextSize;
|
|
158
|
-
compact: boolean;
|
|
159
|
-
tag: string;
|
|
160
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
161
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
162
|
-
created?: (() => void) | (() => void)[];
|
|
163
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
164
|
-
mounted?: (() => void) | (() => void)[];
|
|
165
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
166
|
-
updated?: (() => void) | (() => void)[];
|
|
167
|
-
activated?: (() => void) | (() => void)[];
|
|
168
|
-
deactivated?: (() => void) | (() => void)[];
|
|
169
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
170
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
171
|
-
destroyed?: (() => void) | (() => void)[];
|
|
172
|
-
unmounted?: (() => void) | (() => void)[];
|
|
173
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
174
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
175
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
176
|
-
};
|
|
177
|
-
$forceUpdate: () => void;
|
|
178
|
-
$nextTick: typeof import('vue').nextTick;
|
|
179
|
-
$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;
|
|
180
|
-
} & Readonly<{
|
|
181
|
-
bold: boolean;
|
|
182
|
-
size: import('../..').TextSize;
|
|
183
|
-
compact: boolean;
|
|
184
|
-
tag: string;
|
|
185
|
-
}> & Omit<Readonly<import('../N8nText/Text.vue').TextProps> & Readonly<{}>, "bold" | "size" | "compact" | "tag"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
186
|
-
$slots: {
|
|
187
|
-
default?(_: {}): any;
|
|
188
|
-
};
|
|
189
|
-
}) | null;
|
|
190
|
-
}, HTMLDivElement>;
|
|
191
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
55
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
56
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
57
|
+
declare const _default: typeof __VLS_export;
|
|
192
58
|
export default _default;
|
|
193
|
-
type
|
|
59
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
194
60
|
new (): {
|
|
195
61
|
$slots: S;
|
|
196
62
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export interface SettingsRowConfigureProps {
|
|
2
2
|
value?: string;
|
|
3
3
|
}
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<SettingsRowConfigureProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsRowConfigureProps> & Readonly<{}>, {
|
|
5
5
|
value: string;
|
|
6
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
export interface SettingsRowGroupProps {
|
|
2
2
|
tag?: string;
|
|
3
3
|
}
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<SettingsRowGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsRowGroupProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<SettingsRowGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsRowGroupProps> & Readonly<{}>, {
|
|
14
9
|
tag: string;
|
|
15
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
18
|
-
type
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
15
|
new (): {
|
|
20
16
|
$slots: S;
|
|
21
17
|
};
|
|
@@ -8,19 +8,13 @@ export interface SettingsSaveBarProps {
|
|
|
8
8
|
floating?: boolean;
|
|
9
9
|
saveShortcut?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
refs: {
|
|
18
|
-
barElement: HTMLDivElement;
|
|
19
|
-
};
|
|
20
|
-
rootEl: any;
|
|
11
|
+
declare var __VLS_9: {}, __VLS_22: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_9) => any;
|
|
14
|
+
} & {
|
|
15
|
+
actions?: (props: typeof __VLS_22) => any;
|
|
21
16
|
};
|
|
22
|
-
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<SettingsSaveBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<SettingsSaveBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
18
|
save: () => any;
|
|
25
19
|
discard: () => any;
|
|
26
20
|
}, string, import('vue').PublicProps, Readonly<SettingsSaveBarProps> & Readonly<{
|
|
@@ -35,12 +29,11 @@ declare const __VLS_component: import('vue').DefineComponent<SettingsSaveBarProp
|
|
|
35
29
|
saveDisabled: boolean;
|
|
36
30
|
floating: boolean;
|
|
37
31
|
saveShortcut: boolean;
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
42
35
|
export default _default;
|
|
43
|
-
type
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
37
|
new (): {
|
|
45
38
|
$slots: S;
|
|
46
39
|
};
|
|
@@ -3,25 +3,23 @@ export interface SettingsSectionProps {
|
|
|
3
3
|
description?: string;
|
|
4
4
|
headingTag?: string;
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: HTMLElement;
|
|
6
|
+
declare var __VLS_1: {}, __VLS_9: {}, __VLS_17: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
title?: (props: typeof __VLS_1) => any;
|
|
9
|
+
} & {
|
|
10
|
+
description?: (props: typeof __VLS_9) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_17) => any;
|
|
15
13
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<SettingsSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsSectionProps> & Readonly<{}>, {
|
|
14
|
+
declare const __VLS_base: import('vue').DefineComponent<SettingsSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SettingsSectionProps> & Readonly<{}>, {
|
|
18
15
|
title: string;
|
|
19
16
|
description: string;
|
|
20
17
|
headingTag: string;
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
22
|
-
declare const
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
23
21
|
export default _default;
|
|
24
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
23
|
new (): {
|
|
26
24
|
$slots: S;
|
|
27
25
|
};
|
|
@@ -4,8 +4,9 @@ interface SpinnerProps {
|
|
|
4
4
|
size?: IconSize;
|
|
5
5
|
type?: (typeof TYPE)[number];
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<SpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
|
|
8
8
|
type: (typeof TYPE)[number];
|
|
9
9
|
size: IconSize;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
declare const _default: typeof __VLS_export;
|
|
11
12
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { StatusDotProps } from './StatusDot.types';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<StatusDotProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StatusDotProps> & Readonly<{}>, {
|
|
3
3
|
variant: import('./StatusDot.types').StatusDotVariant;
|
|
4
4
|
pulse: boolean;
|
|
5
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
5
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -7,29 +7,19 @@ interface StepperProps {
|
|
|
7
7
|
steps: StepperStep[];
|
|
8
8
|
showIndex?: boolean;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
index: number;
|
|
16
|
-
}): unknown;
|
|
17
|
-
}> & {
|
|
18
|
-
default(props: {
|
|
19
|
-
step: StepperStep;
|
|
20
|
-
index: number;
|
|
21
|
-
}): unknown;
|
|
22
|
-
};
|
|
23
|
-
refs: {};
|
|
24
|
-
rootEl: any;
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
default(props: {
|
|
12
|
+
step: StepperStep;
|
|
13
|
+
index: number;
|
|
14
|
+
}): unknown;
|
|
25
15
|
};
|
|
26
|
-
|
|
27
|
-
declare const __VLS_component: import('vue').DefineComponent<StepperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StepperProps> & Readonly<{}>, {
|
|
16
|
+
declare const __VLS_base: import('vue').DefineComponent<StepperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<StepperProps> & Readonly<{}>, {
|
|
28
17
|
showIndex: boolean;
|
|
29
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
|
-
declare const
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
31
21
|
export default _default;
|
|
32
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
23
|
new (): {
|
|
34
24
|
$slots: S;
|
|
35
25
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StickyProps } from './types';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<StickyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
3
|
edit: (editing: boolean) => any;
|
|
4
4
|
"update:modelValue": (value: string) => any;
|
|
5
5
|
"markdown-click": (link: HTMLAnchorElement, e: MouseEvent) => any;
|
|
@@ -16,141 +16,6 @@ declare const _default: import('vue').DefineComponent<StickyProps, {}, {}, {}, {
|
|
|
16
16
|
minWidth: number;
|
|
17
17
|
backgroundColor: number | string;
|
|
18
18
|
editMode: boolean;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
20
|
-
|
|
21
|
-
$: import('vue').ComponentInternalInstance;
|
|
22
|
-
$data: {};
|
|
23
|
-
$props: {
|
|
24
|
-
readonly modelValue?: string | number | null | undefined;
|
|
25
|
-
readonly type?: import('../N8nInput').InputType | undefined;
|
|
26
|
-
readonly size?: import('../N8nInput').InputSize | undefined;
|
|
27
|
-
readonly placeholder?: string | undefined;
|
|
28
|
-
readonly disabled?: boolean | undefined;
|
|
29
|
-
readonly readonly?: boolean | undefined;
|
|
30
|
-
readonly required?: boolean | undefined;
|
|
31
|
-
readonly clearable?: boolean | undefined;
|
|
32
|
-
readonly rows?: number | undefined;
|
|
33
|
-
readonly masked?: boolean | undefined;
|
|
34
|
-
readonly maxlength?: number | undefined;
|
|
35
|
-
readonly autosize?: boolean | {
|
|
36
|
-
minRows?: number;
|
|
37
|
-
maxRows?: number;
|
|
38
|
-
} | undefined;
|
|
39
|
-
readonly autofocus?: boolean | undefined;
|
|
40
|
-
readonly autocomplete?: import('../N8nInput').InputAutocomplete | undefined;
|
|
41
|
-
readonly name?: string | undefined;
|
|
42
|
-
readonly onInput?: ((value: string) => any) | undefined;
|
|
43
|
-
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
44
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
45
|
-
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
46
|
-
readonly onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
47
|
-
readonly onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
48
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
49
|
-
$attrs: {
|
|
50
|
-
[x: string]: unknown;
|
|
51
|
-
};
|
|
52
|
-
$refs: {
|
|
53
|
-
[x: string]: unknown;
|
|
54
|
-
} & {
|
|
55
|
-
inputRef: HTMLTextAreaElement;
|
|
56
|
-
};
|
|
57
|
-
$slots: Readonly<{
|
|
58
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
59
|
-
}>;
|
|
60
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
61
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
62
|
-
$host: Element | null;
|
|
63
|
-
$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);
|
|
64
|
-
$el: any;
|
|
65
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
66
|
-
onInput?: ((value: string) => any) | undefined;
|
|
67
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
68
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
69
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
70
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
71
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
72
|
-
}>, {
|
|
73
|
-
focus: () => void | undefined;
|
|
74
|
-
blur: () => void | undefined;
|
|
75
|
-
select: () => void | undefined;
|
|
76
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
77
|
-
input: (value: string) => any;
|
|
78
|
-
focus: (event: FocusEvent) => any;
|
|
79
|
-
"update:modelValue": (value: string) => any;
|
|
80
|
-
blur: (event: FocusEvent) => any;
|
|
81
|
-
keydown: (event: KeyboardEvent) => any;
|
|
82
|
-
mousedown: (event: MouseEvent) => any;
|
|
83
|
-
}, string, {
|
|
84
|
-
type: import('../N8nInput').InputType;
|
|
85
|
-
name: string;
|
|
86
|
-
disabled: boolean;
|
|
87
|
-
required: boolean;
|
|
88
|
-
size: import('../N8nInput').InputSize;
|
|
89
|
-
placeholder: string;
|
|
90
|
-
rows: number;
|
|
91
|
-
modelValue: string | number | null;
|
|
92
|
-
readonly: boolean;
|
|
93
|
-
clearable: boolean;
|
|
94
|
-
masked: boolean;
|
|
95
|
-
maxlength: number;
|
|
96
|
-
autosize: boolean | {
|
|
97
|
-
minRows?: number;
|
|
98
|
-
maxRows?: number;
|
|
99
|
-
};
|
|
100
|
-
autofocus: boolean;
|
|
101
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
102
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
103
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
104
|
-
created?: (() => void) | (() => void)[];
|
|
105
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
106
|
-
mounted?: (() => void) | (() => void)[];
|
|
107
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
108
|
-
updated?: (() => void) | (() => void)[];
|
|
109
|
-
activated?: (() => void) | (() => void)[];
|
|
110
|
-
deactivated?: (() => void) | (() => void)[];
|
|
111
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
112
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
113
|
-
destroyed?: (() => void) | (() => void)[];
|
|
114
|
-
unmounted?: (() => void) | (() => void)[];
|
|
115
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
116
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
117
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
118
|
-
};
|
|
119
|
-
$forceUpdate: () => void;
|
|
120
|
-
$nextTick: typeof import('vue').nextTick;
|
|
121
|
-
$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;
|
|
122
|
-
} & Readonly<{
|
|
123
|
-
type: import('../N8nInput').InputType;
|
|
124
|
-
name: string;
|
|
125
|
-
disabled: boolean;
|
|
126
|
-
required: boolean;
|
|
127
|
-
size: import('../N8nInput').InputSize;
|
|
128
|
-
placeholder: string;
|
|
129
|
-
rows: number;
|
|
130
|
-
modelValue: string | number | null;
|
|
131
|
-
readonly: boolean;
|
|
132
|
-
clearable: boolean;
|
|
133
|
-
masked: boolean;
|
|
134
|
-
maxlength: number;
|
|
135
|
-
autosize: boolean | {
|
|
136
|
-
minRows?: number;
|
|
137
|
-
maxRows?: number;
|
|
138
|
-
};
|
|
139
|
-
autofocus: boolean;
|
|
140
|
-
autocomplete: import('../N8nInput').InputAutocomplete;
|
|
141
|
-
}> & Omit<Readonly<import('../N8nInput').InputProps> & Readonly<{
|
|
142
|
-
onInput?: ((value: string) => any) | undefined;
|
|
143
|
-
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
144
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
145
|
-
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
146
|
-
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
147
|
-
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
148
|
-
}>, "select" | "focus" | "blur" | ("type" | "name" | "disabled" | "required" | "size" | "placeholder" | "rows" | "modelValue" | "readonly" | "clearable" | "masked" | "maxlength" | "autosize" | "autofocus" | "autocomplete")> & import('vue').ShallowUnwrapRef<{
|
|
149
|
-
focus: () => void | undefined;
|
|
150
|
-
blur: () => void | undefined;
|
|
151
|
-
select: () => void | undefined;
|
|
152
|
-
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
153
|
-
$slots: Readonly<import('../N8nInput').InputSlots> & import('../N8nInput').InputSlots;
|
|
154
|
-
}) | null;
|
|
155
|
-
}, HTMLDivElement>;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
156
21
|
export default _default;
|
|
@@ -14,7 +14,7 @@ export interface SuggestedActionsProps {
|
|
|
14
14
|
notice?: string;
|
|
15
15
|
hideTrigger?: boolean;
|
|
16
16
|
}
|
|
17
|
-
declare const
|
|
17
|
+
declare const __VLS_export: import('vue').DefineComponent<SuggestedActionsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
18
18
|
"update:open": (open: boolean) => any;
|
|
19
19
|
"action-click": (actionId: string) => any;
|
|
20
20
|
}, string, import('vue').PublicProps, Readonly<SuggestedActionsProps> & Readonly<{
|
|
@@ -25,4 +25,5 @@ declare const _default: import('vue').DefineComponent<SuggestedActionsProps, {},
|
|
|
25
25
|
popoverAlignment: "start" | "end" | "center";
|
|
26
26
|
popoverSideOffset: number;
|
|
27
27
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
28
29
|
export default _default;
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import { SwitchProps, SwitchSlots } from './Switch.types';
|
|
2
2
|
type __VLS_Props = SwitchProps;
|
|
3
|
-
type
|
|
3
|
+
type __VLS_Slots = SwitchSlots;
|
|
4
|
+
type __VLS_ModelProps = {
|
|
4
5
|
modelValue?: boolean;
|
|
5
|
-
} & __VLS_Props;
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: Readonly<SwitchSlots> & SwitchSlots;
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
11
6
|
};
|
|
12
|
-
type
|
|
13
|
-
declare const
|
|
7
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
9
|
"update:modelValue": (value: boolean) => any;
|
|
15
10
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
11
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
12
|
}>, {
|
|
18
13
|
size: import('./Switch.types').SwitchSize;
|
|
19
14
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const
|
|
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
|
|
18
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
19
|
new (): {
|
|
24
20
|
$slots: S;
|
|
25
21
|
};
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import { TabsProps } from './Tabs.types';
|
|
2
|
-
declare const
|
|
3
|
-
props: __VLS_PrettifyLocal<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} &
|
|
7
|
-
|
|
2
|
+
declare const __VLS_export: <Value extends string | number>(__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<TabsProps<Value> & {
|
|
4
|
+
"onUpdate:modelValue"?: ((tab: Value) => any) | undefined;
|
|
5
|
+
onTooltipClick?: ((tab: Value, e: MouseEvent) => any) | undefined;
|
|
6
|
+
}> & (typeof globalThis extends {
|
|
7
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
8
|
+
} ? P : {});
|
|
9
|
+
expose: (exposed: {}) => void;
|
|
8
10
|
attrs: any;
|
|
9
11
|
slots: {};
|
|
10
12
|
emit: ((evt: "update:modelValue", tab: Value) => void) & ((evt: "tooltipClick", tab: Value, e: MouseEvent) => void);
|
|
11
13
|
}>) => import('vue').VNode & {
|
|
12
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
14
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
13
15
|
};
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
14
17
|
export default _default;
|
|
15
|
-
type __VLS_PrettifyLocal<T> = {
|
|
18
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
16
19
|
[K in keyof T]: T[K];
|
|
17
|
-
}
|
|
20
|
+
} : {
|
|
21
|
+
[K in keyof T as K]: T[K];
|
|
22
|
+
}) & {};
|
|
@@ -3,22 +3,18 @@ interface TagProps {
|
|
|
3
3
|
clickable?: boolean;
|
|
4
4
|
size?: 'sm' | 'md' | 'lg';
|
|
5
5
|
}
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
tag?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: HTMLSpanElement;
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
tag?: (props: typeof __VLS_1) => any;
|
|
13
9
|
};
|
|
14
|
-
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<TagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<TagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TagProps> & Readonly<{}>, {
|
|
16
11
|
size: "sm" | "md" | "lg";
|
|
17
12
|
clickable: boolean;
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
19
|
-
declare const
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
20
16
|
export default _default;
|
|
21
|
-
type
|
|
17
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
22
18
|
new (): {
|
|
23
19
|
$slots: S;
|
|
24
20
|
};
|