@epam/ai-dial-ui-kit 0.5.0-rc.85 → 0.5.0-rc.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -49832,9 +49832,7 @@ const IC = ({
|
|
|
49832
49832
|
"Do you want to delete the following",
|
|
49833
49833
|
" ",
|
|
49834
49834
|
/* @__PURE__ */ v("span", { className: "text-primary", children: t.length }),
|
|
49835
|
-
"
|
|
49836
|
-
t.length !== 1 ? "s" : "",
|
|
49837
|
-
"?"
|
|
49835
|
+
" items?"
|
|
49838
49836
|
] }) }),
|
|
49839
49837
|
t.length > 1 && /* @__PURE__ */ v(Ke, { children: t.length <= 10 ? /* @__PURE__ */ v("ul", { className: "space-y-1 text-primary list-none", children: t.map((g) => /* @__PURE__ */ v("li", { className: "truncate", children: g.name }, g.path)) }) : /* @__PURE__ */ W(Ke, { children: [
|
|
49840
49838
|
/* @__PURE__ */ v("ul", { className: "space-y-1 text-primary list-none mb-2", children: t.slice(0, 10).map((g) => /* @__PURE__ */ v("li", { className: "truncate", children: g.name }, g.path)) }),
|
|
@@ -51011,14 +51009,11 @@ const IL = ({
|
|
|
51011
51009
|
/* @__PURE__ */ v(
|
|
51012
51010
|
FL,
|
|
51013
51011
|
{
|
|
51012
|
+
...c,
|
|
51014
51013
|
open: ie,
|
|
51015
51014
|
itemsToDelete: G,
|
|
51016
51015
|
onClose: J,
|
|
51017
|
-
onConfirm: Z
|
|
51018
|
-
cancelLabel: c?.cancelLabel,
|
|
51019
|
-
confirmLabel: c?.confirmLabel,
|
|
51020
|
-
titleRenderer: c?.titleRenderer,
|
|
51021
|
-
contentRenderer: c?.contentRenderer
|
|
51016
|
+
onConfirm: Z
|
|
51022
51017
|
}
|
|
51023
51018
|
),
|
|
51024
51019
|
/* @__PURE__ */ v(
|