diff --git a/src/app/components/workflow-diagram/workflow-diagram.component.html b/src/app/components/workflow-diagram/workflow-diagram.component.html index 307119e..4375602 100644 --- a/src/app/components/workflow-diagram/workflow-diagram.component.html +++ b/src/app/components/workflow-diagram/workflow-diagram.component.html @@ -1,460 +1,527 @@
- -
+ +
- - - - - + +
-
- - - - +
+ + + + + - - -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- - -
- -
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
+ + + @switch (data.addInfo.chatWorkflowBlockId){ + @case(chatWorkflowBlockTypeEnum.GetPickerInput){ + @switch (data.addInfo.chatWorkflowEditorTypeId){ + @case (chatWorkflowEditorTypeEnum.Boolean){ + +
+
+
+
+ } + @case (chatWorkflowEditorTypeEnum.Buttons){ + +
+
+ +
+
+ } + @case (chatWorkflowEditorTypeEnum.DropDown){ + +
+ + +
+ } + @case(chatWorkflowEditorTypeEnum.MultiSelect){ + +
+ + +
+ } + @case(chatWorkflowEditorTypeEnum.List){ + +
+ +
+ } + } + } + @case(chatWorkflowBlockTypeEnum.GetTextInput){ + @switch (data.addInfo.chatWorkflowEditorTypeId){ + @case(chatWorkflowEditorTypeEnum.Text){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.TextArea){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.Date){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.DateTime){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.Number){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.Decimal){ + +
+ +
+ } + @case(chatWorkflowEditorTypeEnum.Regex){ + +
+ +
+ } + } + } + }
- +
-