@epam/ai-dial-ui-kit 0.12.0-dev.10 → 0.12.0-dev.11
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/{JsonEditor-Dol9dB16.js → JsonEditor-DpR0gtnl.js} +1 -1
- package/dist/{JsonEditor-BhR7MuU7.cjs → JsonEditor-alDEh5Qd.cjs} +1 -1
- package/dist/{MarkdownEditor-CdHBKlsl.js → MarkdownEditor-DJFU-cf8.js} +1 -1
- package/dist/{MarkdownEditor-Ck3Pqb3Q.cjs → MarkdownEditor-DJWJY0MK.cjs} +1 -1
- package/dist/components-manifest.json +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-kuv7v0Dv.cjs → index-5QcL-eoG.cjs} +2 -2
- package/dist/{index-U9Eh_lOr.js → index-DoazFPog.js} +40 -38
- package/dist/src/components/RadioGroupPopupField/RadioGroupPopupField.d.ts +1 -0
- package/package.json +1 -1
|
@@ -50838,62 +50838,64 @@ const oG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", rG = "te
|
|
|
50838
50838
|
valueClassName: r,
|
|
50839
50839
|
inputClassName: a,
|
|
50840
50840
|
emptyValueText: l,
|
|
50841
|
-
|
|
50842
|
-
|
|
50843
|
-
|
|
50844
|
-
|
|
50845
|
-
|
|
50846
|
-
|
|
50847
|
-
|
|
50848
|
-
|
|
50849
|
-
|
|
50850
|
-
|
|
50851
|
-
|
|
50852
|
-
|
|
50841
|
+
placeholder: c,
|
|
50842
|
+
onClose: d,
|
|
50843
|
+
header: u,
|
|
50844
|
+
portalId: h,
|
|
50845
|
+
onApply: g,
|
|
50846
|
+
onCancel: f,
|
|
50847
|
+
cancelButtonTitle: m = "Cancel",
|
|
50848
|
+
applyButtonTitle: v = "Apply",
|
|
50849
|
+
isValid: C,
|
|
50850
|
+
selectedRadioValue: w,
|
|
50851
|
+
onChangeRadioField: b,
|
|
50852
|
+
id: x,
|
|
50853
|
+
size: y = vi.Md
|
|
50853
50854
|
}) => {
|
|
50854
|
-
const [
|
|
50855
|
-
i ||
|
|
50856
|
-
}, [i]),
|
|
50857
|
-
|
|
50858
|
-
}, [
|
|
50859
|
-
|
|
50860
|
-
}, [
|
|
50861
|
-
|
|
50862
|
-
}, [
|
|
50855
|
+
const [R, S] = A(!1), F = D(() => {
|
|
50856
|
+
i || S(!0);
|
|
50857
|
+
}, [i]), E = D(() => {
|
|
50858
|
+
S(!1), d?.();
|
|
50859
|
+
}, [d]), T = D(() => {
|
|
50860
|
+
f?.(), E();
|
|
50861
|
+
}, [f, E]), P = D(() => {
|
|
50862
|
+
g(), E();
|
|
50863
|
+
}, [g, E]);
|
|
50863
50864
|
return /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-1", children: [
|
|
50864
50865
|
/* @__PURE__ */ p.jsx(An, { label: e, htmlFor: t }),
|
|
50865
50866
|
/* @__PURE__ */ p.jsx(
|
|
50866
50867
|
pG,
|
|
50867
50868
|
{
|
|
50868
50869
|
disabled: i,
|
|
50869
|
-
open:
|
|
50870
|
-
selectedValue: o ?? n.find((
|
|
50870
|
+
open: R,
|
|
50871
|
+
selectedValue: o ?? n.find((I) => I.id === s)?.name,
|
|
50871
50872
|
valueClassName: r,
|
|
50872
50873
|
inputClassName: ce(a, "py-2", "px-3"),
|
|
50873
50874
|
emptyValueText: l,
|
|
50874
|
-
|
|
50875
|
+
placeholder: c,
|
|
50876
|
+
onOpen: F,
|
|
50875
50877
|
children: /* @__PURE__ */ p.jsx(
|
|
50876
50878
|
Qo,
|
|
50877
50879
|
{
|
|
50878
|
-
open:
|
|
50879
|
-
onClose:
|
|
50880
|
-
header:
|
|
50881
|
-
portalId:
|
|
50882
|
-
size:
|
|
50880
|
+
open: R,
|
|
50881
|
+
onClose: T,
|
|
50882
|
+
header: u,
|
|
50883
|
+
portalId: h,
|
|
50884
|
+
size: y,
|
|
50883
50885
|
footer: /* @__PURE__ */ p.jsxs("div", { className: "flex flex-row items-center justify-end gap-2 px-6 py-4", children: [
|
|
50884
50886
|
/* @__PURE__ */ p.jsx(
|
|
50885
50887
|
us,
|
|
50886
50888
|
{
|
|
50887
|
-
label:
|
|
50888
|
-
onClick:
|
|
50889
|
+
label: m,
|
|
50890
|
+
onClick: T
|
|
50889
50891
|
}
|
|
50890
50892
|
),
|
|
50891
50893
|
/* @__PURE__ */ p.jsx(
|
|
50892
50894
|
rs,
|
|
50893
50895
|
{
|
|
50894
|
-
label:
|
|
50895
|
-
onClick:
|
|
50896
|
-
disabled: !
|
|
50896
|
+
label: v,
|
|
50897
|
+
onClick: P,
|
|
50898
|
+
disabled: !C
|
|
50897
50899
|
}
|
|
50898
50900
|
)
|
|
50899
50901
|
] }),
|
|
@@ -50902,9 +50904,9 @@ const oG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", rG = "te
|
|
|
50902
50904
|
{
|
|
50903
50905
|
radioButtons: n,
|
|
50904
50906
|
labelClassName: "dial-small-text",
|
|
50905
|
-
activeRadioButton:
|
|
50906
|
-
onChange:
|
|
50907
|
-
elementId:
|
|
50907
|
+
activeRadioButton: w,
|
|
50908
|
+
onChange: b,
|
|
50909
|
+
elementId: x,
|
|
50908
50910
|
orientation: Io.Column
|
|
50909
50911
|
}
|
|
50910
50912
|
) })
|
|
@@ -61965,7 +61967,7 @@ const jg = ({
|
|
|
61965
61967
|
}) })
|
|
61966
61968
|
}
|
|
61967
61969
|
);
|
|
61968
|
-
}, Iz = () => import("./JsonEditor-
|
|
61970
|
+
}, Iz = () => import("./JsonEditor-DpR0gtnl.js"), Mz = () => import("./MarkdownEditor-DJFU-cf8.js");
|
|
61969
61971
|
export {
|
|
61970
61972
|
pG as $,
|
|
61971
61973
|
Vl as A,
|
|
@@ -53,6 +53,7 @@ export interface RadioGroupPopupFieldProps extends Pick<DialLabelProps, 'label'
|
|
|
53
53
|
* @param [selectedValue] - Current value id used to resolve the displayed option name
|
|
54
54
|
* @param radioButtons - Collection of radio options (id/name)
|
|
55
55
|
* @param [customInputValue] - Custom value text to display instead of a radio option name
|
|
56
|
+
* @param [placeholder] - Placeholder text shown in the field when no value is selected; unlike `emptyValueText`, it suppresses the tooltip
|
|
56
57
|
* @param [valueClassName] - Extra classes applied to the value text in the collapsed field
|
|
57
58
|
* @param [inputClassName] - Extra classes applied to the collapsed input container
|
|
58
59
|
* @param emptyValueText - Placeholder text when no value is selected
|