@n8n/design-system 2.38.3 → 2.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/dist/components/AskAssistantAvatar/AssistantAvatar.vue.d.ts +3 -2
- package/dist/components/AskAssistantButton/AskAssistantButton.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/AskAssistantChat.vue.d.ts +57 -672
- package/dist/components/AskAssistantChat/messages/BaseMessage.vue.d.ts +8 -12
- package/dist/components/AskAssistantChat/messages/BlockMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/CodeDiffMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/ErrorMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/EventMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/MessageRating.vue.d.ts +3 -138
- package/dist/components/AskAssistantChat/messages/MessageWrapper.vue.d.ts +24 -27
- package/dist/components/AskAssistantChat/messages/RestoreVersionConfirm.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/TextMessage.vue.d.ts +11 -19
- package/dist/components/AskAssistantChat/messages/ThinkingMessage.vue.d.ts +3 -2
- package/dist/components/AskAssistantChat/messages/ToolMessage.vue.d.ts +2 -1
- package/dist/components/AskAssistantChat/messages/helpers.d.ts +6 -8
- package/dist/components/AskAssistantIcon/AssistantIcon.vue.d.ts +3 -2
- package/dist/components/AskAssistantText/AssistantText.vue.d.ts +3 -2
- package/dist/components/BlinkingCursor/BlinkingCursor.vue.d.ts +2 -1
- package/dist/components/CanvasCollaborationPill/CanvasCollaborationPill.vue.d.ts +3 -2
- package/dist/components/CanvasPill/CanvasPill.vue.d.ts +9 -12
- package/dist/components/CanvasThinkingPill/CanvasThinkingPill.vue.d.ts +3 -2
- package/dist/components/CodeDiff/CodeDiff.vue.d.ts +3 -2
- package/dist/components/ConditionalRouterLink/CondtionalRouterLink.vue.d.ts +11 -13
- package/dist/components/DateRangePicker/DateRangePicker.vue.d.ts +9 -20
- package/dist/components/DateRangePicker/DateRangePickerField.vue.d.ts +2 -1
- package/dist/components/IconTextButton/IconTextButton.vue.d.ts +8 -16
- package/dist/components/InlineAskAssistantButton/InlineAskAssistantButton.vue.d.ts +3 -2
- package/dist/components/N8nActionDropdown/ActionDropdown.vue.d.ts +22 -15
- package/dist/components/N8nActionPill/ActionPill.vue.d.ts +10 -13
- package/dist/components/N8nActionToggle/ActionToggle.vue.d.ts +18 -13
- package/dist/components/N8nAiActivityStep/AiActivityStep.vue.d.ts +10 -13
- package/dist/components/N8nAiActivityStepButton/AiActivityStepButton.vue.d.ts +11 -19
- package/dist/components/N8nAiActivityStepChevron/AiActivityStepChevron.vue.d.ts +5 -1
- package/dist/components/N8nAiActivityStepGroup/AiActivityStepGroup.vue.d.ts +12 -13
- package/dist/components/N8nAiActivityStepResultSection/AiActivityStepResultSection.vue.d.ts +7 -11
- package/dist/components/N8nAiModelSelectorDropdown/AiModelSelectorDropdown.vue.d.ts +17 -24
- package/dist/components/N8nAlert/Alert.vue.d.ts +14 -15
- package/dist/components/N8nAlertDialog/AlertDialog.vue.d.ts +6 -13
- package/dist/components/N8nAnimatedCollapsibleContent/AnimatedCollapsibleContent.vue.d.ts +7 -11
- package/dist/components/N8nAvatar/Avatar.vue.d.ts +3 -2
- package/dist/components/N8nBadge/Badge.vue.d.ts +8 -12
- package/dist/components/N8nBlockUi/BlockUi.vue.d.ts +2 -1
- package/dist/components/N8nBreadcrumbs/Breadcrumbs.vue.d.ts +10 -13
- package/dist/components/N8nButton/Button.vue.d.ts +9 -12
- package/dist/components/N8nButtonList/ButtonList.vue.d.ts +8 -12
- package/dist/components/N8nCallout/Callout.vue.d.ts +12 -14
- package/dist/components/N8nCard/Card.vue.d.ts +16 -16
- package/dist/components/N8nChatActions/ChatActions.types.d.ts +27 -0
- package/dist/components/N8nChatActions/ChatActions.vue.d.ts +17 -0
- package/dist/components/N8nChatInput/ChatInput.vue.d.ts +19 -22
- package/dist/components/N8nChatMessage/ChatMessage.vue.d.ts +7 -21
- package/dist/components/N8nCircleLoader/CircleLoader.vue.d.ts +3 -2
- package/dist/components/N8nCodeBlock/CodeBlock.vue.d.ts +6 -6
- package/dist/components/N8nCollapsiblePanel/CollapsiblePanel.vue.d.ts +11 -13
- package/dist/components/N8nColorPicker/ColorPicker.vue.d.ts +3 -2
- package/dist/components/N8nCommandBar/CommandBar.vue.d.ts +6 -168
- package/dist/components/N8nCommandBar/CommandBarItem.vue.d.ts +3 -2
- package/dist/components/N8nCopyInput/CopyInput.vue.d.ts +3 -2
- package/dist/components/N8nDataTableServer/N8nDataTableServer.vue.d.ts +29 -34
- package/dist/components/N8nDatatable/Datatable.vue.d.ts +18 -12
- package/dist/components/N8nDialog/Dialog.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogClose.vue.d.ts +9 -12
- package/dist/components/N8nDialog/DialogContent.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogDescription.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogFooter.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogHeader.vue.d.ts +7 -11
- package/dist/components/N8nDialog/DialogOverlay.vue.d.ts +2 -1
- package/dist/components/N8nDialog/DialogTitle.vue.d.ts +7 -11
- package/dist/components/N8nDropdownMenu/DropdownMenu.types.d.ts +1 -0
- package/dist/components/N8nDropdownMenu/DropdownMenu.vue.d.ts +19 -14
- package/dist/components/N8nDropdownMenu/DropdownMenuItem.vue.d.ts +18 -13
- package/dist/components/N8nDropdownMenu/DropdownMenuItems.vue.d.ts +18 -13
- package/dist/components/N8nDropdownMenu/DropdownMenuSearch.vue.d.ts +9 -21
- package/dist/components/N8nDropdownMenu/DropdownMenuSearchableContent.vue.d.ts +19 -23
- package/dist/components/N8nEmptyState/EmptyState.vue.d.ts +14 -15
- package/dist/components/N8nEmptyState/EmptyStateIconCards.vue.d.ts +2 -1
- package/dist/components/N8nExternalLink/ExternalLink.vue.d.ts +7 -11
- package/dist/components/N8nFloatingWindow/FloatingWindow.vue.d.ts +11 -21
- package/dist/components/N8nFormBox/FormBox.vue.d.ts +8 -12
- package/dist/components/N8nFormInput/FormInput.vue.d.ts +9 -285
- package/dist/components/N8nFormInputs/FormInputs.vue.d.ts +3 -2
- package/dist/components/N8nHeaderAction/HeaderAction.vue.d.ts +2 -1
- package/dist/components/N8nHeading/Heading.vue.d.ts +7 -11
- package/dist/components/N8nHoverCard/HoverCard.vue.d.ts +18 -20
- package/dist/components/N8nIcon/Icon.vue.d.ts +2 -1
- package/dist/components/N8nIconButton/IconButton.vue.d.ts +2 -1
- package/dist/components/N8nIconPicker/IconColorPicker.vue.d.ts +4 -3
- package/dist/components/N8nIconPicker/IconPicker.vue.d.ts +8 -188
- package/dist/components/N8nIconPicker/SkinTonePicker.vue.d.ts +4 -3
- package/dist/components/N8nInfoAccordion/InfoAccordion.vue.d.ts +8 -12
- package/dist/components/N8nInfoTip/InfoTip.vue.d.ts +10 -13
- package/dist/components/N8nInlineTextEdit/InlineTextEdit.vue.d.ts +3 -172
- package/dist/components/N8nInput/Input.vue.d.ts +7 -16
- package/dist/components/N8nInputLabel/InputLabel.vue.d.ts +14 -15
- package/dist/components/N8nInputNumber/InputNumber.vue.d.ts +7 -118
- package/dist/components/N8nKeyboardShortcut/N8nKeyboardShortcut.vue.d.ts +2 -1
- package/dist/components/N8nLink/Link.vue.d.ts +7 -11
- package/dist/components/N8nLoading/Loading.vue.d.ts +2 -1
- package/dist/components/N8nLogo/Logo.vue.d.ts +8 -16
- package/dist/components/N8nMarkdown/Markdown.vue.d.ts +3 -4
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.types.d.ts +2 -0
- package/dist/components/N8nMarkdownEditor/MarkdownEditor.vue.d.ts +7 -6
- package/dist/components/N8nMarkdownEditor/MarkdownEditorToolbar.vue.d.ts +3 -2
- package/dist/components/N8nMarkdownEditor/composables/useMarkdownEditor.d.ts +1 -1
- package/dist/components/N8nMenuItem/MenuItem.vue.d.ts +3 -2
- package/dist/components/N8nNavigationDropdown/NavigationDropdown.vue.d.ts +13 -176
- package/dist/components/N8nNodeCreatorNode/NodeCreatorNode.vue.d.ts +9 -18
- package/dist/components/N8nNodeIcon/IconContent.vue.d.ts +2 -1
- package/dist/components/N8nNodeIcon/NodeIcon.vue.d.ts +3 -2
- package/dist/components/N8nNotice/Notice.vue.d.ts +8 -12
- package/dist/components/N8nOption/Option.vue.d.ts +7 -11
- package/dist/components/N8nPagination/Pagination.vue.d.ts +6 -15
- package/dist/components/N8nPopover/Popover.vue.d.ts +16 -18
- package/dist/components/N8nPromptInputSuggestions/N8nPromptInputSuggestions.vue.d.ts +10 -13
- package/dist/components/N8nPulse/Pulse.vue.d.ts +7 -11
- package/dist/components/N8nRadioGroup/RadioGroup.vue.d.ts +7 -11
- package/dist/components/N8nRadioGroup/RadioGroupItem.vue.d.ts +5 -10
- package/dist/components/N8nRecycleScroller/RecycleScroller.vue.d.ts +14 -9
- package/dist/components/N8nResizeWrapper/ResizeWrapper.vue.d.ts +8 -12
- package/dist/components/N8nResizeableSticky/ResizeableSticky.vue.d.ts +3 -2
- package/dist/components/N8nRoute/Route.vue.d.ts +9 -12
- package/dist/components/N8nScrollArea/N8nScrollArea.vue.d.ts +8 -141
- package/dist/components/N8nSectionHeader/SectionHeader.vue.d.ts +8 -12
- package/dist/components/N8nSegmentControl/SegmentControl.vue.d.ts +14 -11
- package/dist/components/N8nSegmentControl/SegmentControlItem.vue.d.ts +7 -11
- package/dist/components/N8nSelect/Select.vue.d.ts +20 -37
- package/dist/components/N8nSelectableList/SelectableList.vue.d.ts +20 -18
- package/dist/components/N8nSendStopButton/N8nSendStopButton.vue.d.ts +2 -1
- package/dist/components/N8nSettingsLayout/SettingsLayout.vue.d.ts +9 -12
- package/dist/components/N8nSettingsPageHeader/SettingsPageHeader.vue.d.ts +10 -13
- package/dist/components/N8nSettingsRow/SettingsRow.vue.d.ts +14 -148
- package/dist/components/N8nSettingsRowConfigure/SettingsRowConfigure.vue.d.ts +3 -2
- package/dist/components/N8nSettingsRowGroup/SettingsRowGroup.vue.d.ts +7 -11
- package/dist/components/N8nSettingsSaveBar/SettingsSaveBar.vue.d.ts +10 -17
- package/dist/components/N8nSettingsSection/SettingsSection.vue.d.ts +12 -14
- package/dist/components/N8nSpinner/Spinner.vue.d.ts +3 -2
- package/dist/components/N8nStatusDot/StatusDot.vue.d.ts +3 -2
- package/dist/components/N8nStepper/Stepper.vue.d.ts +9 -19
- package/dist/components/N8nSticky/Sticky.vue.d.ts +3 -138
- package/dist/components/N8nSuggestedActions/SuggestedActions.vue.d.ts +2 -1
- package/dist/components/N8nSwitch/Switch.vue.d.ts +7 -11
- package/dist/components/N8nTabs/Tabs.vue.d.ts +14 -9
- package/dist/components/N8nTag/Tag.vue.d.ts +8 -12
- package/dist/components/N8nTags/Tags.vue.d.ts +3 -2
- package/dist/components/N8nText/Text.vue.d.ts +7 -11
- package/dist/components/N8nToggle/Toggle.vue.d.ts +13 -14
- package/dist/components/N8nToggleGroup/ToggleGroup.vue.d.ts +11 -15
- package/dist/components/N8nTooltip/Tooltip.vue.d.ts +11 -13
- package/dist/components/N8nTree/Tree.vue.d.ts +12 -20
- package/dist/components/N8nUserInfo/UserInfo.vue.d.ts +3 -2
- package/dist/components/N8nUserSelect/UserSelect.vue.d.ts +8 -12
- package/dist/components/N8nUserStack/UserStack.vue.d.ts +3 -2
- package/dist/components/N8nUsersList/UsersList.vue.d.ts +15 -10
- package/dist/components/N8nVisuallyHidden/VisuallyHidden.vue.d.ts +16 -0
- package/dist/components/N8nVisuallyHidden/index.d.ts +1 -0
- package/dist/components/PreviewTag/PreviewTag.vue.d.ts +3 -2
- package/dist/components/ResizeObserver/ResizeObserver.vue.d.ts +10 -18
- package/dist/components/TableBase/TableBase.vue.d.ts +7 -11
- package/dist/components/TableHeaderControlsButton/TableHeaderControlsButton.vue.d.ts +14 -9
- package/dist/components/index.d.ts +3 -0
- package/dist/css/dialog.scss +1 -1
- package/dist/css/mixins/motion.scss +11 -0
- package/dist/{en-Ubc0tWnj.js → en-BQBg3T3M.js} +8 -0
- package/dist/index.js +4714 -4157
- package/dist/style.css +1 -1
- package/dist/theme.css +1 -1
- package/dist/v2/components/Checkbox/Checkbox.vue.d.ts +7 -11
- package/dist/v2/components/Combobox/Combobox.vue.d.ts +7 -230
- package/dist/v2/components/Combobox/ComboboxItem.vue.d.ts +5 -10
- package/dist/v2/components/Loading/Loading.vue.d.ts +2 -1
- package/dist/v2/components/Select/Select.types.d.ts +50 -44
- package/dist/v2/components/Select/Select.vue.d.ts +20 -15
- package/dist/v2/components/Select/SelectItem.vue.d.ts +9 -22
- package/dist/v2/components/Select/index.d.ts +3 -0
- package/dist/v2/components/TagsInput/TagsInput.vue.d.ts +6 -15
- package/dist/v2/components/Tree/Tree.vue.d.ts +5 -10
- package/dist/v2/components/Tree/TreeNode.vue.d.ts +6 -13
- package/dist/v2/components/Tree/TreeNodeDefault.vue.d.ts +6 -11
- package/package.json +7 -6
- package/dist/css/tailwind/index.css +0 -3
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
2
3
|
export default _default;
|
|
@@ -7,18 +7,11 @@ interface Props {
|
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
active?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
default?(_: {}): any;
|
|
14
|
-
};
|
|
15
|
-
refs: {
|
|
16
|
-
buttonRef: HTMLButtonElement;
|
|
17
|
-
};
|
|
18
|
-
rootEl: HTMLButtonElement;
|
|
10
|
+
declare var __VLS_6: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
default?: (props: typeof __VLS_6) => any;
|
|
19
13
|
};
|
|
20
|
-
|
|
21
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
14
|
+
declare const __VLS_base: import('vue').DefineComponent<Props, {
|
|
22
15
|
buttonRef: import('vue').Ref<HTMLButtonElement | null, HTMLButtonElement | null>;
|
|
23
16
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
17
|
click: () => any;
|
|
@@ -29,12 +22,11 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
29
22
|
iconSize: IconSize;
|
|
30
23
|
active: boolean;
|
|
31
24
|
iconPosition: "left" | "right";
|
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
36
28
|
export default _default;
|
|
37
|
-
type
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
30
|
new (): {
|
|
39
31
|
$slots: S;
|
|
40
32
|
};
|
|
@@ -4,7 +4,7 @@ interface Props {
|
|
|
4
4
|
asked?: boolean;
|
|
5
5
|
label?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_export: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
click: () => any;
|
|
9
9
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
10
10
|
onClick?: (() => any) | undefined;
|
|
@@ -12,5 +12,6 @@ declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
12
12
|
size: "small" | "medium";
|
|
13
13
|
static: boolean;
|
|
14
14
|
asked: boolean;
|
|
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;
|
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
import { ActionDropdownItem } from '../../types';
|
|
2
2
|
import { ActionDropdownProps } from './ActionDropdown.types';
|
|
3
|
-
declare const
|
|
4
|
-
props: __VLS_PrettifyLocal<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
} &
|
|
9
|
-
|
|
3
|
+
declare const __VLS_export: <T extends string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<ActionDropdownProps<T> & {
|
|
5
|
+
onSelect?: ((action: T) => any) | undefined;
|
|
6
|
+
onVisibleChange?: ((open: boolean) => any) | undefined;
|
|
7
|
+
"onBadge-click"?: ((action: T) => any) | undefined;
|
|
8
|
+
}> & (typeof globalThis extends {
|
|
9
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
10
|
+
} ? P : {});
|
|
11
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
10
12
|
open: () => void | undefined;
|
|
11
13
|
close: () => void | undefined;
|
|
12
|
-
}>)
|
|
14
|
+
}>) => void;
|
|
13
15
|
attrs: any;
|
|
14
16
|
slots: {
|
|
15
|
-
activator
|
|
16
|
-
|
|
17
|
+
activator?: (props: {}) => any;
|
|
18
|
+
} & {
|
|
19
|
+
menuItem?: (props: {
|
|
17
20
|
id: T;
|
|
18
21
|
label: string;
|
|
19
22
|
testId?: string;
|
|
@@ -28,14 +31,18 @@ declare const _default: <T extends string>(__VLS_props: NonNullable<Awaited<type
|
|
|
28
31
|
checked?: boolean;
|
|
29
32
|
variant?: "default" | "destructive";
|
|
30
33
|
children?: ActionDropdownItem<T>[] | undefined;
|
|
31
|
-
})
|
|
32
|
-
|
|
34
|
+
}) => any;
|
|
35
|
+
} & {
|
|
36
|
+
footer?: (props: {}) => any;
|
|
33
37
|
};
|
|
34
38
|
emit: ((evt: "select", action: T) => void) & ((evt: "visibleChange", open: boolean) => void) & ((evt: "badge-click", action: T) => void);
|
|
35
39
|
}>) => import('vue').VNode & {
|
|
36
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
40
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
37
41
|
};
|
|
42
|
+
declare const _default: typeof __VLS_export;
|
|
38
43
|
export default _default;
|
|
39
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
40
45
|
[K in keyof T]: T[K];
|
|
41
|
-
}
|
|
46
|
+
} : {
|
|
47
|
+
[K in keyof T as K]: T[K];
|
|
48
|
+
}) & {};
|
|
@@ -5,17 +5,13 @@ type __VLS_Props = {
|
|
|
5
5
|
size?: 'small' | 'medium';
|
|
6
6
|
type?: 'default' | 'danger' | 'info';
|
|
7
7
|
};
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLSpanElement;
|
|
8
|
+
declare var __VLS_1: {}, __VLS_3: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
|
+
} & {
|
|
12
|
+
default?: (props: typeof __VLS_3) => any;
|
|
16
13
|
};
|
|
17
|
-
|
|
18
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
15
|
click: (event: MouseEvent) => any;
|
|
20
16
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
21
17
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -25,10 +21,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
25
21
|
size: "small" | "medium";
|
|
26
22
|
hoverText: string;
|
|
27
23
|
clickable: boolean;
|
|
28
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
29
|
-
declare const
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
30
27
|
export default _default;
|
|
31
|
-
type
|
|
28
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
32
29
|
new (): {
|
|
33
30
|
$slots: S;
|
|
34
31
|
};
|
|
@@ -1,24 +1,29 @@
|
|
|
1
1
|
import { DropdownMenuItemProps } from '../N8nDropdownMenu/DropdownMenu.types';
|
|
2
2
|
import { ActionToggleItem, ActionToggleProps } from './ActionToggle.types';
|
|
3
|
-
declare const
|
|
4
|
-
props: __VLS_PrettifyLocal<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} &
|
|
10
|
-
|
|
3
|
+
declare const __VLS_export: <T extends string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
4
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<ActionToggleProps<T> & {
|
|
5
|
+
"onUpdate:modelValue"?: ((open: boolean) => any) | undefined;
|
|
6
|
+
"onItem-mouseup"?: ((action: DropdownMenuItemProps<T, ActionToggleItem<T>>) => any) | undefined;
|
|
7
|
+
onAction?: ((value: T) => any) | undefined;
|
|
8
|
+
"onVisible-change"?: ((open: boolean) => any) | undefined;
|
|
9
|
+
}> & (typeof globalThis extends {
|
|
10
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
11
|
+
} ? P : {});
|
|
12
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
11
13
|
openActionToggle: (isOpen: boolean) => void;
|
|
12
|
-
}>)
|
|
14
|
+
}>) => void;
|
|
13
15
|
attrs: any;
|
|
14
16
|
slots: {
|
|
15
|
-
default
|
|
17
|
+
default?: (props: {}) => any;
|
|
16
18
|
};
|
|
17
19
|
emit: ((evt: "update:modelValue", open: boolean) => void) & ((evt: "item-mouseup", action: DropdownMenuItemProps<T, ActionToggleItem<T>>) => void) & ((evt: "action", value: T) => void) & ((evt: "visible-change", open: boolean) => void);
|
|
18
20
|
}>) => import('vue').VNode & {
|
|
19
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
21
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
20
22
|
};
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
21
24
|
export default _default;
|
|
22
|
-
type __VLS_PrettifyLocal<T> = {
|
|
25
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
23
26
|
[K in keyof T]: T[K];
|
|
24
|
-
}
|
|
27
|
+
} : {
|
|
28
|
+
[K in keyof T as K]: T[K];
|
|
29
|
+
}) & {};
|
|
@@ -6,26 +6,23 @@ type __VLS_Props = {
|
|
|
6
6
|
wrapContent?: boolean;
|
|
7
7
|
hideErrorCallout?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
15
|
-
refs: {};
|
|
16
|
-
rootEl: HTMLDivElement;
|
|
9
|
+
declare var __VLS_50: {}, __VLS_52: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
default?: (props: typeof __VLS_50) => any;
|
|
12
|
+
} & {
|
|
13
|
+
default?: (props: typeof __VLS_52) => any;
|
|
17
14
|
};
|
|
18
|
-
|
|
19
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
15
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
16
|
error: string;
|
|
21
17
|
loading: boolean;
|
|
22
18
|
hasContent: boolean;
|
|
23
19
|
wrapContent: boolean;
|
|
24
20
|
hideErrorCallout: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
26
|
-
declare const
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
22
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
27
24
|
export default _default;
|
|
28
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
26
|
new (): {
|
|
30
27
|
$slots: S;
|
|
31
28
|
};
|
|
@@ -2,32 +2,24 @@ type __VLS_Props = {
|
|
|
2
2
|
size?: 'small' | 'medium';
|
|
3
3
|
loading?: boolean;
|
|
4
4
|
interactive?: boolean;
|
|
5
|
+
fullWidth?: boolean;
|
|
5
6
|
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
icon?: () => unknown;
|
|
12
|
-
default?: () => unknown;
|
|
13
|
-
}> & {
|
|
14
|
-
prefix?: () => unknown;
|
|
15
|
-
suffix?: () => unknown;
|
|
16
|
-
icon?: () => unknown;
|
|
17
|
-
default?: () => unknown;
|
|
18
|
-
};
|
|
19
|
-
refs: {};
|
|
20
|
-
rootEl: any;
|
|
7
|
+
type __VLS_Slots = {
|
|
8
|
+
prefix?: () => unknown;
|
|
9
|
+
suffix?: () => unknown;
|
|
10
|
+
icon?: () => unknown;
|
|
11
|
+
default?: () => unknown;
|
|
21
12
|
};
|
|
22
|
-
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
14
|
size: "small" | "medium";
|
|
25
15
|
loading: boolean;
|
|
16
|
+
fullWidth: boolean;
|
|
26
17
|
interactive: boolean;
|
|
27
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
-
declare const
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
29
21
|
export default _default;
|
|
30
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
23
|
new (): {
|
|
32
24
|
$slots: S;
|
|
33
25
|
};
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
open: boolean;
|
|
3
|
+
direction?: 'right' | 'down';
|
|
3
4
|
};
|
|
4
|
-
declare const
|
|
5
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
6
|
+
direction: "right" | "down";
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
declare const _default: typeof __VLS_export;
|
|
5
9
|
export default _default;
|
|
@@ -2,25 +2,24 @@ type __VLS_Props = {
|
|
|
2
2
|
label: string;
|
|
3
3
|
size?: 'small' | 'medium';
|
|
4
4
|
loading?: boolean;
|
|
5
|
+
fullWidth?: boolean;
|
|
6
|
+
contentPosition?: 'above' | 'below';
|
|
5
7
|
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}> & {
|
|
11
|
-
default?: () => unknown;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: any;
|
|
8
|
+
type __VLS_Slots = {
|
|
9
|
+
default?: () => unknown;
|
|
10
|
+
prefix?: () => unknown;
|
|
11
|
+
'header-trailing'?: () => unknown;
|
|
15
12
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
18
14
|
size: "small" | "medium";
|
|
19
15
|
loading: boolean;
|
|
16
|
+
fullWidth: boolean;
|
|
17
|
+
contentPosition: "above" | "below";
|
|
20
18
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
22
21
|
export default _default;
|
|
23
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
24
23
|
new (): {
|
|
25
24
|
$slots: S;
|
|
26
25
|
};
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
};
|
|
6
|
-
refs: {};
|
|
7
|
-
rootEl: HTMLDivElement;
|
|
1
|
+
declare var __VLS_1: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_1) => any;
|
|
8
4
|
};
|
|
9
|
-
|
|
10
|
-
declare const
|
|
11
|
-
declare const _default:
|
|
5
|
+
declare const __VLS_base: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
12
8
|
export default _default;
|
|
13
|
-
type
|
|
9
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
14
10
|
new (): {
|
|
15
11
|
$slots: S;
|
|
16
12
|
};
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { AiModelSelectorMenuItem, AiModelSelectorMenuItemData } from './AiModelSelectorDropdown.types';
|
|
2
|
-
declare const
|
|
3
|
-
props:
|
|
4
|
-
readonly onSearch?: ((query: string) => any) | undefined;
|
|
5
|
-
readonly onSelect?: ((id: string) => any) | undefined;
|
|
6
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onSelect" | "onSearch"> & {
|
|
2
|
+
declare const __VLS_export: <TData extends AiModelSelectorMenuItemData = AiModelSelectorMenuItemData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<{
|
|
7
4
|
items: Array<AiModelSelectorMenuItem<TData>>;
|
|
8
5
|
isLoading?: boolean;
|
|
9
6
|
selectedLabel: string;
|
|
@@ -15,24 +12,17 @@ declare const _default: <TData extends AiModelSelectorMenuItemData = AiModelSele
|
|
|
15
12
|
disabled?: boolean;
|
|
16
13
|
dataTestId: string;
|
|
17
14
|
credentialDataTestId: string;
|
|
18
|
-
} &
|
|
19
|
-
|
|
15
|
+
} & {
|
|
16
|
+
onSearch?: ((query: string) => any) | undefined;
|
|
17
|
+
onSelect?: ((id: string) => any) | undefined;
|
|
18
|
+
}> & (typeof globalThis extends {
|
|
19
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
20
|
+
} ? P : {});
|
|
21
|
+
expose: (exposed: import('vue').ShallowUnwrapRef<{
|
|
20
22
|
open: () => void;
|
|
21
|
-
}>)
|
|
23
|
+
}>) => void;
|
|
22
24
|
attrs: any;
|
|
23
|
-
slots:
|
|
24
|
-
'trigger-leading'?: (props: {
|
|
25
|
-
ui: {
|
|
26
|
-
class: string;
|
|
27
|
-
};
|
|
28
|
-
}) => void;
|
|
29
|
-
'item-leading'?: (props: {
|
|
30
|
-
item: AiModelSelectorMenuItem<TData>;
|
|
31
|
-
ui: {
|
|
32
|
-
class: string;
|
|
33
|
-
};
|
|
34
|
-
}) => void;
|
|
35
|
-
}> & {
|
|
25
|
+
slots: {
|
|
36
26
|
'trigger-leading'?: (props: {
|
|
37
27
|
ui: {
|
|
38
28
|
class: string;
|
|
@@ -47,9 +37,12 @@ declare const _default: <TData extends AiModelSelectorMenuItemData = AiModelSele
|
|
|
47
37
|
};
|
|
48
38
|
emit: ((evt: "search", query: string) => void) & ((evt: "select", id: string) => void);
|
|
49
39
|
}>) => import('vue').VNode & {
|
|
50
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
40
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
51
41
|
};
|
|
42
|
+
declare const _default: typeof __VLS_export;
|
|
52
43
|
export default _default;
|
|
53
|
-
type __VLS_PrettifyLocal<T> = {
|
|
44
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
54
45
|
[K in keyof T]: T[K];
|
|
55
|
-
}
|
|
46
|
+
} : {
|
|
47
|
+
[K in keyof T as K]: T[K];
|
|
48
|
+
}) & {};
|
|
@@ -7,27 +7,26 @@ type AlertProps = {
|
|
|
7
7
|
effect?: 'light' | 'dark';
|
|
8
8
|
background?: boolean;
|
|
9
9
|
};
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
10
|
+
declare var __VLS_6: {}, __VLS_8: {}, __VLS_10: {}, __VLS_12: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
icon?: (props: typeof __VLS_6) => any;
|
|
13
|
+
} & {
|
|
14
|
+
title?: (props: typeof __VLS_8) => any;
|
|
15
|
+
} & {
|
|
16
|
+
default?: (props: typeof __VLS_10) => any;
|
|
17
|
+
} & {
|
|
18
|
+
aside?: (props: typeof __VLS_12) => any;
|
|
20
19
|
};
|
|
21
|
-
|
|
22
|
-
declare const __VLS_component: import('vue').DefineComponent<AlertProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AlertProps> & Readonly<{}>, {
|
|
20
|
+
declare const __VLS_base: import('vue').DefineComponent<AlertProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AlertProps> & Readonly<{}>, {
|
|
23
21
|
type: "success" | "warning" | "info" | "error";
|
|
24
22
|
effect: "light" | "dark";
|
|
25
23
|
showIcon: boolean;
|
|
26
24
|
background: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
28
|
-
declare const
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
29
28
|
export default _default;
|
|
30
|
-
type
|
|
29
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
30
|
new (): {
|
|
32
31
|
$slots: S;
|
|
33
32
|
};
|
|
@@ -16,18 +16,10 @@ export interface AlertDialogEmits {
|
|
|
16
16
|
action: [];
|
|
17
17
|
cancel: [];
|
|
18
18
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
slots: Readonly<{
|
|
22
|
-
default?: () => unknown;
|
|
23
|
-
}> & {
|
|
24
|
-
default?: () => unknown;
|
|
25
|
-
};
|
|
26
|
-
refs: {};
|
|
27
|
-
rootEl: any;
|
|
19
|
+
type __VLS_Slots = {
|
|
20
|
+
default?: () => unknown;
|
|
28
21
|
};
|
|
29
|
-
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<AlertDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
declare const __VLS_base: import('vue').DefineComponent<AlertDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
23
|
"update:open": (open: boolean) => any;
|
|
32
24
|
cancel: () => any;
|
|
33
25
|
action: () => any;
|
|
@@ -42,9 +34,10 @@ declare const __VLS_component: import('vue').DefineComponent<AlertDialogProps, {
|
|
|
42
34
|
actionVariant: AlertDialogActionVariant;
|
|
43
35
|
cancelLabel: string;
|
|
44
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
45
|
-
declare const
|
|
37
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
46
39
|
export default _default;
|
|
47
|
-
type
|
|
40
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
48
41
|
new (): {
|
|
49
42
|
$slots: S;
|
|
50
43
|
};
|
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
blur?: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
9
|
blur: boolean;
|
|
15
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const
|
|
11
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
12
|
+
declare const _default: typeof __VLS_export;
|
|
17
13
|
export default _default;
|
|
18
|
-
type
|
|
14
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
19
15
|
new (): {
|
|
20
16
|
$slots: S;
|
|
21
17
|
};
|
|
@@ -5,10 +5,11 @@ interface AvatarProps {
|
|
|
5
5
|
size?: AvatarSize;
|
|
6
6
|
colors?: string[];
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
8
|
+
declare const __VLS_export: import('vue').DefineComponent<AvatarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AvatarProps> & Readonly<{}>, {
|
|
9
9
|
size: AvatarSize;
|
|
10
10
|
firstName: string | null;
|
|
11
11
|
lastName: string | null;
|
|
12
12
|
colors: string[];
|
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
declare const _default: typeof __VLS_export;
|
|
14
15
|
export default _default;
|
|
@@ -5,24 +5,20 @@ interface BadgeProps {
|
|
|
5
5
|
bold?: boolean;
|
|
6
6
|
showBorder?: boolean;
|
|
7
7
|
}
|
|
8
|
-
declare
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: HTMLSpanElement;
|
|
8
|
+
declare var __VLS_7: {};
|
|
9
|
+
type __VLS_Slots = {} & {
|
|
10
|
+
default?: (props: typeof __VLS_7) => any;
|
|
15
11
|
};
|
|
16
|
-
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<BadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
12
|
+
declare const __VLS_base: import('vue').DefineComponent<BadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BadgeProps> & Readonly<{}>, {
|
|
18
13
|
bold: boolean;
|
|
19
14
|
size: TextSize;
|
|
20
15
|
theme: BadgeTheme;
|
|
21
16
|
showBorder: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
23
|
-
declare const
|
|
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;
|
|
24
20
|
export default _default;
|
|
25
|
-
type
|
|
21
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
26
22
|
new (): {
|
|
27
23
|
$slots: S;
|
|
28
24
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
type BlockUiProps = {
|
|
2
2
|
show: boolean;
|
|
3
3
|
};
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<BlockUiProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BlockUiProps> & Readonly<{}>, {
|
|
5
5
|
show: boolean;
|
|
6
6
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
declare const _default: typeof __VLS_export;
|
|
7
8
|
export default _default;
|