@epam/ai-dial-ui-kit 0.13.0-dev.14 → 0.13.0-dev.15
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-jo23bnWZ.cjs → JsonEditor-BPGkKzcz.cjs} +1 -1
- package/dist/{JsonEditor-CVsbWFlL.js → JsonEditor-C1JQ_Ob7.js} +1 -1
- package/dist/{MarkdownEditor-Bgd1k-6x.cjs → MarkdownEditor-DG_9bWiw.cjs} +1 -1
- package/dist/{MarkdownEditor-Cz6IhiUu.js → MarkdownEditor-GJRB4-Z7.js} +1 -1
- package/dist/components-manifest.json +19 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +145 -143
- package/dist/{index-CARj16h9.js → index-CvLTHmiY.js} +8259 -7892
- package/dist/{index-C3PJHa1J.cjs → index-Dsk0_xx_.cjs} +31 -31
- package/dist/index.css +1 -1
- package/dist/src/components/New/Calendar/Calendar.d.ts +50 -0
- package/dist/src/components/New/Calendar/constants.d.ts +17 -0
- package/dist/src/components/New/Calendar/utils.d.ts +15 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/types/calendar.d.ts +6 -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-Dsk0_xx_.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-Dsk0_xx_.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.15",
|
|
3
|
+
"generatedAt": "2026-07-29T11:52:15.124Z",
|
|
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",
|
|
@@ -5674,6 +5674,12 @@
|
|
|
5674
5674
|
}
|
|
5675
5675
|
],
|
|
5676
5676
|
"sourceFile": "components/SchemaRenderer/types.ts"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"name": "CalendarValue",
|
|
5680
|
+
"kind": "type",
|
|
5681
|
+
"sourceFile": "components/New/Calendar/Calendar.tsx",
|
|
5682
|
+
"typeBody": "Date | string | null"
|
|
5677
5683
|
}
|
|
5678
5684
|
],
|
|
5679
5685
|
"hooks": [
|
|
@@ -5802,6 +5808,17 @@
|
|
|
5802
5808
|
"name": "WarningToastNotification",
|
|
5803
5809
|
"sourceFile": "components/New/Notification/NotificationWrapper.tsx",
|
|
5804
5810
|
"signature": "WarningToastNotification = NotificationVariantCreator(\n NotificationVariant.Warning,\n NotificationType.Toast,\n)"
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"name": "CalendarMode",
|
|
5814
|
+
"sourceFile": "types/calendar.ts",
|
|
5815
|
+
"signature": "enum CalendarMode { Date = 'date', DateTime = 'datetime', Time = 'time', Weekday = 'weekday' }"
|
|
5816
|
+
},
|
|
5817
|
+
{
|
|
5818
|
+
"name": "Calendar",
|
|
5819
|
+
"sourceFile": "components/New/Calendar/Calendar.tsx",
|
|
5820
|
+
"description": "A date/time picker supporting four selection modes.\naliases: DatePicker|DateTimePicker\n\nRenders a text-field trigger that opens a rounded month-grid popover for\nthe `date`/`datetime` modes, a masked `\"HH:mm\"` text field for `time`, and\na popover list of weekday names for `weekday`. Month/weekday names and\ndate formatting are localized via the `locale` prop.",
|
|
5821
|
+
"signature": "Calendar: FC<CalendarProps>"
|
|
5805
5822
|
}
|
|
5806
5823
|
],
|
|
5807
5824
|
"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-Dsk0_xx_.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.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.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.Highlight=a.Highlight;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,153 +1,155 @@
|
|
|
1
|
-
import { A as s, B as e, a as o, b as t, c as l, C as n, d as r, D,
|
|
1
|
+
import { A as s, B as e, a as o, b as t, c as l, C as n, d as r, e as D, f as c, D as u, g as b, h as d, i as p, k as S, l as T, n as I, o as g, p as m, q as B, r as N, s as A, t as C, u as E, v as F, w as L, x as P, y as _, z as y, F as M, G as O, H as f, I as R, J as h, K as w, L as z, M as G, N as x, O as V, P as k, Q as W, R as v, S as U, T as Y, U as Z, V as H, W as J, X, Y as q, 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 ba, ae as da, af as pa, ag as Sa, ah as Ta, ai as Ia, aj as ga, ak as ma, al as Ba, am as Na, an as Aa, ao as Ca, ap as Ea, aq as Fa, ar as La, as as Pa, at as _a, au as ya, av as Ma, aw as Oa, ax as fa, ay as Ra, az as ha, aA as wa, aB as za, aC as Ga, aD as xa, aE as Va, aF as ka, aG as Wa, aH as va, aI as Ua, aJ as Ya, aK as Za, aL as Ha, aM as Ja, aN as Xa, aO as qa, 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 bi, b4 as di, b5 as pi, b6 as Si, b7 as Ti, b8 as Ii, b9 as gi, ba as mi, bb as Bi, bc as Ni, bd as Ai, be as Ci, bf as Ei, bg as Fi, bh as Li, bi as Pi, bj as _i, bk as yi, bl as Mi, bm as Oi, bn as fi, bo as Ri, bp as hi, bq as wi, br as zi, bs as Gi, bt as xi, bu as Vi, bv as ki, m as Wi, bw as vi, bx as Ui, by as Yi, bz as Zi } from "./index-CvLTHmiY.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
4
|
e as BASE_ICON_PROPS,
|
|
5
5
|
o as BASE_ICON_SIZE,
|
|
6
6
|
t as ButtonAppearance,
|
|
7
7
|
l as ButtonVariant,
|
|
8
|
-
n as
|
|
9
|
-
r as
|
|
10
|
-
D as
|
|
11
|
-
c as
|
|
12
|
-
u as
|
|
13
|
-
b as
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
S as
|
|
17
|
-
T as
|
|
18
|
-
I as
|
|
19
|
-
g as
|
|
20
|
-
m as
|
|
21
|
-
B as
|
|
22
|
-
N as
|
|
23
|
-
A as
|
|
24
|
-
C as
|
|
25
|
-
E as
|
|
26
|
-
F as
|
|
27
|
-
L as
|
|
28
|
-
P as
|
|
29
|
-
_ as
|
|
8
|
+
n as Calendar,
|
|
9
|
+
r as CalendarMode,
|
|
10
|
+
D as CardShell,
|
|
11
|
+
c as ConfirmationPopupVariant,
|
|
12
|
+
u as DEFAULT_ANALYTICS_BAR_COLOR_MAP,
|
|
13
|
+
b as DIAL_ICON_SIZE,
|
|
14
|
+
d as DialAccordion,
|
|
15
|
+
p as DialAnalyticsBar,
|
|
16
|
+
S as DialAnalyticsBarGroup,
|
|
17
|
+
T as DialAnalyticsCard,
|
|
18
|
+
I as DialAnalyticsErrorTag,
|
|
19
|
+
g as DialAnalyticsHistogram,
|
|
20
|
+
m as DialAutocompleteInputValue,
|
|
21
|
+
B as DialBreadcrumb,
|
|
22
|
+
N as DialBreadcrumbItem,
|
|
23
|
+
A as DialButton,
|
|
24
|
+
C as DialButtonDropdown,
|
|
25
|
+
E as DialCaptionText,
|
|
26
|
+
F as DialCheckbox,
|
|
27
|
+
L as DialCloseButton,
|
|
28
|
+
P as DialCollapsibleSidebar,
|
|
29
|
+
_ as DialConditionalResizableContainer,
|
|
30
|
+
y as DialConfirmationPopup,
|
|
31
|
+
M as DialDangerButton,
|
|
30
32
|
O as DialDangerIconButton,
|
|
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
|
-
|
|
58
|
-
|
|
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
|
-
|
|
33
|
+
f as DialDestinationFolderPopup,
|
|
34
|
+
R as DialDraggableItem,
|
|
35
|
+
h as DialDropdown,
|
|
36
|
+
w as DialDropdownIcon,
|
|
37
|
+
z as DialEllipsisTooltip,
|
|
38
|
+
G as DialErrorText,
|
|
39
|
+
x as DialFabButton,
|
|
40
|
+
V as DialFileIcon,
|
|
41
|
+
k as DialFileManager,
|
|
42
|
+
W as DialFileManagerActions,
|
|
43
|
+
v as DialFileManagerTabs,
|
|
44
|
+
U as DialFileName,
|
|
45
|
+
Y as DialFileNodeType,
|
|
46
|
+
Z as DialFilePermission,
|
|
47
|
+
H as DialFileResourceType,
|
|
48
|
+
J as DialFolderName,
|
|
49
|
+
X as DialFoldersTree,
|
|
50
|
+
q as DialFormItem,
|
|
51
|
+
K as DialFormPopup,
|
|
52
|
+
j as DialGhostButton,
|
|
53
|
+
Q as DialGhostIconButton,
|
|
54
|
+
$ as DialGrid,
|
|
55
|
+
aa as DialIcon,
|
|
56
|
+
ia as DialIconButton,
|
|
57
|
+
sa as DialInput,
|
|
58
|
+
ea as DialInputPopup,
|
|
59
|
+
oa as DialItemType,
|
|
60
|
+
ta as DialLabel,
|
|
61
|
+
la as DialLabelledText,
|
|
62
|
+
na as DialLinkButton,
|
|
63
|
+
ra as DialLoadFileArea,
|
|
64
|
+
Da as DialLoadFileAreaField,
|
|
65
|
+
ca as DialLoader,
|
|
66
|
+
ua as DialNeutralButton,
|
|
67
|
+
ba as DialNeutralIconButton,
|
|
68
|
+
da as DialNoDataContent,
|
|
69
|
+
pa as DialNotification,
|
|
70
|
+
Sa as DialNumberInput,
|
|
71
|
+
Ta as DialPagination,
|
|
72
|
+
Ia as DialPasswordInput,
|
|
73
|
+
ga as DialPopup,
|
|
74
|
+
ma as DialPrimaryButton,
|
|
75
|
+
Ba as DialPrimaryIconButton,
|
|
76
|
+
Na as DialProgressBar,
|
|
77
|
+
Aa as DialProgressBarSize,
|
|
78
|
+
Ca as DialRadioButton,
|
|
79
|
+
Ea as DialRadioGroup,
|
|
80
|
+
Fa as DialRadioGroupPopupField,
|
|
81
|
+
La as DialRemoveButton,
|
|
82
|
+
Pa as DialResizableContainer,
|
|
83
|
+
_a as DialRoundedButton,
|
|
84
|
+
ya as DialSchemaRenderer,
|
|
85
|
+
Ma as DialSearch,
|
|
84
86
|
Oa as DialSecondaryIconButton,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
87
|
+
fa as DialSegmentedControl,
|
|
88
|
+
Ra as DialSelect,
|
|
89
|
+
ha as DialSelectField,
|
|
90
|
+
wa as DialSharedEntityIndicator,
|
|
91
|
+
za as DialSkeleton,
|
|
92
|
+
Ga as DialSkeletonAvatarShape,
|
|
93
|
+
xa as DialSkeletonAvatarSize,
|
|
94
|
+
Va as DialSkeletonVariant,
|
|
95
|
+
ka as DialSlider,
|
|
96
|
+
Wa as DialSpinner,
|
|
97
|
+
va as DialSteps,
|
|
98
|
+
Ua as DialSuccessIconButton,
|
|
99
|
+
Ya as DialSwitch,
|
|
100
|
+
Za as DialTabs,
|
|
101
|
+
Ha as DialTag,
|
|
102
|
+
Ja as DialTagInput,
|
|
103
|
+
Xa as DialTertiaryIconButton,
|
|
104
|
+
qa as DialTextarea,
|
|
105
|
+
Ka as DialTooltip,
|
|
106
|
+
ja as DropdownItemType,
|
|
107
|
+
Qa as DropdownTrigger,
|
|
108
|
+
$a as DropdownType,
|
|
109
|
+
ai as ElementSize,
|
|
110
|
+
ii as ErrorMessageNotification,
|
|
111
|
+
si as ErrorToastNotification,
|
|
112
|
+
ei as FileManagerColumnKey,
|
|
113
|
+
oi as FileManagerProvider,
|
|
114
|
+
ti as FlexibleActionsDirection,
|
|
115
|
+
li as FormItemOrientation,
|
|
116
|
+
ni as GridSelectionMode,
|
|
117
|
+
ri as Highlight,
|
|
118
|
+
Di as InfoMessageNotification,
|
|
119
|
+
ci as InfoToastNotification,
|
|
120
|
+
ui as JsonSchemaType,
|
|
121
|
+
bi as LazyDialJsonEditor,
|
|
122
|
+
di as LazyDialMarkdownEditor,
|
|
123
|
+
pi as LoadingMessageNotification,
|
|
124
|
+
Si as LoadingToastNotification,
|
|
125
|
+
Ti as NAME_COLUMN,
|
|
126
|
+
Ii as NOT_ALLOWED_SPACES,
|
|
127
|
+
gi as NOT_ALLOWED_SPACES_REGEXP,
|
|
128
|
+
mi as NOT_ALLOWED_SYMBOLS,
|
|
129
|
+
Bi as NOT_ALLOWED_SYMBOLS_REGEXP,
|
|
130
|
+
Ni as Notification,
|
|
131
|
+
Ai as NotificationType,
|
|
132
|
+
Ci as NotificationVariant,
|
|
133
|
+
Ei as PopupSize,
|
|
134
|
+
Fi as RadioGroupOrientation,
|
|
135
|
+
Li as ResizableContainerSide,
|
|
136
|
+
Pi as SIZE_COLUMN,
|
|
137
|
+
_i as SchemaDisplayMode,
|
|
138
|
+
yi as SchemaOrientation,
|
|
139
|
+
Mi as SchemaRendererVariant,
|
|
138
140
|
Oi as SelectSize,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
141
|
+
fi as SelectVariant,
|
|
142
|
+
Ri as StepStatus,
|
|
143
|
+
hi as SuccessMessageNotification,
|
|
144
|
+
wi as SuccessToastNotification,
|
|
145
|
+
zi as TabOrientation,
|
|
146
|
+
Gi as TabView,
|
|
147
|
+
xi as UPDATED_AT_COLUMN,
|
|
148
|
+
Vi as WarningMessageNotification,
|
|
149
|
+
ki as WarningToastNotification,
|
|
150
|
+
Wi as mergeClasses,
|
|
151
|
+
vi as useDialFileManagerTabs,
|
|
152
|
+
Ui as useEditableItem,
|
|
153
|
+
Yi as useFileManagerContext,
|
|
154
|
+
Zi as wrapInRootFolder
|
|
153
155
|
};
|