@epam/ai-dial-scheduled-tasks 1.1.0-dev.262 → 1.1.0-dev.267
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/index.css +1 -1
- package/index.js +16 -16
- package/models/scheduled-task-card-skeleton-props.d.ts +1 -1
- package/models/scheduled-task-card-skeleton-props.d.ts.map +1 -1
- package/models/scheduled-task-run-history-list-props.d.ts +1 -1
- package/models/scheduled-task-run-history-list-props.d.ts.map +1 -1
- package/models/scheduled-tasks-props.d.ts +1 -1
- package/models/scheduled-tasks-props.d.ts.map +1 -1
- package/package.json +3 -3
package/index.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.
|
|
1
|
+
._title_16jqx_1{color:var(--stc-title-text,var(--text-primary,#161b2d))}._description_16jqx_5{color:var(--stc-desc-text,var(--text-control-disable-primary,#848e9c))}._schedulePill_16jqx_9{background:var(--stc-pill-bg,var(--bg-layer-sunken,#eef1f7));border-color:var(--stc-pill-border,var(--stroke-tertiary,#e0e6f0))}._scheduleLabel_16jqx_14{color:var(--stc-schedule-label-text,var(--text-control-disable-primary,#848e9c))}._locationLabel_16jqx_18{color:var(--stc-location-label-text,var(--text-secondary,#57647a))}._locationLeaf_16jqx_22{color:var(--stc-location-leaf-text,var(--text-secondary,#57647a))}._newBadge_16jqx_26{background:var(--stc-new-badge-bg,var(--bg-control-accent,#124ace));color:var(--stc-new-badge-text,var(--text-control-permanent,#fcfcfc))}._pausedPill_16jqx_31{background:var(--stc-paused-bg,var(--bg-layer-sunken,#eef1f7));border-color:var(--stc-paused-border,var(--stroke-tertiary,#e0e6f0))}._pausedLabel_16jqx_36{color:var(--stc-paused-text,var(--text-control-disable-primary,#848e9c))}._locationDivider_16jqx_40{border-top:1px solid var(--stc-location-divider-border,var(--stroke-tertiary,#e0e6f0))}._card_11bez_1{--stcs-skeleton-bg:var(--bg-control-disable-primary,#dce0e8)}._container_r5sk9_1{background:var(--st-bg,var(--bg-layer-base,#f5f7fa))}._subtitle_r5sk9_5{color:var(--st-subtitle-text,var(--text-secondary,#57647a))}._sortButton_r5sk9_9{color:var(--st-sort-text,var(--text-accent,#1d4ed8))}._detailsColumn_1mg3v_1{border-inline-end-color:var(--stcf-details-border,var(--stroke-tertiary,#e0e6f0))}._sectionSubtitle_1mg3v_5{color:var(--stcf-subtitle-text,var(--text-secondary,#57647a))}._instructionsError_1mg3v_9{color:var(--stcf-error-text,var(--text-error,#ae2f2f))}._subtitleText_kxojs_1{color:var(--strhl-subtitle-text,var(--text-secondary,#57647a))}._successIcon_kxojs_5{color:var(--strhl-success-icon,var(--text-success,#007274))}._errorIcon_kxojs_9{color:var(--strhl-error-icon,var(--text-error,#ae2f2f))}._missedIcon_kxojs_13{color:var(--strhl-missed-icon,var(--text-secondary,#57647a))}._currentRun_kxojs_17{background:var(--strhl-current-run-bg,var(--bg-control-accent-alpha-active,#2764d933))}._container_1ci42_1{background:var(--stdv-bg,var(--bg-layer-base,#f5f7fa))}._header_1ci42_5{border-bottom-color:var(--stdv-header-border,var(--stroke-tertiary,#e0e6f0))}._detailsColumn_1ci42_9{border-inline-end-color:var(--stdv-details-border,var(--stroke-tertiary,#e0e6f0))}._subtitleText_1ci42_13{color:var(--stdv-subtitle-text,var(--text-secondary,#57647a))}._successIcon_1ci42_17{color:var(--stdv-success-icon,var(--text-success,#007274))}._errorIcon_1ci42_21{color:var(--stdv-error-icon,var(--text-error,#ae2f2f))}._missedIcon_1ci42_25{color:var(--stdv-missed-icon,var(--text-secondary,#57647a))}._historyCard_1ci42_29{background:var(--stdv-history-bg,var(--bg-layer-raised,#fcfcfc))}
|
|
2
2
|
/*$vite$:1*/
|
package/index.js
CHANGED
|
@@ -5,16 +5,16 @@ import { Suspense as P, lazy as F, useEffect as I, useRef as ae } from "react";
|
|
|
5
5
|
import { Fragment as L, jsx as R, jsxs as z } from "react/jsx-runtime";
|
|
6
6
|
import { BuilderFormContainer as B } from "@epam/ai-dial-builder-form";
|
|
7
7
|
var V = {
|
|
8
|
-
title: "
|
|
9
|
-
description: "
|
|
10
|
-
schedulePill: "
|
|
11
|
-
scheduleLabel: "
|
|
12
|
-
locationLabel: "
|
|
13
|
-
locationLeaf: "
|
|
14
|
-
newBadge: "
|
|
15
|
-
pausedPill: "
|
|
16
|
-
pausedLabel: "
|
|
17
|
-
locationDivider: "
|
|
8
|
+
title: "_title_16jqx_1",
|
|
9
|
+
description: "_description_16jqx_5",
|
|
10
|
+
schedulePill: "_schedulePill_16jqx_9",
|
|
11
|
+
scheduleLabel: "_scheduleLabel_16jqx_14",
|
|
12
|
+
locationLabel: "_locationLabel_16jqx_18",
|
|
13
|
+
locationLeaf: "_locationLeaf_16jqx_22",
|
|
14
|
+
newBadge: "_newBadge_16jqx_26",
|
|
15
|
+
pausedPill: "_pausedPill_16jqx_31",
|
|
16
|
+
pausedLabel: "_pausedLabel_16jqx_36",
|
|
17
|
+
locationDivider: "_locationDivider_16jqx_40"
|
|
18
18
|
}, oe = ({ item: e, searchQuery: t = "", onCardClick: i, labels: a, styles: o, className: s }) => {
|
|
19
19
|
let c = a?.newBadgeLabel ?? "NEW", d = a?.pausedBadgeLabel ?? "Paused", { colors: p, typography: m } = o ?? {}, g = m?.titleClassName ?? "dial-body-semi-text", _ = m?.descriptionClassName ?? "dial-small-text", v = m?.descriptionSizeClassName ?? "dial-tiny-text", y = m?.scheduleLabelClassName ?? "dial-tiny-text", b = m?.locationLabelClassName ?? "dial-tiny-text", x = m?.locationLeafClassName ?? "dial-tiny-semi-text", S = m?.newBadgeClassName ?? "dial-tiny-semi-text", C = m?.pausedBadgeClassName ?? "dial-tiny-text", w = n({
|
|
20
20
|
"--stc-title-text": p?.titleText,
|
|
@@ -83,7 +83,7 @@ var V = {
|
|
|
83
83
|
})
|
|
84
84
|
]
|
|
85
85
|
});
|
|
86
|
-
}, H = { card: "
|
|
86
|
+
}, H = { card: "_card_11bez_1" }, U = [
|
|
87
87
|
"100%",
|
|
88
88
|
"100%",
|
|
89
89
|
"61%"
|
|
@@ -525,11 +525,11 @@ var V = {
|
|
|
525
525
|
}, Z = /* @__PURE__ */ function(e) {
|
|
526
526
|
return e.Success = "success", e.Error = "error", e.InProgress = "inProgress", e.Missed = "missed", e;
|
|
527
527
|
}({}), Q = {
|
|
528
|
-
subtitleText: "
|
|
529
|
-
successIcon: "
|
|
530
|
-
errorIcon: "
|
|
531
|
-
missedIcon: "
|
|
532
|
-
currentRun: "
|
|
528
|
+
subtitleText: "_subtitleText_kxojs_1",
|
|
529
|
+
successIcon: "_successIcon_kxojs_5",
|
|
530
|
+
errorIcon: "_errorIcon_kxojs_9",
|
|
531
|
+
missedIcon: "_missedIcon_kxojs_13",
|
|
532
|
+
currentRun: "_currentRun_kxojs_17"
|
|
533
533
|
}, be = ({ status: e }) => {
|
|
534
534
|
switch (e) {
|
|
535
535
|
case Z.Success: return /* @__PURE__ */ R(j, {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* default — callers can still override it via this prop.
|
|
7
7
|
*/
|
|
8
8
|
export interface ScheduledTaskCardSkeletonColors {
|
|
9
|
-
/** Background color of each skeleton bar. Fallback: `--bg-
|
|
9
|
+
/** Background color of each skeleton bar. Fallback: `--bg-control-disable-primary`. */
|
|
10
10
|
skeletonColor?: string;
|
|
11
11
|
}
|
|
12
12
|
/** Style overrides for the {@link ScheduledTaskCardSkeleton} component. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-task-card-skeleton-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-task-card-skeleton-props.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,+BAA+B;IAC9C,
|
|
1
|
+
{"version":3,"file":"scheduled-task-card-skeleton-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-task-card-skeleton-props.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,WAAW,+BAA+B;IAC9C,uFAAuF;IACvF,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,2EAA2E;AAC3E,MAAM,WAAW,+BAA+B;IAC9C,uBAAuB;IACvB,MAAM,CAAC,EAAE,+BAA+B,CAAC;CAC1C;AAED,iEAAiE;AACjE,MAAM,WAAW,8BAA8B;IAC7C,uBAAuB;IACvB,MAAM,CAAC,EAAE,+BAA+B,CAAC;CAC1C"}
|
|
@@ -29,7 +29,7 @@ export interface ScheduledTaskRunHistoryListColors {
|
|
|
29
29
|
missedIconColor?: string;
|
|
30
30
|
/** Error/empty message text color. Fallback: `--text-secondary`. */
|
|
31
31
|
subtitleTextColor?: string;
|
|
32
|
-
/** Current-run row background. Fallback: `--bg-accent-
|
|
32
|
+
/** Current-run row background. Fallback: `--bg-control-accent-alpha-active`. */
|
|
33
33
|
currentRunBackground?: string;
|
|
34
34
|
}
|
|
35
35
|
/** Typography overrides for the {@link ScheduledTaskRunHistoryList} component. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-task-run-history-list-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-task-run-history-list-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,kFAAkF;AAClF,MAAM,WAAW,iCAAiC;IAChD,gEAAgE;IAChE,YAAY,EAAE,MAAM,CAAC;IACrB,sEAAsE;IACtE,UAAU,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,UAAU,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,eAAe,EAAE,MAAM,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;IACxD,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,MAAM,WAAW,iCAAiC;IAChD,6DAA6D;IAC7D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8DAA8D;IAC9D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oEAAoE;IACpE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,
|
|
1
|
+
{"version":3,"file":"scheduled-task-run-history-list-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-task-run-history-list-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AACjF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAEtE,kFAAkF;AAClF,MAAM,WAAW,iCAAiC;IAChD,gEAAgE;IAChE,YAAY,EAAE,MAAM,CAAC;IACrB,sEAAsE;IACtE,UAAU,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,UAAU,EAAE,MAAM,CAAC;IACnB,0DAA0D;IAC1D,UAAU,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,eAAe,EAAE,MAAM,CAAC,sBAAsB,EAAE,MAAM,CAAC,CAAC;IACxD,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;GAGG;AACH,MAAM,WAAW,iCAAiC;IAChD,6DAA6D;IAC7D,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8DAA8D;IAC9D,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oEAAoE;IACpE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gFAAgF;IAChF,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED,kFAAkF;AAClF,MAAM,WAAW,qCAAqC;IACpD,2FAA2F;IAC3F,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,+FAA+F;IAC/F,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,6EAA6E;AAC7E,MAAM,WAAW,iCAAiC;IAChD,wDAAwD;IACxD,MAAM,CAAC,EAAE,iCAAiC,CAAC;IAC3C,kCAAkC;IAClC,UAAU,CAAC,EAAE,qCAAqC,CAAC;CACpD;AAED,mEAAmE;AACnE,MAAM,WAAW,gCAAgC;IAC/C,qFAAqF;IACrF,KAAK,EAAE,oBAAoB,EAAE,CAAC;IAC9B,oIAAoI;IACpI,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uGAAuG;IACvG,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,4FAA4F;IAC5F,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,4EAA4E;IAC5E,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,0HAA0H;IAC1H,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oHAAoH;IACpH,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,wBAAwB;IACxB,MAAM,EAAE,iCAAiC,CAAC;IAC1C;;;;OAIG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,uBAAuB;IACvB,MAAM,CAAC,EAAE,iCAAiC,CAAC;CAC5C"}
|
|
@@ -44,7 +44,7 @@ export interface ScheduledTasksColors {
|
|
|
44
44
|
subtitleText?: string;
|
|
45
45
|
/** Sort control label/icon color. Fallback: `--text-accent`. */
|
|
46
46
|
sortButtonText?: string;
|
|
47
|
-
/** Background color of the load-more placeholder skeleton bars. Fallback: `--bg-
|
|
47
|
+
/** Background color of the load-more placeholder skeleton bars. Fallback: `--bg-control-disable-primary`. */
|
|
48
48
|
skeletonColor?: string;
|
|
49
49
|
}
|
|
50
50
|
/** Typography overrides for the {@link ScheduledTasks} component. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduled-tasks-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-tasks-props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC/E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,qEAAqE;AACrE,MAAM,WAAW,oBAAoB;IACnC,0CAA0C;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,yDAAyD;IACzD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qDAAqD;IACrD,iBAAiB,EAAE,MAAM,CAAC;IAC1B,qDAAqD;IACrD,eAAe,EAAE,MAAM,CAAC;IACxB,oEAAoE;IACpE,gBAAgB,EAAE,MAAM,CAAC;IACzB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,WAAW,EAAE,YAAY,EAAE,CAAC;IAC5B,yDAAyD;IACzD,eAAe,EAAE,MAAM,CAAC;IACxB,+DAA+D;IAC/D,cAAc,EAAE,MAAM,CAAC;IACvB,oEAAoE;IACpE,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,UAAU,EAAE,MAAM,CAAC;IACnB,yIAAyI;IACzI,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kEAAkE;IAClE,UAAU,CAAC,EAAE,2BAA2B,CAAC;CAC1C;AAED;;;GAGG;AACH,MAAM,WAAW,oBAAoB;IACnC,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qGAAqG;IACrG,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gEAAgE;IAChE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,
|
|
1
|
+
{"version":3,"file":"scheduled-tasks-props.d.ts","sourceRoot":"","sources":["../../src/models/scheduled-tasks-props.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epam/ai-dial-scheduled-tasks",
|
|
3
3
|
"description": "Presentational Scheduled Tasks page shell — header, toolbar, and empty state",
|
|
4
|
-
"version": "1.1.0-dev.
|
|
4
|
+
"version": "1.1.0-dev.267",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
}
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@epam/ai-dial-builder-form": "1.1.0-dev.
|
|
21
|
-
"@epam/ai-dial-chat-shared": "1.1.0-dev.
|
|
20
|
+
"@epam/ai-dial-builder-form": "1.1.0-dev.267",
|
|
21
|
+
"@epam/ai-dial-chat-shared": "1.1.0-dev.267",
|
|
22
22
|
"@epam/ai-dial-ui-kit": "*",
|
|
23
23
|
"@tabler/icons-react": "^3.44.0",
|
|
24
24
|
"react": "^19.0.0"
|