@epam/ai-dial-ui-kit 0.13.0-dev.21 → 0.13.0-dev.24
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-DJ1uusmG.js → JsonEditor-D1SlNzUW.js} +1 -1
- package/dist/{JsonEditor-DTssBtfu.cjs → JsonEditor-DrR6A1Gz.cjs} +1 -1
- package/dist/{MarkdownEditor-CSc6mQFa.cjs → MarkdownEditor-BgTomI6G.cjs} +1 -1
- package/dist/{MarkdownEditor-DGbOtQT4.js → MarkdownEditor-D33SEfSN.js} +1 -1
- package/dist/components-manifest.json +14 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +96 -95
- package/dist/{index-CenSNlib.js → index-BQ1Mc3Co.js} +95 -94
- package/dist/{index-COd_ZMPS.cjs → index-BYHmTv3-.cjs} +19 -19
- package/dist/index.css +1 -1
- package/dist/src/index.d.ts +3 -3
- 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-BYHmTv3-.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-BYHmTv3-.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.24",
|
|
3
|
+
"generatedAt": "2026-07-31T15:24:13.202Z",
|
|
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",
|
|
@@ -5994,6 +5994,12 @@
|
|
|
5994
5994
|
"description": "A Primary Icon Button component with predefined primary variant",
|
|
5995
5995
|
"signature": "PrimaryIconButton = IconButtonVariantCreator(\n ButtonVariant.Primary,\n ButtonAppearance.Solid,\n)"
|
|
5996
5996
|
},
|
|
5997
|
+
{
|
|
5998
|
+
"name": "StaticIconButton",
|
|
5999
|
+
"sourceFile": "components/New/IconButton/IconButtonWrappers.tsx",
|
|
6000
|
+
"description": "A Outlined Icon Button component with predefined outlined appearance",
|
|
6001
|
+
"signature": "StaticIconButton = IconButtonAppearanceCreator(\n ButtonAppearance.Solid,\n ButtonVariant.Static,\n)"
|
|
6002
|
+
},
|
|
5997
6003
|
{
|
|
5998
6004
|
"name": "Button",
|
|
5999
6005
|
"sourceFile": "components/New/Button/Button.tsx",
|
|
@@ -6005,6 +6011,12 @@
|
|
|
6005
6011
|
"sourceFile": "components/New/IconButton/IconButton.tsx",
|
|
6006
6012
|
"description": "A Icon Button component with flexible icon and text positioning\naliases: IconicButton|SymbolButton",
|
|
6007
6013
|
"signature": "IconButton: FC<IconButtonProps>"
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "FabButton",
|
|
6017
|
+
"sourceFile": "components/FabButton/FabButton.tsx",
|
|
6018
|
+
"description": "A Floating Action Button (FAB) component — circular icon button for primary actions.\naliases: FloatingActionButton|FabButton|CircularButton",
|
|
6019
|
+
"signature": "FabButton: FC<FabButtonProps>"
|
|
6008
6020
|
}
|
|
6009
6021
|
],
|
|
6010
6022
|
"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-BYHmTv3-.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.StaticIconButton=a.StaticIconButton;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,4 +1,4 @@
|
|
|
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
|
|
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 W, S as v, 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 Wa, aI as va, 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 Wi, by as vi, 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, bS as Ds, m as bs, bT as us, bU as cs, bV as ds, bW as ps } from "./index-BQ1Mc3Co.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
4
|
t as BASE_ICON_PROPS,
|
|
@@ -40,84 +40,84 @@ export {
|
|
|
40
40
|
k as DialDraggableItem,
|
|
41
41
|
x as DialDropdown,
|
|
42
42
|
U as DialDropdownIcon,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
H as
|
|
46
|
-
J as
|
|
47
|
-
Y as
|
|
48
|
-
Z as
|
|
49
|
-
K as
|
|
50
|
-
X as
|
|
51
|
-
q as
|
|
52
|
-
Q as
|
|
53
|
-
j as
|
|
54
|
-
$ as
|
|
55
|
-
aa as
|
|
56
|
-
ia as
|
|
57
|
-
sa as
|
|
58
|
-
ta as
|
|
59
|
-
oa as
|
|
60
|
-
ea as
|
|
61
|
-
la as
|
|
62
|
-
na as
|
|
63
|
-
ra as
|
|
64
|
-
Da as
|
|
65
|
-
ba as
|
|
66
|
-
ua as
|
|
67
|
-
ca as
|
|
68
|
-
da as
|
|
69
|
-
pa as
|
|
70
|
-
Sa as
|
|
71
|
-
Ta as
|
|
72
|
-
Ia as
|
|
73
|
-
Ba as
|
|
74
|
-
Aa as
|
|
75
|
-
Na as
|
|
76
|
-
ga as
|
|
77
|
-
Ca as
|
|
78
|
-
Ea as
|
|
79
|
-
ma as
|
|
80
|
-
La as
|
|
81
|
-
_a as
|
|
82
|
-
Fa as
|
|
83
|
-
Oa as
|
|
84
|
-
Pa as
|
|
85
|
-
ya as
|
|
86
|
-
Ma as
|
|
87
|
-
Ra as
|
|
88
|
-
fa as
|
|
89
|
-
ha as
|
|
90
|
-
Ga as
|
|
91
|
-
wa as
|
|
92
|
-
za as
|
|
93
|
-
Va as
|
|
94
|
-
ka as
|
|
95
|
-
xa as
|
|
96
|
-
Ua as
|
|
97
|
-
va as DialSkeletonAvatarShape,
|
|
43
|
+
W as DialEllipsisTooltip,
|
|
44
|
+
v 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,
|
|
60
|
+
ea as DialIcon,
|
|
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,
|
|
87
|
+
Ra as DialResizableContainer,
|
|
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,
|
|
98
97
|
Wa as DialSkeletonAvatarSize,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
98
|
+
va 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,
|
|
107
|
+
ja as DialTertiaryIconButton,
|
|
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
121
|
ci as FileManagerColumnKey,
|
|
122
122
|
di as FileManagerProvider,
|
|
123
123
|
pi as FlexibleActionsDirection,
|
|
@@ -148,8 +148,8 @@ export {
|
|
|
148
148
|
ki as NotificationVariant,
|
|
149
149
|
xi as OutlinedButton,
|
|
150
150
|
Ui as PopupSize,
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
Wi as PrimaryButton,
|
|
152
|
+
vi as PrimaryIconButton,
|
|
153
153
|
Hi as RadioGroupOrientation,
|
|
154
154
|
Ji as ResizableContainerSide,
|
|
155
155
|
Yi as SIZE_COLUMN,
|
|
@@ -159,19 +159,20 @@ export {
|
|
|
159
159
|
qi as ScreenResolution,
|
|
160
160
|
Qi as SelectSize,
|
|
161
161
|
ji as SelectVariant,
|
|
162
|
-
$i as
|
|
163
|
-
as as
|
|
164
|
-
is as
|
|
165
|
-
ss as
|
|
166
|
-
ts as
|
|
167
|
-
os as
|
|
168
|
-
es as
|
|
169
|
-
ls as
|
|
170
|
-
ns as
|
|
171
|
-
rs as
|
|
172
|
-
Ds as
|
|
173
|
-
bs as
|
|
174
|
-
us as
|
|
175
|
-
cs as
|
|
176
|
-
ds as
|
|
162
|
+
$i as StaticIconButton,
|
|
163
|
+
as as StepStatus,
|
|
164
|
+
is as SuccessMessageNotification,
|
|
165
|
+
ss as SuccessToastNotification,
|
|
166
|
+
ts as TabOrientation,
|
|
167
|
+
os as TabView,
|
|
168
|
+
es as UPDATED_AT_COLUMN,
|
|
169
|
+
ls as WarningMessageNotification,
|
|
170
|
+
ns as WarningToastNotification,
|
|
171
|
+
rs as convertGridDateToDate,
|
|
172
|
+
Ds as editableContainerProps,
|
|
173
|
+
bs as mergeClasses,
|
|
174
|
+
us as useDialFileManagerTabs,
|
|
175
|
+
cs as useEditableItem,
|
|
176
|
+
ds as useFileManagerContext,
|
|
177
|
+
ps as wrapInRootFolder
|
|
177
178
|
};
|
|
@@ -62198,7 +62198,7 @@ const d0 = ({ value: e, onChange: t, theme: i = c0.dark, height: s = 240 }) => {
|
|
|
62198
62198
|
() => JSON.stringify(e, null, 2)
|
|
62199
62199
|
);
|
|
62200
62200
|
Ce(() => {
|
|
62201
|
-
typeof window < "u" && import("./JsonEditor-
|
|
62201
|
+
typeof window < "u" && import("./JsonEditor-D1SlNzUW.js").then((d) => {
|
|
62202
62202
|
r(() => d.DialJsonEditor);
|
|
62203
62203
|
});
|
|
62204
62204
|
}, []);
|
|
@@ -62506,8 +62506,8 @@ const d0 = ({ value: e, onChange: t, theme: i = c0.dark, height: s = 240 }) => {
|
|
|
62506
62506
|
g
|
|
62507
62507
|
),
|
|
62508
62508
|
children: [
|
|
62509
|
-
/* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-semi-text", children: i }),
|
|
62510
|
-
/* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text", children: s })
|
|
62509
|
+
/* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-semi-text break-all", children: i }),
|
|
62510
|
+
/* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text break-all", children: s })
|
|
62511
62511
|
]
|
|
62512
62512
|
}
|
|
62513
62513
|
) : /* @__PURE__ */ p.jsx("div", { className: "dial-small-paragraph-text text-primary break-all", children: s })
|
|
@@ -63203,9 +63203,9 @@ const tC = {
|
|
|
63203
63203
|
}
|
|
63204
63204
|
);
|
|
63205
63205
|
return i ? /* @__PURE__ */ p.jsx(yt, { ...i, children: r }) : r;
|
|
63206
|
-
}, aW = () => import("./JsonEditor-
|
|
63206
|
+
}, aW = () => import("./JsonEditor-D1SlNzUW.js"), lW = () => import("./MarkdownEditor-D33SEfSN.js");
|
|
63207
63207
|
export {
|
|
63208
|
-
|
|
63208
|
+
Pp as $,
|
|
63209
63209
|
Xl as A,
|
|
63210
63210
|
ae as B,
|
|
63211
63211
|
Xj as C,
|
|
@@ -63225,83 +63225,83 @@ export {
|
|
|
63225
63225
|
Mj as Q,
|
|
63226
63226
|
bt as R,
|
|
63227
63227
|
Jt as S,
|
|
63228
|
-
|
|
63229
|
-
|
|
63230
|
-
|
|
63231
|
-
|
|
63232
|
-
|
|
63233
|
-
|
|
63234
|
-
|
|
63235
|
-
|
|
63228
|
+
ew as T,
|
|
63229
|
+
Sz as U,
|
|
63230
|
+
ee as V,
|
|
63231
|
+
Hr as W,
|
|
63232
|
+
Dp as X,
|
|
63233
|
+
Se as Y,
|
|
63234
|
+
Jo as Z,
|
|
63235
|
+
Yx as _,
|
|
63236
63236
|
pi as a,
|
|
63237
|
-
|
|
63238
|
-
|
|
63239
|
-
|
|
63240
|
-
|
|
63241
|
-
|
|
63242
|
-
|
|
63243
|
-
|
|
63244
|
-
|
|
63245
|
-
|
|
63246
|
-
|
|
63247
|
-
|
|
63248
|
-
|
|
63249
|
-
|
|
63250
|
-
|
|
63251
|
-
|
|
63252
|
-
|
|
63253
|
-
|
|
63254
|
-
|
|
63255
|
-
|
|
63256
|
-
|
|
63257
|
-
|
|
63258
|
-
|
|
63259
|
-
|
|
63260
|
-
|
|
63261
|
-
|
|
63262
|
-
|
|
63263
|
-
|
|
63264
|
-
|
|
63265
|
-
|
|
63266
|
-
|
|
63267
|
-
|
|
63268
|
-
|
|
63269
|
-
|
|
63270
|
-
|
|
63271
|
-
|
|
63272
|
-
|
|
63273
|
-
|
|
63274
|
-
|
|
63275
|
-
|
|
63276
|
-
|
|
63277
|
-
|
|
63278
|
-
|
|
63279
|
-
|
|
63280
|
-
|
|
63281
|
-
|
|
63282
|
-
|
|
63283
|
-
|
|
63284
|
-
|
|
63285
|
-
|
|
63286
|
-
|
|
63287
|
-
|
|
63288
|
-
|
|
63289
|
-
|
|
63290
|
-
|
|
63291
|
-
|
|
63292
|
-
|
|
63293
|
-
|
|
63294
|
-
|
|
63295
|
-
|
|
63296
|
-
|
|
63297
|
-
|
|
63298
|
-
|
|
63299
|
-
|
|
63300
|
-
|
|
63237
|
+
$e as a$,
|
|
63238
|
+
hz as a0,
|
|
63239
|
+
wp as a1,
|
|
63240
|
+
Pj as a2,
|
|
63241
|
+
Nx as a3,
|
|
63242
|
+
qc as a4,
|
|
63243
|
+
Px as a5,
|
|
63244
|
+
Be as a6,
|
|
63245
|
+
js as a7,
|
|
63246
|
+
Ks as a8,
|
|
63247
|
+
sG as a9,
|
|
63248
|
+
pj as aA,
|
|
63249
|
+
Ej as aB,
|
|
63250
|
+
Gn as aC,
|
|
63251
|
+
Tj as aD,
|
|
63252
|
+
ec as aE,
|
|
63253
|
+
Sr as aF,
|
|
63254
|
+
dh as aG,
|
|
63255
|
+
Al as aH,
|
|
63256
|
+
Ti as aI,
|
|
63257
|
+
wj as aJ,
|
|
63258
|
+
jC as aK,
|
|
63259
|
+
Cj as aL,
|
|
63260
|
+
fj as aM,
|
|
63261
|
+
Ug as aN,
|
|
63262
|
+
LB as aO,
|
|
63263
|
+
ho as aP,
|
|
63264
|
+
tG as aQ,
|
|
63265
|
+
gj as aR,
|
|
63266
|
+
Fj as aS,
|
|
63267
|
+
yt as aT,
|
|
63268
|
+
mp as aU,
|
|
63269
|
+
vp as aV,
|
|
63270
|
+
Cp as aW,
|
|
63271
|
+
la as aX,
|
|
63272
|
+
vi as aY,
|
|
63273
|
+
CB as aZ,
|
|
63274
|
+
s0 as a_,
|
|
63275
|
+
yi as aa,
|
|
63276
|
+
_i as ab,
|
|
63277
|
+
bj as ac,
|
|
63278
|
+
Rj as ad,
|
|
63279
|
+
GG as ae,
|
|
63280
|
+
Ij as af,
|
|
63281
|
+
Xs as ag,
|
|
63282
|
+
gs as ah,
|
|
63283
|
+
hj as ai,
|
|
63284
|
+
Kc as aj,
|
|
63285
|
+
i2 as ak,
|
|
63286
|
+
Nv as al,
|
|
63287
|
+
vj as am,
|
|
63288
|
+
gG as an,
|
|
63289
|
+
Xo as ao,
|
|
63290
|
+
cs as ap,
|
|
63291
|
+
uj as aq,
|
|
63292
|
+
mj as ar,
|
|
63293
|
+
s2 as as,
|
|
63294
|
+
Co as at,
|
|
63295
|
+
oh as au,
|
|
63296
|
+
Dj as av,
|
|
63297
|
+
_g as aw,
|
|
63298
|
+
H3 as ax,
|
|
63299
|
+
Nj as ay,
|
|
63300
|
+
Gx as az,
|
|
63301
63301
|
x0 as b,
|
|
63302
|
-
|
|
63303
|
-
|
|
63304
|
-
|
|
63302
|
+
Wj as b0,
|
|
63303
|
+
Bj as b1,
|
|
63304
|
+
rW as b2,
|
|
63305
63305
|
Tt as b3,
|
|
63306
63306
|
_V as b4,
|
|
63307
63307
|
vo as b5,
|
|
@@ -63317,20 +63317,21 @@ export {
|
|
|
63317
63317
|
Ic as bF,
|
|
63318
63318
|
ep as bG,
|
|
63319
63319
|
tp as bH,
|
|
63320
|
-
|
|
63321
|
-
|
|
63322
|
-
|
|
63323
|
-
|
|
63324
|
-
|
|
63325
|
-
|
|
63326
|
-
|
|
63327
|
-
|
|
63328
|
-
|
|
63329
|
-
|
|
63330
|
-
|
|
63331
|
-
|
|
63332
|
-
|
|
63333
|
-
|
|
63320
|
+
iC as bI,
|
|
63321
|
+
Ci as bJ,
|
|
63322
|
+
Uj as bK,
|
|
63323
|
+
Vj as bL,
|
|
63324
|
+
Jh as bM,
|
|
63325
|
+
Io as bN,
|
|
63326
|
+
mz as bO,
|
|
63327
|
+
$j as bP,
|
|
63328
|
+
zj as bQ,
|
|
63329
|
+
jg as bR,
|
|
63330
|
+
cz as bS,
|
|
63331
|
+
Aj as bT,
|
|
63332
|
+
dz as bU,
|
|
63333
|
+
bz as bV,
|
|
63334
|
+
Lj as bW,
|
|
63334
63335
|
Kl as ba,
|
|
63335
63336
|
Oj as bb,
|
|
63336
63337
|
p0 as bc,
|