@datatechsolutions/ui 2.11.72 → 2.11.73
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.js +150 -150
- package/dist/astrlabe/index.mjs +6 -6
- package/dist/astrlabe/workflow-canvas.js +4 -4
- package/dist/astrlabe/workflow-canvas.mjs +3 -3
- package/dist/{chunk-6TL7IE36.js → chunk-EBVEKRQB.js} +10 -10
- package/dist/{chunk-6TL7IE36.js.map → chunk-EBVEKRQB.js.map} +1 -1
- package/dist/{chunk-OPOEEZRR.js → chunk-Q5W4CGXP.js} +64 -64
- package/dist/{chunk-OPOEEZRR.js.map → chunk-Q5W4CGXP.js.map} +1 -1
- package/dist/{chunk-S4GL2WCD.mjs → chunk-TP7H2NQN.mjs} +3 -3
- package/dist/{chunk-S4GL2WCD.mjs.map → chunk-TP7H2NQN.mjs.map} +1 -1
- package/dist/{chunk-VT5YXFTT.mjs → chunk-Z47UM6TC.mjs} +10 -10
- package/dist/{chunk-VT5YXFTT.mjs.map → chunk-Z47UM6TC.mjs.map} +1 -1
- package/dist/index.js +753 -753
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/astrlabe/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
export {
|
|
4
|
-
import {
|
|
5
|
-
|
|
2
|
+
import '../chunk-JB6RNAD2.mjs';
|
|
3
|
+
export { topologicalSortAgents, validateGraphNodeConfigs, validateNodeConfig, validateWorkflowGraph } from '../chunk-53SRKVKQ.mjs';
|
|
4
|
+
import { Workspace, useModalStore, CATEGORY_COLORS, CATEGORY_PILL_COLORS, ICON_MAP, WorkflowCanvas, getEntityIcon, getEntityGradient, useWorkflowStore, LOGIC_ICON_MAP, LOGIC_NODE_GRADIENTS, getFrameworkMeta, getCompatibleModels, isModelCompatibleWithFramework, FRAMEWORK_META, isFrameworkCompatibleWithProviders } from '../chunk-TP7H2NQN.mjs';
|
|
5
|
+
export { AgentFlowNode, AgentToolFlowNode, AnswerFlowNode, AnthropicIcon, CodeFlowNode, CrewAIIcon, DocumentExtractorFlowNode, EndFlowNode, EntityFlowNode, FRAMEWORK_META, GoogleADKIcon, GroupFlowNode, HttpRequestFlowNode, 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, Workspace, getCompatibleModels, getDefaultFrameworkForModel, getEntityBadgeColor, getEntityGradient, getEntityHandleColor, getEntityIcon, getEntityMinimapColor, getFrameworkMeta, getNodeExecutionAccent, getNodeExecutionAccentRgb, isModelCompatibleWithFramework, useModalStore, useWorkflowBuilderClient, useWorkflowBuilderClientOptional, useWorkflowStore } from '../chunk-TP7H2NQN.mjs';
|
|
6
|
+
import { GlassModal, Button, FormInput, FormTextarea, ToggleSwitch, Input, DynamicIslandConfirm } from '../chunk-Z47UM6TC.mjs';
|
|
6
7
|
import { useTranslations } from '../chunk-7VJ7CMMT.mjs';
|
|
7
8
|
import '../chunk-QWG2FMUN.mjs';
|
|
8
|
-
import '../chunk-
|
|
9
|
+
import '../chunk-D2JF6C3E.mjs';
|
|
9
10
|
export { GraphNodeBadge, GraphNodeHeader, GraphNodeIconBubble, GraphNodeMeta } from '../chunk-OZNTQROP.mjs';
|
|
10
|
-
export { topologicalSortAgents, validateGraphNodeConfigs, validateNodeConfig, validateWorkflowGraph } from '../chunk-53SRKVKQ.mjs';
|
|
11
11
|
import { getAgentTier, createDefaultLogicNodeConfig } from '../chunk-WNCPAWLC.mjs';
|
|
12
12
|
export { applyDagreLayout, createDefaultLogicNodeConfig, getAgentTier } from '../chunk-WNCPAWLC.mjs';
|
|
13
13
|
import { memo, useCallback, useState, useEffect, useMemo, useRef, Children } from 'react';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
6
|
-
require('../chunk-UZ3CMNUJ.js');
|
|
4
|
+
var chunkQ5W4CGXP_js = require('../chunk-Q5W4CGXP.js');
|
|
5
|
+
require('../chunk-EBVEKRQB.js');
|
|
7
6
|
require('../chunk-YXN2K77G.js');
|
|
8
7
|
require('../chunk-S7KHTUHA.js');
|
|
8
|
+
require('../chunk-UZ3CMNUJ.js');
|
|
9
9
|
require('../chunk-P4YYEM4B.js');
|
|
10
10
|
require('../chunk-C7BI5LQ6.js');
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ require('../chunk-C7BI5LQ6.js');
|
|
|
13
13
|
|
|
14
14
|
Object.defineProperty(exports, "Workspace", {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
16
|
+
get: function () { return chunkQ5W4CGXP_js.Workspace; }
|
|
17
17
|
});
|
|
18
18
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
19
19
|
//# sourceMappingURL=workflow-canvas.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
export { Workspace } from '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-D2JF6C3E.mjs';
|
|
2
|
+
export { Workspace } from '../chunk-TP7H2NQN.mjs';
|
|
3
|
+
import '../chunk-Z47UM6TC.mjs';
|
|
5
4
|
import '../chunk-7VJ7CMMT.mjs';
|
|
6
5
|
import '../chunk-QWG2FMUN.mjs';
|
|
6
|
+
import '../chunk-D2JF6C3E.mjs';
|
|
7
7
|
import '../chunk-OZNTQROP.mjs';
|
|
8
8
|
import '../chunk-WNCPAWLC.mjs';
|
|
9
9
|
//# sourceMappingURL=workflow-canvas.mjs.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
5
4
|
var chunkYXN2K77G_js = require('./chunk-YXN2K77G.js');
|
|
6
5
|
var chunkS7KHTUHA_js = require('./chunk-S7KHTUHA.js');
|
|
6
|
+
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
7
7
|
var Headless6 = require('@headlessui/react');
|
|
8
8
|
var clsx = require('clsx');
|
|
9
9
|
var React12 = require('react');
|
|
@@ -16595,33 +16595,33 @@ function DepartmentWorkflowDemo({
|
|
|
16595
16595
|
)
|
|
16596
16596
|
] })
|
|
16597
16597
|
] }),
|
|
16598
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full items-center overflow-x-auto px-
|
|
16598
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex h-full items-center overflow-x-auto px-4 py-6", children: [
|
|
16599
16599
|
/* @__PURE__ */ jsxRuntime.jsx("style", { children: `
|
|
16600
16600
|
@keyframes deptGlow { 0%, 100% { box-shadow: 0 0 12px var(--glow); } 50% { box-shadow: 0 0 28px var(--glow); } }
|
|
16601
16601
|
@keyframes deptEdge { to { stroke-dashoffset: -16; } }
|
|
16602
16602
|
` }),
|
|
16603
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-stretch gap-0
|
|
16603
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mx-auto flex items-stretch gap-0", children: columns.map((col, colIdx) => {
|
|
16604
16604
|
const isStepActive = stepIndex === col.stepIndex;
|
|
16605
16605
|
const isStepDone = stepIndex > col.stepIndex;
|
|
16606
16606
|
const showsConnector = colIdx > 0;
|
|
16607
16607
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex shrink-0 items-stretch", children: [
|
|
16608
|
-
showsConnector && /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: "
|
|
16608
|
+
showsConnector && /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: "24", height: "100", className: "self-center shrink-0", viewBox: "0 0 24 100", children: [
|
|
16609
16609
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
16610
16610
|
"line",
|
|
16611
16611
|
{
|
|
16612
16612
|
x1: "0",
|
|
16613
16613
|
y1: "50",
|
|
16614
|
-
x2: "
|
|
16614
|
+
x2: "24",
|
|
16615
16615
|
y2: "50",
|
|
16616
16616
|
stroke: isStepDone ? t.completeEdgeStroke : isStepActive ? t.activeEdgeStroke : "#334155",
|
|
16617
16617
|
strokeWidth: "2",
|
|
16618
|
-
strokeDasharray: "
|
|
16618
|
+
strokeDasharray: "5 3",
|
|
16619
16619
|
style: { animation: isStepActive ? "deptEdge 0.8s linear infinite" : "none" }
|
|
16620
16620
|
}
|
|
16621
16621
|
),
|
|
16622
|
-
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "
|
|
16622
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "22", cy: "50", r: "2.5", fill: isStepDone ? t.completeEdgeStroke : isStepActive ? t.activeEdgeStroke : "#334155" })
|
|
16623
16623
|
] }),
|
|
16624
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-[
|
|
16624
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex w-[148px] flex-col gap-2 shrink-0", children: [
|
|
16625
16625
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-[8px] font-bold uppercase tracking-wider text-gray-400 dark:text-gray-500 text-center", children: [
|
|
16626
16626
|
"Step ",
|
|
16627
16627
|
col.stepIndex + 1
|
|
@@ -25420,5 +25420,5 @@ exports.usePullToRefresh = usePullToRefresh;
|
|
|
25420
25420
|
exports.validateDashboardSpec = validateDashboardSpec;
|
|
25421
25421
|
exports.xScale = xScale;
|
|
25422
25422
|
exports.yScale = yScale;
|
|
25423
|
-
//# sourceMappingURL=chunk-
|
|
25424
|
-
//# sourceMappingURL=chunk-
|
|
25423
|
+
//# sourceMappingURL=chunk-EBVEKRQB.js.map
|
|
25424
|
+
//# sourceMappingURL=chunk-EBVEKRQB.js.map
|