n8n/packages/workflow/src
Alex Grozav 0a69a9eb9c
test(editor): Add first frontend unit-test and update notice component design (#3166)
*  Added basic Vue 2 + Vite.js setup.

* 🚧 Improved typescript support.

*  Added N8nNotice component to design system with stories and unit tests.

*  Migrated design system build to Vite.js.

* ♻️ Updated typescript definitions. Moved some interface types to remove reliance from design system on editor-ui user and validation types.

* ♻️ Changed prop name from type to theme. Updated truncation props.

* ♻️ Moved user response types back. Added n8n-notice component to editor-ui.

* 🐛 Fixed global vitest types.

*  Added this. vue type extension to editor-ui

* ♻️ Removed circular import.

*  Fixed failing n8n-notice tests.

* feat: Added support for notice truncation via typeOptions.

*  Updated warning color variables and notice warning colors.

* 🐛 Fixed n8n-notice parameter input spacing.
2022-04-29 15:23:41 +02:00
..
DeferredPromise.ts Add Webhook response node (#2254) 2021-11-05 10:45:51 -06:00
Expression.ts fix(core): Set correct timezone in luxon (#3115) 2022-04-10 11:33:42 +02:00
index.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
Interfaces.ts test(editor): Add first frontend unit-test and update notice component design (#3166) 2022-04-29 15:23:41 +02:00
LoggerProxy.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
NodeErrors.ts Add Onfleet Node & Trigger (#2845) 2022-02-28 09:48:17 +01:00
NodeHelpers.ts feat(core): Introduce simplified node versioning (#3205) 2022-04-28 19:04:09 +02:00
ObservableObject.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
RoutingNode.ts feat(core): Introduce simplified node versioning (#3205) 2022-04-28 19:04:09 +02:00
TelemetryHelpers.ts feat(editor): Add Workflow Stickies (Notes) (#3154) 2022-04-25 12:38:37 +02:00
Workflow.ts feat(core): Introduce simplified node versioning (#3205) 2022-04-28 19:04:09 +02:00
WorkflowDataProxy.ts fix(core): Set correct timezone in luxon (#3115) 2022-04-10 11:33:42 +02:00
WorkflowErrors.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00
WorkflowHooks.ts 🎨 Set up linting and formatting (#2120) 2021-08-29 20:58:11 +02:00