n8n/packages/editor-ui/src/composables
2024-01-08 14:00:49 +02:00
..
__tests__ feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
useActiveNode.ts feat(editor): Migrate pinData mixin to usePinnedData composable (no-changelog) (#8207) 2024-01-04 11:22:56 +02:00
useCanvasMouseSelect.ts refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
useClipboard.ts feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
useContextMenu.ts feat(editor): Update copy: Execute --> Test (#8137) 2024-01-05 10:23:51 -05:00
useDataSchema.ts refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
useDebounce.ts feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
useExecutionDebugging.ts refactor(editor): Add telemetry for debug in editor (no-changelog) (#8073) 2023-12-19 12:23:30 +01:00
useExternalHooks.ts refactor: Migrate externalHooks mixin to composables (no-changelog) (#7930) 2023-12-06 17:28:09 +02:00
useExternalSecretsProvider.ts
useGlobalLinkActions.ts feat: AI nodes usability fixes + Summarization Chain V2 (#7949) 2023-12-08 13:42:32 +01:00
useHistoryHelper.ts feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
useI18n.ts
useLoadingService.ts refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
useMessage.ts
useNodeHelpers.ts refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
useNodeSpecificationValues.ts
useNodeType.ts feat(editor): Migrate pinData mixin to usePinnedData composable (no-changelog) (#8207) 2024-01-04 11:22:56 +02:00
usePinnedData.ts feat(editor): Migrate pinData mixin to usePinnedData composable (no-changelog) (#8207) 2024-01-04 11:22:56 +02:00
useStorage.test.ts
useStorage.ts
useTelemetry.ts
useTitleChange.ts refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
useToast.ts feat(editor): Add lead enrichment suggestions to workflow list (#8042) 2023-12-19 09:10:03 -05:00
useUniqueNodeName.ts