@epam/ai-dial-ui-kit 0.11.0-dev.15 → 0.11.0-dev.17
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/CHANGELOG.md +62 -0
- package/dist/{JsonEditor-y5agkWjR.js → JsonEditor-D4RsLIzi.js} +1 -1
- package/dist/{JsonEditor-PDqVIaqN.cjs → JsonEditor-D4UgRElZ.cjs} +1 -1
- package/dist/{MarkdownEditor-Bh1YS-Bx.js → MarkdownEditor-CWAwglIL.js} +1 -1
- package/dist/{MarkdownEditor-DvqNZSED.cjs → MarkdownEditor-UB8-f6Gd.cjs} +1 -1
- package/dist/components-manifest.json +43 -50
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +19 -20
- package/dist/{index-BXsWC-Yc.cjs → index-C81_vAOe.cjs} +29 -29
- package/dist/{index-CVe2x2K5.js → index-CJYOuXCV.js} +6379 -6388
- package/dist/index.css +1 -1
- package/dist/mcp-server.cjs +115 -0
- package/dist/migration-guides/0.11.0/dropdown-menu-prop-flatten.md +78 -0
- package/dist/migration-guides/README.md +21 -0
- package/dist/migration-guides/_template.md +54 -0
- package/dist/src/components/Dropdown/Dropdown.d.ts +6 -9
- package/dist/src/components/DropdownIcon/DropdownIcon.d.ts +4 -5
- package/dist/src/components/Tag/Tag.d.ts +17 -27
- package/dist/src/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/src/components/Tag/constants.d.ts +0 -3
- package/dist/src/types/tag.d.ts +0 -3
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to `@epam/ai-dial-ui-kit` are documented here.
|
|
4
|
+
|
|
5
|
+
This file follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) conventions.
|
|
6
|
+
Versions match the git tags on the `development` branch.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## [Unreleased]
|
|
11
|
+
|
|
12
|
+
_No unreleased changes yet._
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## [0.11.0]
|
|
17
|
+
|
|
18
|
+
### Breaking Changes
|
|
19
|
+
|
|
20
|
+
- **`DialDropdown` — `menu` prop removed, flat props added** — The nested `menu: { items, onClick, header, footer }` prop has been replaced with four top-level props: `items`, `onItemClick`, `menuHeader`, `menuFooter`. `DropdownMenuProps` is no longer exported. `DialDropdownIcon` is updated the same way — its `menu` prop is gone; pass `items` (and optionally `onItemClick`, `menuHeader`, `menuFooter`) directly.
|
|
21
|
+
See [migration guide](migration-guides/0.11.0/dropdown-menu-prop-flatten.md).
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## [0.10.0]
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Format guide
|
|
30
|
+
|
|
31
|
+
Each version section may contain these subsections (only include non-empty ones):
|
|
32
|
+
|
|
33
|
+
### Breaking Changes
|
|
34
|
+
|
|
35
|
+
> What changed, what it changed **from → to**, and **why**.
|
|
36
|
+
> Every breaking change must have a corresponding migration guide linked below.
|
|
37
|
+
|
|
38
|
+
- **`ComponentName` prop renamed** — `oldProp` → `newProp` to align with HTML semantics. See [migration guide](migration-guides/0.x.0/component-name-prop-rename.md).
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- Short description of new feature or component.
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Backwards-compatible changes to existing behavior or API.
|
|
47
|
+
|
|
48
|
+
### Deprecated
|
|
49
|
+
|
|
50
|
+
- Features that will be removed in a future version; include the planned removal version.
|
|
51
|
+
|
|
52
|
+
### Removed
|
|
53
|
+
|
|
54
|
+
- Features removed in this release (non-breaking removals, e.g. internal APIs).
|
|
55
|
+
|
|
56
|
+
### Fixed
|
|
57
|
+
|
|
58
|
+
- Bug fixes.
|
|
59
|
+
|
|
60
|
+
### Security
|
|
61
|
+
|
|
62
|
+
- Vulnerability patches.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-C81_vAOe.cjs"),o=require("./editor-Ba3vCFHk.cjs"),u=require("@monaco-editor/react"),c={[o.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"}},[o.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"}}},g=({value:t,onChange:n,onValidateJSON:i,options:s,currentTheme:e,themesConfig:d=c})=>{function a(r){r?.editor?.defineTheme(e,d[e]),r.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 l.jsxRuntimeExports.jsx(u.Editor,{beforeMount:a,height:"100%",defaultLanguage:"json",value:t,onChange:n,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=g;
|
|
@@ -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-C81_vAOe.cjs"),c=require("@uiw/react-md-editor"),x=require("./editor-Ba3vCFHk.cjs"),m=({value:t,onChange:r,height:s=300,preview:i="edit",theme:n=x.EditorThemes.dark,className:d,placeholder:o})=>{const a=o!==void 0&&!t;return e.jsxRuntimeExports.jsxs("div",{"data-color-mode":n,className:e.mergeClasses("relative",d),children:[e.jsxRuntimeExports.jsx(c,{value:t,onChange:l=>r?.(l||""),height:s,preview:i}),a&&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=m;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.11.0-dev.
|
|
3
|
-
"generatedAt": "2026-06-
|
|
2
|
+
"version": "0.11.0-dev.17",
|
|
3
|
+
"generatedAt": "2026-06-03T10:27:40.434Z",
|
|
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",
|
|
@@ -755,51 +755,46 @@
|
|
|
755
755
|
},
|
|
756
756
|
{
|
|
757
757
|
"name": "DialTag",
|
|
758
|
-
"category": "
|
|
759
|
-
"description": "A
|
|
758
|
+
"category": "Tag",
|
|
759
|
+
"description": "A compact label element used for selections, filters, or categories.",
|
|
760
760
|
"props": [
|
|
761
761
|
{
|
|
762
|
-
"name": "
|
|
762
|
+
"name": "label",
|
|
763
763
|
"type": "string",
|
|
764
|
-
"required": true
|
|
765
|
-
"description": "The text label displayed inside the tag."
|
|
764
|
+
"required": true
|
|
766
765
|
},
|
|
767
766
|
{
|
|
768
767
|
"name": "className",
|
|
769
768
|
"type": "string",
|
|
770
|
-
"required": false
|
|
771
|
-
"description": "Optional additional CSS classes applied to the tag container."
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"name": "remove",
|
|
775
|
-
"type": "(event: MouseEvent<HTMLButtonElement>) => void",
|
|
776
|
-
"required": false,
|
|
777
|
-
"description": "Optional callback invoked when the remove button is clicked.\n If not provided, the remove button will not be rendered."
|
|
769
|
+
"required": false
|
|
778
770
|
},
|
|
779
771
|
{
|
|
780
|
-
"name": "
|
|
781
|
-
"type": "
|
|
782
|
-
"required": false
|
|
783
|
-
"defaultValue": "TagVariant.Default",
|
|
784
|
-
"description": "Visual style of the tag. Uses the enum."
|
|
772
|
+
"name": "selected",
|
|
773
|
+
"type": "boolean",
|
|
774
|
+
"required": false
|
|
785
775
|
},
|
|
786
776
|
{
|
|
787
|
-
"name": "
|
|
777
|
+
"name": "icon",
|
|
788
778
|
"type": "ReactNode",
|
|
789
|
-
"required": false
|
|
790
|
-
"description": "Optional icon or element to display before the tag text."
|
|
779
|
+
"required": false
|
|
791
780
|
},
|
|
792
781
|
{
|
|
793
|
-
"name": "
|
|
782
|
+
"name": "closable",
|
|
794
783
|
"type": "boolean",
|
|
795
|
-
"required": false
|
|
796
|
-
|
|
797
|
-
|
|
784
|
+
"required": false
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "onClick",
|
|
788
|
+
"type": "(event: MouseEvent<HTMLDivElement>) => void",
|
|
789
|
+
"required": false
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "onRemove",
|
|
793
|
+
"type": "(event: MouseEvent<HTMLButtonElement>) => void",
|
|
794
|
+
"required": false
|
|
798
795
|
}
|
|
799
796
|
],
|
|
800
|
-
"examples": [
|
|
801
|
-
"<DialTag\n tag=\"React\"\n variant={TagVariant.Default}\n remove={() => console.log('Tag removed')}\n/>"
|
|
802
|
-
],
|
|
797
|
+
"examples": [],
|
|
803
798
|
"sourceFile": "components/Tag/Tag.tsx"
|
|
804
799
|
},
|
|
805
800
|
{
|
|
@@ -3168,8 +3163,23 @@
|
|
|
3168
3163
|
"required": true
|
|
3169
3164
|
},
|
|
3170
3165
|
{
|
|
3171
|
-
"name": "
|
|
3172
|
-
"type": "
|
|
3166
|
+
"name": "items",
|
|
3167
|
+
"type": "DropdownItem[]",
|
|
3168
|
+
"required": false
|
|
3169
|
+
},
|
|
3170
|
+
{
|
|
3171
|
+
"name": "onItemClick",
|
|
3172
|
+
"type": "(info: { key: string; domEvent: MouseEvent }) => void",
|
|
3173
|
+
"required": false
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
"name": "menuHeader",
|
|
3177
|
+
"type": "ReactNode | (() => ReactNode)",
|
|
3178
|
+
"required": false
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"name": "menuFooter",
|
|
3182
|
+
"type": "ReactNode | (() => ReactNode)",
|
|
3173
3183
|
"required": false
|
|
3174
3184
|
},
|
|
3175
3185
|
{
|
|
@@ -3290,12 +3300,6 @@
|
|
|
3290
3300
|
"category": "Dropdown",
|
|
3291
3301
|
"description": "A compact icon trigger with a dropdown menu.\naliases: ModelPicker|IconMenu|AvatarDropdown",
|
|
3292
3302
|
"props": [
|
|
3293
|
-
{
|
|
3294
|
-
"name": "menu",
|
|
3295
|
-
"type": "DropdownMenuProps",
|
|
3296
|
-
"required": true,
|
|
3297
|
-
"description": "Dropdown menu definition."
|
|
3298
|
-
},
|
|
3299
3303
|
{
|
|
3300
3304
|
"name": "icon",
|
|
3301
3305
|
"type": "ReactNode",
|
|
@@ -3349,7 +3353,7 @@
|
|
|
3349
3353
|
}
|
|
3350
3354
|
],
|
|
3351
3355
|
"examples": [
|
|
3352
|
-
"<DialDropdownIcon\n ariaLabel=\"Select model\"\n icon={<IconBrandOpenai size={18} />}\n
|
|
3356
|
+
"<DialDropdownIcon\n ariaLabel=\"Select model\"\n icon={<IconBrandOpenai size={18} />}\n items={items}\n/>"
|
|
3353
3357
|
],
|
|
3354
3358
|
"sourceFile": "components/DropdownIcon/DropdownIcon.tsx"
|
|
3355
3359
|
},
|
|
@@ -4274,17 +4278,6 @@
|
|
|
4274
4278
|
],
|
|
4275
4279
|
"sourceFile": "types/size.ts"
|
|
4276
4280
|
},
|
|
4277
|
-
{
|
|
4278
|
-
"name": "TagVariant",
|
|
4279
|
-
"kind": "enum",
|
|
4280
|
-
"members": [
|
|
4281
|
-
{
|
|
4282
|
-
"name": "Default",
|
|
4283
|
-
"value": "'default'"
|
|
4284
|
-
}
|
|
4285
|
-
],
|
|
4286
|
-
"sourceFile": "types/tag.ts"
|
|
4287
|
-
},
|
|
4288
4281
|
{
|
|
4289
4282
|
"name": "TabOrientation",
|
|
4290
4283
|
"kind": "enum",
|
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-C81_vAOe.cjs");exports.BASE_ICON_PROPS=a.BASE_ICON_PROPS;exports.BASE_ICON_SIZE=a.BASE_ICON_SIZE;exports.ButtonAppearance=a.ButtonAppearance;exports.ButtonVariant=a.ButtonVariant;exports.ConfirmationPopupVariant=a.ConfirmationPopupVariant;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;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.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.DialFabButton;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.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.DialRoundedButton=a.DialRoundedButton;exports.DialSchemaRenderer=a.DialSchemaRenderer;exports.DialSearch=a.DialSearch;exports.DialSecondaryIconButton=a.DialSecondaryIconButton;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.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.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.ElementSize=a.ElementSize;exports.FileManagerColumnKey=a.FileManagerColumnKey;exports.FileManagerProvider=a.FileManagerProvider;exports.FlexibleActionsDirection=a.FlexibleActionsDirection;exports.FormItemOrientation=a.FormItemOrientation;exports.GridSelectionMode=a.GridSelectionMode;exports.JsonSchemaType=a.JsonSchemaType;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;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.NotificationVariant=a.NotificationVariant;exports.PopupSize=a.PopupSize;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.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.StepStatus=a.StepStatus;exports.TabOrientation=a.TabOrientation;exports.UPDATED_AT_COLUMN=a.UPDATED_AT_COLUMN;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,4 +1,4 @@
|
|
|
1
|
-
import { B as s, a as e, b as l, c as o, C as t, D as n, d as D, e as r, f as u, g as p, h as S, i as d, k as c, l as I, n as m, o as B, p as b, q as T, r as F, s as E, t as P, u as C, v as L, w as O, x as
|
|
1
|
+
import { B as s, a as e, b as l, c as o, C as t, D as n, d as D, e as r, f as u, g as p, h as S, i as d, k as c, l as I, n as m, o as B, p as b, q as T, r as F, s as E, t as P, u as C, v as L, w as O, x as A, y as N, z as _, A as g, E as M, F as R, G as y, H as h, I as w, J as z, K as G, L as x, M as k, N as V, O as f, P as v, Q as U, R as W, S as Z, T as J, U as X, V as Y, W as K, X as q, Y as H, Z as Q, _ as $, $ as j, a0 as aa, a1 as ia, a2 as sa, a3 as ea, a4 as la, a5 as oa, a6 as ta, a7 as na, a8 as Da, a9 as ra, aa as ua, ab as pa, ac as Sa, ad as da, ae as ca, af as Ia, ag as ma, ah as Ba, ai as ba, aj as Ta, ak as Fa, al as Ea, am as Pa, an as Ca, ao as La, ap as Oa, aq as Aa, ar as Na, as as _a, at as ga, au as Ma, av as Ra, aw as ya, ax as ha, ay as wa, az as za, aA as Ga, aB as xa, aC as ka, aD as Va, aE as fa, aF as va, aG as Ua, aH as Wa, aI as Za, aJ as Ja, aK as Xa, aL as Ya, aM as Ka, aN as qa, aO as Ha, aP as Qa, aQ as $a, aR as ja, aS as ai, aT as ii, aU as si, aV as ei, aW as li, aX as oi, aY as ti, aZ as ni, a_ as Di, a$ as ri, b0 as ui, b1 as pi, b2 as Si, m as di, b3 as ci, b4 as Ii, b5 as mi, b6 as Bi } from "./index-CJYOuXCV.js";
|
|
2
2
|
export {
|
|
3
3
|
s as BASE_ICON_PROPS,
|
|
4
4
|
e as BASE_ICON_SIZE,
|
|
@@ -24,10 +24,10 @@ export {
|
|
|
24
24
|
C as DialDropdown,
|
|
25
25
|
L as DialDropdownIcon,
|
|
26
26
|
O as DialEllipsisTooltip,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
A as DialErrorText,
|
|
28
|
+
N as DialFabButton,
|
|
29
|
+
_ as DialFileIcon,
|
|
30
|
+
g as DialFileManager,
|
|
31
31
|
M as DialFileManagerActions,
|
|
32
32
|
R as DialFileManagerTabs,
|
|
33
33
|
y as DialFileName,
|
|
@@ -36,8 +36,8 @@ export {
|
|
|
36
36
|
z as DialFileResourceType,
|
|
37
37
|
G as DialFolderName,
|
|
38
38
|
x as DialFormItem,
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
k as DialFormPopup,
|
|
40
|
+
V as DialGhostButton,
|
|
41
41
|
f as DialGhostIconButton,
|
|
42
42
|
v as DialGrid,
|
|
43
43
|
U as DialIcon,
|
|
@@ -78,10 +78,10 @@ export {
|
|
|
78
78
|
Ca as DialSkeleton,
|
|
79
79
|
La as DialSkeletonAvatarShape,
|
|
80
80
|
Oa as DialSkeletonAvatarSize,
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
81
|
+
Aa as DialSkeletonVariant,
|
|
82
|
+
Na as DialSpinner,
|
|
83
|
+
_a as DialSteps,
|
|
84
|
+
ga as DialSuccessIconButton,
|
|
85
85
|
Ma as DialSwitch,
|
|
86
86
|
Ra as DialTabs,
|
|
87
87
|
ya as DialTag,
|
|
@@ -90,8 +90,8 @@ export {
|
|
|
90
90
|
za as DialTextarea,
|
|
91
91
|
Ga as DialTooltip,
|
|
92
92
|
xa as DropdownItemType,
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
ka as DropdownTrigger,
|
|
94
|
+
Va as DropdownType,
|
|
95
95
|
fa as ElementSize,
|
|
96
96
|
va as FileManagerColumnKey,
|
|
97
97
|
Ua as FileManagerProvider,
|
|
@@ -118,11 +118,10 @@ export {
|
|
|
118
118
|
ri as SelectVariant,
|
|
119
119
|
ui as StepStatus,
|
|
120
120
|
pi as TabOrientation,
|
|
121
|
-
Si as
|
|
122
|
-
di as
|
|
123
|
-
ci as
|
|
124
|
-
Ii as
|
|
125
|
-
mi as
|
|
126
|
-
Bi as
|
|
127
|
-
bi as wrapInRootFolder
|
|
121
|
+
Si as UPDATED_AT_COLUMN,
|
|
122
|
+
di as mergeClasses,
|
|
123
|
+
ci as useDialFileManagerTabs,
|
|
124
|
+
Ii as useEditableItem,
|
|
125
|
+
mi as useFileManagerContext,
|
|
126
|
+
Bi as wrapInRootFolder
|
|
128
127
|
};
|