n8n/packages/editor-ui/src/components
2024-05-31 16:27:56 +02:00
..
__tests__ fix: Fix ts errors in editor part2 (no-changelog) (#9566) 2024-05-31 13:02:21 +03:00
AIAssistantChat feat(editor): Implement AI Assistant chat UI (#9300) 2024-05-07 15:43:19 +02:00
AssignmentCollection fix(editor): Fix expression preview when previous node is selected (#9140) 2024-04-19 10:07:00 +02:00
banners fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
BecomeTemplateCreatorCta feat: Add telemetry to become creator CTA (no-changelog) (#8429) 2024-01-25 10:24:13 +02:00
canvas refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
CodeNodeEditor refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
ContextMenu ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
CredentialEdit fix(editor): Project related frontend fixes (no-changelog) (#9482) 2024-05-22 14:54:55 +01:00
CredentialPicker ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
DropArea feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
Error fix(editor): Improve contrast for --color-danger in dark mode (no-changelog) (#9537) 2024-05-29 19:09:38 +02:00
executions fix(editor): Executions view popup in dark mode (#9517) 2024-05-27 15:30:29 +02:00
ExpandableInput refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ExpressionEditorModal feat(editor): Show expression infobox on hover and cursor position (#9507) 2024-05-28 16:58:44 +02:00
FilterConditions fix(editor): Emit change events from filter component on update (#9479) 2024-05-22 09:40:09 +02:00
forms fix(editor): Project related frontend fixes (no-changelog) (#9482) 2024-05-22 14:54:55 +01:00
HtmlEditor fix(editor): Prevent updating node parameter value if it hasn't changed (#9535) 2024-05-29 16:13:54 +02:00
InlineExpressionEditor feat(editor): Show expression infobox on hover and cursor position (#9507) 2024-05-28 16:58:44 +02:00
InputTriple feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
JsEditor feat(editor): Add sections to autocomplete dropdown (#8720) 2024-03-07 17:01:05 +01:00
JsonEditor refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
layouts refactor(editor): Fix type errors in ResourcesListLayout.vue (no-changelog) (#9461) 2024-05-20 09:01:38 -04:00
MainHeader fix(editor): Show workflow data in header when execution page is hard reloaded (#9529) 2024-05-30 16:47:02 +02:00
Node feat(editor): Node Creator AI nodes improvements (#9484) 2024-05-30 16:53:33 +02:00
ResourceLocator refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
ResourceMapper refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
RunDataAi refactor: Implement LLM tracing callback to improve parsing of tokens usage stats (#9311) 2024-05-12 21:12:07 +02:00
SettingsLogStreaming ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
SetupWorkflowCredentialsButton fix: Adjust set up template button styles (no-changelog) (#8259) 2024-01-08 16:34:28 +02:00
SetupWorkflowCredentialsModal fix: Small ui fixes to workflow cred setup modal (no-changelog) (#8280) 2024-01-09 18:32:42 +02:00
SqlEditor fix(editor): Prevent updating node parameter value if it hasn't changed (#9535) 2024-05-29 16:13:54 +02:00
SuggestedTemplates ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
TagsManager fix(editor): Fix unwanted side effects from tailwind components (no-changelog) (#9359) 2024-05-10 18:12:04 +03:00
transitions feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Workers feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
WorkflowHistory fix(editor): Fix workflow history TS errors (#9433) 2024-05-17 10:59:01 +02:00
AboutModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ActivationModal.vue feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
Badge.vue fix: Remove tag animation (#6821) 2023-08-01 14:04:16 +02:00
Banner.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
BinaryDataDisplay.vue fix(editor): Fix issues in dark mode (#9068) 2024-04-08 09:21:54 +03:00
BinaryDataDisplayEmbed.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
BreakpointsObserver.vue feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
CanvasControls.vue feat(editor): Implement AI Assistant chat UI (#9300) 2024-05-07 15:43:19 +02:00
ChangePasswordModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ChatEmbedModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
CollectionParameter.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
CollectionWorkflowCard.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
CommunityPackageCard.vue fix: Fix type errors in community nodes components (#9445) 2024-05-17 14:11:55 +02:00
CommunityPackageInstallModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
CommunityPackageManageConfirmModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ContactPromptModal.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
CopyInput.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
CredentialCard.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
CredentialIcon.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialsSelect.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
CredentialsSelectModal.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
DebugPaywallModal.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
DeleteUserModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
Draggable.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
DraggableTarget.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
DuplicateWorkflowDialog.vue fix(editor): Update webhook paths when duplicating workflow (#9516) 2024-05-29 12:51:33 +02:00
EnterpriseEdition.ee.vue refactor: Fix Enteprise type errors (#9442) 2024-05-17 13:58:26 +02:00
ExpressionEdit.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ExpressionFunctionIcon.vue feat(editor): Inline expression editor (#4814) 2022-12-14 14:43:02 +01:00
ExpressionParameterInput.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ExternalSecretsProviderCard.ee.vue fix(editor): Fix External secrets typecheck (no-changelog) (#9434) 2024-05-17 14:16:00 +03:00
ExternalSecretsProviderConnectionSwitch.ee.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
ExternalSecretsProviderImage.ee.vue fix(editor): Fix External secrets typecheck (no-changelog) (#9434) 2024-05-17 14:16:00 +03:00
ExternalSecretsProviderModal.ee.vue fix(editor): Fix External secrets typecheck (no-changelog) (#9434) 2024-05-17 14:16:00 +03:00
FeatureComingSoon.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Feedback.spec.ts feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
Feedback.vue feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
FixedCollectionParameter.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
GenerateCurlModal.vue feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
GiftNotificationIcon.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
GoBackButton.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
HoverableNodeIcon.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
ImportCurlModal.vue feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
ImportCurlParameter.vue feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
InlineNameEdit.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
InlineTextEdit.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
InputPanel.vue fix(editor): Show input panel with not connected message (#9495) 2024-05-23 06:39:05 +02:00
IntersectionObserved.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
IntersectionObserver.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
InviteUsersModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
KeyboardShortcutTooltip.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
Logo.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
MainSidebar.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
MainSidebarSourceControl.vue fix(editor): Replace isInstanceOwner checks with scopes where applicable (#7858) 2023-12-04 10:02:54 +01:00
MappingPill.vue ci: Enforce code formatting on editor-ui (no-changelog) (#5022) 2022-12-23 13:37:32 +01:00
MfaSetupModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
Modal.vue feat: Enable cred setup for workflows created from templates (no-changelog) (#8240) 2024-01-05 18:07:57 +02:00
ModalDrawer.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
ModalRoot.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Modals.vue feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
MultipleParameter.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
NDVDraggablePanels.vue refactor(editor): Fix type errors in NodeDetailsView.vue (no-changelog) (#9431) 2024-05-17 10:57:14 -04:00
NDVFloatingNodes.vue feat(editor): AI Floating Nodes (#8703) 2024-02-23 13:34:32 +01:00
NDVSubConnections.vue fix(editor): Remove NDVSubConnections component console.log (no-changelog) (#8737) 2024-02-26 10:22:51 +01:00
Node.vue fix(editor): Prevent XSS in node-issues tooltip (#9490) 2024-05-22 18:40:42 +02:00
NodeCredentials.vue fix(Jira Trigger Node): Update credentials UI (#9198) 2024-05-01 07:26:09 +03:00
NodeDetailsView.vue refactor(editor): Fix type errors in NodeDetailsView.vue (no-changelog) (#9431) 2024-05-17 10:57:14 -04:00
NodeExecuteButton.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
NodeIcon.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
NodeList.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
NodeSettings.vue refactor(editor): Fix type errors in NodeDetailsView.vue (no-changelog) (#9431) 2024-05-17 10:57:14 -04:00
NodeSettingsTabs.vue feat(editor): Update Node Details View header tabs structure (#9425) 2024-05-17 12:37:34 +02:00
NodeTitle.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
NodeWebhooks.vue feat(Webhook Node): Setting to enable multiple outputs/methods (#9086) 2024-04-24 08:46:16 +03:00
OnboardingCallSignupModal.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
OutputPanel.vue fix(editor): Show input panel with not connected message (#9495) 2024-05-23 06:39:05 +02:00
PageAlert.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
PageContentWrapper.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
PanelDragButton.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterInput.vue fix(editor): Prevent updating node parameter value if it hasn't changed (#9535) 2024-05-29 16:13:54 +02:00
ParameterInputExpanded.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ParameterInputFull.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ParameterInputHint.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterInputList.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ParameterInputWrapper.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ParameterIssues.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterOptions.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
PersonalizationModal.vue feat: Track self serve trial (no-changelog) (#8801) 2024-03-06 10:29:47 +00:00
PushConnectionTracker.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
RBAC.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
RunData.vue fix(editor): Show input panel with not connected message (#9495) 2024-05-23 06:39:05 +02:00
RunDataHtml.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataJson.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataJsonActions.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataPinButton.vue fix(editor): Show pin button on binary output but disable it with tooltip (#8388) 2024-01-26 06:54:49 +01:00
RunDataSchema.vue fix(editor): Show correct schema for output with falsy keys (#9556) 2024-05-31 11:33:52 +03:00
RunDataSchemaItem.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataSearch.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
RunDataTable.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunInfo.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SaveButton.vue fix(editor): Fix shortcut issue on save buttons (#9309) 2024-05-07 09:09:09 +02:00
ScopesNotice.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SettingsSidebar.vue fix(editor): Fix blank Public API page (#9409) 2024-05-15 17:35:30 +02:00
ShortenName.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SourceControlPullModal.ee.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SourceControlPushModal.ee.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
SSOLogin.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Sticky.vue fix(editor): Fix type errors in Sticky component (no-changelog) (#9570) 2024-05-31 15:29:56 +02:00
TagsContainer.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
TagsDropdown.vue refactor(editor): Migrate header WorkflowDetails to composition api (no-changelog) (#9186) 2024-04-29 07:53:42 +03:00
Telemetry.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
TemplateCard.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplateDetails.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplateDetailsBlock.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
TemplateFilters.vue feat(editor): Add new /templates/search endpoint (#8227) 2024-01-15 16:19:24 -05:00
TemplateList.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplatesInfoCard.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplatesInfoCarousel.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TextEdit.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
TextWithHighlights.vue fix(editor): Avoid sanitizing output to search node data (#8126) 2023-12-22 15:03:40 +01:00
TimeAgo.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
TitledList.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TriggerPanel.vue feat(Webhook Node): Setting to enable multiple outputs/methods (#9086) 2024-04-24 08:46:16 +03:00
UpdatesPanel.vue fix(editor): Move versions check to init function and refactor store (no-changelog) (#8067) 2023-12-20 12:49:40 +02:00
ValueSurvey.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
VariableSelector.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
VariableSelectorItem.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
VariablesRow.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
VersionCard.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
WarningTooltip.vue fix(editor): Resolve vue 3 related console-warnings (#6779) 2023-07-28 16:59:06 +02:00
WireMeUp.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
WorkerList.ee.vue refactor(editor): Migrate pushConnection mixin to composable and remove collaboration store side effects (no-changelog) (#9249) 2024-05-03 10:26:15 +03:00
WorkflowActivator.vue refactor(editor): Convert workflowActivate mixin into a composable (no-changelog) (#9423) 2024-05-17 10:03:39 -04:00
WorkflowCard.vue feat: RBAC (#8922) 2024-05-17 10:53:15 +02:00
WorkflowLMChat.vue fix(editor): Fix sessionId for manual chat trigger execution (#9187) 2024-04-23 09:20:51 +02:00
WorkflowPreview.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
WorkflowSettings.vue fix(editor): Project related frontend fixes (no-changelog) (#9482) 2024-05-22 14:54:55 +01:00
WorkflowShareModal.ee.vue fix(editor): Project related frontend fixes (no-changelog) (#9482) 2024-05-22 14:54:55 +01:00