n8n/packages/editor-ui/src/api
Iván Ovejero 2c17e6f3ca
refactor(editor): Move nodeTypes into store module (#3799)
*  Refactor `nodeTypes` into store module

*  Fix condition

* 🔥 Remove leftovers

*  Move `getNodeTranslationHeaders`, `getNodesInformation`, `getNodeParameterOptions`

*  Move leftover call

*  Correct excess prefix

* 🚚 Rename `nodeType` to `getNodeType`

* 🚚 Move logic to `getFullNodesProperties`

*  Simplify `getNodeType`

*  Refactor `nodeTypes` mutations

*  Refactor `Vue.set` call

*  Simplify check

* 🚚 Move export to bottom

* 📘 Simplify typing

* 🔥 Remove unused interface

* 👕 Add `void`

* 🚚 Fix naming

* 🔥 Remove logging

*  Simplify `updateNodeTypes`

* 🚚 Move `omit` to utils

* 🐛 Update `rootGetters` call

* 🐛 Fix `allNodeTypes` call in `nativelyNumberSuffixedDefaults`

* 🔥 Remove unused method

* 🔥 Remove excess namespace

Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-08-01 22:43:50 +02:00
..
api-keys.ts feat: Add n8n Public API (#3064) 2022-06-08 20:53:12 +02:00
communityNodes.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
credentials.ts feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
helpers.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
nodeTypes.ts refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
settings.ts feat: Make it possible to dynamically load community nodes (#2849) 2022-07-20 16:24:03 +02:00
tags.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
templates.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00
users.ts refactor: Add Onboarding call prompts (#3682) 2022-07-27 16:28:13 +02:00
versions.ts Add new version notification (#1977) 2021-07-22 10:22:17 +02:00
workflow-webhooks.ts refactor: Add Onboarding call prompts (#3682) 2022-07-27 16:28:13 +02:00
workflows.ts feat(editor): Improve n8n welcome experience (#3289) 2022-05-16 18:19:33 +02:00