forked from langgenius/dify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: workflow interaction (langgenius#4214)
- Loading branch information
Showing
54 changed files
with
1,906 additions
and
382 deletions.
There are no files selected for viewing
Binary file added
BIN
+372 Bytes
web/app/components/base/icons/assets/vender/line/arrows/flip-backward.zip
Binary file not shown.
Binary file added
BIN
+370 Bytes
web/app/components/base/icons/assets/vender/line/arrows/flip-forward.zip
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/line/arrows/reverse-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/line/editor/cursor-02c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/line/editor/hand-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/line/editor/zoom-in.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/line/editor/zoom-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/solid/editor/cursor-02c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
web/app/components/base/icons/assets/vender/solid/editor/hand-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions
39
web/app/components/base/icons/src/vender/line/arrows/ReverseLeft.json
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Icon_2", | ||
"d": "M2.66699 4.66667H9.33366C11.5428 4.66667 13.3337 6.45753 13.3337 8.66667C13.3337 10.8758 11.5428 12.6667 9.33366 12.6667H2.66699M2.66699 4.66667L5.33366 2M2.66699 4.66667L5.33366 7.33333", | ||
"stroke": "currentColor", | ||
"stroke-width": "1.5", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "ReverseLeft" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/arrows/ReverseLeft.tsx
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './ReverseLeft.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'ReverseLeft' | ||
|
||
export default Icon |
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
38 changes: 38 additions & 0 deletions
38
web/app/components/base/icons/src/vender/line/editor/Cursor02C.json
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Vector", | ||
"d": "M2.4598 3.3093L6.05377 13.551C6.25503 14.1246 7.05599 14.1516 7.29552 13.593L9.08053 9.43022C9.14793 9.27295 9.27326 9.14762 9.43053 9.08022L13.5933 7.29522C14.1519 7.05569 14.1249 6.25472 13.5513 6.05346L3.30961 2.45949C2.78207 2.27437 2.27468 2.78176 2.4598 3.3093Z", | ||
"stroke": "currentColor", | ||
"stroke-width": "1.5", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "Cursor02C" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/editor/Cursor02C.tsx
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './Cursor02C.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'Cursor02C' | ||
|
||
export default Icon |
39 changes: 39 additions & 0 deletions
39
web/app/components/base/icons/src/vender/line/editor/Hand02.json
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Vector", | ||
"d": "M11.3344 5C11.3344 4.44771 11.7821 4 12.3344 4C12.8867 4 13.3344 4.44771 13.3344 5V9.21947C13.3344 11.8597 11.1941 14 8.55387 14C6.779 14 5.15019 13.0167 4.32353 11.446L2.53767 8.05287C2.41421 7.81827 2.44145 7.53287 2.60703 7.32587L2.83481 7.04113C3.29483 6.46614 4.13389 6.37291 4.7089 6.83293L5.33441 7.33333V3.66667C5.33441 3.11438 5.78213 2.66667 6.33441 2.66667C6.88667 2.66667 7.3344 3.11438 7.3344 3.66667M11.3344 5V3.66667C11.3344 3.11438 10.8867 2.66667 10.3344 2.66667C9.78213 2.66667 9.3344 3.11438 9.3344 3.66667M11.3344 5V8M7.3344 3.66667V3C7.3344 2.44771 7.78213 2 8.3344 2C8.88667 2 9.3344 2.44771 9.3344 3V3.66667M7.3344 3.66667V7.33333M9.3344 3.66667V7.66667", | ||
"stroke": "currentColor", | ||
"stroke-width": "1.5", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "Hand02" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/editor/Hand02.tsx
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './Hand02.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'Hand02' | ||
|
||
export default Icon |
39 changes: 39 additions & 0 deletions
39
web/app/components/base/icons/src/vender/line/editor/ZoomIn.json
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Icon_2", | ||
"d": "M14 14L11.1 11.1M7.33333 5.33333V9.33333M5.33333 7.33333H9.33333M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z", | ||
"stroke": "currentColor", | ||
"stroke-width": "1.5", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "ZoomIn" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/editor/ZoomIn.tsx
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './ZoomIn.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'ZoomIn' | ||
|
||
export default Icon |
39 changes: 39 additions & 0 deletions
39
web/app/components/base/icons/src/vender/line/editor/ZoomOut.json
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Icon_2", | ||
"d": "M14 14L11.1 11.1M5.33333 7.33333H9.33333M12.6667 7.33333C12.6667 10.2789 10.2789 12.6667 7.33333 12.6667C4.38781 12.6667 2 10.2789 2 7.33333C2 4.38781 4.38781 2 7.33333 2C10.2789 2 12.6667 4.38781 12.6667 7.33333Z", | ||
"stroke": "currentColor", | ||
"stroke-width": "1.5", | ||
"stroke-linecap": "round", | ||
"stroke-linejoin": "round" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "ZoomOut" | ||
} |
16 changes: 16 additions & 0 deletions
16
web/app/components/base/icons/src/vender/line/editor/ZoomOut.tsx
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATE BY script | ||
// DON NOT EDIT IT MANUALLY | ||
|
||
import * as React from 'react' | ||
import data from './ZoomOut.json' | ||
import IconBase from '@/app/components/base/icons/IconBase' | ||
import type { IconBaseProps, IconData } from '@/app/components/base/icons/IconBase' | ||
|
||
const Icon = React.forwardRef<React.MutableRefObject<SVGElement>, Omit<IconBaseProps, 'data'>>(( | ||
props, | ||
ref, | ||
) => <IconBase {...props} ref={ref} data={data as IconData} />) | ||
|
||
Icon.displayName = 'ZoomOut' | ||
|
||
export default Icon |
4 changes: 4 additions & 0 deletions
4
web/app/components/base/icons/src/vender/line/editor/index.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,7 +1,11 @@ | ||
export { default as AlignLeft } from './AlignLeft' | ||
export { default as BezierCurve03 } from './BezierCurve03' | ||
export { default as Colors } from './Colors' | ||
export { default as Cursor02C } from './Cursor02C' | ||
export { default as Hand02 } from './Hand02' | ||
export { default as ImageIndentLeft } from './ImageIndentLeft' | ||
export { default as LeftIndent02 } from './LeftIndent02' | ||
export { default as LetterSpacing01 } from './LetterSpacing01' | ||
export { default as TypeSquare } from './TypeSquare' | ||
export { default as ZoomIn } from './ZoomIn' | ||
export { default as ZoomOut } from './ZoomOut' |
36 changes: 36 additions & 0 deletions
36
web/app/components/base/icons/src/vender/solid/editor/Cursor02C.json
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"icon": { | ||
"type": "element", | ||
"isRootNode": true, | ||
"name": "svg", | ||
"attributes": { | ||
"width": "16", | ||
"height": "16", | ||
"viewBox": "0 0 16 16", | ||
"fill": "none", | ||
"xmlns": "http://www.w3.org/2000/svg" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "g", | ||
"attributes": { | ||
"id": "Icon" | ||
}, | ||
"children": [ | ||
{ | ||
"type": "element", | ||
"name": "path", | ||
"attributes": { | ||
"id": "Vector", | ||
"d": "M3.53647 1.81277C2.46674 1.43738 1.43787 2.46625 1.81326 3.53598L5.40722 13.7777C5.81532 14.9407 7.43953 14.9956 7.92526 13.8628L9.70733 9.70683L13.8633 7.92476C14.9961 7.4391 14.9412 5.81484 13.7782 5.40674L3.53647 1.81277Z", | ||
"fill": "currentColor" | ||
}, | ||
"children": [] | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
"name": "Cursor02C" | ||
} |
Oops, something went wrong.