@epam/uui 5.13.0 → 5.13.1
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/components/overlays/DropdownMenu.d.ts.map +1 -1
- package/index.esm.js +110 -106
- package/index.esm.js.map +1 -1
- package/index.js +109 -105
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2532 -2532
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as uuiComponents from '@epam/uui-components';
|
|
2
2
|
import { Clickable, IconContainer, RadioInput as RadioInput$1, TextInput as TextInput$1, ControlGroup as ControlGroup$1, NumericInput as NumericInput$1, TextArea as TextArea$1, Dropdown as Dropdown$1, Anchor as Anchor$1, FlexRow as FlexRow$1, FlexSpacer, Text as Text$1, FlexCell as FlexCell$1, VPanel, ScrollBars as ScrollBars$1, AvatarStack as AvatarStack$1, Spinner as Spinner$1, Paginator as Paginator$1, DragHandle, Blocker as Blocker$1, ModalBlocker as ModalBlocker$1, ModalWindow as ModalWindow$1, Snackbar as Snackbar$1, InputAddon as InputAddon$1, Slider as Slider$1, Calendar as Calendar$1, YearSelection, MonthSelection, Day, uuiDaySelection, PickerBodyBase, DataPickerRow as DataPickerRow$1, Avatar, usePickerModal, handleDataSourceKeyboard, PickerToggler as PickerToggler$1, usePickerInput, usePickerList, DataTableCell as DataTableCell$1, DataTableRow as DataTableRow$1, DataTableCellContainer, DataTableHeaderCell as DataTableHeaderCell$1, DataTableHeaderRow as DataTableHeaderRow$1, AdaptivePanel, useColumnsConfiguration, Accordion as Accordion$1, DataTableSelectionProvider, DataTableFocusProvider, Burger as Burger$1, Button as Button$1, DropSpot as DropSpot$1, UploadFileToggler, ErrorCatch } from '@epam/uui-components';
|
|
3
3
|
export { Avatar, DataTableCellContainer, FlexSpacer, IconContainer } from '@epam/uui-components';
|
|
4
|
-
import { withMods, devLogger, uuiElement, cx as cx$1, uuiMarkers, IEditableDebouncer, UuiContext, uuiMod, directionMode, useVirtualList, useScrollShadows, isMobile, i18n as i18n$1, useUuiContext, isFocusReceiverInsideFocusLock, Lens, mobilePopperModifier, uuiDataTableHeaderCell, uuiDataTableHeaderGroupCell, usePrevious, useForceUpdate, getSeparatedValue, useArrayDataSource, orderBy, getOrderBetween, DndActor, uuiDndState, useColumnsConfig, uuiScrollShadows, Form as Form$1, useForm as useForm$1, formatBytes, useUuiError } from '@epam/uui-core';
|
|
4
|
+
import { withMods, devLogger, uuiElement, cx as cx$1, uuiMarkers, IEditableDebouncer, UuiContext, uuiMod, getDir, directionMode, useVirtualList, useScrollShadows, isMobile, i18n as i18n$1, useUuiContext, isFocusReceiverInsideFocusLock, Lens, mobilePopperModifier, uuiDataTableHeaderCell, uuiDataTableHeaderGroupCell, usePrevious, useForceUpdate, getSeparatedValue, useArrayDataSource, orderBy, getOrderBetween, DndActor, uuiDndState, useColumnsConfig, uuiScrollShadows, Form as Form$1, useForm as useForm$1, formatBytes, useUuiError } from '@epam/uui-core';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default, { forwardRef, useContext, useRef, useState, useEffect, useReducer, useImperativeHandle, useCallback, useMemo, Fragment } from 'react';
|
|
7
7
|
import cx from 'classnames';
|
|
@@ -592,7 +592,7 @@ const settings = {
|
|
|
592
592
|
},
|
|
593
593
|
};
|
|
594
594
|
|
|
595
|
-
var css$1y = {"uui-typography":"
|
|
595
|
+
var css$1y = {"uui-typography":"_7dibOv","uuiTypography":"_7dibOv","hero-header":"gZIFvf","heroHeader":"gZIFvf","promo-header":"moRTWZ","promoHeader":"moRTWZ","uui-critical":"MLpwgC","uuiCritical":"MLpwgC","uui-info":"pxwMwF","uuiInfo":"pxwMwF","uui-success":"S9TkLF","uuiSuccess":"S9TkLF","uui-warning":"CGEY2C","uuiWarning":"CGEY2C","uui-highlight":"_8G3qW7","uuiHighlight":"_8G3qW7","uui-typography-size-12":"TkLsvK","uuiTypographySize12":"TkLsvK","uui-typography-size-14":"TN1Exh","uuiTypographySize14":"TN1Exh","uui-typography-size-16":"IInzmy","uuiTypographySize16":"IInzmy","root":"MaGedW"};
|
|
596
596
|
|
|
597
597
|
function applyButtonMods(mods) {
|
|
598
598
|
return [
|
|
@@ -610,7 +610,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
610
610
|
};
|
|
611
611
|
});
|
|
612
612
|
|
|
613
|
-
var css$1x = {"root":"
|
|
613
|
+
var css$1x = {"root":"CskCVP"};
|
|
614
614
|
|
|
615
615
|
function applyIconButtonMods(props) {
|
|
616
616
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1x.root];
|
|
@@ -647,7 +647,7 @@ function getIconClass(props) {
|
|
|
647
647
|
return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
|
|
648
648
|
}
|
|
649
649
|
|
|
650
|
-
var css$1w = {"uui-typography":"
|
|
650
|
+
var css$1w = {"uui-typography":"yAjTdB","uuiTypography":"yAjTdB","hero-header":"eiLbdk","heroHeader":"eiLbdk","promo-header":"JxSksD","promoHeader":"JxSksD","uui-critical":"_3wHQBN","uuiCritical":"_3wHQBN","uui-info":"Uo61eA","uuiInfo":"Uo61eA","uui-success":"rDa8-v","uuiSuccess":"rDa8-v","uui-warning":"_6hszJC","uuiWarning":"_6hszJC","uui-highlight":"lp8xIs","uuiHighlight":"lp8xIs","uui-typography-size-12":"fxpzPt","uuiTypographySize12":"fxpzPt","uui-typography-size-14":"_1fIcMa","uuiTypographySize14":"_1fIcMa","uui-typography-size-16":"bGw9xY","uuiTypographySize16":"bGw9xY","root":"_5OaFLf"};
|
|
651
651
|
|
|
652
652
|
const DEFAULT_COLOR = 'primary';
|
|
653
653
|
const DEFAULT_WEIGHT = 'semibold';
|
|
@@ -678,7 +678,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
678
678
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
679
679
|
});
|
|
680
680
|
|
|
681
|
-
var css$1v = {"root":"
|
|
681
|
+
var css$1v = {"root":"_9eu-hk"};
|
|
682
682
|
|
|
683
683
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
684
684
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -690,7 +690,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
690
690
|
]) }, props.caption));
|
|
691
691
|
});
|
|
692
692
|
|
|
693
|
-
var css$1u = {"uui-typography":"
|
|
693
|
+
var css$1u = {"uui-typography":"hAQQr7","uuiTypography":"hAQQr7","hero-header":"vz3CLE","heroHeader":"vz3CLE","promo-header":"u9izqG","promoHeader":"u9izqG","uui-critical":"stlt9a","uuiCritical":"stlt9a","uui-info":"R7oU0T","uuiInfo":"R7oU0T","uui-success":"eh7dnO","uuiSuccess":"eh7dnO","uui-warning":"_4clm04","uuiWarning":"_4clm04","uui-highlight":"_6LU4Yl","uuiHighlight":"_6LU4Yl","uui-typography-size-12":"pVRM0a","uuiTypographySize12":"pVRM0a","uui-typography-size-14":"L2XqCt","uuiTypographySize14":"L2XqCt","uui-typography-size-16":"GSfNBU","uuiTypographySize16":"GSfNBU","root":"PLiTrO","withNotify":"ZBJXWo"};
|
|
694
694
|
|
|
695
695
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
696
696
|
const styles = [
|
|
@@ -718,7 +718,7 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
718
718
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
719
719
|
});
|
|
720
720
|
|
|
721
|
-
var css$1t = {"uui-typography":"
|
|
721
|
+
var css$1t = {"uui-typography":"xEAtNz","uuiTypography":"xEAtNz","hero-header":"hLFQfs","heroHeader":"hLFQfs","promo-header":"odFHXr","promoHeader":"odFHXr","uui-critical":"NFIL60","uuiCritical":"NFIL60","uui-info":"BTczt7","uuiInfo":"BTczt7","uui-success":"xqzoeJ","uuiSuccess":"xqzoeJ","uui-warning":"_7xxfXq","uuiWarning":"_7xxfXq","uui-highlight":"-YuGos","uuiHighlight":"-YuGos","uui-typography-size-12":"fej0KP","uuiTypographySize12":"fej0KP","uui-typography-size-14":"ie1R3W","uuiTypographySize14":"ie1R3W","uui-typography-size-16":"ljUF-F","uuiTypographySize16":"ljUF-F","root":"wDUf0r"};
|
|
722
722
|
|
|
723
723
|
function applyVerticalTabButtonMods() {
|
|
724
724
|
return [css$1t.root, 'uui-vertical-tab-button'];
|
|
@@ -740,7 +740,7 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
740
740
|
};
|
|
741
741
|
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
742
742
|
|
|
743
|
-
var css$1s = {"uui-typography":"
|
|
743
|
+
var css$1s = {"uui-typography":"_1AlAFV","uuiTypography":"_1AlAFV","hero-header":"KOAXOO","heroHeader":"KOAXOO","promo-header":"_6ALMun","promoHeader":"_6ALMun","uui-critical":"fuTPAk","uuiCritical":"fuTPAk","uui-info":"_0jhg4n","uuiInfo":"_0jhg4n","uui-success":"_6h-eyE","uuiSuccess":"_6h-eyE","uui-warning":"dNu1iG","uuiWarning":"dNu1iG","uui-highlight":"f7dy9c","uuiHighlight":"f7dy9c","uui-typography-size-12":"Q8lukU","uuiTypographySize12":"Q8lukU","uui-typography-size-14":"BHb9GG","uuiTypographySize14":"BHb9GG","uui-typography-size-16":"zU0Mbv","uuiTypographySize16":"zU0Mbv","root":"febSRG","mode-cell":"FNtbGw","modeCell":"FNtbGw"};
|
|
744
744
|
|
|
745
745
|
function applyCheckboxMods(mods) {
|
|
746
746
|
return [
|
|
@@ -775,7 +775,7 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
775
775
|
};
|
|
776
776
|
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
777
777
|
|
|
778
|
-
var css$1r = {"uui-typography":"
|
|
778
|
+
var css$1r = {"uui-typography":"_8uVoO0","uuiTypography":"_8uVoO0","hero-header":"_5U3YGC","heroHeader":"_5U3YGC","promo-header":"aJr9b-","promoHeader":"aJr9b-","uui-critical":"Yr5VFM","uuiCritical":"Yr5VFM","uui-info":"VEBx6M","uuiInfo":"VEBx6M","uui-success":"VHbuBm","uuiSuccess":"VHbuBm","uui-warning":"iXhVRc","uuiWarning":"iXhVRc","uui-highlight":"_8vVIlz","uuiHighlight":"_8vVIlz","uui-typography-size-12":"ysKNvn","uuiTypographySize12":"ysKNvn","uui-typography-size-14":"Eh-sRw","uuiTypographySize14":"Eh-sRw","uui-typography-size-16":"edXBuN","uuiTypographySize16":"edXBuN","root":"g1-sdZ"};
|
|
779
779
|
|
|
780
780
|
function applyRadioInputMods(mods) {
|
|
781
781
|
return [
|
|
@@ -787,7 +787,7 @@ function applyRadioInputMods(mods) {
|
|
|
787
787
|
}
|
|
788
788
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : ForwardRef$B }));
|
|
789
789
|
|
|
790
|
-
var css$1q = {"root":"
|
|
790
|
+
var css$1q = {"root":"m5yU-S"};
|
|
791
791
|
|
|
792
792
|
function applySwitchMods(mods) {
|
|
793
793
|
return [
|
|
@@ -811,7 +811,7 @@ var EditMode;
|
|
|
811
811
|
EditMode["INLINE"] = "inline";
|
|
812
812
|
})(EditMode || (EditMode = {}));
|
|
813
813
|
|
|
814
|
-
var textInputCss = {"uui-typography":"
|
|
814
|
+
var textInputCss = {"uui-typography":"_7zR6D2","uuiTypography":"_7zR6D2","hero-header":"_6nT9qv","heroHeader":"_6nT9qv","promo-header":"z8E9te","promoHeader":"z8E9te","uui-critical":"EtwonQ","uuiCritical":"EtwonQ","uui-info":"r0U-l-","uuiInfo":"r0U-l-","uui-success":"KnkTH4","uuiSuccess":"KnkTH4","uui-warning":"lzioHg","uuiWarning":"lzioHg","uui-highlight":"kTscpN","uuiHighlight":"kTscpN","uui-typography-size-12":"u5Rxln","uuiTypographySize12":"u5Rxln","uui-typography-size-14":"_6m93Pa","uuiTypographySize14":"_6m93Pa","uui-typography-size-16":"fGaJKo","uuiTypographySize16":"fGaJKo","root":"wHZKXL","mode-form":"-G1W-o","modeForm":"-G1W-o","mode-inline":"L0eVsY","modeInline":"L0eVsY","mode-cell":"iQCtuQ","modeCell":"iQCtuQ"};
|
|
815
815
|
|
|
816
816
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
817
817
|
function applyTextInputMods(mods) {
|
|
@@ -836,7 +836,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
836
836
|
} }));
|
|
837
837
|
});
|
|
838
838
|
|
|
839
|
-
var css$1p = {"root":"
|
|
839
|
+
var css$1p = {"root":"wJ5meL"};
|
|
840
840
|
|
|
841
841
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1p.root, 'uui-control-group']);
|
|
842
842
|
|
|
@@ -852,7 +852,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
852
852
|
}
|
|
853
853
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
854
854
|
|
|
855
|
-
var css$1o = {"uui-typography":"
|
|
855
|
+
var css$1o = {"uui-typography":"-MvPdM","uuiTypography":"-MvPdM","hero-header":"X2IXYc","heroHeader":"X2IXYc","promo-header":"TGF17H","promoHeader":"TGF17H","uui-critical":"IZ0A73","uuiCritical":"IZ0A73","uui-info":"_3CcWb9","uuiInfo":"_3CcWb9","uui-success":"LZ0NNH","uuiSuccess":"LZ0NNH","uui-warning":"dGhl24","uuiWarning":"dGhl24","uui-highlight":"_9CMJ6I","uuiHighlight":"_9CMJ6I","uui-typography-size-12":"_8PlM3T","uuiTypographySize12":"_8PlM3T","uui-typography-size-14":"InVOJB","uuiTypographySize14":"InVOJB","uui-typography-size-16":"tYLRHC","uuiTypographySize16":"tYLRHC","root":"wBW2nC","mode-form":"Is14Gs","modeForm":"Is14Gs","mode-cell":"lTSe5c","modeCell":"lTSe5c"};
|
|
856
856
|
|
|
857
857
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
858
858
|
function applyNumericInputMods(mods) {
|
|
@@ -872,7 +872,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
872
872
|
};
|
|
873
873
|
});
|
|
874
874
|
|
|
875
|
-
var css$1n = {"uui-typography":"
|
|
875
|
+
var css$1n = {"uui-typography":"evfrb5","uuiTypography":"evfrb5","hero-header":"_60uAzc","heroHeader":"_60uAzc","promo-header":"_9Gi--9","promoHeader":"_9Gi--9","uui-critical":"x3LG07","uuiCritical":"x3LG07","uui-info":"_4yuSUY","uuiInfo":"_4yuSUY","uui-success":"-NW5Xh","uuiSuccess":"-NW5Xh","uui-warning":"_0C0-Lq","uuiWarning":"_0C0-Lq","uui-highlight":"_89FZBw","uuiHighlight":"_89FZBw","uui-typography-size-12":"_4HY-tm","uuiTypographySize12":"_4HY-tm","uui-typography-size-14":"hLGEO8","uuiTypographySize14":"hLGEO8","uui-typography-size-16":"G0svc9","uuiTypographySize16":"G0svc9","root":"Uf-VvI","mode-form":"_5LiuSX","modeForm":"_5LiuSX","mode-cell":"VYPIYv","modeCell":"VYPIYv","mode-inline":"dsfAlY","modeInline":"dsfAlY"};
|
|
876
876
|
|
|
877
877
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
878
878
|
function applyTextAreaMods(mods) {
|
|
@@ -973,7 +973,7 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
973
973
|
};
|
|
974
974
|
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
975
975
|
|
|
976
|
-
var css$1m = {"uui-typography":"
|
|
976
|
+
var css$1m = {"uui-typography":"RaWhd7","uuiTypography":"RaWhd7","hero-header":"nh86TR","heroHeader":"nh86TR","promo-header":"r5a-Ck","promoHeader":"r5a-Ck","uui-critical":"tZq3RN","uuiCritical":"tZq3RN","uui-info":"Wlc3cw","uuiInfo":"Wlc3cw","uui-success":"i0NuZD","uuiSuccess":"i0NuZD","uui-warning":"BqSxNq","uuiWarning":"BqSxNq","uui-highlight":"_2B9gEO","uuiHighlight":"_2B9gEO","uui-typography-size-12":"pbQEMF","uuiTypographySize12":"pbQEMF","uui-typography-size-14":"fZHeuG","uuiTypographySize14":"fZHeuG","uui-typography-size-16":"qqsJMo","uuiTypographySize16":"qqsJMo","root":"-GBCsp","main-path":"domvef","mainPath":"domvef","content-wrapper":"_2ZPPjg","contentWrapper":"_2ZPPjg","content":"xQKfV-","action-wrapper":"pPUonS","actionWrapper":"pPUonS","icon-wrapper":"p0UYKj","iconWrapper":"p0UYKj","icon":"ahF-TW","close-icon":"H4yNd9","closeIcon":"H4yNd9"};
|
|
977
977
|
|
|
978
978
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", { role: "alert", ref: ref, className: cx('uui-alert', css$1m.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.sizes.defaults.alert}`), ...props.rawProps },
|
|
979
979
|
React.createElement("div", { className: css$1m.mainPath },
|
|
@@ -991,7 +991,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
991
991
|
|
|
992
992
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
993
993
|
|
|
994
|
-
var css$1l = {"root":"
|
|
994
|
+
var css$1l = {"root":"dK8qJe"};
|
|
995
995
|
|
|
996
996
|
function applyDropdownContainerMods(mods) {
|
|
997
997
|
return [
|
|
@@ -1002,7 +1002,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1004
1004
|
|
|
1005
|
-
var css$1k = {"uui-typography":"
|
|
1005
|
+
var css$1k = {"uui-typography":"_6SAVBf","uuiTypography":"_6SAVBf","hero-header":"lBRI1A","heroHeader":"lBRI1A","promo-header":"cPyLf8","promoHeader":"cPyLf8","uui-critical":"leyaXM","uuiCritical":"leyaXM","uui-info":"_7GGF1f","uuiInfo":"_7GGF1f","uui-success":"K5TYKc","uuiSuccess":"K5TYKc","uui-warning":"_8P-jBG","uuiWarning":"_8P-jBG","uui-highlight":"_3-7Fc1","uuiHighlight":"_3-7Fc1","uui-typography-size-12":"gpTvUH","uuiTypographySize12":"gpTvUH","uui-typography-size-14":"_2w6tQ0","uuiTypographySize14":"_2w6tQ0","uui-typography-size-16":"_3p8JTb","uuiTypographySize16":"_3p8JTb","submenu-root-item-rtl":"-xE6Bc","submenuRootItemRtl":"-xE6Bc","icon-after":"Niwriw","iconAfter":"Niwriw","submenu-root-item":"tqWplg","submenuRootItem":"tqWplg","icon-check":"f7-k8O","iconCheck":"f7-k8O","splitter-root":"FN7VYl","splitterRoot":"FN7VYl","splitter":"PJ-DqM","header-root":"_2t0vXM","headerRoot":"_2t0vXM","item-root":"qwbSrg","itemRoot":"qwbSrg","icon":"uhubnI","link":"LqGoBn","indent":"UW-cv3","selected-mark":"HXNIDX","selectedMark":"HXNIDX"};
|
|
1006
1006
|
|
|
1007
1007
|
var IDropdownControlKeys;
|
|
1008
1008
|
(function (IDropdownControlKeys) {
|
|
@@ -1058,6 +1058,10 @@ const DropdownMenuButton = /* @__PURE__ */React__default.forwardRef((props, ref)
|
|
|
1058
1058
|
}
|
|
1059
1059
|
else if (event.key === IDropdownControlKeys.ENTER && onClick) {
|
|
1060
1060
|
onClick(event);
|
|
1061
|
+
// Fix bug when click event is triggered after Enter key.
|
|
1062
|
+
// Tricky case when modal window is opened from dropdown menu and click on modal header cross is triggered, that leads to modal close.
|
|
1063
|
+
// https://github.com/epam/UUI/issues/2754
|
|
1064
|
+
event.preventDefault();
|
|
1061
1065
|
}
|
|
1062
1066
|
};
|
|
1063
1067
|
const getMenuButtonContent = () => {
|
|
@@ -1108,7 +1112,7 @@ function DropdownSubMenu(props) {
|
|
|
1108
1112
|
},
|
|
1109
1113
|
},
|
|
1110
1114
|
];
|
|
1111
|
-
const isRtl =
|
|
1115
|
+
const isRtl = getDir() === 'rtl';
|
|
1112
1116
|
return (React__default.createElement(Dropdown$1, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", openDelay: 400, closeDelay: 400, placement: isRtl ? 'left-start' : 'right-start', modifiers: subMenuModifiers, renderBody: (dropdownProps) => !props.isDisabled && (React__default.createElement(DropdownMenuBody, { closeOnKey: IDropdownControlKeys.LEFT_ARROW, ...props, ...dropdownProps })), renderTarget: ({ toggleDropdownOpening, ...targetProps }) => (React__default.createElement(DropdownMenuButton, { cx: cx$1(isRtl ? css$1k.submenuRootItemRtl : css$1k.submenuRootItem), icon: systemIcons.foldingArrow, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening, ...props, ...targetProps })) }));
|
|
1113
1117
|
}
|
|
1114
1118
|
function DropdownMenuSwitchButton(props) {
|
|
@@ -1132,7 +1136,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1132
1136
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1133
1137
|
}
|
|
1134
1138
|
|
|
1135
|
-
var css$1j = {"uui-typography":"
|
|
1139
|
+
var css$1j = {"uui-typography":"n2q1ix","uuiTypography":"n2q1ix","hero-header":"rkiAC6","heroHeader":"rkiAC6","promo-header":"BrL22Y","promoHeader":"BrL22Y","uui-critical":"hv0E1f","uuiCritical":"hv0E1f","uui-info":"akPG0b","uuiInfo":"akPG0b","uui-success":"MU69Q1","uuiSuccess":"MU69Q1","uui-warning":"g6so0E","uuiWarning":"g6so0E","uui-highlight":"k4dxEs","uuiHighlight":"k4dxEs","uui-typography-size-12":"tTD7mY","uuiTypographySize12":"tTD7mY","uui-typography-size-14":"DI6oWK","uuiTypographySize14":"DI6oWK","uui-typography-size-16":"wYjijH","uuiTypographySize16":"wYjijH","root":"Aj-P3r","mode-block":"GbKe8u","modeBlock":"GbKe8u","mode-inline":"oBRzeS","modeInline":"oBRzeS","padding-0":"nP2eBw","padding0":"nP2eBw","padding-6":"RECw5j","padding6":"RECw5j","padding-12":"Erpled","padding12":"Erpled","padding-18":"CfAnBc","padding18":"CfAnBc"};
|
|
1136
1140
|
|
|
1137
1141
|
function applyAccordionMods(mods) {
|
|
1138
1142
|
return [
|
|
@@ -1145,7 +1149,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1145
1149
|
dropdownIcon: mods.dropdownIcon !== null && systemIcons.foldingArrow,
|
|
1146
1150
|
}));
|
|
1147
1151
|
|
|
1148
|
-
var css$1i = {"uui-typography":"
|
|
1152
|
+
var css$1i = {"uui-typography":"pp171X","uuiTypography":"pp171X","hero-header":"DMIhf0","heroHeader":"DMIhf0","promo-header":"msEITN","promoHeader":"msEITN","uui-critical":"AFDNiD","uuiCritical":"AFDNiD","uui-info":"i-9LNu","uuiInfo":"i-9LNu","uui-success":"yuI4De","uuiSuccess":"yuI4De","uui-warning":"S-aCNz","uuiWarning":"S-aCNz","uui-highlight":"DvCvNo","uuiHighlight":"DvCvNo","uui-typography-size-12":"pgy5S2","uuiTypographySize12":"pgy5S2","uui-typography-size-14":"PTkTVo","uuiTypographySize14":"PTkTVo","uui-typography-size-16":"ic2gis","uuiTypographySize16":"ic2gis","root":"sf8CGw","border-top":"AaxVnt","borderTop":"AaxVnt","border-bottom":"_8iSQRp","borderBottom":"_8iSQRp","top-shadow":"bE-pYh","topShadow":"bE-pYh","padding-6":"EUJtSo","padding6":"EUJtSo","padding-12":"fv2ERD","padding12":"fv2ERD","padding-18":"LT2Hnf","padding18":"LT2Hnf","padding-24":"EqM29k","padding24":"EqM29k","margin-24":"cDwiYs","margin24":"cDwiYs","margin-12":"QoTMlS","margin12":"QoTMlS","vPadding-12":"zAclLQ","vPadding12":"zAclLQ","vPadding-18":"By9D4e","vPadding18":"By9D4e","vPadding-24":"F5xSC-","vPadding24":"F5xSC-","vPadding-36":"dzKwku","vPadding36":"dzKwku","vPadding-48":"xqzxN6","vPadding48":"xqzxN6","spacing-6":"lZ3ljx","spacing6":"lZ3ljx","spacing-12":"qcG-ga","spacing12":"qcG-ga","spacing-18":"_0ccNe4","spacing18":"_0ccNe4","uui-surface-main":"niMg78","uuiSurfaceMain":"niMg78"};
|
|
1149
1153
|
|
|
1150
1154
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1i.flexCell]);
|
|
1151
1155
|
|
|
@@ -1169,7 +1173,7 @@ const FlexRow = /* @__PURE__ */withMods(FlexRow$1, (props) => {
|
|
|
1169
1173
|
];
|
|
1170
1174
|
});
|
|
1171
1175
|
|
|
1172
|
-
var css$1h = {"root":"
|
|
1176
|
+
var css$1h = {"root":"_4ir-Sd","margin-24":"CY630Z","margin24":"CY630Z","padding-12":"lY6v2K","padding12":"lY6v2K","padding-24":"_4JJWS1","padding24":"_4JJWS1","shadow":"PDmmV-","uui-surface-main":"vL-N-K","uuiSurfaceMain":"vL-N-K"};
|
|
1173
1177
|
|
|
1174
1178
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1175
1179
|
'uui-panel',
|
|
@@ -1179,7 +1183,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1179
1183
|
props.background && css$1h[`uui-${props.background}`],
|
|
1180
1184
|
]);
|
|
1181
1185
|
|
|
1182
|
-
var css$1g = {"root":"
|
|
1186
|
+
var css$1g = {"root":"lnDOTK"};
|
|
1183
1187
|
|
|
1184
1188
|
function applyTooltipMods(mods) {
|
|
1185
1189
|
return [
|
|
@@ -1189,7 +1193,7 @@ function applyTooltipMods(mods) {
|
|
|
1189
1193
|
}
|
|
1190
1194
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1191
1195
|
|
|
1192
|
-
var css$1f = {"uui-typography":"
|
|
1196
|
+
var css$1f = {"uui-typography":"_4xjaed","uuiTypography":"_4xjaed","hero-header":"vwPB7G","heroHeader":"vwPB7G","promo-header":"kp7Lw2","promoHeader":"kp7Lw2","uui-critical":"_2YbrOx","uuiCritical":"_2YbrOx","uui-info":"rFQfJK","uuiInfo":"rFQfJK","uui-success":"tSEss0","uuiSuccess":"tSEss0","uui-warning":"sE1ohF","uuiWarning":"sE1ohF","uui-highlight":"EwevZg","uuiHighlight":"EwevZg","uui-typography-size-12":"XOJDCB","uuiTypographySize12":"XOJDCB","uui-typography-size-14":"IhBu0o","uuiTypographySize14":"IhBu0o","uui-typography-size-16":"bo43Q6","uuiTypographySize16":"bo43Q6","root":"TmqS92"};
|
|
1193
1197
|
|
|
1194
1198
|
function applyLabeledInputMods(mods) {
|
|
1195
1199
|
return [
|
|
@@ -1203,7 +1207,7 @@ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLa
|
|
|
1203
1207
|
infoIcon: props.infoIcon || (settings.sizes.labeledInput.fillIcon.includes(props.size) ? ForwardRef$x : ForwardRef$M),
|
|
1204
1208
|
}));
|
|
1205
1209
|
|
|
1206
|
-
var css$1e = {"root":"
|
|
1210
|
+
var css$1e = {"root":"_5fYq2b"};
|
|
1207
1211
|
|
|
1208
1212
|
function RadioGroup(props) {
|
|
1209
1213
|
const direction = props.direction || 'vertical';
|
|
@@ -1218,7 +1222,7 @@ function RadioGroup(props) {
|
|
|
1218
1222
|
})));
|
|
1219
1223
|
}
|
|
1220
1224
|
|
|
1221
|
-
var css$1d = {"root":"
|
|
1225
|
+
var css$1d = {"root":"BcC8q-"};
|
|
1222
1226
|
|
|
1223
1227
|
function applyScrollBarsMods() {
|
|
1224
1228
|
return [
|
|
@@ -1227,13 +1231,13 @@ function applyScrollBarsMods() {
|
|
|
1227
1231
|
}
|
|
1228
1232
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1229
1233
|
|
|
1230
|
-
var css$1c = {"scroll-container":"
|
|
1234
|
+
var css$1c = {"scroll-container":"jmgO1M","scrollContainer":"jmgO1M","list-container":"bxUvkw","listContainer":"bxUvkw"};
|
|
1231
1235
|
|
|
1232
|
-
var css$1b = {"root":"
|
|
1236
|
+
var css$1b = {"root":"VY3sn2"};
|
|
1233
1237
|
|
|
1234
1238
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$1b.root]);
|
|
1235
1239
|
|
|
1236
|
-
var css$1a = {"uui-typography":"
|
|
1240
|
+
var css$1a = {"uui-typography":"xIlPVQ","uuiTypography":"xIlPVQ","hero-header":"MzZCK1","heroHeader":"MzZCK1","promo-header":"hbKsWN","promoHeader":"hbKsWN","uui-critical":"b-nnwg","uuiCritical":"b-nnwg","uui-info":"_98ZbRH","uuiInfo":"_98ZbRH","uui-success":"FtDqz3","uuiSuccess":"FtDqz3","uui-warning":"allxpt","uuiWarning":"allxpt","uui-highlight":"lVjaZg","uuiHighlight":"lVjaZg","uui-typography-size-12":"xE6yc7","uuiTypographySize12":"xE6yc7","uui-typography-size-14":"jBKr0r","uuiTypographySize14":"jBKr0r","uui-typography-size-16":"_800qeG","uuiTypographySize16":"_800qeG","root":"e6wCXG"};
|
|
1237
1241
|
|
|
1238
1242
|
const DEFAULT_FILL = 'solid';
|
|
1239
1243
|
function applyBadgeMods(mods) {
|
|
@@ -1261,7 +1265,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1261
1265
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1262
1266
|
});
|
|
1263
1267
|
|
|
1264
|
-
var css$19 = {"uui-typography":"
|
|
1268
|
+
var css$19 = {"uui-typography":"wq4ucq","uuiTypography":"wq4ucq","hero-header":"KqwlHI","heroHeader":"KqwlHI","promo-header":"LTLeKb","promoHeader":"LTLeKb","uui-critical":"_07E-pu","uuiCritical":"_07E-pu","uui-info":"J3LXbi","uuiInfo":"J3LXbi","uui-success":"LgKXpt","uuiSuccess":"LgKXpt","uui-warning":"_2kGhrB","uuiWarning":"_2kGhrB","uui-highlight":"wdGk3P","uuiHighlight":"wdGk3P","uui-typography-size-12":"sd3cvI","uuiTypographySize12":"sd3cvI","uui-typography-size-14":"rVHw-0","uuiTypographySize14":"rVHw-0","uui-typography-size-16":"wywUg7","uuiTypographySize16":"wywUg7","root":"oJXgnE"};
|
|
1265
1269
|
|
|
1266
1270
|
function applyTagMods(props) {
|
|
1267
1271
|
return [
|
|
@@ -1289,7 +1293,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1289
1293
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1290
1294
|
});
|
|
1291
1295
|
|
|
1292
|
-
var css$18 = {"root":"
|
|
1296
|
+
var css$18 = {"root":"_5cQV3h","uui-spinner":"HICEMs","uuiSpinner":"HICEMs"};
|
|
1293
1297
|
|
|
1294
1298
|
function applySpinnerMods() {
|
|
1295
1299
|
return [css$18.root, 'uui-spinner'];
|
|
@@ -1326,7 +1330,7 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
1326
1330
|
};
|
|
1327
1331
|
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
1328
1332
|
|
|
1329
|
-
var css$17 = {"root":"
|
|
1333
|
+
var css$17 = {"root":"rfZ1MR","page":"iaPjDd","spacer":"dhT8Rd","mode-ghost":"HXewTQ","modeGhost":"HXewTQ"};
|
|
1330
1334
|
|
|
1331
1335
|
function Paginator(props) {
|
|
1332
1336
|
const renderPaginator = (params) => (React__default.createElement("nav", { role: "navigation", className: cx(css$17.root, 'uui-paginator', `uui-size-${props.size || settings.sizes.defaults.paginator}`), ...params.rawProps },
|
|
@@ -1343,14 +1347,14 @@ function Paginator(props) {
|
|
|
1343
1347
|
return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
|
|
1344
1348
|
}
|
|
1345
1349
|
|
|
1346
|
-
var css$16 = {"root":"
|
|
1350
|
+
var css$16 = {"root":"L8W6Et","progress-bar":"ey-Qki","progressBar":"ey-Qki","progressBar-indeterminate":"bGc9Dj","progressBarIndeterminate":"bGc9Dj","size-12":"-P49J8","size12":"-P49J8","size-18":"Fff-59","size18":"Fff-59","size-24":"X7MK5L","size24":"X7MK5L"};
|
|
1347
1351
|
|
|
1348
1352
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1349
1353
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$16.root, css$16[`size-${props.size || 12}`]) },
|
|
1350
1354
|
React.createElement("div", { className: cx(css$16.progressBar) })));
|
|
1351
1355
|
});
|
|
1352
1356
|
|
|
1353
|
-
var css$15 = {"root":"
|
|
1357
|
+
var css$15 = {"root":"dm6Lsw","striped":"QToOI8","animate-stripes":"RZ-aJ6","animateStripes":"RZ-aJ6","size-12":"lIzCJ3","size12":"lIzCJ3","size-18":"m5OxAN","size18":"m5OxAN","size-24":"_8csY9n","size24":"_8csY9n"};
|
|
1354
1358
|
|
|
1355
1359
|
const DEFAULT_SIZE = '12';
|
|
1356
1360
|
function applyProgressBarMods(mods) {
|
|
@@ -1365,14 +1369,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
1365
1369
|
hideLabel: props.hideLabel || props.striped,
|
|
1366
1370
|
}));
|
|
1367
1371
|
|
|
1368
|
-
var css$14 = {"root":"
|
|
1372
|
+
var css$14 = {"root":"Mx4t5x"};
|
|
1369
1373
|
|
|
1370
1374
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1371
1375
|
const { progress } = props;
|
|
1372
1376
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$14.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$14.root, props.cx) }));
|
|
1373
1377
|
});
|
|
1374
1378
|
|
|
1375
|
-
var css$13 = {"root":"
|
|
1379
|
+
var css$13 = {"root":"jSRuJE"};
|
|
1376
1380
|
|
|
1377
1381
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1378
1382
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1387,7 +1391,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1387
1391
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
1388
1392
|
});
|
|
1389
1393
|
|
|
1390
|
-
var css$12 = {"drag-handle":"
|
|
1394
|
+
var css$12 = {"drag-handle":"kGciVq","dragHandle":"kGciVq","icon-container":"K6hEge","iconContainer":"K6hEge"};
|
|
1391
1395
|
|
|
1392
1396
|
function DataRowAddons(props) {
|
|
1393
1397
|
const row = props.rowProps;
|
|
@@ -1408,7 +1412,7 @@ function DataRowAddons(props) {
|
|
|
1408
1412
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.sizes.rowAddons.icon[props.size] || settings.sizes.rowAddons.defaults.icon }))))));
|
|
1409
1413
|
}
|
|
1410
1414
|
|
|
1411
|
-
var css$11 = {"root":"
|
|
1415
|
+
var css$11 = {"root":"gGlBtQ"};
|
|
1412
1416
|
|
|
1413
1417
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$11.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1414
1418
|
|
|
@@ -1454,7 +1458,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1454
1458
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1455
1459
|
});
|
|
1456
1460
|
|
|
1457
|
-
var css$10 = {"root":"
|
|
1461
|
+
var css$10 = {"root":"iIWMH2"};
|
|
1458
1462
|
|
|
1459
1463
|
function CheckboxGroup(props) {
|
|
1460
1464
|
const currentValue = props.value || [];
|
|
@@ -1476,7 +1480,7 @@ function CheckboxGroup(props) {
|
|
|
1476
1480
|
})));
|
|
1477
1481
|
}
|
|
1478
1482
|
|
|
1479
|
-
var css$$ = {"uui-typography":"
|
|
1483
|
+
var css$$ = {"uui-typography":"PcJCQU","uuiTypography":"PcJCQU","hero-header":"_2dspKn","heroHeader":"_2dspKn","promo-header":"e-MPJs","promoHeader":"e-MPJs","uui-critical":"Si06V4","uuiCritical":"Si06V4","uui-info":"iGFaU5","uuiInfo":"iGFaU5","uui-success":"lmdfBL","uuiSuccess":"lmdfBL","uui-warning":"i6Sy--","uuiWarning":"i6Sy--","uui-highlight":"twJORj","uuiHighlight":"twJORj","uui-typography-size-12":"HGWqh6","uuiTypographySize12":"HGWqh6","uui-typography-size-14":"R1PDhL","uuiTypographySize14":"R1PDhL","uui-typography-size-16":"GQzO78","uuiTypographySize16":"GQzO78","root":"zGnbSN","modal-blocker":"geWQuv","modalBlocker":"geWQuv","animateModalBlocker":"XwnSN7","modal":"XN51uG","modal-footer":"hEzuvJ","modalFooter":"hEzuvJ","modal-header":"_3vMpLJ","modalHeader":"_3vMpLJ"};
|
|
1480
1484
|
|
|
1481
1485
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$$.modalBlocker]);
|
|
1482
1486
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$$.root, css$$.modal], (props) => {
|
|
@@ -1685,7 +1689,7 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
1685
1689
|
};
|
|
1686
1690
|
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
1687
1691
|
|
|
1688
|
-
var css$_ = {"uui-typography":"
|
|
1692
|
+
var css$_ = {"uui-typography":"CZAYFo","uuiTypography":"CZAYFo","hero-header":"BxKsc3","heroHeader":"BxKsc3","promo-header":"aQFW-U","promoHeader":"aQFW-U","uui-critical":"x8nMNl","uuiCritical":"x8nMNl","uui-info":"DC9aFq","uuiInfo":"DC9aFq","uui-success":"eolrUt","uuiSuccess":"eolrUt","uui-warning":"_8JmCho","uuiWarning":"_8JmCho","uui-highlight":"_7RuEUp","uuiHighlight":"_7RuEUp","uui-typography-size-12":"Ym1GH0","uuiTypographySize12":"Ym1GH0","uui-typography-size-14":"tCyaZ7","uuiTypographySize14":"tCyaZ7","uui-typography-size-16":"iyvxZb","uuiTypographySize16":"iyvxZb","root":"xvCO-c","icon-wrapper":"tPCcOO","iconWrapper":"tPCcOO","action-wrapper":"-RHRAY","actionWrapper":"-RHRAY","action-link":"_3Km2iv","actionLink":"_3Km2iv","close-icon":"BYkV9j","closeIcon":"BYkV9j","main-path":"_747uoN","mainPath":"_747uoN","content":"uCUgt3","close-wrapper":"qn3-6x","closeWrapper":"qn3-6x","notification-wrapper":"y40bAg","notificationWrapper":"y40bAg","clear-button":"C40jGK","clearButton":"C40jGK"};
|
|
1689
1693
|
|
|
1690
1694
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1691
1695
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -1718,7 +1722,7 @@ function ClearNotification() {
|
|
|
1718
1722
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
1719
1723
|
}
|
|
1720
1724
|
|
|
1721
|
-
var css$Z = {"footer":"
|
|
1725
|
+
var css$Z = {"footer":"_4kWTPD"};
|
|
1722
1726
|
|
|
1723
1727
|
class ConfirmationModal extends React.Component {
|
|
1724
1728
|
render() {
|
|
@@ -1760,7 +1764,7 @@ function useReliableForceUpdate() {
|
|
|
1760
1764
|
return red[1];
|
|
1761
1765
|
}
|
|
1762
1766
|
|
|
1763
|
-
var css$Y = {"root":"
|
|
1767
|
+
var css$Y = {"root":"_4RM2CO","timepicker-input":"_1QeGxW","timepickerInput":"_1QeGxW","ltr-always":"panouP","ltrAlways":"panouP"};
|
|
1764
1768
|
|
|
1765
1769
|
const uuiTimePicker = {
|
|
1766
1770
|
container: 'uui-timepicker-container',
|
|
@@ -1953,7 +1957,7 @@ function TimePicker(props) {
|
|
|
1953
1957
|
return (React__default.createElement(Dropdown, { renderTarget: (targetProps) => (props.renderTarget ? props.renderTarget(targetProps) : renderInput(targetProps)), renderBody: (bodyProps) => !props.isDisabled && !props.isReadonly && renderBody(bodyProps), onValueChange: !props.isDisabled && !props.isReadonly ? onToggle : null, value: state.isOpen, modifiers: [{ name: 'offset', options: { offset: [0, 6] } }], forwardedRef: props.forwardedRef }));
|
|
1954
1958
|
}
|
|
1955
1959
|
|
|
1956
|
-
var css$X = {"root":"
|
|
1960
|
+
var css$X = {"root":"gL1sKD"};
|
|
1957
1961
|
|
|
1958
1962
|
function applyInputAddonMods() {
|
|
1959
1963
|
return [
|
|
@@ -1962,7 +1966,7 @@ function applyInputAddonMods() {
|
|
|
1962
1966
|
}
|
|
1963
1967
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
1964
1968
|
|
|
1965
|
-
var css$W = {"root":"
|
|
1969
|
+
var css$W = {"root":"fxU8Fs"};
|
|
1966
1970
|
|
|
1967
1971
|
function applySliderMods() {
|
|
1968
1972
|
return [css$W.root, 'uui-color-neutral'];
|
|
@@ -1985,7 +1989,7 @@ var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
|
1985
1989
|
};
|
|
1986
1990
|
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
1987
1991
|
|
|
1988
|
-
var css$V = {"root":"
|
|
1992
|
+
var css$V = {"root":"lHLS0l","tooltip":"DgL4WT"};
|
|
1989
1993
|
|
|
1990
1994
|
function applyRatingMods(mods) {
|
|
1991
1995
|
return [
|
|
@@ -2126,7 +2130,7 @@ const getNextYearsList = (currentDate) => {
|
|
|
2126
2130
|
return currentDate.add(16, 'year');
|
|
2127
2131
|
};
|
|
2128
2132
|
|
|
2129
|
-
var css$U = {"root":"
|
|
2133
|
+
var css$U = {"root":"qJiRTX","container":"_0E-6Hm"};
|
|
2130
2134
|
|
|
2131
2135
|
const uuiHeader = {
|
|
2132
2136
|
container: 'uui-datepicker-header-container',
|
|
@@ -2210,14 +2214,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2210
2214
|
React.createElement(Button, { icon: navIconRight || ForwardRef$v, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2211
2215
|
}
|
|
2212
2216
|
|
|
2213
|
-
var css$T = {"uui-typography":"
|
|
2217
|
+
var css$T = {"uui-typography":"Z0cI8G","uuiTypography":"Z0cI8G","hero-header":"UDgVzL","heroHeader":"UDgVzL","promo-header":"PIbyzs","promoHeader":"PIbyzs","uui-critical":"V18Gww","uuiCritical":"V18Gww","uui-info":"SoD5AR","uuiInfo":"SoD5AR","uui-success":"lJbLX6","uuiSuccess":"lJbLX6","uui-warning":"XynYGR","uuiWarning":"XynYGR","uui-highlight":"ONRFIU","uuiHighlight":"ONRFIU","uui-typography-size-12":"xpCIVi","uuiTypographySize12":"xpCIVi","uui-typography-size-14":"-puFet","uuiTypographySize14":"-puFet","uui-typography-size-16":"f9VjEs","uuiTypographySize16":"f9VjEs","root":"LFGtLd"};
|
|
2214
2218
|
|
|
2215
2219
|
function applyDateSelectionMods() {
|
|
2216
2220
|
return [css$T.root, `uui-size-${settings.sizes.defaults.datePicker}`];
|
|
2217
2221
|
}
|
|
2218
2222
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2219
2223
|
|
|
2220
|
-
var css$S = {"uui-typography":"
|
|
2224
|
+
var css$S = {"uui-typography":"gJ9zSy","uuiTypography":"gJ9zSy","hero-header":"QWPvIb","heroHeader":"QWPvIb","promo-header":"KfRTte","promoHeader":"KfRTte","uui-critical":"dh-1ET","uuiCritical":"dh-1ET","uui-info":"Go0CjT","uuiInfo":"Go0CjT","uui-success":"RhjXWt","uuiSuccess":"RhjXWt","uui-warning":"-dkwvk","uuiWarning":"-dkwvk","uui-highlight":"lgqtsd","uuiHighlight":"lgqtsd","uui-typography-size-12":"j5Kfwd","uuiTypographySize12":"j5Kfwd","uui-typography-size-14":"PPqszV","uuiTypographySize14":"PPqszV","uui-typography-size-16":"CQxE2t","uuiTypographySize16":"CQxE2t","root":"IlD0DJ"};
|
|
2221
2225
|
|
|
2222
2226
|
const uuiDatePickerBody = {
|
|
2223
2227
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2343,7 +2347,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2343
2347
|
}
|
|
2344
2348
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2345
2349
|
|
|
2346
|
-
var css$R = {"uui-typography":"
|
|
2350
|
+
var css$R = {"uui-typography":"_7MBEMg","uuiTypography":"_7MBEMg","hero-header":"-snyf3","heroHeader":"-snyf3","promo-header":"_096iuy","promoHeader":"_096iuy","uui-critical":"_53TpPX","uuiCritical":"_53TpPX","uui-info":"b88Fw2","uuiInfo":"b88Fw2","uui-success":"pxsrHI","uuiSuccess":"pxsrHI","uui-warning":"-gEboM","uuiWarning":"-gEboM","uui-highlight":"oTp6lu","uuiHighlight":"oTp6lu","uui-typography-size-12":"bvGb5l","uuiTypographySize12":"bvGb5l","uui-typography-size-14":"PPlk4K","uuiTypographySize14":"PPlk4K","uui-typography-size-16":"gcof0s","uuiTypographySize16":"gcof0s","date-input":"qjl16p","dateInput":"qjl16p","root":"hw63md","separator":"KOEopA","mode-form":"RImX4X","modeForm":"RImX4X","mode-cell":"vbvFko","modeCell":"vbvFko"};
|
|
2347
2351
|
|
|
2348
2352
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2349
2353
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2394,7 +2398,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2394
2398
|
} : undefined, onValueChange: (v) => onInputChange(v || '', 'to'), onFocus: (e) => handleFocus(e, 'to'), onBlur: (e) => handleBlur(e, 'to'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps?.to, onClick: onClick, onKeyDown: onInputKeyDown })));
|
|
2395
2399
|
});
|
|
2396
2400
|
|
|
2397
|
-
var css$Q = {"uui-typography":"
|
|
2401
|
+
var css$Q = {"uui-typography":"qGiMQ3","uuiTypography":"qGiMQ3","hero-header":"_7BHSDp","heroHeader":"_7BHSDp","promo-header":"oBkLyU","promoHeader":"oBkLyU","uui-critical":"Df10aj","uuiCritical":"Df10aj","uui-info":"yVwrk2","uuiInfo":"yVwrk2","uui-success":"lqRL02","uuiSuccess":"lqRL02","uui-warning":"TZbnPf","uuiWarning":"TZbnPf","uui-highlight":"NzA8-I","uuiHighlight":"NzA8-I","uui-typography-size-12":"vdBLxF","uuiTypographySize12":"vdBLxF","uui-typography-size-14":"wCrKFk","uuiTypographySize14":"wCrKFk","uui-typography-size-16":"f7jjTT","uuiTypographySize16":"f7jjTT","root":"xzvvfF"};
|
|
2398
2402
|
|
|
2399
2403
|
const uuiPresets = {
|
|
2400
2404
|
container: 'uui-presets-container',
|
|
@@ -2414,7 +2418,7 @@ function CalendarPresets(props) {
|
|
|
2414
2418
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: "24" })))));
|
|
2415
2419
|
}
|
|
2416
2420
|
|
|
2417
|
-
var css$P = {"uui-typography":"
|
|
2421
|
+
var css$P = {"uui-typography":"gw-vJC","uuiTypography":"gw-vJC","hero-header":"C3yLSv","heroHeader":"C3yLSv","promo-header":"L-qEqQ","promoHeader":"L-qEqQ","uui-critical":"hbT472","uuiCritical":"hbT472","uui-info":"oShiq5","uuiInfo":"oShiq5","uui-success":"vm8ATp","uuiSuccess":"vm8ATp","uui-warning":"lfDUer","uuiWarning":"lfDUer","uui-highlight":"DUWKBA","uuiHighlight":"DUWKBA","uui-typography-size-12":"pu8wpX","uuiTypographySize12":"pu8wpX","uui-typography-size-14":"XAoAZc","uuiTypographySize14":"XAoAZc","uui-typography-size-16":"LWVgDa","uuiTypographySize16":"LWVgDa","root":"iAXGQj","container":"yOZGvB","day-selection":"Gv8DYV","daySelection":"Gv8DYV","from-picker":"_0Zj3Kr","fromPicker":"_0Zj3Kr","to-picker":"DpxWFp","toPicker":"DpxWFp","bodes-wrapper":"H1G-0z","bodesWrapper":"H1G-0z","blocker":"_9MZGNA"};
|
|
2418
2422
|
|
|
2419
2423
|
const uuiRangeDatePickerBody = {
|
|
2420
2424
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -2589,7 +2593,7 @@ const getDayCX = (day, selectedDate) => {
|
|
|
2589
2593
|
return [cx$1(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiDaySelection.selectedDay)];
|
|
2590
2594
|
};
|
|
2591
2595
|
|
|
2592
|
-
var css$O = {"dropdown-container":"
|
|
2596
|
+
var css$O = {"dropdown-container":"PaTp3E","dropdownContainer":"PaTp3E"};
|
|
2593
2597
|
|
|
2594
2598
|
const modifiers = [{
|
|
2595
2599
|
name: 'offset',
|
|
@@ -2657,7 +2661,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
2657
2661
|
}
|
|
2658
2662
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
2659
2663
|
|
|
2660
|
-
var css$N = {"root":"
|
|
2664
|
+
var css$N = {"root":"GeuyW6","blocker":"jekCpR","marker":"qVhmyB","top":"GRZRJd","bottom":"Ecl2i6","left":"_4NM3Hs","right":"pUD5qQ","inside":"_5C8svd"};
|
|
2661
2665
|
|
|
2662
2666
|
function DropMarker(props) {
|
|
2663
2667
|
return props.isDndInProgress
|
|
@@ -2672,7 +2676,7 @@ function DropMarker(props) {
|
|
|
2672
2676
|
: null;
|
|
2673
2677
|
}
|
|
2674
2678
|
|
|
2675
|
-
var css$M = {"root":"
|
|
2679
|
+
var css$M = {"root":"FMk1Jo","line-height":"hoLW7V","lineHeight":"hoLW7V","font-size":"sm2HPY","fontSize":"sm2HPY"};
|
|
2676
2680
|
|
|
2677
2681
|
function applyTextMods(mods) {
|
|
2678
2682
|
return [
|
|
@@ -2699,7 +2703,7 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
2699
2703
|
};
|
|
2700
2704
|
});
|
|
2701
2705
|
|
|
2702
|
-
var css$L = {"root":"
|
|
2706
|
+
var css$L = {"root":"-YuIl6","loading-word":"gp-qVO","loadingWord":"gp-qVO","animated-loading":"qO6G0E","animatedLoading":"qO6G0E","skeleton_loading":"rRA0VP","skeletonLoading":"rRA0VP"};
|
|
2703
2707
|
|
|
2704
2708
|
const TextPlaceholder = (props) => {
|
|
2705
2709
|
const pattern = ' ';
|
|
@@ -2718,7 +2722,7 @@ const TextPlaceholder = (props) => {
|
|
|
2718
2722
|
|
|
2719
2723
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
2720
2724
|
|
|
2721
|
-
var css$K = {"uui-typography":"
|
|
2725
|
+
var css$K = {"uui-typography":"H8P-el","uuiTypography":"H8P-el","hero-header":"_369Gmm","heroHeader":"_369Gmm","promo-header":"RHd-3h","promoHeader":"RHd-3h","uui-critical":"HKgtQ9","uuiCritical":"HKgtQ9","uui-info":"SsbzfT","uuiInfo":"SsbzfT","uui-success":"OKhjTf","uuiSuccess":"OKhjTf","uui-warning":"DNrfA3","uuiWarning":"DNrfA3","uui-highlight":"_84Jrwx","uuiHighlight":"_84Jrwx","uui-typography-size-12":"Az-TdB","uuiTypographySize12":"Az-TdB","uui-typography-size-14":"bRUgKB","uuiTypographySize14":"bRUgKB","uui-typography-size-16":"IdwXWV","uuiTypographySize16":"IdwXWV","modal":"KHF89-","search-wrapper":"z8VD9Q","searchWrapper":"z8VD9Q","no-data":"Uh2n4V","noData":"Uh2n4V","type-search-to-load-size-24":"yfxsh1","typeSearchToLoadSize24":"yfxsh1"};
|
|
2722
2726
|
|
|
2723
2727
|
class DataPickerBody extends PickerBodyBase {
|
|
2724
2728
|
constructor() {
|
|
@@ -2766,7 +2770,7 @@ class DataPickerBody extends PickerBodyBase {
|
|
|
2766
2770
|
}
|
|
2767
2771
|
}
|
|
2768
2772
|
|
|
2769
|
-
var css$J = {"footer":"
|
|
2773
|
+
var css$J = {"footer":"eh6i7N"};
|
|
2770
2774
|
|
|
2771
2775
|
function DataPickerFooterImpl(props) {
|
|
2772
2776
|
const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
|
|
@@ -2792,7 +2796,7 @@ function DataPickerFooterImpl(props) {
|
|
|
2792
2796
|
}
|
|
2793
2797
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
2794
2798
|
|
|
2795
|
-
var css$I = {"header":"
|
|
2799
|
+
var css$I = {"header":"sd3L4n","title":"_2GU9gH","close":"PTRWJB"};
|
|
2796
2800
|
|
|
2797
2801
|
const DataPickerHeaderImpl = (props) => {
|
|
2798
2802
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -2817,7 +2821,7 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
2817
2821
|
};
|
|
2818
2822
|
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
2819
2823
|
|
|
2820
|
-
var css$H = {"uui-typography":"
|
|
2824
|
+
var css$H = {"uui-typography":"nZLxt8","uuiTypography":"nZLxt8","hero-header":"c47uWQ","heroHeader":"c47uWQ","promo-header":"DoBQEr","promoHeader":"DoBQEr","uui-critical":"_9c0hUT","uuiCritical":"_9c0hUT","uui-info":"_-4bQEn","uuiInfo":"_-4bQEn","uui-success":"pHdvzU","uuiSuccess":"pHdvzU","uui-warning":"kWLp6c","uuiWarning":"kWLp6c","uui-highlight":"eaT4JV","uuiHighlight":"eaT4JV","uui-typography-size-12":"G-vVZ6","uuiTypographySize12":"G-vVZ6","uui-typography-size-14":"Pj65KI","uuiTypographySize14":"Pj65KI","uui-typography-size-16":"qkrHKG","uuiTypographySize16":"qkrHKG","root":"uGbvFu","align-widgets-top":"udnOpy","alignWidgetsTop":"udnOpy","align-widgets-center":"a65f-b","alignWidgetsCenter":"a65f-b","icon-container":"h4EFFt","iconContainer":"h4EFFt","loading-cell":"vNy3k9","loadingCell":"vNy3k9","content-wrapper":"VXTTYN","contentWrapper":"VXTTYN","render-item":"yByDq3","renderItem":"yByDq3","icon-wrapper":"ftmw4J","iconWrapper":"ftmw4J","icon-default":"nzyyNz","iconDefault":"nzyyNz","selected-mark":"uJYoBg","selectedMark":"uJYoBg"};
|
|
2821
2825
|
|
|
2822
2826
|
function DataPickerCell(props) {
|
|
2823
2827
|
const ref = React.useRef();
|
|
@@ -2854,7 +2858,7 @@ function DataPickerCell(props) {
|
|
|
2854
2858
|
getWrappedContent()));
|
|
2855
2859
|
}
|
|
2856
2860
|
|
|
2857
|
-
var css$G = {"uui-typography":"
|
|
2861
|
+
var css$G = {"uui-typography":"h5N0M3","uuiTypography":"h5N0M3","hero-header":"xF-2-8","heroHeader":"xF-2-8","promo-header":"u-ZkfT","promoHeader":"u-ZkfT","uui-critical":"V-Xxf6","uuiCritical":"V-Xxf6","uui-info":"tN4oHp","uuiInfo":"tN4oHp","uui-success":"Pt9FhS","uuiSuccess":"Pt9FhS","uui-warning":"vuLe7V","uuiWarning":"vuLe7V","uui-highlight":"sRfCZu","uuiHighlight":"sRfCZu","uui-typography-size-12":"KCnMPp","uuiTypographySize12":"KCnMPp","uui-typography-size-14":"ff5AVt","uuiTypographySize14":"ff5AVt","uui-typography-size-16":"DLyS-u","uuiTypographySize16":"DLyS-u","picker-row":"Zgke1W","pickerRow":"Zgke1W"};
|
|
2858
2862
|
|
|
2859
2863
|
class DataPickerRow extends React.Component {
|
|
2860
2864
|
constructor() {
|
|
@@ -2868,7 +2872,7 @@ class DataPickerRow extends React.Component {
|
|
|
2868
2872
|
}
|
|
2869
2873
|
}
|
|
2870
2874
|
|
|
2871
|
-
var css$F = {"uui-typography":"
|
|
2875
|
+
var css$F = {"uui-typography":"OHm-7l","uuiTypography":"OHm-7l","hero-header":"f9VrIb","heroHeader":"f9VrIb","promo-header":"YRAMM7","promoHeader":"YRAMM7","uui-critical":"BuiCOy","uuiCritical":"BuiCOy","uui-info":"IPiWwe","uuiInfo":"IPiWwe","uui-success":"xH-e30","uuiSuccess":"xH-e30","uui-warning":"QTAajf","uuiWarning":"QTAajf","uui-highlight":"Dpdv2R","uuiHighlight":"Dpdv2R","uui-typography-size-12":"j-wmxt","uuiTypographySize12":"j-wmxt","uui-typography-size-14":"_7nMdaq","uuiTypographySize14":"_7nMdaq","uui-typography-size-16":"lWfNTz","uuiTypographySize16":"lWfNTz","done":"-P4K4a","container":"f2Dkny"};
|
|
2872
2876
|
|
|
2873
2877
|
const PickerBodyMobileView = (props) => {
|
|
2874
2878
|
const isMobileView = isMobile();
|
|
@@ -2902,7 +2906,7 @@ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
|
2902
2906
|
};
|
|
2903
2907
|
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2904
2908
|
|
|
2905
|
-
var css$E = {"uui-typography":"
|
|
2909
|
+
var css$E = {"uui-typography":"gszaPU","uuiTypography":"gszaPU","hero-header":"zK6cV-","heroHeader":"zK6cV-","promo-header":"QDJ8bh","promoHeader":"QDJ8bh","uui-critical":"xSPJ-b","uuiCritical":"xSPJ-b","uui-info":"OfygXC","uuiInfo":"OfygXC","uui-success":"PzOvjJ","uuiSuccess":"PzOvjJ","uui-warning":"_4vvIX1","uuiWarning":"_4vvIX1","uui-highlight":"iRuFt8","uuiHighlight":"iRuFt8","uui-typography-size-12":"p0C-nl","uuiTypographySize12":"p0C-nl","uui-typography-size-14":"NTpycR","uuiTypographySize14":"NTpycR","uui-typography-size-16":"VGare-","uuiTypographySize16":"VGare-","sub-header-wrapper":"FGF1g9","subHeaderWrapper":"FGF1g9","switch":"UO9j9i","no-found-modal-container":"_3TdJxp","noFoundModalContainer":"_3TdJxp","no-found-modal-container-icon":"QvwIRh","noFoundModalContainerIcon":"QvwIRh","no-found-modal-container-text":"PN7apx","noFoundModalContainerText":"PN7apx"};
|
|
2906
2910
|
|
|
2907
2911
|
const mergeHighlightRanges = (ranges) => {
|
|
2908
2912
|
const mergedRanges = [];
|
|
@@ -2969,7 +2973,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
2969
2973
|
return getDecoratedText(str, ranges);
|
|
2970
2974
|
};
|
|
2971
2975
|
|
|
2972
|
-
var css$D = {"root":"
|
|
2976
|
+
var css$D = {"root":"VtRLRH","column-gap":"-zzsUj","columnGap":"-zzsUj","multiline":"FgXwgK","text":"A1fk8n"};
|
|
2973
2977
|
|
|
2974
2978
|
function PickerItem(props) {
|
|
2975
2979
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, cx, } = props;
|
|
@@ -3043,7 +3047,7 @@ function PickerModal(props) {
|
|
|
3043
3047
|
React__default.createElement(ModalFooter, { padding: "24", vPadding: "24" }, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3044
3048
|
}
|
|
3045
3049
|
|
|
3046
|
-
var css$C = {"tooltip":"
|
|
3050
|
+
var css$C = {"tooltip":"_4LbSbc"};
|
|
3047
3051
|
|
|
3048
3052
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3049
3053
|
const tagProps = {
|
|
@@ -3062,7 +3066,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3062
3066
|
}
|
|
3063
3067
|
});
|
|
3064
3068
|
|
|
3065
|
-
var css$B = {"uui-typography":"
|
|
3069
|
+
var css$B = {"uui-typography":"ntrG-0","uuiTypography":"ntrG-0","hero-header":"nwFaEC","heroHeader":"nwFaEC","promo-header":"vBm5Qu","promoHeader":"vBm5Qu","uui-critical":"eJIYxi","uuiCritical":"eJIYxi","uui-info":"fPTung","uuiInfo":"fPTung","uui-success":"Bqhc06","uuiSuccess":"Bqhc06","uui-warning":"ZdM0rr","uuiWarning":"ZdM0rr","uui-highlight":"f9BpYm","uuiHighlight":"f9BpYm","uui-typography-size-12":"w69eg5","uuiTypographySize12":"w69eg5","uui-typography-size-14":"Osaw0i","uuiTypographySize14":"Osaw0i","uui-typography-size-16":"JJjDWa","uuiTypographySize16":"JJjDWa","root":"_8fzsek","mode-form":"sWdmpe","modeForm":"sWdmpe","mode-cell":"jMLHqz","modeCell":"jMLHqz","mode-inline":"_9uO5b9","modeInline":"_9uO5b9"};
|
|
3066
3070
|
|
|
3067
3071
|
const defaultMode = EditMode.FORM;
|
|
3068
3072
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3163,7 +3167,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3163
3167
|
}
|
|
3164
3168
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3165
3169
|
|
|
3166
|
-
var css$A = {"row":"
|
|
3170
|
+
var css$A = {"row":"Mc8U6v"};
|
|
3167
3171
|
|
|
3168
3172
|
function PickerListItem(props) {
|
|
3169
3173
|
let label;
|
|
@@ -3183,7 +3187,7 @@ function PickerListItem(props) {
|
|
|
3183
3187
|
return (React__default.createElement("div", { role: "option", "aria-selected": props.isSelectable ? props.isSelected : undefined, "aria-busy": props.isLoading, "aria-posinset": props.index + 1, ...(props.checkbox?.isVisible && { 'aria-checked': props.isChecked }), className: css$A.row }, component));
|
|
3184
3188
|
}
|
|
3185
3189
|
|
|
3186
|
-
var css$z = {"root":"
|
|
3190
|
+
var css$z = {"root":"_6ZoVho"};
|
|
3187
3191
|
|
|
3188
3192
|
function PickerList(props) {
|
|
3189
3193
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3218,7 +3222,7 @@ function PickerList(props) {
|
|
|
3218
3222
|
}, selectedRows)));
|
|
3219
3223
|
}
|
|
3220
3224
|
|
|
3221
|
-
var css$y = {"uui-typography":"
|
|
3225
|
+
var css$y = {"uui-typography":"PMzyjx","uuiTypography":"PMzyjx","hero-header":"_26w-DM","heroHeader":"_26w-DM","promo-header":"w0jmtN","promoHeader":"w0jmtN","uui-critical":"_1jJZzl","uuiCritical":"_1jJZzl","uui-info":"EUPKZb","uuiInfo":"EUPKZb","uui-success":"HJ7yEx","uuiSuccess":"HJ7yEx","uui-warning":"xlQRy0","uuiWarning":"xlQRy0","uui-highlight":"lfaZ2N","uuiHighlight":"lfaZ2N","uui-typography-size-12":"nNrQf0","uuiTypographySize12":"nNrQf0","uui-typography-size-14":"AB4Y0x","uuiTypographySize14":"AB4Y0x","uui-typography-size-16":"Xjdz-E","uuiTypographySize16":"Xjdz-E","root":"fd-udR","wrapper":"UjEmod","align-widgets-top":"C0wrPg","alignWidgetsTop":"C0wrPg","align-widgets-center":"cAOHlQ","alignWidgetsCenter":"cAOHlQ"};
|
|
3222
3226
|
|
|
3223
3227
|
function DataTableCell(initialProps) {
|
|
3224
3228
|
const props = { ...initialProps };
|
|
@@ -3267,7 +3271,7 @@ function DataTableCell(initialProps) {
|
|
|
3267
3271
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3268
3272
|
}
|
|
3269
3273
|
|
|
3270
|
-
var css$x = {"uui-typography":"
|
|
3274
|
+
var css$x = {"uui-typography":"bxxf--","uuiTypography":"bxxf--","hero-header":"ExGzo3","heroHeader":"ExGzo3","promo-header":"EJZNeg","promoHeader":"EJZNeg","uui-critical":"HVz-Lo","uuiCritical":"HVz-Lo","uui-info":"GHc0jr","uuiInfo":"GHc0jr","uui-success":"kIlzDu","uuiSuccess":"kIlzDu","uui-warning":"pKwli4","uuiWarning":"pKwli4","uui-highlight":"-vDuKz","uuiHighlight":"-vDuKz","uui-typography-size-12":"u2fa0f","uuiTypographySize12":"u2fa0f","uui-typography-size-14":"vHwIE6","uuiTypographySize14":"vHwIE6","uui-typography-size-16":"b5Sd87","uuiTypographySize16":"b5Sd87","root":"Uq7RaL"};
|
|
3271
3275
|
|
|
3272
3276
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3273
3277
|
// As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
|
|
@@ -3283,7 +3287,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3283
3287
|
];
|
|
3284
3288
|
}, () => propsMods);
|
|
3285
3289
|
|
|
3286
|
-
var css$w = {"uui-typography":"
|
|
3290
|
+
var css$w = {"uui-typography":"cFRTw8","uuiTypography":"cFRTw8","hero-header":"LQy-1t","heroHeader":"LQy-1t","promo-header":"MJDqnA","promoHeader":"MJDqnA","uui-critical":"IypTCN","uuiCritical":"IypTCN","uui-info":"ufkSue","uuiInfo":"ufkSue","uui-success":"IxmMXw","uuiSuccess":"IxmMXw","uui-warning":"zuGVsW","uuiWarning":"zuGVsW","uui-highlight":"H9OGSF","uuiHighlight":"H9OGSF","uui-typography-size-12":"_4G7iBd","uuiTypographySize12":"_4G7iBd","uui-typography-size-14":"Odwz48","uuiTypographySize14":"Odwz48","uui-typography-size-16":"QQxNqK","uuiTypographySize16":"QQxNqK","sorting-panel-container":"OntJF0","sortingPanelContainer":"OntJF0"};
|
|
3287
3291
|
|
|
3288
3292
|
var _path$q;
|
|
3289
3293
|
function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
|
|
@@ -3413,7 +3417,7 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
3413
3417
|
};
|
|
3414
3418
|
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
3415
3419
|
|
|
3416
|
-
var css$v = {"uui-typography":"
|
|
3420
|
+
var css$v = {"uui-typography":"bfNiMz","uuiTypography":"bfNiMz","hero-header":"Ix2R6l","heroHeader":"Ix2R6l","promo-header":"I7Ftdd","promoHeader":"I7Ftdd","uui-critical":"NXPIpj","uuiCritical":"NXPIpj","uui-info":"ND3jIx","uuiInfo":"ND3jIx","uui-success":"UJb7ky","uuiSuccess":"UJb7ky","uui-warning":"UtqHT0","uuiWarning":"UtqHT0","uui-highlight":"w4k5pe","uuiHighlight":"w4k5pe","uui-typography-size-12":"OHP904","uuiTypographySize12":"OHP904","uui-typography-size-14":"POdB4-","uuiTypographySize14":"POdB4-","uui-typography-size-16":"y3l3Q-","uuiTypographySize16":"y3l3Q-","root":"NMiTae","caption-wrapper":"WlSFtz","captionWrapper":"WlSFtz","sort-icon":"CsY6Ed","sortIcon":"CsY6Ed","dropdown-icon":"_93W2nm","dropdownIcon":"_93W2nm","infoIcon":"Evaw8Z","resizable":"pSaiNl","align-right":"U3zCYb","alignRight":"U3zCYb","align-center":"_68-NAF","alignCenter":"_68-NAF","caption":"R-EItv","truncate":"LNd8KZ","checkbox":"hMfPqw","icon":"dg9TUY","fold-all-icon":"aTtwBq","foldAllIcon":"aTtwBq","cell-tooltip":"m2DLAt","cellTooltip":"m2DLAt","upper-case":"gnKB7Y","upperCase":"gnKB7Y","resizing-marker":"HN6sWw","resizingMarker":"HN6sWw","pinned-right":"SyH0bm","pinnedRight":"SyH0bm","draggable":"eb9XB1","ghost":"EB4HYG","is-dragged-out":"PpEB00","isDraggedOut":"PpEB00","dnd-marker-left":"YX8tYV","dndMarkerLeft":"YX8tYV","dnd-marker-right":"_5GBIv0","dndMarkerRight":"_5GBIv0","cell-tooltip-wrapper":"T2cE-J","cellTooltipWrapper":"T2cE-J","cell-tooltip-text":"lAfcdU","cellTooltipText":"lAfcdU","tooltip-caption":"rx4MAN","tooltipCaption":"rx4MAN","tooltip-info":"bvcblW","tooltipInfo":"bvcblW"};
|
|
3417
3421
|
|
|
3418
3422
|
class DataTableHeaderCell extends React.Component {
|
|
3419
3423
|
constructor() {
|
|
@@ -3521,9 +3525,9 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
3521
3525
|
};
|
|
3522
3526
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
3523
3527
|
|
|
3524
|
-
var css$u = {"uui-typography":"
|
|
3528
|
+
var css$u = {"uui-typography":"mgWXfz","uuiTypography":"mgWXfz","hero-header":"C-s3P6","heroHeader":"C-s3P6","promo-header":"aV9ZCl","promoHeader":"aV9ZCl","uui-critical":"_7I-a9f","uuiCritical":"_7I-a9f","uui-info":"AwKlW2","uuiInfo":"AwKlW2","uui-success":"zUE5dc","uuiSuccess":"zUE5dc","uui-warning":"-t1PMm","uuiWarning":"-t1PMm","uui-highlight":"_23-0XK","uuiHighlight":"_23-0XK","uui-typography-size-12":"kV0K28","uuiTypographySize12":"kV0K28","uui-typography-size-14":"US-ZYr","uuiTypographySize14":"US-ZYr","uui-typography-size-16":"_9bsjZe","uuiTypographySize16":"_9bsjZe","root":"xI4lWO"};
|
|
3525
3529
|
|
|
3526
|
-
var css$t = {"uui-typography":"
|
|
3530
|
+
var css$t = {"uui-typography":"QwffB3","uuiTypography":"QwffB3","hero-header":"gHZLap","heroHeader":"gHZLap","promo-header":"VE7asY","promoHeader":"VE7asY","uui-critical":"_9cBO8t","uuiCritical":"_9cBO8t","uui-info":"XAIsUC","uuiInfo":"XAIsUC","uui-success":"dPeMLF","uuiSuccess":"dPeMLF","uui-warning":"x2CQ-1","uuiWarning":"x2CQ-1","uui-highlight":"y0-8Ck","uuiHighlight":"y0-8Ck","uui-typography-size-12":"FwLHq0","uuiTypographySize12":"FwLHq0","uui-typography-size-14":"FsNrN3","uuiTypographySize14":"FsNrN3","uui-typography-size-16":"L27Q-U","uuiTypographySize16":"L27Q-U","root":"j9rnvX","caption-wrapper":"i50--m","captionWrapper":"i50--m","align-center":"oLZu6X","alignCenter":"oLZu6X","caption":"R3o1y9","truncate":"FkiOLs","group-cell-tooltip":"WZApoA","groupCellTooltip":"WZApoA","upper-case":"NeqCQ2","upperCase":"NeqCQ2","group-cell-tooltip-wrapper":"RV716h","groupCellTooltipWrapper":"RV716h","group-cell-tooltip-text":"U-6LLl","groupCellTooltipText":"U-6LLl","tooltip-caption":"v8mL3U","tooltipCaption":"v8mL3U","tooltip-info":"_3mJoOx","tooltipInfo":"_3mJoOx"};
|
|
3527
3531
|
|
|
3528
3532
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3529
3533
|
constructor() {
|
|
@@ -3591,7 +3595,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
3591
3595
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3592
3596
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
3593
3597
|
|
|
3594
|
-
var css$s = {"uui-typography":"
|
|
3598
|
+
var css$s = {"uui-typography":"Pq6E-m","uuiTypography":"Pq6E-m","hero-header":"qL10cY","heroHeader":"qL10cY","promo-header":"PRe8D8","promoHeader":"PRe8D8","uui-critical":"_6PO9uq","uuiCritical":"_6PO9uq","uui-info":"LK-ia1","uuiInfo":"LK-ia1","uui-success":"t-lku7","uuiSuccess":"t-lku7","uui-warning":"uZvSoz","uuiWarning":"uZvSoz","uui-highlight":"srwnNe","uuiHighlight":"srwnNe","uui-typography-size-12":"uJiE8w","uuiTypographySize12":"uJiE8w","uui-typography-size-14":"_9xSTmy","uuiTypographySize14":"_9xSTmy","uui-typography-size-16":"SeZ5S8","uuiTypographySize16":"SeZ5S8","root":"Fj4oQ-","title-wrapper":"G2i95t","titleWrapper":"G2i95t","title":"J4tXOQ","text-wrapper":"b8MhHd","textWrapper":"b8MhHd","selection":"CMuJMW","postfix":"Z5jYWg","selected":"SB8Nkx"};
|
|
3595
3599
|
|
|
3596
3600
|
const defaultSize = '36';
|
|
3597
3601
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -3763,7 +3767,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
3763
3767
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
3764
3768
|
}
|
|
3765
3769
|
|
|
3766
|
-
var css$r = {"container":"
|
|
3770
|
+
var css$r = {"container":"s3c6dE"};
|
|
3767
3771
|
|
|
3768
3772
|
function FilterNumericBody(props) {
|
|
3769
3773
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -3859,7 +3863,7 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
|
3859
3863
|
};
|
|
3860
3864
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
3861
3865
|
|
|
3862
|
-
var css$q = {"uui-typography":"
|
|
3866
|
+
var css$q = {"uui-typography":"HakE-i","uuiTypography":"HakE-i","hero-header":"_3-VTBu","heroHeader":"_3-VTBu","promo-header":"Ya1V7L","promoHeader":"Ya1V7L","uui-critical":"_0yMGTM","uuiCritical":"_0yMGTM","uui-info":"sHo-4T","uuiInfo":"sHo-4T","uui-success":"V8yETW","uuiSuccess":"V8yETW","uui-warning":"NOd84J","uuiWarning":"NOd84J","uui-highlight":"yPUKhm","uuiHighlight":"yPUKhm","uui-typography-size-12":"MR-Eo4","uuiTypographySize12":"MR-Eo4","uui-typography-size-14":"_6J06ot","uuiTypographySize14":"_6J06ot","uui-typography-size-16":"wekIyY","uuiTypographySize16":"wekIyY","header":"DJtr-t","removeButton":"_7ImrsI","with-search":"OlhP3z","withSearch":"OlhP3z"};
|
|
3863
3867
|
|
|
3864
3868
|
function useView(props, value) {
|
|
3865
3869
|
const forceUpdate = useForceUpdate();
|
|
@@ -4180,7 +4184,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4180
4184
|
}
|
|
4181
4185
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4182
4186
|
|
|
4183
|
-
var css$p = {"divider":"
|
|
4187
|
+
var css$p = {"divider":"NsY86Q","dropdownDeleteIcon":"gQGLLu","presetsWrapper":"BkKuEQ","addPresetContainer":"Avklsr","dropContainer":"buEpVj"};
|
|
4184
4188
|
|
|
4185
4189
|
var _path$g;
|
|
4186
4190
|
function _extends$g() { return _extends$g = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$g.apply(null, arguments); }
|
|
@@ -4293,7 +4297,7 @@ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
|
4293
4297
|
};
|
|
4294
4298
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4295
4299
|
|
|
4296
|
-
var css$o = {"delete-button":"
|
|
4300
|
+
var css$o = {"delete-button":"a7rcQx","deleteButton":"a7rcQx","tab-button":"s5vzEm","tabButton":"s5vzEm","targetOpen":"_3nKtqh"};
|
|
4297
4301
|
|
|
4298
4302
|
function PresetActionsDropdown(props) {
|
|
4299
4303
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4360,7 +4364,7 @@ function PresetActionsDropdown(props) {
|
|
|
4360
4364
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4361
4365
|
}
|
|
4362
4366
|
|
|
4363
|
-
var css$n = {"preset-input-cell":"
|
|
4367
|
+
var css$n = {"preset-input-cell":"uc1qTY","presetInputCell":"uc1qTY","preset-input":"BESZSR","presetInput":"BESZSR"};
|
|
4364
4368
|
|
|
4365
4369
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4366
4370
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -4392,7 +4396,7 @@ function PresetInput(props) {
|
|
|
4392
4396
|
React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4393
4397
|
}
|
|
4394
4398
|
|
|
4395
|
-
var css$m = {"preset":"
|
|
4399
|
+
var css$m = {"preset":"cL478P","activePreset":"Qdt70a"};
|
|
4396
4400
|
|
|
4397
4401
|
function Preset(props) {
|
|
4398
4402
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4573,7 +4577,7 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
4573
4577
|
};
|
|
4574
4578
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
4575
4579
|
|
|
4576
|
-
var css$l = {"unpin-icon":"
|
|
4580
|
+
var css$l = {"unpin-icon":"NLUjnv","unpinIcon":"NLUjnv","pin-toggler-icon":"_0oH6AT","pinTogglerIcon":"_0oH6AT"};
|
|
4577
4581
|
|
|
4578
4582
|
function PinIconButton(props) {
|
|
4579
4583
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4632,7 +4636,7 @@ var SvgActionDragIndicator18 = function SvgActionDragIndicator18(props, ref) {
|
|
|
4632
4636
|
};
|
|
4633
4637
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgActionDragIndicator18);
|
|
4634
4638
|
|
|
4635
|
-
var css$k = {"uui-typography":"
|
|
4639
|
+
var css$k = {"uui-typography":"sXToSl","uuiTypography":"sXToSl","hero-header":"_2BrBlL","heroHeader":"_2BrBlL","promo-header":"u8UZYs","promoHeader":"u8UZYs","uui-critical":"YPzEL3","uuiCritical":"YPzEL3","uui-info":"_05SGTx","uuiInfo":"_05SGTx","uui-success":"tPe5fM","uuiSuccess":"tPe5fM","uui-warning":"_7ius3W","uuiWarning":"_7ius3W","uui-highlight":"L1opX1","uuiHighlight":"L1opX1","uui-typography-size-12":"HqYRCU","uuiTypographySize12":"HqYRCU","uui-typography-size-14":"HetW8-","uuiTypographySize14":"HetW8-","uui-typography-size-16":"_1q2qcr","uuiTypographySize16":"_1q2qcr","row-wrapper":"_9GM16k","rowWrapper":"_9GM16k","pin-icon-button":"o3JVi-","pinIconButton":"o3JVi-","not-pinned":"psb6FC","notPinned":"psb6FC","checkbox":"xJNPq6","drag-handle":"Nxk1sr","dragHandle":"Nxk1sr","dnd-disabled":"zg4smd","dndDisabled":"zg4smd"};
|
|
4636
4640
|
|
|
4637
4641
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4638
4642
|
const { column } = props;
|
|
@@ -4655,7 +4659,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4655
4659
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4656
4660
|
});
|
|
4657
4661
|
|
|
4658
|
-
var css$j = {"uui-typography":"
|
|
4662
|
+
var css$j = {"uui-typography":"O2CpAp","uuiTypography":"O2CpAp","hero-header":"_4bbgm6","heroHeader":"_4bbgm6","promo-header":"C6pBKC","promoHeader":"C6pBKC","uui-critical":"_4rDAwz","uuiCritical":"_4rDAwz","uui-info":"_55QnbU","uuiInfo":"_55QnbU","uui-success":"_--JUmf","uuiSuccess":"_--JUmf","uui-warning":"ikhNfn","uuiWarning":"ikhNfn","uui-highlight":"iIg0U2","uuiHighlight":"iIg0U2","uui-typography-size-12":"_4HriOF","uuiTypographySize12":"_4HriOF","uui-typography-size-14":"hvYwKp","uuiTypographySize14":"hvYwKp","uui-typography-size-16":"RLMulW","uuiTypographySize16":"RLMulW","root":"h7ZsgT","main-panel":"_9h-QAl","mainPanel":"_9h-QAl","group":"z0zAc-","group-title":"yDJlpd","groupTitle":"yDJlpd","group-items":"l1HqL-","groupItems":"l1HqL-","no-data":"gk7pn0","noData":"gk7pn0","no-data-title":"eEw7uz","noDataTitle":"eEw7uz","no-data-sub-title":"wS3M4l","noDataSubTitle":"wS3M4l","h-divider":"_0T56ny","hDivider":"_0T56ny","search-area":"_0Fd462","searchArea":"_0Fd462","subgroup-accordion":"jgr59q","subgroupAccordion":"jgr59q","subgroup":"D-l5JE","subgroup-title":"PNBwRx","subgroupTitle":"PNBwRx"};
|
|
4659
4663
|
|
|
4660
4664
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4661
4665
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -4744,7 +4748,7 @@ function SubGroup(props) {
|
|
|
4744
4748
|
return null;
|
|
4745
4749
|
}
|
|
4746
4750
|
|
|
4747
|
-
var css$i = {"listContainer":"
|
|
4751
|
+
var css$i = {"listContainer":"CaJkL-","header":"-QOhAL","group":"lkVq7g","stickyHeader":"_6xC5Sm"};
|
|
4748
4752
|
|
|
4749
4753
|
const getChildrenAndRest = (row, rows) => {
|
|
4750
4754
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4808,7 +4812,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4808
4812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4809
4813
|
ref: ref
|
|
4810
4814
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4811
|
-
clipPath: "url(#
|
|
4815
|
+
clipPath: "url(#z7v0sbayvku4mc68_a)"
|
|
4812
4816
|
}, _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4813
4817
|
d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
|
|
4814
4818
|
fill: "#F5F6FA"
|
|
@@ -4829,7 +4833,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4829
4833
|
d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
|
|
4830
4834
|
fill: "#1D1E26"
|
|
4831
4835
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4832
|
-
id: "
|
|
4836
|
+
id: "z7v0sbjimnryz7b6_b",
|
|
4833
4837
|
style: {
|
|
4834
4838
|
maskType: "alpha"
|
|
4835
4839
|
},
|
|
@@ -4842,7 +4846,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4842
4846
|
d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
|
|
4843
4847
|
fill: "#9BDEFF"
|
|
4844
4848
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
4845
|
-
mask: "url(#
|
|
4849
|
+
mask: "url(#z7v0sbjimnryz7b6_b)",
|
|
4846
4850
|
fillRule: "evenodd",
|
|
4847
4851
|
clipRule: "evenodd"
|
|
4848
4852
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4928,7 +4932,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4928
4932
|
d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
|
|
4929
4933
|
fill: "#fff"
|
|
4930
4934
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4931
|
-
id: "
|
|
4935
|
+
id: "z7v0sbayvku4mc68_a"
|
|
4932
4936
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4933
4937
|
fill: "#fff",
|
|
4934
4938
|
transform: "translate(.552)",
|
|
@@ -4937,7 +4941,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4937
4941
|
};
|
|
4938
4942
|
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4939
4943
|
|
|
4940
|
-
var css$h = {"root":"
|
|
4944
|
+
var css$h = {"root":"Ap3iJD","sticky-header":"zj38ZK","stickyHeader":"zj38ZK","no-results":"Ka4hFf","noResults":"Ka4hFf","icon":"QQuNKx","title":"_43mbnv"};
|
|
4941
4945
|
|
|
4942
4946
|
function DataTable(props) {
|
|
4943
4947
|
const { uuiModals } = useUuiContext();
|
|
@@ -4986,9 +4990,9 @@ function DataTable(props) {
|
|
|
4986
4990
|
} }))));
|
|
4987
4991
|
}
|
|
4988
4992
|
|
|
4989
|
-
var css$g = {"root":"
|
|
4993
|
+
var css$g = {"root":"qNrCBP"};
|
|
4990
4994
|
|
|
4991
|
-
var css$f = {"root":"
|
|
4995
|
+
var css$f = {"root":"GmA-NF","burger-content":"wiKZVH","burgerContent":"wiKZVH"};
|
|
4992
4996
|
|
|
4993
4997
|
var _path$3;
|
|
4994
4998
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
@@ -5031,7 +5035,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5031
5035
|
};
|
|
5032
5036
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5033
5037
|
|
|
5034
|
-
var css$e = {"uui-typography":"
|
|
5038
|
+
var css$e = {"uui-typography":"G-gjIz","uuiTypography":"G-gjIz","hero-header":"KS3v4S","heroHeader":"KS3v4S","promo-header":"Bt7aAK","promoHeader":"Bt7aAK","uui-critical":"mdJ0At","uuiCritical":"mdJ0At","uui-info":"zWYLkM","uuiInfo":"zWYLkM","uui-success":"a5Az7k","uuiSuccess":"a5Az7k","uui-warning":"BnFRGB","uuiWarning":"BnFRGB","uui-highlight":"MlJQ5K","uuiHighlight":"MlJQ5K","uui-typography-size-12":"_6FTwDt","uuiTypographySize12":"_6FTwDt","uui-typography-size-14":"_0pAh99","uuiTypographySize14":"_0pAh99","uui-typography-size-16":"vq2bZE","uuiTypographySize16":"vq2bZE","root":"GrG3pu","button-primary":"_9pck7d","buttonPrimary":"_9pck7d","button-secondary":"a-Jlwn","buttonSecondary":"a-Jlwn","hasIcon":"OwESOc","dropdown":"uMCdLT"};
|
|
5035
5039
|
|
|
5036
5040
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5037
5041
|
css$e.root,
|
|
@@ -5042,13 +5046,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5042
5046
|
props.icon && css$e.hasIcon,
|
|
5043
5047
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5044
5048
|
|
|
5045
|
-
var css$d = {"search-input":"
|
|
5049
|
+
var css$d = {"search-input":"rPOjPn","searchInput":"rPOjPn"};
|
|
5046
5050
|
|
|
5047
5051
|
function BurgerSearch(props) {
|
|
5048
5052
|
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$O, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
|
|
5049
5053
|
}
|
|
5050
5054
|
|
|
5051
|
-
var css$c = {"root":"
|
|
5055
|
+
var css$c = {"root":"UF6aL1","group-header":"L9Cdn-","groupHeader":"L9Cdn-","group-name":"x-m6d8","groupName":"x-m6d8","line":"-xJC6j"};
|
|
5052
5056
|
|
|
5053
5057
|
function BurgerGroupHeader(props) {
|
|
5054
5058
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5056,7 +5060,7 @@ function BurgerGroupHeader(props) {
|
|
|
5056
5060
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5057
5061
|
}
|
|
5058
5062
|
|
|
5059
|
-
var css$b = {"uui-typography":"
|
|
5063
|
+
var css$b = {"uui-typography":"_55QC3h","uuiTypography":"_55QC3h","hero-header":"KqCV6n","heroHeader":"KqCV6n","promo-header":"EOhurv","promoHeader":"EOhurv","uui-critical":"TrReJX","uuiCritical":"TrReJX","uui-info":"jNiZiI","uuiInfo":"jNiZiI","uui-success":"-l-4Zu","uuiSuccess":"-l-4Zu","uui-warning":"ISwuT0","uuiWarning":"ISwuT0","uui-highlight":"UXyA50","uuiHighlight":"UXyA50","uui-typography-size-12":"Vvupc0","uuiTypographySize12":"Vvupc0","uui-typography-size-14":"DnlfTU","uuiTypographySize14":"DnlfTU","uui-typography-size-16":"LMB-Dw","uuiTypographySize16":"LMB-Dw","root":"Q8fVtx","type-primary":"ECI7yt","typePrimary":"ECI7yt","type-secondary":"xjghv8","typeSecondary":"xjghv8"};
|
|
5060
5064
|
|
|
5061
5065
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5062
5066
|
const { type, ...clickableProps } = props;
|
|
@@ -5078,7 +5082,7 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5078
5082
|
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
|
|
5079
5083
|
});
|
|
5080
5084
|
|
|
5081
|
-
var css$a = {"dropdown-body":"
|
|
5085
|
+
var css$a = {"dropdown-body":"QT6i-w","dropdownBody":"QT6i-w"};
|
|
5082
5086
|
|
|
5083
5087
|
class MainMenuDropdown extends React.Component {
|
|
5084
5088
|
render() {
|
|
@@ -5136,12 +5140,12 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5136
5140
|
};
|
|
5137
5141
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5138
5142
|
|
|
5139
|
-
var css$9 = {"global-menu-btn":"
|
|
5143
|
+
var css$9 = {"global-menu-btn":"UJFXPf","globalMenuBtn":"UJFXPf","global-menu-icon":"_0l1W2g","globalMenuIcon":"_0l1W2g"};
|
|
5140
5144
|
|
|
5141
5145
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5142
5146
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5143
5147
|
|
|
5144
|
-
var css$8 = {"container":"
|
|
5148
|
+
var css$8 = {"container":"rx3dLP","open":"UksY06","folding-arrow":"Hmcc8U","foldingArrow":"Hmcc8U"};
|
|
5145
5149
|
|
|
5146
5150
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5147
5151
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
@@ -5149,15 +5153,15 @@ const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.cr
|
|
|
5149
5153
|
props.isDropdown && (React.createElement("div", null,
|
|
5150
5154
|
React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5151
5155
|
|
|
5152
|
-
var css$7 = {"search-input":"
|
|
5156
|
+
var css$7 = {"search-input":"-T8B-P","searchInput":"-T8B-P"};
|
|
5153
5157
|
|
|
5154
5158
|
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$O, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5155
5159
|
|
|
5156
|
-
var css$6 = {"container":"
|
|
5160
|
+
var css$6 = {"container":"pN452V"};
|
|
5157
5161
|
|
|
5158
5162
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5159
5163
|
|
|
5160
|
-
var css$5 = {"root":"
|
|
5164
|
+
var css$5 = {"root":"MdxzMF"};
|
|
5161
5165
|
|
|
5162
5166
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5163
5167
|
|
|
@@ -5215,7 +5219,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5215
5219
|
};
|
|
5216
5220
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5217
5221
|
|
|
5218
|
-
var css$4 = {"root":"
|
|
5222
|
+
var css$4 = {"root":"leQoU9","drop-start":"i5rnty","dropStart":"i5rnty","drop-over":"xgmHnJ","dropOver":"xgmHnJ","link":"nBe4uS","drop-area":"e2ww3-","dropArea":"e2ww3-","drop-caption":"P4TAxl","dropCaption":"P4TAxl","icon-blue":"UhBcga","iconBlue":"UhBcga"};
|
|
5219
5223
|
|
|
5220
5224
|
function DropSpot(props) {
|
|
5221
5225
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5233,9 +5237,9 @@ function DropSpot(props) {
|
|
|
5233
5237
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5234
5238
|
}
|
|
5235
5239
|
|
|
5236
|
-
var css$3 = {"uui-typography":"
|
|
5240
|
+
var css$3 = {"uui-typography":"_2bw14-","uuiTypography":"_2bw14-","hero-header":"s0Qm5n","heroHeader":"s0Qm5n","promo-header":"l0njlQ","promoHeader":"l0njlQ","uui-critical":"i-9Umo","uuiCritical":"i-9Umo","uui-info":"hSUZZU","uuiInfo":"hSUZZU","uui-success":"j8dncP","uuiSuccess":"j8dncP","uui-warning":"p7YTPV","uuiWarning":"p7YTPV","uui-highlight":"gjTmkw","uuiHighlight":"gjTmkw","uui-typography-size-12":"qYxWlz","uuiTypographySize12":"qYxWlz","uui-typography-size-14":"SO-hGt","uuiTypographySize14":"SO-hGt","uui-typography-size-16":"mG33ir","uuiTypographySize16":"mG33ir","root":"ZvBlWq","file-name":"yqbE9j","fileName":"yqbE9j","default-color":"CyU4xD","defaultColor":"CyU4xD","doc-color":"fyg24B","docColor":"fyg24B","xls-color":"rJD9oz","xlsColor":"rJD9oz","pdf-color":"hYMeq2","pdfColor":"hYMeq2","movie-color":"eLz3Lf","movieColor":"eLz3Lf","img-color":"e2m2-r","imgColor":"e2m2-r","mov-color":"keKyJB","movColor":"keKyJB","error-block":"_5YZJ8S","errorBlock":"_5YZJ8S","icons-block":"_0RsVZ6","iconsBlock":"_0RsVZ6"};
|
|
5237
5241
|
|
|
5238
|
-
var css$2 = {"root":"
|
|
5242
|
+
var css$2 = {"root":"GD4eHq"};
|
|
5239
5243
|
|
|
5240
5244
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5241
5245
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5363,7 +5367,7 @@ const getErrorPageConfig = () => ({
|
|
|
5363
5367
|
},
|
|
5364
5368
|
});
|
|
5365
5369
|
|
|
5366
|
-
var css$1 = {"container":"
|
|
5370
|
+
var css$1 = {"container":"MM-FFC"};
|
|
5367
5371
|
|
|
5368
5372
|
const ErrorPage = (props) => {
|
|
5369
5373
|
const isMobileScreen = isMobile();
|
|
@@ -5375,7 +5379,7 @@ const ErrorPage = (props) => {
|
|
|
5375
5379
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5376
5380
|
};
|
|
5377
5381
|
|
|
5378
|
-
var css = {"recovery-spinner":"
|
|
5382
|
+
var css = {"recovery-spinner":"YDnh-t","recoverySpinner":"YDnh-t","recovery-message":"z0nPRc","recoveryMessage":"z0nPRc","modal-blocker":"Rh2h7F","modalBlocker":"Rh2h7F","modalFadeIn":"Pj1DLO"};
|
|
5379
5383
|
|
|
5380
5384
|
function ErrorHandler(props) {
|
|
5381
5385
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|