@epam/ai-dial-scheduled-tasks 1.1.0-dev.372 → 1.1.0-dev.373
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/ScheduledTaskCreateForm/ScheduledTaskCreateForm.d.ts.map +1 -1
- package/components/ScheduledTasks/ScheduledTasks.d.ts.map +1 -1
- package/index.js +357 -333
- package/models/scheduled-task-create-form-props.d.ts +2 -0
- package/models/scheduled-task-create-form-props.d.ts.map +1 -1
- package/package.json +3 -3
- package/test-setup.d.ts +10 -0
- package/test-setup.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MDMessageViewer as e, PanelEmptyState as t, buildCssVars as n, mergeClasses as r } from "@epam/ai-dial-chat-shared";
|
|
2
|
-
import {
|
|
3
|
-
import { IconAlertTriangle as
|
|
4
|
-
import { Suspense as
|
|
5
|
-
import { Fragment as
|
|
6
|
-
import { BuilderFormContainer as
|
|
7
|
-
var
|
|
2
|
+
import { Button as i, ButtonAppearance as a, ButtonVariant as o, Calendar as s, CalendarMode as c, CardShell as l, DIAL_ICON_SIZE as u, DIAL_KIT_ICON_STROKE as d, Dropdown as f, ElementSize as p, EllipsisTooltip as m, FolderPath as h, GhostButton as g, GhostIconButton as _, Highlight as v, Input as y, Label as b, LazyMarkdownEditor as x, NeutralButton as S, NumberInput as C, PrimaryButton as w, Search as T, Select as E, Skeleton as D, SkeletonVariant as O, Spinner as k, Switch as ee, Textarea as A } from "@epam/ai-dial-ui-kit";
|
|
3
|
+
import { IconAlertTriangle as j, IconArrowLeft as te, IconCalendarTime as ne, IconCheck as M, IconChevronDown as re, IconChevronUp as ie, IconCircleCheck as ae, IconCircleX as N, IconClipboardX as P, IconPencilMinus as oe, IconPlayerPause as F, IconPlus as se, IconTrashX as I } from "@tabler/icons-react";
|
|
4
|
+
import { Suspense as L, lazy as R, useEffect as ce, useRef as z, useState as B } from "react";
|
|
5
|
+
import { Fragment as V, jsx as H, jsxs as U } from "react/jsx-runtime";
|
|
6
|
+
import { BuilderFormContainer as W } from "@epam/ai-dial-builder-form";
|
|
7
|
+
var G = {
|
|
8
8
|
title: "_title_1hxc3_1",
|
|
9
9
|
description: "_description_1hxc3_5",
|
|
10
10
|
schedulePill: "_schedulePill_1hxc3_9",
|
|
@@ -15,21 +15,21 @@ var H = {
|
|
|
15
15
|
pausedPill: "_pausedPill_1hxc3_31",
|
|
16
16
|
pausedLabel: "_pausedLabel_1hxc3_36",
|
|
17
17
|
locationDivider: "_locationDivider_1hxc3_40"
|
|
18
|
-
},
|
|
19
|
-
let c = a?.newBadgeLabel ?? "NEW", f = a?.pausedBadgeLabel ?? "Paused", { colors:
|
|
20
|
-
"--stc-title-text":
|
|
21
|
-
"--stc-desc-text":
|
|
22
|
-
"--stc-pill-bg":
|
|
23
|
-
"--stc-pill-border":
|
|
24
|
-
"--stc-schedule-label-text":
|
|
25
|
-
"--stc-location-label-text":
|
|
26
|
-
"--stc-location-leaf-text":
|
|
27
|
-
"--stc-new-badge-bg":
|
|
28
|
-
"--stc-new-badge-text":
|
|
29
|
-
"--stc-location-divider-border":
|
|
30
|
-
"--stc-paused-bg":
|
|
31
|
-
"--stc-paused-border":
|
|
32
|
-
"--stc-paused-text":
|
|
18
|
+
}, K = ({ item: e, searchQuery: t = "", onCardClick: i, labels: a, styles: o, className: s }) => {
|
|
19
|
+
let c = a?.newBadgeLabel ?? "NEW", f = a?.pausedBadgeLabel ?? "Paused", { colors: p, typography: m } = o ?? {}, g = m?.titleClassName ?? "dial-body-semi-text", _ = m?.descriptionClassName ?? "dial-small-text", y = m?.descriptionSizeClassName ?? "dial-tiny-text", b = m?.scheduleLabelClassName ?? "dial-tiny-text", x = m?.locationLabelClassName ?? "dial-tiny-text", S = m?.locationLeafClassName ?? "dial-tiny-semi-text", C = m?.newBadgeClassName ?? "dial-tiny-semi-text", w = m?.pausedBadgeClassName ?? "dial-tiny-text", T = n({
|
|
20
|
+
"--stc-title-text": p?.titleText,
|
|
21
|
+
"--stc-desc-text": p?.descriptionText,
|
|
22
|
+
"--stc-pill-bg": p?.schedulePillBackground,
|
|
23
|
+
"--stc-pill-border": p?.schedulePillBorder,
|
|
24
|
+
"--stc-schedule-label-text": p?.scheduleLabelText,
|
|
25
|
+
"--stc-location-label-text": p?.locationLabelText,
|
|
26
|
+
"--stc-location-leaf-text": p?.locationLeafText,
|
|
27
|
+
"--stc-new-badge-bg": p?.newBadgeBackground,
|
|
28
|
+
"--stc-new-badge-text": p?.newBadgeText,
|
|
29
|
+
"--stc-location-divider-border": p?.locationDividerBorder,
|
|
30
|
+
"--stc-paused-bg": p?.pausedBadgeBackground,
|
|
31
|
+
"--stc-paused-border": p?.pausedBadgeBorder,
|
|
32
|
+
"--stc-paused-text": p?.pausedBadgeText
|
|
33
33
|
}), E = i ? {
|
|
34
34
|
tabIndex: 0,
|
|
35
35
|
onClick: () => i(e.id),
|
|
@@ -37,182 +37,197 @@ var H = {
|
|
|
37
37
|
(t.key === "Enter" || t.key === " ") && (t.preventDefault(), i(e.id));
|
|
38
38
|
}
|
|
39
39
|
} : {};
|
|
40
|
-
return /* @__PURE__ */
|
|
40
|
+
return /* @__PURE__ */ U(l, {
|
|
41
41
|
role: i ? "button" : "group",
|
|
42
42
|
"aria-label": e.displayName,
|
|
43
43
|
style: T,
|
|
44
44
|
className: r("h-[232px]", i && "cursor-pointer", s),
|
|
45
45
|
...E,
|
|
46
46
|
children: [
|
|
47
|
-
/* @__PURE__ */
|
|
47
|
+
/* @__PURE__ */ U("div", {
|
|
48
48
|
className: "flex min-w-0 shrink-0 items-center gap-2",
|
|
49
|
-
children: [/* @__PURE__ */
|
|
49
|
+
children: [/* @__PURE__ */ H(v, {
|
|
50
50
|
text: e.displayName,
|
|
51
51
|
query: t,
|
|
52
52
|
maxLines: 1,
|
|
53
|
-
className: r(
|
|
54
|
-
}), e.isNew && /* @__PURE__ */
|
|
55
|
-
className: r("shrink-0 rounded-full px-2 py-0.5", C,
|
|
53
|
+
className: r(g, G.title)
|
|
54
|
+
}), e.isNew && /* @__PURE__ */ H("span", {
|
|
55
|
+
className: r("shrink-0 rounded-full px-2 py-0.5", C, G.newBadge),
|
|
56
56
|
children: c
|
|
57
57
|
})]
|
|
58
58
|
}),
|
|
59
|
-
e.descriptionPreview && /* @__PURE__ */
|
|
60
|
-
className: r("line-clamp-4 min-h-0 flex-1 overflow-hidden", y,
|
|
59
|
+
e.descriptionPreview && /* @__PURE__ */ H("p", {
|
|
60
|
+
className: r("line-clamp-4 min-h-0 flex-1 overflow-hidden", y, _, G.description),
|
|
61
61
|
children: e.descriptionPreview
|
|
62
62
|
}),
|
|
63
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ U("div", {
|
|
64
64
|
className: "mt-auto flex shrink-0 flex-col gap-3",
|
|
65
|
-
children: [/* @__PURE__ */
|
|
65
|
+
children: [/* @__PURE__ */ H("div", {
|
|
66
66
|
className: "flex min-h-[28px] items-center",
|
|
67
|
-
children: e.isActive === !1 ? /* @__PURE__ */
|
|
68
|
-
className: r("inline-flex items-center gap-1.5 rounded-full border px-2 py-1",
|
|
69
|
-
children: [/* @__PURE__ */
|
|
67
|
+
children: e.isActive === !1 ? /* @__PURE__ */ U("span", {
|
|
68
|
+
className: r("inline-flex items-center gap-1.5 rounded-full border px-2 py-1", G.pausedPill, w, G.pausedLabel),
|
|
69
|
+
children: [/* @__PURE__ */ H(F, {
|
|
70
70
|
size: u.SM,
|
|
71
71
|
"aria-hidden": !0,
|
|
72
72
|
stroke: d
|
|
73
73
|
}), f]
|
|
74
|
-
}) : /* @__PURE__ */
|
|
75
|
-
className: r("inline-block rounded-lg border px-2 py-1",
|
|
74
|
+
}) : /* @__PURE__ */ H("span", {
|
|
75
|
+
className: r("inline-block rounded-lg border px-2 py-1", G.schedulePill, b, G.scheduleLabel),
|
|
76
76
|
children: e.scheduleLabel
|
|
77
77
|
})
|
|
78
|
-
}), e.locationSegments && e.locationSegments.length > 0 && /* @__PURE__ */
|
|
78
|
+
}), e.locationSegments && e.locationSegments.length > 0 && /* @__PURE__ */ H(h, {
|
|
79
79
|
segments: e.locationSegments,
|
|
80
|
-
labelClassName: r(x,
|
|
81
|
-
leafClassName: r(S,
|
|
82
|
-
className: r("pt-3",
|
|
80
|
+
labelClassName: r(x, G.locationLabel),
|
|
81
|
+
leafClassName: r(S, G.locationLeaf),
|
|
82
|
+
className: r("pt-3", G.locationDivider)
|
|
83
83
|
})]
|
|
84
84
|
})
|
|
85
85
|
]
|
|
86
86
|
});
|
|
87
|
-
},
|
|
87
|
+
}, le = { card: "_card_11bez_1" }, ue = [
|
|
88
88
|
"100%",
|
|
89
89
|
"100%",
|
|
90
90
|
"61%"
|
|
91
|
-
],
|
|
91
|
+
], de = "var(--stcs-skeleton-bg)", fe = ({ styles: e }) => /* @__PURE__ */ U(l, {
|
|
92
92
|
"aria-hidden": !0,
|
|
93
93
|
style: n({ "--stcs-skeleton-bg": e?.colors?.skeletonColor }),
|
|
94
|
-
className: r("h-[232px]",
|
|
94
|
+
className: r("h-[232px]", le.card),
|
|
95
95
|
children: [
|
|
96
|
-
/* @__PURE__ */
|
|
97
|
-
variant:
|
|
96
|
+
/* @__PURE__ */ H(D, {
|
|
97
|
+
variant: O.Rectangular,
|
|
98
98
|
width: "60%",
|
|
99
99
|
height: "20px",
|
|
100
|
-
color:
|
|
100
|
+
color: de,
|
|
101
101
|
className: "shrink-0"
|
|
102
102
|
}),
|
|
103
|
-
/* @__PURE__ */
|
|
103
|
+
/* @__PURE__ */ H("div", {
|
|
104
104
|
className: "flex min-h-0 flex-1 flex-col gap-3 overflow-hidden",
|
|
105
|
-
children:
|
|
106
|
-
variant:
|
|
105
|
+
children: ue.map((e, t) => /* @__PURE__ */ H(D, {
|
|
106
|
+
variant: O.Rectangular,
|
|
107
107
|
width: e,
|
|
108
108
|
height: "16px",
|
|
109
|
-
color:
|
|
109
|
+
color: de
|
|
110
110
|
}, t))
|
|
111
111
|
}),
|
|
112
|
-
/* @__PURE__ */
|
|
113
|
-
variant:
|
|
112
|
+
/* @__PURE__ */ H(D, {
|
|
113
|
+
variant: O.Rectangular,
|
|
114
114
|
width: "110px",
|
|
115
115
|
height: "28px",
|
|
116
|
-
color:
|
|
116
|
+
color: de,
|
|
117
117
|
className: "shrink-0 rounded-lg"
|
|
118
118
|
})
|
|
119
119
|
]
|
|
120
|
-
}),
|
|
120
|
+
}), pe = ({ items: e, searchQuery: t, onCardClick: n, labels: r, cardStyles: i, trailingSkeletonCount: a = 0, skeletonStyles: o }) => /* @__PURE__ */ U("div", {
|
|
121
121
|
className: "grid grid-cols-1 gap-5 desktop:grid-cols-3",
|
|
122
|
-
children: [e.map((e) => /* @__PURE__ */
|
|
122
|
+
children: [e.map((e) => /* @__PURE__ */ H(K, {
|
|
123
123
|
item: e,
|
|
124
124
|
searchQuery: t,
|
|
125
125
|
onCardClick: n,
|
|
126
126
|
labels: r,
|
|
127
127
|
styles: i
|
|
128
|
-
}, e.id)), Array.from({ length: a }, (e, t) => /* @__PURE__ */
|
|
128
|
+
}, e.id)), Array.from({ length: a }, (e, t) => /* @__PURE__ */ H(fe, { styles: o }, `skeleton-${t}`))]
|
|
129
129
|
}), q = {
|
|
130
130
|
container: "_container_r5sk9_1",
|
|
131
131
|
subtitle: "_subtitle_r5sk9_5",
|
|
132
132
|
sortButton: "_sortButton_r5sk9_9"
|
|
133
|
-
},
|
|
133
|
+
}, me = (e, t, n, r, i, a) => {
|
|
134
134
|
if (!e) return t ? a.loadingMoreLabel : n ? a.errorLabel : r > 0 ? `${r}` : i ? a.noResultsLabel : a.emptyStateLabel;
|
|
135
|
-
},
|
|
135
|
+
}, he = (e) => {
|
|
136
136
|
if (!e || e === document.body) return null;
|
|
137
137
|
let { overflow: t, overflowY: n } = getComputedStyle(e);
|
|
138
|
-
return t === "auto" || t === "scroll" || n === "auto" || n === "scroll" ? e :
|
|
139
|
-
},
|
|
140
|
-
let { colors:
|
|
141
|
-
"--st-bg":
|
|
142
|
-
"--st-subtitle-text":
|
|
143
|
-
"--st-sort-text":
|
|
144
|
-
}),
|
|
138
|
+
return t === "auto" || t === "scroll" || n === "auto" || n === "scroll" ? e : he(e.parentElement);
|
|
139
|
+
}, ge = ({ labels: e, onCreateClick: s, searchQuery: c, onSearchQueryChange: l, sortKey: h, onSortChange: _, items: v, isLoading: y = !1, error: b, onRetry: x, hasMore: S = !1, isLoadingMore: C = !1, skeletonCount: E = 6, onLoadMore: D, onCardClick: O, styles: ee }) => {
|
|
140
|
+
let { colors: A, typography: j, emptyStateIconSize: te = 48 } = ee ?? {}, ae = j?.titleClassName ?? "dial-h1-text", N = j?.subtitleClassName ?? "dial-body-text", P = n({
|
|
141
|
+
"--st-bg": A?.background,
|
|
142
|
+
"--st-subtitle-text": A?.subtitleText,
|
|
143
|
+
"--st-sort-text": A?.sortButtonText
|
|
144
|
+
}), oe = (e) => {
|
|
145
145
|
l(e ?? "");
|
|
146
|
-
},
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
146
|
+
}, [F, I] = B(!1), L = e.sortOptions.find((e) => e.key === h)?.label ?? e.sortLabel, R = e.sortOptions.map((e) => {
|
|
147
|
+
let t = e.key === h;
|
|
148
|
+
return {
|
|
149
|
+
...e,
|
|
150
|
+
selectable: !0,
|
|
151
|
+
checked: t,
|
|
152
|
+
renderItem: () => /* @__PURE__ */ U(V, { children: [/* @__PURE__ */ H(m, { text: e.label }), t && /* @__PURE__ */ H(M, {
|
|
153
|
+
size: u.SM,
|
|
154
|
+
stroke: d,
|
|
155
|
+
"aria-hidden": !0
|
|
156
|
+
})] }),
|
|
157
|
+
onClick: () => {
|
|
158
|
+
I(!1), _(e.key);
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
}), W = me(y, C, !!b, v.length, c.trim().length > 0, e), G = z(null);
|
|
162
|
+
ce(() => {
|
|
163
|
+
let e = G.current;
|
|
164
|
+
if (!e || !D) return;
|
|
165
|
+
let t = he(e.parentElement);
|
|
151
166
|
if (!t) return;
|
|
152
167
|
let n = () => {
|
|
153
|
-
if (
|
|
168
|
+
if (C || y || !S) return;
|
|
154
169
|
let n = t.getBoundingClientRect(), r = e.getBoundingClientRect();
|
|
155
|
-
r.top < n.bottom && r.bottom > n.top &&
|
|
170
|
+
r.top < n.bottom && r.bottom > n.top && D();
|
|
156
171
|
};
|
|
157
172
|
return t.addEventListener("scroll", n, { passive: !0 }), n(), () => t.removeEventListener("scroll", n);
|
|
158
173
|
}, [
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
174
|
+
S,
|
|
175
|
+
C,
|
|
176
|
+
y,
|
|
177
|
+
D
|
|
163
178
|
]);
|
|
164
|
-
let
|
|
179
|
+
let K = () => y ? /* @__PURE__ */ H(k, {}) : b ? /* @__PURE__ */ U("div", {
|
|
165
180
|
className: "flex flex-col items-center gap-3",
|
|
166
|
-
children: [/* @__PURE__ */
|
|
167
|
-
className: r(
|
|
181
|
+
children: [/* @__PURE__ */ H("p", {
|
|
182
|
+
className: r(N, q.subtitle),
|
|
168
183
|
children: e.errorLabel
|
|
169
|
-
}), /* @__PURE__ */
|
|
184
|
+
}), /* @__PURE__ */ H(g, {
|
|
170
185
|
label: e.retryLabel,
|
|
171
|
-
onClick:
|
|
186
|
+
onClick: x
|
|
172
187
|
})]
|
|
173
|
-
}) :
|
|
174
|
-
className: r(
|
|
188
|
+
}) : v.length === 0 ? c.trim() ? /* @__PURE__ */ H("p", {
|
|
189
|
+
className: r(N, q.subtitle),
|
|
175
190
|
children: e.noResultsLabel
|
|
176
|
-
}) : /* @__PURE__ */
|
|
177
|
-
icon: /* @__PURE__ */
|
|
191
|
+
}) : /* @__PURE__ */ H(t, {
|
|
192
|
+
icon: /* @__PURE__ */ H(ne, {
|
|
178
193
|
"aria-hidden": !0,
|
|
179
194
|
size: te,
|
|
180
195
|
stroke: 1
|
|
181
196
|
}),
|
|
182
197
|
label: e.emptyStateLabel
|
|
183
|
-
}) : /* @__PURE__ */
|
|
198
|
+
}) : /* @__PURE__ */ U("div", {
|
|
184
199
|
className: "flex w-full flex-col gap-6",
|
|
185
|
-
children: [/* @__PURE__ */
|
|
186
|
-
items:
|
|
200
|
+
children: [/* @__PURE__ */ H(pe, {
|
|
201
|
+
items: v,
|
|
187
202
|
searchQuery: c,
|
|
188
|
-
onCardClick:
|
|
203
|
+
onCardClick: O,
|
|
189
204
|
labels: e.cardLabels,
|
|
190
|
-
trailingSkeletonCount:
|
|
191
|
-
skeletonStyles: { colors: { skeletonColor:
|
|
192
|
-
}), /* @__PURE__ */
|
|
193
|
-
ref:
|
|
205
|
+
trailingSkeletonCount: C ? E : 0,
|
|
206
|
+
skeletonStyles: { colors: { skeletonColor: A?.skeletonColor } }
|
|
207
|
+
}), /* @__PURE__ */ H("div", {
|
|
208
|
+
ref: G,
|
|
194
209
|
"aria-hidden": !0,
|
|
195
210
|
className: "h-px w-full"
|
|
196
211
|
})]
|
|
197
|
-
}),
|
|
198
|
-
return /* @__PURE__ */
|
|
199
|
-
style:
|
|
212
|
+
}), le = y || !!b || v.length === 0;
|
|
213
|
+
return /* @__PURE__ */ U("div", {
|
|
214
|
+
style: P,
|
|
200
215
|
className: r("flex h-full w-full flex-col gap-6 overflow-y-auto px-8 py-4", q.container),
|
|
201
216
|
children: [
|
|
202
|
-
/* @__PURE__ */
|
|
217
|
+
/* @__PURE__ */ U("div", {
|
|
203
218
|
className: "flex items-start justify-between gap-4",
|
|
204
|
-
children: [/* @__PURE__ */
|
|
219
|
+
children: [/* @__PURE__ */ U("div", {
|
|
205
220
|
className: "min-w-0 gap-2",
|
|
206
|
-
children: [/* @__PURE__ */
|
|
207
|
-
className: r("truncate",
|
|
221
|
+
children: [/* @__PURE__ */ H("h1", {
|
|
222
|
+
className: r("truncate", ae),
|
|
208
223
|
children: e.title
|
|
209
|
-
}), /* @__PURE__ */
|
|
210
|
-
className: r("mt-1",
|
|
224
|
+
}), /* @__PURE__ */ H("p", {
|
|
225
|
+
className: r("mt-1", N, q.subtitle),
|
|
211
226
|
children: e.subtitle
|
|
212
227
|
})]
|
|
213
|
-
}), /* @__PURE__ */
|
|
228
|
+
}), /* @__PURE__ */ H(w, {
|
|
214
229
|
label: e.createButtonLabel,
|
|
215
|
-
iconBefore: /* @__PURE__ */
|
|
230
|
+
iconBefore: /* @__PURE__ */ H(se, {
|
|
216
231
|
size: u.SM,
|
|
217
232
|
"aria-hidden": !0,
|
|
218
233
|
stroke: d
|
|
@@ -221,109 +236,118 @@ var H = {
|
|
|
221
236
|
className: "shrink-0"
|
|
222
237
|
})]
|
|
223
238
|
}),
|
|
224
|
-
/* @__PURE__ */
|
|
239
|
+
/* @__PURE__ */ U("div", {
|
|
225
240
|
className: "flex flex-wrap items-center gap-3",
|
|
226
|
-
children: [/* @__PURE__ */
|
|
241
|
+
children: [/* @__PURE__ */ H("div", {
|
|
227
242
|
role: "search",
|
|
228
243
|
className: "flex-1",
|
|
229
|
-
children: /* @__PURE__ */
|
|
244
|
+
children: /* @__PURE__ */ H(T, {
|
|
230
245
|
value: c,
|
|
231
|
-
onChange:
|
|
246
|
+
onChange: oe,
|
|
232
247
|
placeholder: e.searchPlaceholder,
|
|
233
248
|
clearLabel: e.clearSearchLabel,
|
|
234
249
|
"aria-label": e.searchAriaLabel,
|
|
235
|
-
size:
|
|
250
|
+
size: p.Large
|
|
251
|
+
})
|
|
252
|
+
}), e.sortOptions.length > 0 && /* @__PURE__ */ H(f, {
|
|
253
|
+
items: R,
|
|
254
|
+
open: F,
|
|
255
|
+
onOpenChange: I,
|
|
256
|
+
children: /* @__PURE__ */ H(i, {
|
|
257
|
+
label: L,
|
|
258
|
+
variant: o.Primary,
|
|
259
|
+
appearance: a.Ghost,
|
|
260
|
+
className: q.sortButton,
|
|
261
|
+
iconAfter: H(F ? ie : re, {
|
|
262
|
+
size: u.SM,
|
|
263
|
+
stroke: d,
|
|
264
|
+
"aria-hidden": !0
|
|
265
|
+
})
|
|
236
266
|
})
|
|
237
|
-
}), e.sortOptions.length > 0 && /* @__PURE__ */ z(a, {
|
|
238
|
-
label: P,
|
|
239
|
-
variant: o.Primary,
|
|
240
|
-
appearance: i.Ghost,
|
|
241
|
-
items: e.sortOptions.map((e) => ({
|
|
242
|
-
...e,
|
|
243
|
-
onClick: () => h(e.key)
|
|
244
|
-
}))
|
|
245
267
|
})]
|
|
246
268
|
}),
|
|
247
|
-
/* @__PURE__ */
|
|
269
|
+
/* @__PURE__ */ H("span", {
|
|
248
270
|
role: "status",
|
|
249
271
|
"aria-live": "polite",
|
|
250
272
|
className: "sr-only",
|
|
251
|
-
children:
|
|
273
|
+
children: W
|
|
252
274
|
}),
|
|
253
|
-
/* @__PURE__ */
|
|
254
|
-
className: r("mx-auto flex size-full w-full max-w-[1180px] flex-col",
|
|
255
|
-
children:
|
|
275
|
+
/* @__PURE__ */ H("div", {
|
|
276
|
+
className: r("mx-auto flex size-full w-full max-w-[1180px] flex-col", le && "items-center justify-center"),
|
|
277
|
+
children: K()
|
|
256
278
|
})
|
|
257
279
|
]
|
|
258
280
|
});
|
|
259
|
-
},
|
|
281
|
+
}, _e = /* @__PURE__ */ function(e) {
|
|
260
282
|
return e.FirstToRun = "firstToRun", e.LastToRun = "lastToRun", e.Newest = "newest", e.NameAZ = "nameAZ", e;
|
|
261
|
-
}({}),
|
|
283
|
+
}({}), ve = 500, J = /* @__PURE__ */ function(e) {
|
|
262
284
|
return e.OneTime = "oneTime", e.Hourly = "hourly", e.Daily = "daily", e.Weekly = "weekly", e.Monthly = "monthly", e;
|
|
263
|
-
}({}), Y = (e) => String(e).padStart(2, "0"),
|
|
285
|
+
}({}), Y = (e) => String(e).padStart(2, "0"), ye = (e) => e ? new Date(e) : null, be = (e) => {
|
|
264
286
|
if (e == null) return "";
|
|
265
287
|
let t = e instanceof Date ? e : new Date(e);
|
|
266
288
|
return Number.isNaN(t.getTime()) ? "" : `${t.getFullYear()}-${Y(t.getMonth() + 1)}-${Y(t.getDate())}T${Y(t.getHours())}:${Y(t.getMinutes())}`;
|
|
267
|
-
},
|
|
289
|
+
}, xe = (e) => {
|
|
268
290
|
if (!e) return null;
|
|
269
291
|
let [t, n, r] = e.split("-").map(Number);
|
|
270
292
|
return new Date(t, n - 1, r);
|
|
271
|
-
},
|
|
293
|
+
}, Se = (e) => {
|
|
272
294
|
if (e == null) return "";
|
|
273
295
|
let t = e instanceof Date ? e : new Date(e);
|
|
274
296
|
return Number.isNaN(t.getTime()) ? "" : `${t.getFullYear()}-${Y(t.getMonth() + 1)}-${Y(t.getDate())}`;
|
|
275
|
-
},
|
|
297
|
+
}, Ce = (e) => {
|
|
276
298
|
let t = Number(e);
|
|
277
299
|
return e && Number.isFinite(t) ? String(t + 1) : null;
|
|
278
|
-
},
|
|
300
|
+
}, we = (e) => {
|
|
279
301
|
let t = typeof e == "string" ? Number(e) : NaN;
|
|
280
302
|
return Number.isFinite(t) ? String(t - 1) : "";
|
|
281
303
|
}, X = {
|
|
282
304
|
detailsColumn: "_detailsColumn_1mg3v_1",
|
|
283
305
|
sectionSubtitle: "_sectionSubtitle_1mg3v_5",
|
|
284
306
|
instructionsError: "_instructionsError_1mg3v_9"
|
|
285
|
-
},
|
|
286
|
-
let { colors: g, typography:
|
|
307
|
+
}, Te = R(async () => ({ default: (await x()).MarkdownEditor })), Ee = ({ labels: e, values: t, errors: i, modelSelector: a, modelLabelId: o, onFieldChange: l, onBack: u, onCancel: d, onSubmit: f, isSubmitting: p = !1, markdownEditorTheme: m, styles: h }) => {
|
|
308
|
+
let { colors: g, typography: _ } = h ?? {}, v = _?.titleClassName ?? "dial-h1-text", x = _?.sectionTitleClassName ?? "dial-body-semi-text", S = _?.sectionSubtitleClassName ?? "dial-tiny-text", w = _?.instructionsLabelClassName ?? "dial-body-semi-text mb-1", T = _?.instructionsErrorClassName ?? "dial-small-text", D = n({
|
|
287
309
|
"--stcf-details-border": g?.detailsColumnBorder,
|
|
288
310
|
"--stcf-subtitle-text": g?.sectionSubtitleText,
|
|
289
311
|
"--stcf-error-text": g?.instructionsErrorText
|
|
290
|
-
}),
|
|
291
|
-
return /* @__PURE__ */
|
|
312
|
+
}), O = p || !t.displayName.trim() || !t.modelId || !t.prompt.trim();
|
|
313
|
+
return /* @__PURE__ */ H(W, {
|
|
292
314
|
labels: {
|
|
293
315
|
title: e.pageTitle,
|
|
294
316
|
backButtonLabel: e.backButtonLabel,
|
|
295
317
|
cancelButtonLabel: e.cancelButtonLabel,
|
|
296
|
-
submitButtonLabel: e.createButtonLabel
|
|
318
|
+
submitButtonLabel: e.createButtonLabel,
|
|
319
|
+
submittingLabel: e.submittingLabel ?? "Saving"
|
|
297
320
|
},
|
|
298
321
|
onBack: u,
|
|
299
322
|
onCancel: d,
|
|
300
323
|
onSubmit: f,
|
|
301
324
|
isCancelDisabled: p,
|
|
302
|
-
isSubmitDisabled:
|
|
325
|
+
isSubmitDisabled: O,
|
|
326
|
+
isSubmitting: p,
|
|
303
327
|
styles: {
|
|
304
328
|
colors: { background: g?.background },
|
|
305
329
|
header: {
|
|
306
330
|
colors: { borderColor: g?.headerBorder },
|
|
307
|
-
typography: { fontClassName:
|
|
331
|
+
typography: { fontClassName: v }
|
|
308
332
|
},
|
|
309
|
-
cssVars:
|
|
333
|
+
cssVars: D
|
|
310
334
|
},
|
|
311
|
-
left: /* @__PURE__ */
|
|
335
|
+
left: /* @__PURE__ */ U("div", {
|
|
312
336
|
role: "group",
|
|
313
337
|
"aria-label": e.detailsSectionTitle,
|
|
314
338
|
className: r("flex flex-1 flex-col gap-5 border-e px-8 py-6", X.detailsColumn),
|
|
315
339
|
children: [
|
|
316
|
-
/* @__PURE__ */
|
|
340
|
+
/* @__PURE__ */ U("div", {
|
|
317
341
|
className: "flex flex-col gap-1",
|
|
318
|
-
children: [/* @__PURE__ */
|
|
319
|
-
className:
|
|
342
|
+
children: [/* @__PURE__ */ H("h2", {
|
|
343
|
+
className: x,
|
|
320
344
|
children: e.detailsSectionTitle
|
|
321
|
-
}), /* @__PURE__ */
|
|
322
|
-
className: r(
|
|
345
|
+
}), /* @__PURE__ */ H("p", {
|
|
346
|
+
className: r(S, X.sectionSubtitle),
|
|
323
347
|
children: e.detailsSectionSubtitle
|
|
324
348
|
})]
|
|
325
349
|
}),
|
|
326
|
-
/* @__PURE__ */
|
|
350
|
+
/* @__PURE__ */ H(y, {
|
|
327
351
|
id: "scheduled-task-display-name",
|
|
328
352
|
value: t.displayName,
|
|
329
353
|
onChange: (e) => l("displayName", e ?? ""),
|
|
@@ -334,7 +358,7 @@ var H = {
|
|
|
334
358
|
invalid: !!i.displayName,
|
|
335
359
|
error: i.displayName
|
|
336
360
|
}),
|
|
337
|
-
/* @__PURE__ */
|
|
361
|
+
/* @__PURE__ */ H(A, {
|
|
338
362
|
id: "scheduled-task-description",
|
|
339
363
|
value: t.description ?? "",
|
|
340
364
|
onChange: (e) => l("description", e),
|
|
@@ -344,25 +368,25 @@ var H = {
|
|
|
344
368
|
error: i.description,
|
|
345
369
|
caption: t.description ? `${t.description.length}/500` : void 0
|
|
346
370
|
}),
|
|
347
|
-
/* @__PURE__ */
|
|
371
|
+
/* @__PURE__ */ U("div", {
|
|
348
372
|
className: "flex flex-col gap-1",
|
|
349
373
|
children: [
|
|
350
|
-
/* @__PURE__ */
|
|
374
|
+
/* @__PURE__ */ H(b, {
|
|
351
375
|
id: o,
|
|
352
376
|
label: e.modelOrAgentLabel,
|
|
353
377
|
required: !0
|
|
354
378
|
}),
|
|
355
379
|
a,
|
|
356
|
-
i.modelId && /* @__PURE__ */
|
|
357
|
-
className: r(
|
|
380
|
+
i.modelId && /* @__PURE__ */ H("p", {
|
|
381
|
+
className: r(T, X.instructionsError),
|
|
358
382
|
children: i.modelId
|
|
359
383
|
})
|
|
360
384
|
]
|
|
361
385
|
}),
|
|
362
|
-
/* @__PURE__ */
|
|
386
|
+
/* @__PURE__ */ U("div", {
|
|
363
387
|
className: "flex flex-col gap-3",
|
|
364
388
|
children: [
|
|
365
|
-
/* @__PURE__ */
|
|
389
|
+
/* @__PURE__ */ H(E, {
|
|
366
390
|
labelProps: { label: e.repeatLabel },
|
|
367
391
|
value: t.repeat,
|
|
368
392
|
onChange: (e) => l("repeat", e),
|
|
@@ -371,27 +395,27 @@ var H = {
|
|
|
371
395
|
label: e.label
|
|
372
396
|
}))
|
|
373
397
|
}),
|
|
374
|
-
t.repeat === J.OneTime && /* @__PURE__ */
|
|
398
|
+
t.repeat === J.OneTime && /* @__PURE__ */ U("div", {
|
|
375
399
|
className: "flex flex-col gap-1",
|
|
376
|
-
children: [/* @__PURE__ */
|
|
400
|
+
children: [/* @__PURE__ */ H(s, {
|
|
377
401
|
id: "scheduled-task-run-at",
|
|
378
402
|
mode: c.DateTime,
|
|
379
|
-
value:
|
|
380
|
-
onChange: (e) => l("runAt",
|
|
403
|
+
value: ye(t.runAt),
|
|
404
|
+
onChange: (e) => l("runAt", be(e)),
|
|
381
405
|
labelProps: {
|
|
382
406
|
label: e.runAtLabel,
|
|
383
407
|
required: !0
|
|
384
408
|
},
|
|
385
409
|
invalid: !!i.runAt
|
|
386
|
-
}), i.runAt && /* @__PURE__ */
|
|
387
|
-
className: r(
|
|
410
|
+
}), i.runAt && /* @__PURE__ */ H("p", {
|
|
411
|
+
className: r(T, X.instructionsError),
|
|
388
412
|
children: i.runAt
|
|
389
413
|
})]
|
|
390
414
|
}),
|
|
391
|
-
t.repeat !== J.OneTime && /* @__PURE__ */
|
|
392
|
-
t.repeat !== J.Hourly && /* @__PURE__ */
|
|
415
|
+
t.repeat !== J.OneTime && /* @__PURE__ */ U(V, { children: [
|
|
416
|
+
t.repeat !== J.Hourly && /* @__PURE__ */ U("div", {
|
|
393
417
|
className: "flex flex-col gap-1",
|
|
394
|
-
children: [/* @__PURE__ */
|
|
418
|
+
children: [/* @__PURE__ */ H(s, {
|
|
395
419
|
id: "scheduled-task-time",
|
|
396
420
|
mode: c.Time,
|
|
397
421
|
value: t.time,
|
|
@@ -401,29 +425,29 @@ var H = {
|
|
|
401
425
|
required: !0
|
|
402
426
|
},
|
|
403
427
|
invalid: !!i.time
|
|
404
|
-
}), i.time && /* @__PURE__ */
|
|
405
|
-
className: r(
|
|
428
|
+
}), i.time && /* @__PURE__ */ H("p", {
|
|
429
|
+
className: r(T, X.instructionsError),
|
|
406
430
|
children: i.time
|
|
407
431
|
})]
|
|
408
432
|
}),
|
|
409
|
-
t.repeat === J.Weekly && /* @__PURE__ */
|
|
433
|
+
t.repeat === J.Weekly && /* @__PURE__ */ U("div", {
|
|
410
434
|
className: "flex flex-col gap-1",
|
|
411
|
-
children: [/* @__PURE__ */
|
|
435
|
+
children: [/* @__PURE__ */ H(s, {
|
|
412
436
|
id: "scheduled-task-day-of-week",
|
|
413
437
|
mode: c.Weekday,
|
|
414
|
-
value:
|
|
415
|
-
onChange: (e) => l("dayOfWeek",
|
|
438
|
+
value: Ce(t.dayOfWeek),
|
|
439
|
+
onChange: (e) => l("dayOfWeek", we(e)),
|
|
416
440
|
labelProps: {
|
|
417
441
|
label: e.dayOfWeekLabel,
|
|
418
442
|
required: !0
|
|
419
443
|
},
|
|
420
444
|
invalid: !!i.dayOfWeek
|
|
421
|
-
}), i.dayOfWeek && /* @__PURE__ */
|
|
422
|
-
className: r(
|
|
445
|
+
}), i.dayOfWeek && /* @__PURE__ */ H("p", {
|
|
446
|
+
className: r(T, X.instructionsError),
|
|
423
447
|
children: i.dayOfWeek
|
|
424
448
|
})]
|
|
425
449
|
}),
|
|
426
|
-
t.repeat === J.Monthly && /* @__PURE__ */
|
|
450
|
+
t.repeat === J.Monthly && /* @__PURE__ */ H(y, {
|
|
427
451
|
id: "scheduled-task-day-of-month",
|
|
428
452
|
value: t.dayOfMonth ?? "",
|
|
429
453
|
onChange: (e) => l("dayOfMonth", e ?? ""),
|
|
@@ -434,7 +458,7 @@ var H = {
|
|
|
434
458
|
invalid: !!i.dayOfMonth,
|
|
435
459
|
error: i.dayOfMonth
|
|
436
460
|
}),
|
|
437
|
-
t.repeat === J.Hourly && /* @__PURE__ */
|
|
461
|
+
t.repeat === J.Hourly && /* @__PURE__ */ H(C, {
|
|
438
462
|
id: "scheduled-task-minute",
|
|
439
463
|
integer: !0,
|
|
440
464
|
min: 0,
|
|
@@ -448,34 +472,34 @@ var H = {
|
|
|
448
472
|
invalid: !!i.minute,
|
|
449
473
|
error: i.minute
|
|
450
474
|
}),
|
|
451
|
-
/* @__PURE__ */
|
|
475
|
+
/* @__PURE__ */ U("div", {
|
|
452
476
|
className: "flex flex-col gap-3 desktop:flex-row",
|
|
453
|
-
children: [/* @__PURE__ */
|
|
477
|
+
children: [/* @__PURE__ */ U("div", {
|
|
454
478
|
className: "flex flex-1 flex-col gap-1",
|
|
455
|
-
children: [/* @__PURE__ */
|
|
479
|
+
children: [/* @__PURE__ */ H(s, {
|
|
456
480
|
id: "scheduled-task-start-date",
|
|
457
481
|
mode: c.Date,
|
|
458
|
-
value:
|
|
459
|
-
onChange: (e) => l("startDate",
|
|
482
|
+
value: xe(t.startDate),
|
|
483
|
+
onChange: (e) => l("startDate", Se(e)),
|
|
460
484
|
labelProps: { label: e.startDateLabel },
|
|
461
485
|
placeholder: e.startDatePlaceholder,
|
|
462
486
|
invalid: !!i.startDate
|
|
463
|
-
}), i.startDate && /* @__PURE__ */
|
|
464
|
-
className: r(
|
|
487
|
+
}), i.startDate && /* @__PURE__ */ H("p", {
|
|
488
|
+
className: r(T, X.instructionsError),
|
|
465
489
|
children: i.startDate
|
|
466
490
|
})]
|
|
467
|
-
}), /* @__PURE__ */
|
|
491
|
+
}), /* @__PURE__ */ U("div", {
|
|
468
492
|
className: "flex flex-1 flex-col gap-1",
|
|
469
|
-
children: [/* @__PURE__ */
|
|
493
|
+
children: [/* @__PURE__ */ H(s, {
|
|
470
494
|
id: "scheduled-task-end-date",
|
|
471
495
|
mode: c.Date,
|
|
472
|
-
value:
|
|
473
|
-
onChange: (e) => l("endDate",
|
|
496
|
+
value: xe(t.endDate),
|
|
497
|
+
onChange: (e) => l("endDate", Se(e)),
|
|
474
498
|
labelProps: { label: e.endDateLabel },
|
|
475
499
|
placeholder: e.endDatePlaceholder,
|
|
476
500
|
invalid: !!i.endDate
|
|
477
|
-
}), i.endDate && /* @__PURE__ */
|
|
478
|
-
className: r(
|
|
501
|
+
}), i.endDate && /* @__PURE__ */ H("p", {
|
|
502
|
+
className: r(T, X.instructionsError),
|
|
479
503
|
children: i.endDate
|
|
480
504
|
})]
|
|
481
505
|
})]
|
|
@@ -485,39 +509,39 @@ var H = {
|
|
|
485
509
|
})
|
|
486
510
|
]
|
|
487
511
|
}),
|
|
488
|
-
children: /* @__PURE__ */
|
|
512
|
+
children: /* @__PURE__ */ U("div", {
|
|
489
513
|
role: "group",
|
|
490
514
|
"aria-label": e.configurationSectionTitle,
|
|
491
515
|
className: "flex flex-1 flex-col gap-5 px-8 py-6",
|
|
492
|
-
children: [/* @__PURE__ */
|
|
516
|
+
children: [/* @__PURE__ */ U("div", {
|
|
493
517
|
className: "flex flex-col gap-1",
|
|
494
|
-
children: [/* @__PURE__ */
|
|
495
|
-
className:
|
|
518
|
+
children: [/* @__PURE__ */ H("h2", {
|
|
519
|
+
className: x,
|
|
496
520
|
children: e.configurationSectionTitle
|
|
497
|
-
}), /* @__PURE__ */
|
|
498
|
-
className: r(
|
|
521
|
+
}), /* @__PURE__ */ H("p", {
|
|
522
|
+
className: r(S, X.sectionSubtitle),
|
|
499
523
|
children: e.configurationSectionSubtitle
|
|
500
524
|
})]
|
|
501
|
-
}), /* @__PURE__ */
|
|
525
|
+
}), /* @__PURE__ */ U("div", {
|
|
502
526
|
role: "group",
|
|
503
527
|
"aria-label": e.instructionsLabel,
|
|
504
528
|
className: "flex flex-1 flex-col gap-1",
|
|
505
529
|
children: [
|
|
506
|
-
/* @__PURE__ */
|
|
507
|
-
className:
|
|
530
|
+
/* @__PURE__ */ H("span", {
|
|
531
|
+
className: w,
|
|
508
532
|
children: e.instructionsLabel
|
|
509
533
|
}),
|
|
510
|
-
/* @__PURE__ */
|
|
511
|
-
fallback: /* @__PURE__ */
|
|
512
|
-
children: /* @__PURE__ */
|
|
534
|
+
/* @__PURE__ */ H(L, {
|
|
535
|
+
fallback: /* @__PURE__ */ H(k, {}),
|
|
536
|
+
children: /* @__PURE__ */ H(Te, {
|
|
513
537
|
value: t.prompt,
|
|
514
538
|
onChange: (e) => l("prompt", e),
|
|
515
539
|
height: 480,
|
|
516
540
|
theme: m
|
|
517
541
|
})
|
|
518
542
|
}),
|
|
519
|
-
i.prompt && /* @__PURE__ */
|
|
520
|
-
className: r(
|
|
543
|
+
i.prompt && /* @__PURE__ */ H("p", {
|
|
544
|
+
className: r(T, X.instructionsError),
|
|
521
545
|
children: i.prompt
|
|
522
546
|
})
|
|
523
547
|
]
|
|
@@ -532,25 +556,25 @@ var H = {
|
|
|
532
556
|
errorIcon: "_errorIcon_kxojs_9",
|
|
533
557
|
missedIcon: "_missedIcon_kxojs_13",
|
|
534
558
|
currentRun: "_currentRun_kxojs_17"
|
|
535
|
-
},
|
|
559
|
+
}, De = ({ status: e }) => {
|
|
536
560
|
switch (e) {
|
|
537
|
-
case Z.Success: return /* @__PURE__ */
|
|
561
|
+
case Z.Success: return /* @__PURE__ */ H(ae, {
|
|
538
562
|
size: u.SM,
|
|
539
563
|
className: Q.successIcon,
|
|
540
564
|
"aria-hidden": !0,
|
|
541
565
|
stroke: d
|
|
542
566
|
});
|
|
543
|
-
case Z.Error: return /* @__PURE__ */
|
|
567
|
+
case Z.Error: return /* @__PURE__ */ H(N, {
|
|
544
568
|
size: u.SM,
|
|
545
569
|
className: Q.errorIcon,
|
|
546
570
|
"aria-hidden": !0,
|
|
547
571
|
stroke: d
|
|
548
572
|
});
|
|
549
|
-
case Z.InProgress: return /* @__PURE__ */
|
|
573
|
+
case Z.InProgress: return /* @__PURE__ */ H("span", {
|
|
550
574
|
"aria-hidden": !0,
|
|
551
|
-
children: /* @__PURE__ */
|
|
575
|
+
children: /* @__PURE__ */ H(k, { size: u.SM })
|
|
552
576
|
});
|
|
553
|
-
case Z.Missed: return /* @__PURE__ */
|
|
577
|
+
case Z.Missed: return /* @__PURE__ */ H(j, {
|
|
554
578
|
size: u.SM,
|
|
555
579
|
className: Q.missedIcon,
|
|
556
580
|
"aria-hidden": !0,
|
|
@@ -558,16 +582,16 @@ var H = {
|
|
|
558
582
|
});
|
|
559
583
|
default: return null;
|
|
560
584
|
}
|
|
561
|
-
},
|
|
562
|
-
let { colors:
|
|
563
|
-
"--strhl-success-icon":
|
|
564
|
-
"--strhl-error-icon":
|
|
565
|
-
"--strhl-missed-icon":
|
|
566
|
-
"--strhl-subtitle-text":
|
|
567
|
-
"--strhl-current-run-bg":
|
|
585
|
+
}, Oe = ({ items: e, isLoading: t = !1, isLoadingMore: i = !1, skeletonCount: a = 6, error: o, onRetry: s, currentRunId: c, onRunClick: l, labels: u, footer: f, styles: p }) => {
|
|
586
|
+
let { colors: m, typography: h } = p ?? {}, _ = h?.runTimestampClassName ?? "dial-small-text", v = h?.subtitleClassName ?? "dial-body-text", y = n({
|
|
587
|
+
"--strhl-success-icon": m?.successIconColor,
|
|
588
|
+
"--strhl-error-icon": m?.errorIconColor,
|
|
589
|
+
"--strhl-missed-icon": m?.missedIconColor,
|
|
590
|
+
"--strhl-subtitle-text": m?.subtitleTextColor,
|
|
591
|
+
"--strhl-current-run-bg": m?.currentRunBackground
|
|
568
592
|
}), b = (e) => {
|
|
569
593
|
let t = u.runStatusLabels[e.status], n = e.id === c, i = n && u.currentRunLabel ? `${t} ${e.timestampLabel} — ${u.currentRunLabel}` : `${t} ${e.timestampLabel}`, a = !!l;
|
|
570
|
-
return /* @__PURE__ */
|
|
594
|
+
return /* @__PURE__ */ U("li", {
|
|
571
595
|
...a ? {
|
|
572
596
|
role: "button",
|
|
573
597
|
tabIndex: 0,
|
|
@@ -579,71 +603,71 @@ var H = {
|
|
|
579
603
|
"aria-label": i,
|
|
580
604
|
"aria-current": n ? "true" : void 0,
|
|
581
605
|
className: r("flex h-8 items-center justify-between gap-2 rounded-full pe-2 ps-5", n && Q.currentRun, a && "cursor-pointer"),
|
|
582
|
-
children: [/* @__PURE__ */
|
|
606
|
+
children: [/* @__PURE__ */ H("span", {
|
|
583
607
|
className: r(_, "truncate"),
|
|
584
608
|
children: e.timestampLabel
|
|
585
|
-
}), /* @__PURE__ */
|
|
609
|
+
}), /* @__PURE__ */ H("span", {
|
|
586
610
|
className: "flex h-8 w-14 shrink-0 items-center justify-end",
|
|
587
|
-
children: /* @__PURE__ */
|
|
611
|
+
children: /* @__PURE__ */ H(De, { status: e.status })
|
|
588
612
|
})]
|
|
589
613
|
}, e.id);
|
|
590
|
-
}, x = (e) => Array.from({ length: e }, (e, t) => /* @__PURE__ */
|
|
614
|
+
}, x = (e) => Array.from({ length: e }, (e, t) => /* @__PURE__ */ U("li", {
|
|
591
615
|
"aria-hidden": "true",
|
|
592
616
|
className: "flex h-8 items-center justify-between gap-2 pe-2 ps-5",
|
|
593
|
-
children: [/* @__PURE__ */
|
|
594
|
-
variant:
|
|
617
|
+
children: [/* @__PURE__ */ H(D, {
|
|
618
|
+
variant: O.Rectangular,
|
|
595
619
|
width: "160px",
|
|
596
620
|
height: "16px"
|
|
597
|
-
}), /* @__PURE__ */
|
|
598
|
-
variant:
|
|
621
|
+
}), /* @__PURE__ */ H(D, {
|
|
622
|
+
variant: O.Rectangular,
|
|
599
623
|
width: "16px",
|
|
600
624
|
height: "16px",
|
|
601
625
|
className: "shrink-0 rounded-full"
|
|
602
626
|
})]
|
|
603
627
|
}, `history-skeleton-${t}`));
|
|
604
|
-
return t && e.length === 0 ? /* @__PURE__ */
|
|
628
|
+
return t && e.length === 0 ? /* @__PURE__ */ H("ul", {
|
|
605
629
|
style: y,
|
|
606
630
|
"aria-label": u.historyTitle,
|
|
607
631
|
className: "flex flex-col gap-0.5",
|
|
608
632
|
children: x(a)
|
|
609
|
-
}) : o && e.length === 0 ? /* @__PURE__ */
|
|
633
|
+
}) : o && e.length === 0 ? /* @__PURE__ */ U("div", {
|
|
610
634
|
style: y,
|
|
611
635
|
className: "flex flex-col items-start gap-3",
|
|
612
|
-
children: [/* @__PURE__ */
|
|
636
|
+
children: [/* @__PURE__ */ H("p", {
|
|
613
637
|
role: "alert",
|
|
614
638
|
className: r(v, Q.subtitleText),
|
|
615
639
|
children: u.errorLabel
|
|
616
|
-
}), /* @__PURE__ */
|
|
640
|
+
}), /* @__PURE__ */ H(g, {
|
|
617
641
|
label: u.retryLabel,
|
|
618
642
|
onClick: s
|
|
619
643
|
})]
|
|
620
|
-
}) : e.length === 0 ? /* @__PURE__ */
|
|
644
|
+
}) : e.length === 0 ? /* @__PURE__ */ U("div", {
|
|
621
645
|
style: y,
|
|
622
646
|
className: "flex w-full flex-col items-center justify-center gap-2 py-4",
|
|
623
|
-
children: [/* @__PURE__ */
|
|
647
|
+
children: [/* @__PURE__ */ H(P, {
|
|
624
648
|
size: 44,
|
|
625
649
|
stroke: d,
|
|
626
650
|
className: Q.subtitleText,
|
|
627
651
|
"aria-hidden": !0
|
|
628
|
-
}), /* @__PURE__ */
|
|
652
|
+
}), /* @__PURE__ */ H("p", {
|
|
629
653
|
role: "status",
|
|
630
654
|
className: _,
|
|
631
655
|
children: u.emptyLabel
|
|
632
656
|
})]
|
|
633
|
-
}) : /* @__PURE__ */
|
|
657
|
+
}) : /* @__PURE__ */ U("ul", {
|
|
634
658
|
style: y,
|
|
635
659
|
"aria-label": u.historyTitle,
|
|
636
660
|
className: "flex flex-col gap-0.5",
|
|
637
661
|
children: [
|
|
638
662
|
e.map(b),
|
|
639
663
|
i && x(a),
|
|
640
|
-
o ? /* @__PURE__ */
|
|
664
|
+
o ? /* @__PURE__ */ U("li", {
|
|
641
665
|
className: "flex flex-col items-start gap-3 px-5 py-2",
|
|
642
|
-
children: [/* @__PURE__ */
|
|
666
|
+
children: [/* @__PURE__ */ H("p", {
|
|
643
667
|
role: "alert",
|
|
644
668
|
className: r(v, Q.subtitleText),
|
|
645
669
|
children: u.errorLabel
|
|
646
|
-
}), /* @__PURE__ */
|
|
670
|
+
}), /* @__PURE__ */ H(g, {
|
|
647
671
|
label: u.retryLabel,
|
|
648
672
|
onClick: s
|
|
649
673
|
})]
|
|
@@ -659,35 +683,35 @@ var H = {
|
|
|
659
683
|
errorIcon: "_errorIcon_1ci42_21",
|
|
660
684
|
missedIcon: "_missedIcon_1ci42_25",
|
|
661
685
|
historyCard: "_historyCard_1ci42_29"
|
|
662
|
-
},
|
|
663
|
-
let { colors:
|
|
664
|
-
"--stdv-bg":
|
|
665
|
-
"--stdv-header-border":
|
|
666
|
-
"--stdv-details-border":
|
|
667
|
-
"--stdv-subtitle-text":
|
|
668
|
-
"--stdv-success-icon":
|
|
669
|
-
"--stdv-error-icon":
|
|
670
|
-
"--stdv-missed-icon":
|
|
671
|
-
"--stdv-history-bg":
|
|
672
|
-
}),
|
|
686
|
+
}, ke = ({ labels: t, onBack: i, onEdit: a, onDelete: s, isDeleting: c = !1, isDeleted: l = !1, isActive: f, isActiveUpdating: p = !1, isActiveDisabled: m = !1, onActiveChange: h, displayName: v, isLoading: y = !1, error: b, onRetry: x, description: C, modelLabel: w, repeatsLabel: T, activeWindowLabel: E, nextRunLabel: D, instructionsMarkdown: O, renderInstructions: A, runs: j, runsIsLoading: ne = !1, runsIsLoadingMore: M = !1, runsSkeletonCount: re = 6, runsError: ie, onRunsRetry: ae, runsHasMore: N = !1, onRunsLoadMore: P, onRunClick: F, styles: se }) => {
|
|
687
|
+
let { colors: L, typography: R } = se ?? {}, ce = R?.titleClassName ?? "dial-h2-text", z = R?.sectionTitleClassName ?? "dial-body-semi-text", B = R?.fieldLabelClassName ?? "dial-tiny-text", V = R?.fieldValueClassName ?? "dial-small-text", W = R?.runTimestampClassName ?? "dial-small-text", G = n({
|
|
688
|
+
"--stdv-bg": L?.background,
|
|
689
|
+
"--stdv-header-border": L?.headerBorder,
|
|
690
|
+
"--stdv-details-border": L?.detailsColumnBorder,
|
|
691
|
+
"--stdv-subtitle-text": L?.subtitleText,
|
|
692
|
+
"--stdv-success-icon": L?.successIconColor,
|
|
693
|
+
"--stdv-error-icon": L?.errorIconColor,
|
|
694
|
+
"--stdv-missed-icon": L?.missedIconColor,
|
|
695
|
+
"--stdv-history-bg": L?.historyCardBackground
|
|
696
|
+
}), K = P && N && t.historyShowMoreLabel ? /* @__PURE__ */ H("li", {
|
|
673
697
|
className: r("sticky bottom-0 z-10 rounded-b-xl px-6 pb-5 pt-2", $.historyCard),
|
|
674
|
-
children: /* @__PURE__ */
|
|
698
|
+
children: /* @__PURE__ */ H(g, {
|
|
675
699
|
label: t.historyShowMoreLabel,
|
|
676
|
-
onClick:
|
|
677
|
-
disabled:
|
|
700
|
+
onClick: P,
|
|
701
|
+
disabled: M
|
|
678
702
|
})
|
|
679
703
|
}) : void 0;
|
|
680
|
-
return /* @__PURE__ */
|
|
681
|
-
style:
|
|
704
|
+
return /* @__PURE__ */ U("div", {
|
|
705
|
+
style: G,
|
|
682
706
|
className: r("flex h-full w-full flex-col overflow-y-auto", $.container),
|
|
683
707
|
children: [
|
|
684
|
-
/* @__PURE__ */
|
|
708
|
+
/* @__PURE__ */ U("div", {
|
|
685
709
|
className: r("flex h-16 shrink-0 items-center justify-between gap-2 border-b px-8", $.header),
|
|
686
|
-
children: [/* @__PURE__ */
|
|
710
|
+
children: [/* @__PURE__ */ U("div", {
|
|
687
711
|
className: "flex min-w-0 items-center gap-2",
|
|
688
712
|
children: [
|
|
689
|
-
/* @__PURE__ */
|
|
690
|
-
icon: /* @__PURE__ */
|
|
713
|
+
/* @__PURE__ */ H(_, {
|
|
714
|
+
icon: /* @__PURE__ */ H(te, {
|
|
691
715
|
size: u.LG,
|
|
692
716
|
className: "rtl:scale-x-[-1]",
|
|
693
717
|
"aria-hidden": !0,
|
|
@@ -696,29 +720,29 @@ var H = {
|
|
|
696
720
|
"aria-label": t.backAriaLabel,
|
|
697
721
|
onClick: i
|
|
698
722
|
}),
|
|
699
|
-
/* @__PURE__ */
|
|
700
|
-
className: r("truncate",
|
|
723
|
+
/* @__PURE__ */ H("h1", {
|
|
724
|
+
className: r("truncate", ce),
|
|
701
725
|
children: v
|
|
702
726
|
}),
|
|
703
|
-
l && /* @__PURE__ */
|
|
704
|
-
className: r("shrink-0",
|
|
727
|
+
l && /* @__PURE__ */ H("span", {
|
|
728
|
+
className: r("shrink-0", V, $.subtitleText),
|
|
705
729
|
children: t.deletedStateLabel
|
|
706
730
|
})
|
|
707
731
|
]
|
|
708
|
-
}), /* @__PURE__ */
|
|
732
|
+
}), /* @__PURE__ */ U("div", {
|
|
709
733
|
className: "flex shrink-0 items-center gap-2",
|
|
710
734
|
children: [
|
|
711
|
-
!l && f !== void 0 && /* @__PURE__ */
|
|
735
|
+
!l && f !== void 0 && /* @__PURE__ */ H(ee, {
|
|
712
736
|
id: "scheduled-task-active-switch",
|
|
713
737
|
labelProps: { label: t.activeStatusLabel },
|
|
714
738
|
isOn: f,
|
|
715
|
-
disabled: p ||
|
|
716
|
-
onChange: (e) =>
|
|
739
|
+
disabled: p || m || c,
|
|
740
|
+
onChange: (e) => h?.(e)
|
|
717
741
|
}),
|
|
718
|
-
!l && s && /* @__PURE__ */
|
|
742
|
+
!l && s && /* @__PURE__ */ H(g, {
|
|
719
743
|
variant: o.Danger,
|
|
720
744
|
label: t.deleteButtonLabel,
|
|
721
|
-
iconBefore: /* @__PURE__ */
|
|
745
|
+
iconBefore: /* @__PURE__ */ H(I, {
|
|
722
746
|
size: u.SM,
|
|
723
747
|
"aria-hidden": !0,
|
|
724
748
|
stroke: d
|
|
@@ -727,9 +751,9 @@ var H = {
|
|
|
727
751
|
disabled: c,
|
|
728
752
|
className: "shrink-0"
|
|
729
753
|
}),
|
|
730
|
-
!l && a && /* @__PURE__ */
|
|
754
|
+
!l && a && /* @__PURE__ */ H(S, {
|
|
731
755
|
label: t.editButtonLabel,
|
|
732
|
-
iconBefore: /* @__PURE__ */
|
|
756
|
+
iconBefore: /* @__PURE__ */ H(oe, {
|
|
733
757
|
size: u.SM,
|
|
734
758
|
"aria-hidden": !0,
|
|
735
759
|
stroke: d
|
|
@@ -741,127 +765,127 @@ var H = {
|
|
|
741
765
|
]
|
|
742
766
|
})]
|
|
743
767
|
}),
|
|
744
|
-
t.activeStatusAnnouncement != null && /* @__PURE__ */
|
|
768
|
+
t.activeStatusAnnouncement != null && /* @__PURE__ */ H("span", {
|
|
745
769
|
role: "status",
|
|
746
770
|
"aria-live": "polite",
|
|
747
771
|
className: "sr-only",
|
|
748
772
|
children: t.activeStatusAnnouncement
|
|
749
773
|
}),
|
|
750
|
-
y && /* @__PURE__ */
|
|
774
|
+
y && /* @__PURE__ */ H("div", {
|
|
751
775
|
className: "flex flex-1 items-center justify-center",
|
|
752
|
-
children: /* @__PURE__ */
|
|
776
|
+
children: /* @__PURE__ */ H(k, {})
|
|
753
777
|
}),
|
|
754
|
-
!y &&
|
|
778
|
+
!y && b && /* @__PURE__ */ U("div", {
|
|
755
779
|
className: "flex flex-1 flex-col items-center justify-center gap-3",
|
|
756
|
-
children: [/* @__PURE__ */
|
|
757
|
-
className: r(
|
|
780
|
+
children: [/* @__PURE__ */ H("p", {
|
|
781
|
+
className: r(V, $.subtitleText),
|
|
758
782
|
children: t.errorLabel
|
|
759
|
-
}), /* @__PURE__ */
|
|
783
|
+
}), /* @__PURE__ */ H(g, {
|
|
760
784
|
label: t.retryLabel,
|
|
761
|
-
onClick:
|
|
785
|
+
onClick: x
|
|
762
786
|
})]
|
|
763
787
|
}),
|
|
764
|
-
!y && !
|
|
788
|
+
!y && !b && /* @__PURE__ */ U("div", {
|
|
765
789
|
className: "flex flex-1 flex-col desktop:flex-row",
|
|
766
790
|
children: [
|
|
767
|
-
/* @__PURE__ */
|
|
791
|
+
/* @__PURE__ */ U("div", {
|
|
768
792
|
role: "group",
|
|
769
793
|
"aria-label": t.detailsTitle,
|
|
770
794
|
className: r("flex w-full flex-col gap-5 border-e px-8 py-6 desktop:w-[360px] desktop:shrink-0", $.detailsColumn),
|
|
771
795
|
children: [
|
|
772
|
-
/* @__PURE__ */
|
|
773
|
-
className:
|
|
796
|
+
/* @__PURE__ */ H("h2", {
|
|
797
|
+
className: z,
|
|
774
798
|
children: t.detailsTitle
|
|
775
799
|
}),
|
|
776
|
-
C && /* @__PURE__ */
|
|
800
|
+
C && /* @__PURE__ */ U("div", {
|
|
777
801
|
className: "flex flex-col gap-1",
|
|
778
|
-
children: [/* @__PURE__ */
|
|
779
|
-
className: r(
|
|
802
|
+
children: [/* @__PURE__ */ H("span", {
|
|
803
|
+
className: r(B, $.subtitleText),
|
|
780
804
|
children: t.descriptionLabel
|
|
781
|
-
}), /* @__PURE__ */
|
|
782
|
-
className:
|
|
805
|
+
}), /* @__PURE__ */ H("p", {
|
|
806
|
+
className: V,
|
|
783
807
|
children: C
|
|
784
808
|
})]
|
|
785
809
|
}),
|
|
786
|
-
w && /* @__PURE__ */
|
|
810
|
+
w && /* @__PURE__ */ U("div", {
|
|
787
811
|
className: "flex flex-col gap-1",
|
|
788
|
-
children: [/* @__PURE__ */
|
|
789
|
-
className: r(
|
|
812
|
+
children: [/* @__PURE__ */ H("span", {
|
|
813
|
+
className: r(B, $.subtitleText),
|
|
790
814
|
children: t.modelLabel
|
|
791
|
-
}), /* @__PURE__ */
|
|
792
|
-
className:
|
|
815
|
+
}), /* @__PURE__ */ H("p", {
|
|
816
|
+
className: V,
|
|
793
817
|
children: w
|
|
794
818
|
})]
|
|
795
819
|
}),
|
|
796
|
-
T && /* @__PURE__ */
|
|
820
|
+
T && /* @__PURE__ */ U("div", {
|
|
797
821
|
className: "flex flex-col gap-1",
|
|
798
|
-
children: [/* @__PURE__ */
|
|
799
|
-
className: r(
|
|
822
|
+
children: [/* @__PURE__ */ H("span", {
|
|
823
|
+
className: r(B, $.subtitleText),
|
|
800
824
|
children: t.repeatsLabel
|
|
801
|
-
}), /* @__PURE__ */
|
|
802
|
-
className:
|
|
825
|
+
}), /* @__PURE__ */ H("p", {
|
|
826
|
+
className: V,
|
|
803
827
|
children: T
|
|
804
828
|
})]
|
|
805
829
|
}),
|
|
806
|
-
E && /* @__PURE__ */
|
|
830
|
+
E && /* @__PURE__ */ U("div", {
|
|
807
831
|
className: "flex flex-col gap-1",
|
|
808
|
-
children: [/* @__PURE__ */
|
|
809
|
-
className: r(
|
|
832
|
+
children: [/* @__PURE__ */ H("span", {
|
|
833
|
+
className: r(B, $.subtitleText),
|
|
810
834
|
children: t.activeWindowLabel
|
|
811
|
-
}), /* @__PURE__ */
|
|
812
|
-
className:
|
|
835
|
+
}), /* @__PURE__ */ H("p", {
|
|
836
|
+
className: V,
|
|
813
837
|
children: E
|
|
814
838
|
})]
|
|
815
839
|
})
|
|
816
840
|
]
|
|
817
841
|
}),
|
|
818
|
-
/* @__PURE__ */
|
|
842
|
+
/* @__PURE__ */ U("div", {
|
|
819
843
|
className: "flex w-full min-w-0 flex-1 flex-col gap-5 px-8 py-6",
|
|
820
|
-
children: [/* @__PURE__ */
|
|
821
|
-
className:
|
|
844
|
+
children: [/* @__PURE__ */ H("h2", {
|
|
845
|
+
className: z,
|
|
822
846
|
children: t.configurationTitle
|
|
823
|
-
}), /* @__PURE__ */
|
|
847
|
+
}), /* @__PURE__ */ U("div", {
|
|
824
848
|
role: "group",
|
|
825
849
|
"aria-label": t.instructionsLabel,
|
|
826
850
|
className: "flex flex-col gap-1",
|
|
827
|
-
children: [/* @__PURE__ */
|
|
828
|
-
className: r(
|
|
851
|
+
children: [/* @__PURE__ */ H("span", {
|
|
852
|
+
className: r(B, $.subtitleText),
|
|
829
853
|
children: t.instructionsLabel
|
|
830
|
-
}),
|
|
854
|
+
}), O && ((t) => A ? A(t) : /* @__PURE__ */ H(e, { content: t }))(O)]
|
|
831
855
|
})]
|
|
832
856
|
}),
|
|
833
|
-
/* @__PURE__ */
|
|
857
|
+
/* @__PURE__ */ H("div", {
|
|
834
858
|
className: "flex w-full justify-center p-6 desktop:w-auto desktop:items-start",
|
|
835
|
-
children: /* @__PURE__ */
|
|
859
|
+
children: /* @__PURE__ */ U("div", {
|
|
836
860
|
className: r("flex max-h-[70vh] w-full flex-col overflow-y-auto rounded-xl shadow-md desktop:w-[360px]", $.historyCard),
|
|
837
|
-
children: [/* @__PURE__ */
|
|
861
|
+
children: [/* @__PURE__ */ U("div", {
|
|
838
862
|
className: r("sticky top-0 z-10 flex flex-col gap-4 rounded-t-xl px-6 pb-2 pt-5", $.historyCard),
|
|
839
863
|
children: [
|
|
840
|
-
/* @__PURE__ */
|
|
841
|
-
className:
|
|
864
|
+
/* @__PURE__ */ H("h2", {
|
|
865
|
+
className: z,
|
|
842
866
|
children: t.historyTitle
|
|
843
867
|
}),
|
|
844
|
-
|
|
845
|
-
className: r(
|
|
846
|
-
children:
|
|
868
|
+
D && /* @__PURE__ */ H("p", {
|
|
869
|
+
className: r(W, $.subtitleText),
|
|
870
|
+
children: D
|
|
847
871
|
}),
|
|
848
|
-
t.historyLoadingMoreLabel && /* @__PURE__ */
|
|
872
|
+
t.historyLoadingMoreLabel && /* @__PURE__ */ H("span", {
|
|
849
873
|
role: "status",
|
|
850
874
|
"aria-live": "polite",
|
|
851
875
|
className: "sr-only",
|
|
852
|
-
children:
|
|
876
|
+
children: M ? t.historyLoadingMoreLabel : ""
|
|
853
877
|
})
|
|
854
878
|
]
|
|
855
|
-
}), /* @__PURE__ */
|
|
879
|
+
}), /* @__PURE__ */ H("div", {
|
|
856
880
|
className: "flex flex-1 flex-col gap-4 px-6 pb-2",
|
|
857
|
-
children: /* @__PURE__ */
|
|
881
|
+
children: /* @__PURE__ */ H(Oe, {
|
|
858
882
|
items: j,
|
|
859
|
-
isLoading:
|
|
860
|
-
isLoadingMore:
|
|
861
|
-
skeletonCount:
|
|
862
|
-
error:
|
|
863
|
-
onRetry:
|
|
864
|
-
onRunClick:
|
|
883
|
+
isLoading: ne,
|
|
884
|
+
isLoadingMore: M,
|
|
885
|
+
skeletonCount: re,
|
|
886
|
+
error: ie,
|
|
887
|
+
onRetry: ae,
|
|
888
|
+
onRunClick: F,
|
|
865
889
|
labels: {
|
|
866
890
|
historyTitle: t.historyTitle,
|
|
867
891
|
emptyLabel: t.historyEmptyLabel,
|
|
@@ -869,13 +893,13 @@ var H = {
|
|
|
869
893
|
retryLabel: t.historyRetryLabel,
|
|
870
894
|
runStatusLabels: t.runStatusLabels
|
|
871
895
|
},
|
|
872
|
-
footer:
|
|
896
|
+
footer: K,
|
|
873
897
|
styles: {
|
|
874
|
-
typography: { runTimestampClassName:
|
|
898
|
+
typography: { runTimestampClassName: W },
|
|
875
899
|
colors: {
|
|
876
|
-
successIconColor:
|
|
877
|
-
errorIconColor:
|
|
878
|
-
missedIconColor:
|
|
900
|
+
successIconColor: L?.successIconColor,
|
|
901
|
+
errorIconColor: L?.errorIconColor,
|
|
902
|
+
missedIconColor: L?.missedIconColor
|
|
879
903
|
}
|
|
880
904
|
}
|
|
881
905
|
})
|
|
@@ -886,27 +910,27 @@ var H = {
|
|
|
886
910
|
})
|
|
887
911
|
]
|
|
888
912
|
});
|
|
889
|
-
},
|
|
913
|
+
}, Ae = ({ modelLabel: t, instructionsLabel: n, modelDisplayName: r, instructionsMarkdown: i, renderInstructions: a, styles: o }) => {
|
|
890
914
|
let s = o?.typography?.fieldLabelClassName ?? "dial-tiny-text", c = o?.typography?.fieldValueClassName ?? "dial-body-text";
|
|
891
|
-
return /* @__PURE__ */
|
|
915
|
+
return /* @__PURE__ */ U("div", {
|
|
892
916
|
className: "flex flex-col gap-3",
|
|
893
|
-
children: [r && /* @__PURE__ */
|
|
917
|
+
children: [r && /* @__PURE__ */ U("div", {
|
|
894
918
|
className: "flex flex-col gap-2",
|
|
895
|
-
children: [/* @__PURE__ */
|
|
919
|
+
children: [/* @__PURE__ */ H("span", {
|
|
896
920
|
className: s,
|
|
897
921
|
children: t
|
|
898
|
-
}), /* @__PURE__ */
|
|
922
|
+
}), /* @__PURE__ */ H("p", {
|
|
899
923
|
className: c,
|
|
900
924
|
children: r
|
|
901
925
|
})]
|
|
902
|
-
}), i && /* @__PURE__ */
|
|
926
|
+
}), i && /* @__PURE__ */ U("div", {
|
|
903
927
|
className: "flex flex-col gap-2",
|
|
904
|
-
children: [/* @__PURE__ */
|
|
928
|
+
children: [/* @__PURE__ */ H("span", {
|
|
905
929
|
className: s,
|
|
906
930
|
children: n
|
|
907
|
-
}), ((t) => a ? a(t) : /* @__PURE__ */
|
|
931
|
+
}), ((t) => a ? a(t) : /* @__PURE__ */ H(e, { content: t }))(i)]
|
|
908
932
|
})]
|
|
909
933
|
});
|
|
910
934
|
};
|
|
911
935
|
//#endregion
|
|
912
|
-
export {
|
|
936
|
+
export { ve as DESCRIPTION_MAX_LENGTH, K as ScheduledTaskCard, pe as ScheduledTaskCardGrid, fe as ScheduledTaskCardSkeleton, Ee as ScheduledTaskCreateForm, ke as ScheduledTaskDetailView, Ae as ScheduledTaskDetailsSummary, J as ScheduledTaskRepeat, Oe as ScheduledTaskRunHistoryList, Z as ScheduledTaskRunStatus, ge as ScheduledTasks, _e as ScheduledTasksSortKey };
|