n8n/packages/editor-ui/src/components
Ahsan Virani 2052cadce9
Add more frontend hooks (#1687)
*  add hook for nodecreatelist mount

*  add hook for nodeCreateList selectedTypeChanged

*  add hook for nodeCreateList nodeFilterChanged

*  add hook for nodeCreateList filteredNodeTypesComputed

*  add hook for nodeView.activeNodeChanged

*  add hook for credentialsEdit credentialTypeChanged

*  add hook for onDocumentationUrlClick

*  add hook for executionsList openDialog

*  add hook for execution open

*  add hook for credentialsList dialogVisibleChanged

*  add hook for workflowSettings

*  add hook for showMessage showError

*  add hook for nodeView createNodeActiveChanged

*  add hook for nodeView addNodeButton

*  cleanup

*  add hook for workflowRun runWorkflow

*  add hook for pushConnection executionFinished

*  add hook for runData.displayModeChanged

*  update nodeCreateList.nodeFilterChanged hook

*  update dataDisplay nodeTypeChanged hook

*  update dataDisplay nodeTypeChanged hook

*  update dataDisplay nodeTypeChanged hook

*  update error data in hooks

* update workflowRun runError hook

*  Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-05 19:46:33 -05:00
..
Error Improve node error handling (#1309) 2021-04-16 18:33:36 +02:00
mixins Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
About.vue Add "About n8n" to Help in sidebar 2020-01-09 21:53:26 -06:00
BinaryDataDisplay.vue Keep binary data visible on re-execution 2020-12-26 23:11:25 +01:00
CodeEdit.vue 🐛 Do now allow to edit JavaScript code in read-only mode 2021-04-04 18:03:41 +02:00
CollectionParameter.vue Fix button text 2019-11-03 23:19:56 +01:00
CredentialsEdit.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
CredentialsInput.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
CredentialsList.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
DataDisplay.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
DisplayWithChange.vue Initial commit to release 2019-06-23 12:35:23 +02:00
ExecutionsList.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
ExecutionTime.vue Push active executions to clients to remove manual reload 2019-07-24 14:25:30 +02:00
ExpressionEdit.vue Replacing the /deep/ selector 2020-02-07 13:36:23 -03:00
ExpressionInput.vue 🐛 Fix bug that expressions could not be displayed in read-only mode 2021-04-04 17:58:25 +02:00
FixedCollectionParameter.vue 👕 Fix lint issue 2020-12-27 00:28:51 +01:00
MainHeader.vue Added asterisk to indicate if workflow is saved or not 2020-09-01 16:42:40 +02:00
MainSidebar.vue 🐛 fix external links in sidemenu (#1720) 2021-05-04 17:55:39 +02:00
MainSidebarMenuItemsIterator.vue 🐛 fix external links in sidemenu (#1720) 2021-05-04 17:55:39 +02:00
MultipleParameter.vue 👕 Fix lint issue 2020-12-27 00:28:51 +01:00
Node.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
NodeCreateItem.vue Add data-node-name to node item (#1329) 2021-01-13 09:02:10 +01:00
NodeCreateList.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
NodeCreator.vue Initial commit to release 2019-06-23 12:35:23 +02:00
NodeCredentials.vue Add expression support to credentials 2021-01-24 13:33:57 +01:00
NodeIcon.vue Improve support for svg-icons 2020-10-03 14:10:08 +02:00
NodeSettings.vue fix malformed html (#999) 2020-09-29 10:39:51 +02:00
NodeWebhooks.vue Made "easy wins" copy-edit pass through vue components (#889) 2020-08-26 21:25:59 +02:00
PageContentWrapper.vue 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
ParameterInput.vue 🐛 Fix bug that expressions could not be displayed in read-only mode 2021-04-04 17:58:25 +02:00
ParameterInputFull.vue Fix issue that parameter inputs on lower levels are very small 2020-01-23 16:05:27 -08:00
ParameterInputList.vue Add parameter type "hidden" 2020-02-09 13:33:40 -08:00
RunData.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00
TextEdit.vue 🐛 Fix bug that TextEdit did not display existing values 2020-01-08 13:25:35 -06:00
VariableSelector.vue Render empty array in variable selector (#1537) 2021-03-21 12:39:06 +01:00
VariableSelectorItem.vue Initial commit to release 2019-06-23 12:35:23 +02:00
WorkflowActivator.vue Introduce FE external hooks (#1332) 2021-01-19 23:48:30 +01:00
WorkflowOpen.vue Minior improvements 2020-10-25 12:58:02 +01:00
WorkflowSettings.vue Add more frontend hooks (#1687) 2021-05-05 19:46:33 -05:00