@epam/ai-dial-ui-kit 0.13.0-dev.40 → 0.13.0-dev.42
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/README.md +1 -0
- package/dist/{JsonEditor-BEJaiIby.js → JsonEditor-Bh1CrjfQ.js} +1 -1
- package/dist/{JsonEditor-Buuy0b39.cjs → JsonEditor-DxDjBP7K.cjs} +1 -1
- package/dist/{MarkdownEditor-CyL_NTT9.cjs → MarkdownEditor-C-WjyKxs.cjs} +1 -1
- package/dist/MarkdownEditor-C9iab_6m.js +75 -0
- package/dist/{MarkdownEditor-DID4gX3X.js → MarkdownEditor-CQ4byXdu.js} +1 -1
- package/dist/MarkdownEditor-Dz4A2knk.cjs +1 -0
- package/dist/components-manifest.json +65 -88
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +187 -178
- package/dist/{index-orz_ei2U.js → index-C-WBTQje.js} +20452 -19313
- package/dist/{index-B9VwNsnG.cjs → index-Dw1hi3_q.cjs} +31 -31
- package/dist/index.css +2 -2
- package/dist/src/components/New/CloseButton/CloseButton.d.ts +32 -0
- package/dist/src/components/New/ConfirmationPopup/ConfirmationPopup.d.ts +54 -0
- package/dist/src/components/New/ConfirmationPopup/constants.d.ts +14 -0
- package/dist/src/components/New/Dropdown/Dropdown.d.ts +86 -0
- package/dist/src/components/New/Dropdown/DropdownSubMenuItem.d.ts +8 -0
- package/dist/src/components/New/Dropdown/constants.d.ts +8 -0
- package/dist/src/components/New/InfoButton/InfoButton.stories.d.ts +0 -5
- package/dist/src/components/New/Input/Input.d.ts +9 -0
- package/dist/src/components/New/MarkdownEditor/MarkdownEditor.d.ts +32 -0
- package/dist/src/components/New/MarkdownEditor/constants.d.ts +15 -0
- package/dist/src/components/New/NumberInput/NumberInput.d.ts +35 -0
- package/dist/src/components/New/PasswordInput/PasswordInput.d.ts +32 -0
- package/dist/src/components/New/Popup/Popup.d.ts +68 -0
- package/dist/src/components/New/Popup/constants.d.ts +10 -0
- package/dist/src/components/New/Select/MultiSelectTags.d.ts +16 -0
- package/dist/src/components/New/Select/Select.d.ts +109 -0
- package/dist/src/components/New/Select/SelectSubMenuItem.d.ts +8 -0
- package/dist/src/components/New/Select/constants.d.ts +29 -0
- package/dist/src/components/New/constants/overlay.d.ts +17 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +18 -18
- package/dist/src/components/Skeleton/utils.d.ts +2 -2
- package/dist/src/index.d.ts +20 -2
- package/dist/src/types/skeleton.d.ts +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -203,6 +203,7 @@ not AAA:
|
|
|
203
203
|
| `ButtonAppearance.Link` | content | Exempt under the 2.5.5 *Inline* exception; expanding it would overlap surrounding copy |
|
|
204
204
|
| `DialCloseButton` | icon-sized | Renders `h-auto w-auto`, so its target follows the caller's icon size |
|
|
205
205
|
| `DialInfoButton`, `InfoButton` | 24×24 | Fixed small affordance, same overlap constraint as small variants |
|
|
206
|
+
| Standard 2.0 fields (`Input`, `Select`) | 40px tall | The pointer target spans the full field width but stays 4px short of 44 vertically; the height is a shared form design token, not a per-control choice |
|
|
206
207
|
|
|
207
208
|
Give small-variant controls at least 20px of surrounding space if you need to reach
|
|
208
209
|
AAA in a specific layout, or use the standard size instead.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-Dw1hi3_q.cjs"),l=require("@monaco-editor/react"),u={[r.EditorThemes.dark]:{base:"vs-dark",inherit:!1,rules:[{token:"string.key.json",foreground:"#37BABC"},{token:"string.value.json",foreground:"#5C8DEA"},{token:"number",foreground:"#D97C27"},{token:"keyword.json",foreground:"#F4CE46"},{token:"delimiter",foreground:"#EEF1F7"},{token:"delimiter.bracket.json",foreground:"#A972FF"},{token:"delimiter.parenthesis",foreground:"#A972FF"}],colors:{"editor.foreground":"#F76464","editor.background":"#161B2D","editorCursor.foreground":"#EEF1F7","editor.selectionBackground":"#5C8DEA2B","editorLineNumber.foreground":"#242C42","scrollbarSlider.background":"#242C42","scrollbarSlider.hoverBackground":"#242C42","scrollbarSlider.activeBackground":"#242C42"}},[r.EditorThemes.light]:{base:"vs",inherit:!1,rules:[{token:"string.key.json",foreground:"#009D9F"},{token:"string.value.json",foreground:"#2764D9"},{token:"number",foreground:"#B25500"},{token:"keyword.json",foreground:"#3F3D25"},{token:"delimiter",foreground:"#161B2D"},{token:"delimiter.bracket.json",foreground:"#7E39EC"},{token:"delimiter.parenthesis",foreground:"#7E39EC"}],colors:{"editor.foreground":"#AE2F2F","editor.background":"#EEF1F7","editorCursor.foreground":"#161B2D","editor.selectionBackground":"#5C8DEA2B","editorLineNumber.foreground":"#242C42","scrollbarSlider.background":"#242C42","scrollbarSlider.hoverBackground":"#242C42","scrollbarSlider.activeBackground":"#242C42"}}},c=({value:n,onChange:t,onValidateJSON:i,options:s,currentTheme:e,themesConfig:d=u})=>{function a(o){o?.editor?.defineTheme(e,d[e]),o.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,enableSchemaRequest:!1,schemas:[{uri:"http://custom-schema/object-required.json",fileMatch:["*"],schema:{type:"object",description:"Top-level value must be an object",additionalProperties:!0}}]})}return r.jsxRuntimeExports.jsx(l.Editor,{beforeMount:a,height:"100%",defaultLanguage:"json",value:n,onChange:t,theme:e,onValidate:i,options:{minimap:{enabled:!1},formatOnType:!0,formatOnPaste:!0,selectOnLineNumbers:!1,automaticLayout:!0,scrollBeyondLastLine:!1,wordWrap:"on",smoothScrolling:!0,overviewRulerLanes:0,scrollbar:{horizontal:"hidden",verticalScrollbarSize:4,verticalSliderSize:4},...s??{}}})};exports.DialJsonEditor=c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Dw1hi3_q.cjs"),c=require("@uiw/react-md-editor"),x=({value:t,onChange:s,height:r=300,preview:i="edit",theme:n=e.EditorThemes.dark,className:a,placeholder:o})=>{const d=o!==void 0&&!t;return e.jsxRuntimeExports.jsxs("div",{"data-color-mode":n,className:e.mergeClasses("relative",a),children:[e.jsxRuntimeExports.jsx(c,{value:t,onChange:l=>s?.(l||""),height:r,preview:i}),d&&e.jsxRuntimeExports.jsx("div",{className:"pointer-events-none absolute left-0 top-8 px-2 dial-small-text text-secondary opacity-40",children:o})]})};exports.DialMarkdownEditor=x;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { j as e, D as u, E as z, m as g } from "./index-C-WBTQje.js";
|
|
2
|
+
import { useMemo as r } from "react";
|
|
3
|
+
import h, { divider as i, group as C, heading1 as p, heading2 as E, heading3 as k, bold as L, italic as M, strikethrough as w, unorderedListCommand as N, orderedListCommand as b, quote as f, link as v, code as D, table as O, codeEdit as T, codeLive as _, codePreview as y, fullscreen as P } from "@uiw/react-md-editor";
|
|
4
|
+
import { IconTextSize as S, IconBold as A, IconItalic as R, IconStrikethrough as B, IconList as Z, IconListNumbers as q, IconQuote as F, IconLink as K, IconCode as Q, IconColumns2 as W, IconPencil as G, IconLayoutColumns as H, IconEye as J, IconMaximize as U } from "@tabler/icons-react";
|
|
5
|
+
const o = u.MD, s = (t, n) => ({
|
|
6
|
+
...t,
|
|
7
|
+
icon: n
|
|
8
|
+
}), V = () => [
|
|
9
|
+
s(L, /* @__PURE__ */ e.jsx(A, { size: o })),
|
|
10
|
+
s(M, /* @__PURE__ */ e.jsx(R, { size: o })),
|
|
11
|
+
s(
|
|
12
|
+
w,
|
|
13
|
+
/* @__PURE__ */ e.jsx(B, { size: o })
|
|
14
|
+
),
|
|
15
|
+
i,
|
|
16
|
+
C([p, E, k], {
|
|
17
|
+
name: "heading",
|
|
18
|
+
groupName: "heading",
|
|
19
|
+
icon: /* @__PURE__ */ e.jsx(S, { size: o }),
|
|
20
|
+
buttonProps: { "aria-label": "Text style", title: "Text style" }
|
|
21
|
+
}),
|
|
22
|
+
i,
|
|
23
|
+
s(
|
|
24
|
+
N,
|
|
25
|
+
/* @__PURE__ */ e.jsx(Z, { size: o })
|
|
26
|
+
),
|
|
27
|
+
s(
|
|
28
|
+
b,
|
|
29
|
+
/* @__PURE__ */ e.jsx(q, { size: o })
|
|
30
|
+
),
|
|
31
|
+
i,
|
|
32
|
+
s(f, /* @__PURE__ */ e.jsx(F, { size: o })),
|
|
33
|
+
s(v, /* @__PURE__ */ e.jsx(K, { size: o })),
|
|
34
|
+
s(D, /* @__PURE__ */ e.jsx(Q, { size: o })),
|
|
35
|
+
i,
|
|
36
|
+
s(O, /* @__PURE__ */ e.jsx(W, { size: o }))
|
|
37
|
+
], X = () => [
|
|
38
|
+
s(T, /* @__PURE__ */ e.jsx(G, { size: o })),
|
|
39
|
+
s(_, /* @__PURE__ */ e.jsx(H, { size: o })),
|
|
40
|
+
s(y, /* @__PURE__ */ e.jsx(J, { size: o })),
|
|
41
|
+
i,
|
|
42
|
+
s(P, /* @__PURE__ */ e.jsx(U, { size: o }))
|
|
43
|
+
], se = ({
|
|
44
|
+
value: t,
|
|
45
|
+
onChange: n,
|
|
46
|
+
height: a = 300,
|
|
47
|
+
theme: d = z.light,
|
|
48
|
+
className: c,
|
|
49
|
+
placeholder: m,
|
|
50
|
+
defaultPreview: x = "edit"
|
|
51
|
+
}) => {
|
|
52
|
+
const l = r(() => V(), []), I = r(() => X(), []);
|
|
53
|
+
return /* @__PURE__ */ e.jsx(
|
|
54
|
+
"div",
|
|
55
|
+
{
|
|
56
|
+
"data-color-mode": d,
|
|
57
|
+
className: g("dial-kit-markdown-editor", c),
|
|
58
|
+
children: /* @__PURE__ */ e.jsx(
|
|
59
|
+
h,
|
|
60
|
+
{
|
|
61
|
+
value: t,
|
|
62
|
+
onChange: (j) => n?.(j || ""),
|
|
63
|
+
height: a,
|
|
64
|
+
preview: x,
|
|
65
|
+
commands: l,
|
|
66
|
+
extraCommands: I,
|
|
67
|
+
textareaProps: { placeholder: m }
|
|
68
|
+
}
|
|
69
|
+
)
|
|
70
|
+
}
|
|
71
|
+
);
|
|
72
|
+
};
|
|
73
|
+
export {
|
|
74
|
+
se as MarkdownEditor
|
|
75
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./index-Dw1hi3_q.cjs"),x=require("react"),e=require("@uiw/react-md-editor"),t=require("@tabler/icons-react"),o=s.DIAL_ICON_SIZE.MD,i=(n,r)=>({...n,icon:r}),p=()=>[i(e.bold,s.jsxRuntimeExports.jsx(t.IconBold,{size:o})),i(e.italic,s.jsxRuntimeExports.jsx(t.IconItalic,{size:o})),i(e.strikethrough,s.jsxRuntimeExports.jsx(t.IconStrikethrough,{size:o})),e.divider,e.group([e.heading1,e.heading2,e.heading3],{name:"heading",groupName:"heading",icon:s.jsxRuntimeExports.jsx(t.IconTextSize,{size:o}),buttonProps:{"aria-label":"Text style",title:"Text style"}}),e.divider,i(e.unorderedListCommand,s.jsxRuntimeExports.jsx(t.IconList,{size:o})),i(e.orderedListCommand,s.jsxRuntimeExports.jsx(t.IconListNumbers,{size:o})),e.divider,i(e.quote,s.jsxRuntimeExports.jsx(t.IconQuote,{size:o})),i(e.link,s.jsxRuntimeExports.jsx(t.IconLink,{size:o})),i(e.code,s.jsxRuntimeExports.jsx(t.IconCode,{size:o})),e.divider,i(e.table,s.jsxRuntimeExports.jsx(t.IconColumns2,{size:o}))],I=()=>[i(e.codeEdit,s.jsxRuntimeExports.jsx(t.IconPencil,{size:o})),i(e.codeLive,s.jsxRuntimeExports.jsx(t.IconLayoutColumns,{size:o})),i(e.codePreview,s.jsxRuntimeExports.jsx(t.IconEye,{size:o})),e.divider,i(e.fullscreen,s.jsxRuntimeExports.jsx(t.IconMaximize,{size:o}))],R=({value:n,onChange:r,height:d=300,theme:c=s.EditorThemes.light,className:m,placeholder:a,defaultPreview:u="edit"})=>{const j=x.useMemo(()=>p(),[]),l=x.useMemo(()=>I(),[]);return s.jsxRuntimeExports.jsx("div",{"data-color-mode":c,className:s.mergeClasses("dial-kit-markdown-editor",m),children:s.jsxRuntimeExports.jsx(e,{value:n,onChange:E=>r?.(E||""),height:d,preview:u,commands:j,extraCommands:l,textareaProps:{placeholder:a}})})};exports.MarkdownEditor=R;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.13.0-dev.
|
|
3
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"version": "0.13.0-dev.42",
|
|
3
|
+
"generatedAt": "2026-08-07T19:38:57.656Z",
|
|
4
4
|
"kit": {
|
|
5
5
|
"name": "@epam/ai-dial-ui-kit",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -1472,89 +1472,6 @@
|
|
|
1472
1472
|
],
|
|
1473
1473
|
"sourceFile": "components/ResizableContainer/ConditionalResizableContainer.tsx"
|
|
1474
1474
|
},
|
|
1475
|
-
{
|
|
1476
|
-
"name": "DialSkeleton",
|
|
1477
|
-
"category": "Feedback",
|
|
1478
|
-
"description": "DialSkeleton\naliases: PlaceholderUI|ShimmerLoader\n\nA placeholder component to show while content is loading.\nProvides various skeleton shapes and configurations.",
|
|
1479
|
-
"props": [
|
|
1480
|
-
{
|
|
1481
|
-
"name": "active",
|
|
1482
|
-
"type": "boolean",
|
|
1483
|
-
"required": false,
|
|
1484
|
-
"defaultValue": "true",
|
|
1485
|
-
"description": "Whether to show the loading animation"
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "paragraph",
|
|
1489
|
-
"type": "boolean | { rows?: number; width?: string | string[] }",
|
|
1490
|
-
"required": false,
|
|
1491
|
-
"defaultValue": "true",
|
|
1492
|
-
"description": "Show paragraph placeholder or configure its appearance"
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"name": "avatar",
|
|
1496
|
-
"type": "| boolean\n | {\n size?: number | DialSkeletonAvatarSize;\n shape?: DialSkeletonAvatarShape;\n }",
|
|
1497
|
-
"required": false,
|
|
1498
|
-
"defaultValue": "false",
|
|
1499
|
-
"description": "Show avatar placeholder or configure its appearance"
|
|
1500
|
-
},
|
|
1501
|
-
{
|
|
1502
|
-
"name": "showTitle",
|
|
1503
|
-
"type": "boolean | { width?: string }",
|
|
1504
|
-
"required": false,
|
|
1505
|
-
"defaultValue": "true",
|
|
1506
|
-
"description": "Show title placeholder or configure its appearance"
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "loading",
|
|
1510
|
-
"type": "boolean",
|
|
1511
|
-
"required": false,
|
|
1512
|
-
"defaultValue": "true",
|
|
1513
|
-
"description": "Display the skeleton when true"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"name": "children",
|
|
1517
|
-
"type": "ReactNode",
|
|
1518
|
-
"required": false,
|
|
1519
|
-
"description": "Content to be displayed when loading is false"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "variant",
|
|
1523
|
-
"type": "DialSkeletonVariant",
|
|
1524
|
-
"required": false,
|
|
1525
|
-
"defaultValue": "DialSkeletonVariant.Default",
|
|
1526
|
-
"description": "Skeleton variant"
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
"name": "width",
|
|
1530
|
-
"type": "string | number",
|
|
1531
|
-
"required": false,
|
|
1532
|
-
"description": "Width of the skeleton"
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"name": "height",
|
|
1536
|
-
"type": "string | number",
|
|
1537
|
-
"required": false,
|
|
1538
|
-
"description": "Height of the skeleton"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "overlay",
|
|
1542
|
-
"type": "ReactNode",
|
|
1543
|
-
"required": false,
|
|
1544
|
-
"description": "Content to overlay on top of the skeleton (e.g., a spinner)"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
"name": "color",
|
|
1548
|
-
"type": "string",
|
|
1549
|
-
"required": false,
|
|
1550
|
-
"description": "Custom background color for the skeleton elements (overrides the default token)"
|
|
1551
|
-
}
|
|
1552
|
-
],
|
|
1553
|
-
"examples": [
|
|
1554
|
-
"// Simple skeleton\n<DialSkeleton />\n\n// Text skeleton with custom size\n<DialSkeleton variant={DialSkeletonVariant.Text} width=\"200px\" height=\"20px\" />\n\n// Circular avatar skeleton\n<DialSkeleton variant={DialSkeletonVariant.Circular} width={40} height={40} />\n\n// Complex skeleton with avatar, showTitle and paragraph\n<DialSkeleton\n avatar\n showTitle\n paragraph={{ rows: 3 }}\n active\n/>\n\n// Conditional loading\n<DialSkeleton loading={isLoading}>\n <div>Your content here</div>\n</DialSkeleton>\n\n// Custom paragraph widths\n<DialSkeleton\n paragraph={{ rows: 3, width: ['100%', '80%', '60%'] }}\n/>\n\n// Avatar with size and shape\n<DialSkeleton\n avatar={{\n size: DialSkeletonAvatarSize.Large,\n shape: DialSkeletonAvatarShape.Square\n }}\n/>"
|
|
1555
|
-
],
|
|
1556
|
-
"sourceFile": "components/Skeleton/Skeleton.tsx"
|
|
1557
|
-
},
|
|
1558
1475
|
{
|
|
1559
1476
|
"name": "DialGrid",
|
|
1560
1477
|
"category": "Grid",
|
|
@@ -5127,7 +5044,7 @@
|
|
|
5127
5044
|
"sourceFile": "types/resizable-container.ts"
|
|
5128
5045
|
},
|
|
5129
5046
|
{
|
|
5130
|
-
"name": "
|
|
5047
|
+
"name": "SkeletonVariant",
|
|
5131
5048
|
"kind": "enum",
|
|
5132
5049
|
"members": [
|
|
5133
5050
|
{
|
|
@@ -5150,7 +5067,7 @@
|
|
|
5150
5067
|
"sourceFile": "types/skeleton.ts"
|
|
5151
5068
|
},
|
|
5152
5069
|
{
|
|
5153
|
-
"name": "
|
|
5070
|
+
"name": "SkeletonAvatarSize",
|
|
5154
5071
|
"kind": "enum",
|
|
5155
5072
|
"members": [
|
|
5156
5073
|
{
|
|
@@ -5169,7 +5086,7 @@
|
|
|
5169
5086
|
"sourceFile": "types/skeleton.ts"
|
|
5170
5087
|
},
|
|
5171
5088
|
{
|
|
5172
|
-
"name": "
|
|
5089
|
+
"name": "SkeletonAvatarShape",
|
|
5173
5090
|
"kind": "enum",
|
|
5174
5091
|
"members": [
|
|
5175
5092
|
{
|
|
@@ -5758,6 +5675,12 @@
|
|
|
5758
5675
|
"sourceFile": "components/Spinner/Spinner.tsx",
|
|
5759
5676
|
"signature": "Spinner: FC<SpinnerProps>"
|
|
5760
5677
|
},
|
|
5678
|
+
{
|
|
5679
|
+
"name": "Skeleton",
|
|
5680
|
+
"sourceFile": "components/Skeleton/Skeleton.tsx",
|
|
5681
|
+
"description": "Skeleton\naliases: PlaceholderUI|ShimmerLoader\n\nA placeholder component to show while content is loading.\nProvides various skeleton shapes and configurations.",
|
|
5682
|
+
"signature": "Skeleton: FC<SkeletonProps>"
|
|
5683
|
+
},
|
|
5761
5684
|
{
|
|
5762
5685
|
"name": "DEFAULT_GRID_DATE_FORMAT_OPTIONS",
|
|
5763
5686
|
"sourceFile": "components/Grid/renderers/constants.ts"
|
|
@@ -6012,6 +5935,12 @@
|
|
|
6012
5935
|
"description": "A Button dropdown component based on DialDropdown component\naliases: SplitButton|MenuButton",
|
|
6013
5936
|
"signature": "ButtonDropdown: FC<ButtonDropdownProps>"
|
|
6014
5937
|
},
|
|
5938
|
+
{
|
|
5939
|
+
"name": "MarkdownEditor",
|
|
5940
|
+
"sourceFile": "components/New/MarkdownEditor/MarkdownEditor.tsx",
|
|
5941
|
+
"description": "The 2.0 Markdown editor: a formatting toolbar (bold/italic/strikethrough,\ntext style, lists, quote/link/code, table) plus an edit/live/preview mode\nswitcher and fullscreen, built on top of `@uiw/react-md-editor`.",
|
|
5942
|
+
"signature": "MarkdownEditor: FC<MarkdownEditorProps>"
|
|
5943
|
+
},
|
|
6015
5944
|
{
|
|
6016
5945
|
"name": "InlineSelect",
|
|
6017
5946
|
"sourceFile": "components/New/InlineSelect/InlineSelect.tsx",
|
|
@@ -6023,6 +5952,18 @@
|
|
|
6023
5952
|
"sourceFile": "components/New/InlineSelect/InlineSelect.tsx",
|
|
6024
5953
|
"signature": "InlineSelectTrigger: FC<InlineSelectTriggerProps>"
|
|
6025
5954
|
},
|
|
5955
|
+
{
|
|
5956
|
+
"name": "Select",
|
|
5957
|
+
"sourceFile": "components/New/Select/Select.tsx",
|
|
5958
|
+
"description": "A versatile select supporting single and multiple selections.\naliases: OptionPicker|ChoiceSelector\n\nThe field is an , so it carries the 2.0 field styling, sizes,\nlabel, caption and error states, and it exposes the control as a `combobox`\nwhose popup is the option list.\n\nSingle mode:\n- The field shows the selected option's leading icon + label.\n- In the list, the selected option is indicated by a LEFT border, a tinted background\n and a trailing check icon.\n\nMultiple mode uses checkboxes (including Select All with indeterminate state) and\nrenders the selection as removable tags inside the field.\n\nThe field itself is never typeable: `searchable` puts a search field in the overlay\nheader that filters the options.",
|
|
5959
|
+
"signature": "Select: FC<SelectProps>"
|
|
5960
|
+
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "MultiSelectTags",
|
|
5963
|
+
"sourceFile": "components/New/Select/MultiSelectTags.tsx",
|
|
5964
|
+
"description": "The selected values of a multi-select, rendered as removable tags inside the\nfield.",
|
|
5965
|
+
"signature": "MultiSelectTags: FC<MultiSelectTagsProps>"
|
|
5966
|
+
},
|
|
6026
5967
|
{
|
|
6027
5968
|
"name": "InfoButton",
|
|
6028
5969
|
"sourceFile": "components/New/InfoButton/InfoButton.tsx",
|
|
@@ -6047,6 +5988,42 @@
|
|
|
6047
5988
|
"description": "A flexible input component with icon support and various styling options\naliases: TextField|FormInput",
|
|
6048
5989
|
"signature": "Input: FC<InputProps>"
|
|
6049
5990
|
},
|
|
5991
|
+
{
|
|
5992
|
+
"name": "PasswordInput",
|
|
5993
|
+
"sourceFile": "components/New/PasswordInput/PasswordInput.tsx",
|
|
5994
|
+
"description": "A password field with a reveal toggle, built on .\naliases: SecureInput|ToggleablePassword\n\nThe toggle is a real `<button>`, so it is reachable by keyboard and announces\nboth its purpose and its state. `type` and `iconAfter` are owned by this\ncomponent; every other prop is passed through.",
|
|
5995
|
+
"signature": "PasswordInput: FC<PasswordInputProps>"
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"name": "NumberInput",
|
|
5999
|
+
"sourceFile": "components/New/NumberInput/NumberInput.tsx",
|
|
6000
|
+
"description": "A number field, built on .\naliases: NumericField|NumberField\n\n`type` is owned by this component; every other prop is passed\nthrough, so it shares the 2.0 field styling, sizes, label, caption and error\nstates.",
|
|
6001
|
+
"signature": "NumberInput: FC<NumberInputProps>"
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "Popup",
|
|
6005
|
+
"sourceFile": "components/New/Popup/Popup.tsx",
|
|
6006
|
+
"description": "An accessible modal dialog using Floating UI.\naliases: Modal|Dialog\n\nRenders in a portal with a scrim overlay, focus management, a header with the\ntitle and close control, a scrollable body and an optional footer. Sections\nare separated by spacing rather than rules; add your own through\n`headerClassName` or the footer node if a surface needs them.\n\nA string `header` names the dialog automatically. A `header` node cannot —\npass `ariaLabel` in that case, or the dialog opens unnamed.",
|
|
6007
|
+
"signature": "Popup: FC<PopupProps>"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"name": "CloseButton",
|
|
6011
|
+
"sourceFile": "components/New/CloseButton/CloseButton.tsx",
|
|
6012
|
+
"description": "A close button: a ghost carrying an X icon.\naliases: DismissButton|ExitButton\n\nSized through like every other 2.0 control. It defaults to\nthe small 24px box that headers and toasts want; pass `ElementSize.Standard`\nwhere the control stands alone, since only that variant carries the 44×44\npointer target. Name it after the thing it closes (\"Close dialog\", \"Close\nnotification\") — the default `\"Close\"` only keeps the control from being unnamed.",
|
|
6013
|
+
"signature": "CloseButton: FC<CloseButtonProps>"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "ConfirmationPopup",
|
|
6017
|
+
"sourceFile": "components/New/ConfirmationPopup/ConfirmationPopup.tsx",
|
|
6018
|
+
"description": "A confirmation dialog built from and the 2.0 .\naliases: ConfirmDialog|WarningDialog\n\nProvides an accessible modal with a title, optional description or custom content,\nand a footer with Cancel / Confirm actions.",
|
|
6019
|
+
"signature": "ConfirmationPopup: FC<ConfirmationPopupProps>"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"name": "Dropdown",
|
|
6023
|
+
"sourceFile": "components/New/Dropdown/Dropdown.tsx",
|
|
6024
|
+
"description": "Renders the given trigger (`children`) and a floating contextual menu overlay.\naliases: ContextMenu|PopupMenu\n\nSupports click/hover/contextMenu triggers, controlled/uncontrolled open, and an optional\nclose button inside the overlay. Placement is taken directly from Floating UI; when\n`placement` is **undefined** (default), automatic placement is handled by `autoPlacement`.",
|
|
6025
|
+
"signature": "Dropdown: FC<DropdownProps>"
|
|
6026
|
+
},
|
|
6050
6027
|
{
|
|
6051
6028
|
"name": "CaptionText",
|
|
6052
6029
|
"sourceFile": "components/New/CaptionText/CaptionText.tsx",
|
package/dist/dial-ui-kit.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-Dw1hi3_q.cjs");exports.AnalyticsCardVariant=a.AnalyticsCardVariant;exports.BASE_ICON_PROPS=a.BASE_ICON_PROPS;exports.BASE_ICON_SIZE=a.BASE_ICON_SIZE;exports.Button=a.Button;exports.ButtonAppearance=a.ButtonAppearance;exports.ButtonDropdown=a.ButtonDropdown;exports.ButtonVariant=a.ButtonVariant;exports.Calendar=a.Calendar;exports.CalendarMode=a.CalendarMode;exports.CaptionText=a.CaptionText;exports.CardShell=a.CardShell;exports.CloseButton=a.CloseButton;exports.ConfirmationPopup=a.ConfirmationPopup;exports.ConfirmationPopupVariant=a.ConfirmationPopupVariant;exports.DEFAULT_ANALYTICS_BAR_COLOR_MAP=a.DEFAULT_ANALYTICS_BAR_COLOR_MAP;exports.DEFAULT_GRID_DATE_FORMAT_OPTIONS=a.DEFAULT_DATE_FORMAT_OPTIONS;exports.DEFAULT_GRID_DATE_LOCALE=a.DEFAULT_LOCALE;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;exports.DangerButton=a.DangerButton;exports.DangerIconButton=a.DangerIconButton;exports.DialAccordion=a.DialAccordion;exports.DialAnalyticsBar=a.DialAnalyticsBar;exports.DialAnalyticsBarGroup=a.DialAnalyticsBarGroup;exports.DialAnalyticsCard=a.DialAnalyticsCard;exports.DialAnalyticsErrorTag=a.DialAnalyticsErrorTag;exports.DialAnalyticsHistogram=a.DialAnalyticsHistogram;exports.DialAutocompleteInputValue=a.DialAutocompleteInputValue;exports.DialBreadcrumb=a.DialBreadcrumb;exports.DialBreadcrumbItem=a.DialBreadcrumbItem;exports.DialButton=a.DialButton;exports.DialButtonDropdown=a.DialButtonDropdown;exports.DialCaptionText=a.DialCaptionText;exports.DialCheckbox=a.DialCheckbox;exports.DialCloseButton=a.DialCloseButton;exports.DialCollapsibleSidebar=a.DialCollapsibleSidebar;exports.DialConditionalResizableContainer=a.DialConditionalResizableContainer;exports.DialConfirmationPopup=a.DialConfirmationPopup;exports.DialDangerButton=a.DialDangerButton;exports.DialDangerIconButton=a.DialDangerIconButton;exports.DialDateCellRenderer=a.DialDateCellRenderer;exports.DialDestinationFolderPopup=a.DialDestinationFolderPopup;exports.DialDraggableItem=a.DialDraggableItem;exports.DialDropdown=a.DialDropdown;exports.DialDropdownIcon=a.DialDropdownIcon;exports.DialEllipsisTooltip=a.DialEllipsisTooltip;exports.DialErrorText=a.DialErrorText;exports.DialFileIcon=a.DialFileIcon;exports.DialFileManager=a.DialFileManager;exports.DialFileManagerActions=a.DialFileManagerActions;exports.DialFileManagerTabs=a.DialFileManagerTabs;exports.DialFileName=a.DialFileName;exports.DialFileNodeType=a.DialFileNodeType;exports.DialFilePermission=a.DialFilePermission;exports.DialFileResourceType=a.DialFileResourceType;exports.DialFolderName=a.DialFolderName;exports.DialFoldersTree=a.DialFoldersTree;exports.DialFormItem=a.DialFormItem;exports.DialFormPopup=a.DialFormPopup;exports.DialGhostButton=a.DialGhostButton;exports.DialGhostIconButton=a.DialGhostIconButton;exports.DialGrid=a.DialGrid;exports.DialIcon=a.DialIcon;exports.DialIconButton=a.DialIconButton;exports.DialInput=a.DialInput;exports.DialInputPopup=a.DialInputPopup;exports.DialItemType=a.DialItemType;exports.DialLabel=a.DialLabel;exports.DialLabelledText=a.DialLabelledText;exports.DialLinkButton=a.DialLinkButton;exports.DialLoadFileArea=a.DialLoadFileArea;exports.DialLoadFileAreaField=a.DialLoadFileAreaField;exports.DialLoader=a.DialLoader;exports.DialNeutralButton=a.DialNeutralButton;exports.DialNeutralIconButton=a.DialNeutralIconButton;exports.DialNoDataContent=a.DialNoDataContent;exports.DialNotification=a.DialNotification;exports.DialNumberInput=a.DialNumberInput;exports.DialPagination=a.DialPagination;exports.DialPasswordInput=a.DialPasswordInput;exports.DialPopup=a.DialPopup;exports.DialPrimaryButton=a.DialPrimaryButton;exports.DialPrimaryIconButton=a.DialPrimaryIconButton;exports.DialProgressBar=a.DialProgressBar;exports.DialProgressBarSize=a.DialProgressBarSize;exports.DialRadioButton=a.DialRadioButton;exports.DialRadioGroup=a.DialRadioGroup;exports.DialRadioGroupPopupField=a.DialRadioGroupPopupField;exports.DialRemoveButton=a.DialRemoveButton;exports.DialResizableContainer=a.DialResizableContainer;exports.DialSchemaRenderer=a.DialSchemaRenderer;exports.DialSearch=a.DialSearch;exports.DialSecondaryIconButton=a.DialSecondaryIconButton;exports.DialSegmentedControl=a.DialSegmentedControl;exports.DialSelect=a.DialSelect;exports.DialSelectField=a.DialSelectField;exports.DialSharedEntityIndicator=a.DialSharedEntityIndicator;exports.DialSlider=a.DialSlider;exports.DialSteps=a.DialSteps;exports.DialSuccessIconButton=a.DialSuccessIconButton;exports.DialSwitch=a.DialSwitch;exports.DialTabs=a.DialTabs;exports.DialTag=a.DialTag;exports.DialTagInput=a.DialTagInput;exports.DialTertiaryIconButton=a.DialTertiaryIconButton;exports.DialTextarea=a.DialTextarea;exports.DialTooltip=a.DialTooltip;exports.DialTooltipContainer=a.DialTooltipContainer;exports.DialTooltipContent=a.DialTooltipContent;exports.DialTooltipTrigger=a.DialTooltipTrigger;exports.Dropdown=a.Dropdown;exports.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.EDITABLE_CONTAINER_ATTRIBUTE=a.EDITABLE_CONTAINER_ATTRIBUTE;exports.EditorThemes=a.EditorThemes;exports.ElementSize=a.ElementSize;exports.ErrorMessageNotification=a.ErrorMessageNotification;exports.ErrorText=a.ErrorText;exports.ErrorToastNotification=a.ErrorToastNotification;exports.FabButton=a.FabButton;exports.FileManagerColumnKey=a.FileManagerColumnKey;exports.FileManagerProvider=a.FileManagerProvider;exports.FlexibleActionsDirection=a.FlexibleActionsDirection;exports.FolderPath=a.FolderPath;exports.FormItemOrientation=a.FormItemOrientation;exports.GhostButton=a.GhostButton;exports.GhostIconButton=a.GhostIconButton;exports.GridSelectionMode=a.GridSelectionMode;exports.Highlight=a.Highlight;exports.IconButton=a.IconButton;exports.InfoButton=a.InfoButton;exports.InfoMessageNotification=a.InfoMessageNotification;exports.InfoToastNotification=a.InfoToastNotification;exports.InlineSelect=a.InlineSelect;exports.InlineSelectTrigger=a.InlineSelectTrigger;exports.Input=a.Input;exports.JsonSchemaType=a.JsonSchemaType;exports.Label=a.Label;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;exports.LazyMarkdownEditor=a.LazyMarkdownEditor;exports.LinkButton=a.LinkButton;exports.LoadingMessageNotification=a.LoadingMessageNotification;exports.LoadingToastNotification=a.LoadingToastNotification;exports.MultiSelectTags=a.MultiSelectTags;exports.NAME_COLUMN=a.NAME_COLUMN;exports.NOT_ALLOWED_SPACES=a.NOT_ALLOWED_SPACES;exports.NOT_ALLOWED_SPACES_REGEXP=a.NOT_ALLOWED_SPACES_REGEXP;exports.NOT_ALLOWED_SYMBOLS=a.NOT_ALLOWED_SYMBOLS;exports.NOT_ALLOWED_SYMBOLS_REGEXP=a.NOT_ALLOWED_SYMBOLS_REGEXP;exports.NeutralButton=a.NeutralButton;exports.NeutralIconButton=a.NeutralIconButton;exports.Notification=a.Notification;exports.NotificationType=a.NotificationType;exports.NotificationVariant=a.NotificationVariant;exports.NumberInput=a.NumberInput;exports.OutlinedButton=a.OutlinedButton;exports.PasswordInput=a.PasswordInput;exports.Popup=a.Popup;exports.PopupSize=a.PopupSize;exports.PrimaryButton=a.PrimaryButton;exports.PrimaryIconButton=a.PrimaryIconButton;exports.RadioGroupOrientation=a.RadioGroupOrientation;exports.ResizableContainerSide=a.ResizableContainerSide;exports.SIZE_COLUMN=a.SIZE_COLUMN;exports.SchemaDisplayMode=a.SchemaDisplayMode;exports.SchemaOrientation=a.SchemaOrientation;exports.SchemaRendererVariant=a.SchemaRendererVariant;exports.ScreenResolution=a.ScreenResolution;exports.Select=a.Select;exports.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.Skeleton=a.Skeleton;exports.SkeletonAvatarShape=a.SkeletonAvatarShape;exports.SkeletonAvatarSize=a.SkeletonAvatarSize;exports.SkeletonVariant=a.SkeletonVariant;exports.Spinner=a.Spinner;exports.StaticIconButton=a.StaticIconButton;exports.StepStatus=a.StepStatus;exports.SuccessMessageNotification=a.SuccessMessageNotification;exports.SuccessToastNotification=a.SuccessToastNotification;exports.TabOrientation=a.TabOrientation;exports.TabView=a.TabView;exports.Textarea=a.Textarea;exports.UPDATED_AT_COLUMN=a.UPDATED_AT_COLUMN;exports.WarningMessageNotification=a.WarningMessageNotification;exports.WarningToastNotification=a.WarningToastNotification;exports.convertGridDateToDate=a.convertToDate;exports.editableContainerProps=a.editableContainerProps;exports.mergeClasses=a.mergeClasses;exports.useDialFileManagerTabs=a.useDialFileManagerTabs;exports.useEditableItem=a.useEditableItem;exports.useFileManagerContext=a.useFileManagerContext;exports.wrapInRootFolder=a.wrapInRootFolder;
|