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