This is an automated email from the ASF dual-hosted git repository.
songjian pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
from 36964c2 [deploy] Make Python API as independent directory in
release's dist (#8470)
add ddf90c4 [Feature][UI Next] Add the form of the switch task to the
module of next ui. (#8536)
No new revisions were added by this update.
Summary of changes:
.../src/components/form/fields/index.ts | 1 +
.../fields/{multi-input.ts => multi-condition.ts} | 72 ++++++++------
.../src/components/form/types.ts | 1 +
.../src/locales/modules/en_US.ts | 4 +-
.../src/locales/modules/zh_CN.ts | 4 +-
.../projects/task/components/node/fields/index.ts | 1 +
.../task/components/node/fields/use-switch.ts | 107 +++++++++++++++++++++
.../projects/task/components/node/format-data.ts | 14 +++
.../node/tasks/{use-mr.ts => use-switch.ts} | 11 ++-
.../views/projects/task/components/node/types.ts | 13 +++
.../projects/task/components/node/use-task.ts | 10 ++
.../workflow/components/dag/status.module.scss | 2 +-
12 files changed, 204 insertions(+), 36 deletions(-)
copy dolphinscheduler-ui-next/src/components/form/fields/{multi-input.ts =>
multi-condition.ts} (67%)
create mode 100644
dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-switch.ts
copy
dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/{use-mr.ts
=> use-switch.ts} (91%)