@genfeedai/workflow-ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/canvas.js +13 -13
- package/dist/canvas.mjs +7 -7
- package/dist/{chunk-HPQT36RR.js → chunk-3TMV3K34.js} +18 -27
- package/dist/{chunk-Z7PWFZG5.js → chunk-4MZ62VMF.js} +8 -1
- package/dist/{chunk-VOGL2WCE.mjs → chunk-7P2JWDC7.mjs} +9 -18
- package/dist/{chunk-FT64PCUP.mjs → chunk-AOTUCJMA.mjs} +6 -15
- package/dist/{chunk-LAJ34AH2.mjs → chunk-AUZR6REQ.mjs} +4 -7
- package/dist/{chunk-EC2ZIWOK.js → chunk-AXFOCPPP.js} +36 -45
- package/dist/{chunk-CETJJ73S.js → chunk-BMFRA6GK.js} +28 -37
- package/dist/{chunk-XV5Z5XYR.mjs → chunk-E3YBVMYZ.mjs} +403 -59
- package/dist/{chunk-H6LZKSLY.js → chunk-ECD5J2BA.js} +496 -152
- package/dist/{chunk-ADWNF7V3.js → chunk-EMGXUNBL.js} +3 -3
- package/dist/{chunk-22PDGHNQ.mjs → chunk-HCXI63ME.mjs} +2 -2
- package/dist/{chunk-UQQUWGHW.mjs → chunk-IASLG6IA.mjs} +1 -1
- package/dist/chunk-IHF35QZD.js +1095 -0
- package/dist/{chunk-E544XUBL.js → chunk-KDIWRSYV.js} +8 -11
- package/dist/chunk-RIGVIEYB.mjs +1093 -0
- package/dist/{chunk-SW7QNEZU.js → chunk-SEV2DWKF.js} +30 -30
- package/dist/{chunk-CSUBLSKZ.mjs → chunk-SQK4JDYY.mjs} +27 -36
- package/dist/{chunk-AC6TWLRT.mjs → chunk-ZJWP5KGZ.mjs} +8 -2
- package/dist/hooks.js +15 -15
- package/dist/hooks.mjs +5 -5
- package/dist/index.js +42 -42
- package/dist/index.mjs +9 -9
- package/dist/lib.js +1 -1
- package/dist/lib.mjs +1 -1
- package/dist/nodes.js +38 -38
- package/dist/nodes.mjs +5 -5
- package/dist/panels.js +7 -7
- package/dist/panels.mjs +4 -4
- package/dist/provider.js +1 -1
- package/dist/provider.mjs +1 -1
- package/dist/stores.js +8 -8
- package/dist/stores.mjs +3 -3
- package/dist/toolbar.js +10 -10
- package/dist/toolbar.mjs +4 -4
- package/dist/ui.js +1 -1
- package/dist/ui.mjs +1 -1
- package/dist/workflowStore-7SDJC4UR.mjs +3 -0
- package/dist/workflowStore-LNJQ5RZG.js +12 -0
- package/package.json +1 -1
- package/dist/chunk-BJ3R5R32.mjs +0 -2163
- package/dist/chunk-NSDLGLAQ.js +0 -2166
- package/dist/workflowStore-4EGKJLYK.mjs +0 -3
- package/dist/workflowStore-KM32FDL7.js +0 -12
package/dist/index.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { DEFAULT_GROUP_COLORS, GROUP_COLORS, GroupOverlay, HelperLines, NodeSearch, PauseEdge, ShortcutHelpModal, WorkflowCanvas } from './chunk-
|
|
2
|
-
export { BaseNode, nodeTypes } from './chunk-
|
|
1
|
+
export { DEFAULT_GROUP_COLORS, GROUP_COLORS, GroupOverlay, HelperLines, NodeSearch, PauseEdge, ShortcutHelpModal, WorkflowCanvas } from './chunk-7P2JWDC7.mjs';
|
|
2
|
+
export { BaseNode, nodeTypes } from './chunk-E3YBVMYZ.mjs';
|
|
3
3
|
import './chunk-ZJD5WMR3.mjs';
|
|
4
4
|
import './chunk-E323WAZG.mjs';
|
|
5
|
-
export { DebugPanel, NodePalette, PanelContainer } from './chunk-
|
|
6
|
-
export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-
|
|
5
|
+
export { DebugPanel, NodePalette, PanelContainer } from './chunk-AUZR6REQ.mjs';
|
|
6
|
+
export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-HCXI63ME.mjs';
|
|
7
7
|
import './chunk-L5TF4EHW.mjs';
|
|
8
|
-
export { useCanvasKeyboardShortcuts } from './chunk-
|
|
9
|
-
export { useAIGenNode, useAIGenNodeHeader, useAutoLoadModelSchema, useCanGenerate, useMediaUpload, useModelSelection, useNodeExecution, usePromptAutocomplete, useRequiredInputs } from './chunk-
|
|
8
|
+
export { useCanvasKeyboardShortcuts } from './chunk-IASLG6IA.mjs';
|
|
9
|
+
export { useAIGenNode, useAIGenNodeHeader, useAutoLoadModelSchema, useCanGenerate, useMediaUpload, useModelSelection, useNodeExecution, usePromptAutocomplete, useRequiredInputs } from './chunk-AOTUCJMA.mjs';
|
|
10
10
|
import './chunk-7SKSRSS7.mjs';
|
|
11
11
|
import './chunk-EFXQT23N.mjs';
|
|
12
12
|
export { useAnnotationStore, usePromptEditorStore } from './chunk-CV4M7CNU.mjs';
|
|
13
13
|
import './chunk-LDN7IX4Y.mjs';
|
|
14
|
-
export { useExecutionStore, useSettingsStore, useUIStore } from './chunk-
|
|
15
|
-
export { useWorkflowStore } from './chunk-
|
|
14
|
+
export { useExecutionStore, useSettingsStore, useUIStore } from './chunk-SQK4JDYY.mjs';
|
|
15
|
+
export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
|
|
16
16
|
import './chunk-MLJJBBTB.mjs';
|
|
17
17
|
export { WorkflowUIProvider, useWorkflowUIConfig } from './chunk-FT33LFII.mjs';
|
|
18
18
|
export { configurePromptLibrary, usePromptLibraryStore } from './chunk-VRN3UWE5.mjs';
|
|
19
|
-
import './chunk-
|
|
19
|
+
import './chunk-ZJWP5KGZ.mjs';
|
package/dist/lib.js
CHANGED
package/dist/lib.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { DEFAULT_IMAGE_MODEL, DEFAULT_LIPSYNC_MODEL, DEFAULT_LLM_MODEL, DEFAULT_VIDEO_MODEL, EASING_PRESETS, IMAGE_MODELS, IMAGE_MODEL_ID_MAP, IMAGE_MODEL_MAP, LIPSYNC_MODELS, LIPSYNC_SYNC_MODES, LLM_MODELS, LLM_MODEL_ID_MAP, LLM_MODEL_MAP, VIDEO_MODELS, VIDEO_MODEL_ID_MAP, VIDEO_MODEL_MAP, applySpeedCurve, evaluateBezier, generateHandlesFromSchema, getEasingDisplayName, getImageModelLabel, getLLMModelLabel, getLipSyncModelLabel, getMediaFromNode, getVideoModelLabel, isSchemaHandle, lipSyncModelSupportsImage } from './chunk-E323WAZG.mjs';
|
|
2
2
|
export { CONNECTION_FIELDS, extractEnumValues, getImageDimensions, getSchemaDefaults, getVideoMetadata, supportsImageInput, validateRequiredSchemaFields } from './chunk-EFXQT23N.mjs';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-ZJWP5KGZ.mjs';
|
package/dist/nodes.js
CHANGED
|
@@ -1,151 +1,151 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkECD5J2BA_js = require('./chunk-ECD5J2BA.js');
|
|
4
4
|
require('./chunk-3SPPKCWR.js');
|
|
5
5
|
require('./chunk-3YFFDHC5.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-3TMV3K34.js');
|
|
7
7
|
require('./chunk-5HJFQVUR.js');
|
|
8
8
|
require('./chunk-EMUMKW5C.js');
|
|
9
9
|
require('./chunk-6DOEUDD5.js');
|
|
10
10
|
require('./chunk-JLWKW3G5.js');
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-AXFOCPPP.js');
|
|
12
|
+
require('./chunk-IHF35QZD.js');
|
|
13
13
|
require('./chunk-5LQ4QBR5.js');
|
|
14
14
|
require('./chunk-RJ262NXS.js');
|
|
15
15
|
require('./chunk-RXNEDWK2.js');
|
|
16
|
-
require('./chunk-
|
|
16
|
+
require('./chunk-4MZ62VMF.js');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
Object.defineProperty(exports, "AnimationNode", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkECD5J2BA_js.AnimationNode; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AnnotationNode", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkECD5J2BA_js.AnnotationNode; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "AudioInputNode", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkECD5J2BA_js.AudioInputNode; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "BaseNode", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkECD5J2BA_js.BaseNode; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "DownloadNode", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkECD5J2BA_js.DownloadNode; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "ImageCompareNode", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkECD5J2BA_js.ImageCompareNode; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "ImageGenNode", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkECD5J2BA_js.ImageGenNode; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "ImageGridSplitNode", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkECD5J2BA_js.ImageGridSplitNode; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "ImageInputNode", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkECD5J2BA_js.ImageInputNode; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "LLMNode", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkECD5J2BA_js.LLMNode; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "LipSyncNode", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkECD5J2BA_js.LipSyncNode; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "MotionControlNode", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkECD5J2BA_js.MotionControlNode; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "OutputGalleryNode", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkECD5J2BA_js.OutputGalleryNode; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "OutputNode", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkECD5J2BA_js.OutputNode; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "PromptConstructorNode", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkECD5J2BA_js.PromptConstructorNode; }
|
|
79
79
|
});
|
|
80
80
|
Object.defineProperty(exports, "PromptNode", {
|
|
81
81
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkECD5J2BA_js.PromptNode; }
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(exports, "ReframeNode", {
|
|
85
85
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkECD5J2BA_js.ReframeNode; }
|
|
87
87
|
});
|
|
88
88
|
Object.defineProperty(exports, "ResizeNode", {
|
|
89
89
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkECD5J2BA_js.ResizeNode; }
|
|
91
91
|
});
|
|
92
92
|
Object.defineProperty(exports, "SubtitleNode", {
|
|
93
93
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkECD5J2BA_js.SubtitleNode; }
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(exports, "TextToSpeechNode", {
|
|
97
97
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkECD5J2BA_js.TextToSpeechNode; }
|
|
99
99
|
});
|
|
100
100
|
Object.defineProperty(exports, "TranscribeNode", {
|
|
101
101
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkECD5J2BA_js.TranscribeNode; }
|
|
103
103
|
});
|
|
104
104
|
Object.defineProperty(exports, "UpscaleNode", {
|
|
105
105
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkECD5J2BA_js.UpscaleNode; }
|
|
107
107
|
});
|
|
108
108
|
Object.defineProperty(exports, "VideoFrameExtractNode", {
|
|
109
109
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkECD5J2BA_js.VideoFrameExtractNode; }
|
|
111
111
|
});
|
|
112
112
|
Object.defineProperty(exports, "VideoGenNode", {
|
|
113
113
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkECD5J2BA_js.VideoGenNode; }
|
|
115
115
|
});
|
|
116
116
|
Object.defineProperty(exports, "VideoInputNode", {
|
|
117
117
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkECD5J2BA_js.VideoInputNode; }
|
|
119
119
|
});
|
|
120
120
|
Object.defineProperty(exports, "VideoStitchNode", {
|
|
121
121
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkECD5J2BA_js.VideoStitchNode; }
|
|
123
123
|
});
|
|
124
124
|
Object.defineProperty(exports, "VideoTrimNode", {
|
|
125
125
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkECD5J2BA_js.VideoTrimNode; }
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(exports, "VoiceChangeNode", {
|
|
129
129
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkECD5J2BA_js.VoiceChangeNode; }
|
|
131
131
|
});
|
|
132
132
|
Object.defineProperty(exports, "WorkflowInputNode", {
|
|
133
133
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkECD5J2BA_js.WorkflowInputNode; }
|
|
135
135
|
});
|
|
136
136
|
Object.defineProperty(exports, "WorkflowOutputNode", {
|
|
137
137
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkECD5J2BA_js.WorkflowOutputNode; }
|
|
139
139
|
});
|
|
140
140
|
Object.defineProperty(exports, "WorkflowRefNode", {
|
|
141
141
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkECD5J2BA_js.WorkflowRefNode; }
|
|
143
143
|
});
|
|
144
144
|
Object.defineProperty(exports, "nodeTypes", {
|
|
145
145
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkECD5J2BA_js.nodeTypes; }
|
|
147
147
|
});
|
|
148
148
|
Object.defineProperty(exports, "setWorkflowRefApi", {
|
|
149
149
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkECD5J2BA_js.setWorkflowRefApi; }
|
|
151
151
|
});
|
package/dist/nodes.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-
|
|
1
|
+
export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-E3YBVMYZ.mjs';
|
|
2
2
|
import './chunk-ZJD5WMR3.mjs';
|
|
3
3
|
import './chunk-E323WAZG.mjs';
|
|
4
|
-
import './chunk-
|
|
4
|
+
import './chunk-AOTUCJMA.mjs';
|
|
5
5
|
import './chunk-7SKSRSS7.mjs';
|
|
6
6
|
import './chunk-EFXQT23N.mjs';
|
|
7
7
|
import './chunk-CV4M7CNU.mjs';
|
|
8
8
|
import './chunk-LDN7IX4Y.mjs';
|
|
9
|
-
import './chunk-
|
|
10
|
-
import './chunk-
|
|
9
|
+
import './chunk-SQK4JDYY.mjs';
|
|
10
|
+
import './chunk-RIGVIEYB.mjs';
|
|
11
11
|
import './chunk-MLJJBBTB.mjs';
|
|
12
12
|
import './chunk-FT33LFII.mjs';
|
|
13
13
|
import './chunk-VRN3UWE5.mjs';
|
|
14
|
-
import './chunk-
|
|
14
|
+
import './chunk-ZJWP5KGZ.mjs';
|
package/dist/panels.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
3
|
+
var chunkKDIWRSYV_js = require('./chunk-KDIWRSYV.js');
|
|
4
|
+
require('./chunk-AXFOCPPP.js');
|
|
5
|
+
require('./chunk-IHF35QZD.js');
|
|
6
|
+
require('./chunk-4MZ62VMF.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, "DebugPanel", {
|
|
11
11
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
12
|
+
get: function () { return chunkKDIWRSYV_js.DebugPanel; }
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "NodePalette", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkKDIWRSYV_js.NodePalette; }
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "PanelContainer", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunkKDIWRSYV_js.PanelContainer; }
|
|
21
21
|
});
|
package/dist/panels.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { DebugPanel, NodePalette, PanelContainer } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
1
|
+
export { DebugPanel, NodePalette, PanelContainer } from './chunk-AUZR6REQ.mjs';
|
|
2
|
+
import './chunk-SQK4JDYY.mjs';
|
|
3
|
+
import './chunk-RIGVIEYB.mjs';
|
|
4
|
+
import './chunk-ZJWP5KGZ.mjs';
|
package/dist/provider.js
CHANGED
package/dist/provider.mjs
CHANGED
package/dist/stores.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var chunk6DOEUDD5_js = require('./chunk-6DOEUDD5.js');
|
|
4
4
|
require('./chunk-JLWKW3G5.js');
|
|
5
|
-
var
|
|
6
|
-
var
|
|
5
|
+
var chunkAXFOCPPP_js = require('./chunk-AXFOCPPP.js');
|
|
6
|
+
var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
|
|
7
7
|
var chunkRXNEDWK2_js = require('./chunk-RXNEDWK2.js');
|
|
8
|
-
require('./chunk-
|
|
8
|
+
require('./chunk-4MZ62VMF.js');
|
|
9
9
|
|
|
10
10
|
// src/stores/workflow/selectors.ts
|
|
11
11
|
var selectNodes = (state) => state.nodes;
|
|
@@ -52,23 +52,23 @@ Object.defineProperty(exports, "usePromptEditorStore", {
|
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "PROVIDER_INFO", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkAXFOCPPP_js.PROVIDER_INFO; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "useExecutionStore", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkAXFOCPPP_js.useExecutionStore; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "useSettingsStore", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkAXFOCPPP_js.useSettingsStore; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "useUIStore", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkAXFOCPPP_js.useUIStore; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "useWorkflowStore", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkIHF35QZD_js.useWorkflowStore; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "configurePromptLibrary", {
|
|
74
74
|
enumerable: true,
|
package/dist/stores.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { useAnnotationStore, usePromptEditorStore } from './chunk-CV4M7CNU.mjs';
|
|
2
2
|
import './chunk-LDN7IX4Y.mjs';
|
|
3
|
-
export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-
|
|
4
|
-
export { useWorkflowStore } from './chunk-
|
|
3
|
+
export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-SQK4JDYY.mjs';
|
|
4
|
+
export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
|
|
5
5
|
export { configurePromptLibrary, usePromptLibraryStore } from './chunk-VRN3UWE5.mjs';
|
|
6
|
-
import './chunk-
|
|
6
|
+
import './chunk-ZJWP5KGZ.mjs';
|
|
7
7
|
|
|
8
8
|
// src/stores/workflow/selectors.ts
|
|
9
9
|
var selectNodes = (state) => state.nodes;
|
package/dist/toolbar.js
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkSEV2DWKF_js = require('./chunk-SEV2DWKF.js');
|
|
4
4
|
require('./chunk-JLWKW3G5.js');
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
5
|
+
require('./chunk-AXFOCPPP.js');
|
|
6
|
+
require('./chunk-IHF35QZD.js');
|
|
7
|
+
require('./chunk-4MZ62VMF.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "BottomBar", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkSEV2DWKF_js.BottomBar; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "OverflowMenu", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkSEV2DWKF_js.OverflowMenu; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "SaveAsDialog", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkSEV2DWKF_js.SaveAsDialog; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "SaveIndicator", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkSEV2DWKF_js.SaveIndicator; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "Toolbar", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkSEV2DWKF_js.Toolbar; }
|
|
30
30
|
});
|
|
31
31
|
Object.defineProperty(exports, "ToolbarDropdown", {
|
|
32
32
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkSEV2DWKF_js.ToolbarDropdown; }
|
|
34
34
|
});
|
package/dist/toolbar.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-
|
|
1
|
+
export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-HCXI63ME.mjs';
|
|
2
2
|
import './chunk-LDN7IX4Y.mjs';
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
3
|
+
import './chunk-SQK4JDYY.mjs';
|
|
4
|
+
import './chunk-RIGVIEYB.mjs';
|
|
5
|
+
import './chunk-ZJWP5KGZ.mjs';
|
package/dist/ui.js
CHANGED
package/dist/ui.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { Checkbox, ComparisonSlider, GridPositionSelector, Input, Label, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Slider } from './chunk-ZJD5WMR3.mjs';
|
|
2
2
|
export { Button, buttonVariants, cn } from './chunk-7SKSRSS7.mjs';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-ZJWP5KGZ.mjs';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
require('./chunk-JLWKW3G5.js');
|
|
4
|
+
var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
|
|
5
|
+
require('./chunk-4MZ62VMF.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "useWorkflowStore", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkIHF35QZD_js.useWorkflowStore; }
|
|
12
|
+
});
|