@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
|
@@ -8,7 +8,7 @@ interface TagsProp {
|
|
|
8
8
|
truncateAt?: number;
|
|
9
9
|
clickable?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_export: import('vue').DefineComponent<TagsProp, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
12
|
expand: (value: boolean) => any;
|
|
13
13
|
"click:tag": (tagId: string, e: PointerEvent) => any;
|
|
14
14
|
}, string, import('vue').PublicProps, Readonly<TagsProp> & Readonly<{
|
|
@@ -19,5 +19,6 @@ declare const _default: import('vue').DefineComponent<TagsProp, {}, {}, {}, {},
|
|
|
19
19
|
clickable: boolean;
|
|
20
20
|
truncate: boolean;
|
|
21
21
|
truncateAt: number;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
23
24
|
export default _default;
|
|
@@ -8,24 +8,20 @@ export interface TextProps {
|
|
|
8
8
|
compact?: boolean;
|
|
9
9
|
tag?: string;
|
|
10
10
|
}
|
|
11
|
-
declare
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: any;
|
|
11
|
+
declare var __VLS_8: {};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_8) => any;
|
|
18
14
|
};
|
|
19
|
-
|
|
20
|
-
declare const __VLS_component: import('vue').DefineComponent<TextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TextProps> & Readonly<{}>, {
|
|
15
|
+
declare const __VLS_base: import('vue').DefineComponent<TextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TextProps> & Readonly<{}>, {
|
|
21
16
|
bold: boolean;
|
|
22
17
|
size: TextSize;
|
|
23
18
|
compact: boolean;
|
|
24
19
|
tag: string;
|
|
25
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
-
declare const
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
27
23
|
export default _default;
|
|
28
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
29
25
|
new (): {
|
|
30
26
|
$slots: S;
|
|
31
27
|
};
|
|
@@ -10,19 +10,17 @@ export interface ToggleProps extends Pick<ButtonProps, 'variant' | 'size' | 'dis
|
|
|
10
10
|
name?: string;
|
|
11
11
|
required?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
rootEl: any;
|
|
13
|
+
declare var __VLS_19: {}, __VLS_32: {}, __VLS_46: {}, __VLS_60: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
default?: (props: typeof __VLS_19) => any;
|
|
16
|
+
} & {
|
|
17
|
+
default?: (props: typeof __VLS_32) => any;
|
|
18
|
+
} & {
|
|
19
|
+
default?: (props: typeof __VLS_46) => any;
|
|
20
|
+
} & {
|
|
21
|
+
default?: (props: typeof __VLS_60) => any;
|
|
23
22
|
};
|
|
24
|
-
|
|
25
|
-
declare const __VLS_component: import('vue').DefineComponent<ToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
declare const __VLS_base: import('vue').DefineComponent<ToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
24
|
"update:modelValue": (value: boolean) => any;
|
|
27
25
|
}, string, import('vue').PublicProps, Readonly<ToggleProps> & Readonly<{
|
|
28
26
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -32,9 +30,10 @@ declare const __VLS_component: import('vue').DefineComponent<ToggleProps, {}, {}
|
|
|
32
30
|
variant: import('../..').ButtonVariant | import('../..').LegacyButtonVariant;
|
|
33
31
|
showTooltip: boolean;
|
|
34
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
35
|
-
declare const
|
|
33
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
36
35
|
export default _default;
|
|
37
|
-
type
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
38
37
|
new (): {
|
|
39
38
|
$slots: S;
|
|
40
39
|
};
|
|
@@ -13,20 +13,15 @@ export interface ToggleGroupProps {
|
|
|
13
13
|
variant?: ButtonProps['variant'];
|
|
14
14
|
size?: ButtonProps['size'];
|
|
15
15
|
}
|
|
16
|
-
declare
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}): any;
|
|
24
|
-
};
|
|
25
|
-
refs: {};
|
|
26
|
-
rootEl: any;
|
|
16
|
+
declare var __VLS_10: {
|
|
17
|
+
variant: "destructive" | "success" | "solid" | "subtle" | "ghost" | "outline" | import('../..').LegacyButtonVariant;
|
|
18
|
+
size: "xsmall" | "small" | "mini" | "medium" | "large" | "xlarge" | "xmini";
|
|
19
|
+
disabled: boolean;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_Slots = {} & {
|
|
22
|
+
default?: (props: typeof __VLS_10) => any;
|
|
27
23
|
};
|
|
28
|
-
|
|
29
|
-
declare const __VLS_component: import('vue').DefineComponent<ToggleGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
declare const __VLS_base: import('vue').DefineComponent<ToggleGroupProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
25
|
"update:modelValue": (value: AcceptableValue | AcceptableValue[]) => any;
|
|
31
26
|
}, string, import('vue').PublicProps, Readonly<ToggleGroupProps> & Readonly<{
|
|
32
27
|
"onUpdate:modelValue"?: ((value: AcceptableValue | AcceptableValue[]) => any) | undefined;
|
|
@@ -39,9 +34,10 @@ declare const __VLS_component: import('vue').DefineComponent<ToggleGroupProps, {
|
|
|
39
34
|
loop: boolean;
|
|
40
35
|
rovingFocus: boolean;
|
|
41
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
42
|
-
declare const
|
|
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
|
};
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { N8nTooltipProps } from './Tooltip.types';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: any;
|
|
2
|
+
declare var __VLS_22: {}, __VLS_30: {}, __VLS_44: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_22) => any;
|
|
5
|
+
} & {
|
|
6
|
+
default?: (props: typeof __VLS_30) => any;
|
|
7
|
+
} & {
|
|
8
|
+
content?: (props: typeof __VLS_44) => any;
|
|
11
9
|
};
|
|
12
|
-
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<N8nTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<N8nTooltipProps> & Readonly<{}>, {
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<N8nTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<N8nTooltipProps> & Readonly<{}>, {
|
|
14
11
|
teleported: boolean;
|
|
15
12
|
enterable: boolean;
|
|
16
13
|
offset: number;
|
|
@@ -21,9 +18,10 @@ declare const __VLS_component: import('vue').DefineComponent<N8nTooltipProps, {}
|
|
|
21
18
|
justifyButtons: import('./Tooltip.types').Justify;
|
|
22
19
|
avoidCollisions: boolean;
|
|
23
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
24
|
-
declare const
|
|
21
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
22
|
+
declare const _default: typeof __VLS_export;
|
|
25
23
|
export default _default;
|
|
26
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
27
25
|
new (): {
|
|
28
26
|
$slots: S;
|
|
29
27
|
};
|
|
@@ -1,23 +1,12 @@
|
|
|
1
1
|
import { TreeProps } from './Tree.types';
|
|
2
2
|
import { BinaryMetadata } from '../../types/binary';
|
|
3
|
-
declare const
|
|
4
|
-
props:
|
|
5
|
-
|
|
3
|
+
declare const __VLS_export: <Value extends unknown = unknown>(__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<TreeProps<Value>> & (typeof globalThis extends {
|
|
5
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
6
|
+
} ? P : {});
|
|
7
|
+
expose: (exposed: {}) => void;
|
|
6
8
|
attrs: any;
|
|
7
|
-
slots:
|
|
8
|
-
label(props: {
|
|
9
|
-
label: string;
|
|
10
|
-
path: Array<string | number>;
|
|
11
|
-
}): never;
|
|
12
|
-
value(props: {
|
|
13
|
-
value: Value;
|
|
14
|
-
}): never;
|
|
15
|
-
binary(props: {
|
|
16
|
-
value: BinaryMetadata;
|
|
17
|
-
path: Array<string | number>;
|
|
18
|
-
depth?: number;
|
|
19
|
-
}): never;
|
|
20
|
-
}> & {
|
|
9
|
+
slots: {
|
|
21
10
|
label(props: {
|
|
22
11
|
label: string;
|
|
23
12
|
path: Array<string | number>;
|
|
@@ -33,9 +22,12 @@ declare const _default: <Value extends unknown = unknown>(__VLS_props: NonNullab
|
|
|
33
22
|
};
|
|
34
23
|
emit: {};
|
|
35
24
|
}>) => import('vue').VNode & {
|
|
36
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
25
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
37
26
|
};
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
38
28
|
export default _default;
|
|
39
|
-
type __VLS_PrettifyLocal<T> = {
|
|
29
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
40
30
|
[K in keyof T]: T[K];
|
|
41
|
-
}
|
|
31
|
+
} : {
|
|
32
|
+
[K in keyof T as K]: T[K];
|
|
33
|
+
}) & {};
|
|
@@ -10,7 +10,8 @@ export interface UsersInfoProps {
|
|
|
10
10
|
isSamlLoginEnabled?: boolean;
|
|
11
11
|
mfaEnabled?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
13
|
+
declare const __VLS_export: import('vue').DefineComponent<UsersInfoProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<UsersInfoProps> & Readonly<{}>, {
|
|
14
14
|
disabled: 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;
|
|
@@ -11,16 +11,11 @@ interface UserSelectProps {
|
|
|
11
11
|
loading?: boolean;
|
|
12
12
|
teleported?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
prefix?(_: {}): any;
|
|
18
|
-
};
|
|
19
|
-
refs: {};
|
|
20
|
-
rootEl: HTMLDivElement;
|
|
14
|
+
declare var __VLS_12: {};
|
|
15
|
+
type __VLS_Slots = {} & {
|
|
16
|
+
prefix?: (props: typeof __VLS_12) => any;
|
|
21
17
|
};
|
|
22
|
-
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<UserSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
declare const __VLS_base: import('vue').DefineComponent<UserSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
19
|
focus: () => any;
|
|
25
20
|
blur: () => any;
|
|
26
21
|
}, string, import('vue').PublicProps, Readonly<UserSelectProps> & Readonly<{
|
|
@@ -34,10 +29,11 @@ declare const __VLS_component: import('vue').DefineComponent<UserSelectProps, {}
|
|
|
34
29
|
remote: boolean;
|
|
35
30
|
ignoreIds: string[];
|
|
36
31
|
currentUserId: string;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
38
|
-
declare const
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
34
|
+
declare const _default: typeof __VLS_export;
|
|
39
35
|
export default _default;
|
|
40
|
-
type
|
|
36
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
41
37
|
new (): {
|
|
42
38
|
$slots: S;
|
|
43
39
|
};
|
|
@@ -6,9 +6,10 @@ type __VLS_Props = {
|
|
|
6
6
|
maxAvatars?: number;
|
|
7
7
|
size?: AvatarSize;
|
|
8
8
|
};
|
|
9
|
-
declare const
|
|
9
|
+
declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
10
10
|
size: AvatarSize;
|
|
11
11
|
currentUserEmail: string | null;
|
|
12
12
|
maxAvatars: number;
|
|
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;
|
|
@@ -1,27 +1,32 @@
|
|
|
1
1
|
import { IUser } from '../../types';
|
|
2
2
|
import { UsersListProps } from './UsersList.types';
|
|
3
|
-
declare const
|
|
4
|
-
props: __VLS_PrettifyLocal<
|
|
5
|
-
|
|
3
|
+
declare const __VLS_export: <UserType extends IUser = IUser>(__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<UsersListProps<UserType> & {
|
|
5
|
+
onAction?: ((value: {
|
|
6
6
|
action: string;
|
|
7
7
|
userId: string;
|
|
8
8
|
}) => any) | undefined;
|
|
9
|
-
} &
|
|
10
|
-
|
|
9
|
+
}> & (typeof globalThis extends {
|
|
10
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
11
|
+
} ? P : {});
|
|
12
|
+
expose: (exposed: {}) => void;
|
|
11
13
|
attrs: any;
|
|
12
14
|
slots: {
|
|
13
|
-
actions
|
|
15
|
+
actions?: (props: {
|
|
14
16
|
user: UserType;
|
|
15
|
-
})
|
|
17
|
+
}) => any;
|
|
16
18
|
};
|
|
17
19
|
emit: (evt: "action", value: {
|
|
18
20
|
action: string;
|
|
19
21
|
userId: string;
|
|
20
22
|
}) => void;
|
|
21
23
|
}>) => import('vue').VNode & {
|
|
22
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
24
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
23
25
|
};
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
24
27
|
export default _default;
|
|
25
|
-
type __VLS_PrettifyLocal<T> = {
|
|
28
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
26
29
|
[K in keyof T]: T[K];
|
|
27
|
-
}
|
|
30
|
+
} : {
|
|
31
|
+
[K in keyof T as K]: T[K];
|
|
32
|
+
}) & {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
asChild?: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare var __VLS_8: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_8) => any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './VisuallyHidden.vue';
|
|
@@ -2,8 +2,9 @@ type __VLS_Props = {
|
|
|
2
2
|
size?: 'small' | 'medium';
|
|
3
3
|
text?: string;
|
|
4
4
|
};
|
|
5
|
-
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
6
|
text: string;
|
|
7
7
|
size: "small" | "medium";
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: typeof __VLS_export;
|
|
9
10
|
export default _default;
|
|
@@ -6,28 +6,20 @@ type __VLS_Props = {
|
|
|
6
6
|
enabled?: boolean;
|
|
7
7
|
breakpoints?: BreakpointDefinition[];
|
|
8
8
|
};
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
root: HTMLDivElement;
|
|
18
|
-
};
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
9
|
+
declare var __VLS_1: {
|
|
10
|
+
bp: string;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
default?: (props: typeof __VLS_1) => any;
|
|
20
14
|
};
|
|
21
|
-
|
|
22
|
-
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<{}>, {
|
|
23
16
|
enabled: boolean;
|
|
24
17
|
breakpoints: BreakpointDefinition[];
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
|
+
declare const _default: typeof __VLS_export;
|
|
29
21
|
export default _default;
|
|
30
|
-
type
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
31
23
|
new (): {
|
|
32
24
|
$slots: S;
|
|
33
25
|
};
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
interface TableBaseProps {
|
|
2
2
|
maxDisplayedRows?: number;
|
|
3
3
|
}
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default:
|
|
8
|
+
declare const __VLS_base: import('vue').DefineComponent<TableBaseProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TableBaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
10
|
+
declare const _default: typeof __VLS_export;
|
|
15
11
|
export default _default;
|
|
16
|
-
type
|
|
12
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
13
|
new (): {
|
|
18
14
|
$slots: S;
|
|
19
15
|
};
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import { ColumnHeader, TableHeaderControlsButtonProps } from './TableHeaderControlsButton.types';
|
|
2
|
-
declare const
|
|
3
|
-
props: __VLS_PrettifyLocal<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
} &
|
|
7
|
-
|
|
2
|
+
declare const __VLS_export: <ColumnType extends ColumnHeader>(__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<TableHeaderControlsButtonProps<ColumnType> & {
|
|
4
|
+
"onUpdate:columnVisibility"?: ((key: string, visibility: boolean) => any) | undefined;
|
|
5
|
+
"onUpdate:columnOrder"?: ((newOrder: string[]) => any) | undefined;
|
|
6
|
+
}> & (typeof globalThis extends {
|
|
7
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
8
|
+
} ? P : {});
|
|
9
|
+
expose: (exposed: {}) => void;
|
|
8
10
|
attrs: any;
|
|
9
11
|
slots: {};
|
|
10
12
|
emit: ((evt: "update:columnVisibility", key: string, visibility: boolean) => void) & ((evt: "update:columnOrder", newOrder: string[]) => void);
|
|
11
13
|
}>) => import('vue').VNode & {
|
|
12
|
-
__ctx?: Awaited<typeof __VLS_setup
|
|
14
|
+
__ctx?: NonNullable<Awaited<typeof __VLS_setup>>;
|
|
13
15
|
};
|
|
16
|
+
declare const _default: typeof __VLS_export;
|
|
14
17
|
export default _default;
|
|
15
|
-
type __VLS_PrettifyLocal<T> = {
|
|
18
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
16
19
|
[K in keyof T]: T[K];
|
|
17
|
-
}
|
|
20
|
+
} : {
|
|
21
|
+
[K in keyof T as K]: T[K];
|
|
22
|
+
}) & {};
|
|
@@ -81,6 +81,8 @@ export { default as N8nPopover } from './N8nPopover';
|
|
|
81
81
|
export { default as N8nPopoverReka } from './N8nPopover';
|
|
82
82
|
export { default as N8nChatInput, useChatInputAutoFocus, type ChatInputAutoFocusOptions, type ChatInputAutoFocusTarget, } from './N8nChatInput';
|
|
83
83
|
export { default as N8nChatMessage } from './N8nChatMessage';
|
|
84
|
+
export { default as N8nChatActions } from './N8nChatActions/ChatActions.vue';
|
|
85
|
+
export type { ChatActionCopyResult, ChatActionCopyStatus, ChatActionReadAloudResult, ChatActionReadAloudStatus, ChatActionsProps, } from './N8nChatActions/ChatActions.types';
|
|
84
86
|
export { default as N8nPulse } from './N8nPulse';
|
|
85
87
|
export { default as N8nSendStopButton } from './N8nSendStopButton';
|
|
86
88
|
export { default as N8nSegmentControl } from './N8nSegmentControl';
|
|
@@ -134,3 +136,4 @@ export { default as N8nCommandBar } from './N8nCommandBar';
|
|
|
134
136
|
export type { CommandBarItem } from './N8nCommandBar/types';
|
|
135
137
|
export * from './N8nDialog';
|
|
136
138
|
export * from './N8nAlertDialog';
|
|
139
|
+
export { default as N8nVisuallyHidden } from './N8nVisuallyHidden';
|
package/dist/css/dialog.scss
CHANGED
|
@@ -621,3 +621,14 @@ $blur-motion-easing: cubic-bezier(0.32, 0.72, 0, 1);
|
|
|
621
621
|
will-change: auto;
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
|
+
|
|
625
|
+
@mixin max-height-transition {
|
|
626
|
+
transition: max-height var(--animation--height-transition--duration, var(--duration--snappy))
|
|
627
|
+
var(--animation--height-transition--easing, var(--easing--ease-out));
|
|
628
|
+
will-change: max-height;
|
|
629
|
+
|
|
630
|
+
@media (prefers-reduced-motion: reduce) {
|
|
631
|
+
transition: none;
|
|
632
|
+
will-change: auto;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
@@ -10,6 +10,9 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
|
|
|
10
10
|
"nds.userInfo.you": "(you)",
|
|
11
11
|
"nds.userSelect.selectUser": "Select User",
|
|
12
12
|
"nds.userSelect.noMatchingUsers": "No matching users",
|
|
13
|
+
"nds.select.placeholder": "Select an option",
|
|
14
|
+
"nds.select.clear": "Clear selection",
|
|
15
|
+
"nds.select.noResults": "No results found",
|
|
13
16
|
"nds.inputNumber.increase": "Increase",
|
|
14
17
|
"nds.inputNumber.decrease": "Decrease",
|
|
15
18
|
"notice.showMore": "Show more",
|
|
@@ -86,6 +89,9 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
|
|
|
86
89
|
"assistantChat.blankStateInputPlaceholder": "What would you like to automate?",
|
|
87
90
|
"assistantChat.copy": "Copy",
|
|
88
91
|
"assistantChat.copied": "Copied",
|
|
92
|
+
"assistantChat.messageActions": "Message actions",
|
|
93
|
+
"assistantChat.readAloud": "Read aloud",
|
|
94
|
+
"assistantChat.stopReading": "Stop reading",
|
|
89
95
|
"assistantChat.characterLimit": "You've reached the {limit} character limit",
|
|
90
96
|
"aiAssistant.builder.canvas.thinking": "Working...",
|
|
91
97
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
@@ -219,6 +225,8 @@ var t = /* @__PURE__ */ e({ default: () => n }), n = {
|
|
|
219
225
|
"markdownEditor.heading3": "Heading 3",
|
|
220
226
|
"markdownEditor.rawMarkdownView": "Raw markdown",
|
|
221
227
|
"markdownEditor.formattedMarkdownView": "Formatted view",
|
|
228
|
+
"markdownEditor.expand": "Expand editor",
|
|
229
|
+
"markdownEditor.collapse": "Collapse editor",
|
|
222
230
|
"markdownEditor.linkDialogTitle": "Add link",
|
|
223
231
|
"markdownEditor.linkUrl": "Link URL",
|
|
224
232
|
"markdownEditor.linkPlaceholder": "https://example.com",
|