-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate IfCondition, SwitchCondition, Foreach(Page) to uischema (
#1899) * migrate Foreach / IfCondition / SwitchCondition * apply UISchemaRenderer to all types * remove old widgets * update header part of 4 types * apply customization parts to widget * remove unused component Co-authored-by: Andy Brown <asbrown002@gmail.com>
- Loading branch information
1 parent
4cbf28b
commit b79de4f
Showing
10 changed files
with
121 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
Composer/packages/extensions/visual-designer/src/components/nodes/steps/ConditionNode.tsx
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
Composer/packages/extensions/visual-designer/src/components/nodes/steps/ForeachDetail.tsx
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...oser/packages/extensions/visual-designer/src/components/nodes/steps/ForeachPageDetail.tsx
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...rc/components/nodes/layout-steps/types.ts → ...al-designer/src/components/nodes/types.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT License. | ||
|
||
import { GraphNode } from '../../../models/GraphNode'; | ||
import { Boundary } from '../../../models/Boundary'; | ||
import { GraphNode } from '../../models/GraphNode'; | ||
import { Boundary } from '../../models/Boundary'; | ||
|
||
export type NodeMap = { [id: string]: GraphNode }; | ||
export type BoundaryMap = { [id: string]: Boundary }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.