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