@epam/ai-dial-ui-kit 0.13.0-dev.8 → 0.13.0-dev.9
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-B-xPHefp.cjs → JsonEditor-CRSkEnWP.cjs} +1 -1
- package/dist/{JsonEditor-Hf9IZ4ui.js → JsonEditor-Djt1V27V.js} +1 -1
- package/dist/{MarkdownEditor-DNXHZAfs.cjs → MarkdownEditor-BbGX2uA9.cjs} +1 -1
- package/dist/{MarkdownEditor-sDhs3xnR.js → MarkdownEditor-DtKScLM2.js} +1 -1
- package/dist/components-manifest.json +52 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +121 -111
- package/dist/{index-CfMucmLo.cjs → index-CmA_N28F.cjs} +30 -30
- package/dist/{index-CtTIrXpi.js → index-JVDPW40K.js} +7552 -7505
- package/dist/src/components/New/Notification/NotificationWrapper.d.ts +5 -5
- package/dist/src/index.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-CmA_N28F.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-CmA_N28F.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-24T21:
|
|
2
|
+
"version": "0.13.0-dev.9",
|
|
3
|
+
"generatedAt": "2026-07-24T21:25:38.882Z",
|
|
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",
|
|
@@ -5740,6 +5740,56 @@
|
|
|
5740
5740
|
"sourceFile": "components/New/Notification/Notification.tsx",
|
|
5741
5741
|
"description": "A contextual feedback component for displaying important messages.\naliases: Notification\n\nRenders a colored container with an icon, message text, and an optional\nclose button.",
|
|
5742
5742
|
"signature": "Notification: FC<NotificationProps>"
|
|
5743
|
+
},
|
|
5744
|
+
{
|
|
5745
|
+
"name": "ErrorMessageNotification",
|
|
5746
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5747
|
+
"signature": "ErrorMessageNotification = NotificationTypeCreator(\n NotificationType.SectionMessage,\n NotificationVariant.Error,\n)"
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"name": "ErrorToastNotification",
|
|
5751
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5752
|
+
"signature": "ErrorToastNotification = NotificationVariantCreator(\n NotificationVariant.Error,\n NotificationType.Toast,\n)"
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "InfoMessageNotification",
|
|
5756
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5757
|
+
"signature": "InfoMessageNotification = NotificationTypeCreator(\n NotificationType.SectionMessage,\n NotificationVariant.Info,\n)"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "InfoToastNotification",
|
|
5761
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5762
|
+
"signature": "InfoToastNotification = NotificationVariantCreator(\n NotificationVariant.Info,\n NotificationType.Toast,\n)"
|
|
5763
|
+
},
|
|
5764
|
+
{
|
|
5765
|
+
"name": "LoadingMessageNotification",
|
|
5766
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5767
|
+
"signature": "LoadingMessageNotification = NotificationTypeCreator(\n NotificationType.SectionMessage,\n NotificationVariant.Loading,\n)"
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"name": "LoadingToastNotification",
|
|
5771
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5772
|
+
"signature": "LoadingToastNotification = NotificationVariantCreator(\n NotificationVariant.Loading,\n NotificationType.Toast,\n)"
|
|
5773
|
+
},
|
|
5774
|
+
{
|
|
5775
|
+
"name": "SuccessMessageNotification",
|
|
5776
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5777
|
+
"signature": "SuccessMessageNotification = NotificationTypeCreator(\n NotificationType.SectionMessage,\n NotificationVariant.Success,\n)"
|
|
5778
|
+
},
|
|
5779
|
+
{
|
|
5780
|
+
"name": "SuccessToastNotification",
|
|
5781
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5782
|
+
"signature": "SuccessToastNotification = NotificationVariantCreator(\n NotificationVariant.Success,\n NotificationType.Toast,\n)"
|
|
5783
|
+
},
|
|
5784
|
+
{
|
|
5785
|
+
"name": "WarningMessageNotification",
|
|
5786
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5787
|
+
"signature": "WarningMessageNotification = NotificationTypeCreator(\n NotificationType.SectionMessage,\n NotificationVariant.Warning,\n)"
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"name": "WarningToastNotification",
|
|
5791
|
+
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5792
|
+
"signature": "WarningToastNotification = NotificationVariantCreator(\n NotificationVariant.Warning,\n NotificationType.Toast,\n)"
|
|
5743
5793
|
}
|
|
5744
5794
|
],
|
|
5745
5795
|
"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-CmA_N28F.cjs");exports.AnalyticsCardVariant=a.AnalyticsCardVariant;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.DEFAULT_ANALYTICS_BAR_COLOR_MAP=a.DEFAULT_ANALYTICS_BAR_COLOR_MAP;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;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.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.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.DialRoundedButton=a.DialRoundedButton;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.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;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.FormItemOrientation=a.FormItemOrientation;exports.GridSelectionMode=a.GridSelectionMode;exports.InfoMessageNotification=a.InfoMessageNotification;exports.InfoToastNotification=a.InfoToastNotification;exports.JsonSchemaType=a.JsonSchemaType;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;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.Notification=a.Notification;exports.NotificationType=a.NotificationType;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.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.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,141 +1,151 @@
|
|
|
1
|
-
import { A as s, B as e, a as
|
|
1
|
+
import { A as s, B as e, a as o, b as t, c as l, C as n, D as r, d as D, e as c, f as u, g as p, h as b, i as d, k as S, l as T, n as I, o as m, p as B, q as N, r as g, s as A, t as C, u as E, v as F, w as L, x as P, y as _, z as O, F as y, G as M, H as f, I as R, J as h, K as w, L as z, M as G, N as V, O as k, P as x, Q as W, R as v, S as U, T as Y, U as Z, V as J, W as X, X as q, Y as H, Z as K, _ as j, $ as Q, a0 as $, a1 as aa, a2 as ia, a3 as sa, a4 as ea, a5 as oa, a6 as ta, a7 as la, a8 as na, a9 as ra, aa as Da, ab as ca, ac as ua, ad as pa, ae as ba, af as da, ag as Sa, ah as Ta, ai as Ia, aj as ma, ak as Ba, al as Na, am as ga, an as Aa, ao as Ca, ap as Ea, aq as Fa, ar as La, as as Pa, at as _a, au as Oa, av as ya, aw as Ma, ax as fa, ay as Ra, az as ha, aA as wa, aB as za, aC as Ga, aD as Va, aE as ka, aF as xa, aG as Wa, aH as va, aI as Ua, aJ as Ya, aK as Za, aL as Ja, aM as Xa, aN as qa, aO as Ha, aP as Ka, aQ as ja, aR as Qa, aS as $a, aT as ai, aU as ii, aV as si, aW as ei, aX as oi, aY as ti, aZ as li, a_ as ni, a$ as ri, b0 as Di, b1 as ci, b2 as ui, b3 as pi, b4 as bi, b5 as di, b6 as Si, b7 as Ti, b8 as Ii, b9 as mi, ba as Bi, bb as Ni, bc as gi, bd as Ai, be as Ci, bf as Ei, bg as Fi, bh as Li, bi as Pi, bj as _i, bk as Oi, bl as yi, bm as Mi, bn as fi, bo as Ri, bp as hi, bq as wi, br as zi, m as Gi, bs as Vi, bt as ki, bu as xi, bv as Wi } from "./index-JVDPW40K.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
4
|
e as BASE_ICON_PROPS,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
o as BASE_ICON_SIZE,
|
|
6
|
+
t as ButtonAppearance,
|
|
7
|
+
l as ButtonVariant,
|
|
8
8
|
n as ConfirmationPopupVariant,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
9
|
+
r as DEFAULT_ANALYTICS_BAR_COLOR_MAP,
|
|
10
|
+
D as DIAL_ICON_SIZE,
|
|
11
|
+
c as DialAccordion,
|
|
12
|
+
u as DialAnalyticsBar,
|
|
13
|
+
p as DialAnalyticsBarGroup,
|
|
14
|
+
b as DialAnalyticsCard,
|
|
15
|
+
d as DialAnalyticsErrorTag,
|
|
16
|
+
S as DialAnalyticsHistogram,
|
|
17
|
+
T as DialAutocompleteInputValue,
|
|
18
|
+
I as DialBreadcrumb,
|
|
19
|
+
m as DialBreadcrumbItem,
|
|
20
|
+
B as DialButton,
|
|
21
|
+
N as DialButtonDropdown,
|
|
22
|
+
g as DialCaptionText,
|
|
23
|
+
A as DialCheckbox,
|
|
24
|
+
C as DialCloseButton,
|
|
25
|
+
E as DialCollapsibleSidebar,
|
|
26
|
+
F as DialConditionalResizableContainer,
|
|
27
|
+
L as DialConfirmationPopup,
|
|
28
|
+
P as DialDangerButton,
|
|
29
|
+
_ as DialDangerIconButton,
|
|
30
30
|
O as DialDestinationFolderPopup,
|
|
31
31
|
y as DialDraggableItem,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
32
|
+
M as DialDropdown,
|
|
33
|
+
f as DialDropdownIcon,
|
|
34
|
+
R as DialEllipsisTooltip,
|
|
35
|
+
h as DialErrorText,
|
|
36
|
+
w as DialFabButton,
|
|
37
|
+
z as DialFileIcon,
|
|
38
|
+
G as DialFileManager,
|
|
39
|
+
V as DialFileManagerActions,
|
|
40
40
|
k as DialFileManagerTabs,
|
|
41
41
|
x as DialFileName,
|
|
42
|
-
|
|
42
|
+
W as DialFileNodeType,
|
|
43
43
|
v as DialFilePermission,
|
|
44
|
-
|
|
44
|
+
U as DialFileResourceType,
|
|
45
45
|
Y as DialFolderName,
|
|
46
46
|
Z as DialFoldersTree,
|
|
47
47
|
J as DialFormItem,
|
|
48
48
|
X as DialFormPopup,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
q as DialGhostButton,
|
|
50
|
+
H as DialGhostIconButton,
|
|
51
|
+
K as DialGrid,
|
|
52
|
+
j as DialIcon,
|
|
53
53
|
Q as DialIconButton,
|
|
54
54
|
$ as DialInput,
|
|
55
55
|
aa as DialInputPopup,
|
|
56
56
|
ia as DialItemType,
|
|
57
57
|
sa as DialLabel,
|
|
58
58
|
ea as DialLabelledText,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
oa as DialLinkButton,
|
|
60
|
+
ta as DialLoadFileArea,
|
|
61
|
+
la as DialLoadFileAreaField,
|
|
62
62
|
na as DialLoader,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
63
|
+
ra as DialNeutralButton,
|
|
64
|
+
Da as DialNeutralIconButton,
|
|
65
|
+
ca as DialNoDataContent,
|
|
66
|
+
ua as DialNotification,
|
|
67
|
+
pa as DialNumberInput,
|
|
68
|
+
ba as DialPagination,
|
|
69
|
+
da as DialPasswordInput,
|
|
70
|
+
Sa as DialPopup,
|
|
71
|
+
Ta as DialPrimaryButton,
|
|
72
|
+
Ia as DialPrimaryIconButton,
|
|
73
|
+
ma as DialProgressBar,
|
|
74
|
+
Ba as DialProgressBarSize,
|
|
75
|
+
Na as DialRadioButton,
|
|
76
|
+
ga as DialRadioGroup,
|
|
77
|
+
Aa as DialRadioGroupPopupField,
|
|
78
|
+
Ca as DialRemoveButton,
|
|
79
|
+
Ea as DialResizableContainer,
|
|
80
|
+
Fa as DialRoundedButton,
|
|
81
|
+
La as DialSchemaRenderer,
|
|
82
|
+
Pa as DialSearch,
|
|
83
|
+
_a as DialSecondaryIconButton,
|
|
84
84
|
Oa as DialSegmentedControl,
|
|
85
85
|
ya as DialSelect,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
86
|
+
Ma as DialSelectField,
|
|
87
|
+
fa as DialSharedEntityIndicator,
|
|
88
|
+
Ra as DialSkeleton,
|
|
89
|
+
ha as DialSkeletonAvatarShape,
|
|
90
|
+
wa as DialSkeletonAvatarSize,
|
|
91
|
+
za as DialSkeletonVariant,
|
|
92
|
+
Ga as DialSlider,
|
|
93
|
+
Va as DialSpinner,
|
|
94
94
|
ka as DialSteps,
|
|
95
95
|
xa as DialSuccessIconButton,
|
|
96
|
-
|
|
96
|
+
Wa as DialSwitch,
|
|
97
97
|
va as DialTabs,
|
|
98
|
-
|
|
98
|
+
Ua as DialTag,
|
|
99
99
|
Ya as DialTagInput,
|
|
100
100
|
Za as DialTertiaryIconButton,
|
|
101
101
|
Ja as DialTextarea,
|
|
102
102
|
Xa as DialTooltip,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
Qa as
|
|
108
|
-
$a as
|
|
109
|
-
ai as
|
|
110
|
-
ii as
|
|
111
|
-
si as
|
|
112
|
-
ei as
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
ni as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
Oi as
|
|
139
|
-
yi as
|
|
140
|
-
|
|
103
|
+
qa as DropdownItemType,
|
|
104
|
+
Ha as DropdownTrigger,
|
|
105
|
+
Ka as DropdownType,
|
|
106
|
+
ja as ElementSize,
|
|
107
|
+
Qa as ErrorMessageNotification,
|
|
108
|
+
$a as ErrorToastNotification,
|
|
109
|
+
ai as FileManagerColumnKey,
|
|
110
|
+
ii as FileManagerProvider,
|
|
111
|
+
si as FlexibleActionsDirection,
|
|
112
|
+
ei as FormItemOrientation,
|
|
113
|
+
oi as GridSelectionMode,
|
|
114
|
+
ti as InfoMessageNotification,
|
|
115
|
+
li as InfoToastNotification,
|
|
116
|
+
ni as JsonSchemaType,
|
|
117
|
+
ri as LazyDialJsonEditor,
|
|
118
|
+
Di as LazyDialMarkdownEditor,
|
|
119
|
+
ci as LoadingMessageNotification,
|
|
120
|
+
ui as LoadingToastNotification,
|
|
121
|
+
pi as NAME_COLUMN,
|
|
122
|
+
bi as NOT_ALLOWED_SPACES,
|
|
123
|
+
di as NOT_ALLOWED_SPACES_REGEXP,
|
|
124
|
+
Si as NOT_ALLOWED_SYMBOLS,
|
|
125
|
+
Ti as NOT_ALLOWED_SYMBOLS_REGEXP,
|
|
126
|
+
Ii as Notification,
|
|
127
|
+
mi as NotificationType,
|
|
128
|
+
Bi as NotificationVariant,
|
|
129
|
+
Ni as PopupSize,
|
|
130
|
+
gi as RadioGroupOrientation,
|
|
131
|
+
Ai as ResizableContainerSide,
|
|
132
|
+
Ci as SIZE_COLUMN,
|
|
133
|
+
Ei as SchemaDisplayMode,
|
|
134
|
+
Fi as SchemaOrientation,
|
|
135
|
+
Li as SchemaRendererVariant,
|
|
136
|
+
Pi as SelectSize,
|
|
137
|
+
_i as SelectVariant,
|
|
138
|
+
Oi as StepStatus,
|
|
139
|
+
yi as SuccessMessageNotification,
|
|
140
|
+
Mi as SuccessToastNotification,
|
|
141
|
+
fi as TabOrientation,
|
|
142
|
+
Ri as TabView,
|
|
143
|
+
hi as UPDATED_AT_COLUMN,
|
|
144
|
+
wi as WarningMessageNotification,
|
|
145
|
+
zi as WarningToastNotification,
|
|
146
|
+
Gi as mergeClasses,
|
|
147
|
+
Vi as useDialFileManagerTabs,
|
|
148
|
+
ki as useEditableItem,
|
|
149
|
+
xi as useFileManagerContext,
|
|
150
|
+
Wi as wrapInRootFolder
|
|
141
151
|
};
|