n8n/packages/editor-ui/src
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 refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
components refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
event-bus feat(editor): Add data pinning functionality (#3511) 2022-07-20 17:50:39 +02:00
modules refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
plugins refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
views refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
App.vue refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
constants.ts refactor: Add Onboarding call prompts (#3682) 2022-07-27 16:28:13 +02:00
Interface.ts refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
main.ts 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
n8n-theme-variables.scss refactor(editor): Move all colors to css variables (#3723) 2022-07-26 12:45:55 +02:00
n8n-theme.scss refactor(editor): Move all colors to css variables (#3723) 2022-07-26 12:45:55 +02:00
public_path.js 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
router.ts refactor: Add Onboarding call prompts (#3682) 2022-07-27 16:28:13 +02:00
shims-tsx.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
shims-vue.d.ts refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
store.ts refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
utils.ts refactor(editor): Move nodeTypes into store module (#3799) 2022-08-01 22:43:50 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00