@epam/ai-dial-conversation-stages 1.1.0-dev.44 → 1.1.0-dev.440
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/components/CollapsedGroup/CollapsedGroup.d.ts +1 -7
- package/components/CollapsedGroup/CollapsedGroup.d.ts.map +1 -1
- package/components/StageIcon/StageIcon.d.ts +1 -15
- package/components/StageIcon/StageIcon.d.ts.map +1 -1
- package/components/StageItem/StageItem.d.ts +2 -12
- package/components/StageItem/StageItem.d.ts.map +1 -1
- package/components/StageMarkdownContent/StageCodeBlock.d.ts +2 -0
- package/components/StageMarkdownContent/StageCodeBlock.d.ts.map +1 -1
- package/components/StagesPanel/StagesPanel.d.ts +1 -5
- package/components/StagesPanel/StagesPanel.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.js +322 -252
- package/models/collapsed-group.d.ts +14 -17
- package/models/collapsed-group.d.ts.map +1 -1
- package/models/stage-grouping.d.ts +6 -14
- package/models/stage-grouping.d.ts.map +1 -1
- package/models/stages-props.d.ts +40 -28
- package/models/stages-props.d.ts.map +1 -1
- package/package.json +3 -3
- package/utils/stage-grouping.d.ts +1 -7
- package/utils/stage-grouping.d.ts.map +1 -1
- package/utils/stage-name.d.ts +7 -14
- package/utils/stage-name.d.ts.map +1 -1
- package/utils/stage-progress.d.ts +1 -7
- package/utils/stage-progress.d.ts.map +1 -1
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { CollapsedGroupProps } from '../../models/collapsed-group';
|
|
3
|
-
/**
|
|
4
|
-
* Wraps `StagesPanel` with a single summary line whose text and default
|
|
5
|
-
* open/closed state track the run: expanded with a live progress line while
|
|
6
|
-
* streaming, then collapsed to one line — finished or failed — the moment
|
|
7
|
-
* it ends. A lone stage skips the summary line entirely and renders
|
|
8
|
-
* directly; an empty list renders nothing.
|
|
9
|
-
*/
|
|
3
|
+
/** Wraps `StagesPanel` with a collapsible summary line that tracks run state: live progress while streaming, one-line summary once finished. */
|
|
10
4
|
export declare const CollapsedGroup: FC<CollapsedGroupProps>;
|
|
11
5
|
//# sourceMappingURL=CollapsedGroup.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsedGroup.d.ts","sourceRoot":"","sources":["../../../src/components/CollapsedGroup/CollapsedGroup.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CollapsedGroup.d.ts","sourceRoot":"","sources":["../../../src/components/CollapsedGroup/CollapsedGroup.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,EAAE,EAA+B,MAAM,OAAO,CAAC;AACxD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAUxE,gJAAgJ;AAChJ,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA8OlD,CAAC"}
|
|
@@ -11,20 +11,6 @@ export interface StageIconProps {
|
|
|
11
11
|
/** Accessible label announced (visually hidden) alongside a failed stage's icon. Defaults to `'Failed'`. */
|
|
12
12
|
failedLabel?: string;
|
|
13
13
|
}
|
|
14
|
-
/**
|
|
15
|
-
* The row's single icon slot, filled by priority: exception (failed, or
|
|
16
|
-
* running via a spinner) always wins; everything else — completed, or a
|
|
17
|
-
* settled-but-unresolved stage from an aborted stream — falls back to one
|
|
18
|
-
* uniform check glyph, the same `IconCheck` glyph and size as the
|
|
19
|
-
* `CollapsedGroup` summary's own "Executed N steps" check, but in a quiet
|
|
20
|
-
* grey ink rather than the summary's success color — the summary is the one
|
|
21
|
-
* place that should read as a vivid confirmation, not every row. There is
|
|
22
|
-
* no separate "pending" glyph: the quiet tier is intentionally a single
|
|
23
|
-
* glyph, not a per-state icon set.
|
|
24
|
-
*
|
|
25
|
-
* The icon itself is `aria-hidden` (decorative) — status is also carried by
|
|
26
|
-
* text: failed stages get a visually-hidden label here, and their row name
|
|
27
|
-
* gets the warning ink color at the call site.
|
|
28
|
-
*/
|
|
14
|
+
/** Renders the icon for a stage, based on its status and whether it's currently executing. */
|
|
29
15
|
export declare const StageIcon: FC<StageIconProps>;
|
|
30
16
|
//# sourceMappingURL=StageIcon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/StageIcon/StageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"StageIcon.d.ts","sourceRoot":"","sources":["../../../src/components/StageIcon/StageIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAOxD,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3B,mCAAmC;AACnC,MAAM,WAAW,cAAc;IAC7B,4EAA4E;IAC5E,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,kEAAkE;IAClE,MAAM,EAAE,OAAO,CAAC;IAChB,mFAAmF;IACnF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4GAA4G;IAC5G,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,8FAA8F;AAC9F,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAgCxC,CAAC"}
|
|
@@ -11,19 +11,9 @@ export interface StageItemProps {
|
|
|
11
11
|
typography?: StageTypography;
|
|
12
12
|
/** User-visible strings. */
|
|
13
13
|
labels?: StagesPanelLabels;
|
|
14
|
-
/**
|
|
15
|
-
* Overrides the displayed name without affecting duration extraction —
|
|
16
|
-
* used to relabel an individual attempt (e.g. `'Attempt 2'`) inside a
|
|
17
|
-
* collapsed `×N` group while still reading that attempt's own duration
|
|
18
|
-
* from its real `stage.name`.
|
|
19
|
-
*/
|
|
14
|
+
/** Overrides the displayed name; used to relabel individual attempts (e.g. `'Attempt 2'`) inside a `×N` group. */
|
|
20
15
|
nameOverride?: string;
|
|
21
16
|
}
|
|
22
|
-
/**
|
|
23
|
-
* A single flat stage row: icon · name · tag? · duration? · chevron? — every
|
|
24
|
-
* element but the icon and name is optional and renders only when the data
|
|
25
|
-
* exists. Plain when the stage has no expandable content or attachments;
|
|
26
|
-
* becomes a disclosure button when it does.
|
|
27
|
-
*/
|
|
17
|
+
/** Renders a single stage row, optionally expandable to show its content. */
|
|
28
18
|
export declare const StageItem: FC<StageItemProps>;
|
|
29
19
|
//# sourceMappingURL=StageItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StageItem.d.ts","sourceRoot":"","sources":["../../../src/components/StageItem/StageItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"StageItem.d.ts","sourceRoot":"","sources":["../../../src/components/StageItem/StageItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAQvD,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EACV,iBAAiB,EACjB,eAAe,EAChB,MAAM,2BAA2B,CAAC;AAMnC,mCAAmC;AACnC,MAAM,WAAW,cAAc;IAC7B,gCAAgC;IAChC,KAAK,EAAE,KAAK,CAAC;IACb,kEAAkE;IAClE,MAAM,EAAE,OAAO,CAAC;IAChB,+DAA+D;IAC/D,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,4BAA4B;IAC5B,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,kHAAkH;IAClH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,6EAA6E;AAC7E,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CA+HxC,CAAC"}
|
|
@@ -4,6 +4,8 @@ interface Props {
|
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
/** Language class from react-markdown (e.g. `language-json`). */
|
|
6
6
|
codeClassName?: string;
|
|
7
|
+
/** Typography class applied to the `<pre>` block. Defaults to `'dial-code-text'`. */
|
|
8
|
+
blockClassName?: string;
|
|
7
9
|
/** Accessible label for the copy button. */
|
|
8
10
|
copyAriaLabel: string;
|
|
9
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StageCodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/StageMarkdownContent/StageCodeBlock.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StageCodeBlock.d.ts","sourceRoot":"","sources":["../../../src/components/StageMarkdownContent/StageCodeBlock.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,KAAK,EAAE,EACP,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AAGf,UAAU,KAAK;IACb,6BAA6B;IAC7B,QAAQ,EAAE,SAAS,CAAC;IACpB,iEAAiE;IACjE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qFAAqF;IACrF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4CAA4C;IAC5C,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,mEAAmE;AACnE,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,KAAK,CA4DpC,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { StagesPanelProps } from '../../models/stages-props';
|
|
3
|
-
/**
|
|
4
|
-
* Displays an agent's accumulated stages as a flat, inline list of rows — no
|
|
5
|
-
* card, border, or panel around it. Repeated identical stage names collapse
|
|
6
|
-
* into one `×N` row that expands to the individual attempts.
|
|
7
|
-
*/
|
|
3
|
+
/** Flat inline list of agent stages; repeated identical names collapse into a ×N group row. */
|
|
8
4
|
export declare const StagesPanel: FC<StagesPanelProps>;
|
|
9
5
|
//# sourceMappingURL=StagesPanel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StagesPanel.d.ts","sourceRoot":"","sources":["../../../src/components/StagesPanel/StagesPanel.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"StagesPanel.d.ts","sourceRoot":"","sources":["../../../src/components/StagesPanel/StagesPanel.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,EAAE,EAAY,MAAM,OAAO,CAAC;AAErC,OAAO,KAAK,EAEV,gBAAgB,EAEjB,MAAM,2BAA2B,CAAC;AA6InC,+FAA+F;AAC/F,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA+D5C,CAAC"}
|
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._panel_vd48n_1{color:var(--cs-text,var(--text-primary,#161b2d))}._row_vd48n_5:hover{background:var(--cs-row-hover,var(--bg-layer-sunken,#eef1f7))}._collapseButton_vd48n_9{background:var(--cs-button-bg,transparent)}._stageName_vd48n_13{color:var(--cs-stage-text,var(--text-secondary,#57647a))}._stageNameFailed_vd48n_17{color:var(--cs-failed-text,var(--text-warning,#7f6300))}._monoName_vd48n_21{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}._tag_vd48n_25{color:var(--cs-tag-text,var(--text-tertiary,#848e9c))}._count_vd48n_29{color:var(--cs-count-text,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._duration_vd48n_34{color:var(--cs-duration-text,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._iconSecondary_vd48n_39{color:var(--cs-icon-secondary,var(--text-secondary,#57647a));opacity:.7}._iconCompleted_vd48n_44{color:var(--cs-icon-completed,var(--text-tertiary,#848e9c))}._iconError_vd48n_48{color:var(--cs-icon-error,var(--text-warning,#7f6300))}._stageContent_vd48n_52{color:var(--cs-stage-text,var(--text-secondary,#57647a))}._codeBlock_vd48n_56{background:var(--cs-code-bg,var(--bg-layer-raised,#fcfcfc));border-color:var(--cs-code-border,var(--stroke-secondary,#d1dbea));color:var(--cs-code-text,var(--text-primary,#161b2d))}._codeInline_vd48n_62{background:var(--cs-code-bg,var(--bg-layer-raised,#fcfcfc));border:1px solid var(--cs-code-border,var(--stroke-secondary,#d1dbea));color:var(--cs-code-text,var(--text-primary,#161b2d))}._blockquote_vd48n_68{border-color:var(--cs-stage-text,var(--text-secondary,#57647a));color:var(--cs-stage-text,var(--text-secondary,#57647a))}._tableCell_vd48n_73{border-color:var(--cs-border,var(--stroke-secondary,#d1dbea));color:var(--cs-stage-text,var(--text-secondary,#57647a))}._toggleButton_1sa5v_1{color:var(--cs-cg-label,var(--text-secondary,#57647a));text-align:start;width:100%;min-width:0;justify-content:flex-start!important}._toggleButton_1sa5v_1:hover{color:var(--cs-cg-label-hover,var(--text-primary,#161b2d))}._executedLabel_1sa5v_13{color:var(--cs-cg-label,var(--text-secondary,#57647a))}._stepsCount_1sa5v_17{color:var(--cs-cg-steps-count,var(--text-tertiary,#848e9c));font-variant-numeric:tabular-nums}._doneIcon_1sa5v_22{color:var(--cs-cg-done,var(--text-success,#007274))}._failedText_1sa5v_26{color:var(--cs-cg-failed,var(--text-warning,#7f6300))}._liveName_1sa5v_30{color:var(--cs-cg-label,var(--text-primary,#161b2d))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -1,105 +1,134 @@
|
|
|
1
1
|
import { MarkdownRenderer as e, StageStatus as t, buildCssVars as n, copyToClipboard as r, mergeClasses as i } from "@epam/ai-dial-chat-shared";
|
|
2
|
-
import { DIAL_ICON_SIZE as a,
|
|
3
|
-
import { IconAlertCircle as
|
|
4
|
-
import { memo as
|
|
5
|
-
import { Fragment as
|
|
2
|
+
import { DIAL_ICON_SIZE as a, DIAL_KIT_ICON_STROKE as o, ElementSize as s, EllipsisTooltip as c, GhostIconButton as l, LinkButton as u, Spinner as d } from "@epam/ai-dial-ui-kit";
|
|
3
|
+
import { IconAlertCircle as f, IconCheck as p, IconChevronDown as m, IconChevronRight as h, IconCopy as g } from "@tabler/icons-react";
|
|
4
|
+
import { memo as _, useCallback as v, useEffect as y, useRef as b, useState as x } from "react";
|
|
5
|
+
import { Fragment as S, jsx as C, jsxs as w } from "react/jsx-runtime";
|
|
6
6
|
//#region src/utils/stage-name.ts
|
|
7
|
-
var
|
|
8
|
-
let t = e
|
|
9
|
-
|
|
10
|
-
let n
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
7
|
+
var T = /[([][^()[\]]*[)\]]/g, E = /(\d+(?:\.\d+)?)\s*s\b/, D = /\bStart:\s*(\d{1,2}):([0-5]\d):([0-5]\d(?:\.\d+)?)\b/i, O = /:\s*$/, k = 1440 * 60, A = k / 2, j = (e) => {
|
|
8
|
+
let t = D.exec(e);
|
|
9
|
+
if (!t) return;
|
|
10
|
+
let n = Number(t[1]);
|
|
11
|
+
if (!(n > 23)) return n * 60 * 60 + Number(t[2]) * 60 + Number(t[3]);
|
|
12
|
+
}, M = (e) => {
|
|
13
|
+
T.lastIndex = 0;
|
|
14
|
+
let t;
|
|
15
|
+
for (; t = T.exec(e);) {
|
|
16
|
+
let e = t[0].slice(1, -1), n = E.exec(e);
|
|
17
|
+
if (n) return {
|
|
18
|
+
durationLabel: `${n[1]}s`,
|
|
19
|
+
groupIndex: t.index,
|
|
20
|
+
groupLength: t[0].length,
|
|
21
|
+
startTimeSeconds: j(e)
|
|
22
|
+
};
|
|
17
23
|
}
|
|
24
|
+
}, N = (e) => {
|
|
25
|
+
let t = e ?? "", n = M(t);
|
|
18
26
|
return {
|
|
19
|
-
name: (
|
|
20
|
-
durationLabel:
|
|
27
|
+
name: (n ? t.slice(0, n.groupIndex) + t.slice(n.groupIndex + n.groupLength) : t).replace(O, "").trim().replace(/ {2,}/g, " "),
|
|
28
|
+
durationLabel: n?.durationLabel
|
|
21
29
|
};
|
|
22
|
-
},
|
|
30
|
+
}, P = (e) => e.length > 0 && !/\s/.test(e) && e.includes("_"), F = (e) => e >= 60 ? `${Math.floor(e / 60)}m ${Math.round(e % 60)}s` : `${e.toFixed(1)}s`, I = (e) => {
|
|
23
31
|
if (!e) return;
|
|
24
32
|
let t = /^(\d+(?:\.\d+)?)s$/.exec(e);
|
|
25
33
|
return t ? parseFloat(t[1]) : void 0;
|
|
26
|
-
},
|
|
34
|
+
}, L = (e) => {
|
|
35
|
+
let t = e.flatMap((e) => {
|
|
36
|
+
let t = M(e ?? ""), n = I(t?.durationLabel);
|
|
37
|
+
return n == null ? [] : [{
|
|
38
|
+
durationSeconds: n,
|
|
39
|
+
startTimeSeconds: t?.startTimeSeconds
|
|
40
|
+
}];
|
|
41
|
+
});
|
|
42
|
+
if (t.length === 0) return 0;
|
|
43
|
+
if (t.some(({ startTimeSeconds: e }) => e == null)) return t.reduce((e, { durationSeconds: t }) => e + t, 0);
|
|
44
|
+
let n = 0, r, i = t.flatMap(({ durationSeconds: e, startTimeSeconds: t }) => {
|
|
45
|
+
if (t == null) return [];
|
|
46
|
+
let i = t + n;
|
|
47
|
+
return r != null && r - i > A && (n += k, i += k), r = i, {
|
|
48
|
+
start: i,
|
|
49
|
+
end: i + e
|
|
50
|
+
};
|
|
51
|
+
}).sort((e, t) => e.start - t.start), a = 0, o = i[0].start, s = i[0].end;
|
|
52
|
+
for (let e of i.slice(1)) e.start <= s ? s = Math.max(s, e.end) : (a += s - o, o = e.start, s = e.end);
|
|
53
|
+
return a + s - o;
|
|
54
|
+
}, R = (e) => [...e].reverse().find((e) => e.status == null), z = (e, t) => e.findIndex((e) => e.index === t.index) + 1, B = (e) => {
|
|
27
55
|
let t = [], n = 0;
|
|
28
56
|
for (; n < e.length;) {
|
|
29
|
-
let r = e[n], i =
|
|
30
|
-
for (; a < e.length &&
|
|
57
|
+
let r = e[n], i = N(r.name).name, a = n + 1;
|
|
58
|
+
for (; a < e.length && N(e[a].name).name === i;) a += 1;
|
|
31
59
|
let o = e.slice(n, a);
|
|
32
60
|
o.length > 1 ? t.push({
|
|
33
|
-
kind: "group",
|
|
34
61
|
key: r.index,
|
|
35
62
|
name: i,
|
|
36
63
|
attempts: o
|
|
37
64
|
}) : t.push({
|
|
38
|
-
kind: "single",
|
|
39
65
|
key: r.index,
|
|
40
66
|
stage: r
|
|
41
67
|
}), n = a;
|
|
42
68
|
}
|
|
43
69
|
return t;
|
|
44
|
-
},
|
|
45
|
-
panel: "
|
|
46
|
-
row: "
|
|
47
|
-
collapseButton: "
|
|
48
|
-
stageName: "
|
|
49
|
-
stageNameFailed: "
|
|
50
|
-
monoName: "
|
|
51
|
-
tag: "
|
|
52
|
-
count: "
|
|
53
|
-
duration: "
|
|
54
|
-
iconSecondary: "
|
|
55
|
-
iconCompleted: "
|
|
56
|
-
iconError: "
|
|
57
|
-
stageContent: "
|
|
58
|
-
codeBlock: "
|
|
59
|
-
codeInline: "
|
|
60
|
-
blockquote: "
|
|
61
|
-
tableCell: "
|
|
62
|
-
},
|
|
63
|
-
size: 16,
|
|
64
|
-
ariaLabel: r
|
|
65
|
-
}) : e === t.Failed ? /* @__PURE__ */ C(x, { children: [/* @__PURE__ */ S(d, {
|
|
70
|
+
}, V = {
|
|
71
|
+
panel: "_panel_vd48n_1",
|
|
72
|
+
row: "_row_vd48n_5",
|
|
73
|
+
collapseButton: "_collapseButton_vd48n_9",
|
|
74
|
+
stageName: "_stageName_vd48n_13",
|
|
75
|
+
stageNameFailed: "_stageNameFailed_vd48n_17",
|
|
76
|
+
monoName: "_monoName_vd48n_21",
|
|
77
|
+
tag: "_tag_vd48n_25",
|
|
78
|
+
count: "_count_vd48n_29",
|
|
79
|
+
duration: "_duration_vd48n_34",
|
|
80
|
+
iconSecondary: "_iconSecondary_vd48n_39",
|
|
81
|
+
iconCompleted: "_iconCompleted_vd48n_44",
|
|
82
|
+
iconError: "_iconError_vd48n_48",
|
|
83
|
+
stageContent: "_stageContent_vd48n_52",
|
|
84
|
+
codeBlock: "_codeBlock_vd48n_56",
|
|
85
|
+
codeInline: "_codeInline_vd48n_62",
|
|
86
|
+
blockquote: "_blockquote_vd48n_68",
|
|
87
|
+
tableCell: "_tableCell_vd48n_73"
|
|
88
|
+
}, H = ({ status: e, isLive: n, runningLabel: r = "Running", failedLabel: i = "Failed" }) => e === t.Failed ? /* @__PURE__ */ w(S, { children: [/* @__PURE__ */ C(f, {
|
|
66
89
|
size: a.MD,
|
|
67
|
-
className:
|
|
68
|
-
"aria-hidden": !0
|
|
69
|
-
|
|
90
|
+
className: V.iconError,
|
|
91
|
+
"aria-hidden": !0,
|
|
92
|
+
stroke: o
|
|
93
|
+
}), /* @__PURE__ */ C("span", {
|
|
70
94
|
className: "sr-only",
|
|
71
95
|
children: i
|
|
72
|
-
})] }) : /* @__PURE__ */
|
|
96
|
+
})] }) : e === t.Completed ? /* @__PURE__ */ C(p, {
|
|
73
97
|
size: a.SM,
|
|
74
|
-
className:
|
|
75
|
-
"aria-hidden": !0
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
98
|
+
className: V.iconCompleted,
|
|
99
|
+
"aria-hidden": !0,
|
|
100
|
+
stroke: o
|
|
101
|
+
}) : n ? /* @__PURE__ */ C(d, {
|
|
102
|
+
size: 16,
|
|
103
|
+
ariaLabel: r
|
|
104
|
+
}) : null, U = ({ children: e, codeClassName: t, blockClassName: n = "dial-code-text", copyAriaLabel: c }) => {
|
|
105
|
+
let [u, d] = x(!1), f = b(null);
|
|
106
|
+
y(() => () => {
|
|
107
|
+
f.current != null && clearTimeout(f.current);
|
|
80
108
|
}, []);
|
|
81
|
-
let
|
|
82
|
-
r(typeof e == "string" ? e : String(e ?? "")),
|
|
109
|
+
let m = v(() => {
|
|
110
|
+
r(typeof e == "string" ? e : String(e ?? "")), f.current && clearTimeout(f.current), d(!0), f.current = setTimeout(() => d(!1), 2e3);
|
|
83
111
|
}, [e]);
|
|
84
|
-
return /* @__PURE__ */
|
|
85
|
-
className: i("relative max-h-[300px] overflow-auto rounded border p-3
|
|
86
|
-
children: [/* @__PURE__ */
|
|
87
|
-
size:
|
|
88
|
-
icon:
|
|
112
|
+
return /* @__PURE__ */ w("pre", {
|
|
113
|
+
className: i("relative max-h-[300px] overflow-auto rounded border p-3", n, V.codeBlock),
|
|
114
|
+
children: [/* @__PURE__ */ C(l, {
|
|
115
|
+
size: s.Small,
|
|
116
|
+
icon: C(u ? p : g, {
|
|
89
117
|
size: a.SM,
|
|
90
|
-
className:
|
|
118
|
+
className: V.iconSecondary,
|
|
119
|
+
stroke: o
|
|
91
120
|
}),
|
|
92
|
-
"aria-label":
|
|
93
|
-
onClick:
|
|
121
|
+
"aria-label": c,
|
|
122
|
+
onClick: m,
|
|
94
123
|
className: "absolute end-2 top-2"
|
|
95
|
-
}), /* @__PURE__ */
|
|
96
|
-
className:
|
|
124
|
+
}), /* @__PURE__ */ C("code", {
|
|
125
|
+
className: t,
|
|
97
126
|
children: e
|
|
98
127
|
})]
|
|
99
128
|
});
|
|
100
|
-
},
|
|
101
|
-
let a = "mb-1.5 last:mb-0", o = i(n?.headingClassName ?? "dial-small-semi-text",
|
|
102
|
-
return /* @__PURE__ */
|
|
129
|
+
}, W = _(({ content: t, typography: n, copyAriaLabel: r = "Copy" }) => {
|
|
130
|
+
let a = "mb-1.5 last:mb-0", o = i(n?.headingClassName ?? "dial-small-semi-text", V.stageContent, a);
|
|
131
|
+
return /* @__PURE__ */ C(e, {
|
|
103
132
|
content: t,
|
|
104
133
|
classNames: {
|
|
105
134
|
h1: o,
|
|
@@ -108,313 +137,354 @@ var w = /[([][^()[\]]*[)\]]/g, T = /(\d+(?:\.\d+)?)\s*s\b/, E = /:\s*$/, D = (e)
|
|
|
108
137
|
h4: o,
|
|
109
138
|
h5: o,
|
|
110
139
|
h6: o,
|
|
111
|
-
p: i(n?.contentClassName ?? "dial-tiny-text",
|
|
112
|
-
ul: i(n?.contentClassName ?? "dial-tiny-text",
|
|
113
|
-
ol: i(n?.contentClassName ?? "dial-tiny-text",
|
|
114
|
-
strong: i(n?.strongClassName ?? n?.contentClassName ?? "dial-tiny-text",
|
|
115
|
-
codeInline:
|
|
116
|
-
blockquote: i(n?.contentClassName ?? "dial-tiny-text",
|
|
117
|
-
link: i(n?.contentClassName ?? "dial-tiny-text",
|
|
118
|
-
tableCell: i(n?.contentClassName ?? "dial-tiny-text",
|
|
140
|
+
p: i(n?.contentClassName ?? "dial-tiny-text", V.stageContent, "mb-1.5"),
|
|
141
|
+
ul: i(n?.contentClassName ?? "dial-tiny-text", V.stageContent, a),
|
|
142
|
+
ol: i(n?.contentClassName ?? "dial-tiny-text", V.stageContent, a),
|
|
143
|
+
strong: i(n?.strongClassName ?? n?.contentClassName ?? "dial-tiny-text", V.stageContent),
|
|
144
|
+
codeInline: V.codeInline,
|
|
145
|
+
blockquote: i(n?.contentClassName ?? "dial-tiny-text", V.blockquote, a),
|
|
146
|
+
link: i(n?.contentClassName ?? "dial-tiny-text", V.stageContent),
|
|
147
|
+
tableCell: i(n?.contentClassName ?? "dial-tiny-text", V.tableCell)
|
|
119
148
|
},
|
|
120
|
-
components: { code: ({ children: e, className: t }) => t?.includes("language-") ? /* @__PURE__ */
|
|
149
|
+
components: { code: ({ children: e, className: t }) => t?.includes("language-") ? /* @__PURE__ */ C(U, {
|
|
121
150
|
codeClassName: t,
|
|
151
|
+
blockClassName: n?.codeBlockClassName,
|
|
122
152
|
copyAriaLabel: r,
|
|
123
153
|
children: e
|
|
124
|
-
}) : /* @__PURE__ */
|
|
125
|
-
className: i("inline-block px-1.5 py-1", n?.codeClassName ?? "dial-
|
|
154
|
+
}) : /* @__PURE__ */ C("code", {
|
|
155
|
+
className: i("inline-block px-1.5 py-1", n?.codeClassName ?? "dial-code-text rounded-md", V.codeInline),
|
|
126
156
|
children: e
|
|
127
157
|
}) }
|
|
128
158
|
});
|
|
129
|
-
}),
|
|
130
|
-
let [
|
|
131
|
-
/* @__PURE__ */
|
|
159
|
+
}), G = ({ stage: e, isLive: n, typography: r, labels: s, nameOverride: l }) => {
|
|
160
|
+
let [u, d] = x(!1), { copyAriaLabel: f = "Copy stage content", runningAriaLabel: p, failedAriaLabel: g } = s ?? {}, { name: _, durationLabel: v } = N(e.name), y = l ?? _, b = !l && P(_), T = e.status === t.Failed, E = !!e.content, D = /* @__PURE__ */ w(S, { children: [
|
|
161
|
+
/* @__PURE__ */ C("span", {
|
|
132
162
|
className: "flex flex-none items-center",
|
|
133
|
-
children: /* @__PURE__ */
|
|
163
|
+
children: /* @__PURE__ */ C(H, {
|
|
134
164
|
status: e.status,
|
|
135
165
|
isLive: n,
|
|
136
|
-
runningLabel:
|
|
137
|
-
failedLabel:
|
|
166
|
+
runningLabel: p,
|
|
167
|
+
failedLabel: g
|
|
138
168
|
})
|
|
139
169
|
}),
|
|
140
|
-
/* @__PURE__ */
|
|
141
|
-
className: i("min-w-0 max-w-[22rem] truncate", r?.fontClassName ?? "dial-small-text",
|
|
142
|
-
children: /* @__PURE__ */
|
|
170
|
+
/* @__PURE__ */ C("span", {
|
|
171
|
+
className: i("min-w-0 max-w-[22rem] truncate", r?.fontClassName ?? "dial-small-text", V.stageName, T && V.stageNameFailed, b && V.monoName),
|
|
172
|
+
children: /* @__PURE__ */ C(c, { text: y || e.status || "" })
|
|
143
173
|
}),
|
|
144
|
-
e.tag && /* @__PURE__ */
|
|
145
|
-
className: i("flex-none", r?.
|
|
174
|
+
e.tag && /* @__PURE__ */ C("span", {
|
|
175
|
+
className: i("flex-none", r?.tagClassName ?? "dial-tiny-lead-text", V.tag),
|
|
146
176
|
children: e.tag
|
|
147
177
|
}),
|
|
148
|
-
|
|
149
|
-
className: i("flex-none", r?.countFontClassName ?? "dial-tiny-text",
|
|
150
|
-
children:
|
|
178
|
+
v && /* @__PURE__ */ C("span", {
|
|
179
|
+
className: i("flex-none", r?.countFontClassName ?? "dial-tiny-text", V.duration),
|
|
180
|
+
children: v
|
|
151
181
|
}),
|
|
152
|
-
|
|
153
|
-
className: i("flex-none",
|
|
154
|
-
children:
|
|
182
|
+
E && /* @__PURE__ */ C("span", {
|
|
183
|
+
className: i("flex-none", V.iconSecondary),
|
|
184
|
+
children: u ? /* @__PURE__ */ C(m, {
|
|
155
185
|
size: a.SM,
|
|
156
|
-
"aria-hidden": !0
|
|
157
|
-
|
|
186
|
+
"aria-hidden": !0,
|
|
187
|
+
stroke: o
|
|
188
|
+
}) : /* @__PURE__ */ C(h, {
|
|
158
189
|
size: a.SM,
|
|
159
190
|
className: "rtl:scale-x-[-1]",
|
|
160
|
-
"aria-hidden": !0
|
|
191
|
+
"aria-hidden": !0,
|
|
192
|
+
stroke: o
|
|
161
193
|
})
|
|
162
194
|
})
|
|
163
|
-
] }),
|
|
164
|
-
return
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
195
|
+
] }), O = i("flex w-full items-center gap-2 px-2 py-1.5", V.row);
|
|
196
|
+
return E ? /* @__PURE__ */ w("div", { children: [/* @__PURE__ */ C("div", {
|
|
197
|
+
className: O,
|
|
198
|
+
children: /* @__PURE__ */ C("button", {
|
|
199
|
+
type: "button",
|
|
200
|
+
onClick: () => d((e) => !e),
|
|
201
|
+
"aria-expanded": u,
|
|
202
|
+
className: "flex min-w-0 flex-1 cursor-pointer items-center gap-2 text-start",
|
|
203
|
+
children: D
|
|
204
|
+
})
|
|
205
|
+
}), /* @__PURE__ */ C("div", {
|
|
206
|
+
className: i("grid overflow-hidden transition-[grid-template-rows] duration-[250ms] ease-in-out", u ? "grid-rows-[1fr]" : "grid-rows-[0fr]"),
|
|
207
|
+
children: /* @__PURE__ */ C("div", {
|
|
173
208
|
className: "overflow-hidden",
|
|
174
|
-
children: /* @__PURE__ */
|
|
209
|
+
children: /* @__PURE__ */ C("div", {
|
|
175
210
|
className: "mt-2 flex flex-col gap-3 py-1 ps-8",
|
|
176
|
-
children: e.content && /* @__PURE__ */
|
|
211
|
+
children: e.content && /* @__PURE__ */ C("div", {
|
|
177
212
|
className: "max-h-[300px] overflow-y-auto",
|
|
178
|
-
children: /* @__PURE__ */
|
|
213
|
+
children: /* @__PURE__ */ C(W, {
|
|
179
214
|
content: e.content,
|
|
180
215
|
typography: r,
|
|
181
|
-
copyAriaLabel:
|
|
216
|
+
copyAriaLabel: f
|
|
182
217
|
})
|
|
183
218
|
})
|
|
184
219
|
})
|
|
185
220
|
})
|
|
186
|
-
})] }) : /* @__PURE__ */
|
|
187
|
-
className:
|
|
188
|
-
children:
|
|
221
|
+
})] }) : /* @__PURE__ */ C("div", {
|
|
222
|
+
className: O,
|
|
223
|
+
children: D
|
|
189
224
|
});
|
|
190
|
-
},
|
|
191
|
-
let { runningAriaLabel:
|
|
192
|
-
|
|
193
|
-
return e + (A(n) ?? 0);
|
|
194
|
-
}, 0), _ = g > 0 ? k(g) : void 0;
|
|
195
|
-
return /* @__PURE__ */ C("div", { children: [/* @__PURE__ */ C("button", {
|
|
225
|
+
}, K = ({ row: e, isLive: n, typography: r, labels: s }) => {
|
|
226
|
+
let { runningAriaLabel: l, failedAriaLabel: u, attemptLabel: d = (e) => `Attempt ${e}` } = s ?? {}, [f, p] = x(!1), g = e.attempts?.some((e) => e.status == null) ?? !1, _ = e.attempts?.some((e) => e.status === t.Failed), v = g ? null : _ ? t.Failed : t.Completed, y = L((e.attempts || []).map((e) => e.name)), b = y > 0 ? F(y) : void 0;
|
|
227
|
+
return /* @__PURE__ */ w("div", { children: [/* @__PURE__ */ w("button", {
|
|
196
228
|
type: "button",
|
|
197
|
-
onClick: () =>
|
|
198
|
-
"aria-expanded":
|
|
199
|
-
className: i("flex w-full items-center gap-2 px-2 py-1.5 text-start",
|
|
229
|
+
onClick: () => p((e) => !e),
|
|
230
|
+
"aria-expanded": f,
|
|
231
|
+
className: i("flex w-full items-center gap-2 rounded-lg px-2 py-1.5 text-start", V.collapseButton, V.row),
|
|
200
232
|
children: [
|
|
201
|
-
/* @__PURE__ */
|
|
233
|
+
/* @__PURE__ */ C("span", {
|
|
202
234
|
className: "flex flex-none items-center",
|
|
203
|
-
children: /* @__PURE__ */
|
|
204
|
-
status:
|
|
235
|
+
children: /* @__PURE__ */ C(H, {
|
|
236
|
+
status: v,
|
|
205
237
|
isLive: n,
|
|
206
|
-
runningLabel:
|
|
207
|
-
failedLabel:
|
|
238
|
+
runningLabel: l,
|
|
239
|
+
failedLabel: u
|
|
208
240
|
})
|
|
209
241
|
}),
|
|
210
|
-
/* @__PURE__ */ S("span", {
|
|
211
|
-
className: i("min-w-0 max-w-[22rem] truncate", r?.fontClassName ?? "dial-small-text", P.stageName, h && P.stageNameFailed),
|
|
212
|
-
children: /* @__PURE__ */ S(o, { text: e.name })
|
|
213
|
-
}),
|
|
214
242
|
/* @__PURE__ */ C("span", {
|
|
215
|
-
className: i("
|
|
216
|
-
children:
|
|
243
|
+
className: i("min-w-0 max-w-[22rem] truncate", r?.fontClassName ?? "dial-small-text", V.stageName, _ && V.stageNameFailed),
|
|
244
|
+
children: /* @__PURE__ */ C(c, { text: e.name })
|
|
245
|
+
}),
|
|
246
|
+
/* @__PURE__ */ w("span", {
|
|
247
|
+
className: i("flex-none", r?.countFontClassName ?? "dial-tiny-text", V.count),
|
|
248
|
+
children: ["×", e.attempts?.length ?? 0]
|
|
217
249
|
}),
|
|
218
|
-
|
|
219
|
-
className: i("flex-none", r?.countFontClassName ?? "dial-tiny-text",
|
|
220
|
-
children:
|
|
250
|
+
b && /* @__PURE__ */ C("span", {
|
|
251
|
+
className: i("flex-none", r?.countFontClassName ?? "dial-tiny-text", V.duration),
|
|
252
|
+
children: b
|
|
221
253
|
}),
|
|
222
|
-
/* @__PURE__ */
|
|
223
|
-
className: i("flex-none",
|
|
224
|
-
children:
|
|
254
|
+
/* @__PURE__ */ C("span", {
|
|
255
|
+
className: i("flex-none", V.iconSecondary),
|
|
256
|
+
children: f ? /* @__PURE__ */ C(m, {
|
|
225
257
|
size: a.SM,
|
|
226
|
-
"aria-hidden": !0
|
|
227
|
-
|
|
258
|
+
"aria-hidden": !0,
|
|
259
|
+
stroke: o
|
|
260
|
+
}) : /* @__PURE__ */ C(h, {
|
|
228
261
|
size: a.SM,
|
|
229
262
|
className: "rtl:scale-x-[-1]",
|
|
230
|
-
"aria-hidden": !0
|
|
263
|
+
"aria-hidden": !0,
|
|
264
|
+
stroke: o
|
|
231
265
|
})
|
|
232
266
|
})
|
|
233
267
|
]
|
|
234
|
-
}), /* @__PURE__ */
|
|
235
|
-
className: i("grid overflow-hidden transition-[grid-template-rows] duration-[250ms] ease-in-out",
|
|
236
|
-
children: /* @__PURE__ */
|
|
268
|
+
}), /* @__PURE__ */ C("div", {
|
|
269
|
+
className: i("grid overflow-hidden transition-[grid-template-rows] duration-[250ms] ease-in-out", f ? "grid-rows-[1fr]" : "grid-rows-[0fr]"),
|
|
270
|
+
children: /* @__PURE__ */ C("div", {
|
|
237
271
|
className: "overflow-hidden",
|
|
238
|
-
children: /* @__PURE__ */
|
|
272
|
+
children: /* @__PURE__ */ C("ul", {
|
|
239
273
|
role: "list",
|
|
240
274
|
className: "mt-1 flex flex-col gap-0.5 ps-6",
|
|
241
|
-
children: e.attempts
|
|
275
|
+
children: e.attempts?.map((e, t) => /* @__PURE__ */ C("li", {
|
|
242
276
|
role: "listitem",
|
|
243
|
-
children: /* @__PURE__ */
|
|
244
|
-
stage:
|
|
245
|
-
nameOverride:
|
|
246
|
-
isLive: n &&
|
|
277
|
+
children: /* @__PURE__ */ C(G, {
|
|
278
|
+
stage: e,
|
|
279
|
+
nameOverride: d(t + 1),
|
|
280
|
+
isLive: n && e.status == null,
|
|
247
281
|
typography: r,
|
|
248
282
|
labels: s
|
|
249
283
|
})
|
|
250
|
-
},
|
|
284
|
+
}, e.index))
|
|
251
285
|
})
|
|
252
286
|
})
|
|
253
287
|
})] });
|
|
254
|
-
},
|
|
288
|
+
}, q = ({ stages: e, isStreaming: t, className: r, styles: a, labels: o }) => {
|
|
255
289
|
let { colors: s, typography: c } = a ?? {}, l = n({
|
|
256
290
|
"--cs-text": s?.text,
|
|
257
291
|
"--cs-row-hover": s?.rowHoverColor,
|
|
292
|
+
"--cs-button-bg": s?.collapsedButtonBg,
|
|
258
293
|
"--cs-stage-text": s?.stageTextColor,
|
|
259
|
-
"--cs-failed-text": s?.failedColor
|
|
260
|
-
|
|
261
|
-
|
|
294
|
+
"--cs-failed-text": s?.failedColor,
|
|
295
|
+
"--cs-tag-text": s?.tagTextColor,
|
|
296
|
+
"--cs-count-text": s?.countTextColor,
|
|
297
|
+
"--cs-duration-text": s?.durationTextColor,
|
|
298
|
+
"--cs-icon-secondary": s?.iconSecondaryColor,
|
|
299
|
+
"--cs-icon-completed": s?.iconCompletedColor,
|
|
300
|
+
"--cs-icon-error": s?.iconErrorColor,
|
|
301
|
+
"--cs-code-bg": s?.codeBg,
|
|
302
|
+
"--cs-code-border": s?.codeBorderColor,
|
|
303
|
+
"--cs-code-text": s?.codeTextColor,
|
|
304
|
+
"--cs-border": s?.borderColor
|
|
305
|
+
}), u = B(e);
|
|
306
|
+
return /* @__PURE__ */ C("div", {
|
|
262
307
|
style: l,
|
|
263
|
-
className: i("w-full",
|
|
264
|
-
children: /* @__PURE__ */
|
|
308
|
+
className: i("w-full", V.panel, r),
|
|
309
|
+
children: /* @__PURE__ */ C("ul", {
|
|
265
310
|
role: "list",
|
|
266
311
|
className: "flex w-full flex-col gap-0.5 ps-5",
|
|
267
|
-
children:
|
|
312
|
+
children: u.map((e) => e.stage ? /* @__PURE__ */ C("li", {
|
|
268
313
|
role: "listitem",
|
|
269
|
-
children: /* @__PURE__ */
|
|
314
|
+
children: /* @__PURE__ */ C(G, {
|
|
270
315
|
stage: e.stage,
|
|
271
|
-
isLive:
|
|
316
|
+
isLive: t && e.stage.status == null,
|
|
272
317
|
typography: c,
|
|
273
318
|
labels: o
|
|
274
319
|
})
|
|
275
|
-
}, e.key) : /* @__PURE__ */
|
|
320
|
+
}, e.key) : /* @__PURE__ */ C("li", {
|
|
276
321
|
role: "listitem",
|
|
277
|
-
children: /* @__PURE__ */
|
|
322
|
+
children: /* @__PURE__ */ C(K, {
|
|
278
323
|
row: e,
|
|
279
|
-
isLive:
|
|
324
|
+
isLive: t && (e.attempts?.some((e) => e.status == null) ?? !1),
|
|
280
325
|
typography: c,
|
|
281
326
|
labels: o
|
|
282
327
|
})
|
|
283
328
|
}, e.key))
|
|
284
329
|
})
|
|
285
330
|
});
|
|
286
|
-
},
|
|
287
|
-
toggleButton: "
|
|
288
|
-
executedLabel: "
|
|
289
|
-
stepsCount: "
|
|
290
|
-
doneIcon: "
|
|
291
|
-
failedText: "
|
|
292
|
-
liveName: "
|
|
293
|
-
},
|
|
294
|
-
let { executedLabel:
|
|
295
|
-
|
|
296
|
-
|
|
331
|
+
}, J = {
|
|
332
|
+
toggleButton: "_toggleButton_1sa5v_1",
|
|
333
|
+
executedLabel: "_executedLabel_1sa5v_13",
|
|
334
|
+
stepsCount: "_stepsCount_1sa5v_17",
|
|
335
|
+
doneIcon: "_doneIcon_1sa5v_22",
|
|
336
|
+
failedText: "_failedText_1sa5v_26",
|
|
337
|
+
liveName: "_liveName_1sa5v_30"
|
|
338
|
+
}, Y = ({ stages: e, isStreaming: r, labels: s, className: l, styles: f }) => {
|
|
339
|
+
let { executedLabel: g = "Executed", stepsLabel: _ = () => "steps", failedCountLabel: v = (e) => `${e} failed`, runningStepLabel: S = (e, t) => `Step ${e} of ${t}`, runningAriaLabel: T = "Running", copyAriaLabel: E, failedAriaLabel: D, attemptLabel: O } = s ?? {}, [k, A] = x(r), j = b(r);
|
|
340
|
+
y(() => {
|
|
341
|
+
j.current && !r && A(!1), j.current = r;
|
|
297
342
|
}, [r]);
|
|
298
|
-
let { colors:
|
|
299
|
-
"--cs-cg-label":
|
|
300
|
-
"--cs-cg-label-hover":
|
|
301
|
-
"--cs-cg-steps-count":
|
|
302
|
-
"--cs-cg-done":
|
|
303
|
-
"--cs-cg-failed":
|
|
343
|
+
let { colors: M, panel: P } = f ?? {}, I = f?.typography ?? { fontClassName: "dial-small-text" }, B = n({
|
|
344
|
+
"--cs-cg-label": M?.labelColor,
|
|
345
|
+
"--cs-cg-label-hover": M?.labelHoverColor,
|
|
346
|
+
"--cs-cg-steps-count": M?.stepsCountColor,
|
|
347
|
+
"--cs-cg-done": M?.doneColor,
|
|
348
|
+
"--cs-cg-failed": M?.failedColor,
|
|
349
|
+
"--cs-text": P?.text,
|
|
350
|
+
"--cs-row-hover": P?.rowHoverColor,
|
|
351
|
+
"--cs-button-bg": P?.collapsedButtonBg,
|
|
352
|
+
"--cs-stage-text": P?.stageTextColor,
|
|
353
|
+
"--cs-failed-text": P?.failedColor,
|
|
354
|
+
"--cs-tag-text": P?.tagTextColor,
|
|
355
|
+
"--cs-count-text": P?.countTextColor,
|
|
356
|
+
"--cs-duration-text": P?.durationTextColor,
|
|
357
|
+
"--cs-icon-secondary": P?.iconSecondaryColor,
|
|
358
|
+
"--cs-icon-completed": P?.iconCompletedColor,
|
|
359
|
+
"--cs-icon-error": P?.iconErrorColor,
|
|
360
|
+
"--cs-code-bg": P?.codeBg,
|
|
361
|
+
"--cs-code-border": P?.codeBorderColor,
|
|
362
|
+
"--cs-code-text": P?.codeTextColor,
|
|
363
|
+
"--cs-border": P?.borderColor
|
|
304
364
|
});
|
|
305
365
|
if (e.length === 0) return null;
|
|
306
|
-
let
|
|
307
|
-
copyAriaLabel:
|
|
308
|
-
runningAriaLabel:
|
|
309
|
-
failedAriaLabel:
|
|
310
|
-
attemptLabel:
|
|
366
|
+
let V = {
|
|
367
|
+
copyAriaLabel: E,
|
|
368
|
+
runningAriaLabel: T,
|
|
369
|
+
failedAriaLabel: D,
|
|
370
|
+
attemptLabel: O
|
|
311
371
|
};
|
|
312
|
-
if (e.length === 1) return /* @__PURE__ */
|
|
372
|
+
if (e.length === 1) return /* @__PURE__ */ C(q, {
|
|
313
373
|
stages: e,
|
|
314
374
|
isStreaming: r,
|
|
315
|
-
className:
|
|
316
|
-
styles: {
|
|
317
|
-
|
|
375
|
+
className: l,
|
|
376
|
+
styles: {
|
|
377
|
+
colors: P,
|
|
378
|
+
typography: f?.typography
|
|
379
|
+
},
|
|
380
|
+
labels: V
|
|
318
381
|
});
|
|
319
|
-
let
|
|
320
|
-
let { durationLabel: n } = D(t.name);
|
|
321
|
-
return e + (A(n) ?? 0);
|
|
322
|
-
}, 0), U = H > 0 ? k(H) : void 0, W = r ? j(e) : void 0, G;
|
|
382
|
+
let H = e.some((e) => e.status === t.Failed), U = L(e.map((e) => e.name)), W = U > 0 ? F(U) : void 0, G = r ? R(e) : void 0, K;
|
|
323
383
|
if (r) {
|
|
324
|
-
let t =
|
|
325
|
-
|
|
384
|
+
let t = G ? z(e, G) : e.length, n = G ? N(G.name).name : "";
|
|
385
|
+
K = /* @__PURE__ */ w("span", {
|
|
326
386
|
role: "status",
|
|
327
387
|
"aria-live": "polite",
|
|
328
|
-
className: "
|
|
388
|
+
className: "flex min-w-0 items-center gap-2",
|
|
329
389
|
children: [
|
|
330
|
-
/* @__PURE__ */
|
|
331
|
-
|
|
332
|
-
|
|
390
|
+
/* @__PURE__ */ C("span", {
|
|
391
|
+
className: "flex flex-none items-center",
|
|
392
|
+
children: /* @__PURE__ */ C(d, {
|
|
393
|
+
size: 14,
|
|
394
|
+
ariaLabel: T
|
|
395
|
+
})
|
|
333
396
|
}),
|
|
334
|
-
/* @__PURE__ */
|
|
335
|
-
className: i(I.fontClassName,
|
|
336
|
-
children:
|
|
397
|
+
/* @__PURE__ */ C("span", {
|
|
398
|
+
className: i("flex-none whitespace-nowrap", I.fontClassName, J.liveName),
|
|
399
|
+
children: S(t, e.length)
|
|
337
400
|
}),
|
|
338
|
-
n && /* @__PURE__ */
|
|
339
|
-
className: i(I.fontClassName,
|
|
340
|
-
children: n
|
|
401
|
+
n && /* @__PURE__ */ C("span", {
|
|
402
|
+
className: i("min-w-0 max-w-[22rem] truncate", I.fontClassName, J.executedLabel),
|
|
403
|
+
children: /* @__PURE__ */ C(c, { text: n })
|
|
341
404
|
})
|
|
342
405
|
]
|
|
343
406
|
});
|
|
344
|
-
} else if (
|
|
407
|
+
} else if (H) {
|
|
345
408
|
let n = e.filter((e) => e.status === t.Failed).length;
|
|
346
|
-
|
|
409
|
+
K = /* @__PURE__ */ w("span", {
|
|
347
410
|
className: "inline-flex items-center gap-1",
|
|
348
411
|
children: [
|
|
349
|
-
/* @__PURE__ */
|
|
350
|
-
className: i(I.fontClassName,
|
|
412
|
+
/* @__PURE__ */ w("span", {
|
|
413
|
+
className: i(I.fontClassName, J.executedLabel),
|
|
351
414
|
children: [
|
|
352
|
-
|
|
415
|
+
g,
|
|
353
416
|
" ",
|
|
354
417
|
e.length,
|
|
355
418
|
" ",
|
|
356
|
-
|
|
419
|
+
_(e.length)
|
|
357
420
|
]
|
|
358
421
|
}),
|
|
359
|
-
/* @__PURE__ */
|
|
360
|
-
className: i(I.fontClassName,
|
|
361
|
-
children:
|
|
422
|
+
/* @__PURE__ */ C("span", {
|
|
423
|
+
className: i(I.fontClassName, J.failedText),
|
|
424
|
+
children: v(n)
|
|
362
425
|
}),
|
|
363
|
-
|
|
364
|
-
className: i(I.fontClassName,
|
|
365
|
-
children:
|
|
426
|
+
W && /* @__PURE__ */ C("span", {
|
|
427
|
+
className: i(I.fontClassName, J.stepsCount),
|
|
428
|
+
children: W
|
|
366
429
|
})
|
|
367
430
|
]
|
|
368
431
|
});
|
|
369
|
-
} else
|
|
432
|
+
} else K = /* @__PURE__ */ w("span", {
|
|
370
433
|
className: "inline-flex items-center gap-1",
|
|
371
434
|
children: [
|
|
372
|
-
/* @__PURE__ */
|
|
435
|
+
/* @__PURE__ */ C(p, {
|
|
373
436
|
size: a.SM,
|
|
374
|
-
className:
|
|
375
|
-
"aria-hidden": !0
|
|
437
|
+
className: J.doneIcon,
|
|
438
|
+
"aria-hidden": !0,
|
|
439
|
+
stroke: o
|
|
376
440
|
}),
|
|
377
|
-
/* @__PURE__ */
|
|
378
|
-
className: i(I.fontClassName,
|
|
441
|
+
/* @__PURE__ */ w("span", {
|
|
442
|
+
className: i(I.fontClassName, J.executedLabel),
|
|
379
443
|
children: [
|
|
380
|
-
|
|
444
|
+
g,
|
|
381
445
|
" ",
|
|
382
446
|
e.length,
|
|
383
447
|
" ",
|
|
384
|
-
|
|
448
|
+
_(e.length)
|
|
385
449
|
]
|
|
386
450
|
}),
|
|
387
|
-
|
|
388
|
-
className: i(I.fontClassName,
|
|
389
|
-
children:
|
|
451
|
+
W && /* @__PURE__ */ C("span", {
|
|
452
|
+
className: i(I.fontClassName, J.stepsCount),
|
|
453
|
+
children: W
|
|
390
454
|
})
|
|
391
455
|
]
|
|
392
456
|
});
|
|
393
|
-
return /* @__PURE__ */
|
|
394
|
-
style:
|
|
395
|
-
className: i("flex w-full flex-col gap-1",
|
|
396
|
-
children: [/* @__PURE__ */
|
|
397
|
-
className:
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
457
|
+
return /* @__PURE__ */ w("div", {
|
|
458
|
+
style: B,
|
|
459
|
+
className: i("flex w-full flex-col gap-1", l),
|
|
460
|
+
children: [/* @__PURE__ */ C(u, {
|
|
461
|
+
className: J.toggleButton,
|
|
462
|
+
textClassName: "min-w-0",
|
|
463
|
+
onClick: () => A((e) => !e),
|
|
464
|
+
"aria-expanded": k,
|
|
465
|
+
iconAfter: k ? /* @__PURE__ */ C(m, {
|
|
401
466
|
size: 12,
|
|
402
|
-
"aria-hidden": !0
|
|
403
|
-
|
|
467
|
+
"aria-hidden": !0,
|
|
468
|
+
stroke: o
|
|
469
|
+
}) : /* @__PURE__ */ C(h, {
|
|
404
470
|
size: 12,
|
|
405
471
|
className: "rtl:scale-x-[-1]",
|
|
406
|
-
"aria-hidden": !0
|
|
472
|
+
"aria-hidden": !0,
|
|
473
|
+
stroke: o
|
|
407
474
|
}),
|
|
408
|
-
label:
|
|
409
|
-
}), /* @__PURE__ */
|
|
410
|
-
className: i("grid transition-[grid-template-rows] duration-300 ease-in-out",
|
|
411
|
-
children: /* @__PURE__ */
|
|
475
|
+
label: K
|
|
476
|
+
}), /* @__PURE__ */ C("div", {
|
|
477
|
+
className: i("grid transition-[grid-template-rows] duration-300 ease-in-out", k ? "grid-rows-[1fr]" : "grid-rows-[0fr]"),
|
|
478
|
+
children: /* @__PURE__ */ C("div", {
|
|
412
479
|
className: "overflow-hidden",
|
|
413
|
-
children: /* @__PURE__ */
|
|
480
|
+
children: /* @__PURE__ */ C(q, {
|
|
414
481
|
stages: e,
|
|
415
482
|
isStreaming: r,
|
|
416
|
-
styles: {
|
|
417
|
-
|
|
483
|
+
styles: {
|
|
484
|
+
colors: P,
|
|
485
|
+
typography: f?.typography
|
|
486
|
+
},
|
|
487
|
+
labels: V,
|
|
418
488
|
className: "pt-1"
|
|
419
489
|
})
|
|
420
490
|
})
|
|
@@ -422,4 +492,4 @@ var w = /[([][^()[\]]*[)\]]/g, T = /(\d+(?:\.\d+)?)\s*s\b/, E = /:\s*$/, D = (e)
|
|
|
422
492
|
});
|
|
423
493
|
};
|
|
424
494
|
//#endregion
|
|
425
|
-
export {
|
|
495
|
+
export { Y as CollapsedGroup, q as StagesPanel };
|
|
@@ -1,40 +1,41 @@
|
|
|
1
1
|
import { Stage } from '@epam/ai-dial-chat-shared';
|
|
2
|
+
import { StagesPanelColors } from './stages-props';
|
|
2
3
|
/** Color overrides for the `CollapsedGroup` component applied as CSS custom properties. */
|
|
3
4
|
export interface CollapsedGroupColors {
|
|
4
|
-
/** Color of the toggle button label and icon.
|
|
5
|
+
/** Color of the toggle button label and icon. */
|
|
5
6
|
labelColor?: string;
|
|
6
|
-
/** Color of the toggle button label and icon on hover.
|
|
7
|
+
/** Color of the toggle button label and icon on hover. */
|
|
7
8
|
labelHoverColor?: string;
|
|
8
|
-
/** Color of the execution time.
|
|
9
|
+
/** Color of the execution time. */
|
|
9
10
|
stepsCountColor?: string;
|
|
10
|
-
/** Color of the leading check icon in the finished-and-successful summary.
|
|
11
|
+
/** Color of the leading check icon in the finished-and-successful summary. */
|
|
11
12
|
doneColor?: string;
|
|
12
|
-
/** Color of the "N failed" text in the failed summary.
|
|
13
|
+
/** Color of the "N failed" text in the failed summary. */
|
|
13
14
|
failedColor?: string;
|
|
14
15
|
}
|
|
15
16
|
/** Typography configuration for the toggle button label text. */
|
|
16
17
|
export interface CollapsedGroupTypography {
|
|
17
|
-
/** CSS utility class applied to the toggle button label. Defaults to `'dial-small-text'
|
|
18
|
+
/** CSS utility class applied to the toggle button label. Defaults to `'dial-small-text'`. */
|
|
18
19
|
fontClassName?: string;
|
|
19
|
-
/** Font family applied to the panel root via CSS custom property. */
|
|
20
|
-
fontFamily?: string;
|
|
21
20
|
}
|
|
22
21
|
/** Combined style overrides (colors and typography) for the `CollapsedGroup` component. */
|
|
23
22
|
export interface CollapsedGroupStyles {
|
|
24
23
|
/** Color overrides applied as CSS custom properties. */
|
|
25
24
|
colors?: CollapsedGroupColors;
|
|
26
|
-
/** Typography for the toggle button label.
|
|
25
|
+
/** Typography for the toggle button label. */
|
|
27
26
|
typography?: CollapsedGroupTypography;
|
|
27
|
+
/** Color overrides forwarded to the inner `StagesPanel`. */
|
|
28
|
+
panel?: StagesPanelColors;
|
|
28
29
|
}
|
|
29
30
|
/** User-visible strings for the `CollapsedGroup` component. */
|
|
30
31
|
export interface CollapsedGroupLabels {
|
|
31
32
|
/** Label shown before the steps count on the toggle button. Defaults to `'Executed'`. */
|
|
32
33
|
executedLabel?: string;
|
|
33
|
-
/** Returns the pluralized
|
|
34
|
+
/** Returns the pluralized steps label. Defaults to `() => 'steps'`. */
|
|
34
35
|
stepsLabel?: (count: number) => string;
|
|
35
|
-
/** Returns the "N failed"
|
|
36
|
+
/** Returns the "N failed" text in the failed summary. Defaults to `(n) => \`${n} failed\``. */
|
|
36
37
|
failedCountLabel?: (failedCount: number) => string;
|
|
37
|
-
/** Returns the "Step X of Y"
|
|
38
|
+
/** Returns the "Step X of Y" text in the running summary. Defaults to `(current, total) => \`Step ${current} of ${total}\``. */
|
|
38
39
|
runningStepLabel?: (current: number, total: number) => string;
|
|
39
40
|
/** Accessible label announced for the running summary's spinner. Defaults to `'Running'`. */
|
|
40
41
|
runningAriaLabel?: string;
|
|
@@ -49,11 +50,7 @@ export interface CollapsedGroupLabels {
|
|
|
49
50
|
export interface CollapsedGroupProps {
|
|
50
51
|
/** Ordered list of stages to display. */
|
|
51
52
|
stages: Stage[];
|
|
52
|
-
/**
|
|
53
|
-
* Whether the run is still streaming. Drives the summary line's state
|
|
54
|
-
* (running vs. finished vs. failed) and its default open/closed state —
|
|
55
|
-
* expanded while running, collapsed once finished.
|
|
56
|
-
*/
|
|
53
|
+
/** When true, expands to a live progress line; collapses to a summary once streaming ends. */
|
|
57
54
|
isStreaming: boolean;
|
|
58
55
|
/** User-visible strings for the toggle button. */
|
|
59
56
|
labels?: CollapsedGroupLabels;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsed-group.d.ts","sourceRoot":"","sources":["../../src/models/collapsed-group.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"collapsed-group.d.ts","sourceRoot":"","sources":["../../src/models/collapsed-group.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,2FAA2F;AAC3F,MAAM,WAAW,oBAAoB;IACnC,iDAAiD;IACjD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,0DAA0D;IAC1D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mCAAmC;IACnC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8EAA8E;IAC9E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,iEAAiE;AACjE,MAAM,WAAW,wBAAwB;IACvC,6FAA6F;IAC7F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,2FAA2F;AAC3F,MAAM,WAAW,oBAAoB;IACnC,wDAAwD;IACxD,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,8CAA8C;IAC9C,UAAU,CAAC,EAAE,wBAAwB,CAAC;IACtC,4DAA4D;IAC5D,KAAK,CAAC,EAAE,iBAAiB,CAAC;CAC3B;AAED,+DAA+D;AAC/D,MAAM,WAAW,oBAAoB;IACnC,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,uEAAuE;IACvE,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IACvC,+FAA+F;IAC/F,gBAAgB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,MAAM,CAAC;IACnD,gIAAgI;IAChI,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC9D,6FAA6F;IAC7F,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,+FAA+F;IAC/F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mHAAmH;IACnH,YAAY,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,MAAM,CAAC;CAClD;AAED,wDAAwD;AACxD,MAAM,WAAW,mBAAmB;IAClC,yCAAyC;IACzC,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,8FAA8F;IAC9F,WAAW,EAAE,OAAO,CAAC;IACrB,kDAAkD;IAClD,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,MAAM,CAAC,EAAE,oBAAoB,CAAC;CAC/B"}
|
|
@@ -1,21 +1,13 @@
|
|
|
1
1
|
import { Stage } from '@epam/ai-dial-chat-shared';
|
|
2
|
-
/** A
|
|
3
|
-
export interface
|
|
4
|
-
kind: 'single';
|
|
5
|
-
/** Stable key for list rendering — the stage's own index. */
|
|
6
|
-
key: number;
|
|
7
|
-
stage: Stage;
|
|
8
|
-
}
|
|
9
|
-
/** A row formed by collapsing consecutive stages that share the same cleaned name into one `×N` row. */
|
|
10
|
-
export interface GroupedStageRow {
|
|
11
|
-
kind: 'group';
|
|
2
|
+
/** A row rendered inside a `StagesPanel` — either one stage or a collapsed `×N` group of identical attempts. */
|
|
3
|
+
export interface StageRow {
|
|
12
4
|
/** Stable key for list rendering — the first attempt's index. */
|
|
13
5
|
key: number;
|
|
14
6
|
/** Shared cleaned display name for the group. */
|
|
15
|
-
name
|
|
7
|
+
name?: string;
|
|
8
|
+
/** The single stage for this row (present only when there is one attempt). */
|
|
9
|
+
stage?: Stage;
|
|
16
10
|
/** Individual attempts in original order. */
|
|
17
|
-
attempts
|
|
11
|
+
attempts?: Stage[];
|
|
18
12
|
}
|
|
19
|
-
/** A row rendered inside a `StagesPanel` — either one stage or a collapsed `×N` group of identical attempts. */
|
|
20
|
-
export type StageRow = SingleStageRow | GroupedStageRow;
|
|
21
13
|
//# sourceMappingURL=stage-grouping.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-grouping.d.ts","sourceRoot":"","sources":["../../src/models/stage-grouping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,
|
|
1
|
+
{"version":3,"file":"stage-grouping.d.ts","sourceRoot":"","sources":["../../src/models/stage-grouping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,gHAAgH;AAChH,MAAM,WAAW,QAAQ;IACvB,iEAAiE;IACjE,GAAG,EAAE,MAAM,CAAC;IACZ,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,8EAA8E;IAC9E,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,KAAK,EAAE,CAAC;CACpB"}
|
package/models/stages-props.d.ts
CHANGED
|
@@ -1,49 +1,61 @@
|
|
|
1
1
|
import { Stage } from '@epam/ai-dial-chat-shared';
|
|
2
|
-
/**
|
|
3
|
-
* Typography configuration for a stage row. The name is always the
|
|
4
|
-
* dominant text in the row — bigger than the expanded content — so
|
|
5
|
-
* `fontClassName` (name) and `contentClassName` (expanded markdown content)
|
|
6
|
-
* are deliberately separate fields, not one shared class.
|
|
7
|
-
*/
|
|
2
|
+
/** Typography class overrides for stage name and expanded content elements in `StagesPanel`. */
|
|
8
3
|
export interface StageTypography {
|
|
9
|
-
/** CSS utility class applied to the stage/step name. Defaults to `'dial-small-text'
|
|
4
|
+
/** CSS utility class applied to the stage/step name. Defaults to `'dial-small-text'`. */
|
|
10
5
|
fontClassName?: string;
|
|
11
|
-
/** CSS utility class applied to expanded
|
|
6
|
+
/** CSS utility class applied to expanded content text elements (paragraphs, lists, blockquotes, links, table cells). Defaults to `'dial-tiny-text'`. */
|
|
12
7
|
contentClassName?: string;
|
|
13
|
-
/** CSS utility class applied to `<strong>` (bold markdown) inside expanded content.
|
|
8
|
+
/** CSS utility class applied to `<strong>` (bold markdown) inside expanded content. Falls back to `contentClassName`, then `'dial-tiny-text'`. */
|
|
14
9
|
strongClassName?: string;
|
|
15
|
-
/** CSS utility class applied to every heading level (`h1`–`h6`) inside expanded content. Defaults to `'dial-small-semi-text'
|
|
10
|
+
/** CSS utility class applied to every heading level (`h1`–`h6`) inside expanded content. Defaults to `'dial-small-semi-text'`. */
|
|
16
11
|
headingClassName?: string;
|
|
17
|
-
/** CSS utility class applied to inline code elements. Defaults to `'
|
|
12
|
+
/** CSS utility class applied to inline code elements. Defaults to `'dial-code-text rounded-md'`. */
|
|
18
13
|
codeClassName?: string;
|
|
19
|
-
/**
|
|
20
|
-
|
|
14
|
+
/** CSS utility class applied to fenced code blocks (`<pre>`). Defaults to `'dial-code-text'`. */
|
|
15
|
+
codeBlockClassName?: string;
|
|
21
16
|
/** CSS utility class applied to count badges (e.g. `×N` collapsed group). Defaults to `'dial-tiny-text'`. */
|
|
22
17
|
countFontClassName?: string;
|
|
18
|
+
/** CSS utility class applied to a stage's tag label. Defaults to `'dial-tiny-lead-text'`, which uppercases the label itself. */
|
|
19
|
+
tagClassName?: string;
|
|
23
20
|
}
|
|
24
|
-
/**
|
|
25
|
-
* Color overrides for the `StagesPanel` component applied as CSS custom
|
|
26
|
-
* properties. The panel is an inline list (no card/border), so these only
|
|
27
|
-
* cover the row-level surface: per-row hover tint and text tones.
|
|
28
|
-
*/
|
|
21
|
+
/** CSS custom property color overrides for the `StagesPanel` component. */
|
|
29
22
|
export interface StagesPanelColors {
|
|
30
|
-
/** General text color. */
|
|
23
|
+
/** General text color. Defaults to `--text-primary`. */
|
|
31
24
|
text?: string;
|
|
32
|
-
/** Background tint on row hover. Defaults to `--bg-layer-
|
|
25
|
+
/** Background tint on row hover. Defaults to `--bg-layer-sunken`. */
|
|
33
26
|
rowHoverColor?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Text color applied to each stage name row.
|
|
36
|
-
* Defaults to the app's `--text-secondary` theme variable (`#9fa6bd`).
|
|
37
|
-
*/
|
|
27
|
+
/** Text color of each stage name. Defaults to `--text-secondary`. */
|
|
38
28
|
stageTextColor?: string;
|
|
39
|
-
/**
|
|
29
|
+
/** Text and icon color for a failed stage. Defaults to `--text-warning`. */
|
|
40
30
|
failedColor?: string;
|
|
31
|
+
/** Background color of the collapse button. Defaults to transparent. */
|
|
32
|
+
collapsedButtonBg?: string;
|
|
33
|
+
/** Text color of stage tag labels. Defaults to `--text-tertiary`. */
|
|
34
|
+
tagTextColor?: string;
|
|
35
|
+
/** Text color of the attempt count badge (e.g. `×N`). Defaults to `--text-tertiary`. */
|
|
36
|
+
countTextColor?: string;
|
|
37
|
+
/** Text color of the total-duration label. Defaults to `--text-tertiary`. */
|
|
38
|
+
durationTextColor?: string;
|
|
39
|
+
/** Color of secondary (non-status) icons. Defaults to `--text-secondary` at 70% opacity. */
|
|
40
|
+
iconSecondaryColor?: string;
|
|
41
|
+
/** Color of the completed-check icon. Defaults to `--text-tertiary`. */
|
|
42
|
+
iconCompletedColor?: string;
|
|
43
|
+
/** Color of the error/exception icon. Defaults to `--text-warning`. */
|
|
44
|
+
iconErrorColor?: string;
|
|
45
|
+
/** Background color of fenced code blocks and inline code. Defaults to `--bg-layer-raised`. */
|
|
46
|
+
codeBg?: string;
|
|
47
|
+
/** Border color of fenced code blocks and inline code. Defaults to `--stroke-secondary`. */
|
|
48
|
+
codeBorderColor?: string;
|
|
49
|
+
/** Text color inside code blocks. Defaults to `--text-primary`. */
|
|
50
|
+
codeTextColor?: string;
|
|
51
|
+
/** Border color used for table cells and blockquotes. Defaults to `--stroke-secondary`. */
|
|
52
|
+
borderColor?: string;
|
|
41
53
|
}
|
|
42
54
|
/** Combined style overrides (colors and typography) for the `StagesPanel` component. */
|
|
43
55
|
export interface StagesPanelStyles {
|
|
44
56
|
/** Color overrides applied as CSS custom properties. */
|
|
45
57
|
colors?: StagesPanelColors;
|
|
46
|
-
/** Typography applied to the stage name and expanded content.
|
|
58
|
+
/** Typography applied to the stage name and expanded content. */
|
|
47
59
|
typography?: StageTypography;
|
|
48
60
|
}
|
|
49
61
|
/** User-visible strings for the `StagesPanel` component. */
|
|
@@ -54,14 +66,14 @@ export interface StagesPanelLabels {
|
|
|
54
66
|
runningAriaLabel?: string;
|
|
55
67
|
/** Visually-hidden label announced alongside a failed stage's icon. Defaults to `'Failed'`. */
|
|
56
68
|
failedAriaLabel?: string;
|
|
57
|
-
/**
|
|
69
|
+
/** Label for a single attempt given its 1-based number. Defaults to `(n) => \`Attempt ${n}\``. */
|
|
58
70
|
attemptLabel?: (attemptNumber: number) => string;
|
|
59
71
|
}
|
|
60
72
|
/** Props accepted by the `StagesPanel` component. */
|
|
61
73
|
export interface StagesPanelProps {
|
|
62
74
|
/** Ordered list of stages to display. */
|
|
63
75
|
stages: Stage[];
|
|
64
|
-
/** When `true
|
|
76
|
+
/** When `true`, every stage with `status: null` shows a live spinner. */
|
|
65
77
|
isStreaming: boolean;
|
|
66
78
|
/** Extra class name(s) merged onto the outer wrapper. */
|
|
67
79
|
className?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stages-props.d.ts","sourceRoot":"","sources":["../../src/models/stages-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD
|
|
1
|
+
{"version":3,"file":"stages-props.d.ts","sourceRoot":"","sources":["../../src/models/stages-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,gGAAgG;AAChG,MAAM,WAAW,eAAe;IAC9B,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,wJAAwJ;IACxJ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kJAAkJ;IAClJ,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kIAAkI;IAClI,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oGAAoG;IACpG,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iGAAiG;IACjG,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,6GAA6G;IAC7G,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gIAAgI;IAChI,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,2EAA2E;AAC3E,MAAM,WAAW,iBAAiB;IAChC,wDAAwD;IACxD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,qEAAqE;IACrE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,4EAA4E;IAC5E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,qEAAqE;IACrE,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,wFAAwF;IACxF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,6EAA6E;IAC7E,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4FAA4F;IAC5F,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wEAAwE;IACxE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,uEAAuE;IACvE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,+FAA+F;IAC/F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,4FAA4F;IAC5F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mEAAmE;IACnE,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,2FAA2F;IAC3F,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,wFAAwF;AACxF,MAAM,WAAW,iBAAiB;IAChC,wDAAwD;IACxD,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,iEAAiE;IACjE,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B;AAED,4DAA4D;AAC5D,MAAM,WAAW,iBAAiB;IAChC,0FAA0F;IAC1F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,yFAAyF;IACzF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,+FAA+F;IAC/F,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kGAAkG;IAClG,YAAY,CAAC,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,MAAM,CAAC;CAClD;AAED,qDAAqD;AACrD,MAAM,WAAW,gBAAgB;IAC/B,yCAAyC;IACzC,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,yEAAyE;IACzE,WAAW,EAAE,OAAO,CAAC;IACrB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,4BAA4B;IAC5B,MAAM,CAAC,EAAE,iBAAiB,CAAC;CAC5B"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-conversation-stages",
|
|
3
3
|
"description": "Panel for displaying agent processing stages during LLM response streaming",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.440",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": "^19.0.0",
|
|
21
21
|
"@tabler/icons-react": "^3.0.0",
|
|
22
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
23
|
-
"@epam/ai-dial-ui-kit": "^0.
|
|
22
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.440",
|
|
23
|
+
"@epam/ai-dial-ui-kit": "^0.14.0-dev.15"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import { Stage } from '@epam/ai-dial-chat-shared';
|
|
2
2
|
import { StageRow } from '../models/stage-grouping';
|
|
3
|
-
/**
|
|
4
|
-
* Collapses consecutive stages that share the same cleaned name into a
|
|
5
|
-
* single `×N` group row (expanding to the individual attempts); every other
|
|
6
|
-
* stage renders as its own row. Grouping is by cleaned name, not the raw
|
|
7
|
-
* backend string, so a name differing only by its embedded duration still
|
|
8
|
-
* groups correctly.
|
|
9
|
-
*/
|
|
3
|
+
/** Groups consecutive stages with the same cleaned name into a `×N` group row; all others render as single rows. */
|
|
10
4
|
export declare const groupStagesByName: (stages: Stage[]) => StageRow[];
|
|
11
5
|
//# sourceMappingURL=stage-grouping.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-grouping.d.ts","sourceRoot":"","sources":["../../src/utils/stage-grouping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAGpD
|
|
1
|
+
{"version":3,"file":"stage-grouping.d.ts","sourceRoot":"","sources":["../../src/utils/stage-grouping.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AAGpD,oHAAoH;AACpH,eAAO,MAAM,iBAAiB,GAAI,QAAQ,KAAK,EAAE,KAAG,QAAQ,EA+B3D,CAAC"}
|
package/utils/stage-name.d.ts
CHANGED
|
@@ -1,26 +1,19 @@
|
|
|
1
1
|
/** Result of cleaning a raw backend stage name for display. */
|
|
2
|
-
|
|
3
|
-
/** Display name with any duration/timestamp group and trailing colon removed.
|
|
2
|
+
interface CleanedStageName {
|
|
3
|
+
/** Display name with any duration/timestamp bracket group and trailing colon removed. */
|
|
4
4
|
name: string;
|
|
5
5
|
/** Extracted duration label (e.g. `'3.99s'`), or `undefined` if the raw name carried none. */
|
|
6
6
|
durationLabel?: string;
|
|
7
7
|
}
|
|
8
|
-
/**
|
|
9
|
-
* Cleans a raw backend stage name for display: extracts an embedded
|
|
10
|
-
* duration (discarding any accompanying timestamps, which have no
|
|
11
|
-
* structured home in the UI today) and strips a single trailing colon.
|
|
12
|
-
* Never re-cases or rewrites the remaining text.
|
|
13
|
-
*/
|
|
8
|
+
/** Strips an embedded duration bracket group (e.g. `(7.18s, ...)`) and a trailing colon from a raw backend stage name. */
|
|
14
9
|
export declare const cleanStageName: (rawName: string) => CleanedStageName;
|
|
15
|
-
/**
|
|
16
|
-
* Heuristic for "this cleaned name is a raw identifier, not prose":
|
|
17
|
-
* no whitespace and at least one underscore (e.g. `My_OMDB_Agent__0_0_1_tool`).
|
|
18
|
-
* Prose with an embedded identifier substring (e.g. `Call My_OMDB_Agent_tool`)
|
|
19
|
-
* still contains a space and is left as normal text.
|
|
20
|
-
*/
|
|
10
|
+
/** Returns true if the name looks like a raw identifier: no whitespace and contains an underscore. */
|
|
21
11
|
export declare const isIdentifierLike: (name: string) => boolean;
|
|
22
12
|
/** Formats a total duration in seconds as `'Xm Ys'` when >= 60s, otherwise `'X.Xs'`. */
|
|
23
13
|
export declare const formatTotalDuration: (totalSeconds: number) => string;
|
|
24
14
|
/** Parses a duration label produced by {@link cleanStageName} (e.g. `'3.99s'`) back into seconds. */
|
|
25
15
|
export declare const parseDurationSeconds: (durationLabel: string | undefined) => number | undefined;
|
|
16
|
+
/** Returns the elapsed duration represented by stage names, without double-counting overlapping timed stages. */
|
|
17
|
+
export declare const calculateStagesDurationSeconds: (stageNames: string[]) => number;
|
|
18
|
+
export {};
|
|
26
19
|
//# sourceMappingURL=stage-name.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-name.d.ts","sourceRoot":"","sources":["../../src/utils/stage-name.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stage-name.d.ts","sourceRoot":"","sources":["../../src/utils/stage-name.ts"],"names":[],"mappings":"AA6BA,+DAA+D;AAC/D,UAAU,gBAAgB;IACxB,yFAAyF;IACzF,IAAI,EAAE,MAAM,CAAC;IACb,8FAA8F;IAC9F,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAkCD,0HAA0H;AAC1H,eAAO,MAAM,cAAc,GAAI,SAAS,MAAM,KAAG,gBAkBhD,CAAC;AAEF,sGAAsG;AACtG,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,KAAG,OACW,CAAC;AAE5D,wFAAwF;AACxF,eAAO,MAAM,mBAAmB,GAAI,cAAc,MAAM,KAAG,MAO1D,CAAC;AAEF,qGAAqG;AACrG,eAAO,MAAM,oBAAoB,GAC/B,eAAe,MAAM,GAAG,SAAS,KAChC,MAAM,GAAG,SAIX,CAAC;AAEF,iHAAiH;AACjH,eAAO,MAAM,8BAA8B,GACzC,YAAY,MAAM,EAAE,KACnB,MA2DF,CAAC"}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
import { Stage } from '@epam/ai-dial-chat-shared';
|
|
2
|
-
/**
|
|
3
|
-
* Finds the currently-executing stage while a run is streaming: the last
|
|
4
|
-
* entry with `status: null`. Returns `undefined` once every stage has
|
|
5
|
-
* settled (or the list is empty), even if the caller still reports
|
|
6
|
-
* `isStreaming: true` — a transitional state between the last stage settling
|
|
7
|
-
* and the stream closing.
|
|
8
|
-
*/
|
|
2
|
+
/** Returns the last stage with `status: null` (the currently executing stage), or `undefined` if none exists. */
|
|
9
3
|
export declare const findLiveStage: (stages: Stage[]) => Stage | undefined;
|
|
10
4
|
/** 1-based position of `stage` within `stages`, by its stable `index` field. */
|
|
11
5
|
export declare const stagePosition: (stages: Stage[], stage: Stage) => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stage-progress.d.ts","sourceRoot":"","sources":["../../src/utils/stage-progress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD
|
|
1
|
+
{"version":3,"file":"stage-progress.d.ts","sourceRoot":"","sources":["../../src/utils/stage-progress.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAEvD,iHAAiH;AACjH,eAAO,MAAM,aAAa,GAAI,QAAQ,KAAK,EAAE,KAAG,KAAK,GAAG,SACK,CAAC;AAE9D,gFAAgF;AAChF,eAAO,MAAM,aAAa,GAAI,QAAQ,KAAK,EAAE,EAAE,OAAO,KAAK,KAAG,MACR,CAAC"}
|