@epam/ai-dial-ui-kit 0.13.0-dev.20 → 0.13.0-dev.23
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-Cj7iZBZc.js → JsonEditor-BmDaIGpA.js} +1 -1
- package/dist/{JsonEditor-YI7-ZfhY.cjs → JsonEditor-DTssBtfu.cjs} +1 -1
- package/dist/{MarkdownEditor-B8-eZ1Ii.cjs → MarkdownEditor-CSc6mQFa.cjs} +1 -1
- package/dist/{MarkdownEditor-D9NNkira.js → MarkdownEditor-CY0NvuQZ.js} +1 -1
- package/dist/components-manifest.json +85 -43
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +165 -154
- package/dist/{index-CABQ5KGr.js → index-BTXhfGmi.js} +6797 -6644
- package/dist/{index-CC8FUZdJ.cjs → index-COd_ZMPS.cjs} +29 -29
- 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 +10 -5
- 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.23",
|
|
3
|
+
"generatedAt": "2026-07-30T22:41:31.456Z",
|
|
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",
|
|
@@ -2154,23 +2154,6 @@
|
|
|
2154
2154
|
],
|
|
2155
2155
|
"sourceFile": "components/Button/ButtonWrappers.tsx"
|
|
2156
2156
|
},
|
|
2157
|
-
{
|
|
2158
|
-
"name": "DialRoundedButton",
|
|
2159
|
-
"category": "Elements/Buttons",
|
|
2160
|
-
"description": "A pill-shaped neutral button with an optional selected state.",
|
|
2161
|
-
"props": [
|
|
2162
|
-
{
|
|
2163
|
-
"name": "selected",
|
|
2164
|
-
"type": "boolean",
|
|
2165
|
-
"required": false,
|
|
2166
|
-
"description": "Applies accent-primary tint and border when true"
|
|
2167
|
-
}
|
|
2168
|
-
],
|
|
2169
|
-
"examples": [
|
|
2170
|
-
"<DialRoundedButton label=\"Tag\" selected={isActive} onClick={handleClick} />"
|
|
2171
|
-
],
|
|
2172
|
-
"sourceFile": "components/Button/ButtonWrappers.tsx"
|
|
2173
|
-
},
|
|
2174
2157
|
{
|
|
2175
2158
|
"name": "DialDangerIconButton",
|
|
2176
2159
|
"category": "Elements/Buttons",
|
|
@@ -2300,29 +2283,6 @@
|
|
|
2300
2283
|
],
|
|
2301
2284
|
"sourceFile": "components/RemoveButton/RemoveButton.tsx"
|
|
2302
2285
|
},
|
|
2303
|
-
{
|
|
2304
|
-
"name": "DialFabButton",
|
|
2305
|
-
"category": "Elements/Buttons",
|
|
2306
|
-
"description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
|
|
2307
|
-
"props": [
|
|
2308
|
-
{
|
|
2309
|
-
"name": "icon",
|
|
2310
|
-
"type": "ReactNode",
|
|
2311
|
-
"required": false,
|
|
2312
|
-
"description": "Icon to display inside the button"
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"name": "tooltipProps",
|
|
2316
|
-
"type": "TooltipProps",
|
|
2317
|
-
"required": false,
|
|
2318
|
-
"description": "Optional tooltip configuration"
|
|
2319
|
-
}
|
|
2320
|
-
],
|
|
2321
|
-
"examples": [
|
|
2322
|
-
"<DialFabButton\n icon={<IconArrowNarrowDown size={24} stroke={1.5} />}\n onClick={handleClick}\n aria-label=\"Scroll to bottom\"\n/>"
|
|
2323
|
-
],
|
|
2324
|
-
"sourceFile": "components/FabButton/FabButton.tsx"
|
|
2325
|
-
},
|
|
2326
2286
|
{
|
|
2327
2287
|
"name": "DialTextarea",
|
|
2328
2288
|
"category": "Elements",
|
|
@@ -4728,6 +4688,10 @@
|
|
|
4728
4688
|
"name": "Danger",
|
|
4729
4689
|
"value": "'danger'"
|
|
4730
4690
|
},
|
|
4691
|
+
{
|
|
4692
|
+
"name": "Static",
|
|
4693
|
+
"value": "'static'"
|
|
4694
|
+
},
|
|
4731
4695
|
{
|
|
4732
4696
|
"name": "Success",
|
|
4733
4697
|
"value": "'success'"
|
|
@@ -5969,6 +5933,84 @@
|
|
|
5969
5933
|
"sourceFile": "components/New/FolderPath/FolderPath.tsx",
|
|
5970
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.",
|
|
5971
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>"
|
|
6008
|
+
},
|
|
6009
|
+
{
|
|
6010
|
+
"name": "FabButton",
|
|
6011
|
+
"sourceFile": "components/FabButton/FabButton.tsx",
|
|
6012
|
+
"description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
|
|
6013
|
+
"signature": "FabButton: FC<FabButtonProps>"
|
|
5972
6014
|
}
|
|
5973
6015
|
],
|
|
5974
6016
|
"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.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.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.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;
|
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -1,166 +1,177 @@
|
|
|
1
|
-
import { A as s, B as
|
|
1
|
+
import { A as s, B as t, a as o, b as e, c as l, d as n, C as r, e as D, f as b, g as u, D as c, h as d, i as p, k as S, l as T, n as I, o as B, p as A, q as N, r as g, s as C, t as E, u as m, v as L, w as _, x as F, y as O, z as P, F as y, G as M, H as R, I as f, J as h, K as G, L as w, M as z, N as V, O as k, P as x, Q as U, R as v, S as W, T as H, U as J, V as Y, W as Z, X as K, Y as X, Z as q, _ as Q, $ as j, a0 as $, a1 as aa, a2 as ia, a3 as sa, a4 as ta, a5 as oa, a6 as ea, a7 as la, a8 as na, a9 as ra, aa as Da, ab as ba, ac as ua, ad as ca, ae as da, af as pa, ag as Sa, ah as Ta, ai as Ia, aj as Ba, ak as Aa, al as Na, am as ga, an as Ca, ao as Ea, ap as ma, aq as La, ar as _a, as as Fa, at as Oa, au as Pa, av as ya, aw as Ma, ax as Ra, ay as fa, az as ha, aA as Ga, aB as wa, aC as za, aD as Va, aE as ka, aF as xa, aG as Ua, aH as va, aI as Wa, aJ as Ha, aK as Ja, aL as Ya, aM as Za, aN as Ka, aO as Xa, aP as qa, aQ as Qa, aR as ja, aS as $a, aT as ai, aU as ii, aV as si, aW as ti, aX as oi, aY as ei, aZ as li, a_ as ni, a$ as ri, b0 as Di, b1 as bi, b2 as ui, b3 as ci, b4 as di, b5 as pi, b6 as Si, b7 as Ti, b8 as Ii, b9 as Bi, ba as Ai, bb as Ni, bc as gi, bd as Ci, be as Ei, bf as mi, bg as Li, bh as _i, bi as Fi, bj as Oi, bk as Pi, bl as yi, bm as Mi, bn as Ri, bo as fi, bp as hi, bq as Gi, br as wi, bs as zi, bt as Vi, bu as ki, bv as xi, bw as Ui, bx as vi, by as Wi, bz as Hi, bA as Ji, bB as Yi, bC as Zi, bD as Ki, bE as Xi, bF as qi, bG as Qi, bH as ji, bI as $i, bJ as as, bK as is, bL as ss, bM as ts, bN as os, bO as es, bP as ls, bQ as ns, bR as rs, m as Ds, bS as bs, bT as us, bU as cs, bV as ds } from "./index-BTXhfGmi.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
|
-
|
|
4
|
+
t as BASE_ICON_PROPS,
|
|
5
5
|
o as BASE_ICON_SIZE,
|
|
6
|
-
|
|
7
|
-
l as
|
|
8
|
-
n as
|
|
9
|
-
r as
|
|
10
|
-
D as
|
|
11
|
-
b as
|
|
6
|
+
e as Button,
|
|
7
|
+
l as ButtonAppearance,
|
|
8
|
+
n as ButtonVariant,
|
|
9
|
+
r as Calendar,
|
|
10
|
+
D as CalendarMode,
|
|
11
|
+
b as CardShell,
|
|
12
|
+
u as ConfirmationPopupVariant,
|
|
12
13
|
c as DEFAULT_ANALYTICS_BAR_COLOR_MAP,
|
|
13
14
|
d as DEFAULT_GRID_DATE_FORMAT_OPTIONS,
|
|
14
15
|
p as DEFAULT_GRID_DATE_LOCALE,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
A as
|
|
16
|
+
S as DIAL_ICON_SIZE,
|
|
17
|
+
T as DangerButton,
|
|
18
|
+
I as DangerIconButton,
|
|
19
|
+
B as DialAccordion,
|
|
20
|
+
A as DialAnalyticsBar,
|
|
21
|
+
N as DialAnalyticsBarGroup,
|
|
22
|
+
g as DialAnalyticsCard,
|
|
20
23
|
C as DialAnalyticsErrorTag,
|
|
21
24
|
E as DialAnalyticsHistogram,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sa as DialGrid,
|
|
25
|
+
m as DialAutocompleteInputValue,
|
|
26
|
+
L as DialBreadcrumb,
|
|
27
|
+
_ as DialBreadcrumbItem,
|
|
28
|
+
F as DialButton,
|
|
29
|
+
O as DialButtonDropdown,
|
|
30
|
+
P as DialCaptionText,
|
|
31
|
+
y as DialCheckbox,
|
|
32
|
+
M as DialCloseButton,
|
|
33
|
+
R as DialCollapsibleSidebar,
|
|
34
|
+
f as DialConditionalResizableContainer,
|
|
35
|
+
h as DialConfirmationPopup,
|
|
36
|
+
G as DialDangerButton,
|
|
37
|
+
w as DialDangerIconButton,
|
|
38
|
+
z as DialDateCellRenderer,
|
|
39
|
+
V as DialDestinationFolderPopup,
|
|
40
|
+
k as DialDraggableItem,
|
|
41
|
+
x as DialDropdown,
|
|
42
|
+
U as DialDropdownIcon,
|
|
43
|
+
v as DialEllipsisTooltip,
|
|
44
|
+
W as DialErrorText,
|
|
45
|
+
H as DialFileIcon,
|
|
46
|
+
J as DialFileManager,
|
|
47
|
+
Y as DialFileManagerActions,
|
|
48
|
+
Z as DialFileManagerTabs,
|
|
49
|
+
K as DialFileName,
|
|
50
|
+
X as DialFileNodeType,
|
|
51
|
+
q as DialFilePermission,
|
|
52
|
+
Q as DialFileResourceType,
|
|
53
|
+
j as DialFolderName,
|
|
54
|
+
$ as DialFoldersTree,
|
|
55
|
+
aa as DialFormItem,
|
|
56
|
+
ia as DialFormPopup,
|
|
57
|
+
sa as DialGhostButton,
|
|
58
|
+
ta as DialGhostIconButton,
|
|
59
|
+
oa as DialGrid,
|
|
58
60
|
ea as DialIcon,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
61
|
+
la as DialIconButton,
|
|
62
|
+
na as DialInput,
|
|
63
|
+
ra as DialInputPopup,
|
|
64
|
+
Da as DialItemType,
|
|
65
|
+
ba as DialLabel,
|
|
66
|
+
ua as DialLabelledText,
|
|
67
|
+
ca as DialLinkButton,
|
|
68
|
+
da as DialLoadFileArea,
|
|
69
|
+
pa as DialLoadFileAreaField,
|
|
70
|
+
Sa as DialLoader,
|
|
71
|
+
Ta as DialNeutralButton,
|
|
72
|
+
Ia as DialNeutralIconButton,
|
|
73
|
+
Ba as DialNoDataContent,
|
|
74
|
+
Aa as DialNotification,
|
|
75
|
+
Na as DialNumberInput,
|
|
76
|
+
ga as DialPagination,
|
|
77
|
+
Ca as DialPasswordInput,
|
|
78
|
+
Ea as DialPopup,
|
|
79
|
+
ma as DialPrimaryButton,
|
|
80
|
+
La as DialPrimaryIconButton,
|
|
81
|
+
_a as DialProgressBar,
|
|
82
|
+
Fa as DialProgressBarSize,
|
|
83
|
+
Oa as DialRadioButton,
|
|
84
|
+
Pa as DialRadioGroup,
|
|
85
|
+
ya as DialRadioGroupPopupField,
|
|
86
|
+
Ma as DialRemoveButton,
|
|
85
87
|
Ra as DialResizableContainer,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
xa as
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
qa as DialTagInput,
|
|
88
|
+
fa as DialSchemaRenderer,
|
|
89
|
+
ha as DialSearch,
|
|
90
|
+
Ga as DialSecondaryIconButton,
|
|
91
|
+
wa as DialSegmentedControl,
|
|
92
|
+
za as DialSelect,
|
|
93
|
+
Va as DialSelectField,
|
|
94
|
+
ka as DialSharedEntityIndicator,
|
|
95
|
+
xa as DialSkeleton,
|
|
96
|
+
Ua as DialSkeletonAvatarShape,
|
|
97
|
+
va as DialSkeletonAvatarSize,
|
|
98
|
+
Wa as DialSkeletonVariant,
|
|
99
|
+
Ha as DialSlider,
|
|
100
|
+
Ja as DialSpinner,
|
|
101
|
+
Ya as DialSteps,
|
|
102
|
+
Za as DialSuccessIconButton,
|
|
103
|
+
Ka as DialSwitch,
|
|
104
|
+
Xa as DialTabs,
|
|
105
|
+
qa as DialTag,
|
|
106
|
+
Qa as DialTagInput,
|
|
106
107
|
ja as DialTertiaryIconButton,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
ci as
|
|
121
|
-
di as
|
|
122
|
-
pi as
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
Ai as
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
_i as
|
|
135
|
-
Fi as
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
ji as
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
108
|
+
$a as DialTextarea,
|
|
109
|
+
ai as DialTooltip,
|
|
110
|
+
ii as DialTooltipContainer,
|
|
111
|
+
si as DialTooltipContent,
|
|
112
|
+
ti as DialTooltipTrigger,
|
|
113
|
+
oi as DropdownItemType,
|
|
114
|
+
ei as DropdownTrigger,
|
|
115
|
+
li as DropdownType,
|
|
116
|
+
ni as EDITABLE_CONTAINER_ATTRIBUTE,
|
|
117
|
+
ri as ElementSize,
|
|
118
|
+
Di as ErrorMessageNotification,
|
|
119
|
+
bi as ErrorToastNotification,
|
|
120
|
+
ui as FabButton,
|
|
121
|
+
ci as FileManagerColumnKey,
|
|
122
|
+
di as FileManagerProvider,
|
|
123
|
+
pi as FlexibleActionsDirection,
|
|
124
|
+
Si as FolderPath,
|
|
125
|
+
Ti as FormItemOrientation,
|
|
126
|
+
Ii as GhostButton,
|
|
127
|
+
Bi as GhostIconButton,
|
|
128
|
+
Ai as GridSelectionMode,
|
|
129
|
+
Ni as Highlight,
|
|
130
|
+
gi as IconButton,
|
|
131
|
+
Ci as InfoMessageNotification,
|
|
132
|
+
Ei as InfoToastNotification,
|
|
133
|
+
mi as JsonSchemaType,
|
|
134
|
+
Li as LazyDialJsonEditor,
|
|
135
|
+
_i as LazyDialMarkdownEditor,
|
|
136
|
+
Fi as LinkButton,
|
|
137
|
+
Oi as LoadingMessageNotification,
|
|
138
|
+
Pi as LoadingToastNotification,
|
|
139
|
+
yi as NAME_COLUMN,
|
|
140
|
+
Mi as NOT_ALLOWED_SPACES,
|
|
141
|
+
Ri as NOT_ALLOWED_SPACES_REGEXP,
|
|
142
|
+
fi as NOT_ALLOWED_SYMBOLS,
|
|
143
|
+
hi as NOT_ALLOWED_SYMBOLS_REGEXP,
|
|
144
|
+
Gi as NeutralButton,
|
|
145
|
+
wi as NeutralIconButton,
|
|
146
|
+
zi as Notification,
|
|
147
|
+
Vi as NotificationType,
|
|
148
|
+
ki as NotificationVariant,
|
|
149
|
+
xi as OutlinedButton,
|
|
150
|
+
Ui as PopupSize,
|
|
151
|
+
vi as PrimaryButton,
|
|
152
|
+
Wi as PrimaryIconButton,
|
|
153
|
+
Hi as RadioGroupOrientation,
|
|
154
|
+
Ji as ResizableContainerSide,
|
|
155
|
+
Yi as SIZE_COLUMN,
|
|
156
|
+
Zi as SchemaDisplayMode,
|
|
157
|
+
Ki as SchemaOrientation,
|
|
158
|
+
Xi as SchemaRendererVariant,
|
|
159
|
+
qi as ScreenResolution,
|
|
160
|
+
Qi as SelectSize,
|
|
161
|
+
ji as SelectVariant,
|
|
162
|
+
$i as StepStatus,
|
|
163
|
+
as as SuccessMessageNotification,
|
|
164
|
+
is as SuccessToastNotification,
|
|
165
|
+
ss as TabOrientation,
|
|
166
|
+
ts as TabView,
|
|
167
|
+
os as UPDATED_AT_COLUMN,
|
|
168
|
+
es as WarningMessageNotification,
|
|
169
|
+
ls as WarningToastNotification,
|
|
170
|
+
ns as convertGridDateToDate,
|
|
171
|
+
rs as editableContainerProps,
|
|
172
|
+
Ds as mergeClasses,
|
|
173
|
+
bs as useDialFileManagerTabs,
|
|
174
|
+
us as useEditableItem,
|
|
175
|
+
cs as useFileManagerContext,
|
|
176
|
+
ds as wrapInRootFolder
|
|
166
177
|
};
|