n8n/packages/editor-ui/src/composables
Alex Grozav 9c94050deb
feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033)
* refactor: replace Vue.extend with defineComponent in editor-ui

* fix: change $externalHooks extractions from mixins

* fix: refactor externalHooks mixin
2023-04-21 18:51:08 +03:00
..
__tests__ fix(editor): Use fake timers in useDebounce.test.ts to make the test less flaky (no-changelog) (#6029) 2023-04-20 12:22:54 +02:00
index.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useCanvasMouseSelect.ts refactor(editor): Migrate mouseSelect & deviceSupportHelpers mixins to composables (no-changelog) (#5775) 2023-03-24 14:52:06 +01:00
useCopyToClipboard.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useDebounce.ts refactor(editor): Refactor history and debounce mixins to composables (no-changelog) (#5930) 2023-04-18 11:47:08 +02:00
useDeviceSupport.ts fix(editor): Only treat as CTRL pressed by default on touch devices for MouseEvent (#5968) 2023-04-13 18:46:44 +02:00
useExternalHooks.ts feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
useGlobalLinkActions.ts refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
useHistoryHelper.ts refactor(editor): Refactor history and debounce mixins to composables (no-changelog) (#5930) 2023-04-18 11:47:08 +02:00
useI18n.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useMessage.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useTelemetry.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useTitleChange.ts refactor(editor): Turn titleChange mixin to composable (#6059) 2023-04-21 15:48:07 +02:00
useToast.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00
useUpgradeLink.ts feat: Add variables feature (#5602) 2023-04-18 12:41:55 +02:00