@datatechsolutions/ui 2.7.116 → 2.7.118
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/chunk-2HUN5ZXT.js +5 -0
- package/dist/chunk-2HUN5ZXT.js.map +1 -0
- package/dist/chunk-4ESKCNPI.mjs +6649 -0
- package/dist/chunk-4ESKCNPI.mjs.map +1 -0
- package/dist/chunk-55S2KOTZ.mjs +276 -0
- package/dist/chunk-55S2KOTZ.mjs.map +1 -0
- package/dist/chunk-6KYBGBI4.mjs +178 -0
- package/dist/chunk-6KYBGBI4.mjs.map +1 -0
- package/dist/chunk-A3B3A43Y.mjs +4 -0
- package/dist/chunk-A3B3A43Y.mjs.map +1 -0
- package/dist/chunk-D2JF6C3E.mjs +46 -0
- package/dist/chunk-D2JF6C3E.mjs.map +1 -0
- package/dist/chunk-E42PD4X6.js +279 -0
- package/dist/chunk-E42PD4X6.js.map +1 -0
- package/dist/chunk-F4FMGGHO.js +186 -0
- package/dist/chunk-F4FMGGHO.js.map +1 -0
- package/dist/chunk-JOLZ453P.js +6718 -0
- package/dist/chunk-JOLZ453P.js.map +1 -0
- package/dist/chunk-NJ6PBGQM.js +44 -0
- package/dist/chunk-NJ6PBGQM.js.map +1 -0
- package/dist/chunk-UBCSCLUW.mjs +39 -0
- package/dist/chunk-UBCSCLUW.mjs.map +1 -0
- package/dist/chunk-URTWMG3V.mjs +14742 -0
- package/dist/chunk-URTWMG3V.mjs.map +1 -0
- package/dist/chunk-UZ3CMNUJ.js +49 -0
- package/dist/chunk-UZ3CMNUJ.js.map +1 -0
- package/dist/chunk-YRY7HFKG.js +15128 -0
- package/dist/chunk-YRY7HFKG.js.map +1 -0
- package/dist/index.js +1441 -15235
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -14853
- package/dist/index.mjs.map +1 -1
- package/dist/use-haptic-RDQNJYBE.js +17 -0
- package/dist/use-haptic-RDQNJYBE.js.map +1 -0
- package/dist/use-haptic-TCMOLPGA.mjs +4 -0
- package/dist/use-haptic-TCMOLPGA.mjs.map +1 -0
- package/dist/workflow/graph-node.js +19 -37
- package/dist/workflow/graph-node.js.map +1 -1
- package/dist/workflow/graph-node.mjs +2 -36
- package/dist/workflow/graph-node.mjs.map +1 -1
- package/dist/workflow/index.d.mts +1 -1
- package/dist/workflow/index.d.ts +1 -1
- package/dist/workflow/index.js +520 -11061
- package/dist/workflow/index.js.map +1 -1
- package/dist/workflow/index.mjs +40 -10744
- package/dist/workflow/index.mjs.map +1 -1
- package/dist/workflow/utils.d.mts +13 -1
- package/dist/workflow/utils.d.ts +13 -1
- package/dist/workflow/utils.js +22 -436
- package/dist/workflow/utils.js.map +1 -1
- package/dist/workflow/utils.mjs +2 -432
- package/dist/workflow/utils.mjs.map +1 -1
- package/dist/workflow/workflow-canvas.js +8 -10221
- package/dist/workflow/workflow-canvas.js.map +1 -1
- package/dist/workflow/workflow-canvas.mjs +5 -10197
- package/dist/workflow/workflow-canvas.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var chunkUZ3CMNUJ_js = require('./chunk-UZ3CMNUJ.js');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "triggerHaptic", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkUZ3CMNUJ_js.triggerHaptic; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "useHaptic", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkUZ3CMNUJ_js.useHaptic; }
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=use-haptic-RDQNJYBE.js.map
|
|
17
|
+
//# sourceMappingURL=use-haptic-RDQNJYBE.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"use-haptic-RDQNJYBE.js"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"use-haptic-TCMOLPGA.mjs"}
|
|
@@ -1,44 +1,26 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
require('../chunk-2HUN5ZXT.js');
|
|
5
|
+
var chunkNJ6PBGQM_js = require('../chunk-NJ6PBGQM.js');
|
|
5
6
|
|
|
6
|
-
// src/workflow/components/nodes/graph-node-primitives.tsx
|
|
7
|
-
function GraphNodeIconBubble({ children, className = "" }) {
|
|
8
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: `flex h-10 w-10 items-center justify-center rounded-xl shadow-lg ${className}`, children });
|
|
9
|
-
}
|
|
10
|
-
function GraphNodeHeader({
|
|
11
|
-
icon,
|
|
12
|
-
title,
|
|
13
|
-
description,
|
|
14
|
-
compact = false,
|
|
15
|
-
iconClassName
|
|
16
|
-
}) {
|
|
17
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start gap-3", children: [
|
|
18
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: iconClassName, children: icon }),
|
|
19
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
20
|
-
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-sm font-semibold text-gray-900 dark:text-white", children: title }),
|
|
21
|
-
!compact && description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-0.5 text-xs text-gray-500 dark:text-gray-400", children: description })
|
|
22
|
-
] })
|
|
23
|
-
] });
|
|
24
|
-
}
|
|
25
|
-
function GraphNodeMeta({ compact = false, children }) {
|
|
26
|
-
if (compact) return null;
|
|
27
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 flex items-center justify-between", children });
|
|
28
|
-
}
|
|
29
|
-
function GraphNodeBadge({ children, className }) {
|
|
30
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
31
|
-
"span",
|
|
32
|
-
{
|
|
33
|
-
className: className ?? "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-semibold bg-slate-100 text-slate-700 dark:bg-slate-500/20 dark:text-slate-300",
|
|
34
|
-
children
|
|
35
|
-
}
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
7
|
|
|
39
|
-
|
|
40
|
-
exports
|
|
41
|
-
|
|
42
|
-
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "GraphNodeBadge", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkNJ6PBGQM_js.GraphNodeBadge; }
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "GraphNodeHeader", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return chunkNJ6PBGQM_js.GraphNodeHeader; }
|
|
16
|
+
});
|
|
17
|
+
Object.defineProperty(exports, "GraphNodeIconBubble", {
|
|
18
|
+
enumerable: true,
|
|
19
|
+
get: function () { return chunkNJ6PBGQM_js.GraphNodeIconBubble; }
|
|
20
|
+
});
|
|
21
|
+
Object.defineProperty(exports, "GraphNodeMeta", {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () { return chunkNJ6PBGQM_js.GraphNodeMeta; }
|
|
24
|
+
});
|
|
43
25
|
//# sourceMappingURL=graph-node.js.map
|
|
44
26
|
//# sourceMappingURL=graph-node.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"graph-node.js"}
|
|
@@ -1,39 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
// src/workflow/components/nodes/graph-node-primitives.tsx
|
|
5
|
-
function GraphNodeIconBubble({ children, className = "" }) {
|
|
6
|
-
return /* @__PURE__ */ jsx("div", { className: `flex h-10 w-10 items-center justify-center rounded-xl shadow-lg ${className}`, children });
|
|
7
|
-
}
|
|
8
|
-
function GraphNodeHeader({
|
|
9
|
-
icon,
|
|
10
|
-
title,
|
|
11
|
-
description,
|
|
12
|
-
compact = false,
|
|
13
|
-
iconClassName
|
|
14
|
-
}) {
|
|
15
|
-
return /* @__PURE__ */ jsxs("div", { className: "flex items-start gap-3", children: [
|
|
16
|
-
/* @__PURE__ */ jsx("div", { className: iconClassName, children: icon }),
|
|
17
|
-
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
18
|
-
/* @__PURE__ */ jsx("h3", { className: "text-sm font-semibold text-gray-900 dark:text-white", children: title }),
|
|
19
|
-
!compact && description && /* @__PURE__ */ jsx("p", { className: "mt-0.5 text-xs text-gray-500 dark:text-gray-400", children: description })
|
|
20
|
-
] })
|
|
21
|
-
] });
|
|
22
|
-
}
|
|
23
|
-
function GraphNodeMeta({ compact = false, children }) {
|
|
24
|
-
if (compact) return null;
|
|
25
|
-
return /* @__PURE__ */ jsx("div", { className: "mt-2 flex items-center justify-between", children });
|
|
26
|
-
}
|
|
27
|
-
function GraphNodeBadge({ children, className }) {
|
|
28
|
-
return /* @__PURE__ */ jsx(
|
|
29
|
-
"span",
|
|
30
|
-
{
|
|
31
|
-
className: className ?? "inline-flex items-center rounded-full px-2 py-0.5 text-[10px] font-semibold bg-slate-100 text-slate-700 dark:bg-slate-500/20 dark:text-slate-300",
|
|
32
|
-
children
|
|
33
|
-
}
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
export { GraphNodeBadge, GraphNodeHeader, GraphNodeIconBubble, GraphNodeMeta };
|
|
2
|
+
import '../chunk-A3B3A43Y.mjs';
|
|
3
|
+
export { GraphNodeBadge, GraphNodeHeader, GraphNodeIconBubble, GraphNodeMeta } from '../chunk-UBCSCLUW.mjs';
|
|
38
4
|
//# sourceMappingURL=graph-node.mjs.map
|
|
39
5
|
//# sourceMappingURL=graph-node.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"graph-node.mjs"}
|
|
@@ -9,7 +9,7 @@ import { E as EntityDrawerMaxWidth, D as DynamicIslandConfirm$1 } from '../entit
|
|
|
9
9
|
import * as zustand from 'zustand';
|
|
10
10
|
import { Node, Edge } from '@xyflow/react';
|
|
11
11
|
import { LayoutDirection } from './utils.mjs';
|
|
12
|
-
export { applyDagreLayout, createDefaultLogicNodeConfig, topologicalSortAgents, validateWorkflowGraph } from './utils.mjs';
|
|
12
|
+
export { AgentTier, applyDagreLayout, createDefaultLogicNodeConfig, getAgentTier, topologicalSortAgents, validateWorkflowGraph } from './utils.mjs';
|
|
13
13
|
|
|
14
14
|
type WorkspaceBootstrapPayload = {
|
|
15
15
|
workflow: Workflow | null;
|
package/dist/workflow/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { E as EntityDrawerMaxWidth, D as DynamicIslandConfirm$1 } from '../entit
|
|
|
9
9
|
import * as zustand from 'zustand';
|
|
10
10
|
import { Node, Edge } from '@xyflow/react';
|
|
11
11
|
import { LayoutDirection } from './utils.js';
|
|
12
|
-
export { applyDagreLayout, createDefaultLogicNodeConfig, topologicalSortAgents, validateWorkflowGraph } from './utils.js';
|
|
12
|
+
export { AgentTier, applyDagreLayout, createDefaultLogicNodeConfig, getAgentTier, topologicalSortAgents, validateWorkflowGraph } from './utils.js';
|
|
13
13
|
|
|
14
14
|
type WorkspaceBootstrapPayload = {
|
|
15
15
|
workflow: Workflow | null;
|