@datatechsolutions/ui 2.11.51 → 2.11.53
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/astrlabe/index.d.mts +2 -18
- package/dist/astrlabe/index.d.ts +2 -18
- package/dist/astrlabe/index.js +142 -185
- package/dist/astrlabe/index.js.map +1 -1
- package/dist/astrlabe/index.mjs +7 -49
- package/dist/astrlabe/index.mjs.map +1 -1
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-2IOPJ5BM.js → chunk-5N6QYUAA.js} +363 -3
- package/dist/chunk-5N6QYUAA.js.map +1 -0
- package/dist/{chunk-VZHQMOVM.js → chunk-7LCEP4X5.js} +52 -52
- package/dist/{chunk-VZHQMOVM.js.map → chunk-7LCEP4X5.js.map} +1 -1
- package/dist/{chunk-MDD6H63O.mjs → chunk-GWLWSE2C.mjs} +357 -4
- package/dist/chunk-GWLWSE2C.mjs.map +1 -0
- package/dist/{chunk-XRTBXSQY.mjs → chunk-PEBQWL6R.mjs} +3 -3
- package/dist/{chunk-XRTBXSQY.mjs.map → chunk-PEBQWL6R.mjs.map} +1 -1
- package/dist/dynamic-island-confirm-BKsZkAEP.d.mts +17 -0
- package/dist/dynamic-island-confirm-BKsZkAEP.d.ts +17 -0
- package/dist/index.d.mts +232 -7
- package/dist/index.d.ts +232 -7
- package/dist/index.js +742 -714
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-2IOPJ5BM.js.map +0 -1
- package/dist/chunk-MDD6H63O.mjs.map +0 -1
- package/dist/dynamic-island-confirm-Bw24Ll2r.d.mts +0 -114
- package/dist/dynamic-island-confirm-Bw24Ll2r.d.ts +0 -114
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { ToggleSwitch, GlassModal, ContextMenu, FormInput, FormSelect, FormTextarea, Button, IconButton } from './chunk-
|
|
2
|
+
import { ToggleSwitch, GlassModal, ContextMenu, FormInput, FormSelect, FormTextarea, Button, IconButton } from './chunk-GWLWSE2C.mjs';
|
|
3
3
|
import { useTranslations, I18nProvider, createI18nFromMessages } from './chunk-7VJ7CMMT.mjs';
|
|
4
4
|
import { GraphNodeHeader, GraphNodeMeta, GraphNodeBadge, GraphNodeIconBubble } from './chunk-OZNTQROP.mjs';
|
|
5
5
|
import { getAgentTier, createDefaultLogicNodeConfig, applyDagreLayout } from './chunk-TLPPVL3W.mjs';
|
|
@@ -7825,5 +7825,5 @@ function Workspace({
|
|
|
7825
7825
|
}
|
|
7826
7826
|
|
|
7827
7827
|
export { AgentFlowNode, AgentToolFlowNode, AnswerFlowNode, AnthropicIcon, CATEGORY_COLORS, CATEGORY_PILL_COLORS, CodeFlowNode, CrewAIIcon, DocumentExtractorFlowNode, EndFlowNode, EntityFlowNode, FRAMEWORK_META, GoogleADKIcon, GroupFlowNode, HttpRequestFlowNode, ICON_MAP, IfElseFlowNode, IterationFlowNode, IterationStartFlowNode, KnowledgeBaseFlowNode, LOGIC_ICON_MAP, LOGIC_NODE_BADGE_COLORS, LOGIC_NODE_GRADIENTS, LOGIC_NODE_HANDLE_COLORS, LangChainIcon, ListOperatorFlowNode, LogicNodeModal, MINIMAP_NODE_COLORS, ModelProviderFlowNode, NODE_EXECUTION_ACCENT_COLORS, NodeCard, NodeContextMenu, NoteFlowNode, OpenAIIcon, PanelContextMenu, ParameterExtractorFlowNode, QuestionClassifierFlowNode, RuleFlowNode, SelectionContextMenu, StartFlowNode, StrandsIcon, TemplateTransformFlowNode, ToolFlowNode, VariableAggregatorFlowNode, VariableAssignerFlowNode, WorkflowBuilderProvider, WorkflowCanvas, Workspace, getCompatibleModels, getDefaultFrameworkForModel, getEntityBadgeColor, getEntityGradient, getEntityHandleColor, getEntityIcon, getEntityMinimapColor, getFrameworkMeta, getNodeExecutionAccent, getNodeExecutionAccentRgb, isFrameworkCompatibleWithProviders, isModelCompatibleWithFramework, useModalStore, useWorkflowBuilderClient, useWorkflowBuilderClientOptional, useWorkflowStore };
|
|
7828
|
-
//# sourceMappingURL=chunk-
|
|
7829
|
-
//# sourceMappingURL=chunk-
|
|
7828
|
+
//# sourceMappingURL=chunk-PEBQWL6R.mjs.map
|
|
7829
|
+
//# sourceMappingURL=chunk-PEBQWL6R.mjs.map
|