@epam/ai-dial-ui-kit 0.13.0-dev.19 → 0.13.0-dev.21
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-Dx8Nqoi0.js → JsonEditor-DJ1uusmG.js} +1 -1
- package/dist/{JsonEditor-CA7NiwCF.cjs → JsonEditor-DTssBtfu.cjs} +1 -1
- package/dist/{MarkdownEditor-CGYu0816.cjs → MarkdownEditor-CSc6mQFa.cjs} +1 -1
- package/dist/{MarkdownEditor-ChL36jsG.js → MarkdownEditor-DGbOtQT4.js} +1 -1
- package/dist/components-manifest.json +219 -43
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +172 -151
- package/dist/{index-nXM5jxpr.cjs → index-COd_ZMPS.cjs} +30 -30
- package/dist/{index-Oyo4CYlW.js → index-CenSNlib.js} +6855 -6692
- package/dist/index.css +2 -2
- package/dist/src/components/Button/ButtonWrappers.d.ts +0 -15
- package/dist/src/components/FabButton/FabButton.d.ts +3 -3
- package/dist/src/components/New/Button/Button.d.ts +50 -0
- package/dist/src/components/New/Button/ButtonWrappers.d.ts +83 -0
- package/dist/src/components/New/Button/__tests__/utils.spec.d.ts +1 -0
- package/dist/src/components/New/Button/constants.d.ts +2 -0
- package/dist/src/components/New/Button/utils.d.ts +2 -0
- package/dist/src/components/New/Calendar/constants.d.ts +5 -5
- package/dist/src/components/New/IconButton/IconButton.d.ts +43 -0
- package/dist/src/components/New/IconButton/IconButtonWrappers.d.ts +70 -0
- package/dist/src/components/New/Notification/constants.d.ts +1 -1
- package/dist/src/index.d.ts +27 -7
- package/dist/src/types/button.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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-COd_ZMPS.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-COd_ZMPS.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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.13.0-dev.
|
|
3
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"version": "0.13.0-dev.21",
|
|
3
|
+
"generatedAt": "2026-07-30T21:40:15.415Z",
|
|
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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"setupNotes": "## Next.js Integration\n1. Install the package and peer dependencies that are not currently in your project\n``` bash\nnpm install @epam/ai-dial-ui-kit\nnpm install react react-dom @tabler/icons-react classnames\nnpm install @floating-ui/react monaco-editor @monaco-editor/react\n```\n\n2. Import style in the root layout of the project:\n\n```tsx\n// app/layout.tsx\nimport \"@epam/ai-dial-ui-kit/styles.css\";\n```\n\n3. Usage example\n\n```tsx\n// app/page.tsx\n\"use client\";\nimport { DialPrimaryButton } from \"@epam/ai-dial-ui-kit\";\n\nexport default function Home() {\n return (\n <div className=\"w-full h-full flex flex-col gap-3 items-center justify-center\">\n <h1>Test library</h1>\n <DialPrimaryButton onClick={() => alert('Hello AI DIAL!')} />\n </div>\n );\n}\n```\nSee \"🎨 Theming & Customization\" section in README."
|
|
22
22
|
},
|
|
23
23
|
"styles": "# Typography CSS Utility Classes\n\n## Design-system-compliant classes (`dial-*-text`)\n\nUse these by default. They follow the design system type scale.\n\n| Class | Weight | Size / Line-height |\n| --------------------------------- | -------- | ----------------------- |\n| `.dial-display1-text` | semibold | 32px / 48px |\n| `.dial-display2-text` | semibold | 28px / 40px |\n| `.dial-h1-text` | semibold | 22px / 32px |\n| `.dial-h2-text` | semibold | 20px / 28px |\n| `.dial-h3-text` | semibold | 18px / 26px |\n| `.dial-body-text` | normal | 16px / 24px |\n| `.dial-body-semi-text` | semibold | 16px / 24px |\n| `.dial-body-paragraph-text` | normal | 16px / 26px |\n| `.dial-body-paragraph-semi-text` | semibold | 16px / 26px |\n| `.dial-small-text` | normal | 14px / 20px |\n| `.dial-small-semi-text` | semibold | 14px / 20px |\n| `.dial-small-paragraph-text` | normal | 14px / 24px |\n| `.dial-small-paragraph-semi-text` | semibold | 14px / 24px |\n| `.dial-tiny-text` | normal | 12px / 16px |\n| `.dial-tiny-semi-text` | semibold | 12px / 16px |\n| `.dial-caption-text` | normal | 10px / 12px |\n| `.dial-caption-semi-text` | semibold | 10px / 12px |\n| `.dial-code-text` | normal | 14px / 20px (monospace) |\n\n## Legacy classes (avoid in new code)\n\nClasses like `dial-h1`, `dial-h2`, `dial-body`, `dial-small*`, `dial-tiny*`, `dial-caption` are legacy. They can be used in legacy projects if user explicidly specify they need legacy typography.\n\n## Raw SCSS source\n",
|
|
24
|
-
"theming": "# Theming & CSS Variable Tokens\n\nAI DIAL UI Kit uses CSS custom properties (variables) for theming.\nDark and light themes are switched by setting different values for these variables on `:root` or a theme wrapper element.\n\n## Usage in Tailwind\n\nThe Tailwind config maps CSS variables to utility classes.\nUse these classes in your components:\n\n```tsx\n// Backgrounds\n<div className=\"bg-layer-0\" /> // darkest background\n<div className=\"bg-layer-1\" /> // main content area\n<div className=\"bg-layer-2\" /> // elevated panels\n\n// Text\n<span className=\"text-primary\" /> // main text color\n<span className=\"text-secondary\" /> // muted text\n<span className=\"text-error\" /> // error state\n\n// Borders\n<div className=\"border border-primary\" /> // standard border\n<div className=\"border border-error\" /> // error border\n```\n\n## Override CSS Variables\n\n```css\n:root {\n --bg-layer-0: #000000;\n --bg-layer-1: #0c101d;\n --bg-layer-2: #161b2d;\n --bg-layer-3: #1d2439;\n --text-primary: #eef1f7;\n --text-secondary: #9fa6bd;\n --text-error: #f76464;\n --stroke-primary: #696e7c;\n --controls-bg-accent-primary: #3664e2;\n /* ... see tailwind.config.js for full list */\n}\n```\n\n## Token Reference\n\n\n### backgroundsColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `layer-
|
|
24
|
+
"theming": "# Theming & CSS Variable Tokens\n\nAI DIAL UI Kit uses CSS custom properties (variables) for theming.\nDark and light themes are switched by setting different values for these variables on `:root` or a theme wrapper element.\n\n## Usage in Tailwind\n\nThe Tailwind config maps CSS variables to utility classes.\nUse these classes in your components:\n\n```tsx\n// Backgrounds\n<div className=\"bg-layer-0\" /> // darkest background\n<div className=\"bg-layer-1\" /> // main content area\n<div className=\"bg-layer-2\" /> // elevated panels\n\n// Text\n<span className=\"text-primary\" /> // main text color\n<span className=\"text-secondary\" /> // muted text\n<span className=\"text-error\" /> // error state\n\n// Borders\n<div className=\"border border-primary\" /> // standard border\n<div className=\"border border-error\" /> // error border\n```\n\n## Override CSS Variables\n\n```css\n:root {\n --bg-layer-0: #000000;\n --bg-layer-1: #0c101d;\n --bg-layer-2: #161b2d;\n --bg-layer-3: #1d2439;\n --text-primary: #eef1f7;\n --text-secondary: #9fa6bd;\n --text-error: #f76464;\n --stroke-primary: #696e7c;\n --controls-bg-accent-primary: #3664e2;\n /* ... see tailwind.config.js for full list */\n}\n```\n\n## Token Reference\n\n\n### backgroundsColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `layer-sunken` | `var(--bg-layer-sunken)` | `#EEF1F7` |\n| `layer-base` | `var(--bg-layer-base)` | `#F5F7FA` |\n| `layer-raised` | `var(--bg-layer-raised)` | `#FCFCFC` |\n| `shadow-blue` | `var(--shadow-blue-500)` | `#2764D924` |\n| `shadow-grey` | `var(--shadow-grey-1000)` | `#161B2D08` |\n| `layer-0` | `var(--bg-layer-0)` | `#FCFCFC` |\n| `layer-1` | `var(--bg-layer-1)` | `#E0E6F0` |\n| `layer-2` | `var(--bg-layer-2)` | `#EEF1F7` |\n| `layer-3` | `var(--bg-layer-3)` | `#FCFCFC` |\n| `layer-4` | `var(--bg-layer-4)` | `#D1DBEA` |\n| `layer-5` | `var(--bg-layer-5)` | `#F5F7FA` |\n| `layer-6` | `var(--bg-layer-6)` | `#F8FAFC` |\n| `layer-7` | `var(--bg-layer-7)` | `#00000006` |\n| `layer-8` | `var(--bg-layer-8)` | `#f0f2f5` |\n| `accent-primary-alpha` | `var(--bg-accent-primary-alpha)` | `#7DA4FF26` |\n| `accent-secondary-alpha` | `var(--bg-accent-secondary-alpha)` | `#37BABC2E` |\n| `accent-tertiary-alpha` | `var(--bg-accent-tertiary-alpha)` | `#A972FF2E` |\n| `accent-primary` | `var(--bg-accent-primary)` | `#5C8DEA` |\n| `accent-secondary` | `var(--bg-accent-secondary)` | `#37BABC` |\n| `accent-tertiary` | `var(--bg-accent-tertiary)` | `#A972FF` |\n| `red-400` | `var(--bg-red-400)` | `#F76464` |\n| `orange-400` | `var(--bg-orange-400)` | `#D97C27` |\n| `orange-800` | `var(--bg-orange-800)` | `#B25500` |\n\n### controlsBgColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `control-accent-alpha` | `var(--bg-control-accent-alpha)` | `#2764D90F` |\n| `control-accent-alpha-hover` | `var(--bg-control-accent-alpha-hover)` | `#2764D924` |\n| `control-accent-alpha-active` | `var(--bg-control-accent-alpha-active)` | `#2764D933` |\n| `control-accent` | `var(--bg-control-accent)` | `#124ACE` |\n| `control-neutral` | `var(--bg-control-neutral)` | `#FCFCFC` |\n| `control-neutral-hover` | `var(--bg-control-neutral-hover)` | `#E0E6F0` |\n| `control-neutral-active` | `var(--bg-control-neutral-active)` | `#D1DBEA` |\n| `control-error` | `var(--bg-control-error)` | `#AE2F2F` |\n| `control-error-hover` | `var(--bg-control-error-hover)` | `#BF3939` |\n| `control-error-active` | `var(--bg-control-error-active)` | `#CC4545` |\n| `control-error-alpha-hover` | `var(--bg-control-error-alpha-hover)` | `#F764641A` |\n| `control-error-alpha-active` | `var(--bg-control-error-alpha-active)` | `#F7646433` |\n| `control-disable` | `var(--bg-control-disable)` | `#C7CBD4` |\n| `controls-accent-primary` | `var(--controls-bg-accent-primary)` | `#124ACE` |\n| `controls-accent-primary-hover` | `var(--controls-bg-accent-primary-hover)` | `#2656D9` |\n| `controls-accent-primary-active` | `var(--controls-bg-accent-primary-active)` | `#3664E2` |\n| `controls-accent-primary-alpha-active` | `var(--controls-bg-accent-primary-alpha-active)` | `#7DA4FF5C` |\n| `controls-accent-secondary-alpha-active` | `var(--controls-bg-accent-secondary-alpha-active)` | `#37BABC5C` |\n| `controls-accent-tertiary-alpha-active` | `var(--controls-bg-accent-tertiary-alpha-active)` | `#A972FF5C` |\n| `controls-error` | `var(--controls-bg-error)` | `#AE2F2F` |\n| `controls-error-hover` | `var(--controls-bg-error-hover)` | `#BF3939` |\n| `controls-error-active` | `var(--controls-bg-error-active)` | `#CC4545` |\n| `controls-error-alpha-hover` | `var(--controls-bg-alpha-hover)` | `#F764642E` |\n| `controls-error-alpha-active` | `var(--controls-bg-error-alpha-active)` | `#F764645C` |\n| `controls-disable-accent` | `var(--controls-bg-disable-accent)` | `#7C8293` |\n| `controls-disable` | `var(--controls-bg-disable)` | `#D1DBEA` |\n| `controls-neutral-hover` | `var(--controls-bg-neutral-hover)` | `#D1DBEA` |\n| `controls-neutral-active` | `var(--controls-bg-neutral-active)` | `#9FA6BD` |\n| `controls-accent-success-alpha-hover` | `var(--controls-bg-accent-success-alpha-hover)` | `#37BABC2E` |\n| `controls-accent-success-alpha-active` | `var(--controls-bg-accent-success-alpha-active)` | `#37BABC5C` |\n| `controls-accent` | `var(--controls-bg-accent)` | `#5C8DEA` |\n| `controls-accent-hover` | `var(--controls-bg-accent-hover)` | `#4878D2` |\n| `controls-accent-alpha` | `var(--controls-bg-accent-alpha)` | `#5C8DEA2B` |\n| `controls-enable-primary` | `var(--controls-enable-primary)` | `#FCFCFC` |\n\n### borderColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `accent-alpha` | `var(--stroke-accent-alpha)` | `#2764D933` |\n| `error-alpha` | `var(--stroke-error-alpha)` | `#AE2F2F73` |\n| `accent-primary` | `var(--stroke-accent-primary)` | `#124ACE` |\n| `accent-primary-hover` | `var(--stroke-accent-primary-hover)` | `#7DA4FF` |\n| `accent-secondary` | `var(--stroke-accent-secondary)` | `#007274` |\n| `accent-tertiary` | `var(--stroke-accent-tertiary)` | `#7E39EC` |\n| `hover-tint` | `var(--stroke-hover-tint)` | `#0000001f` |\n| `controls-accent` | `var(--controls-bg-accent)` | `#5C8DEA` |\n| `accent-primary-hover` | `var(--stroke-accent-primary-hover)` | `#4878d2` |\n| `red-900` | `var(--red-900)` | `#402027` |\n\n### controlsBorderColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `controls-focus` | `var(--controls-stroke-focus)` | `#EEF1F7` |\n\n### textColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `warning-icon` | `var(--text-warning-icon)` | `#EEC840` |\n| `accent-primary` | `var(--text-accent-primary)` | `#7DA4FF` |\n| `accent-secondary` | `var(--text-accent-secondary)` | `#37BABC` |\n| `accent-tertiary` | `var(--text-accent-tertiary)` | `#A972FF` |\n| `controls-disable` | `var(--controls-text-disable)` | `#0C101D` |\n\n### controlsTextColors\n| Tailwind class suffix | CSS variable | Default value |\n|---|---|---|\n| `control-permanent` | `var(--text-control-permanent)` | `#FCFCFC` |\n| `control-disable` | `var(--text-control-disable)` | `#6B7280` |\n| `control-blue-hover` | `var(--text-control-blue-hover)` | `#5976E9` |\n| `control-blue-active` | `var(--text-control-blue-active)` | `#6785FB` |\n| `controls-permanent` | `var(--controls-text-permanent)` | `#FCFCFC` |\n| `controls-accent-disable` | `var(--controls-text-accent-disable)` | `#D1DBEA` |\n| `controls-primary-disable` | `var(--controls-text-primary-disable)` | `#696E7C` |\n| `controls-secondary-disable` | `var(--controls-text-secondary-disable)` | `#9FA6BD` |\n| `controls-neutral` | `var(--controls-text-neutral)` | `#161B2D` |\n| `controls-accent-primary-hover` | `var(--controls-text-accent-primary-hover)` | `#3664E2` |\n| `controls-accent-primary-active` | `var(--controls-text-accent-primary-active)` | `#7DA4FF` |\n| `controls-primary` | `var(--controls-primary)` | `#FCFCFC` |\n| `controls-disable` | `var(--controls-text-disable)` | `#575F73` |",
|
|
25
25
|
"components": [
|
|
26
26
|
{
|
|
27
27
|
"name": "DialCaptionText",
|
|
@@ -1741,6 +1741,54 @@
|
|
|
1741
1741
|
],
|
|
1742
1742
|
"sourceFile": "components/Grid/Grid.tsx"
|
|
1743
1743
|
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "DialDateCellRenderer",
|
|
1746
|
+
"category": "Grid",
|
|
1747
|
+
"description": "Minimal date cell renderer (ag-Grid compatible).\n\nRenders the value in the **\"MMM dd, yyyy\"** format (e.g., \"Jul 20, 2025\"),\nwrapped in `DialEllipsisTooltip` (tooltip only appears if truncated).",
|
|
1748
|
+
"props": [
|
|
1749
|
+
{
|
|
1750
|
+
"name": "value",
|
|
1751
|
+
"type": "DateValue | null",
|
|
1752
|
+
"required": false
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "locale",
|
|
1756
|
+
"type": "string",
|
|
1757
|
+
"required": false,
|
|
1758
|
+
"defaultValue": "DEFAULT_LOCALE",
|
|
1759
|
+
"description": "Locale fixed to U.S. English by default to enforce \"Jul 20, 2025\"."
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"name": "options",
|
|
1763
|
+
"type": "Intl.DateTimeFormatOptions",
|
|
1764
|
+
"required": false,
|
|
1765
|
+
"defaultValue": "DEFAULT_DATE_FORMAT_OPTIONS",
|
|
1766
|
+
"description": "Options for date formatting (e.g., timeZone)."
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "emptyPlaceholder",
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"required": false,
|
|
1772
|
+
"description": "Placeholder when value is empty/invalid."
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "className",
|
|
1776
|
+
"type": "string",
|
|
1777
|
+
"required": false,
|
|
1778
|
+
"description": "Additional classes merged into the wrapper."
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "hideTooltip",
|
|
1782
|
+
"type": "boolean",
|
|
1783
|
+
"required": false,
|
|
1784
|
+
"defaultValue": "false"
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1787
|
+
"examples": [
|
|
1788
|
+
"// ag-Grid colDef\n{ field: 'createdAt', cellRenderer: DateCellRenderer, cellRendererParams: { options: { timeZone: 'UTC' } } }\n\n// Direct usage\n<DateCellRenderer value=\"2025-07-20T00:00:00Z\" options={{ timeZone: 'UTC' }} />\n<DateCellRenderer value={1752969600000} options={{ timeZone: 'UTC' }} /> // milliseconds"
|
|
1789
|
+
],
|
|
1790
|
+
"sourceFile": "components/Grid/renderers/DateCellRenderer.tsx"
|
|
1791
|
+
},
|
|
1744
1792
|
{
|
|
1745
1793
|
"name": "DialTabs",
|
|
1746
1794
|
"category": "Navigation",
|
|
@@ -2106,23 +2154,6 @@
|
|
|
2106
2154
|
],
|
|
2107
2155
|
"sourceFile": "components/Button/ButtonWrappers.tsx"
|
|
2108
2156
|
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "DialRoundedButton",
|
|
2111
|
-
"category": "Elements/Buttons",
|
|
2112
|
-
"description": "A pill-shaped neutral button with an optional selected state.",
|
|
2113
|
-
"props": [
|
|
2114
|
-
{
|
|
2115
|
-
"name": "selected",
|
|
2116
|
-
"type": "boolean",
|
|
2117
|
-
"required": false,
|
|
2118
|
-
"description": "Applies accent-primary tint and border when true"
|
|
2119
|
-
}
|
|
2120
|
-
],
|
|
2121
|
-
"examples": [
|
|
2122
|
-
"<DialRoundedButton label=\"Tag\" selected={isActive} onClick={handleClick} />"
|
|
2123
|
-
],
|
|
2124
|
-
"sourceFile": "components/Button/ButtonWrappers.tsx"
|
|
2125
|
-
},
|
|
2126
2157
|
{
|
|
2127
2158
|
"name": "DialDangerIconButton",
|
|
2128
2159
|
"category": "Elements/Buttons",
|
|
@@ -2252,29 +2283,6 @@
|
|
|
2252
2283
|
],
|
|
2253
2284
|
"sourceFile": "components/RemoveButton/RemoveButton.tsx"
|
|
2254
2285
|
},
|
|
2255
|
-
{
|
|
2256
|
-
"name": "DialFabButton",
|
|
2257
|
-
"category": "Elements/Buttons",
|
|
2258
|
-
"description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
|
|
2259
|
-
"props": [
|
|
2260
|
-
{
|
|
2261
|
-
"name": "icon",
|
|
2262
|
-
"type": "ReactNode",
|
|
2263
|
-
"required": false,
|
|
2264
|
-
"description": "Icon to display inside the button"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "tooltipProps",
|
|
2268
|
-
"type": "TooltipProps",
|
|
2269
|
-
"required": false,
|
|
2270
|
-
"description": "Optional tooltip configuration"
|
|
2271
|
-
}
|
|
2272
|
-
],
|
|
2273
|
-
"examples": [
|
|
2274
|
-
"<DialFabButton\n icon={<IconArrowNarrowDown size={24} stroke={1.5} />}\n onClick={handleClick}\n aria-label=\"Scroll to bottom\"\n/>"
|
|
2275
|
-
],
|
|
2276
|
-
"sourceFile": "components/FabButton/FabButton.tsx"
|
|
2277
|
-
},
|
|
2278
2286
|
{
|
|
2279
2287
|
"name": "DialTextarea",
|
|
2280
2288
|
"category": "Elements",
|
|
@@ -2370,6 +2378,30 @@
|
|
|
2370
2378
|
],
|
|
2371
2379
|
"sourceFile": "components/Tooltip/Tooltip.tsx"
|
|
2372
2380
|
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "DialTooltipContainer",
|
|
2383
|
+
"category": "Overlay",
|
|
2384
|
+
"description": "The container component that provides tooltip context and state management",
|
|
2385
|
+
"props": [],
|
|
2386
|
+
"examples": [],
|
|
2387
|
+
"sourceFile": "components/Tooltip/TooltipContainer.tsx"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"name": "DialTooltipContent",
|
|
2391
|
+
"category": "Overlay",
|
|
2392
|
+
"description": "The content area of a tooltip that displays the tooltip information",
|
|
2393
|
+
"props": [],
|
|
2394
|
+
"examples": [],
|
|
2395
|
+
"sourceFile": "components/Tooltip/TooltipContent.tsx"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"name": "DialTooltipTrigger",
|
|
2399
|
+
"category": "Overlay",
|
|
2400
|
+
"description": "The trigger element for a tooltip that can be clicked or hovered",
|
|
2401
|
+
"props": [],
|
|
2402
|
+
"examples": [],
|
|
2403
|
+
"sourceFile": "components/Tooltip/TooltipTrigger.tsx"
|
|
2404
|
+
},
|
|
2373
2405
|
{
|
|
2374
2406
|
"name": "DialSwitch",
|
|
2375
2407
|
"category": "Form",
|
|
@@ -4487,6 +4519,33 @@
|
|
|
4487
4519
|
],
|
|
4488
4520
|
"sourceFile": "models/analytics.ts"
|
|
4489
4521
|
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "DialTooltipContainerOptions",
|
|
4524
|
+
"kind": "interface",
|
|
4525
|
+
"members": [
|
|
4526
|
+
{
|
|
4527
|
+
"name": "initialOpen?",
|
|
4528
|
+
"value": "boolean"
|
|
4529
|
+
},
|
|
4530
|
+
{
|
|
4531
|
+
"name": "placement?",
|
|
4532
|
+
"value": "Placement"
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "isTriggerClickable?",
|
|
4536
|
+
"value": "boolean"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"name": "open?",
|
|
4540
|
+
"value": "boolean"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"name": "onOpenChange?",
|
|
4544
|
+
"value": "(open: boolean) => void"
|
|
4545
|
+
}
|
|
4546
|
+
],
|
|
4547
|
+
"sourceFile": "components/Tooltip/TooltipContext.tsx"
|
|
4548
|
+
},
|
|
4490
4549
|
{
|
|
4491
4550
|
"name": "FileManagerGridRow",
|
|
4492
4551
|
"kind": "interface",
|
|
@@ -4629,6 +4688,10 @@
|
|
|
4629
4688
|
"name": "Danger",
|
|
4630
4689
|
"value": "'danger'"
|
|
4631
4690
|
},
|
|
4691
|
+
{
|
|
4692
|
+
"name": "Static",
|
|
4693
|
+
"value": "'static'"
|
|
4694
|
+
},
|
|
4632
4695
|
{
|
|
4633
4696
|
"name": "Success",
|
|
4634
4697
|
"value": "'success'"
|
|
@@ -4788,6 +4851,21 @@
|
|
|
4788
4851
|
],
|
|
4789
4852
|
"sourceFile": "types/size.ts"
|
|
4790
4853
|
},
|
|
4854
|
+
{
|
|
4855
|
+
"name": "ScreenResolution",
|
|
4856
|
+
"kind": "enum",
|
|
4857
|
+
"members": [
|
|
4858
|
+
{
|
|
4859
|
+
"name": "Mobile",
|
|
4860
|
+
"value": "'mobile'"
|
|
4861
|
+
},
|
|
4862
|
+
{
|
|
4863
|
+
"name": "Tablet",
|
|
4864
|
+
"value": "'tablet'"
|
|
4865
|
+
}
|
|
4866
|
+
],
|
|
4867
|
+
"sourceFile": "types/tab.ts"
|
|
4868
|
+
},
|
|
4791
4869
|
{
|
|
4792
4870
|
"name": "TabOrientation",
|
|
4793
4871
|
"kind": "enum",
|
|
@@ -5692,17 +5770,43 @@
|
|
|
5692
5770
|
"sourceFile": "types/analytics.ts",
|
|
5693
5771
|
"signature": "enum AnalyticsCardVariant { Default = 'default', Compact = 'compact' }"
|
|
5694
5772
|
},
|
|
5773
|
+
{
|
|
5774
|
+
"name": "DEFAULT_GRID_DATE_FORMAT_OPTIONS",
|
|
5775
|
+
"sourceFile": "components/Grid/renderers/constants.ts"
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"name": "DEFAULT_GRID_DATE_LOCALE",
|
|
5779
|
+
"sourceFile": "components/Grid/renderers/constants.ts"
|
|
5780
|
+
},
|
|
5781
|
+
{
|
|
5782
|
+
"name": "convertGridDateToDate",
|
|
5783
|
+
"sourceFile": "components/Grid/renderers/utils.ts"
|
|
5784
|
+
},
|
|
5695
5785
|
{
|
|
5696
5786
|
"name": "useDialFileManagerTabs",
|
|
5697
5787
|
"sourceFile": "components/FileManager/hooks/use-file-manager-tabs.tsx",
|
|
5698
5788
|
"signature": "(tabLabels?: Record<DialFileManagerTabs, string>, initialTab: DialFileManagerTabs = DialFileManagerTabs.MyFiles) => unknown"
|
|
5699
5789
|
},
|
|
5790
|
+
{
|
|
5791
|
+
"name": "EDITABLE_CONTAINER_ATTRIBUTE",
|
|
5792
|
+
"sourceFile": "hooks/use-editable-item.tsx",
|
|
5793
|
+
"signature": "EDITABLE_CONTAINER_ATTRIBUTE = 'data-editable-container'"
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"name": "editableContainerProps",
|
|
5797
|
+
"sourceFile": "hooks/use-editable-item.tsx",
|
|
5798
|
+
"signature": "editableContainerProps = {\n [EDITABLE_CONTAINER_ATTRIBUTE]: '',\n} as const"
|
|
5799
|
+
},
|
|
5700
5800
|
{
|
|
5701
5801
|
"name": "useEditableItem",
|
|
5702
5802
|
"sourceFile": "hooks/use-editable-item.tsx",
|
|
5703
5803
|
"description": "A React hook that manages the behavior of an inline-editable text input.\nIt provides validation handling, cancel/restore logic, auto-focus behavior,\nkeyboard shortcuts, and outside-click detection.",
|
|
5704
5804
|
"signature": "function useEditableItem({\n value: initialValue,\n isEditing,\n isCreating,\n isLoading = false,\n restoreOnCancel = true,\n onValidate,\n onSave,\n onCancel,\n onCreateFolderSave,\n onCreateFolderCancel,\n}: UseEditableItemOptions): UseEditableItemResult"
|
|
5705
5805
|
},
|
|
5806
|
+
{
|
|
5807
|
+
"name": "UseEditableItemOptions",
|
|
5808
|
+
"sourceFile": "hooks/use-editable-item.tsx"
|
|
5809
|
+
},
|
|
5706
5810
|
{
|
|
5707
5811
|
"name": "FileManagerProvider",
|
|
5708
5812
|
"sourceFile": "components/FileManager/FileManagerProvider.tsx",
|
|
@@ -5829,6 +5933,78 @@
|
|
|
5829
5933
|
"sourceFile": "components/New/FolderPath/FolderPath.tsx",
|
|
5830
5934
|
"description": "A read-only, non-clickable folder/location path built on top of `DialBreadcrumb`.\naliases: FolderBreadcrumb|LocationPath\n\nEvery segment is disabled (no navigation); the first segment gets a leading\nfolder icon and the last segment is styled as the current/leaf item.",
|
|
5831
5935
|
"signature": "FolderPath: FC<FolderPathProps>"
|
|
5936
|
+
},
|
|
5937
|
+
{
|
|
5938
|
+
"name": "DangerButton",
|
|
5939
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5940
|
+
"description": "A Danger Button component with predefined danger variant",
|
|
5941
|
+
"signature": "DangerButton = ButtonVariantCreator(\n ButtonVariant.Danger,\n ButtonAppearance.Solid,\n)"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"name": "GhostButton",
|
|
5945
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5946
|
+
"description": "A Ghost Button component with predefined ghost appearance",
|
|
5947
|
+
"signature": "GhostButton = ButtonAppearanceCreator(\n ButtonAppearance.Ghost,\n ButtonVariant.Primary,\n)"
|
|
5948
|
+
},
|
|
5949
|
+
{
|
|
5950
|
+
"name": "LinkButton",
|
|
5951
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5952
|
+
"description": "A Link Button component with predefined link appearance",
|
|
5953
|
+
"signature": "LinkButton = ButtonAppearanceCreator(\n ButtonAppearance.Link,\n ButtonVariant.Primary,\n)"
|
|
5954
|
+
},
|
|
5955
|
+
{
|
|
5956
|
+
"name": "NeutralButton",
|
|
5957
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5958
|
+
"description": "A Neutral Button component with predefined neutral variant",
|
|
5959
|
+
"signature": "NeutralButton = ButtonVariantCreator(\n ButtonVariant.Neutral,\n ButtonAppearance.Solid,\n)"
|
|
5960
|
+
},
|
|
5961
|
+
{
|
|
5962
|
+
"name": "OutlinedButton",
|
|
5963
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5964
|
+
"description": "An Outlined Button component with predefined outlined appearance",
|
|
5965
|
+
"signature": "OutlinedButton = ButtonAppearanceCreator(\n ButtonAppearance.Outlined,\n ButtonVariant.Neutral,\n)"
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"name": "PrimaryButton",
|
|
5969
|
+
"sourceFile": "components/New/Button/ButtonWrappers.tsx",
|
|
5970
|
+
"description": "A Primary Button component with predefined primary variant",
|
|
5971
|
+
"signature": "PrimaryButton = ButtonVariantCreator(\n ButtonVariant.Primary,\n ButtonAppearance.Solid,\n)"
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "DangerIconButton",
|
|
5975
|
+
"sourceFile": "components/New/IconButton/IconButtonWrappers.tsx",
|
|
5976
|
+
"description": "A Danger Icon Button component with predefined danger variant",
|
|
5977
|
+
"signature": "DangerIconButton = IconButtonVariantCreator(\n ButtonVariant.Danger,\n ButtonAppearance.Ghost,\n)"
|
|
5978
|
+
},
|
|
5979
|
+
{
|
|
5980
|
+
"name": "GhostIconButton",
|
|
5981
|
+
"sourceFile": "components/New/IconButton/IconButtonWrappers.tsx",
|
|
5982
|
+
"description": "A Ghost Icon Button component with predefined ghost appearance",
|
|
5983
|
+
"signature": "GhostIconButton = IconButtonAppearanceCreator(\n ButtonAppearance.Ghost,\n ButtonVariant.Primary,\n)"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"name": "NeutralIconButton",
|
|
5987
|
+
"sourceFile": "components/New/IconButton/IconButtonWrappers.tsx",
|
|
5988
|
+
"description": "A Neutral Icon Button component with predefined neutral variant",
|
|
5989
|
+
"signature": "NeutralIconButton = IconButtonVariantCreator(\n ButtonVariant.Neutral,\n ButtonAppearance.Solid,\n)"
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"name": "PrimaryIconButton",
|
|
5993
|
+
"sourceFile": "components/New/IconButton/IconButtonWrappers.tsx",
|
|
5994
|
+
"description": "A Primary Icon Button component with predefined primary variant",
|
|
5995
|
+
"signature": "PrimaryIconButton = IconButtonVariantCreator(\n ButtonVariant.Primary,\n ButtonAppearance.Solid,\n)"
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"name": "Button",
|
|
5999
|
+
"sourceFile": "components/New/Button/Button.tsx",
|
|
6000
|
+
"description": "A Button component with flexible icon and text positioning\naliases: ActionButton|CallToAction",
|
|
6001
|
+
"signature": "Button: FC<ButtonProps>"
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "IconButton",
|
|
6005
|
+
"sourceFile": "components/New/IconButton/IconButton.tsx",
|
|
6006
|
+
"description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
|
|
6007
|
+
"signature": "IconButton: FC<IconButtonProps>"
|
|
5832
6008
|
}
|
|
5833
6009
|
],
|
|
5834
6010
|
"utils": [
|
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-COd_ZMPS.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.ButtonVariant=a.ButtonVariant;exports.Calendar=a.Calendar;exports.CalendarMode=a.CalendarMode;exports.CardShell=a.CardShell;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.DialFabButton=a.FabButton;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.DialSkeleton=a.DialSkeleton;exports.DialSkeletonAvatarShape=a.DialSkeletonAvatarShape;exports.DialSkeletonAvatarSize=a.DialSkeletonAvatarSize;exports.DialSkeletonVariant=a.DialSkeletonVariant;exports.DialSlider=a.DialSlider;exports.DialSpinner=a.DialSpinner;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.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.EDITABLE_CONTAINER_ATTRIBUTE=a.EDITABLE_CONTAINER_ATTRIBUTE;exports.ElementSize=a.ElementSize;exports.ErrorMessageNotification=a.ErrorMessageNotification;exports.ErrorToastNotification=a.ErrorToastNotification;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.InfoMessageNotification=a.InfoMessageNotification;exports.InfoToastNotification=a.InfoToastNotification;exports.JsonSchemaType=a.JsonSchemaType;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;exports.LinkButton=a.LinkButton;exports.LoadingMessageNotification=a.LoadingMessageNotification;exports.LoadingToastNotification=a.LoadingToastNotification;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.OutlinedButton=a.OutlinedButton;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.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.StepStatus=a.StepStatus;exports.SuccessMessageNotification=a.SuccessMessageNotification;exports.SuccessToastNotification=a.SuccessToastNotification;exports.TabOrientation=a.TabOrientation;exports.TabView=a.TabView;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;
|