2019-06-23 03:35:23 -07:00
|
|
|
{
|
|
|
|
"name": "n8n-editor-ui",
|
2023-08-16 07:55:05 -07:00
|
|
|
"version": "1.3.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"description": "Workflow Editor UI for n8n",
|
2019-06-23 08:55:43 -07:00
|
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
2019-08-31 04:06:24 -07:00
|
|
|
"homepage": "https://n8n.io",
|
2019-06-23 03:35:23 -07:00
|
|
|
"author": {
|
|
|
|
"name": "Jan Oberhauser",
|
|
|
|
"email": "jan@n8n.io"
|
|
|
|
},
|
2019-08-19 11:41:10 -07:00
|
|
|
"main": "index.js",
|
2019-06-23 03:50:36 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
|
|
},
|
2019-06-23 03:35:23 -07:00
|
|
|
"scripts": {
|
2022-11-09 08:32:05 -08:00
|
|
|
"clean": "rimraf dist .turbo",
|
2022-09-26 22:02:41 -07:00
|
|
|
"build": "cross-env VUE_APP_PUBLIC_PATH=\"/{{BASE_PATH}}/\" NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
|
2022-11-23 07:20:28 -08:00
|
|
|
"typecheck": "vue-tsc --emitDeclarationOnly",
|
2022-11-09 08:32:05 -08:00
|
|
|
"dev": "pnpm serve",
|
2023-08-22 04:42:05 -07:00
|
|
|
"lint": "eslint src --ext .js,.ts,.vue --quiet",
|
|
|
|
"lintfix": "eslint src --ext .js,.ts,.vue --fix",
|
2022-12-14 01:04:10 -08:00
|
|
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
2022-09-23 07:14:28 -07:00
|
|
|
"serve": "cross-env VUE_APP_URL_BASE_API=http://localhost:5678/ vite --host 0.0.0.0 --port 8080 dev",
|
2023-03-14 05:13:21 -07:00
|
|
|
"test": "vitest run --coverage",
|
2022-09-23 07:14:28 -07:00
|
|
|
"test:dev": "vitest"
|
2019-06-23 03:35:23 -07:00
|
|
|
},
|
2021-05-29 11:31:21 -07:00
|
|
|
"dependencies": {
|
2023-01-06 01:07:36 -08:00
|
|
|
"@codemirror/autocomplete": "^6.4.0",
|
2022-10-13 05:28:02 -07:00
|
|
|
"@codemirror/commands": "^6.1.0",
|
2023-01-06 01:07:36 -08:00
|
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
2023-04-25 07:57:21 -07:00
|
|
|
"@codemirror/lang-json": "^6.0.1",
|
2023-05-04 11:00:00 -07:00
|
|
|
"@codemirror/lang-python": "^6.1.2",
|
2022-10-13 05:28:02 -07:00
|
|
|
"@codemirror/language": "^6.2.1",
|
|
|
|
"@codemirror/lint": "^6.0.0",
|
2022-12-01 04:26:22 -08:00
|
|
|
"@codemirror/state": "^6.1.4",
|
|
|
|
"@codemirror/view": "^6.5.1",
|
2021-09-21 05:35:55 -07:00
|
|
|
"@fontsource/open-sans": "^4.5.0",
|
2022-09-23 07:14:28 -07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
feat(editor): Add Workflow Stickies (Notes) (#3154)
* N8N-3029 Add Node Type for Wokrflow Stickies/Notes
* N8N-3029 Update Content, Update Aliasses
* N8N-3030 Created N8N Sticky Component in Design System
* N8N-3030 Fixed Code spaccing Sticky Component
* N8N-3030 Fixed Code spaccing StickyStories Component
* N8N-3030 Fixed Code spaccing Markdown Component
* N8N-3030 Added Sticky Colors Pallete into Storybook, Update Color Variables for Sticky Component
* N8N-3030 Added Unfocus Event
* N8N-3030 Update Default Placeholder, Markdown Styles, Fixed Edit State, Added Text to EditState, Fixed Height of Area, Turned off Resize of textarea
* N8N-3030 Update Sticky Overflow, Update Hover States, Updated Markdown Overflow
* N8N-3030, N8N-3031 - Add Resize to Sticky, Created N8n-Resize component
* N8N-3031 Fixed Importing Components in Editor-ui
* N8N-3031 Fixed Resize Component, Fixed Gradient
* N8N-3030, N8N-3031 Update Note Description
* N8N-3032 Hotfix Building Storybook
* N8N-3032 - Select Behaviour, Changes in Resize Component, Emit on Width/Height/Top/Left Change
* N8N-3032 Update Resize Component to emmit left/top, Update Dynamic Resize on Selected Background
* N8N-3032 Updated / Dragging vs Resizing, prevent open Modal for stickies
* N8N-3032 Added ID props to n8n-sticky // dynamic id for multi resizing in NodeView
* N8N-3033 Add dynamic size Tooltip on Sticky
* N8N-3033 Updated Z-index for Sticky Component
* N8N-3033 Updated N8N-Resize Component, Fixed SelectedBackround for Sticky Component
* N8N-3033 Refactor
* N8N-3033 Focus/Defocus on TextArea
* N8N-3033 Fixed Resizing on NW Point
* N8N-3030 Save content in vuex on input change
* N8N-3033 Fixed Resizer, Save Width and Height in Vue
* N8N-3033 Hide Sticky Footer on small height/width
* N8N-3033 Fixed Resizer
* N8N-3033 Dynamic Z-index for Stickies
* N8N-3033 Dynamic Z-index for Stickies
* N8N-3033 Removed static z-index for select sticky class
* N8N-3034 Added Telemetry
* N8N-3030 Formatter
* N8N-3030 Format code
* N8N-3030 Fixed Selecting Stickies
* N8N-3033 Fixed Notifications
* N8N-3030 Added new paddings for Default Stickies
* N8N-3033 Prevent Scrolling NodeView when Sticky is in Edit mode and Mouse is Over the TextArea
* N8N-3030 Prevent double clicking to switch state of Sticky component in Edit Mode
* N8N-3033 Fixed Z-index of Stickies
* N8N-3033 Prevent delete node when in EditMode
* N8N-3030 Prevent Delete Button to delete the Sticky while in Edit Mode
* N8N-3030 Change EditMode (emit) on keyboard shortucts, update Markdown Links & Images, Added new props
* N8N-3030 Sticky Component - No padding when hiding footer text
* N8N-3033 Fix Resizing enter into Edit Mode
* N8N-3033 Selecting different nodes - exit the edit mode
* N8N-3033 Auto Select Text in text-area by default - Sticky Component
* N8N-3033 Prevent Default behaviour for CTRL + X, CTRL + A when Sticky is Active && inEditMode
* N8N-3033 Refactor Resizer, Refactor Sticky, Update zIndex inEditMode
* N8N-3033 Updated Default Text // Node-base, Storybook
* N8N-3033 Add Resizing in EditMode - Components update
* N8N-3033 Fixed Footer - Show/Hide on Resize in EditMode
* N8N-3033 Fix ActiveSticky on Init
* N8N-3033 Refactor Sticky in Vuex, Fixed Init Sticky Tweaks, Prevent Modal Openning, Save on Keyboard shortcuts
* Stickies - Update Note node with new props
* N8N-3030 Updated Default Note text, Update the Markdown Link
* N8N-3030 CMD-C does not copy the text fix
* N8N-3030 Fix Max Zoom / Zoom out shortcuts disabled in editState
* N8N-3030 Z-index fixed during Edit Mode typing
* N8N-3030 Prevent Autoselect Text in Stickies if the text is not default
* N8N-3030 Fixed ReadOnly Bugs / Prevent showing Tooltip, Resizing
* N8N-3030 Added Sticky Creator Button
* N8N-3030 Update Icon / Sticky Creator Button
* N8N-3033 Update Sticky Icon / StickyCreator Button
* update package lock
* 🔩 update note props
* 🚿 clean props
* 🔧 linting
* :wrench: fix spacing
* remove resize component
* remove resize component
* ✂ clean up sticky
* revert back to height width
* revert back to height/width
* replace zindex property
* replace default text property
* use i18n to translate
* update package lock
* move resize
* clean up how height/width are set
* fix resize for sticky to support left/top
* clean up resize
* fix lasso/highlight bug
* remove unused props
* fix zoom to fit
* fix padding for demo view
* fix readonly
* remove iseditable, use active state
* clean up keyboard events
* chang button size, no edit on insert
* scale resizing correctly
* make active on resize
* fix select on resize/move
* use outline icon
* allow for multiple line breaks
* fix multi line bug
* fix edit mode outline
* keep edit open as one resizes
* respect multiple spaces
* fix scrolling bug
* clean up hover impl
* clean up references to note
* disable for rename
* fix drifting while drag
* fix mouse cursor on resize
* fix sticky min height
* refactor resize into component
* fix pulling too far bug
* fix delete/cut all bug
* fix padding bottom
* fix active change on resize
* add transition to button
* Fix sticky markdown click
* add solid fa icon
* update node graph, telemetry event
* add snapping
* change alt text
* update package lock
* fix bug in button hover
* add back transition
* clean up resize
* add grid size as param
* remove breaks
* clean up markdown
* lint fixes
* fix spacing
* clean up markdown colors
* clean up classes in resize
* clean up resize
* update sticky story
* fix spacing
* clean up classes
* revert change
* revert change
* revert change
* clean up sticky component
* remove unused component
* remove unnessary data
* remove unnessary data
* clean up actions
* clean up sticky size
* clean up unnessary border style
* fix bug
* replace sticky note name
* update description
* remove support for multi spaces
* update tracking name
* update telemetry reqs
* fix enter bug
* update alt text
* update sticky notes doc url
* fix readonly bug
* update class name
* update quote marks
Co-authored-by: SchnapsterDog <olivertrajceski@yahoo.com>
2022-04-25 03:38:37 -07:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
2022-09-23 07:14:28 -07:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
2023-07-28 00:51:07 -07:00
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
2023-01-30 09:20:50 -08:00
|
|
|
"@jsplumb/browser-ui": "^5.13.2",
|
|
|
|
"@jsplumb/common": "^5.13.2",
|
|
|
|
"@jsplumb/connector-bezier": "^5.13.2",
|
|
|
|
"@jsplumb/core": "^5.13.2",
|
|
|
|
"@jsplumb/util": "^5.13.2",
|
2023-08-22 04:18:35 -07:00
|
|
|
"@n8n/codemirror-lang-sql": "^1.0.2",
|
2023-07-28 00:51:07 -07:00
|
|
|
"@vueuse/components": "^10.2.0",
|
|
|
|
"@vueuse/core": "^10.2.0",
|
2022-09-23 07:14:28 -07:00
|
|
|
"axios": "^0.21.1",
|
2023-01-26 01:03:13 -08:00
|
|
|
"codemirror-lang-html-n8n": "^1.0.0",
|
2023-02-02 03:35:38 -08:00
|
|
|
"codemirror-lang-n8n-expression": "^0.2.0",
|
2023-04-18 03:41:55 -07:00
|
|
|
"copy-to-clipboard": "^3.3.3",
|
2022-09-23 07:14:28 -07:00
|
|
|
"dateformat": "^3.0.3",
|
2022-11-07 01:34:44 -08:00
|
|
|
"esprima-next": "5.8.4",
|
2022-09-23 07:14:28 -07:00
|
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
|
|
"file-saver": "^2.0.2",
|
|
|
|
"flatted": "^3.2.4",
|
2023-01-24 17:18:39 -08:00
|
|
|
"humanize-duration": "^3.27.2",
|
2022-10-06 06:03:55 -07:00
|
|
|
"jsonpath": "^1.1.1",
|
2022-10-11 05:41:16 -07:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-03-21 01:50:29 -07:00
|
|
|
"luxon": "^3.3.0",
|
2023-02-21 05:04:35 -08:00
|
|
|
"n8n-design-system": "workspace:*",
|
|
|
|
"n8n-workflow": "workspace:*",
|
2022-09-23 07:14:28 -07:00
|
|
|
"normalize-wheel": "^1.0.1",
|
2023-07-28 04:55:16 -07:00
|
|
|
"pinia": "^2.1.6",
|
2023-08-16 08:13:57 -07:00
|
|
|
"prettier": "^3.0.0",
|
2023-01-26 17:09:30 -08:00
|
|
|
"stream-browserify": "^3.0.0",
|
2021-07-22 01:22:17 -07:00
|
|
|
"timeago.js": "^4.0.2",
|
2022-09-23 07:14:28 -07:00
|
|
|
"uuid": "^8.3.2",
|
2023-07-28 00:51:07 -07:00
|
|
|
"v3-infinite-loading": "^1.2.2",
|
|
|
|
"vue": "^3.3.4",
|
2022-09-23 07:14:28 -07:00
|
|
|
"vue-agile": "^2.0.0",
|
2023-07-28 00:51:07 -07:00
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-json-pretty": "2.2.4",
|
|
|
|
"vue-router": "^4.2.2",
|
|
|
|
"vue3-touch-events": "^4.1.3",
|
2023-05-12 01:21:40 -07:00
|
|
|
"xss": "^1.0.14"
|
2021-05-29 11:31:21 -07:00
|
|
|
},
|
2019-06-23 03:35:23 -07:00
|
|
|
"devDependencies": {
|
2023-07-28 04:55:16 -07:00
|
|
|
"@faker-js/faker": "^8.0.2",
|
|
|
|
"@pinia/testing": "^0.1.3",
|
|
|
|
"@sentry/vite-plugin": "^2.5.0",
|
2019-06-23 03:35:23 -07:00
|
|
|
"@types/dateformat": "^3.0.0",
|
|
|
|
"@types/file-saver": "^2.0.1",
|
2023-01-24 17:18:39 -08:00
|
|
|
"@types/humanize-duration": "^3.27.1",
|
2022-10-06 06:03:55 -07:00
|
|
|
"@types/jsonpath": "^0.2.0",
|
feat(editor): Node creator actions (#4696)
* WIP: Node Actions List UI
* WIP: Recommended Actions and preseting of fields
* WIP: Resource category
* :art: Moved actions categorisation to the server
* :label: Add missing INodeAction type
* :sparkles: Improve SSR categorisation, fix adding of mixed actions
* :recycle: Refactor CategorizedItems to composition api, style fixes
* WIP: Adding multiple nodes
* :recycle: Refactor rest of the NodeCreator component to composition API, conver globalLinkActions to composable
* :sparkles: Allow actions dragging, fix search and refactor passing of actions to categorized items
* :lipstick: Fix node actions title
* Migrate to the pinia store, add posthog feature and various fixes
* :bug: Fix filtering of trigger actions when not merged
* fix: N8N-5439 — Do not use simple node item when at NodeHelperPanel root
* :bug: Design review fixes
* :bug: Fix disabling of merged actions
* Fix trigger root filtering
* :sparkles: Allow for custom node actions parser, introduce hubspot parser
* :bug: Fix initial node params validation, fix position of second added node
* :bug: Introduce operations category, removed canvas node names overrride, fix API actions display and prevent dragging of action nodes
* :sparkles: Prevent NDV auto-open feature flag
* :bug: Inject recommened action for trigger nodes without actions
* Refactored NodeCreatorNode to Storybook, change filtering of merged nodes for the trigger helper panel, minor fixes
* Improve rendering of app nodes and animation
* Cleanup, any only enable accordion transition on triggerhelperpanel
* Hide node creator scrollbars in Firefox
* Minor styles fixes
* Do not copy the array in rendering method
* Removed unused props
* Fix memory leak
* Fix categorisation of regular nodes with a single resource
* Implement telemetry calls for node actions
* Move categorization to FE
* Fix client side actions categorisation
* Skip custom action show
* Only load tooltip for NodeIcon if necessary
* Fix lodash startCase import
* Remove lodash.startcase
* Cleanup
* Fix node creator autofocus on "tab"
* Prevent posthog getFeatureFlag from crashing
* Debugging preview env search issues
* Remove logs
* Make sure the pre-filled params are update not overwritten
* Get rid of transition in itemiterator
* WIP: Rough version of NodeActions keyboard navigation, replace nodeCreator composable with Pinia store module
* Rewrite to add support for ActionItem to ItemIterator and make CategorizedItems accept items props
* Fix category item counter & cleanup
* Add APIHint to actions search no-result, clean up NodeCreatorNode
* Improve node actions no results message
* Remove logging, fix filtering of recommended placeholder category
* Remove unused NodeActions component and node merging feature falg
* Do not show regular nodes without actions
* Make sure to add manual trigger when adding http node via actions hint
* Fixed api hint footer line height
* Prevent pointer-events od NodeIcon img and remove "this" from template
* Address PR points
* Fix e2e specs
* Make sure canvas ia loaded
* Make sure canvas ia loaded before opening nodeCreator in e2e spec
* Fix flaky workflows tags e2e getter
* Imrpove node creator click outside UX, add manual node to regular nodes added from trigger panel
* Add manual trigger node if dragging regular from trigger panel
2022-12-09 01:56:36 -08:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2023-03-21 01:50:29 -07:00
|
|
|
"@types/luxon": "^3.2.0",
|
2022-02-04 10:13:26 -08:00
|
|
|
"@types/uuid": "^8.3.2",
|
2023-05-12 01:21:40 -07:00
|
|
|
"miragejs": "^0.1.47"
|
2021-03-26 01:21:27 -07:00
|
|
|
}
|
2019-06-23 03:35:23 -07:00
|
|
|
}
|