@epam/ai-dial-ui-kit 0.12.0-dev.10 → 0.12.0-dev.12
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-Dol9dB16.js → JsonEditor-Cv8OUCIZ.js} +1 -1
- package/dist/{JsonEditor-BhR7MuU7.cjs → JsonEditor-DBCK_XD3.cjs} +1 -1
- package/dist/{MarkdownEditor-Ck3Pqb3Q.cjs → MarkdownEditor-ChMzGmsp.cjs} +1 -1
- package/dist/{MarkdownEditor-CdHBKlsl.js → MarkdownEditor-DZ9YTjxL.js} +1 -1
- package/dist/components-manifest.json +72 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +64 -63
- package/dist/{index-kuv7v0Dv.cjs → index-BSxVvuFN.cjs} +3 -3
- package/dist/{index-U9Eh_lOr.js → index-CwlGx6Lw.js} +679 -597
- package/dist/index.css +1 -1
- package/dist/src/components/RadioGroupPopupField/RadioGroupPopupField.d.ts +1 -0
- package/dist/src/components/SegmentedControl/SegmentedControl.d.ts +39 -0
- package/dist/src/components/SegmentedControl/constants.d.ts +5 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/models/segmented-control.d.ts +7 -0
- package/package.json +1 -1
|
@@ -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-BSxVvuFN.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-BSxVvuFN.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.12.0-dev.
|
|
3
|
-
"generatedAt": "2026-
|
|
2
|
+
"version": "0.12.0-dev.12",
|
|
3
|
+
"generatedAt": "2026-07-01T10:33:07.736Z",
|
|
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",
|
|
@@ -2393,6 +2393,53 @@
|
|
|
2393
2393
|
],
|
|
2394
2394
|
"sourceFile": "components/Switch/Switch.tsx"
|
|
2395
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"name": "DialSegmentedControl",
|
|
2398
|
+
"category": "Form",
|
|
2399
|
+
"description": "A single-select control for switching between a small set of mutually exclusive,\nequally-sized options (e.g. view switchers).\naliases: SegmentedButton|ViewSwitcher\n\nRenders a horizontal group of segments where every option is always visible and\nequally sized. Supports 2 or more segments, optional per-option icons, and\nkeyboard navigation (Arrow keys, Home, End).",
|
|
2400
|
+
"props": [
|
|
2401
|
+
{
|
|
2402
|
+
"name": "options",
|
|
2403
|
+
"type": "SegmentedControlOption<T>[]",
|
|
2404
|
+
"required": true,
|
|
2405
|
+
"description": "Segments to render. Each option needs a unique `value` and may include a `label`, `icon`, and `disabled` flag."
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"name": "value",
|
|
2409
|
+
"type": "T",
|
|
2410
|
+
"required": true,
|
|
2411
|
+
"description": "The currently selected option `value`."
|
|
2412
|
+
},
|
|
2413
|
+
{
|
|
2414
|
+
"name": "onChange",
|
|
2415
|
+
"type": "(value: T) => void",
|
|
2416
|
+
"required": true,
|
|
2417
|
+
"description": "Callback fired with the selected option `value`."
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"name": "disabled",
|
|
2421
|
+
"type": "boolean",
|
|
2422
|
+
"required": false,
|
|
2423
|
+
"description": "Disables the entire control when set."
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"name": "className",
|
|
2427
|
+
"type": "string",
|
|
2428
|
+
"required": false,
|
|
2429
|
+
"description": "Additional classes applied to the container."
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
"name": "ariaLabel",
|
|
2433
|
+
"type": "string",
|
|
2434
|
+
"required": false,
|
|
2435
|
+
"description": "Accessible label for the control (applied to the `tablist`)."
|
|
2436
|
+
}
|
|
2437
|
+
],
|
|
2438
|
+
"examples": [
|
|
2439
|
+
"<DialSegmentedControl\n ariaLabel=\"View\"\n value={view}\n onChange={setView}\n options={[\n { value: 'list', label: 'List' },\n { value: 'grid', label: 'Grid' },\n ]}\n/>"
|
|
2440
|
+
],
|
|
2441
|
+
"sourceFile": "components/SegmentedControl/SegmentedControl.tsx"
|
|
2442
|
+
},
|
|
2396
2443
|
{
|
|
2397
2444
|
"name": "DialPopup",
|
|
2398
2445
|
"category": "Overlay",
|
|
@@ -4966,6 +5013,29 @@
|
|
|
4966
5013
|
],
|
|
4967
5014
|
"sourceFile": "models/select.ts"
|
|
4968
5015
|
},
|
|
5016
|
+
{
|
|
5017
|
+
"name": "SegmentedControlOption",
|
|
5018
|
+
"kind": "interface",
|
|
5019
|
+
"members": [
|
|
5020
|
+
{
|
|
5021
|
+
"name": "value",
|
|
5022
|
+
"value": "T"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "label?",
|
|
5026
|
+
"value": "ReactNode"
|
|
5027
|
+
},
|
|
5028
|
+
{
|
|
5029
|
+
"name": "icon?",
|
|
5030
|
+
"value": "ReactNode"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"name": "disabled?",
|
|
5034
|
+
"value": "boolean"
|
|
5035
|
+
}
|
|
5036
|
+
],
|
|
5037
|
+
"sourceFile": "models/segmented-control.ts"
|
|
5038
|
+
},
|
|
4969
5039
|
{
|
|
4970
5040
|
"name": "TabModel",
|
|
4971
5041
|
"kind": "interface",
|
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-BSxVvuFN.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.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.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.TabView=a.TabView;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 { A as s, B as e, a as l, b as o, c as t, C as n, D, d as r, e as u, f as p, g as d, h as
|
|
1
|
+
import { A as s, B as e, a as l, b as o, c as t, C as n, D, d as r, e as u, f as p, g as d, h as S, i as c, k as b, l as I, n as m, o as B, p as A, q as T, r as C, s as E, t as F, u as L, v as P, w as _, x as g, y as O, z as y, E as N, F as R, G as M, H as h, I as w, J as z, K as G, L as V, M as x, N as k, O as f, P as U, Q as v, R as W, S as Y, T as Z, U as J, V as X, W as H, X as K, Y as q, 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 da, ad as Sa, ae as ca, af as ba, ag as Ia, ah as ma, ai as Ba, aj as Aa, ak as Ta, al as Ca, am as Ea, an as Fa, ao as La, ap as Pa, aq as _a, ar as ga, as as Oa, at as ya, au as Na, av as Ra, aw as Ma, ax as ha, ay as wa, az as za, aA as Ga, aB as Va, aC as xa, aD as ka, aE as fa, aF as Ua, aG as va, aH as Wa, aI as Ya, aJ as Za, aK as Ja, aL as Xa, aM as Ha, aN as Ka, aO as qa, 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 di, b3 as Si, b4 as ci, b5 as bi, b6 as Ii, b7 as mi, b8 as Bi, b9 as Ai, ba as Ti, bb as Ci, bc as Ei, bd as Fi, m as Li, be as Pi, bf as _i, bg as gi, bh as Oi } from "./index-CwlGx6Lw.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
4
|
e as BASE_ICON_PROPS,
|
|
@@ -11,12 +11,12 @@ export {
|
|
|
11
11
|
u as DialAccordion,
|
|
12
12
|
p as DialAnalyticsBar,
|
|
13
13
|
d as DialAnalyticsBarGroup,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
S as DialAnalyticsCard,
|
|
15
|
+
c as DialAnalyticsErrorTag,
|
|
16
16
|
b as DialAnalyticsHistogram,
|
|
17
17
|
I as DialAutocompleteInputValue,
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
m as DialBreadcrumb,
|
|
19
|
+
B as DialBreadcrumbItem,
|
|
20
20
|
A as DialButton,
|
|
21
21
|
T as DialButtonDropdown,
|
|
22
22
|
C as DialCaptionText,
|
|
@@ -25,8 +25,8 @@ export {
|
|
|
25
25
|
L as DialCollapsibleSidebar,
|
|
26
26
|
P as DialConditionalResizableContainer,
|
|
27
27
|
_ as DialConfirmationPopup,
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
g as DialDangerButton,
|
|
29
|
+
O as DialDangerIconButton,
|
|
30
30
|
y as DialDestinationFolderPopup,
|
|
31
31
|
N as DialDraggableItem,
|
|
32
32
|
R as DialDropdown,
|
|
@@ -65,12 +65,12 @@ export {
|
|
|
65
65
|
ua as DialNotification,
|
|
66
66
|
pa as DialNumberInput,
|
|
67
67
|
da as DialPagination,
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
Sa as DialPasswordInput,
|
|
69
|
+
ca as DialPopup,
|
|
70
70
|
ba as DialPrimaryButton,
|
|
71
71
|
Ia as DialPrimaryIconButton,
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
ma as DialProgressBar,
|
|
73
|
+
Ba as DialProgressBarSize,
|
|
74
74
|
Aa as DialRadioButton,
|
|
75
75
|
Ta as DialRadioGroup,
|
|
76
76
|
Ca as DialRadioGroupPopupField,
|
|
@@ -79,59 +79,60 @@ export {
|
|
|
79
79
|
La as DialRoundedButton,
|
|
80
80
|
Pa as DialSchemaRenderer,
|
|
81
81
|
_a as DialSearch,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
ya as
|
|
85
|
-
Na as
|
|
86
|
-
Ra as
|
|
87
|
-
Ma as
|
|
88
|
-
ha as
|
|
89
|
-
wa as
|
|
90
|
-
za as
|
|
91
|
-
Ga as
|
|
92
|
-
Va as
|
|
93
|
-
xa as
|
|
94
|
-
ka as
|
|
95
|
-
fa as
|
|
96
|
-
Ua as
|
|
97
|
-
va as
|
|
98
|
-
Wa as
|
|
99
|
-
Ya as
|
|
100
|
-
Za as
|
|
101
|
-
Ja as
|
|
102
|
-
Xa as
|
|
103
|
-
Ha as
|
|
104
|
-
Ka as
|
|
105
|
-
qa as
|
|
106
|
-
Qa as
|
|
107
|
-
$a as
|
|
108
|
-
ja as
|
|
109
|
-
ai as
|
|
110
|
-
ii as
|
|
111
|
-
si as
|
|
112
|
-
ei as
|
|
113
|
-
li as
|
|
114
|
-
oi as
|
|
115
|
-
ti as
|
|
116
|
-
ni as
|
|
117
|
-
Di as
|
|
118
|
-
ri as
|
|
119
|
-
ui as
|
|
120
|
-
pi as
|
|
121
|
-
di as
|
|
82
|
+
ga as DialSecondaryIconButton,
|
|
83
|
+
Oa as DialSegmentedControl,
|
|
84
|
+
ya as DialSelect,
|
|
85
|
+
Na as DialSelectField,
|
|
86
|
+
Ra as DialSharedEntityIndicator,
|
|
87
|
+
Ma as DialSkeleton,
|
|
88
|
+
ha as DialSkeletonAvatarShape,
|
|
89
|
+
wa as DialSkeletonAvatarSize,
|
|
90
|
+
za as DialSkeletonVariant,
|
|
91
|
+
Ga as DialSlider,
|
|
92
|
+
Va as DialSpinner,
|
|
93
|
+
xa as DialSteps,
|
|
94
|
+
ka as DialSuccessIconButton,
|
|
95
|
+
fa as DialSwitch,
|
|
96
|
+
Ua as DialTabs,
|
|
97
|
+
va as DialTag,
|
|
98
|
+
Wa as DialTagInput,
|
|
99
|
+
Ya as DialTertiaryIconButton,
|
|
100
|
+
Za as DialTextarea,
|
|
101
|
+
Ja as DialTooltip,
|
|
102
|
+
Xa as DropdownItemType,
|
|
103
|
+
Ha as DropdownTrigger,
|
|
104
|
+
Ka as DropdownType,
|
|
105
|
+
qa as ElementSize,
|
|
106
|
+
Qa as FileManagerColumnKey,
|
|
107
|
+
$a as FileManagerProvider,
|
|
108
|
+
ja as FlexibleActionsDirection,
|
|
109
|
+
ai as FormItemOrientation,
|
|
110
|
+
ii as GridSelectionMode,
|
|
111
|
+
si as JsonSchemaType,
|
|
112
|
+
ei as LazyDialJsonEditor,
|
|
113
|
+
li as LazyDialMarkdownEditor,
|
|
114
|
+
oi as NAME_COLUMN,
|
|
115
|
+
ti as NOT_ALLOWED_SPACES,
|
|
116
|
+
ni as NOT_ALLOWED_SPACES_REGEXP,
|
|
117
|
+
Di as NOT_ALLOWED_SYMBOLS,
|
|
118
|
+
ri as NOT_ALLOWED_SYMBOLS_REGEXP,
|
|
119
|
+
ui as NotificationVariant,
|
|
120
|
+
pi as PopupSize,
|
|
121
|
+
di as RadioGroupOrientation,
|
|
122
|
+
Si as ResizableContainerSide,
|
|
122
123
|
ci as SIZE_COLUMN,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
bi as SchemaDisplayMode,
|
|
125
|
+
Ii as SchemaOrientation,
|
|
126
|
+
mi as SchemaRendererVariant,
|
|
126
127
|
Bi as SelectSize,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
128
|
+
Ai as SelectVariant,
|
|
129
|
+
Ti as StepStatus,
|
|
130
|
+
Ci as TabOrientation,
|
|
131
|
+
Ei as TabView,
|
|
132
|
+
Fi as UPDATED_AT_COLUMN,
|
|
133
|
+
Li as mergeClasses,
|
|
134
|
+
Pi as useDialFileManagerTabs,
|
|
135
|
+
_i as useEditableItem,
|
|
136
|
+
gi as useFileManagerContext,
|
|
136
137
|
Oi as wrapInRootFolder
|
|
137
138
|
};
|