@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
|
@@ -13,26 +13,25 @@ interface InputLabelProps {
|
|
|
13
13
|
showTooltip?: boolean;
|
|
14
14
|
showOptions?: boolean;
|
|
15
15
|
}
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
rootEl: HTMLDivElement;
|
|
16
|
+
declare var __VLS_25: {}, __VLS_27: {}, __VLS_29: {}, __VLS_31: {};
|
|
17
|
+
type __VLS_Slots = {} & {
|
|
18
|
+
options?: (props: typeof __VLS_25) => any;
|
|
19
|
+
} & {
|
|
20
|
+
issues?: (props: typeof __VLS_27) => any;
|
|
21
|
+
} & {
|
|
22
|
+
persistentOptions?: (props: typeof __VLS_29) => any;
|
|
23
|
+
} & {
|
|
24
|
+
default?: (props: typeof __VLS_31) => any;
|
|
26
25
|
};
|
|
27
|
-
|
|
28
|
-
declare const __VLS_component: import('vue').DefineComponent<InputLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<InputLabelProps> & Readonly<{}>, {
|
|
26
|
+
declare const __VLS_base: import('vue').DefineComponent<InputLabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<InputLabelProps> & Readonly<{}>, {
|
|
29
27
|
bold: boolean;
|
|
30
28
|
size: (typeof SIZE)[number];
|
|
31
29
|
compact: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
33
|
-
declare const
|
|
30
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
32
|
+
declare const _default: typeof __VLS_export;
|
|
34
33
|
export default _default;
|
|
35
|
-
type
|
|
34
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
35
|
new (): {
|
|
37
36
|
$slots: S;
|
|
38
37
|
};
|
|
@@ -1,67 +1,6 @@
|
|
|
1
|
-
import { InputNumberProps, InputNumberSlots } from './InputNumber.types';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
slots: Readonly<InputNumberSlots> & InputNumberSlots;
|
|
5
|
-
refs: {
|
|
6
|
-
inputRef: ({
|
|
7
|
-
$: import('vue').ComponentInternalInstance;
|
|
8
|
-
$data: {};
|
|
9
|
-
$props: {
|
|
10
|
-
readonly asChild?: boolean | undefined;
|
|
11
|
-
readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
|
|
12
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
13
|
-
$attrs: {
|
|
14
|
-
[x: string]: unknown;
|
|
15
|
-
};
|
|
16
|
-
$refs: {
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
23
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
24
|
-
$host: Element | null;
|
|
25
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
26
|
-
$el: any;
|
|
27
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').NumberFieldInputProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
28
|
-
as: import('reka-ui').AsTag | import('vue').Component;
|
|
29
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
30
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
31
|
-
created?: (() => void) | (() => void)[];
|
|
32
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
33
|
-
mounted?: (() => void) | (() => void)[];
|
|
34
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
35
|
-
updated?: (() => void) | (() => void)[];
|
|
36
|
-
activated?: (() => void) | (() => void)[];
|
|
37
|
-
deactivated?: (() => void) | (() => void)[];
|
|
38
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
39
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
40
|
-
destroyed?: (() => void) | (() => void)[];
|
|
41
|
-
unmounted?: (() => void) | (() => void)[];
|
|
42
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
43
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
44
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
45
|
-
};
|
|
46
|
-
$forceUpdate: () => void;
|
|
47
|
-
$nextTick: typeof import('vue').nextTick;
|
|
48
|
-
$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;
|
|
49
|
-
} & Readonly<{
|
|
50
|
-
as: import('reka-ui').AsTag | import('vue').Component;
|
|
51
|
-
}> & Omit<Readonly<import('reka-ui').NumberFieldInputProps> & Readonly<{}>, "as"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
52
|
-
$slots: {
|
|
53
|
-
default?: (props: {}) => any;
|
|
54
|
-
};
|
|
55
|
-
}) | null;
|
|
56
|
-
};
|
|
57
|
-
rootEl: any;
|
|
58
|
-
};
|
|
59
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
60
|
-
declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
61
|
-
focus: () => void;
|
|
62
|
-
blur: () => void;
|
|
63
|
-
select: () => void;
|
|
64
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1
|
+
import { InputNumberProps, InputNumberSlots, InputNumberExposed } from './InputNumber.types';
|
|
2
|
+
type __VLS_Slots = InputNumberSlots;
|
|
3
|
+
declare const __VLS_base: import('vue').DefineComponent<InputNumberProps, InputNumberExposed, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
65
4
|
focus: (event: FocusEvent) => any;
|
|
66
5
|
"update:modelValue": (val: number) => any;
|
|
67
6
|
blur: (event: FocusEvent) => any;
|
|
@@ -75,61 +14,11 @@ declare const __VLS_component: import('vue').DefineComponent<InputNumberProps, {
|
|
|
75
14
|
stepSnapping: boolean;
|
|
76
15
|
controls: boolean;
|
|
77
16
|
controlsPosition: import('./InputNumber.types').InputNumberControlsPosition;
|
|
78
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
$data: {};
|
|
82
|
-
$props: {
|
|
83
|
-
readonly asChild?: boolean | undefined;
|
|
84
|
-
readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined;
|
|
85
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
86
|
-
$attrs: {
|
|
87
|
-
[x: string]: unknown;
|
|
88
|
-
};
|
|
89
|
-
$refs: {
|
|
90
|
-
[x: string]: unknown;
|
|
91
|
-
};
|
|
92
|
-
$slots: Readonly<{
|
|
93
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
94
|
-
}>;
|
|
95
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
96
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
97
|
-
$host: Element | null;
|
|
98
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
99
|
-
$el: any;
|
|
100
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').NumberFieldInputProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
101
|
-
as: import('reka-ui').AsTag | import('vue').Component;
|
|
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
|
-
as: import('reka-ui').AsTag | import('vue').Component;
|
|
124
|
-
}> & Omit<Readonly<import('reka-ui').NumberFieldInputProps> & Readonly<{}>, "as"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
125
|
-
$slots: {
|
|
126
|
-
default?: (props: {}) => any;
|
|
127
|
-
};
|
|
128
|
-
}) | null;
|
|
129
|
-
}, any>;
|
|
130
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
19
|
+
declare const _default: typeof __VLS_export;
|
|
131
20
|
export default _default;
|
|
132
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
133
22
|
new (): {
|
|
134
23
|
$slots: S;
|
|
135
24
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { KeyboardShortcut } from '../../types/keyboardshortcut';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<KeyboardShortcut, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<KeyboardShortcut> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -10,25 +10,21 @@ interface LinkProps {
|
|
|
10
10
|
theme?: (typeof THEME)[number];
|
|
11
11
|
title?: string;
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: any;
|
|
13
|
+
declare var __VLS_14: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_14) => any;
|
|
20
16
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<LinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LinkProps> & Readonly<{}>, {
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<LinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LinkProps> & Readonly<{}>, {
|
|
23
18
|
bold: boolean;
|
|
24
19
|
underline: boolean;
|
|
25
20
|
size: TextSize;
|
|
26
21
|
theme: (typeof THEME)[number];
|
|
27
22
|
to: RouteLocationRaw | string;
|
|
28
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
-
declare const
|
|
24
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
30
26
|
export default _default;
|
|
31
|
-
type
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
28
|
new (): {
|
|
33
29
|
$slots: S;
|
|
34
30
|
};
|
|
@@ -7,7 +7,7 @@ interface LoadingProps {
|
|
|
7
7
|
shrinkLast?: boolean;
|
|
8
8
|
variant?: (typeof VARIANT)[number];
|
|
9
9
|
}
|
|
10
|
-
declare const
|
|
10
|
+
declare const __VLS_export: import('vue').DefineComponent<LoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LoadingProps> & Readonly<{}>, {
|
|
11
11
|
variant: (typeof VARIANT)[number];
|
|
12
12
|
loading: boolean;
|
|
13
13
|
rows: number;
|
|
@@ -15,4 +15,5 @@ declare const _default: import('vue').DefineComponent<LoadingProps, {}, {}, {},
|
|
|
15
15
|
cols: number;
|
|
16
16
|
shrinkLast: boolean;
|
|
17
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
declare const _default: typeof __VLS_export;
|
|
18
19
|
export default _default;
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {
|
|
7
|
-
logo: unknown;
|
|
8
|
-
};
|
|
9
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_13: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_13) => any;
|
|
10
4
|
};
|
|
11
|
-
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<({
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<({
|
|
13
6
|
size: "large";
|
|
14
7
|
} & {
|
|
15
8
|
releaseChannel?: "stable" | "beta" | "nightly" | "dev" | "rc";
|
|
@@ -27,12 +20,11 @@ declare const __VLS_component: import('vue').DefineComponent<({
|
|
|
27
20
|
collapsed: boolean;
|
|
28
21
|
} & {
|
|
29
22
|
releaseChannel?: "stable" | "beta" | "nightly" | "dev" | "rc";
|
|
30
|
-
})> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
})> & Readonly<{}>, {}, {}, {}, {}, 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;
|
|
34
26
|
export default _default;
|
|
35
|
-
type
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
28
|
new (): {
|
|
37
29
|
$slots: S;
|
|
38
30
|
};
|
|
@@ -22,7 +22,7 @@ interface MarkdownProps {
|
|
|
22
22
|
theme?: string;
|
|
23
23
|
options?: Options;
|
|
24
24
|
}
|
|
25
|
-
declare const
|
|
25
|
+
declare const __VLS_export: import('vue').DefineComponent<MarkdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
26
|
"markdown-click": (link: HTMLAnchorElement, e: MouseEvent) => any;
|
|
27
27
|
"update-content": (content: string) => any;
|
|
28
28
|
}, string, import('vue').PublicProps, Readonly<MarkdownProps> & Readonly<{
|
|
@@ -37,7 +37,6 @@ declare const _default: import('vue').DefineComponent<MarkdownProps, {}, {}, {},
|
|
|
37
37
|
withMultiBreaks: boolean;
|
|
38
38
|
loadingBlocks: number;
|
|
39
39
|
loadingRows: number;
|
|
40
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
-
|
|
42
|
-
}, HTMLDivElement>;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
43
42
|
export default _default;
|
|
@@ -9,12 +9,14 @@ export type N8nMarkdownEditorProps = {
|
|
|
9
9
|
readonly?: boolean;
|
|
10
10
|
showToolbar?: MarkdownEditorToolbarMode;
|
|
11
11
|
maxHeight?: string | number;
|
|
12
|
+
isCollapsible?: boolean;
|
|
12
13
|
extensions?: Extension[];
|
|
13
14
|
editorProps?: EditorOptions['editorProps'];
|
|
14
15
|
containerClass?: string;
|
|
15
16
|
};
|
|
16
17
|
export type N8nMarkdownEditorEmits = {
|
|
17
18
|
'update:modelValue': [value: string];
|
|
19
|
+
'update:collapsed': [collapsed: boolean];
|
|
18
20
|
input: [value: string];
|
|
19
21
|
focus: [event: FocusEvent];
|
|
20
22
|
blur: [value: string, event: FocusEvent];
|
|
@@ -4,7 +4,7 @@ declare function focus(): void;
|
|
|
4
4
|
declare function blur(): void;
|
|
5
5
|
declare function getMarkdown(): string;
|
|
6
6
|
declare function getEditor(): Editor | undefined;
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<N8nMarkdownEditorProps, {
|
|
8
8
|
focus: typeof focus;
|
|
9
9
|
blur: typeof blur;
|
|
10
10
|
getMarkdown: typeof getMarkdown;
|
|
@@ -15,23 +15,24 @@ declare const _default: import('vue').DefineComponent<N8nMarkdownEditorProps, {
|
|
|
15
15
|
"update:modelValue": (value: string) => any;
|
|
16
16
|
blur: (value: string, event: FocusEvent) => any;
|
|
17
17
|
ready: (editor: Editor) => any;
|
|
18
|
+
"update:collapsed": (collapsed: boolean) => any;
|
|
18
19
|
}, string, import('vue').PublicProps, Readonly<N8nMarkdownEditorProps> & Readonly<{
|
|
19
20
|
onInput?: ((value: string) => any) | undefined;
|
|
20
21
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
21
22
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
22
23
|
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
23
24
|
onReady?: ((editor: Editor) => any) | undefined;
|
|
25
|
+
"onUpdate:collapsed"?: ((collapsed: boolean) => any) | undefined;
|
|
24
26
|
}>, {
|
|
25
27
|
disabled: boolean;
|
|
26
28
|
variant: import('./MarkdownEditor.types').MarkdownEditorVariant;
|
|
27
|
-
placeholder: string;
|
|
28
29
|
modelValue: string;
|
|
30
|
+
placeholder: string;
|
|
29
31
|
readonly: boolean;
|
|
30
32
|
maxHeight: string | number;
|
|
31
33
|
containerClass: string;
|
|
32
34
|
showToolbar: import('./MarkdownEditor.types').MarkdownEditorToolbarMode;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}, HTMLDivElement>;
|
|
35
|
+
isCollapsible: boolean;
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
+
declare const _default: typeof __VLS_export;
|
|
37
38
|
export default _default;
|
|
@@ -7,9 +7,10 @@ type __VLS_Props = {
|
|
|
7
7
|
mode: Exclude<MarkdownEditorToolbarMode, 'never'>;
|
|
8
8
|
variant: MarkdownEditorVariant;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
10
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
11
|
"update:isRawMode": (value: boolean) => any;
|
|
12
12
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
13
|
"onUpdate:isRawMode"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
14
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: typeof __VLS_export;
|
|
15
16
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SetupContext } from 'vue';
|
|
2
2
|
import { N8nMarkdownEditorEmits, N8nMarkdownEditorProps } from '../MarkdownEditor.types';
|
|
3
|
-
export declare const useMarkdownEditor: (props: Readonly<N8nMarkdownEditorProps>, emit: SetupContext<N8nMarkdownEditorEmits
|
|
3
|
+
export declare const useMarkdownEditor: (props: Readonly<N8nMarkdownEditorProps>, emit: SetupContext<Omit<N8nMarkdownEditorEmits, "update:collapsed">>["emit"]) => import('vue').ShallowRef<import('@tiptap/vue-3').Editor | undefined, import('@tiptap/vue-3').Editor | undefined>;
|
|
@@ -8,9 +8,10 @@ type __VLS_Props = {
|
|
|
8
8
|
open?: boolean;
|
|
9
9
|
ariaLabel?: string;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
click: () => any;
|
|
13
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
onClick?: (() => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
15
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
16
17
|
export default _default;
|
|
@@ -32,105 +32,16 @@ type __VLS_Props = {
|
|
|
32
32
|
teleport?: boolean;
|
|
33
33
|
submenuClass?: string;
|
|
34
34
|
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
item: BaseItem;
|
|
44
|
-
}) => unknown;
|
|
45
|
-
}> & {
|
|
46
|
-
[key: `item.append.${string}`]: (props: {
|
|
47
|
-
item: Item;
|
|
48
|
-
}) => unknown;
|
|
49
|
-
default?: () => unknown;
|
|
50
|
-
'item-icon'?: (props: {
|
|
51
|
-
item: BaseItem;
|
|
52
|
-
}) => unknown;
|
|
53
|
-
};
|
|
54
|
-
refs: {
|
|
55
|
-
menuRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
57
|
-
readonly defaultActive: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
|
-
readonly defaultOpeneds: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
59
|
-
readonly uniqueOpened: BooleanConstructor;
|
|
60
|
-
readonly router: BooleanConstructor;
|
|
61
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
62
|
-
readonly collapse: BooleanConstructor;
|
|
63
|
-
readonly backgroundColor: StringConstructor;
|
|
64
|
-
readonly textColor: StringConstructor;
|
|
65
|
-
readonly activeTextColor: StringConstructor;
|
|
66
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
67
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
68
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
69
|
-
}>> & {
|
|
70
|
-
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
71
|
-
onSelect?: ((index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => any) | undefined;
|
|
72
|
-
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
73
|
-
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
74
|
-
[key: string]: any;
|
|
75
|
-
}>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
|
-
close: (index: string, indexPath: string[]) => boolean;
|
|
77
|
-
open: (index: string, indexPath: string[]) => boolean;
|
|
78
|
-
select: (index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => boolean;
|
|
79
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
80
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
-
readonly collapse: boolean;
|
|
82
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
83
|
-
readonly defaultActive: string;
|
|
84
|
-
readonly defaultOpeneds: string[];
|
|
85
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
86
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
88
|
-
readonly uniqueOpened: boolean;
|
|
89
|
-
readonly router: boolean;
|
|
90
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
91
|
-
P: {};
|
|
92
|
-
B: {};
|
|
93
|
-
D: {};
|
|
94
|
-
C: {};
|
|
95
|
-
M: {};
|
|
96
|
-
Defaults: {};
|
|
97
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
98
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
99
|
-
readonly defaultActive: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
100
|
-
readonly defaultOpeneds: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
101
|
-
readonly uniqueOpened: BooleanConstructor;
|
|
102
|
-
readonly router: BooleanConstructor;
|
|
103
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
104
|
-
readonly collapse: BooleanConstructor;
|
|
105
|
-
readonly backgroundColor: StringConstructor;
|
|
106
|
-
readonly textColor: StringConstructor;
|
|
107
|
-
readonly activeTextColor: StringConstructor;
|
|
108
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
109
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
110
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
111
|
-
}>> & {
|
|
112
|
-
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
113
|
-
onSelect?: ((index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => any) | undefined;
|
|
114
|
-
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
115
|
-
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
116
|
-
[key: string]: any;
|
|
117
|
-
}>, {}, {}, {}, {
|
|
118
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
119
|
-
readonly collapse: boolean;
|
|
120
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
121
|
-
readonly defaultActive: string;
|
|
122
|
-
readonly defaultOpeneds: string[];
|
|
123
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
124
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
125
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
126
|
-
readonly uniqueOpened: boolean;
|
|
127
|
-
readonly router: boolean;
|
|
128
|
-
}> | null;
|
|
129
|
-
};
|
|
130
|
-
rootEl: any;
|
|
35
|
+
type __VLS_Slots = {
|
|
36
|
+
default?: () => unknown;
|
|
37
|
+
'item-icon'?: (props: {
|
|
38
|
+
item: BaseItem;
|
|
39
|
+
}) => unknown;
|
|
40
|
+
[key: `item.append.${string}`]: (props: {
|
|
41
|
+
item: Item;
|
|
42
|
+
}) => unknown;
|
|
131
43
|
};
|
|
132
|
-
|
|
133
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
44
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {
|
|
134
45
|
open: () => void;
|
|
135
46
|
close: () => void;
|
|
136
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -139,85 +50,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
139
50
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
140
51
|
onSelect?: ((id: string) => any) | undefined;
|
|
141
52
|
onItemClick?: ((item: MenuItemRegistered) => any) | undefined;
|
|
142
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
readonly defaultActive: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
146
|
-
readonly defaultOpeneds: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
147
|
-
readonly uniqueOpened: BooleanConstructor;
|
|
148
|
-
readonly router: BooleanConstructor;
|
|
149
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
150
|
-
readonly collapse: BooleanConstructor;
|
|
151
|
-
readonly backgroundColor: StringConstructor;
|
|
152
|
-
readonly textColor: StringConstructor;
|
|
153
|
-
readonly activeTextColor: StringConstructor;
|
|
154
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
155
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
156
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
157
|
-
}>> & {
|
|
158
|
-
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
159
|
-
onSelect?: ((index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => any) | undefined;
|
|
160
|
-
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
161
|
-
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
162
|
-
[key: string]: any;
|
|
163
|
-
}>, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
164
|
-
close: (index: string, indexPath: string[]) => boolean;
|
|
165
|
-
open: (index: string, indexPath: string[]) => boolean;
|
|
166
|
-
select: (index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => boolean;
|
|
167
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
168
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
169
|
-
readonly collapse: boolean;
|
|
170
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
171
|
-
readonly defaultActive: string;
|
|
172
|
-
readonly defaultOpeneds: string[];
|
|
173
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
174
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
175
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
176
|
-
readonly uniqueOpened: boolean;
|
|
177
|
-
readonly router: boolean;
|
|
178
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
179
|
-
P: {};
|
|
180
|
-
B: {};
|
|
181
|
-
D: {};
|
|
182
|
-
C: {};
|
|
183
|
-
M: {};
|
|
184
|
-
Defaults: {};
|
|
185
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
186
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "vertical", boolean>;
|
|
187
|
-
readonly defaultActive: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
188
|
-
readonly defaultOpeneds: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
|
|
189
|
-
readonly uniqueOpened: BooleanConstructor;
|
|
190
|
-
readonly router: BooleanConstructor;
|
|
191
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
|
|
192
|
-
readonly collapse: BooleanConstructor;
|
|
193
|
-
readonly backgroundColor: StringConstructor;
|
|
194
|
-
readonly textColor: StringConstructor;
|
|
195
|
-
readonly activeTextColor: StringConstructor;
|
|
196
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
197
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
198
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "light" | "dark", unknown, "dark", boolean>;
|
|
199
|
-
}>> & {
|
|
200
|
-
onClose?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
201
|
-
onSelect?: ((index: string, indexPath: string[], item: import('element-plus').MenuItemClicked, routerResult?: Promise<void | import('vue-router').NavigationFailure> | undefined) => any) | undefined;
|
|
202
|
-
onOpen?: ((index: string, indexPath: string[]) => any) | undefined;
|
|
203
|
-
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
204
|
-
[key: string]: any;
|
|
205
|
-
}>, {}, {}, {}, {
|
|
206
|
-
readonly ellipsis: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
207
|
-
readonly collapse: boolean;
|
|
208
|
-
readonly mode: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
|
|
209
|
-
readonly defaultActive: string;
|
|
210
|
-
readonly defaultOpeneds: string[];
|
|
211
|
-
readonly menuTrigger: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
|
|
212
|
-
readonly collapseTransition: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
213
|
-
readonly popperEffect: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
|
|
214
|
-
readonly uniqueOpened: boolean;
|
|
215
|
-
readonly router: boolean;
|
|
216
|
-
}> | null;
|
|
217
|
-
}, any>;
|
|
218
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
54
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
55
|
+
declare const _default: typeof __VLS_export;
|
|
219
56
|
export default _default;
|
|
220
|
-
type
|
|
57
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
221
58
|
new (): {
|
|
222
59
|
$slots: S;
|
|
223
60
|
};
|