@epam/uui 6.0.0-beta.0 → 6.0.0

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.
Files changed (118) hide show
  1. package/assets/styles/inputs.scss +4 -4
  2. package/components/buttons/Button.d.ts +1 -1
  3. package/components/buttons/Button.d.ts.map +1 -1
  4. package/components/buttons/LinkButton.d.ts +2 -2
  5. package/components/buttons/LinkButton.d.ts.map +1 -1
  6. package/components/buttons/TabButton.d.ts +2 -2
  7. package/components/buttons/TabButton.d.ts.map +1 -1
  8. package/components/datePickers/DatePicker.d.ts +48 -3
  9. package/components/datePickers/DatePicker.d.ts.map +1 -1
  10. package/components/datePickers/DatePickerBody.d.ts +2 -2
  11. package/components/datePickers/DatePickerBody.d.ts.map +1 -1
  12. package/components/datePickers/RangeDatePicker.d.ts +68 -3
  13. package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
  14. package/components/datePickers/RangeDatePickerBody.d.ts +5 -6
  15. package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
  16. package/components/datePickers/RangeDatePickerInput.d.ts +4 -7
  17. package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
  18. package/components/datePickers/index.d.ts +1 -1
  19. package/components/datePickers/index.d.ts.map +1 -1
  20. package/components/datePickers/types.d.ts +9 -109
  21. package/components/datePickers/types.d.ts.map +1 -1
  22. package/components/fileUpload/FileCard.d.ts +2 -2
  23. package/components/fileUpload/FileCard.d.ts.map +1 -1
  24. package/components/fileUpload/SvgCircleProgress.d.ts +2 -2
  25. package/components/fileUpload/SvgCircleProgress.d.ts.map +1 -1
  26. package/components/filters/FilterNumericBody.d.ts.map +1 -1
  27. package/components/filters/FilterPanelItemToggler.d.ts +5 -4
  28. package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
  29. package/components/filters/FilterPickerBody.d.ts +1 -1
  30. package/components/filters/FilterPickerBody.d.ts.map +1 -1
  31. package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
  32. package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
  33. package/components/filters/FiltersPanel.d.ts +1 -1
  34. package/components/filters/FiltersPanel.d.ts.map +1 -1
  35. package/components/filters/FiltersPanelItem.d.ts.map +1 -1
  36. package/components/filters/PresetPanel/Preset.d.ts +1 -1
  37. package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
  38. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +1 -1
  39. package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
  40. package/components/filters/PresetPanel/PresetInput.d.ts +1 -1
  41. package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
  42. package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
  43. package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
  44. package/components/filters/constants.d.ts +4 -0
  45. package/components/filters/constants.d.ts.map +1 -1
  46. package/components/inputs/MultiSwitch.d.ts +3 -3
  47. package/components/inputs/MultiSwitch.d.ts.map +1 -1
  48. package/components/inputs/Switch.d.ts +1 -1
  49. package/components/inputs/Switch.d.ts.map +1 -1
  50. package/components/inputs/TextInput.d.ts +2 -2
  51. package/components/inputs/TextInput.d.ts.map +1 -1
  52. package/components/inputs/timePicker/TimePicker.d.ts +3 -2
  53. package/components/inputs/timePicker/TimePicker.d.ts.map +1 -1
  54. package/components/layout/FlexItems/FlexRow.d.ts +1 -1
  55. package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
  56. package/components/layout/FlexItems/Panel.d.ts +1 -1
  57. package/components/layout/VirtualList.d.ts +3 -2
  58. package/components/layout/VirtualList.d.ts.map +1 -1
  59. package/components/navigation/Anchor.d.ts +1 -1
  60. package/components/navigation/Anchor.d.ts.map +1 -1
  61. package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
  62. package/components/navigation/MainMenu/GlobalMenu.d.ts +2 -2
  63. package/components/navigation/MainMenu/GlobalMenu.d.ts.map +1 -1
  64. package/components/navigation/MainMenu/MainMenuAvatar.d.ts +2 -2
  65. package/components/navigation/MainMenu/MainMenuAvatar.d.ts.map +1 -1
  66. package/components/navigation/MainMenu/MainMenuButton.d.ts +7 -2
  67. package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
  68. package/components/navigation/MainMenu/MainMenuIcon.d.ts +8 -2
  69. package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
  70. package/components/navigation/MainMenu/MainMenuSearch.d.ts +2 -2
  71. package/components/navigation/MainMenu/MainMenuSearch.d.ts.map +1 -1
  72. package/components/overlays/Alert.d.ts +6 -6
  73. package/components/overlays/Alert.d.ts.map +1 -1
  74. package/components/overlays/DropdownMenu.d.ts +2 -2
  75. package/components/overlays/DropdownMenu.d.ts.map +1 -1
  76. package/components/overlays/NotificationCard.d.ts +7 -7
  77. package/components/overlays/NotificationCard.d.ts.map +1 -1
  78. package/components/overlays/Tooltip.d.ts +4 -1
  79. package/components/overlays/Tooltip.d.ts.map +1 -1
  80. package/components/pickers/DataPickerBody.d.ts +1 -2
  81. package/components/pickers/DataPickerBody.d.ts.map +1 -1
  82. package/components/pickers/DataPickerFooter.d.ts +1 -0
  83. package/components/pickers/DataPickerFooter.d.ts.map +1 -1
  84. package/components/pickers/DataPickerRow.d.ts.map +1 -1
  85. package/components/pickers/PickerInput.d.ts +6 -3
  86. package/components/pickers/PickerInput.d.ts.map +1 -1
  87. package/components/pickers/PickerToggler.d.ts +4 -1
  88. package/components/pickers/PickerToggler.d.ts.map +1 -1
  89. package/components/pickers/PickerTogglerTag.d.ts +1 -1
  90. package/components/pickers/PickerTogglerTag.d.ts.map +1 -1
  91. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +1 -1
  92. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts +2 -2
  93. package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
  94. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts +2 -2
  95. package/components/tables/DataRowsContainer/DataRowsGroups.d.ts.map +1 -1
  96. package/components/tables/DataTableCell.d.ts.map +1 -1
  97. package/components/widgets/Badge.d.ts +2 -2
  98. package/components/widgets/Badge.d.ts.map +1 -1
  99. package/components/widgets/CountIndicator.d.ts +2 -2
  100. package/components/widgets/CountIndicator.d.ts.map +1 -1
  101. package/components/widgets/IndeterminateBar.d.ts +2 -2
  102. package/components/widgets/IndeterminateBar.d.ts.map +1 -1
  103. package/components/widgets/IndicatorBar.d.ts +2 -2
  104. package/components/widgets/IndicatorBar.d.ts.map +1 -1
  105. package/components/widgets/StatusIndicator.d.ts +16 -3
  106. package/components/widgets/StatusIndicator.d.ts.map +1 -1
  107. package/components/widgets/Tag.d.ts +1 -1
  108. package/components/widgets/Tag.d.ts.map +1 -1
  109. package/index.esm.js +1308 -1328
  110. package/index.esm.js.map +1 -1
  111. package/index.js +1306 -1324
  112. package/index.js.map +1 -1
  113. package/package.json +7 -8
  114. package/settings.d.ts +40 -4
  115. package/settings.d.ts.map +1 -1
  116. package/stats.html +1 -1
  117. package/styles.css +1702 -1616
  118. package/styles.css.map +1 -1
package/index.esm.js CHANGED
@@ -1,10 +1,11 @@
1
1
  import * as uuiComponents from '@epam/uui-components';
2
- import { Spinner as Spinner$1, 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, FlexSpacer, Text as Text$1, FlexCell as FlexCell$1, VPanel, ScrollBars as ScrollBars$1, 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, AvatarStack as AvatarStack$1, Paginator as Paginator$1, DragHandle, 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, useShowSelected, usePickerApi, 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';
2
+ import { Spinner as Spinner$1, 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, InputAddon as InputAddon$1, Slider as Slider$1, Anchor as Anchor$1, FlexSpacer, Text as Text$1, FlexCell as FlexCell$1, VPanel, ScrollBars as ScrollBars$1, Blocker as Blocker$1, ModalBlocker as ModalBlocker$1, ModalWindow as ModalWindow$1, Snackbar as Snackbar$1, Calendar as Calendar$1, YearSelection, MonthSelection, Day, uuiDaySelection, AvatarStack as AvatarStack$1, Paginator as Paginator$1, DragHandle, 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, useShowSelected, usePickerApi, 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, getDir, isEventTargetInsideClickable, directionMode, useVirtualList, useScrollShadows, isMobile, i18n as i18n$1, useUuiContext, isFocusReceiverInsideFocusLock, usePrevious, mobilePopperModifier, uuiDataTableHeaderCell, uuiDataTableHeaderGroupCell, 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, isFocusReceiverInsideFocusLock, UuiContext, uuiMod, getDir, isEventTargetInsideClickable, directionMode, useVirtualList, useScrollShadows, isMobile, i18n as i18n$1, useUuiContext, usePrevious, mobilePositioning, uuiDataTableHeaderCell, uuiDataTableHeaderGroupCell, 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
- import React__default, { forwardRef, useContext, useRef, useState, useEffect, useReducer, useMemo, useImperativeHandle, useCallback, Fragment } from 'react';
6
+ import React__default, { forwardRef, useState, useEffect, useContext, useRef, useReducer, useMemo, useImperativeHandle, useCallback, Fragment } from 'react';
7
7
  import cx from 'classnames';
8
+ import { offset } from '@floating-ui/react';
8
9
  import dayjs from 'dayjs';
9
10
  import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
10
11
  import isSameOrAfter from 'dayjs/plugin/isSameOrAfter';
@@ -17,24 +18,9 @@ import isoWeek from 'dayjs/plugin/isoWeek.js';
17
18
  import isEqual from 'react-fast-compare';
18
19
  import FocusLock, { MoveFocusInside } from 'react-focus-lock';
19
20
 
20
- var _path$R;
21
- function _extends$R() { return _extends$R = 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$R.apply(null, arguments); }
22
- var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
23
- return /*#__PURE__*/React.createElement("svg", _extends$R({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- width: 24,
26
- height: 24,
27
- viewBox: "0 0 24 24",
28
- ref: ref
29
- }, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
30
- d: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19z"
31
- })));
32
- };
33
- var ForwardRef$R = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
34
-
35
21
  var _path$Q;
36
22
  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); }
37
- var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
23
+ var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
38
24
  return /*#__PURE__*/React.createElement("svg", _extends$Q({
39
25
  xmlns: "http://www.w3.org/2000/svg",
40
26
  width: 24,
@@ -42,14 +28,14 @@ var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(p
42
28
  viewBox: "0 0 24 24",
43
29
  ref: ref
44
30
  }, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
45
- d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
31
+ d: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19z"
46
32
  })));
47
33
  };
48
- var ForwardRef$Q = /*#__PURE__*/forwardRef(SvgNavigationChevronDownOutline);
34
+ var ForwardRef$Q = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
49
35
 
50
36
  var _path$P;
51
37
  function _extends$P() { return _extends$P = 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$P.apply(null, arguments); }
52
- var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
38
+ var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
53
39
  return /*#__PURE__*/React.createElement("svg", _extends$P({
54
40
  xmlns: "http://www.w3.org/2000/svg",
55
41
  width: 24,
@@ -57,14 +43,14 @@ var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref)
57
43
  viewBox: "0 0 24 24",
58
44
  ref: ref
59
45
  }, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
60
- d: "m20.503 7.4-1.778-1.78-9.175 9.176-4.275-4.275L3.496 12.3l6.054 6.053L20.503 7.4z"
46
+ d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
61
47
  })));
62
48
  };
63
- var ForwardRef$P = /*#__PURE__*/forwardRef(SvgNotificationDoneOutline);
49
+ var ForwardRef$P = /*#__PURE__*/forwardRef(SvgNavigationChevronDownOutline);
64
50
 
65
51
  var _path$O;
66
52
  function _extends$O() { return _extends$O = 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$O.apply(null, arguments); }
67
- var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
53
+ var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
68
54
  return /*#__PURE__*/React.createElement("svg", _extends$O({
69
55
  xmlns: "http://www.w3.org/2000/svg",
70
56
  width: 24,
@@ -72,14 +58,14 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
72
58
  viewBox: "0 0 24 24",
73
59
  ref: ref
74
60
  }, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
75
- d: "M19 10.5H5v3h14v-3z"
61
+ d: "m20.503 7.4-1.778-1.78-9.175 9.176-4.275-4.275L3.496 12.3l6.054 6.053L20.503 7.4z"
76
62
  })));
77
63
  };
78
- var ForwardRef$O = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
64
+ var ForwardRef$O = /*#__PURE__*/forwardRef(SvgNotificationDoneOutline);
79
65
 
80
66
  var _path$N;
81
67
  function _extends$N() { return _extends$N = 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$N.apply(null, arguments); }
82
- var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
68
+ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
83
69
  return /*#__PURE__*/React.createElement("svg", _extends$N({
84
70
  xmlns: "http://www.w3.org/2000/svg",
85
71
  width: 24,
@@ -87,16 +73,14 @@ var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
87
73
  viewBox: "0 0 24 24",
88
74
  ref: ref
89
75
  }, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
90
- fillRule: "evenodd",
91
- d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z",
92
- clipRule: "evenodd"
76
+ d: "M19 10.5H5v3h14v-3z"
93
77
  })));
94
78
  };
95
- var ForwardRef$N = /*#__PURE__*/forwardRef(SvgActionSearchOutline);
79
+ var ForwardRef$N = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
96
80
 
97
81
  var _path$M;
98
82
  function _extends$M() { return _extends$M = 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$M.apply(null, arguments); }
99
- var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
83
+ var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
100
84
  return /*#__PURE__*/React.createElement("svg", _extends$M({
101
85
  xmlns: "http://www.w3.org/2000/svg",
102
86
  width: 24,
@@ -104,14 +88,16 @@ var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
104
88
  viewBox: "0 0 24 24",
105
89
  ref: ref
106
90
  }, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
107
- d: "M5 22a1.93 1.93 0 0 1-1.413-.587A1.928 1.928 0 0 1 3 20V6c0-.55.196-1.02.587-1.412A1.927 1.927 0 0 1 5 4h1V2h2v2h8V2h2v2h1c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412v14a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 19 22H5zm0-2h14V10H5v10z"
91
+ fillRule: "evenodd",
92
+ d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z",
93
+ clipRule: "evenodd"
108
94
  })));
109
95
  };
110
- var ForwardRef$M = /*#__PURE__*/forwardRef(SvgActionCalendarFill);
96
+ var ForwardRef$M = /*#__PURE__*/forwardRef(SvgActionSearchOutline);
111
97
 
112
98
  var _path$L;
113
99
  function _extends$L() { return _extends$L = 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$L.apply(null, arguments); }
114
- var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
100
+ var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
115
101
  return /*#__PURE__*/React.createElement("svg", _extends$L({
116
102
  xmlns: "http://www.w3.org/2000/svg",
117
103
  width: 24,
@@ -119,14 +105,14 @@ var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref)
119
105
  viewBox: "0 0 24 24",
120
106
  ref: ref
121
107
  }, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
122
- d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20z"
108
+ d: "M5 22a1.93 1.93 0 0 1-1.413-.587A1.928 1.928 0 0 1 3 20V6c0-.55.196-1.02.587-1.412A1.927 1.927 0 0 1 5 4h1V2h2v2h8V2h2v2h1c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412v14a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 19 22H5zm0-2h14V10H5v10z"
123
109
  })));
124
110
  };
125
- var ForwardRef$L = /*#__PURE__*/forwardRef(SvgNotificationInfoOutline);
111
+ var ForwardRef$L = /*#__PURE__*/forwardRef(SvgActionCalendarFill);
126
112
 
127
113
  var _path$K;
128
114
  function _extends$K() { return _extends$K = 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$K.apply(null, arguments); }
129
- var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
115
+ var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
130
116
  return /*#__PURE__*/React.createElement("svg", _extends$K({
131
117
  xmlns: "http://www.w3.org/2000/svg",
132
118
  width: 24,
@@ -134,15 +120,30 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
134
120
  viewBox: "0 0 24 24",
135
121
  ref: ref
136
122
  }, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
137
- d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
123
+ d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20z"
138
124
  })));
139
125
  };
140
- var ForwardRef$K = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
126
+ var ForwardRef$K = /*#__PURE__*/forwardRef(SvgNotificationInfoOutline);
141
127
 
142
- var _path$J, _path2$5, _path3, _path4, _path5, _path6, _g, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _defs;
128
+ var _path$J;
143
129
  function _extends$J() { return _extends$J = 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$J.apply(null, arguments); }
144
- var SvgEmptyTable = function SvgEmptyTable(props, ref) {
130
+ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
145
131
  return /*#__PURE__*/React.createElement("svg", _extends$J({
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ width: 24,
134
+ height: 24,
135
+ viewBox: "0 0 24 24",
136
+ ref: ref
137
+ }, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
138
+ d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
139
+ })));
140
+ };
141
+ var ForwardRef$J = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
142
+
143
+ var _path$I, _path2$5, _path3, _path4, _path5, _path6, _g, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _defs;
144
+ function _extends$I() { return _extends$I = 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$I.apply(null, arguments); }
145
+ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
146
+ return /*#__PURE__*/React.createElement("svg", _extends$I({
146
147
  width: 232,
147
148
  height: 180,
148
149
  viewBox: "0 0 232 180",
@@ -150,8 +151,8 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
150
151
  xmlns: "http://www.w3.org/2000/svg",
151
152
  ref: ref
152
153
  }, props), /*#__PURE__*/React.createElement("g", {
153
- clipPath: "url(#76ecserzoh40k2udo_a)"
154
- }, _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
154
+ clipPath: "url(#txfob38xw8cwpktwv_a)"
155
+ }, _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
155
156
  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",
156
157
  fill: "#F5F6FA"
157
158
  })), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
@@ -171,7 +172,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
171
172
  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",
172
173
  fill: "#1D1E26"
173
174
  })), /*#__PURE__*/React.createElement("mask", {
174
- id: "76ecselj3vmmhmqap_b",
175
+ id: "txfob35m68v1v8fjk_b",
175
176
  style: {
176
177
  maskType: "alpha"
177
178
  },
@@ -184,7 +185,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
184
185
  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",
185
186
  fill: "#9BDEFF"
186
187
  }))), _g || (_g = /*#__PURE__*/React.createElement("g", {
187
- mask: "url(#76ecselj3vmmhmqap_b)",
188
+ mask: "url(#txfob35m68v1v8fjk_b)",
188
189
  fillRule: "evenodd",
189
190
  clipRule: "evenodd"
190
191
  }, /*#__PURE__*/React.createElement("path", {
@@ -270,33 +271,18 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
270
271
  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",
271
272
  fill: "#fff"
272
273
  }))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
273
- id: "76ecserzoh40k2udo_a"
274
+ id: "txfob38xw8cwpktwv_a"
274
275
  }, /*#__PURE__*/React.createElement("path", {
275
276
  fill: "#fff",
276
277
  transform: "translate(.552)",
277
278
  d: "M0 0h230.897v180H0z"
278
279
  })))));
279
280
  };
280
- var ForwardRef$J = /*#__PURE__*/forwardRef(SvgEmptyTable);
281
-
282
- var _path$I;
283
- function _extends$I() { return _extends$I = 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$I.apply(null, arguments); }
284
- var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
285
- return /*#__PURE__*/React.createElement("svg", _extends$I({
286
- xmlns: "http://www.w3.org/2000/svg",
287
- width: 24,
288
- height: 24,
289
- viewBox: "0 0 24 24",
290
- ref: ref
291
- }, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
292
- d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
293
- })));
294
- };
295
- var ForwardRef$I = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
281
+ var ForwardRef$I = /*#__PURE__*/forwardRef(SvgEmptyTable);
296
282
 
297
283
  var _path$H;
298
284
  function _extends$H() { return _extends$H = 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$H.apply(null, arguments); }
299
- var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
285
+ var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
300
286
  return /*#__PURE__*/React.createElement("svg", _extends$H({
301
287
  xmlns: "http://www.w3.org/2000/svg",
302
288
  width: 24,
@@ -304,14 +290,14 @@ var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
304
290
  viewBox: "0 0 24 24",
305
291
  ref: ref
306
292
  }, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
307
- d: "M13 3v14.175l1.6-1.575L16 17l-4 4-4-4 1.4-1.4 1.6 1.575V3h2z"
293
+ d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
308
294
  })));
309
295
  };
310
- var ForwardRef$H = /*#__PURE__*/forwardRef(SvgTableSortDescOutline);
296
+ var ForwardRef$H = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
311
297
 
312
298
  var _path$G;
313
299
  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); }
314
- var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props, ref) {
300
+ var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
315
301
  return /*#__PURE__*/React.createElement("svg", _extends$G({
316
302
  xmlns: "http://www.w3.org/2000/svg",
317
303
  width: 24,
@@ -319,14 +305,14 @@ var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props
319
305
  viewBox: "0 0 24 24",
320
306
  ref: ref
321
307
  }, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
322
- d: "M9 20c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 7 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 9 20zm6 0c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 13 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 15 20zm-6-6c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 14zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 14zM9 8c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 9 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 8zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 15 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 8z"
308
+ d: "M13 3v14.175l1.6-1.575L16 17l-4 4-4-4 1.4-1.4 1.6 1.575V3h2z"
323
309
  })));
324
310
  };
325
- var ForwardRef$G = /*#__PURE__*/forwardRef(SvgActionDragIndicatorOutline);
311
+ var ForwardRef$G = /*#__PURE__*/forwardRef(SvgTableSortDescOutline);
326
312
 
327
313
  var _path$F;
328
314
  function _extends$F() { return _extends$F = 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$F.apply(null, arguments); }
329
- var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
315
+ var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props, ref) {
330
316
  return /*#__PURE__*/React.createElement("svg", _extends$F({
331
317
  xmlns: "http://www.w3.org/2000/svg",
332
318
  width: 24,
@@ -334,16 +320,14 @@ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props,
334
320
  viewBox: "0 0 24 24",
335
321
  ref: ref
336
322
  }, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
337
- fillRule: "evenodd",
338
- d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",
339
- clipRule: "evenodd"
323
+ d: "M9 20c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 7 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 9 20zm6 0c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 13 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 15 20zm-6-6c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 14zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 14zM9 8c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 9 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 8zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 15 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 8z"
340
324
  })));
341
325
  };
342
- var ForwardRef$F = /*#__PURE__*/forwardRef(SvgNavigationMoreVertOutline);
326
+ var ForwardRef$F = /*#__PURE__*/forwardRef(SvgActionDragIndicatorOutline);
343
327
 
344
328
  var _path$E;
345
329
  function _extends$E() { return _extends$E = 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$E.apply(null, arguments); }
346
- var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
330
+ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
347
331
  return /*#__PURE__*/React.createElement("svg", _extends$E({
348
332
  xmlns: "http://www.w3.org/2000/svg",
349
333
  width: 24,
@@ -351,14 +335,16 @@ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, re
351
335
  viewBox: "0 0 24 24",
352
336
  ref: ref
353
337
  }, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
354
- d: "M12 20c-2.233 0-4.125-.775-5.675-2.325C4.775 16.125 4 14.233 4 12c0-2.233.775-4.125 2.325-5.675C7.875 4.775 9.767 4 12 4c1.15 0 2.25.238 3.3.713A7.617 7.617 0 0 1 18 6.75V4h2v7h-7V9h4.2a5.837 5.837 0 0 0-2.187-2.2A5.93 5.93 0 0 0 12 6c-1.667 0-3.083.583-4.25 1.75C6.583 8.917 6 10.333 6 12c0 1.667.583 3.083 1.75 4.25C8.917 17.417 10.333 18 12 18a5.863 5.863 0 0 0 3.475-1.1A5.81 5.81 0 0 0 17.65 14h2.1c-.467 1.767-1.417 3.208-2.85 4.325S13.833 20 12 20z"
338
+ fillRule: "evenodd",
339
+ d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",
340
+ clipRule: "evenodd"
355
341
  })));
356
342
  };
357
- var ForwardRef$E = /*#__PURE__*/forwardRef(SvgNavigationRefreshOutline);
343
+ var ForwardRef$E = /*#__PURE__*/forwardRef(SvgNavigationMoreVertOutline);
358
344
 
359
345
  var _path$D;
360
346
  function _extends$D() { return _extends$D = 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$D.apply(null, arguments); }
361
- var SvgActionLockFill = function SvgActionLockFill(props, ref) {
347
+ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
362
348
  return /*#__PURE__*/React.createElement("svg", _extends$D({
363
349
  xmlns: "http://www.w3.org/2000/svg",
364
350
  width: 24,
@@ -366,16 +352,14 @@ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
366
352
  viewBox: "0 0 24 24",
367
353
  ref: ref
368
354
  }, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
369
- fillRule: "evenodd",
370
- d: "M12 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM7 9V7a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h1zm2 0h6V7a3 3 0 1 0-6 0v2z",
371
- clipRule: "evenodd"
355
+ d: "M12 20c-2.233 0-4.125-.775-5.675-2.325C4.775 16.125 4 14.233 4 12c0-2.233.775-4.125 2.325-5.675C7.875 4.775 9.767 4 12 4c1.15 0 2.25.238 3.3.713A7.617 7.617 0 0 1 18 6.75V4h2v7h-7V9h4.2a5.837 5.837 0 0 0-2.187-2.2A5.93 5.93 0 0 0 12 6c-1.667 0-3.083.583-4.25 1.75C6.583 8.917 6 10.333 6 12c0 1.667.583 3.083 1.75 4.25C8.917 17.417 10.333 18 12 18a5.863 5.863 0 0 0 3.475-1.1A5.81 5.81 0 0 0 17.65 14h2.1c-.467 1.767-1.417 3.208-2.85 4.325S13.833 20 12 20z"
372
356
  })));
373
357
  };
374
- var ForwardRef$D = /*#__PURE__*/forwardRef(SvgActionLockFill);
358
+ var ForwardRef$D = /*#__PURE__*/forwardRef(SvgNavigationRefreshOutline);
375
359
 
376
- var _path$C, _path2$4;
360
+ var _path$C;
377
361
  function _extends$C() { return _extends$C = 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$C.apply(null, arguments); }
378
- var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
362
+ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
379
363
  return /*#__PURE__*/React.createElement("svg", _extends$C({
380
364
  xmlns: "http://www.w3.org/2000/svg",
381
365
  width: 24,
@@ -383,18 +367,16 @@ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, re
383
367
  viewBox: "0 0 24 24",
384
368
  ref: ref
385
369
  }, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
386
- d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
387
- })), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
388
370
  fillRule: "evenodd",
389
- d: "M13 21V3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6zm2-16h4v14h-4V5z",
371
+ d: "M12 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM7 9V7a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h1zm2 0h6V7a3 3 0 1 0-6 0v2z",
390
372
  clipRule: "evenodd"
391
373
  })));
392
374
  };
393
- var ForwardRef$C = /*#__PURE__*/forwardRef(SvgTableGroupColumnLeftFill);
375
+ var ForwardRef$C = /*#__PURE__*/forwardRef(SvgActionLockFill);
394
376
 
395
- var _path$B, _path2$3;
377
+ var _path$B, _path2$4;
396
378
  function _extends$B() { return _extends$B = 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$B.apply(null, arguments); }
397
- var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
379
+ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
398
380
  return /*#__PURE__*/React.createElement("svg", _extends$B({
399
381
  xmlns: "http://www.w3.org/2000/svg",
400
382
  width: 24,
@@ -402,18 +384,18 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
402
384
  viewBox: "0 0 24 24",
403
385
  ref: ref
404
386
  }, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
405
- d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6V3z"
406
- })), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
387
+ d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
388
+ })), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
407
389
  fillRule: "evenodd",
408
- d: "M9 5H5v14h4V5zM5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z",
390
+ d: "M13 21V3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6zm2-16h4v14h-4V5z",
409
391
  clipRule: "evenodd"
410
392
  })));
411
393
  };
412
- var ForwardRef$B = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
394
+ var ForwardRef$B = /*#__PURE__*/forwardRef(SvgTableGroupColumnLeftFill);
413
395
 
414
- var _path$A;
396
+ var _path$A, _path2$3;
415
397
  function _extends$A() { return _extends$A = 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$A.apply(null, arguments); }
416
- var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
398
+ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
417
399
  return /*#__PURE__*/React.createElement("svg", _extends$A({
418
400
  xmlns: "http://www.w3.org/2000/svg",
419
401
  width: 24,
@@ -421,14 +403,18 @@ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
421
403
  viewBox: "0 0 24 24",
422
404
  ref: ref
423
405
  }, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
424
- d: "M7 6.825V20h2V6.825L10.6 8.4 12 7 8 3 4 7l1.4 1.4L7 6.825zm10 10.35V4h-2v13.175L13.4 15.6 12 17l4 4 4-4-1.4-1.4-1.6 1.575z"
406
+ d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6V3z"
407
+ })), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
408
+ fillRule: "evenodd",
409
+ d: "M9 5H5v14h4V5zM5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z",
410
+ clipRule: "evenodd"
425
411
  })));
426
412
  };
427
- var ForwardRef$A = /*#__PURE__*/forwardRef(SvgTableSwapOutline);
413
+ var ForwardRef$A = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
428
414
 
429
415
  var _path$z;
430
416
  function _extends$z() { return _extends$z = 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$z.apply(null, arguments); }
431
- var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
417
+ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
432
418
  return /*#__PURE__*/React.createElement("svg", _extends$z({
433
419
  xmlns: "http://www.w3.org/2000/svg",
434
420
  width: 24,
@@ -436,14 +422,14 @@ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
436
422
  viewBox: "0 0 24 24",
437
423
  ref: ref
438
424
  }, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
439
- d: "M14 13v8l-4-2v-6L2.95 4h18.1L14 13z"
425
+ d: "M7 6.825V20h2V6.825L10.6 8.4 12 7 8 3 4 7l1.4 1.4L7 6.825zm10 10.35V4h-2v13.175L13.4 15.6 12 17l4 4 4-4-1.4-1.4-1.6 1.575z"
440
426
  })));
441
427
  };
442
- var ForwardRef$z = /*#__PURE__*/forwardRef(SvgContentFiltrationFill);
428
+ var ForwardRef$z = /*#__PURE__*/forwardRef(SvgTableSwapOutline);
443
429
 
444
430
  var _path$y;
445
431
  function _extends$y() { return _extends$y = 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$y.apply(null, arguments); }
446
- var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
432
+ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
447
433
  return /*#__PURE__*/React.createElement("svg", _extends$y({
448
434
  xmlns: "http://www.w3.org/2000/svg",
449
435
  width: 24,
@@ -451,14 +437,14 @@ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props
451
437
  viewBox: "0 0 24 24",
452
438
  ref: ref
453
439
  }, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
454
- d: "M18.586 15.914 20 14.5l-8-8-8 8 1.414 1.414L12 9.328l6.586 6.586z"
440
+ d: "M14 13v8l-4-2v-6L2.95 4h18.1L14 13z"
455
441
  })));
456
442
  };
457
- var ForwardRef$y = /*#__PURE__*/forwardRef(SvgNavigationChevronUpOutline);
443
+ var ForwardRef$y = /*#__PURE__*/forwardRef(SvgContentFiltrationFill);
458
444
 
459
445
  var _path$x;
460
446
  function _extends$x() { return _extends$x = 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$x.apply(null, arguments); }
461
- var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
447
+ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
462
448
  return /*#__PURE__*/React.createElement("svg", _extends$x({
463
449
  xmlns: "http://www.w3.org/2000/svg",
464
450
  width: 24,
@@ -466,14 +452,14 @@ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(p
466
452
  viewBox: "0 0 24 24",
467
453
  ref: ref
468
454
  }, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
469
- d: "M16.5 4.414 15.086 3 12 6.086 8.914 3 7.5 4.414l4.5 4.5 4.5-4.5zM9 13v-2h6v2H9zm6.086 8 1.414-1.414-4.5-4.5-4.5 4.5L8.914 21 12 17.914 15.086 21z"
455
+ d: "M18.586 15.914 20 14.5l-8-8-8 8 1.414 1.414L12 9.328l6.586 6.586z"
470
456
  })));
471
457
  };
472
- var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNavigationCollapseAllOutline);
458
+ var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNavigationChevronUpOutline);
473
459
 
474
460
  var _path$w;
475
461
  function _extends$w() { return _extends$w = 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$w.apply(null, arguments); }
476
- var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
462
+ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
477
463
  return /*#__PURE__*/React.createElement("svg", _extends$w({
478
464
  xmlns: "http://www.w3.org/2000/svg",
479
465
  width: 24,
@@ -481,14 +467,14 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
481
467
  viewBox: "0 0 24 24",
482
468
  ref: ref
483
469
  }, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
484
- d: "m16.5 7.5-1.414 1.414L12 5.828 8.914 8.914 7.5 7.5 12 3l4.5 4.5zM9 13v-2h6v2H9zm6.086 2.086L16.5 16.5 12 21l-4.5-4.5 1.414-1.414L12 18.17l3.086-3.085z"
470
+ d: "M16.5 4.414 15.086 3 12 6.086 8.914 3 7.5 4.414l4.5 4.5 4.5-4.5zM9 13v-2h6v2H9zm6.086 8 1.414-1.414-4.5-4.5-4.5 4.5L8.914 21 12 17.914 15.086 21z"
485
471
  })));
486
472
  };
487
- var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
473
+ var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNavigationCollapseAllOutline);
488
474
 
489
475
  var _path$v;
490
476
  function _extends$v() { return _extends$v = 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$v.apply(null, arguments); }
491
- var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
477
+ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
492
478
  return /*#__PURE__*/React.createElement("svg", _extends$v({
493
479
  xmlns: "http://www.w3.org/2000/svg",
494
480
  width: 24,
@@ -496,14 +482,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
496
482
  viewBox: "0 0 24 24",
497
483
  ref: ref
498
484
  }, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
499
- d: "m9.25 22-.4-3.2a3.771 3.771 0 0 1-.612-.3 8.194 8.194 0 0 1-.563-.375L4.7 19.375l-2.75-4.75 2.575-1.95a2.39 2.39 0 0 1-.025-.338v-.675c0-.108.009-.22.025-.337L1.95 9.375l2.75-4.75 2.975 1.25c.184-.133.375-.258.575-.375.2-.117.4-.217.6-.3l.4-3.2h5.5l.4 3.2c.217.083.421.183.613.3.191.117.379.242.562.375l2.975-1.25 2.75 4.75-2.575 1.95c.017.117.025.229.025.337v.675c0 .109-.017.221-.05.338l2.575 1.95-2.75 4.75-2.95-1.25a6.826 6.826 0 0 1-.575.375c-.2.117-.4.217-.6.3l-.4 3.2h-5.5zm2.8-6.5c.967 0 1.792-.342 2.475-1.025A3.372 3.372 0 0 0 15.55 12c0-.967-.341-1.792-1.025-2.475A3.372 3.372 0 0 0 12.05 8.5c-.983 0-1.813.342-2.488 1.025A3.394 3.394 0 0 0 8.55 12c0 .967.338 1.792 1.012 2.475.676.683 1.505 1.025 2.488 1.025z"
485
+ d: "m16.5 7.5-1.414 1.414L12 5.828 8.914 8.914 7.5 7.5 12 3l4.5 4.5zM9 13v-2h6v2H9zm6.086 2.086L16.5 16.5 12 21l-4.5-4.5 1.414-1.414L12 18.17l3.086-3.085z"
500
486
  })));
501
487
  };
502
- var ForwardRef$v = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
488
+ var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
503
489
 
504
490
  var _path$u;
505
491
  function _extends$u() { return _extends$u = 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$u.apply(null, arguments); }
506
- var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
492
+ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
507
493
  return /*#__PURE__*/React.createElement("svg", _extends$u({
508
494
  xmlns: "http://www.w3.org/2000/svg",
509
495
  width: 24,
@@ -511,14 +497,14 @@ var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(p
511
497
  viewBox: "0 0 24 24",
512
498
  ref: ref
513
499
  }, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
514
- d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
500
+ d: "m9.25 22-.4-3.2a3.771 3.771 0 0 1-.612-.3 8.194 8.194 0 0 1-.563-.375L4.7 19.375l-2.75-4.75 2.575-1.95a2.39 2.39 0 0 1-.025-.338v-.675c0-.108.009-.22.025-.337L1.95 9.375l2.75-4.75 2.975 1.25c.184-.133.375-.258.575-.375.2-.117.4-.217.6-.3l.4-3.2h5.5l.4 3.2c.217.083.421.183.613.3.191.117.379.242.562.375l2.975-1.25 2.75 4.75-2.575 1.95c.017.117.025.229.025.337v.675c0 .109-.017.221-.05.338l2.575 1.95-2.75 4.75-2.95-1.25a6.826 6.826 0 0 1-.575.375c-.2.117-.4.217-.6.3l-.4 3.2h-5.5zm2.8-6.5c.967 0 1.792-.342 2.475-1.025A3.372 3.372 0 0 0 15.55 12c0-.967-.341-1.792-1.025-2.475A3.372 3.372 0 0 0 12.05 8.5c-.983 0-1.813.342-2.488 1.025A3.394 3.394 0 0 0 8.55 12c0 .967.338 1.792 1.012 2.475.676.683 1.505 1.025 2.488 1.025z"
515
501
  })));
516
502
  };
517
- var ForwardRef$u = /*#__PURE__*/forwardRef(SvgNavigationChevronLeftOutline);
503
+ var ForwardRef$u = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
518
504
 
519
505
  var _path$t;
520
506
  function _extends$t() { return _extends$t = 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$t.apply(null, arguments); }
521
- var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
507
+ var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
522
508
  return /*#__PURE__*/React.createElement("svg", _extends$t({
523
509
  xmlns: "http://www.w3.org/2000/svg",
524
510
  width: 24,
@@ -526,14 +512,14 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
526
512
  viewBox: "0 0 24 24",
527
513
  ref: ref
528
514
  }, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
529
- d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
515
+ d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
530
516
  })));
531
517
  };
532
- var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
518
+ var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNavigationChevronLeftOutline);
533
519
 
534
520
  var _path$s;
535
521
  function _extends$s() { return _extends$s = 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$s.apply(null, arguments); }
536
- var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
522
+ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
537
523
  return /*#__PURE__*/React.createElement("svg", _extends$s({
538
524
  xmlns: "http://www.w3.org/2000/svg",
539
525
  width: 24,
@@ -541,14 +527,14 @@ var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
541
527
  viewBox: "0 0 24 24",
542
528
  ref: ref
543
529
  }, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
544
- d: "M13.286 3h-2.572v7.714H3v2.572h7.714V21h2.572v-7.714H21v-2.572h-7.714V3z"
530
+ d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
545
531
  })));
546
532
  };
547
- var ForwardRef$s = /*#__PURE__*/forwardRef(SvgActionAddOutline);
533
+ var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
548
534
 
549
535
  var _path$r;
550
536
  function _extends$r() { return _extends$r = 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$r.apply(null, arguments); }
551
- var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
537
+ var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
552
538
  return /*#__PURE__*/React.createElement("svg", _extends$r({
553
539
  xmlns: "http://www.w3.org/2000/svg",
554
540
  width: 24,
@@ -556,14 +542,14 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
556
542
  viewBox: "0 0 24 24",
557
543
  ref: ref
558
544
  }, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
559
- d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
545
+ d: "M13.286 3h-2.572v7.714H3v2.572h7.714V21h2.572v-7.714H21v-2.572h-7.714V3z"
560
546
  })));
561
547
  };
562
- var ForwardRef$r = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
548
+ var ForwardRef$r = /*#__PURE__*/forwardRef(SvgActionAddOutline);
563
549
 
564
550
  var _path$q;
565
551
  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); }
566
- var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
552
+ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
567
553
  return /*#__PURE__*/React.createElement("svg", _extends$q({
568
554
  xmlns: "http://www.w3.org/2000/svg",
569
555
  width: 24,
@@ -571,14 +557,14 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
571
557
  viewBox: "0 0 24 24",
572
558
  ref: ref
573
559
  }, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
574
- d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
560
+ d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
575
561
  })));
576
562
  };
577
- var ForwardRef$q = /*#__PURE__*/forwardRef(SvgRadioDotFill);
563
+ var ForwardRef$q = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
578
564
 
579
565
  var _path$p;
580
566
  function _extends$p() { return _extends$p = 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$p.apply(null, arguments); }
581
- var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
567
+ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
582
568
  return /*#__PURE__*/React.createElement("svg", _extends$p({
583
569
  xmlns: "http://www.w3.org/2000/svg",
584
570
  width: 24,
@@ -586,14 +572,14 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
586
572
  viewBox: "0 0 24 24",
587
573
  ref: ref
588
574
  }, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
589
- d: "M11.95 18c.35 0 .646-.121.888-.363.241-.241.362-.537.362-.887s-.12-.646-.362-.887a1.208 1.208 0 0 0-.888-.363c-.35 0-.646.121-.888.363a1.206 1.206 0 0 0-.362.887c0 .35.12.646.362.887.242.242.538.363.888.363zm-.9-3.85h1.85c0-.55.063-.983.188-1.3.125-.317.479-.75 1.062-1.3a7.483 7.483 0 0 0 1.025-1.238c.25-.391.375-.862.375-1.412 0-.933-.342-1.65-1.025-2.15-.683-.5-1.492-.75-2.425-.75-.95 0-1.72.25-2.312.75-.592.5-1.005 1.1-1.238 1.8l1.65.65c.083-.3.271-.625.563-.975.291-.35.737-.525 1.337-.525.533 0 .933.146 1.2.437.267.292.4.613.4.963 0 .333-.1.646-.3.937-.2.292-.45.563-.75.813-.733.65-1.183 1.142-1.35 1.475-.167.333-.25.942-.25 1.825zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
575
+ d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
590
576
  })));
591
577
  };
592
- var ForwardRef$p = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
578
+ var ForwardRef$p = /*#__PURE__*/forwardRef(SvgRadioDotFill);
593
579
 
594
580
  var _path$o;
595
581
  function _extends$o() { return _extends$o = 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$o.apply(null, arguments); }
596
- var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
582
+ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
597
583
  return /*#__PURE__*/React.createElement("svg", _extends$o({
598
584
  xmlns: "http://www.w3.org/2000/svg",
599
585
  width: 24,
@@ -601,14 +587,14 @@ var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
601
587
  viewBox: "0 0 24 24",
602
588
  ref: ref
603
589
  }, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
604
- d: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4 4.25 4.25zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
590
+ d: "M11.95 18c.35 0 .646-.121.888-.363.241-.241.362-.537.362-.887s-.12-.646-.362-.887a1.208 1.208 0 0 0-.888-.363c-.35 0-.646.121-.888.363a1.206 1.206 0 0 0-.362.887c0 .35.12.646.362.887.242.242.538.363.888.363zm-.9-3.85h1.85c0-.55.063-.983.188-1.3.125-.317.479-.75 1.062-1.3a7.483 7.483 0 0 0 1.025-1.238c.25-.391.375-.862.375-1.412 0-.933-.342-1.65-1.025-2.15-.683-.5-1.492-.75-2.425-.75-.95 0-1.72.25-2.312.75-.592.5-1.005 1.1-1.238 1.8l1.65.65c.083-.3.271-.625.563-.975.291-.35.737-.525 1.337-.525.533 0 .933.146 1.2.437.267.292.4.613.4.963 0 .333-.1.646-.3.937-.2.292-.45.563-.75.813-.733.65-1.183 1.142-1.35 1.475-.167.333-.25.942-.25 1.825zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
605
591
  })));
606
592
  };
607
- var ForwardRef$o = /*#__PURE__*/forwardRef(SvgNotificationCheckFill);
593
+ var ForwardRef$o = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
608
594
 
609
595
  var _path$n;
610
596
  function _extends$n() { return _extends$n = 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$n.apply(null, arguments); }
611
- var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
597
+ var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
612
598
  return /*#__PURE__*/React.createElement("svg", _extends$n({
613
599
  xmlns: "http://www.w3.org/2000/svg",
614
600
  width: 24,
@@ -616,14 +602,14 @@ var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref)
616
602
  viewBox: "0 0 24 24",
617
603
  ref: ref
618
604
  }, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
619
- d: "M1 21 12 2l11 19H1zm11-3a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 17a.967.967 0 0 0-.287-.712A.968.968 0 0 0 12 16a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 17c0 .283.096.52.288.712A.965.965 0 0 0 12 18zm-1-3h2v-5h-2v5z"
605
+ d: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4 4.25 4.25zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
620
606
  })));
621
607
  };
622
- var ForwardRef$n = /*#__PURE__*/forwardRef(SvgNotificationWarningFill);
608
+ var ForwardRef$n = /*#__PURE__*/forwardRef(SvgNotificationCheckFill);
623
609
 
624
610
  var _path$m;
625
611
  function _extends$m() { return _extends$m = 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$m.apply(null, arguments); }
626
- var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
612
+ var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
627
613
  return /*#__PURE__*/React.createElement("svg", _extends$m({
628
614
  xmlns: "http://www.w3.org/2000/svg",
629
615
  width: 24,
@@ -631,14 +617,14 @@ var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
631
617
  viewBox: "0 0 24 24",
632
618
  ref: ref
633
619
  }, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
634
- d: "M12 17a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 16a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 15a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 16c0 .283.096.52.288.712A.965.965 0 0 0 12 17zm-1-4h2V7h-2v6zm1 9a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
620
+ d: "M1 21 12 2l11 19H1zm11-3a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 17a.967.967 0 0 0-.287-.712A.968.968 0 0 0 12 16a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 17c0 .283.096.52.288.712A.965.965 0 0 0 12 18zm-1-3h2v-5h-2v5z"
635
621
  })));
636
622
  };
637
- var ForwardRef$m = /*#__PURE__*/forwardRef(SvgNotificationErrorFill);
623
+ var ForwardRef$m = /*#__PURE__*/forwardRef(SvgNotificationWarningFill);
638
624
 
639
625
  var _path$l;
640
626
  function _extends$l() { return _extends$l = 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$l.apply(null, arguments); }
641
- var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
627
+ var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
642
628
  return /*#__PURE__*/React.createElement("svg", _extends$l({
643
629
  xmlns: "http://www.w3.org/2000/svg",
644
630
  width: 24,
@@ -646,16 +632,14 @@ var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
646
632
  viewBox: "0 0 24 24",
647
633
  ref: ref
648
634
  }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
649
- fillRule: "evenodd",
650
- d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4L12 13.2 10.2 20H8.8l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13 9V3.5L18.5 9H13z",
651
- clipRule: "evenodd"
635
+ d: "M12 17a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 16a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 15a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 16c0 .283.096.52.288.712A.965.965 0 0 0 12 17zm-1-4h2V7h-2v6zm1 9a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
652
636
  })));
653
637
  };
654
- var ForwardRef$l = /*#__PURE__*/forwardRef(SvgFileFileWordFill);
638
+ var ForwardRef$l = /*#__PURE__*/forwardRef(SvgNotificationErrorFill);
655
639
 
656
640
  var _path$k;
657
641
  function _extends$k() { return _extends$k = 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$k.apply(null, arguments); }
658
- var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
642
+ var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
659
643
  return /*#__PURE__*/React.createElement("svg", _extends$k({
660
644
  xmlns: "http://www.w3.org/2000/svg",
661
645
  width: 24,
@@ -663,16 +647,14 @@ var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
663
647
  viewBox: "0 0 24 24",
664
648
  ref: ref
665
649
  }, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
666
- fillRule: "evenodd",
667
- d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.8 18H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 11H10l2 3.4 2-3.4h1.8l-2.9 4.5 2.9 4.5zM13 9V3.5L18.5 9H13z",
668
- clipRule: "evenodd"
650
+ d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
669
651
  })));
670
652
  };
671
- var ForwardRef$k = /*#__PURE__*/forwardRef(SvgFileFileExcelFill);
653
+ var ForwardRef$k = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
672
654
 
673
- var _path$j;
655
+ var _path$j, _path2$2;
674
656
  function _extends$j() { return _extends$j = 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$j.apply(null, arguments); }
675
- var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
657
+ var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
676
658
  return /*#__PURE__*/React.createElement("svg", _extends$j({
677
659
  xmlns: "http://www.w3.org/2000/svg",
678
660
  width: 24,
@@ -680,16 +662,16 @@ var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
680
662
  viewBox: "0 0 24 24",
681
663
  ref: ref
682
664
  }, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
683
- fillRule: "evenodd",
684
- d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4.1 9.4c-.02.04-.29 1.76-2.1 4.69 0 0-3.5 1.82-2.67 3.18.67 1.08 2.32-.04 3.74-2.68 0 0 1.82-.64 4.24-.82 0 0 3.86 1.73 4.39-.11.52-1.86-3.06-1.44-3.7-1.25 0 0-2-1.35-2.5-3.21 0 0 1.14-3.95-.61-3.9-1.75.05-1.09 3.13-.79 4.1zm.81 1.04c.03.01.47 1.21 1.89 2.46 0 0-2.33.46-3.39.9 0 0 1-1.73 1.5-3.36zm3.93 2.72c.58-.16 2.33.15 2.26.48-.06.33-2.26-.48-2.26-.48zM7.77 17c-.53 1.24-1.44 2-1.67 2-.23 0 .7-1.6 1.67-2zm3.14-6.93c0-.07-.36-2.2 0-2.15.54.08 0 2.08 0 2.15z",
685
- clipRule: "evenodd"
665
+ d: "M12 4.93A5 5 0 0 1 19.07 12l-1.06 1.06c.12-.85.022-1.725-.295-2.534a3 3 0 0 0-4.302-4.182l-2.828 2.828a3 3 0 0 0-.07 4.17l.07.073-1.415 1.414a5 5 0 0 1 0-7.071L12 4.929z"
666
+ })), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
667
+ d: "m4.93 12 .989-.99a5.018 5.018 0 0 0 .297 2.54 3 3 0 0 0 4.37 4.107l2.829-2.828a3 3 0 0 0-.828-4.83l1.464-1.463a5 5 0 0 1 .778 7.707L12 19.071a5 5 0 0 1-7.07-7.07z"
686
668
  })));
687
669
  };
688
- var ForwardRef$j = /*#__PURE__*/forwardRef(SvgFileFilePdfFill);
670
+ var ForwardRef$j = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
689
671
 
690
672
  var _path$i;
691
673
  function _extends$i() { return _extends$i = 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$i.apply(null, arguments); }
692
- var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
674
+ var SvgContentEditFill = function SvgContentEditFill(props, ref) {
693
675
  return /*#__PURE__*/React.createElement("svg", _extends$i({
694
676
  xmlns: "http://www.w3.org/2000/svg",
695
677
  width: 24,
@@ -697,16 +679,14 @@ var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
697
679
  viewBox: "0 0 24 24",
698
680
  ref: ref
699
681
  }, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
700
- fillRule: "evenodd",
701
- d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm0 18h12v-8l-4 4-2-2-6 6zM8 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4z",
702
- clipRule: "evenodd"
682
+ d: "m19.3 8.925-4.25-4.2 1.4-1.4a1.92 1.92 0 0 1 1.413-.575 1.92 1.92 0 0 1 1.412.575l1.4 1.4c.383.383.583.846.6 1.388a1.806 1.806 0 0 1-.55 1.387L19.3 8.925zM17.85 10.4 7.25 21H3v-4.25l10.6-10.6 4.25 4.25z"
703
683
  })));
704
684
  };
705
- var ForwardRef$i = /*#__PURE__*/forwardRef(SvgFileFileImageFill);
685
+ var ForwardRef$i = /*#__PURE__*/forwardRef(SvgContentEditFill);
706
686
 
707
- var _path$h, _path2$2;
687
+ var _path$h;
708
688
  function _extends$h() { return _extends$h = 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$h.apply(null, arguments); }
709
- var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
689
+ var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
710
690
  return /*#__PURE__*/React.createElement("svg", _extends$h({
711
691
  xmlns: "http://www.w3.org/2000/svg",
712
692
  width: 24,
@@ -714,18 +694,16 @@ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
714
694
  viewBox: "0 0 24 24",
715
695
  ref: ref
716
696
  }, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
717
- d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
718
- })), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
719
697
  fillRule: "evenodd",
720
- d: "M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm9-.5V9h5.5L13 3.5zM8.5 9.138v9.724L17.008 14 8.5 9.138z",
698
+ d: "M19 19H9V9h10M9 7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H9zm5-4H5a2 2 0 0 0-2 2v9h2V5h9V3z",
721
699
  clipRule: "evenodd"
722
700
  })));
723
701
  };
724
- var ForwardRef$h = /*#__PURE__*/forwardRef(SvgFileFileVideoFill);
702
+ var ForwardRef$h = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
725
703
 
726
704
  var _path$g;
727
705
  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); }
728
- var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
706
+ var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
729
707
  return /*#__PURE__*/React.createElement("svg", _extends$g({
730
708
  xmlns: "http://www.w3.org/2000/svg",
731
709
  width: 24,
@@ -733,16 +711,14 @@ var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
733
711
  viewBox: "0 0 24 24",
734
712
  ref: ref
735
713
  }, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
736
- fillRule: "evenodd",
737
- d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-4 17H7v-2h3v2zm0-3H7v-2h3v2zm0-3H7v-2h3v2zm4 6h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm-1-4V3.5L18.5 9H13z",
738
- clipRule: "evenodd"
714
+ d: "M22.5 15a8.71 8.71 0 0 0-.712-3.513 9.158 9.158 0 0 0-1.926-2.85 9.152 9.152 0 0 0-2.85-1.925A8.709 8.709 0 0 0 13.5 6a8.71 8.71 0 0 0-3.513.712 9.167 9.167 0 0 0-2.85 1.925 9.154 9.154 0 0 0-1.924 2.85A8.705 8.705 0 0 0 4.5 15v.15L2.95 13.6 1.5 15l4 4 4-4-1.45-1.4-1.55 1.55V15c0-1.95.679-3.604 2.037-4.962C9.896 8.679 11.55 8 13.5 8c1.95 0 3.604.68 4.962 2.038C19.821 11.396 20.5 13.05 20.5 15h2z"
739
715
  })));
740
716
  };
741
- var ForwardRef$g = /*#__PURE__*/forwardRef(SvgFileFileTableFill);
717
+ var ForwardRef$g = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
742
718
 
743
719
  var _path$f;
744
720
  function _extends$f() { return _extends$f = 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$f.apply(null, arguments); }
745
- var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
721
+ var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
746
722
  return /*#__PURE__*/React.createElement("svg", _extends$f({
747
723
  xmlns: "http://www.w3.org/2000/svg",
748
724
  width: 24,
@@ -750,16 +726,14 @@ var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
750
726
  viewBox: "0 0 24 24",
751
727
  ref: ref
752
728
  }, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
753
- fillRule: "evenodd",
754
- d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm9 16v-2H6v2h9zm3-4v-2H6v2h12z",
755
- clipRule: "evenodd"
729
+ d: "M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6V6z"
756
730
  })));
757
731
  };
758
- var ForwardRef$f = /*#__PURE__*/forwardRef(SvgFileFileTextFill);
732
+ var ForwardRef$f = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
759
733
 
760
734
  var _path$e;
761
735
  function _extends$e() { return _extends$e = 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$e.apply(null, arguments); }
762
- var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
736
+ var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
763
737
  return /*#__PURE__*/React.createElement("svg", _extends$e({
764
738
  xmlns: "http://www.w3.org/2000/svg",
765
739
  width: 24,
@@ -768,15 +742,15 @@ var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
768
742
  ref: ref
769
743
  }, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
770
744
  fillRule: "evenodd",
771
- d: "M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm9-.5V9h5.5L13 3.5zM7 18v-4.732l5 3.333 5-3.333V18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm5-2.6 4.688-3.126A.997.997 0 0 0 16 12H8a.997.997 0 0 0-.688.274L12 15.399z",
745
+ d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4L12 13.2 10.2 20H8.8l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13 9V3.5L18.5 9H13z",
772
746
  clipRule: "evenodd"
773
747
  })));
774
748
  };
775
- var ForwardRef$e = /*#__PURE__*/forwardRef(SvgFileFileEmlFill);
749
+ var ForwardRef$e = /*#__PURE__*/forwardRef(SvgFileFileWordFill);
776
750
 
777
751
  var _path$d;
778
752
  function _extends$d() { return _extends$d = 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$d.apply(null, arguments); }
779
- var SvgFileFileFill = function SvgFileFileFill(props, ref) {
753
+ var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
780
754
  return /*#__PURE__*/React.createElement("svg", _extends$d({
781
755
  xmlns: "http://www.w3.org/2000/svg",
782
756
  width: 24,
@@ -784,57 +758,178 @@ var SvgFileFileFill = function SvgFileFileFill(props, ref) {
784
758
  viewBox: "0 0 24 24",
785
759
  ref: ref
786
760
  }, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
787
- d: "M6 22c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 4 20V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 6 2h8l6 6v12a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 18 22H6zm7-13h5l-5-5v5z"
761
+ fillRule: "evenodd",
762
+ d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.8 18H14l-2-3.4-2 3.4H8.2l2.9-4.5L8.2 11H10l2 3.4 2-3.4h1.8l-2.9 4.5 2.9 4.5zM13 9V3.5L18.5 9H13z",
763
+ clipRule: "evenodd"
788
764
  })));
789
765
  };
790
- var ForwardRef$d = /*#__PURE__*/forwardRef(SvgFileFileFill);
766
+ var ForwardRef$d = /*#__PURE__*/forwardRef(SvgFileFileExcelFill);
791
767
 
792
768
  var _path$c;
793
769
  function _extends$c() { return _extends$c = 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$c.apply(null, arguments); }
794
- var SvgStarFilled = function SvgStarFilled(props, ref) {
770
+ var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
795
771
  return /*#__PURE__*/React.createElement("svg", _extends$c({
772
+ xmlns: "http://www.w3.org/2000/svg",
796
773
  width: 24,
797
774
  height: 24,
798
775
  viewBox: "0 0 24 24",
799
- xmlns: "http://www.w3.org/2000/svg",
800
776
  ref: ref
801
777
  }, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
802
778
  fillRule: "evenodd",
803
- d: "M8.917 8.268 12.01 2l3.093 6.268 6.917 1.005-5.005 4.878 1.182 6.889-6.187-3.252-6.186 3.252 1.181-6.889L2 9.273z"
779
+ d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm4.1 9.4c-.02.04-.29 1.76-2.1 4.69 0 0-3.5 1.82-2.67 3.18.67 1.08 2.32-.04 3.74-2.68 0 0 1.82-.64 4.24-.82 0 0 3.86 1.73 4.39-.11.52-1.86-3.06-1.44-3.7-1.25 0 0-2-1.35-2.5-3.21 0 0 1.14-3.95-.61-3.9-1.75.05-1.09 3.13-.79 4.1zm.81 1.04c.03.01.47 1.21 1.89 2.46 0 0-2.33.46-3.39.9 0 0 1-1.73 1.5-3.36zm3.93 2.72c.58-.16 2.33.15 2.26.48-.06.33-2.26-.48-2.26-.48zM7.77 17c-.53 1.24-1.44 2-1.67 2-.23 0 .7-1.6 1.67-2zm3.14-6.93c0-.07-.36-2.2 0-2.15.54.08 0 2.08 0 2.15z",
780
+ clipRule: "evenodd"
804
781
  })));
805
782
  };
806
- var ForwardRef$c = /*#__PURE__*/forwardRef(SvgStarFilled);
783
+ var ForwardRef$c = /*#__PURE__*/forwardRef(SvgFileFilePdfFill);
807
784
 
808
- var _path$b, _path2$1;
785
+ var _path$b;
809
786
  function _extends$b() { return _extends$b = 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$b.apply(null, arguments); }
810
- var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
787
+ var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
811
788
  return /*#__PURE__*/React.createElement("svg", _extends$b({
812
- width: 66,
813
- height: 67,
814
- viewBox: "0 0 66 67",
815
- fill: "none",
816
789
  xmlns: "http://www.w3.org/2000/svg",
790
+ width: 24,
791
+ height: 24,
792
+ viewBox: "0 0 24 24",
817
793
  ref: ref
818
794
  }, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
819
- d: "M0 33.5C0 15.275 14.775.5 33 .5s33 14.775 33 33-14.775 33-33 33-33-14.775-33-33Z",
820
- fill: "#EBEDF5"
821
- })), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
822
795
  fillRule: "evenodd",
823
- clipRule: "evenodd",
824
- d: "m42.31 40.335 7.165 7.165L47 49.975l-7.165-7.165a13.94 13.94 0 0 1-8.585 2.94c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14a13.94 13.94 0 0 1-2.94 8.585ZM31.25 42.25c5.799 0 10.5-4.701 10.5-10.5s-4.701-10.5-10.5-10.5-10.5 4.701-10.5 10.5 4.701 10.5 10.5 10.5Z",
825
- fill: "#6C6F80"
796
+ d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm0 18h12v-8l-4 4-2-2-6 6zM8 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4z",
797
+ clipRule: "evenodd"
826
798
  })));
827
799
  };
828
- var ForwardRef$b = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
829
-
830
- var css$1x = {"root":"o65iiy","uui-spinner":"cKmTUv","uuiSpinner":"cKmTUv"};
831
-
832
- function applySpinnerMods() {
833
- return [css$1x.root, 'uui-spinner'];
834
- }
835
- const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
836
-
837
- var css$1w = {"root":"TR3v0t","loading-word":"RuHgJ8","loadingWord":"RuHgJ8","animated-loading":"d-o3c6","animatedLoading":"d-o3c6","skeleton_loading":"w4-eSW","skeletonLoading":"w4-eSW"};
800
+ var ForwardRef$b = /*#__PURE__*/forwardRef(SvgFileFileImageFill);
801
+
802
+ var _path$a, _path2$1;
803
+ function _extends$a() { return _extends$a = 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$a.apply(null, arguments); }
804
+ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
805
+ return /*#__PURE__*/React.createElement("svg", _extends$a({
806
+ xmlns: "http://www.w3.org/2000/svg",
807
+ width: 24,
808
+ height: 24,
809
+ viewBox: "0 0 24 24",
810
+ ref: ref
811
+ }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
812
+ d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
813
+ })), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
814
+ fillRule: "evenodd",
815
+ d: "M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm9-.5V9h5.5L13 3.5zM8.5 9.138v9.724L17.008 14 8.5 9.138z",
816
+ clipRule: "evenodd"
817
+ })));
818
+ };
819
+ var ForwardRef$a = /*#__PURE__*/forwardRef(SvgFileFileVideoFill);
820
+
821
+ var _path$9;
822
+ function _extends$9() { return _extends$9 = 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$9.apply(null, arguments); }
823
+ var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
824
+ return /*#__PURE__*/React.createElement("svg", _extends$9({
825
+ xmlns: "http://www.w3.org/2000/svg",
826
+ width: 24,
827
+ height: 24,
828
+ viewBox: "0 0 24 24",
829
+ ref: ref
830
+ }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
831
+ fillRule: "evenodd",
832
+ d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-4 17H7v-2h3v2zm0-3H7v-2h3v2zm0-3H7v-2h3v2zm4 6h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm-1-4V3.5L18.5 9H13z",
833
+ clipRule: "evenodd"
834
+ })));
835
+ };
836
+ var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgFileFileTableFill);
837
+
838
+ var _path$8;
839
+ function _extends$8() { return _extends$8 = 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$8.apply(null, arguments); }
840
+ var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
841
+ return /*#__PURE__*/React.createElement("svg", _extends$8({
842
+ xmlns: "http://www.w3.org/2000/svg",
843
+ width: 24,
844
+ height: 24,
845
+ viewBox: "0 0 24 24",
846
+ ref: ref
847
+ }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
848
+ fillRule: "evenodd",
849
+ d: "M13 9h5.5L13 3.5V9zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm9 16v-2H6v2h9zm3-4v-2H6v2h12z",
850
+ clipRule: "evenodd"
851
+ })));
852
+ };
853
+ var ForwardRef$8 = /*#__PURE__*/forwardRef(SvgFileFileTextFill);
854
+
855
+ var _path$7;
856
+ function _extends$7() { return _extends$7 = 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$7.apply(null, arguments); }
857
+ var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
858
+ return /*#__PURE__*/React.createElement("svg", _extends$7({
859
+ xmlns: "http://www.w3.org/2000/svg",
860
+ width: 24,
861
+ height: 24,
862
+ viewBox: "0 0 24 24",
863
+ ref: ref
864
+ }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
865
+ fillRule: "evenodd",
866
+ d: "M4 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4zm9-.5V9h5.5L13 3.5zM7 18v-4.732l5 3.333 5-3.333V18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1zm5-2.6 4.688-3.126A.997.997 0 0 0 16 12H8a.997.997 0 0 0-.688.274L12 15.399z",
867
+ clipRule: "evenodd"
868
+ })));
869
+ };
870
+ var ForwardRef$7 = /*#__PURE__*/forwardRef(SvgFileFileEmlFill);
871
+
872
+ var _path$6;
873
+ function _extends$6() { return _extends$6 = 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$6.apply(null, arguments); }
874
+ var SvgFileFileFill = function SvgFileFileFill(props, ref) {
875
+ return /*#__PURE__*/React.createElement("svg", _extends$6({
876
+ xmlns: "http://www.w3.org/2000/svg",
877
+ width: 24,
878
+ height: 24,
879
+ viewBox: "0 0 24 24",
880
+ ref: ref
881
+ }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
882
+ d: "M6 22c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 4 20V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 6 2h8l6 6v12a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 18 22H6zm7-13h5l-5-5v5z"
883
+ })));
884
+ };
885
+ var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgFileFileFill);
886
+
887
+ var _path$5;
888
+ function _extends$5() { return _extends$5 = 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$5.apply(null, arguments); }
889
+ var SvgStarFilled = function SvgStarFilled(props, ref) {
890
+ return /*#__PURE__*/React.createElement("svg", _extends$5({
891
+ width: 24,
892
+ height: 24,
893
+ viewBox: "0 0 24 24",
894
+ xmlns: "http://www.w3.org/2000/svg",
895
+ ref: ref
896
+ }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
897
+ fillRule: "evenodd",
898
+ d: "M8.917 8.268 12.01 2l3.093 6.268 6.917 1.005-5.005 4.878 1.182 6.889-6.187-3.252-6.186 3.252 1.181-6.889L2 9.273z"
899
+ })));
900
+ };
901
+ var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgStarFilled);
902
+
903
+ var _path$4, _path2;
904
+ function _extends$4() { return _extends$4 = 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$4.apply(null, arguments); }
905
+ var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
906
+ return /*#__PURE__*/React.createElement("svg", _extends$4({
907
+ width: 66,
908
+ height: 67,
909
+ viewBox: "0 0 66 67",
910
+ fill: "none",
911
+ xmlns: "http://www.w3.org/2000/svg",
912
+ ref: ref
913
+ }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
914
+ d: "M0 33.5C0 15.275 14.775.5 33 .5s33 14.775 33 33-14.775 33-33 33-33-14.775-33-33Z",
915
+ fill: "#EBEDF5"
916
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
917
+ fillRule: "evenodd",
918
+ clipRule: "evenodd",
919
+ d: "m42.31 40.335 7.165 7.165L47 49.975l-7.165-7.165a13.94 13.94 0 0 1-8.585 2.94c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14a13.94 13.94 0 0 1-2.94 8.585ZM31.25 42.25c5.799 0 10.5-4.701 10.5-10.5s-4.701-10.5-10.5-10.5-10.5 4.701-10.5 10.5 4.701 10.5 10.5 10.5Z",
920
+ fill: "#6C6F80"
921
+ })));
922
+ };
923
+ var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
924
+
925
+ var css$1w = {"root":"KrlGIY","uui-spinner":"_1yVbMT","uuiSpinner":"_1yVbMT"};
926
+
927
+ function applySpinnerMods() {
928
+ return [css$1w.root, 'uui-spinner'];
929
+ }
930
+ const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
931
+
932
+ var css$1v = {"root":"bGD-GQ","loading-word":"N6nWnh","loadingWord":"N6nWnh","animated-loading":"Xhd6bU","animatedLoading":"Xhd6bU","skeleton_loading":"_5qKpS8","skeletonLoading":"_5qKpS8"};
838
933
 
839
934
  const TextPlaceholder = (props) => {
840
935
  const pattern = '&nbsp;';
@@ -846,23 +941,50 @@ const TextPlaceholder = (props) => {
846
941
  }
847
942
  return words;
848
943
  }, [props.wordsCount]);
849
- return (React.createElement("div", { "aria-busy": true, className: cx(css$1w.root, 'uui-text-placeholder'), ...props.rawProps }, text.map((it, index) => (React.createElement("span", { key: index, className: cx([
850
- props.cx, css$1w.loadingWord, !props.isNotAnimated && css$1w.animatedLoading,
944
+ return (React.createElement("div", { "aria-busy": true, className: cx(css$1v.root, 'uui-text-placeholder'), ...props.rawProps }, text.map((it, index) => (React.createElement("span", { key: index, className: cx([
945
+ props.cx, css$1v.loadingWord, !props.isNotAnimated && css$1v.animatedLoading,
851
946
  ]), dangerouslySetInnerHTML: { __html: it } })))));
852
947
  };
853
948
 
949
+ var css$1u = {"root":"gFX4Wt","line-height":"qfPSAi","lineHeight":"qfPSAi","font-size":"v7CQxB","fontSize":"v7CQxB"};
950
+
951
+ function applyTextMods(mods) {
952
+ return [
953
+ css$1u.root,
954
+ 'uui-text',
955
+ `uui-size-${mods.size || settings.text.sizes.default}`,
956
+ (mods.size !== 'none' || mods.lineHeight) && css$1u.lineHeight,
957
+ (mods.size !== 'none' || mods.fontSize) && css$1u.fontSize,
958
+ `uui-color-${mods.color || 'primary'}`,
959
+ `uui-font-weight-${mods.fontWeight || '400'}`,
960
+ `uui-font-style-${mods.fontStyle || 'normal'}`,
961
+ 'uui-typography-inline',
962
+ ];
963
+ }
964
+ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props) => {
965
+ const style = props?.rawProps?.style || {};
966
+ props.fontSize && (style['--uui-text-font-size'] = `${props.fontSize}px`);
967
+ props.lineHeight && (style['--uui-text-line-height'] = `${props.lineHeight}px`);
968
+ return {
969
+ rawProps: {
970
+ ...props?.rawProps,
971
+ style: style,
972
+ },
973
+ };
974
+ });
975
+
854
976
  const accordionSettings = {
855
977
  icons: {
856
- dropdownIcon: ForwardRef$Q,
978
+ dropdownIcon: ForwardRef$P,
857
979
  },
858
980
  };
859
981
  const alertSettings = {
860
982
  icons: {
861
- closeIcon: ForwardRef$R,
862
- infoIcon: ForwardRef$K,
863
- successIcon: ForwardRef$o,
864
- warningIcon: ForwardRef$n,
865
- errorIcon: ForwardRef$m,
983
+ closeIcon: ForwardRef$Q,
984
+ infoIcon: ForwardRef$J,
985
+ successIcon: ForwardRef$n,
986
+ warningIcon: ForwardRef$m,
987
+ errorIcon: ForwardRef$l,
866
988
  },
867
989
  sizes: {
868
990
  default: '48',
@@ -874,7 +996,7 @@ const alertSettings = {
874
996
  };
875
997
  const badgeSettings = {
876
998
  icons: {
877
- dropdownIcon: ForwardRef$Q,
999
+ dropdownIcon: ForwardRef$P,
878
1000
  },
879
1001
  sizes: {
880
1002
  default: '36',
@@ -890,8 +1012,8 @@ const badgeSettings = {
890
1012
  };
891
1013
  const buttonSettings = {
892
1014
  icons: {
893
- clearIcon: ForwardRef$R,
894
- dropdownIcon: ForwardRef$Q,
1015
+ clearIcon: ForwardRef$Q,
1016
+ dropdownIcon: ForwardRef$P,
895
1017
  },
896
1018
  sizes: {
897
1019
  default: '36',
@@ -899,8 +1021,8 @@ const buttonSettings = {
899
1021
  };
900
1022
  const checkboxSettings = {
901
1023
  icons: {
902
- checkIcon: ForwardRef$P,
903
- indeterminateIcon: ForwardRef$O,
1024
+ checkIcon: ForwardRef$O,
1025
+ indeterminateIcon: ForwardRef$N,
904
1026
  },
905
1027
  sizes: {
906
1028
  default: '18',
@@ -912,32 +1034,33 @@ const countIndicatorSettings = {
912
1034
  },
913
1035
  };
914
1036
  const dataTableSettings = {
915
- renderPlaceholder: () => React__default.createElement(TextPlaceholder, { isNotAnimated: true }),
1037
+ renderPlaceholder: (props) => React__default.createElement(Text, { size: props.rowSize },
1038
+ React__default.createElement(TextPlaceholder, null)),
916
1039
  icons: {
917
- emptyTable: ForwardRef$J,
1040
+ emptyTable: ForwardRef$I,
918
1041
  header: {
919
- configIcon: ForwardRef$v,
920
- ascSortIcon: ForwardRef$I,
921
- descSortIcon: ForwardRef$H,
922
- defaultSortIcon: ForwardRef$A,
923
- filterIcon: ForwardRef$z,
924
- dropdownIcon: ForwardRef$Q,
925
- openedDropdownIcon: ForwardRef$y,
926
- foldIcon: ForwardRef$x,
927
- unfoldIcon: ForwardRef$w,
1042
+ configIcon: ForwardRef$u,
1043
+ ascSortIcon: ForwardRef$H,
1044
+ descSortIcon: ForwardRef$G,
1045
+ defaultSortIcon: ForwardRef$z,
1046
+ filterIcon: ForwardRef$y,
1047
+ dropdownIcon: ForwardRef$P,
1048
+ openedDropdownIcon: ForwardRef$x,
1049
+ foldIcon: ForwardRef$w,
1050
+ unfoldIcon: ForwardRef$v,
928
1051
  },
929
1052
  body: {
930
- foldingIcon: ForwardRef$Q,
1053
+ foldingIcon: ForwardRef$P,
931
1054
  },
932
1055
  columnsConfigurationModal: {
933
- dragIndicator: ForwardRef$G,
934
- lockIcon: ForwardRef$D,
935
- pinLeftIcon: ForwardRef$C,
936
- pinRightIcon: ForwardRef$B,
937
- collapsedIcon: ForwardRef$t,
938
- expandedIcon: ForwardRef$Q,
939
- menuIcon: ForwardRef$F,
940
- resetIcon: ForwardRef$E,
1056
+ dragIndicator: ForwardRef$F,
1057
+ lockIcon: ForwardRef$C,
1058
+ pinLeftIcon: ForwardRef$B,
1059
+ pinRightIcon: ForwardRef$A,
1060
+ collapsedIcon: ForwardRef$s,
1061
+ expandedIcon: ForwardRef$P,
1062
+ menuIcon: ForwardRef$E,
1063
+ resetIcon: ForwardRef$D,
941
1064
  },
942
1065
  },
943
1066
  sizes: {
@@ -994,18 +1117,18 @@ const dataTableSettings = {
994
1117
  };
995
1118
  const dropdownMenuSettings = {
996
1119
  icons: {
997
- acceptIcon: ForwardRef$P,
998
- dropdownIcon: ForwardRef$Q,
1120
+ acceptIcon: ForwardRef$O,
1121
+ dropdownIcon: ForwardRef$P,
999
1122
  },
1000
1123
  };
1001
1124
  const datePickerSettings = {
1002
1125
  icons: {
1003
1126
  body: {
1004
- prevIcon: ForwardRef$u,
1005
- nextIcon: ForwardRef$t,
1127
+ prevIcon: ForwardRef$t,
1128
+ nextIcon: ForwardRef$s,
1006
1129
  },
1007
1130
  input: {
1008
- calendarIcon: ForwardRef$M,
1131
+ calendarIcon: ForwardRef$L,
1009
1132
  },
1010
1133
  },
1011
1134
  sizes: {
@@ -1015,17 +1138,17 @@ const datePickerSettings = {
1015
1138
  };
1016
1139
  const fileCardSettings = {
1017
1140
  icons: {
1018
- docIcon: ForwardRef$l,
1019
- exelIcon: ForwardRef$k,
1020
- pdfIcon: ForwardRef$j,
1021
- imgIcon: ForwardRef$i,
1022
- videoIcon: ForwardRef$h,
1023
- tableIcon: ForwardRef$g,
1024
- textIcon: ForwardRef$f,
1025
- mailIcon: ForwardRef$e,
1026
- fileIcon: ForwardRef$d,
1027
- closeIcon: ForwardRef$R,
1028
- errorIcon: ForwardRef$m,
1141
+ docIcon: ForwardRef$e,
1142
+ exelIcon: ForwardRef$d,
1143
+ pdfIcon: ForwardRef$c,
1144
+ imgIcon: ForwardRef$b,
1145
+ videoIcon: ForwardRef$a,
1146
+ tableIcon: ForwardRef$9,
1147
+ textIcon: ForwardRef$8,
1148
+ mailIcon: ForwardRef$7,
1149
+ fileIcon: ForwardRef$6,
1150
+ closeIcon: ForwardRef$Q,
1151
+ errorIcon: ForwardRef$l,
1029
1152
  },
1030
1153
  };
1031
1154
  const flexRowSettings = {
@@ -1034,23 +1157,31 @@ const flexRowSettings = {
1034
1157
  },
1035
1158
  };
1036
1159
  const filtersPanelSettings = {
1160
+ renderPlaceholder: () => React__default.createElement(TextPlaceholder, null),
1037
1161
  icons: {
1038
- addFilterIcon: ForwardRef$s,
1039
- itemDropdownIcon: ForwardRef$Q,
1162
+ addFilterIcon: ForwardRef$r,
1163
+ itemDropdownIcon: ForwardRef$P,
1164
+ pickerBodyRemoveIcon: ForwardRef$k,
1040
1165
  },
1041
1166
  sizes: {
1042
1167
  default: '36',
1168
+ footerLinkButton: '36',
1169
+ mobileFooterLinkButton: '48',
1170
+ pickerBodyMultiSwitch: '24',
1171
+ pickerBodyLinkButton: '24',
1172
+ pickerBodyMinWidth: 360,
1173
+ rangeDatePickerInput: '30',
1043
1174
  },
1044
1175
  };
1045
1176
  const iconButtonSettings = {
1046
1177
  icons: {
1047
- dropdownIcon: ForwardRef$Q,
1178
+ dropdownIcon: ForwardRef$P,
1048
1179
  },
1049
1180
  };
1050
1181
  const labeledInputSettings = {
1051
1182
  icons: {
1052
- infoIcon: ForwardRef$L,
1053
- fillInfoIcon: ForwardRef$K,
1183
+ infoIcon: ForwardRef$K,
1184
+ fillInfoIcon: ForwardRef$J,
1054
1185
  },
1055
1186
  sizes: {
1056
1187
  default: '36',
@@ -1058,7 +1189,7 @@ const labeledInputSettings = {
1058
1189
  };
1059
1190
  const linkButtonSettings = {
1060
1191
  icons: {
1061
- dropdownIcon: ForwardRef$Q,
1192
+ dropdownIcon: ForwardRef$P,
1062
1193
  },
1063
1194
  sizes: {
1064
1195
  default: '36',
@@ -1067,24 +1198,25 @@ const linkButtonSettings = {
1067
1198
  };
1068
1199
  const modalSettings = {
1069
1200
  icons: {
1070
- closeIcon: ForwardRef$R,
1201
+ closeIcon: ForwardRef$Q,
1071
1202
  },
1072
1203
  };
1073
1204
  const notificationCardSettings = {
1074
1205
  icons: {
1075
- closeIcon: ForwardRef$R,
1076
- hintIcon: ForwardRef$p,
1077
- successIcon: ForwardRef$o,
1078
- warningIcon: ForwardRef$n,
1079
- errorIcon: ForwardRef$m,
1206
+ closeIcon: ForwardRef$Q,
1207
+ hintIcon: ForwardRef$o,
1208
+ successIcon: ForwardRef$n,
1209
+ warningIcon: ForwardRef$m,
1210
+ errorIcon: ForwardRef$l,
1080
1211
  },
1081
1212
  sizes: {
1082
1213
  action: '30',
1214
+ icon: 24,
1083
1215
  },
1084
1216
  };
1085
1217
  const numericInputSettings = {
1086
1218
  icons: {
1087
- arrowIcon: ForwardRef$Q,
1219
+ arrowIcon: ForwardRef$P,
1088
1220
  },
1089
1221
  sizes: {
1090
1222
  default: '36',
@@ -1092,24 +1224,25 @@ const numericInputSettings = {
1092
1224
  };
1093
1225
  const paginatorSettings = {
1094
1226
  icons: {
1095
- leftArrowIcon: ForwardRef$u,
1096
- rightArrowIcon: ForwardRef$t,
1227
+ leftArrowIcon: ForwardRef$t,
1228
+ rightArrowIcon: ForwardRef$s,
1097
1229
  },
1098
1230
  sizes: {
1099
- default: '36',
1231
+ default: '30',
1100
1232
  },
1101
1233
  };
1102
1234
  const pickerInputSettings = {
1103
- renderPlaceholder: () => React__default.createElement(TextPlaceholder, null),
1235
+ renderPlaceholder: (props) => React__default.createElement(Text, { size: props.rowSize },
1236
+ React__default.createElement(TextPlaceholder, null)),
1104
1237
  icons: {
1105
1238
  toggler: {
1106
- clearIcon: ForwardRef$R,
1107
- dropdownIcon: ForwardRef$Q,
1239
+ clearIcon: ForwardRef$Q,
1240
+ dropdownIcon: ForwardRef$P,
1108
1241
  },
1109
1242
  body: {
1110
- selectIcon: (size) => size < '30' ? ForwardRef$r : ForwardRef$P,
1111
- pickerBodyMobileHeaderCloseIcon: ForwardRef$R,
1112
- modalNotFoundSearchIcon: ForwardRef$b,
1243
+ selectIcon: (size) => size < '30' ? ForwardRef$q : ForwardRef$O,
1244
+ pickerBodyMobileHeaderCloseIcon: ForwardRef$Q,
1245
+ modalNotFoundSearchIcon: ForwardRef$4,
1113
1246
  },
1114
1247
  },
1115
1248
  sizes: {
@@ -1166,12 +1299,32 @@ const pickerInputSettings = {
1166
1299
  mobileFooterLinkButton: '48',
1167
1300
  mobileRow: '48',
1168
1301
  mobileSearchInput: '48',
1302
+ getSearchSize: ({ pickerSize }) => {
1303
+ return pickerSize;
1304
+ },
1169
1305
  },
1170
1306
  },
1171
1307
  };
1308
+ const presetsPanelSettings = {
1309
+ icons: {
1310
+ addIcon: ForwardRef$r,
1311
+ copyIcon: ForwardRef$h,
1312
+ copyLinkIcon: ForwardRef$j,
1313
+ deleteIcon: ForwardRef$k,
1314
+ discardChangesIcon: ForwardRef$g,
1315
+ menuIcon: ForwardRef$E,
1316
+ renameIcon: ForwardRef$i,
1317
+ saveAsNewIcon: ForwardRef$f,
1318
+ saveInCurrentIcon: ForwardRef$D,
1319
+ },
1320
+ sizes: {
1321
+ tabButton: '60',
1322
+ dropdownTargetIconButton: '18',
1323
+ },
1324
+ };
1172
1325
  const radioInputSettings = {
1173
1326
  icons: {
1174
- dotIcon: ForwardRef$q,
1327
+ dotIcon: ForwardRef$p,
1175
1328
  },
1176
1329
  sizes: {
1177
1330
  default: '18',
@@ -1180,7 +1333,7 @@ const radioInputSettings = {
1180
1333
  const rangeDatePickerSettings = {
1181
1334
  icons: {
1182
1335
  input: {
1183
- calendarIcon: ForwardRef$M,
1336
+ calendarIcon: ForwardRef$L,
1184
1337
  },
1185
1338
  },
1186
1339
  sizes: {
@@ -1190,8 +1343,8 @@ const rangeDatePickerSettings = {
1190
1343
  };
1191
1344
  const ratingSettings = {
1192
1345
  icons: {
1193
- filledRatingIcon: ForwardRef$c,
1194
- emptyRatingIcon: ForwardRef$c,
1346
+ filledRatingIcon: ForwardRef$5,
1347
+ emptyRatingIcon: ForwardRef$5,
1195
1348
  },
1196
1349
  sizes: {
1197
1350
  default: 18,
@@ -1214,8 +1367,8 @@ const switchSettings = {
1214
1367
  };
1215
1368
  const tabButtonSettings = {
1216
1369
  icons: {
1217
- clearIcon: ForwardRef$R,
1218
- dropdownIcon: ForwardRef$Q,
1370
+ clearIcon: ForwardRef$Q,
1371
+ dropdownIcon: ForwardRef$P,
1219
1372
  },
1220
1373
  sizes: {
1221
1374
  default: '48',
@@ -1228,8 +1381,8 @@ const tabButtonSettings = {
1228
1381
  };
1229
1382
  const tagSettings = {
1230
1383
  icons: {
1231
- clearIcon: ForwardRef$R,
1232
- dropdownIcon: ForwardRef$Q,
1384
+ clearIcon: ForwardRef$Q,
1385
+ dropdownIcon: ForwardRef$P,
1233
1386
  },
1234
1387
  sizes: {
1235
1388
  default: '36',
@@ -1255,10 +1408,10 @@ const textAreaSettings = {
1255
1408
  };
1256
1409
  const textInputSettings = {
1257
1410
  icons: {
1258
- acceptIcon: ForwardRef$P,
1259
- clearIcon: ForwardRef$R,
1260
- dropdownIcon: ForwardRef$Q,
1261
- searchIcon: ForwardRef$N,
1411
+ acceptIcon: ForwardRef$O,
1412
+ clearIcon: ForwardRef$Q,
1413
+ dropdownIcon: ForwardRef$P,
1414
+ searchIcon: ForwardRef$M,
1262
1415
  },
1263
1416
  sizes: {
1264
1417
  default: '36',
@@ -1289,6 +1442,7 @@ const settings = {
1289
1442
  numericInput: numericInputSettings,
1290
1443
  paginator: paginatorSettings,
1291
1444
  pickerInput: pickerInputSettings,
1445
+ presetsPanel: presetsPanelSettings,
1292
1446
  radioInput: radioInputSettings,
1293
1447
  rangeDatePicker: rangeDatePickerSettings,
1294
1448
  rating: ratingSettings,
@@ -1302,11 +1456,11 @@ const settings = {
1302
1456
  textInput: textInputSettings,
1303
1457
  };
1304
1458
 
1305
- var css$1v = {"root":"CojBcc"};
1459
+ var css$1t = {"root":"sNVX-Q"};
1306
1460
 
1307
1461
  function applyButtonMods(mods) {
1308
1462
  return [
1309
- css$1v.root,
1463
+ css$1t.root,
1310
1464
  'uui-button',
1311
1465
  `uui-fill-${mods.fill || 'solid'}`,
1312
1466
  `uui-color-${mods.color || 'primary'}`,
@@ -1320,10 +1474,10 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
1320
1474
  };
1321
1475
  });
1322
1476
 
1323
- var css$1u = {"root":"cO1Xge"};
1477
+ var css$1s = {"root":"snx1hd"};
1324
1478
 
1325
1479
  function applyIconButtonMods(props) {
1326
- return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1u.root];
1480
+ return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1s.root];
1327
1481
  }
1328
1482
  const IconButton = /* @__PURE__ */withMods(uuiComponents.IconButton, applyIconButtonMods, (props) => {
1329
1483
  const isDeprecated = ['info', 'success', 'error', 'warning'].includes(props.color);
@@ -1357,10 +1511,10 @@ function getIconClass(props) {
1357
1511
  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'];
1358
1512
  }
1359
1513
 
1360
- var css$1t = {"root":"vfbRDA"};
1514
+ var css$1r = {"root":"vujsVT"};
1361
1515
 
1362
1516
  const DEFAULT_COLOR = 'primary';
1363
- function LinkButton(props) {
1517
+ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
1364
1518
  if (process.env.NODE_ENV !== "production" && props.color === 'contrast') {
1365
1519
  devLogger.warnAboutDeprecatedPropValue({
1366
1520
  component: 'LinkButton',
@@ -1372,7 +1526,7 @@ function LinkButton(props) {
1372
1526
  }
1373
1527
  const rootStyles = [
1374
1528
  'uui-link_button',
1375
- css$1t.root,
1529
+ css$1r.root,
1376
1530
  `uui-size-${props.size || settings.linkButton.sizes.default}`,
1377
1531
  ...getIconClass(props),
1378
1532
  `uui-color-${props.color || DEFAULT_COLOR}`,
@@ -1380,30 +1534,30 @@ function LinkButton(props) {
1380
1534
  ];
1381
1535
  const captionStyles = cx(uuiElement.caption, props.underline && `uui-underline-${props.underline}`, `uui-link-button-weight-${props.weight || settings.linkButton.weight}`);
1382
1536
  const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : settings.linkButton.icons.dropdownIcon;
1383
- return (React.createElement(Clickable, { ...props, type: "button", cx: rootStyles, ref: props.ref },
1537
+ return (React.createElement(Clickable, { ...props, type: "button", cx: rootStyles, ref: ref },
1384
1538
  props.icon && props.iconPosition !== 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1385
1539
  props.caption && (React.createElement("div", { className: captionStyles }, props.caption)),
1386
1540
  props.icon && props.iconPosition === 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1387
1541
  props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
1388
- }
1542
+ });
1389
1543
 
1390
- var css$1s = {"root":"OAHbkk"};
1544
+ var css$1q = {"root":"_7naoX7"};
1391
1545
 
1392
- function CountIndicator(props) {
1393
- return (React__default.createElement("div", { ref: props.ref, className: cx([
1394
- css$1s.root,
1546
+ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
1547
+ return (React__default.createElement("div", { ref: ref, className: cx([
1548
+ css$1q.root,
1395
1549
  'uui-count_indicator',
1396
1550
  `uui-size-${props.size || settings.countIndicator.sizes.default}`,
1397
1551
  props.color && `uui-color-${props.color}`,
1398
1552
  props.cx,
1399
1553
  ]) }, props.caption));
1400
- }
1554
+ });
1401
1555
 
1402
- var css$1r = {"root":"jULXuE","withNotify":"eUB7yd"};
1556
+ var css$1p = {"root":"bSDKiN","withNotify":"pf2JLA"};
1403
1557
 
1404
- function TabButton(props) {
1558
+ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
1405
1559
  const styles = [
1406
- css$1r.root,
1560
+ css$1p.root,
1407
1561
  'uui-tab-button',
1408
1562
  `uui-size-${props.size || settings.tabButton.sizes.default}`,
1409
1563
  ...getIconClass(props),
@@ -1416,31 +1570,31 @@ function TabButton(props) {
1416
1570
  'aria-haspopup': props.isDropdown,
1417
1571
  'aria-expanded': props.isOpen,
1418
1572
  ...props.rawProps,
1419
- }, cx: styles, ref: props.ref },
1573
+ }, cx: styles, ref: ref },
1420
1574
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1421
1575
  (props.caption || props.withNotify) && (React__default.createElement("div", { className: cx$1(uuiElement.caption) },
1422
1576
  props.caption,
1423
- props.withNotify && React__default.createElement("div", { className: css$1r.withNotify }))),
1577
+ props.withNotify && React__default.createElement("div", { className: css$1p.withNotify }))),
1424
1578
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
1425
1579
  props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: "neutral", size: settings.tabButton.sizes.countIndicatorMap[props.size || settings.tabButton.sizes.default], caption: props.count })),
1426
1580
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen })),
1427
1581
  props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
1428
- }
1582
+ });
1429
1583
 
1430
- var css$1q = {"root":"P8Qd1-"};
1584
+ var css$1o = {"root":"_6ZqbsU"};
1431
1585
 
1432
1586
  function applyVerticalTabButtonMods() {
1433
- return [css$1q.root, 'uui-vertical-tab-button'];
1587
+ return [css$1o.root, 'uui-vertical-tab-button'];
1434
1588
  }
1435
1589
  const VerticalTabButton = /* @__PURE__ */withMods(TabButton, applyVerticalTabButtonMods);
1436
1590
 
1437
- var css$1p = {"root":"UzH8Ry","mode-cell":"pIJx7e","modeCell":"pIJx7e"};
1591
+ var css$1n = {"root":"L96JmR"};
1438
1592
 
1439
1593
  function applyCheckboxMods(mods) {
1440
1594
  return [
1441
- css$1p.root,
1595
+ css$1n.root,
1442
1596
  `uui-size-${mods.size || settings.checkbox.sizes.default}`,
1443
- css$1p['mode-' + (mods.mode || 'form')],
1597
+ 'uui-control-mode-' + (mods.mode || 'form'),
1444
1598
  'uui-color-primary',
1445
1599
  ];
1446
1600
  }
@@ -1452,11 +1606,11 @@ const applyUUICheckboxProps = (props) => {
1452
1606
  };
1453
1607
  const Checkbox = /* @__PURE__ */withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
1454
1608
 
1455
- var css$1o = {"root":"m7HxIA"};
1609
+ var css$1m = {"root":"xZ0xea"};
1456
1610
 
1457
1611
  function applyRadioInputMods(mods) {
1458
1612
  return [
1459
- css$1o.root,
1613
+ css$1m.root,
1460
1614
  `uui-size-${mods.size || settings.radioInput.sizes.default}`,
1461
1615
  'uui-radio-input-container',
1462
1616
  'uui-color-primary',
@@ -1464,11 +1618,11 @@ function applyRadioInputMods(mods) {
1464
1618
  }
1465
1619
  const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
1466
1620
 
1467
- var css$1n = {"root":"_06JWNy"};
1621
+ var css$1l = {"root":"_2nI57L"};
1468
1622
 
1469
1623
  function applySwitchMods(mods) {
1470
1624
  return [
1471
- css$1n.root,
1625
+ css$1l.root,
1472
1626
  `uui-size-${mods.size || settings.switch.sizes.default}`,
1473
1627
  'uui-color-primary',
1474
1628
  ];
@@ -1488,14 +1642,14 @@ var EditMode;
1488
1642
  EditMode["INLINE"] = "inline";
1489
1643
  })(EditMode || (EditMode = {}));
1490
1644
 
1491
- var textInputCss = {"root":"eFmtOS","mode-form":"S1GjWl","modeForm":"S1GjWl","mode-inline":"HdgPib","modeInline":"HdgPib","mode-cell":"YhGkMI","modeCell":"YhGkMI"};
1645
+ var textInputCss = {"root":"_1ExOjk"};
1492
1646
 
1493
1647
  const DEFAULT_MODE$3 = EditMode.FORM;
1494
1648
  function applyTextInputMods(mods) {
1495
1649
  return [
1496
1650
  textInputCss.root,
1497
1651
  `uui-size-${mods.size || settings.textInput.sizes.default}`,
1498
- textInputCss['mode-' + (mods.mode || DEFAULT_MODE$3)],
1652
+ 'uui-control-mode-' + (mods.mode || DEFAULT_MODE$3),
1499
1653
  ];
1500
1654
  }
1501
1655
  const TextInput = /* @__PURE__ */withMods(TextInput$1, applyTextInputMods, () => ({
@@ -1503,42 +1657,41 @@ const TextInput = /* @__PURE__ */withMods(TextInput$1, applyTextInputMods, () =>
1503
1657
  cancelIcon: settings.textInput.icons.clearIcon,
1504
1658
  dropdownIcon: settings.textInput.icons.dropdownIcon,
1505
1659
  }));
1506
- const SearchInput = (props) => {
1660
+ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
1507
1661
  // analytics events are sending in IEditableDebouncer, so we need to avoid sending events in TextInput
1508
1662
  const { ...textInputProps } = props;
1509
1663
  delete textInputProps.getValueChangeAnalyticsEvent;
1510
1664
  return (React__default.createElement(IEditableDebouncer, { ...props, render: (iEditable) => {
1511
1665
  const defaultOnCancel = () => iEditable.onValueChange('');
1512
- return (React__default.createElement(TextInput, { icon: settings.textInput.icons.searchIcon, onCancel: props.onCancel ?? defaultOnCancel, type: "search", inputMode: "search", ref: props.ref, ...textInputProps, ...iEditable }));
1666
+ return (React__default.createElement(TextInput, { icon: settings.textInput.icons.searchIcon, onCancel: props.onCancel ?? defaultOnCancel, type: "search", inputMode: "search", ref: ref, ...textInputProps, ...iEditable }));
1513
1667
  } }));
1514
- };
1668
+ });
1515
1669
 
1516
- var css$1m = {"root":"-hLJE-"};
1670
+ var css$1k = {"root":"LTYAUq"};
1517
1671
 
1518
- const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1m.root, 'uui-control-group']);
1672
+ const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1k.root, 'uui-control-group']);
1519
1673
 
1520
- function MultiSwitchComponent(props) {
1521
- const { ref, ...restProps } = props;
1522
- return (React.createElement(ControlGroup, { ref: props.ref, rawProps: {
1674
+ function MultiSwitchComponent(props, ref) {
1675
+ return (React.createElement(ControlGroup, { ref: ref, rawProps: {
1523
1676
  ...props.rawProps,
1524
1677
  role: 'tablist',
1525
1678
  'aria-invalid': props.isInvalid,
1526
1679
  'aria-required': props.isRequired,
1527
1680
  'aria-disabled': props.isDisabled,
1528
1681
  'aria-readonly': props.isReadonly,
1529
- } }, props.items.map((item, index) => (React.createElement(Button, { ...restProps, ...item, isDisabled: props.isDisabled, key: index + '-' + item.id, onClick: !props.isReadonly && (() => props.onValueChange(item.id)), fill: props.value === item.id ? 'solid' : 'outline', color: props.color, size: props.size, rawProps: { 'aria-current': props.value === item.id, role: 'tab' } })))));
1682
+ } }, props.items.map((item, index) => (React.createElement(Button, { ...props, ...item, isDisabled: props.isDisabled, key: index + '-' + item.id, onClick: !props.isReadonly && (() => props.onValueChange(item.id)), fill: props.value === item.id ? 'solid' : 'outline', color: props.color, size: props.size, rawProps: { 'aria-current': props.value === item.id, role: 'tab' } })))));
1530
1683
  }
1531
- const MultiSwitch = MultiSwitchComponent;
1684
+ const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
1532
1685
 
1533
- var css$1l = {"root":"kGfZOl","mode-form":"_1VhtSw","modeForm":"_1VhtSw","mode-cell":"AuNTQo","modeCell":"AuNTQo"};
1686
+ var css$1j = {"root":"Y9szTH"};
1534
1687
 
1535
1688
  const DEFAULT_MODE$2 = EditMode.FORM;
1536
1689
  function applyNumericInputMods(mods) {
1537
1690
  return [
1538
1691
  textInputCss.root,
1539
- css$1l.root,
1692
+ css$1j.root,
1540
1693
  `uui-size-${mods.size || settings.numericInput.sizes.default}`,
1541
- textInputCss['mode-' + (mods.mode || DEFAULT_MODE$2)],
1694
+ 'uui-control-mode-' + (mods.mode || DEFAULT_MODE$2),
1542
1695
  ];
1543
1696
  }
1544
1697
  const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMods, (props) => {
@@ -1550,15 +1703,15 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
1550
1703
  };
1551
1704
  });
1552
1705
 
1553
- var css$1k = {"root":"B5ms-0","mode-form":"fd0B19","modeForm":"fd0B19","mode-cell":"bHwZtD","modeCell":"bHwZtD","mode-inline":"rrXboO","modeInline":"rrXboO"};
1706
+ var css$1i = {"root":"agv5YV"};
1554
1707
 
1555
1708
  const DEFAULT_MODE$1 = EditMode.FORM;
1556
1709
  function applyTextAreaMods(mods) {
1557
1710
  return [
1558
- css$1k.root,
1711
+ css$1i.root,
1559
1712
  'uui-textarea',
1560
1713
  'uui-size-' + (mods.size || settings.textArea.sizes.default),
1561
- css$1k['mode-' + (mods.mode || DEFAULT_MODE$1)],
1714
+ 'uui-control-mode-' + (mods.mode || DEFAULT_MODE$1),
1562
1715
  ];
1563
1716
  }
1564
1717
  const TextArea = /* @__PURE__ */withMods(TextArea$1, applyTextAreaMods, (props) => {
@@ -1591,244 +1744,228 @@ function TREE_SHAKEABLE_INIT$1() {
1591
1744
  };
1592
1745
  }
1593
1746
 
1594
- var css$1j = {"root":"VQLOnO","main-path":"kA-wtA","mainPath":"kA-wtA","content-wrapper":"FYmnm7","contentWrapper":"FYmnm7","content":"JowmPF","action-wrapper":"UdR52E","actionWrapper":"UdR52E","icon-wrapper":"uVSouk","iconWrapper":"uVSouk","icon":"_1Yavn3","close-icon":"gb8UD9","closeIcon":"gb8UD9"};
1595
-
1596
- function Alert(props) {
1597
- return (React.createElement("div", { role: "alert", ref: props.ref, className: cx('uui-alert', css$1j.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
1598
- React.createElement("div", { className: css$1j.mainPath },
1599
- React.createElement("div", { className: css$1j.contentWrapper },
1600
- props.icon && (React.createElement("div", { className: css$1j.iconWrapper },
1601
- React.createElement(IconContainer, { icon: props.icon, cx: css$1j.icon }))),
1602
- React.createElement("div", { className: css$1j.content },
1603
- props.children,
1604
- props.actions && (React.createElement("div", { className: css$1j.actionWrapper }, props.actions.map((action) => (React.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$1j.actionLink, size: settings.alert.sizes.actionMap[props.size || settings.alert.sizes.default] }))))))),
1605
- props.onClose && React.createElement(IconButton, { icon: settings.alert.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$1j.closeIcon }))));
1606
- }
1607
- function WarningAlert(props) {
1608
- return React.createElement(Alert, { icon: settings.alert.icons.warningIcon, color: "warning", ...props });
1609
- }
1610
- function SuccessAlert(props) {
1611
- return React.createElement(Alert, { icon: settings.alert.icons.successIcon, color: "success", ...props });
1612
- }
1613
- function HintAlert(props) {
1614
- return React.createElement(Alert, { icon: settings.alert.icons.infoIcon, color: "info", ...props });
1615
- }
1616
- function ErrorAlert(props) {
1617
- return React.createElement(Alert, { icon: settings.alert.icons.errorIcon, color: "error", ...props });
1618
- }
1619
-
1620
- const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
1621
-
1622
- var css$1i = {"root":"jwQC8a"};
1747
+ var css$1h = {"root":"Z1r3vI"};
1623
1748
 
1624
1749
  function applyDropdownContainerMods(mods) {
1625
1750
  return [
1626
- css$1i.root,
1751
+ css$1h.root,
1627
1752
  mods.vPadding && `vPadding-${mods.vPadding}`,
1628
1753
  mods.padding && `padding-${mods.padding}`,
1629
1754
  ];
1630
1755
  }
1631
1756
  const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
1632
1757
 
1633
- var css$1h = {"submenu-root-item-rtl":"n1KrVj","submenuRootItemRtl":"n1KrVj","icon-after":"_367hv-","iconAfter":"_367hv-","submenu-root-item":"sjpCSS","submenuRootItem":"sjpCSS","icon-check":"hkMd-2","iconCheck":"hkMd-2","splitter-root":"I4Q7Gk","splitterRoot":"I4Q7Gk","splitter":"c8Q5MW","header-root":"Vaqwwh","headerRoot":"Vaqwwh","item-root":"Q4JdG0","itemRoot":"Q4JdG0","icon":"KUK-qI","link":"D-ZVrx","indent":"B-gmX-","selected-mark":"DtMGTt","selectedMark":"DtMGTt"};
1758
+ var css$1g = {"root":"dcDMzu","timepicker-input":"tOz3ku","timepickerInput":"tOz3ku","ltr-always":"btn2Yu","ltrAlways":"btn2Yu"};
1634
1759
 
1635
- var IDropdownControlKeys;
1636
- (function (IDropdownControlKeys) {
1637
- IDropdownControlKeys["ENTER"] = "Enter";
1638
- IDropdownControlKeys["ESCAPE"] = "Escape";
1639
- IDropdownControlKeys["LEFT_ARROW"] = "ArrowLeft";
1640
- IDropdownControlKeys["RIGHT_ARROW"] = "ArrowRight";
1641
- IDropdownControlKeys["UP_ARROW"] = "ArrowUp";
1642
- IDropdownControlKeys["DOWN_ARROW"] = "ArrowDown";
1643
- })(IDropdownControlKeys || (IDropdownControlKeys = {}));
1644
- function DropdownMenuContainer(props) {
1645
- const menuRef = useRef(null);
1646
- const [currentlyFocused, setFocused] = useState(0);
1647
- const menuItems = menuRef.current ? Array.from(menuRef.current.querySelectorAll(`[role="menuitem"]:not(.${uuiMod.disabled})`)) : [];
1648
- const changeFocus = (nextFocusedIndex) => {
1649
- if (menuItems.length > 0) {
1650
- setFocused(nextFocusedIndex);
1651
- menuItems[nextFocusedIndex].focus();
1652
- }
1653
- };
1654
- const handleArrowKeys = (e) => {
1655
- const lastMenuItemsIndex = menuItems.length - 1;
1656
- if (e.key === IDropdownControlKeys.UP_ARROW) {
1657
- changeFocus(currentlyFocused > 0 ? currentlyFocused - 1 : lastMenuItemsIndex);
1658
- e.preventDefault();
1659
- }
1660
- else if (e.key === IDropdownControlKeys.DOWN_ARROW) {
1661
- changeFocus(currentlyFocused < lastMenuItemsIndex ? currentlyFocused + 1 : 0);
1662
- e.preventDefault();
1663
- }
1664
- else if (e.key === props.closeOnKey && props.onClose) {
1665
- e.stopPropagation();
1666
- props.onClose();
1667
- }
1760
+ const uuiTimePicker = {
1761
+ container: 'uui-timepicker-container',
1762
+ iconUp: 'uui-timepicker-icon-up',
1763
+ iconDown: 'uui-timepicker-icon-down',
1764
+ input: 'uui-timepicker-input',
1765
+ elementContainer: 'uui-timepicker-item',
1766
+ };
1767
+ const MIN_MINUTES = 0;
1768
+ const MAX_MINUTES = 59;
1769
+ const FORMAT_12H = 12;
1770
+ function TimePickerBody(props) {
1771
+ const MIN_HOURS = props.format === FORMAT_12H ? 1 : 0;
1772
+ const MAX_HOURS = props.format || FORMAT_12H;
1773
+ const setValue = (newTime) => {
1774
+ props.onValueChange({ hours: newTime.hour(), minutes: newTime.minute() });
1668
1775
  };
1669
- return (React__default.createElement(DropdownContainer, { ...props, rawProps: { ...props.rawProps, role: 'menu' }, ref: menuRef, width: props.minWidth, lockProps: { onKeyDown: handleArrowKeys }, cx: [props.cx] }));
1670
- }
1671
- const DropdownMenuBody = /* @__PURE__ */withMods(DropdownMenuContainer, () => ['uui-dropdownMenu-body'], (props) => {
1672
- return ({ closeOnKey: IDropdownControlKeys.ESCAPE, ...props });
1673
- });
1674
- function DropdownMenuButton(props) {
1675
- const context = useContext(UuiContext);
1676
- const { icon, iconPosition, onIconClick, caption, isDisabled, isSelected, isActive, link, href, onClick, toggleDropdownOpening, isDropdown, isOpen, target, } = props;
1677
- const handleClick = (event) => {
1678
- if (isDisabled || !onClick)
1679
- return;
1680
- !isEventTargetInsideClickable(event) && onClick(event);
1681
- context.uuiAnalytics.sendEvent(props.clickAnalyticsEvent);
1776
+ const onHoursChange = (newHours) => {
1777
+ setValue(uuiDayjs.dayjs().set(props.value).hour(newHours));
1682
1778
  };
1683
- const handleOpenDropdown = (event) => {
1684
- if (event.key === IDropdownControlKeys.RIGHT_ARROW && isDropdown) {
1685
- toggleDropdownOpening(true);
1686
- }
1687
- else if (event.key === IDropdownControlKeys.ENTER && onClick) {
1688
- onClick(event);
1689
- // Fix bug when click event is triggered after Enter key.
1690
- // Tricky case when modal window is opened from dropdown menu and click on modal header cross is triggered, that leads to modal close.
1691
- // https://github.com/epam/UUI/issues/2754
1692
- event.preventDefault();
1693
- }
1779
+ const onMinutesChange = (newMinutes) => {
1780
+ setValue(uuiDayjs.dayjs().set(props.value).minute(newMinutes));
1694
1781
  };
1695
- const getMenuButtonContent = () => {
1696
- const isIconBefore = Boolean(icon && iconPosition !== 'right');
1697
- const isIconAfter = Boolean(icon && iconPosition === 'right');
1698
- const iconElement = (React__default.createElement(IconButton, { icon: icon, color: isActive ? 'primary' : 'neutral', onClick: onIconClick, isDisabled: isDisabled, cx: cx$1(css$1h.icon, iconPosition === 'right' ? css$1h.iconAfter : css$1h.iconBefore) }));
1699
- return (React__default.createElement(React__default.Fragment, null,
1700
- isIconBefore && iconElement,
1701
- React__default.createElement(Text$1, { cx: props.indent && css$1h.indent }, caption),
1702
- isIconAfter && (React__default.createElement(React__default.Fragment, null,
1703
- React__default.createElement(FlexSpacer, null),
1704
- iconElement))));
1782
+ const onTimeTypeChange = () => {
1783
+ setValue(uuiDayjs.dayjs().set(props.value).add(12, 'h'));
1705
1784
  };
1706
- const isAnchor = Boolean(link || href);
1707
- const itemClassNames = cx$1(props.cx, css$1h.itemRoot, isDisabled && uuiMod.disabled, isActive && uuiMod.active, isOpen && uuiMod.opened, (!isDisabled && onClick) && uuiMarkers.clickable);
1708
- return isAnchor ? (React__default.createElement(Anchor$1, { cx: cx$1(css$1h.link, itemClassNames), link: link, href: href, rawProps: { role: 'menuitem', tabIndex: isDisabled ? -1 : 0 }, onClick: handleClick, isLinkActive: isActive, isDisabled: isDisabled, target: target }, getMenuButtonContent())) : (React__default.createElement("div", { tabIndex: isDisabled ? -1 : 0, role: "menuitem", onKeyDown: isDisabled ? null : handleOpenDropdown, className: itemClassNames, onClick: handleClick, ref: props.ref },
1709
- getMenuButtonContent(),
1710
- isSelected && (React__default.createElement(React__default.Fragment, null,
1711
- React__default.createElement(FlexSpacer, null),
1712
- React__default.createElement(IconContainer, { icon: settings.dropdownMenu.icons.acceptIcon, cx: css$1h.selectedMark })))));
1713
- }
1714
- function DropdownMenuSplitter(props) {
1715
- return (React__default.createElement("div", { className: cx$1(props.cx, css$1h.splitterRoot) },
1716
- React__default.createElement("hr", { className: css$1h.splitter })));
1717
- }
1718
- function DropdownMenuHeader(props) {
1719
- return (React__default.createElement("div", { className: cx$1('uui-dropdown-menu-header', props.cx, css$1h.headerRoot) },
1720
- React__default.createElement("span", { className: css$1h.header }, props.caption)));
1721
- }
1722
- function DropdownSubMenu(props) {
1723
- const subMenuModifiers = [
1724
- {
1725
- name: 'offset',
1726
- options: {
1727
- offset: ({ placement }) => {
1728
- if (placement === 'right-start'
1729
- || placement === 'left-start') {
1730
- return [-6, 0];
1731
- }
1732
- else {
1733
- return [6, 0];
1734
- }
1735
- },
1736
- },
1737
- },
1738
- ];
1739
- const isRtl = getDir() === 'rtl';
1740
- 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$1h.submenuRootItemRtl : css$1h.submenuRootItem), icon: settings.dropdownMenu.icons.dropdownIcon, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening, ...props, ...targetProps })) }));
1785
+ const handleMinutesUpClick = () => {
1786
+ const minutesStep = props.minutesStep || 5;
1787
+ const value = uuiDayjs.dayjs().set(props.value);
1788
+ const minutesToAdd = minutesStep - (value.minute() % minutesStep);
1789
+ onMinutesChange(value.add(minutesToAdd, 'm').minute());
1790
+ };
1791
+ const handleMinutesDownClick = () => {
1792
+ const minutesStep = props.minutesStep || 5;
1793
+ const value = uuiDayjs.dayjs().set(props.value);
1794
+ const minutesToSubtract = value.minute() % minutesStep === 0 ? minutesStep : value.minute() % minutesStep;
1795
+ onMinutesChange(value.subtract(minutesToSubtract, 'm').minute());
1796
+ };
1797
+ return (React.createElement("div", { className: cx$1(css$1g.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef, ...props.rawProps },
1798
+ React.createElement("div", { className: css$1g.ltrAlways },
1799
+ React.createElement("div", { className: uuiTimePicker.elementContainer },
1800
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
1801
+ React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
1802
+ .set(props.value)
1803
+ .format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
1804
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
1805
+ React.createElement("div", { className: uuiTimePicker.elementContainer },
1806
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
1807
+ React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
1808
+ React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick }))),
1809
+ MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
1810
+ React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
1811
+ React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
1812
+ }, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
1813
+ React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
1741
1814
  }
1742
- function DropdownMenuSwitchButton(props) {
1743
- const context = useContext(UuiContext);
1744
- const { icon, caption, isDisabled, isSelected, onValueChange, } = props;
1745
- const onHandleValueChange = (value) => {
1746
- if (isDisabled || !onValueChange)
1747
- return;
1748
- onValueChange(value);
1749
- context.uuiAnalytics.sendEvent(props.clickAnalyticsEvent);
1815
+
1816
+ const getMeridian = (newValue, format) => {
1817
+ if (format === 'hh:mm A') {
1818
+ if (newValue.toLowerCase().includes('p') && newValue.toLowerCase().includes('a')) {
1819
+ return newValue.toLowerCase().indexOf('p') < newValue.toLowerCase().indexOf('a') ? 'PM' : 'AM';
1820
+ }
1821
+ return newValue.toLowerCase().includes('p') ? 'PM' : 'AM';
1822
+ }
1823
+ return false;
1824
+ };
1825
+ const parseTimeNumbers = (value, separator) => {
1826
+ let hours, minutes;
1827
+ const timeNumbers = value.replace(/\D/gi, '');
1828
+ switch (separator) {
1829
+ case 0:
1830
+ hours = 0;
1831
+ minutes = parseInt(timeNumbers.trim().slice(0, 2));
1832
+ break;
1833
+ case 1:
1834
+ hours = parseInt(timeNumbers.slice(0, 1));
1835
+ minutes = parseInt(timeNumbers.slice(1, 3));
1836
+ break;
1837
+ default:
1838
+ hours = parseInt(timeNumbers.slice(0, 2));
1839
+ minutes = parseInt(timeNumbers.slice(2, 4));
1840
+ }
1841
+ return { hours, minutes };
1842
+ };
1843
+ const formatTime = (hours, minutes, meridian, format) => {
1844
+ const normalizeHours = (h) => Number.isNaN(h) ? '00' : h.toString().padStart(2, '0');
1845
+ const normalizeMinutes = (m) => Number.isNaN(m) ? '00' : m.toString().padStart(2, '0');
1846
+ if (meridian && normalizeHours(hours) === '00' && normalizeMinutes(minutes) === '00') {
1847
+ return '';
1848
+ }
1849
+ let hoursResult = Number.parseInt(normalizeHours(hours));
1850
+ let meridianResult = meridian;
1851
+ if ((format === 'hh:mm A') && hoursResult > 12) {
1852
+ hoursResult -= 12;
1853
+ meridianResult = 'PM';
1854
+ }
1855
+ if ((format === 'hh:mm A') && hoursResult === 0) {
1856
+ hoursResult = 12;
1857
+ }
1858
+ const time = `${normalizeHours(hoursResult)}:${normalizeMinutes(minutes)}`;
1859
+ return meridianResult ? time.concat(` ${meridianResult}`) : time;
1860
+ };
1861
+
1862
+ const DEFAULT_MODE = EditMode.FORM;
1863
+ const valueToTimeString = (value, format) => {
1864
+ if (value === null)
1865
+ return null;
1866
+ return uuiDayjs.dayjs()
1867
+ .set(value)
1868
+ .format(format === 24 ? 'HH:mm' : 'hh:mm A');
1869
+ };
1870
+ function TimePickerComponent(props, ref) {
1871
+ const [state, setState] = useState({
1872
+ isOpen: false,
1873
+ value: valueToTimeString(props.value, props.format),
1874
+ inputValue: valueToTimeString(props.value, props.format),
1875
+ });
1876
+ useEffect(() => {
1877
+ if (valueToTimeString(props.value, props.format) !== state.value) {
1878
+ const stringValue = valueToTimeString(props.value, props.format);
1879
+ setState((prevState) => ({
1880
+ ...prevState,
1881
+ value: stringValue,
1882
+ inputValue: stringValue,
1883
+ }));
1884
+ }
1885
+ }, [props.value, props.format]);
1886
+ const getFormat = () => props.format === 24 ? 'HH:mm' : 'hh:mm A';
1887
+ const isTimeValid = (newValue) => uuiDayjs.dayjs(newValue, getFormat(), true).isValid();
1888
+ const formatStringTimeToObject = (stringTime) => {
1889
+ if (stringTime) {
1890
+ const value = uuiDayjs.dayjs(stringTime, getFormat(), true);
1891
+ return { hours: value.hour(), minutes: value.minute() };
1892
+ }
1893
+ return { hours: null, minutes: null };
1750
1894
  };
1751
- const handleKeySelect = (e) => {
1752
- if (e.key === IDropdownControlKeys.ENTER) {
1753
- onHandleValueChange(!isSelected);
1895
+ const onClear = () => {
1896
+ props.onValueChange(null);
1897
+ };
1898
+ const onToggle = (value) => {
1899
+ setState((prevState) => ({ ...prevState, isOpen: value }));
1900
+ };
1901
+ const saveTime = (newTime) => {
1902
+ setState((prevState) => ({ ...prevState, inputValue: newTime }));
1903
+ props.onValueChange(formatStringTimeToObject(newTime));
1904
+ };
1905
+ const getTimeFromInputValue = (newValue) => {
1906
+ const trimmedNewValue = newValue.trimStart();
1907
+ const separator = trimmedNewValue.search(/\D/);
1908
+ const meridian = getMeridian(trimmedNewValue, getFormat());
1909
+ const { hours, minutes } = parseTimeNumbers(trimmedNewValue, separator);
1910
+ return formatTime(hours, minutes, meridian, getFormat());
1911
+ };
1912
+ const handleBodyValueChange = (newValue) => {
1913
+ const inputValue = valueToTimeString(newValue, props.format);
1914
+ saveTime(inputValue);
1915
+ };
1916
+ const handleFocus = (e) => {
1917
+ onToggle(true);
1918
+ props.onFocus?.(e);
1919
+ };
1920
+ const handleInputChange = (newValue) => {
1921
+ setState((prevState) => ({ ...prevState, inputValue: newValue }));
1922
+ if (newValue) {
1923
+ const result = getTimeFromInputValue(newValue);
1924
+ if (isTimeValid(result)) {
1925
+ setState((prevState) => ({ ...prevState, value: result }));
1926
+ }
1754
1927
  }
1755
1928
  };
1756
- return (React__default.createElement("div", { className: cx$1(props.cx, css$1h.itemRoot, isDisabled && uuiMod.disabled, (!isDisabled || onValueChange) && uuiMarkers.clickable), onClick: () => onHandleValueChange(!isSelected), role: "menuitem", onKeyDown: handleKeySelect, tabIndex: isDisabled ? -1 : 0 },
1757
- icon && React__default.createElement(IconContainer, { icon: icon, cx: css$1h.iconBefore }),
1758
- React__default.createElement(Text$1, null, caption),
1759
- React__default.createElement(FlexSpacer, null),
1760
- React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
1929
+ const handleBlur = (e) => {
1930
+ if (isFocusReceiverInsideFocusLock(e))
1931
+ return;
1932
+ onToggle(false);
1933
+ props.onBlur?.(e);
1934
+ if (state.value === '' || state.inputValue === '') {
1935
+ props.onValueChange(null);
1936
+ setState((prevState) => ({ ...prevState, value: null, inputValue: null }));
1937
+ }
1938
+ state.value && state.inputValue && saveTime(state.value);
1939
+ };
1940
+ const renderInput = (inputProps) => {
1941
+ return (React__default.createElement(TextInput, { ...inputProps, onClick: null, size: props.size, isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, cx: [css$1g.root, css$1g.timepickerInput, props.inputCx], value: state.inputValue, onValueChange: handleInputChange, onCancel: !props.disableClear && onClear, onFocus: handleFocus, onBlur: handleBlur, isDropdown: false, placeholder: props.placeholder ? props.placeholder : getFormat(), mode: props.mode || DEFAULT_MODE, rawProps: props.rawProps?.input }));
1942
+ };
1943
+ const renderBody = (bodyProps) => {
1944
+ const { forwardedRef, onValueChange, ...timePickerBodyProps } = props;
1945
+ return (!props.isDisabled && !props.isReadonly && (React__default.createElement(DropdownContainer, { ...bodyProps, focusLock: false },
1946
+ React__default.createElement(TimePickerBody, { ...timePickerBodyProps, onValueChange: handleBodyValueChange, value: formatStringTimeToObject(state.value), rawProps: props.rawProps?.body, cx: props.bodyCx }))));
1947
+ };
1948
+ return (React__default.createElement(Dropdown$1, { 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, middleware: [offset(6)], ref: ref }));
1761
1949
  }
1950
+ const TimePicker = /* @__PURE__ */React__default.forwardRef(TimePickerComponent);
1762
1951
 
1763
- var css$1g = {"root":"_4031V-","mode-block":"HsUHc4","modeBlock":"HsUHc4","mode-inline":"_0Nq-pU","modeInline":"_0Nq-pU","padding-0":"zBTzve","padding0":"zBTzve","padding-6":"Gg1jty","padding6":"Gg1jty","padding-12":"Eg2AzJ","padding12":"Eg2AzJ","padding-18":"a4b7J4","padding18":"a4b7J4"};
1952
+ var css$1f = {"root":"-Qs-hw"};
1764
1953
 
1765
- function applyAccordionMods(mods) {
1954
+ function applyInputAddonMods() {
1766
1955
  return [
1767
- css$1g.root,
1768
- css$1g[`mode-${mods.mode || 'block'}`],
1769
- mods.padding && css$1g['padding-' + mods.padding],
1956
+ css$1f.root,
1770
1957
  ];
1771
1958
  }
1772
- const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordionMods, (mods) => ({
1773
- dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
1774
- }));
1775
-
1776
- var css$1f = {"root":"JM65gt","align-items":"_8N-gf1","alignItems":"_8N-gf1","justify-content":"FzlziJ","justifyContent":"FzlziJ","border-top":"G-Jrm2","borderTop":"G-Jrm2","border-bottom":"fvLekY","borderBottom":"fvLekY","top-shadow":"Da78j2","topShadow":"Da78j2","padding":"QdPLyi","margin":"cBfAR0","vPadding":"jZ0Sxz","column-gap":"jfHu3S","columnGap":"jfHu3S","row-gap":"D--o7K","rowGap":"D--o7K","spacing":"kl4fPc"};
1777
-
1778
- const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1f.flexCell]);
1779
-
1780
- const FlexRow = (props) => {
1781
- if (process.env.NODE_ENV !== "production") {
1782
- if (props.spacing) {
1783
- devLogger.warn('[FlexRow]: The `spacing` property is deprecated and will be removed in future versions. Please use `columnGap` instead.');
1784
- }
1785
- }
1786
- const classNames = cx$1([
1787
- css$1f.root,
1788
- 'uui-flex-row',
1789
- props.onClick && uuiMarkers.clickable,
1790
- props.cx,
1791
- props.size !== null && 'uui-size-' + (props.size || settings.flexRow.sizes.default),
1792
- props.alignItems && css$1f.alignItems,
1793
- props.justifyContent && css$1f.justifyContent,
1794
- props.padding && css$1f.padding,
1795
- props.vPadding && css$1f.vPadding,
1796
- props.margin && css$1f.margin,
1797
- props.topShadow && css$1f.topShadow,
1798
- props.borderBottom && css$1f.borderBottom,
1799
- props.borderTop && css$1f.borderTop,
1800
- props.columnGap && css$1f.columnGap,
1801
- props.rowGap && css$1f.rowGap,
1802
- props.spacing && css$1f.spacing,
1803
- props.background && `uui-flex-row-bg-${props.background}`,
1804
- ]);
1805
- const style = {
1806
- ...(props.alignItems && { '--uui-flex-row-align-items': props.alignItems }),
1807
- ...(props.justifyContent && { '--uui-flex-row-justify-content': props.justifyContent }),
1808
- ...(props.columnGap && { '--uui-flex-row-column-gap': `${props.columnGap}px` }),
1809
- ...(props.rowGap && { '--uui-flex-row-row-gap': `${props.rowGap}px` }),
1810
- ...(props.padding && { '--uui-flex-row-padding': `${props.padding}px` }),
1811
- ...(props.vPadding && { '--uui-flex-row-v-padding': `${props.vPadding}px` }),
1812
- ...(props.margin && { '--uui-flex-row-margin': `${props.margin}px` }),
1813
- ...(props.spacing && { '--uui-flex-row-spacing': `${props.spacing}px` }),
1814
- };
1815
- return (React__default.createElement("div", { ref: props.ref, onClick: props.onClick ? (e) => !isEventTargetInsideClickable(e) && props.onClick(e) : undefined, className: classNames, ...props.rawProps, style: {
1816
- ...style,
1817
- ...props.rawProps?.style,
1818
- } }, props.children));
1819
- };
1959
+ const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
1820
1960
 
1821
- var css$1e = {"root":"JwHxws","margin-24":"_8PHM2V","margin24":"_8PHM2V","padding-12":"s2vOpU","padding12":"s2vOpU","padding-24":"UXux-J","padding24":"UXux-J","shadow":"JKNCJ8","uui-surface-main":"O83qLc","uuiSurfaceMain":"O83qLc"};
1961
+ var css$1e = {"root":"wzwGIX"};
1822
1962
 
1823
- const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
1824
- 'uui-panel',
1825
- css$1e.root,
1826
- props.shadow && css$1e.shadow,
1827
- props.margin && css$1e['margin-' + props.margin],
1828
- props.background && css$1e[`uui-${props.background}`],
1829
- ]);
1963
+ function applySliderMods() {
1964
+ return [css$1e.root, 'uui-color-neutral'];
1965
+ }
1966
+ const Slider = /* @__PURE__ */withMods(Slider$1, applySliderMods);
1830
1967
 
1831
- var css$1d = {"root":"_0VsEIx"};
1968
+ var css$1d = {"root":"Q6V5UZ"};
1832
1969
 
1833
1970
  function applyTooltipMods(mods) {
1834
1971
  return [
@@ -1838,54 +1975,286 @@ function applyTooltipMods(mods) {
1838
1975
  }
1839
1976
  const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
1840
1977
 
1841
- var css$1c = {"root":"IYl9JX"};
1978
+ var css$1c = {"root":"RNE4V1","tooltip":"KV2D7y"};
1842
1979
 
1843
- function applyLabeledInputMods(mods) {
1980
+ function applyRatingMods(mods) {
1844
1981
  return [
1845
- 'uui-labeled-input',
1846
1982
  css$1c.root,
1847
- 'uui-size-' + (mods.size || settings.labeledInput.sizes.default),
1983
+ `uui-size-${mods.size || settings.rating.sizes.default}`,
1848
1984
  ];
1849
1985
  }
1850
- function applyLabeledInputProps(props) {
1851
- return ({
1852
- Tooltip: props.Tooltip || Tooltip,
1853
- infoIcon: props.infoIcon || props.size <= '30' ? settings.labeledInput.icons.fillInfoIcon : settings.labeledInput.icons.infoIcon,
1854
- });
1855
- }
1856
- const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
1986
+ const Rating = /* @__PURE__ */withMods(uuiComponents.Rating, applyRatingMods, (props) => ({
1987
+ filledStarIcon: props.icon || settings.rating.icons.filledRatingIcon,
1988
+ emptyStarIcon: props.icon || settings.rating.icons.emptyRatingIcon,
1989
+ Tooltip,
1990
+ }));
1857
1991
 
1858
- var css$1b = {"root":"iBeqTH"};
1992
+ var css$1b = {"root":"cAdztP","main-path":"DlQzC6","mainPath":"DlQzC6","content-wrapper":"dJ98Is","contentWrapper":"dJ98Is","content":"PciAFj","action-wrapper":"_25jmXl","actionWrapper":"_25jmXl","icon-wrapper":"_3iAoc0","iconWrapper":"_3iAoc0","icon":"fgyh5z","close-icon":"I-25O0","closeIcon":"I-25O0"};
1859
1993
 
1860
- function RadioGroup(props) {
1861
- const direction = props.direction || 'vertical';
1862
- const handleChange = (newVal) => {
1863
- if (newVal !== props.value) {
1864
- props.onValueChange(newVal);
1865
- }
1994
+ const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", { role: "alert", ref: ref, className: cx('uui-alert', css$1b.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
1995
+ React.createElement("div", { className: css$1b.mainPath },
1996
+ React.createElement("div", { className: css$1b.contentWrapper },
1997
+ props.icon && (React.createElement("div", { className: css$1b.iconWrapper },
1998
+ React.createElement(IconContainer, { icon: props.icon, cx: css$1b.icon }))),
1999
+ React.createElement("div", { className: css$1b.content },
2000
+ props.children,
2001
+ props.actions && (React.createElement("div", { className: css$1b.actionWrapper }, props.actions.map((action) => (React.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$1b.actionLink, size: settings.alert.sizes.actionMap[props.size || settings.alert.sizes.default] }))))))),
2002
+ props.onClose && React.createElement(IconButton, { icon: settings.alert.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$1b.closeIcon })))));
2003
+ const WarningAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createElement(Alert, { icon: settings.alert.icons.warningIcon, color: "warning", ref: ref, ...props }));
2004
+ const SuccessAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createElement(Alert, { icon: settings.alert.icons.successIcon, color: "success", ref: ref, ...props }));
2005
+ const HintAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createElement(Alert, { icon: settings.alert.icons.infoIcon, color: "info", ref: ref, ...props }));
2006
+ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createElement(Alert, { icon: settings.alert.icons.errorIcon, color: "error", ref: ref, ...props }));
2007
+
2008
+ const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
2009
+
2010
+ var css$1a = {"submenu-root-item-rtl":"aRvO-8","submenuRootItemRtl":"aRvO-8","icon-after":"_06yT1L","iconAfter":"_06yT1L","submenu-root-item":"E0hRcl","submenuRootItem":"E0hRcl","icon-check":"EzSb-v","iconCheck":"EzSb-v","splitter-root":"_139keK","splitterRoot":"_139keK","splitter":"_1nTqcA","header-root":"G4nPex","headerRoot":"G4nPex","item-root":"W-agQv","itemRoot":"W-agQv","icon":"i1F7Pz","link":"w3Q-Pk","indent":"rDwhrG","selected-mark":"RV0K5R","selectedMark":"RV0K5R"};
2011
+
2012
+ var IDropdownControlKeys;
2013
+ (function (IDropdownControlKeys) {
2014
+ IDropdownControlKeys["ENTER"] = "Enter";
2015
+ IDropdownControlKeys["ESCAPE"] = "Escape";
2016
+ IDropdownControlKeys["LEFT_ARROW"] = "ArrowLeft";
2017
+ IDropdownControlKeys["RIGHT_ARROW"] = "ArrowRight";
2018
+ IDropdownControlKeys["UP_ARROW"] = "ArrowUp";
2019
+ IDropdownControlKeys["DOWN_ARROW"] = "ArrowDown";
2020
+ })(IDropdownControlKeys || (IDropdownControlKeys = {}));
2021
+ function DropdownMenuContainer(props) {
2022
+ const menuRef = useRef(null);
2023
+ const [currentlyFocused, setFocused] = useState(0);
2024
+ const menuItems = menuRef.current ? Array.from(menuRef.current.querySelectorAll(`[role="menuitem"]:not(.${uuiMod.disabled})`)) : [];
2025
+ const changeFocus = (nextFocusedIndex) => {
2026
+ if (menuItems.length > 0) {
2027
+ setFocused(nextFocusedIndex);
2028
+ menuItems[nextFocusedIndex].focus();
2029
+ }
1866
2030
  };
1867
- return (React.createElement("fieldset", { ref: props.forwardedRef, className: cx$1(css$1b.root, directionMode[direction], props.cx), onFocus: props.onFocus, onBlur: props.onBlur, ...props.rawProps }, props.items.map((i) => {
2031
+ const handleArrowKeys = (e) => {
2032
+ const lastMenuItemsIndex = menuItems.length - 1;
2033
+ if (e.key === IDropdownControlKeys.UP_ARROW) {
2034
+ changeFocus(currentlyFocused > 0 ? currentlyFocused - 1 : lastMenuItemsIndex);
2035
+ e.preventDefault();
2036
+ }
2037
+ else if (e.key === IDropdownControlKeys.DOWN_ARROW) {
2038
+ changeFocus(currentlyFocused < lastMenuItemsIndex ? currentlyFocused + 1 : 0);
2039
+ e.preventDefault();
2040
+ }
2041
+ else if (e.key === props.closeOnKey && props.onClose) {
2042
+ e.stopPropagation();
2043
+ props.onClose();
2044
+ }
2045
+ };
2046
+ return (React__default.createElement(DropdownContainer, { ...props, rawProps: { ...props.rawProps, role: 'menu' }, ref: menuRef, width: props.minWidth, lockProps: { onKeyDown: handleArrowKeys }, cx: [props.cx] }));
2047
+ }
2048
+ const DropdownMenuBody = /* @__PURE__ */withMods(DropdownMenuContainer, () => ['uui-dropdownMenu-body'], (props) => {
2049
+ return ({ closeOnKey: IDropdownControlKeys.ESCAPE, ...props });
2050
+ });
2051
+ const DropdownMenuButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
2052
+ const context = useContext(UuiContext);
2053
+ const { icon, iconPosition, onIconClick, caption, isDisabled, isSelected, isActive, link, href, onClick, toggleDropdownOpening, isDropdown, isOpen, target, } = props;
2054
+ const handleClick = (event) => {
2055
+ if (isDisabled || !onClick)
2056
+ return;
2057
+ !isEventTargetInsideClickable(event) && onClick(event);
2058
+ context.uuiAnalytics.sendEvent(props.clickAnalyticsEvent);
2059
+ };
2060
+ const handleOpenDropdown = (event) => {
2061
+ if (event.key === IDropdownControlKeys.RIGHT_ARROW && isDropdown) {
2062
+ toggleDropdownOpening(true);
2063
+ }
2064
+ else if (event.key === IDropdownControlKeys.ENTER && onClick) {
2065
+ onClick(event);
2066
+ // Fix bug when click event is triggered after Enter key.
2067
+ // Tricky case when modal window is opened from dropdown menu and click on modal header cross is triggered, that leads to modal close.
2068
+ // https://github.com/epam/UUI/issues/2754
2069
+ event.preventDefault();
2070
+ }
2071
+ };
2072
+ const getMenuButtonContent = () => {
2073
+ const isIconBefore = Boolean(icon && iconPosition !== 'right');
2074
+ const isIconAfter = Boolean(icon && iconPosition === 'right');
2075
+ const iconElement = (React__default.createElement(IconButton, { icon: icon, color: isActive ? 'primary' : 'neutral', onClick: onIconClick, isDisabled: isDisabled, cx: cx$1(css$1a.icon, iconPosition === 'right' ? css$1a.iconAfter : css$1a.iconBefore) }));
2076
+ return (React__default.createElement(React__default.Fragment, null,
2077
+ isIconBefore && iconElement,
2078
+ React__default.createElement(Text$1, { cx: props.indent && css$1a.indent }, caption),
2079
+ isIconAfter && (React__default.createElement(React__default.Fragment, null,
2080
+ React__default.createElement(FlexSpacer, null),
2081
+ iconElement))));
2082
+ };
2083
+ const isAnchor = Boolean(link || href);
2084
+ const itemClassNames = cx$1(props.cx, css$1a.itemRoot, isDisabled && uuiMod.disabled, isActive && uuiMod.active, isOpen && uuiMod.opened, (!isDisabled && onClick) && uuiMarkers.clickable);
2085
+ return isAnchor ? (React__default.createElement(Anchor$1, { cx: cx$1(css$1a.link, itemClassNames), link: link, href: href, rawProps: { role: 'menuitem', tabIndex: isDisabled ? -1 : 0 }, onClick: handleClick, isLinkActive: isActive, isDisabled: isDisabled, target: target }, getMenuButtonContent())) : (React__default.createElement("div", { tabIndex: isDisabled ? -1 : 0, role: "menuitem", onKeyDown: isDisabled ? null : handleOpenDropdown, className: itemClassNames, onClick: handleClick, ref: ref },
2086
+ getMenuButtonContent(),
2087
+ isSelected && (React__default.createElement(React__default.Fragment, null,
2088
+ React__default.createElement(FlexSpacer, null),
2089
+ React__default.createElement(IconContainer, { icon: settings.dropdownMenu.icons.acceptIcon, cx: css$1a.selectedMark })))));
2090
+ });
2091
+ function DropdownMenuSplitter(props) {
2092
+ return (React__default.createElement("div", { className: cx$1(props.cx, css$1a.splitterRoot) },
2093
+ React__default.createElement("hr", { className: css$1a.splitter })));
2094
+ }
2095
+ function DropdownMenuHeader(props) {
2096
+ return (React__default.createElement("div", { className: cx$1('uui-dropdown-menu-header', props.cx, css$1a.headerRoot) },
2097
+ React__default.createElement("span", { className: css$1a.header }, props.caption)));
2098
+ }
2099
+ function DropdownSubMenu(props) {
2100
+ const subMenuMiddleware = [
2101
+ offset(({ placement }) => {
2102
+ if (placement === 'right-start'
2103
+ || placement === 'left-start') {
2104
+ return { crossAxis: -6, mainAxis: 0 };
2105
+ }
2106
+ else {
2107
+ return { crossAxis: 6, mainAxis: 0 };
2108
+ }
2109
+ }),
2110
+ ];
2111
+ const isRtl = getDir() === 'rtl';
2112
+ return (React__default.createElement(Dropdown$1, { openOnHover: props.openOnHover || true, closeOnMouseLeave: "boundary", openDelay: 400, closeDelay: 400, placement: isRtl ? 'left-start' : 'right-start', middleware: subMenuMiddleware, 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$1a.submenuRootItemRtl : css$1a.submenuRootItem), icon: settings.dropdownMenu.icons.dropdownIcon, iconPosition: "right", isDropdown: true, toggleDropdownOpening: toggleDropdownOpening, ...props, ...targetProps })) }));
2113
+ }
2114
+ function DropdownMenuSwitchButton(props) {
2115
+ const context = useContext(UuiContext);
2116
+ const { icon, caption, isDisabled, isSelected, onValueChange, } = props;
2117
+ const onHandleValueChange = (value) => {
2118
+ if (isDisabled || !onValueChange)
2119
+ return;
2120
+ onValueChange(value);
2121
+ context.uuiAnalytics.sendEvent(props.clickAnalyticsEvent);
2122
+ };
2123
+ const handleKeySelect = (e) => {
2124
+ if (e.key === IDropdownControlKeys.ENTER) {
2125
+ onHandleValueChange(!isSelected);
2126
+ }
2127
+ };
2128
+ return (React__default.createElement("div", { className: cx$1(props.cx, css$1a.itemRoot, isDisabled && uuiMod.disabled, (!isDisabled || onValueChange) && uuiMarkers.clickable), onClick: () => onHandleValueChange(!isSelected), role: "menuitem", onKeyDown: handleKeySelect, tabIndex: isDisabled ? -1 : 0 },
2129
+ icon && React__default.createElement(IconContainer, { icon: icon, cx: css$1a.iconBefore }),
2130
+ React__default.createElement(Text$1, null, caption),
2131
+ React__default.createElement(FlexSpacer, null),
2132
+ React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
2133
+ }
2134
+
2135
+ var css$19 = {"root":"CCc9gw","mode-block":"Bkcc-G","modeBlock":"Bkcc-G","mode-inline":"Jtl12P","modeInline":"Jtl12P","padding-0":"zSG8Il","padding0":"zSG8Il","padding-6":"_2d1u8h","padding6":"_2d1u8h","padding-12":"neXdbO","padding12":"neXdbO","padding-18":"Tn-3Zn","padding18":"Tn-3Zn"};
2136
+
2137
+ function applyAccordionMods(mods) {
2138
+ return [
2139
+ css$19.root,
2140
+ css$19[`mode-${mods.mode || 'block'}`],
2141
+ mods.padding && css$19['padding-' + mods.padding],
2142
+ ];
2143
+ }
2144
+ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordionMods, (mods) => ({
2145
+ dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
2146
+ }));
2147
+
2148
+ var css$18 = {"root":"cRWxDA","align-items":"IvAmIC","alignItems":"IvAmIC","justify-content":"kMSo7G","justifyContent":"kMSo7G","border-top":"_26cBkD","borderTop":"_26cBkD","border-bottom":"Li5WNL","borderBottom":"Li5WNL","top-shadow":"sySsda","topShadow":"sySsda","padding":"O-dMSH","margin":"P9winJ","vPadding":"NKEcmF","column-gap":"NHY-ph","columnGap":"NHY-ph","row-gap":"C-prDe","rowGap":"C-prDe","spacing":"DBMTTU"};
2149
+
2150
+ const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$18.flexCell]);
2151
+
2152
+ const FlexRow = /* @__PURE__ */forwardRef((props, ref) => {
2153
+ if (process.env.NODE_ENV !== "production") {
2154
+ if (props.spacing) {
2155
+ devLogger.warn('[FlexRow]: The `spacing` property is deprecated and will be removed in future versions. Please use `columnGap` instead.');
2156
+ }
2157
+ }
2158
+ const classNames = cx$1([
2159
+ css$18.root,
2160
+ 'uui-flex-row',
2161
+ props.onClick && uuiMarkers.clickable,
2162
+ props.cx,
2163
+ props.size !== null && 'uui-size-' + (props.size || settings.flexRow.sizes.default),
2164
+ props.alignItems && css$18.alignItems,
2165
+ props.justifyContent && css$18.justifyContent,
2166
+ props.padding && css$18.padding,
2167
+ props.vPadding && css$18.vPadding,
2168
+ props.margin && css$18.margin,
2169
+ props.topShadow && css$18.topShadow,
2170
+ props.borderBottom && css$18.borderBottom,
2171
+ props.borderTop && css$18.borderTop,
2172
+ props.columnGap && css$18.columnGap,
2173
+ props.rowGap && css$18.rowGap,
2174
+ props.spacing && css$18.spacing,
2175
+ props.background && `uui-flex-row-bg-${props.background}`,
2176
+ ]);
2177
+ let alignItemsValue = props.alignItems;
2178
+ if (alignItemsValue === 'top') {
2179
+ alignItemsValue = 'flex-start';
2180
+ }
2181
+ else if (alignItemsValue === 'bottom') {
2182
+ alignItemsValue = 'flex-end';
2183
+ }
2184
+ const style = {
2185
+ ...(props.alignItems && { '--uui-flex-row-align-items': alignItemsValue }),
2186
+ ...(props.justifyContent && { '--uui-flex-row-justify-content': props.justifyContent }),
2187
+ ...(props.columnGap && { '--uui-flex-row-column-gap': `${props.columnGap}px` }),
2188
+ ...(props.rowGap && { '--uui-flex-row-row-gap': `${props.rowGap}px` }),
2189
+ ...(props.padding && { '--uui-flex-row-padding': `${props.padding}px` }),
2190
+ ...(props.vPadding && { '--uui-flex-row-v-padding': `${props.vPadding}px` }),
2191
+ ...(props.margin && { '--uui-flex-row-margin': `${props.margin}px` }),
2192
+ ...(props.spacing && { '--uui-flex-row-spacing': `${props.spacing}px` }),
2193
+ };
2194
+ return (React__default.createElement("div", { ref: ref, onClick: props.onClick ? (e) => !isEventTargetInsideClickable(e) && props.onClick(e) : undefined, className: classNames, ...props.rawProps, style: {
2195
+ ...style,
2196
+ ...props.rawProps?.style,
2197
+ } }, props.children));
2198
+ });
2199
+
2200
+ var css$17 = {"root":"QDCD1o","margin-24":"SCtP5-","margin24":"SCtP5-","padding-12":"JxH4qP","padding12":"JxH4qP","padding-24":"O7dv0D","padding24":"O7dv0D","shadow":"VWQI14","uui-surface-main":"-ZVzRB","uuiSurfaceMain":"-ZVzRB"};
2201
+
2202
+ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
2203
+ 'uui-panel',
2204
+ css$17.root,
2205
+ props.shadow && css$17.shadow,
2206
+ props.margin && css$17['margin-' + props.margin],
2207
+ props.background && css$17[`uui-${props.background}`],
2208
+ ]);
2209
+
2210
+ var css$16 = {"root":"wDmY08"};
2211
+
2212
+ function applyLabeledInputMods(mods) {
2213
+ return [
2214
+ 'uui-labeled-input',
2215
+ css$16.root,
2216
+ 'uui-size-' + (mods.size || settings.labeledInput.sizes.default),
2217
+ ];
2218
+ }
2219
+ function applyLabeledInputProps(props) {
2220
+ return ({
2221
+ Tooltip: props.Tooltip || Tooltip,
2222
+ infoIcon: props.infoIcon || props.size <= '30' ? settings.labeledInput.icons.fillInfoIcon : settings.labeledInput.icons.infoIcon,
2223
+ });
2224
+ }
2225
+ const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
2226
+
2227
+ var css$15 = {"root":"niE-g9"};
2228
+
2229
+ function RadioGroup(props) {
2230
+ const direction = props.direction || 'vertical';
2231
+ const handleChange = (newVal) => {
2232
+ if (newVal !== props.value) {
2233
+ props.onValueChange(newVal);
2234
+ }
2235
+ };
2236
+ return (React.createElement("fieldset", { ref: props.forwardedRef, className: cx$1(css$15.root, directionMode[direction], props.cx), onFocus: props.onFocus, onBlur: props.onBlur, ...props.rawProps }, props.items.map((i) => {
1868
2237
  const { id, name, renderName, ...restItemProps } = i;
1869
2238
  return (React.createElement(RadioInput, { name: props.name, renderLabel: i.renderName ? i.renderName : () => i.name, value: props.value === i.id, onValueChange: () => handleChange(i.id), isDisabled: props.isDisabled || i.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, isRequired: props.isRequired, key: i.id.toString(), size: props.size || i.size, ...restItemProps }));
1870
2239
  })));
1871
2240
  }
1872
2241
 
1873
- var css$1a = {"root":"UaaPoP"};
2242
+ var css$14 = {"root":"ntqwkx"};
1874
2243
 
1875
2244
  function applyScrollBarsMods() {
1876
2245
  return [
1877
- css$1a.root, 'uui-scroll-bars', 'uui-shadow-top', 'uui-shadow-bottom',
2246
+ css$14.root, 'uui-scroll-bars', 'uui-shadow-top', 'uui-shadow-bottom',
1878
2247
  ];
1879
2248
  }
1880
2249
  const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
1881
2250
 
1882
- var css$19 = {"scroll-container":"LzM8T6","scrollContainer":"LzM8T6","list-container":"ZRnD3s","listContainer":"ZRnD3s"};
2251
+ var css$13 = {"scroll-container":"_-9Y7E0","scrollContainer":"_-9Y7E0","list-container":"fy0GML","listContainer":"fy0GML"};
1883
2252
 
1884
- var css$18 = {"root":"jcg1R1"};
2253
+ var css$12 = {"root":"_1FYUlF"};
1885
2254
 
1886
- const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$18.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
2255
+ const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$12.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
1887
2256
 
1888
- function VirtualList(props) {
2257
+ const VirtualList = /* @__PURE__ */React.forwardRef((props, ref) => {
1889
2258
  const { listContainerRef, offsetY, handleScroll, estimatedHeight, scrollContainerRef, } = useVirtualList({
1890
2259
  value: props.value,
1891
2260
  onValueChange: props.onValueChange,
@@ -1893,11 +2262,11 @@ function VirtualList(props) {
1893
2262
  rowsCount: props.rowsCount,
1894
2263
  rowsSelector: props.rowsSelector,
1895
2264
  });
1896
- React.useImperativeHandle(props.ref, () => scrollContainerRef.current, [scrollContainerRef.current]);
2265
+ React.useImperativeHandle(ref, () => scrollContainerRef.current, [scrollContainerRef.current]);
1897
2266
  const scrollShadows = useScrollShadows({ root: scrollContainerRef.current });
1898
2267
  const renderRows = () => props.renderRows?.({
1899
2268
  listContainerRef, estimatedHeight, offsetY, scrollShadows,
1900
- }) || (React.createElement("div", { className: css$19.listContainer, style: { minHeight: `${estimatedHeight}px` } },
2269
+ }) || (React.createElement("div", { className: css$13.listContainer, style: { minHeight: `${estimatedHeight}px` } },
1901
2270
  React.createElement("div", { ref: listContainerRef, role: props.role, style: { marginTop: offsetY } }, props.rows)));
1902
2271
  const renderView = ({ style }) => (React.createElement(VirtualListView, { isLoading: props.isLoading, style: style, rawProps: props.rawProps }));
1903
2272
  const scrollBarsRef = React.useCallback((scrollbars) => {
@@ -1905,14 +2274,14 @@ function VirtualList(props) {
1905
2274
  return;
1906
2275
  scrollContainerRef.current = scrollbars.container.firstChild;
1907
2276
  }, []);
1908
- return (React.createElement(ScrollBars, { cx: cx$1(css$19.scrollContainer, props.cx, {
2277
+ return (React.createElement(ScrollBars, { cx: cx$1(css$13.scrollContainer, props.cx, {
1909
2278
  [uuiMarkers.scrolledLeft]: scrollShadows.horizontalLeft,
1910
2279
  [uuiMarkers.scrolledRight]: scrollShadows.horizontalRight,
1911
2280
  [uuiMarkers.scrolledTop]: scrollShadows.verticalTop,
1912
2281
  [uuiMarkers.scrolledBottom]: scrollShadows.verticalBottom,
1913
2282
  }), onScroll: handleScroll, renderView: renderView, ref: scrollBarsRef }, renderRows()));
1914
- }
1915
- function VirtualListView(props) {
2283
+ });
2284
+ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
1916
2285
  return (React.createElement(React.Fragment, null,
1917
2286
  React.createElement("div", { ...props.rawProps, style: {
1918
2287
  ...props.style,
@@ -1923,11 +2292,11 @@ function VirtualListView(props) {
1923
2292
  overflow: props.isLoading ? 'hidden' : 'scroll',
1924
2293
  marginRight: props.isLoading ? 0 : props.style.marginRight,
1925
2294
  marginBottom: props.isLoading ? 0 : props.style.marginBottom,
1926
- }, ref: props.ref }, props.children),
2295
+ }, ref: ref }, props.children),
1927
2296
  React.createElement(Blocker, { isEnabled: props.isLoading })));
1928
- }
2297
+ });
1929
2298
 
1930
- var css$17 = {"root":"T6bYm3"};
2299
+ var css$11 = {"root":"j-cpN0"};
1931
2300
 
1932
2301
  function CheckboxGroup(props) {
1933
2302
  const currentValue = props.value || [];
@@ -1943,16 +2312,16 @@ function CheckboxGroup(props) {
1943
2312
  }
1944
2313
  props.onValueChange(newSelection);
1945
2314
  };
1946
- return (React.createElement("fieldset", { ref: props.forwardedRef, className: cx$1(css$17.root, directionMode[direction], props.cx), ...props.rawProps }, props.items.map((i) => {
2315
+ return (React.createElement("fieldset", { ref: props.forwardedRef, className: cx$1(css$11.root, directionMode[direction], props.cx), ...props.rawProps }, props.items.map((i) => {
1947
2316
  const { id, name, renderName, ...restItemProps } = i;
1948
2317
  return (React.createElement(Checkbox, { renderLabel: i.renderName ? i.renderName : () => i.name, value: currentValue.indexOf(i.id) !== -1, onValueChange: (selected) => handleChange(selected, i.id), isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, isRequired: props.isRequired, key: i.id.toString(), size: props.size || i.size, ...restItemProps }));
1949
2318
  })));
1950
2319
  }
1951
2320
 
1952
- var css$16 = {"root":"govZ0Y","modal-blocker":"_7L-kVC","modalBlocker":"_7L-kVC","animateModalBlocker":"_7zwcdi","modal":"UF3K9n","modal-footer":"beIP1q","modalFooter":"beIP1q","border-top":"HUHuXb","borderTop":"HUHuXb","modal-header":"ZtqOy8","modalHeader":"ZtqOy8","border-bottom":"_04jo5Z","borderBottom":"_04jo5Z"};
2321
+ var css$10 = {"root":"i8gqnK","modal-blocker":"Jcpes1","modalBlocker":"Jcpes1","animateModalBlocker":"F0WKM3","modal":"o1Glc3","modal-footer":"_7XJSuQ","modalFooter":"_7XJSuQ","border-top":"Dc9N9a","borderTop":"Dc9N9a","modal-header":"lcl6hl","modalHeader":"lcl6hl","border-bottom":"Z89dC1","borderBottom":"Z89dC1"};
1953
2322
 
1954
- const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$16.modalBlocker]);
1955
- const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$16.root, css$16.modal], (props) => {
2323
+ const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$10.modalBlocker]);
2324
+ const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$10.root, css$10.modal], (props) => {
1956
2325
  const width = props.width;
1957
2326
  const height = props.height || 'auto';
1958
2327
  const maxHeight = isMobile() ? 'var(--uui-modals-mobile-max-height)' : (props.maxHeight || 'var(--uui-modals-max-height)');
@@ -1966,7 +2335,7 @@ const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$16.root, c
1966
2335
  };
1967
2336
  });
1968
2337
  function ModalHeader(props) {
1969
- return (React__default.createElement("div", { className: cx(css$16.root, css$16.modalHeader, 'uui-modal-header', props.borderBottom && css$16.borderBottom, props.cx), ...props.rawProps, style: {
2338
+ return (React__default.createElement("div", { className: cx(css$10.root, css$10.modalHeader, 'uui-modal-header', props.borderBottom && css$10.borderBottom, props.cx), ...props.rawProps, style: {
1970
2339
  ...props.rawProps?.style,
1971
2340
  } },
1972
2341
  props.title && (React__default.createElement("div", { className: cx('uui-modal-title', 'uui-typography') }, props.title)),
@@ -1976,7 +2345,7 @@ function ModalHeader(props) {
1976
2345
  React__default.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: settings.modal.icons.closeIcon, onClick: props.onClose })))));
1977
2346
  }
1978
2347
  function ModalFooter(props) {
1979
- return (React__default.createElement("div", { className: cx(css$16.root, css$16.modalFooter, 'uui-modal-footer', props.borderTop && css$16.borderTop, props.cx), ...props.rawProps, style: {
2348
+ return (React__default.createElement("div", { className: cx(css$10.root, css$10.modalFooter, 'uui-modal-footer', props.borderTop && css$10.borderTop, props.cx), ...props.rawProps, style: {
1980
2349
  ...props.rawProps?.style,
1981
2350
  } }, props.children));
1982
2351
  }
@@ -2019,8 +2388,8 @@ const TREE_SHAKEABLE_INIT = () => ({
2019
2388
  },
2020
2389
  },
2021
2390
  rangeDatePicker: {
2022
- pickerPlaceholderFrom: 'From:',
2023
- pickerPlaceholderTo: 'To:',
2391
+ pickerPlaceholderFrom: 'From',
2392
+ pickerPlaceholderTo: 'To',
2024
2393
  },
2025
2394
  tables: {
2026
2395
  noResultsBlock: {
@@ -2110,342 +2479,111 @@ const TREE_SHAKEABLE_INIT = () => ({
2110
2479
  serviceUnavailable: {
2111
2480
  title: 'The page request was canceled, because it took too long to complete',
2112
2481
  subtitle: 'Sorry for the inconvenience, we’ll get it fixed.',
2113
- },
2114
- default: {
2115
- title: 'Something went wrong',
2116
- subtitle: 'Sorry for the inconvenience, we’ll get it fixed.',
2117
- },
2118
- },
2119
- recoveryMessageConfig: {
2120
- 'auth-lost': {
2121
- title: 'Your session has expired.',
2122
- subtitle: 'Attempting to log you in.',
2123
- },
2124
- 'connection-lost': {
2125
- title: 'Network connection down',
2126
- subtitle: 'Please check your network connection.',
2127
- },
2128
- maintenance: {
2129
- title: 'Server maintenance',
2130
- subtitle: 'We apologize for the inconvenience. Our site is currently under maintenance. Will come back as soon as possible.',
2131
- },
2132
- 'server-overload': {
2133
- title: 'Server overloaded',
2134
- subtitle: 'We are trying to recover. Please wait.',
2135
- },
2136
- },
2137
- supportMessage: undefined,
2138
- },
2139
- });
2140
- const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
2141
-
2142
- var css$15 = {"root":"LWd33D","icon-wrapper":"_7410h6","iconWrapper":"_7410h6","action-wrapper":"KePmij","actionWrapper":"KePmij","action-link":"kSCKcP","actionLink":"kSCKcP","close-icon":"_81pEY-","closeIcon":"_81pEY-","main-path":"m7cPrZ","mainPath":"m7cPrZ","content":"R3Yufl","close-wrapper":"_2GVdxe","closeWrapper":"_2GVdxe","notification-wrapper":"Dkus1N","notificationWrapper":"Dkus1N","clear-button":"T73uyD","clearButton":"T73uyD"};
2143
-
2144
- function NotificationCard(props) {
2145
- const notificationCardNode = React__default.useRef(null);
2146
- React__default.useImperativeHandle(props.ref, () => notificationCardNode.current, [notificationCardNode.current]);
2147
- React__default.useLayoutEffect(() => {
2148
- notificationCardNode.current?.addEventListener('mouseenter', props.clearTimer);
2149
- notificationCardNode.current?.addEventListener('mouseleave', props.refreshTimer);
2150
- return () => {
2151
- notificationCardNode.current?.removeEventListener('mouseenter', props.clearTimer);
2152
- notificationCardNode.current?.removeEventListener('mouseleave', props.refreshTimer);
2153
- };
2154
- }, []);
2155
- return (React__default.createElement("div", { role: "alert", className: cx('uui-notification_card', props.color && `uui-color-${props.color}`, css$15.root, props.cx), ref: notificationCardNode, ...props.rawProps },
2156
- React__default.createElement("div", { className: css$15.mainPath },
2157
- props.icon && (React__default.createElement("div", { className: css$15.iconWrapper },
2158
- React__default.createElement(IconContainer, { size: 24, icon: props.icon }))),
2159
- React__default.createElement("div", { className: css$15.content },
2160
- props.children,
2161
- props.actions && (React__default.createElement("div", { className: css$15.actionWrapper }, props.actions.map((action) => (React__default.createElement(LinkButton, { key: action.name, caption: action.name, onClick: action.action, cx: css$15.actionLink, size: settings.notificationCard.sizes.action, rawProps: action.rawProps })))))),
2162
- props.onClose && (React__default.createElement("div", { className: css$15.closeWrapper },
2163
- React__default.createElement(IconButton, { icon: settings.notificationCard.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$15.closeIcon }))))));
2164
- }
2165
- function WarningNotification(props) {
2166
- return React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.warningIcon, color: "warning", ...props });
2167
- }
2168
- function SuccessNotification(props) {
2169
- return React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.successIcon, color: "success", ...props });
2170
- }
2171
- function HintNotification(props) {
2172
- return React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.hintIcon, color: "info", ...props });
2173
- }
2174
- function ErrorNotification(props) {
2175
- return React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.errorIcon, color: "error", ...props });
2176
- }
2177
- function ClearNotification() {
2178
- const uuiCtx = useUuiContext();
2179
- return (React__default.createElement("div", { className: cx(css$15.notificationWrapper, css$15.clearButton) },
2180
- React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
2181
- }
2182
-
2183
- var css$14 = {"footer":"HBtgYa"};
2184
-
2185
- class ConfirmationModal extends React.Component {
2186
- render() {
2187
- let bodyContent;
2188
- if (this.props.bodyContent) {
2189
- bodyContent = React.createElement(Panel, { background: "surface-main", margin: "24" }, this.props.bodyContent);
2190
- }
2191
- return (React.createElement(ModalBlocker, { ...this.props },
2192
- React.createElement(ModalWindow, { width: 420 },
2193
- React.createElement(ModalHeader, { borderBottom: true, title: this.props.caption, onClose: () => this.props.abort() }),
2194
- React.createElement(ScrollBars, null, bodyContent),
2195
- React.createElement(ModalFooter, { cx: css$14.footer },
2196
- this.props.hideCancelButton || (React.createElement(Button, { caption: i18n.form.modals.discardButton, onClick: () => this.props.success(false), fill: "outline", color: "secondary" })),
2197
- React.createElement(Button, { caption: i18n.form.modals.saveButton, onClick: () => this.props.success(true), color: "primary" })))));
2198
- }
2199
- }
2200
-
2201
- function Snackbar(props) {
2202
- const uuiCtx = useUuiContext();
2203
- const forceUpdate = useReliableForceUpdate();
2204
- useEffect(() => uuiCtx.uuiNotifications.subscribe(() => forceUpdate()), []);
2205
- let items = uuiCtx.uuiNotifications.getNotifications().slice().reverse();
2206
- // add button for clear notification list
2207
- if (items.length > 1) {
2208
- const clearOperation = {
2209
- component: ClearNotification,
2210
- props: { id: 111555, key: 'clearNotification' },
2211
- config: { position: items[0].config.position, duration: 'forever' },
2212
- };
2213
- items = [clearOperation].concat(items);
2214
- }
2215
- return React.createElement(Snackbar$1, { forwardedRef: props.forwardedRef, notifications: items });
2216
- }
2217
- /**
2218
- * https://legacy.reactjs.org/docs/hooks-faq.html#is-there-something-like-forceupdate
2219
- */
2220
- function useReliableForceUpdate() {
2221
- const red = useReducer((x) => x + 1, 0);
2222
- return red[1];
2223
- }
2224
-
2225
- var css$13 = {"root":"RBLD5u","timepicker-input":"_5umJxG","timepickerInput":"_5umJxG","ltr-always":"D1xa9a","ltrAlways":"D1xa9a"};
2226
-
2227
- const uuiTimePicker = {
2228
- container: 'uui-timepicker-container',
2229
- iconUp: 'uui-timepicker-icon-up',
2230
- iconDown: 'uui-timepicker-icon-down',
2231
- input: 'uui-timepicker-input',
2232
- elementContainer: 'uui-timepicker-item',
2233
- };
2234
- const MIN_MINUTES = 0;
2235
- const MAX_MINUTES = 59;
2236
- const FORMAT_12H = 12;
2237
- function TimePickerBody(props) {
2238
- const MIN_HOURS = props.format === FORMAT_12H ? 1 : 0;
2239
- const MAX_HOURS = props.format || FORMAT_12H;
2240
- const setValue = (newTime) => {
2241
- props.onValueChange({ hours: newTime.hour(), minutes: newTime.minute() });
2242
- };
2243
- const onHoursChange = (newHours) => {
2244
- setValue(uuiDayjs.dayjs().set(props.value).hour(newHours));
2245
- };
2246
- const onMinutesChange = (newMinutes) => {
2247
- setValue(uuiDayjs.dayjs().set(props.value).minute(newMinutes));
2248
- };
2249
- const onTimeTypeChange = () => {
2250
- setValue(uuiDayjs.dayjs().set(props.value).add(12, 'h'));
2251
- };
2252
- const handleMinutesUpClick = () => {
2253
- const minutesStep = props.minutesStep || 5;
2254
- const value = uuiDayjs.dayjs().set(props.value);
2255
- const minutesToAdd = minutesStep - (value.minute() % minutesStep);
2256
- onMinutesChange(value.add(minutesToAdd, 'm').minute());
2257
- };
2258
- const handleMinutesDownClick = () => {
2259
- const minutesStep = props.minutesStep || 5;
2260
- const value = uuiDayjs.dayjs().set(props.value);
2261
- const minutesToSubtract = value.minute() % minutesStep === 0 ? minutesStep : value.minute() % minutesStep;
2262
- onMinutesChange(value.subtract(minutesToSubtract, 'm').minute());
2263
- };
2264
- return (React.createElement("div", { className: cx$1(css$13.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef, ...props.rawProps },
2265
- React.createElement("div", { className: css$13.ltrAlways },
2266
- React.createElement("div", { className: uuiTimePicker.elementContainer },
2267
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).add(1, 'h').hour()) }),
2268
- React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
2269
- .set(props.value)
2270
- .format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
2271
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: () => onHoursChange(uuiDayjs.dayjs().set(props.value).subtract(1, 'h').hour()) })),
2272
- React.createElement("div", { className: uuiTimePicker.elementContainer },
2273
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: handleMinutesUpClick }),
2274
- React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
2275
- React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: handleMinutesDownClick }))),
2276
- MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
2277
- React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$Q, onClick: onTimeTypeChange }),
2278
- React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
2279
- }, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
2280
- React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$Q, onClick: onTimeTypeChange })))));
2281
- }
2282
-
2283
- const getMeridian = (newValue, format) => {
2284
- if (format === 'hh:mm A') {
2285
- if (newValue.toLowerCase().includes('p') && newValue.toLowerCase().includes('a')) {
2286
- return newValue.toLowerCase().indexOf('p') < newValue.toLowerCase().indexOf('a') ? 'PM' : 'AM';
2287
- }
2288
- return newValue.toLowerCase().includes('p') ? 'PM' : 'AM';
2289
- }
2290
- return false;
2291
- };
2292
- const parseTimeNumbers = (value, separator) => {
2293
- let hours, minutes;
2294
- const timeNumbers = value.replace(/\D/gi, '');
2295
- switch (separator) {
2296
- case 0:
2297
- hours = 0;
2298
- minutes = parseInt(timeNumbers.trim().slice(0, 2));
2299
- break;
2300
- case 1:
2301
- hours = parseInt(timeNumbers.slice(0, 1));
2302
- minutes = parseInt(timeNumbers.slice(1, 3));
2303
- break;
2304
- default:
2305
- hours = parseInt(timeNumbers.slice(0, 2));
2306
- minutes = parseInt(timeNumbers.slice(2, 4));
2307
- }
2308
- return { hours, minutes };
2309
- };
2310
- const formatTime = (hours, minutes, meridian, format) => {
2311
- const normalizeHours = (h) => Number.isNaN(h) ? '00' : h.toString().padStart(2, '0');
2312
- const normalizeMinutes = (m) => Number.isNaN(m) ? '00' : m.toString().padStart(2, '0');
2313
- if (meridian && normalizeHours(hours) === '00' && normalizeMinutes(minutes) === '00') {
2314
- return '';
2315
- }
2316
- let hoursResult = Number.parseInt(normalizeHours(hours));
2317
- let meridianResult = meridian;
2318
- if ((format === 'hh:mm A') && hoursResult > 12) {
2319
- hoursResult -= 12;
2320
- meridianResult = 'PM';
2321
- }
2322
- if ((format === 'hh:mm A') && hoursResult === 0) {
2323
- hoursResult = 12;
2324
- }
2325
- const time = `${normalizeHours(hoursResult)}:${normalizeMinutes(minutes)}`;
2326
- return meridianResult ? time.concat(` ${meridianResult}`) : time;
2327
- };
2328
-
2329
- const DEFAULT_MODE = EditMode.FORM;
2330
- const valueToTimeString = (value, format) => {
2331
- if (value === null)
2332
- return null;
2333
- return uuiDayjs.dayjs()
2334
- .set(value)
2335
- .format(format === 24 ? 'HH:mm' : 'hh:mm A');
2336
- };
2337
- function TimePicker(props) {
2338
- const [state, setState] = useState({
2339
- isOpen: false,
2340
- value: valueToTimeString(props.value, props.format),
2341
- inputValue: valueToTimeString(props.value, props.format),
2342
- });
2343
- useEffect(() => {
2344
- if (valueToTimeString(props.value, props.format) !== state.value) {
2345
- const stringValue = valueToTimeString(props.value, props.format);
2346
- setState((prevState) => ({
2347
- ...prevState,
2348
- value: stringValue,
2349
- inputValue: stringValue,
2350
- }));
2351
- }
2352
- }, [props.value, props.format]);
2353
- const getFormat = () => props.format === 24 ? 'HH:mm' : 'hh:mm A';
2354
- const isTimeValid = (newValue) => uuiDayjs.dayjs(newValue, getFormat(), true).isValid();
2355
- const formatStringTimeToObject = (stringTime) => {
2356
- if (stringTime) {
2357
- const value = uuiDayjs.dayjs(stringTime, getFormat(), true);
2358
- return { hours: value.hour(), minutes: value.minute() };
2359
- }
2360
- return { hours: null, minutes: null };
2361
- };
2362
- const onClear = () => {
2363
- props.onValueChange(null);
2364
- };
2365
- const onToggle = (value) => {
2366
- setState((prevState) => ({ ...prevState, isOpen: value }));
2367
- };
2368
- const saveTime = (newTime) => {
2369
- setState((prevState) => ({ ...prevState, inputValue: newTime }));
2370
- props.onValueChange(formatStringTimeToObject(newTime));
2371
- };
2372
- const getTimeFromInputValue = (newValue) => {
2373
- const trimmedNewValue = newValue.trimStart();
2374
- const separator = trimmedNewValue.search(/\D/);
2375
- const meridian = getMeridian(trimmedNewValue, getFormat());
2376
- const { hours, minutes } = parseTimeNumbers(trimmedNewValue, separator);
2377
- return formatTime(hours, minutes, meridian, getFormat());
2378
- };
2379
- const handleBodyValueChange = (newValue) => {
2380
- const inputValue = valueToTimeString(newValue, props.format);
2381
- saveTime(inputValue);
2382
- };
2383
- const handleFocus = (e) => {
2384
- onToggle(true);
2385
- props.onFocus?.(e);
2386
- };
2387
- const handleInputChange = (newValue) => {
2388
- setState((prevState) => ({ ...prevState, inputValue: newValue }));
2389
- if (newValue) {
2390
- const result = getTimeFromInputValue(newValue);
2391
- if (isTimeValid(result)) {
2392
- setState((prevState) => ({ ...prevState, value: result }));
2393
- }
2394
- }
2395
- };
2396
- const handleBlur = (e) => {
2397
- if (isFocusReceiverInsideFocusLock(e))
2398
- return;
2399
- onToggle(false);
2400
- props.onBlur?.(e);
2401
- if (state.value === '' || state.inputValue === '') {
2402
- props.onValueChange(null);
2403
- setState((prevState) => ({ ...prevState, value: null, inputValue: null }));
2404
- }
2405
- state.value && state.inputValue && saveTime(state.value);
2406
- };
2407
- const renderInput = (inputProps) => {
2408
- return (React__default.createElement(TextInput, { ...inputProps, onClick: null, size: props.size, isDisabled: props.isDisabled, isReadonly: props.isReadonly, isInvalid: props.isInvalid, cx: [css$13.root, css$13.timepickerInput, props.inputCx], value: state.inputValue, onValueChange: handleInputChange, onCancel: !props.disableClear && onClear, onFocus: handleFocus, onBlur: handleBlur, isDropdown: false, placeholder: props.placeholder ? props.placeholder : getFormat(), mode: props.mode || DEFAULT_MODE, rawProps: props.rawProps?.input }));
2409
- };
2410
- const renderBody = (bodyProps) => {
2411
- const { forwardedRef, onValueChange, ...timePickerBodyProps } = props;
2412
- return (!props.isDisabled && !props.isReadonly && (React__default.createElement(DropdownContainer, { ...bodyProps, focusLock: false },
2413
- React__default.createElement(TimePickerBody, { ...timePickerBodyProps, onValueChange: handleBodyValueChange, value: formatStringTimeToObject(state.value), rawProps: props.rawProps?.body, cx: props.bodyCx }))));
2414
- };
2415
- 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 }));
2416
- }
2482
+ },
2483
+ default: {
2484
+ title: 'Something went wrong',
2485
+ subtitle: 'Sorry for the inconvenience, we’ll get it fixed.',
2486
+ },
2487
+ },
2488
+ recoveryMessageConfig: {
2489
+ 'auth-lost': {
2490
+ title: 'Your session has expired.',
2491
+ subtitle: 'Attempting to log you in.',
2492
+ },
2493
+ 'connection-lost': {
2494
+ title: 'Network connection down',
2495
+ subtitle: 'Please check your network connection.',
2496
+ },
2497
+ maintenance: {
2498
+ title: 'Server maintenance',
2499
+ subtitle: 'We apologize for the inconvenience. Our site is currently under maintenance. Will come back as soon as possible.',
2500
+ },
2501
+ 'server-overload': {
2502
+ title: 'Server overloaded',
2503
+ subtitle: 'We are trying to recover. Please wait.',
2504
+ },
2505
+ },
2506
+ supportMessage: undefined,
2507
+ },
2508
+ });
2509
+ const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
2417
2510
 
2418
- var css$12 = {"root":"X0Y92Q"};
2511
+ var css$$ = {"root":"fSxkn0","icon-wrapper":"UenU7z","iconWrapper":"UenU7z","action-wrapper":"EHEDgo","actionWrapper":"EHEDgo","close-icon":"c-aiaH","closeIcon":"c-aiaH","main-path":"F-S0NE","mainPath":"F-S0NE","content":"VMj878","close-wrapper":"-xR7xI","closeWrapper":"-xR7xI","clear-notifications":"u2DFRz","clearNotifications":"u2DFRz"};
2419
2512
 
2420
- function applyInputAddonMods() {
2421
- return [
2422
- css$12.root,
2423
- ];
2513
+ const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
2514
+ const notificationCardNode = React__default.useRef(null);
2515
+ React__default.useImperativeHandle(ref, () => notificationCardNode.current, [notificationCardNode.current]);
2516
+ React__default.useLayoutEffect(() => {
2517
+ notificationCardNode.current?.addEventListener('mouseenter', props.clearTimer);
2518
+ notificationCardNode.current?.addEventListener('mouseleave', props.refreshTimer);
2519
+ return () => {
2520
+ notificationCardNode.current?.removeEventListener('mouseenter', props.clearTimer);
2521
+ notificationCardNode.current?.removeEventListener('mouseleave', props.refreshTimer);
2522
+ };
2523
+ }, []);
2524
+ return (React__default.createElement("div", { role: "alert", className: cx('uui-notification_card', props.color && `uui-color-${props.color}`, css$$.root, props.cx), ref: notificationCardNode, ...props.rawProps },
2525
+ React__default.createElement("div", { className: css$$.mainPath },
2526
+ props.icon && (React__default.createElement("div", { className: css$$.iconWrapper },
2527
+ React__default.createElement(IconContainer, { size: settings.notificationCard.sizes.icon, icon: props.icon }))),
2528
+ React__default.createElement("div", { className: css$$.content },
2529
+ props.children,
2530
+ props.actions && (React__default.createElement("div", { className: css$$.actionWrapper }, props.actions.map((action) => (React__default.createElement(LinkButton, { key: action.name, caption: action.name, onClick: action.action, cx: css$$.actionLink, size: settings.notificationCard.sizes.action, rawProps: action.rawProps })))))),
2531
+ props.onClose && (React__default.createElement("div", { className: cx(css$$.closeWrapper, 'uui-notification_card-close_icon') },
2532
+ React__default.createElement(IconButton, { icon: settings.notificationCard.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$$.closeIcon }))))));
2533
+ });
2534
+ const WarningNotification = /* @__PURE__ */React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.warningIcon, color: "warning", ...props, ref: ref, cx: props.cx })));
2535
+ const SuccessNotification = /* @__PURE__ */React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.successIcon, color: "success", ...props, ref: ref, cx: props.cx })));
2536
+ const HintNotification = /* @__PURE__ */React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.hintIcon, color: "info", ...props, ref: ref, cx: props.cx })));
2537
+ const ErrorNotification = /* @__PURE__ */React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, { icon: settings.notificationCard.icons.errorIcon, color: "error", ...props, ref: ref, cx: props.cx })));
2538
+ function ClearNotification() {
2539
+ const uuiCtx = useUuiContext();
2540
+ return (React__default.createElement("div", { className: cx(css$$.clearNotifications, 'uui-clear-notifications') },
2541
+ React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
2424
2542
  }
2425
- const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
2426
2543
 
2427
- var css$11 = {"root":"iD57sF"};
2544
+ var css$_ = {"footer":"gCFkrn"};
2428
2545
 
2429
- function applySliderMods() {
2430
- return [css$11.root, 'uui-color-neutral'];
2546
+ class ConfirmationModal extends React.Component {
2547
+ render() {
2548
+ let bodyContent;
2549
+ if (this.props.bodyContent) {
2550
+ bodyContent = React.createElement(Panel, { background: "surface-main", margin: "24" }, this.props.bodyContent);
2551
+ }
2552
+ return (React.createElement(ModalBlocker, { ...this.props },
2553
+ React.createElement(ModalWindow, { width: 420 },
2554
+ React.createElement(ModalHeader, { borderBottom: true, title: this.props.caption, onClose: () => this.props.abort() }),
2555
+ React.createElement(ScrollBars, null, bodyContent),
2556
+ React.createElement(ModalFooter, { cx: css$_.footer },
2557
+ this.props.hideCancelButton || (React.createElement(Button, { caption: i18n.form.modals.discardButton, onClick: () => this.props.success(false), fill: "outline", color: "secondary" })),
2558
+ React.createElement(Button, { caption: i18n.form.modals.saveButton, onClick: () => this.props.success(true), color: "primary" })))));
2559
+ }
2431
2560
  }
2432
- const Slider = /* @__PURE__ */withMods(Slider$1, applySliderMods);
2433
-
2434
- var css$10 = {"root":"hTytAz","tooltip":"_18y6p7"};
2435
2561
 
2436
- function applyRatingMods(mods) {
2437
- return [
2438
- css$10.root,
2439
- `uui-size-${mods.size || settings.rating.sizes.default}`,
2440
- ];
2562
+ function Snackbar(props) {
2563
+ const uuiCtx = useUuiContext();
2564
+ const forceUpdate = useReliableForceUpdate();
2565
+ useEffect(() => uuiCtx.uuiNotifications.subscribe(() => forceUpdate()), []);
2566
+ let items = uuiCtx.uuiNotifications.getNotifications().slice().reverse();
2567
+ // add button for clear notification list
2568
+ if (items.length > 1) {
2569
+ const clearOperation = {
2570
+ component: ClearNotification,
2571
+ props: { id: 111555, key: 'clearNotification' },
2572
+ config: { position: items[0].config.position, duration: 'forever' },
2573
+ };
2574
+ items = [clearOperation].concat(items);
2575
+ }
2576
+ return React.createElement(Snackbar$1, { forwardedRef: props.forwardedRef, notifications: items });
2577
+ }
2578
+ /**
2579
+ * https://legacy.reactjs.org/docs/hooks-faq.html#is-there-something-like-forceupdate
2580
+ */
2581
+ function useReliableForceUpdate() {
2582
+ const red = useReducer((x) => x + 1, 0);
2583
+ return red[1];
2441
2584
  }
2442
- const Rating = /* @__PURE__ */withMods(uuiComponents.Rating, applyRatingMods, (props) => ({
2443
- filledStarIcon: props.icon || settings.rating.icons.filledRatingIcon,
2444
- emptyStarIcon: props.icon || settings.rating.icons.emptyRatingIcon,
2445
- Tooltip,
2446
- }));
2447
2585
 
2448
- var css$$ = {"root":"vbRqtV","container":"w4sipE"};
2586
+ var css$Z = {"root":"X-RGW3","container":"_48v7X-"};
2449
2587
 
2450
2588
  const defaultFormat = 'MMM D, YYYY';
2451
2589
  const valueFormat = 'YYYY-MM-DD';
@@ -2478,7 +2616,7 @@ const getMonthOnOpen = (selectedDate, focus) => {
2478
2616
  };
2479
2617
  const isValidDate = (input, format, filter) => {
2480
2618
  const parsedDate = uuiDayjs.dayjs(input, supportedDateFormats(format), true);
2481
- return parsedDate.isValid() ?? filter?.(parsedDate) ?? true;
2619
+ return filter ? parsedDate.isValid() && filter(parsedDate) : parsedDate.isValid();
2482
2620
  };
2483
2621
  const isValidRange = (range) => {
2484
2622
  const from = uuiDayjs.dayjs(range.from);
@@ -2649,26 +2787,27 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
2649
2787
  }, [view, month]);
2650
2788
  const disablePrev = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getPrevYearsList(month));
2651
2789
  const disableNext = view === 'YEAR_SELECTION' && !isYearWithinSoberRange(getNextYearsList(month));
2652
- return (React.createElement("div", { className: cx(css$$.root, uuiHeader.container, cx) },
2790
+ return (React.createElement("div", { className: cx(css$Z.root, uuiHeader.container, cx) },
2653
2791
  React.createElement("header", { className: uuiHeader.headerNav },
2654
2792
  React.createElement(Button, { icon: navIconLeft || settings.datePicker.icons.body.prevIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: !isDisabled && (() => onLeftNavigationArrow()), isDisabled: disablePrev }),
2655
2793
  React.createElement(Button, { caption: title, fill: "ghost", cx: uuiHeader.navTitle, onClick: !isDisabled && (() => onCaptionClick(view)) }),
2656
2794
  React.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
2657
2795
  }
2658
2796
 
2659
- var css$_ = {"root":"iNKa6n"};
2797
+ var css$Y = {"root":"_4IHPMT"};
2660
2798
 
2661
2799
  function applyDateSelectionMods() {
2662
- return [css$_.root, `uui-size-${settings.datePicker.sizes.body}`];
2800
+ return [css$Y.root, `uui-size-${settings.datePicker.sizes.body}`];
2663
2801
  }
2664
2802
  const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
2665
2803
 
2666
- var css$Z = {"root":"H4u7oB"};
2804
+ var css$X = {"root":"_23lowj"};
2667
2805
 
2668
2806
  const uuiDatePickerBody = {
2669
2807
  wrapper: 'uui-datepicker-body-wrapper',
2670
2808
  };
2671
- function DatePickerBody(props) {
2809
+ const DatePickerBody = /* @__PURE__ */forwardRef(DatePickerBodyComp);
2810
+ function DatePickerBodyComp(props, ref) {
2672
2811
  const { value, onValueChange } = props;
2673
2812
  const [month, setMonth] = useState(getNewMonth(value));
2674
2813
  const [view, setView] = useState('DAY_SELECTION');
@@ -2677,10 +2816,11 @@ function DatePickerBody(props) {
2677
2816
  setMonth(getNewMonth(value));
2678
2817
  setView('DAY_SELECTION');
2679
2818
  }, [value, setMonth]);
2680
- return (React__default.createElement(StatelessDatePickerBody, { ref: props.ref, ...props, month: month, view: view, onValueChange: onValueChange, onMonthChange: (m) => setMonth(m), onViewChange: (v) => setView(v) }));
2819
+ return (React__default.createElement(StatelessDatePickerBody, { ref: ref, ...props, month: month, view: view, onValueChange: onValueChange, onMonthChange: (m) => setMonth(m), onViewChange: (v) => setView(v) }));
2681
2820
  }
2682
- function StatelessDatePickerBody({ renderDay, isHoliday, cx: classes, filter, rawProps, value, month, view, onValueChange, onMonthChange, onViewChange, isDisabled, ref, }) {
2683
- const selectedDate = uuiDayjs.dayjs(value);
2821
+ const StatelessDatePickerBody = /* @__PURE__ */forwardRef(StatelessDatePickerBodyComp);
2822
+ function StatelessDatePickerBodyComp({ renderDay, isHoliday, cx: classes, filter, rawProps, value, month, view, onValueChange, onMonthChange, onViewChange, isDisabled, }, ref) {
2823
+ const selectedDate = useMemo(() => uuiDayjs.dayjs(value), [value]);
2684
2824
  const onMonthClick = (newDate) => {
2685
2825
  onMonthChange(newDate);
2686
2826
  onViewChange('DAY_SELECTION');
@@ -2705,7 +2845,7 @@ function StatelessDatePickerBody({ renderDay, isHoliday, cx: classes, filter, ra
2705
2845
  }
2706
2846
  };
2707
2847
  return (React__default.createElement("div", { ref: ref, className: cx$1(uuiDatePickerBodyBase.container, `uui-size-${settings.datePicker.sizes.body}`, classes), ...rawProps },
2708
- React__default.createElement("div", { className: cx$1(css$Z.root, uuiDatePickerBody.wrapper) },
2848
+ React__default.createElement("div", { className: cx$1(css$X.root, uuiDatePickerBody.wrapper) },
2709
2849
  React__default.createElement(DatePickerHeader, { value: {
2710
2850
  view,
2711
2851
  month,
@@ -2717,11 +2857,7 @@ function StatelessDatePickerBody({ renderDay, isHoliday, cx: classes, filter, ra
2717
2857
  }
2718
2858
 
2719
2859
  const defaultMode$1 = EditMode.FORM;
2720
- const modifiers$1 = [{
2721
- name: 'offset',
2722
- options: { offset: [0, 6] },
2723
- }];
2724
- function DatePicker(props) {
2860
+ function DatePickerComponent(props, ref) {
2725
2861
  const { format = defaultFormat, value, size = settings.datePicker.sizes.input } = props;
2726
2862
  const context = useUuiContext();
2727
2863
  const [inputValue, setInputValue] = useState(toCustomDateFormat(value, format));
@@ -2772,23 +2908,22 @@ function DatePicker(props) {
2772
2908
  props.onFocus?.(e);
2773
2909
  }, onKeyDown: onInputKeyDown, onBlur: onBlur, mode: props.mode || defaultMode$1, rawProps: props.rawProps?.input, id: props.id }));
2774
2910
  };
2775
- const renderBody = (renderProps) => {
2911
+ const renderBody = useMemo(() => (renderProps) => {
2776
2912
  return (React__default.createElement(DropdownContainer, { ...renderProps },
2777
2913
  React__default.createElement(DatePickerBody, { value: value, onValueChange: onBodyValueChange, cx: cx$1(props.bodyCx), filter: props.filter, isHoliday: props.isHoliday, renderDay: props.renderDay, rawProps: props.rawProps?.body }),
2778
2914
  props.renderFooter?.()));
2779
- };
2780
- return (React__default.createElement(Dropdown$1, { value: isBodyOpen, modifiers: modifiers$1, placement: props.placement, forwardedRef: props.ref, onValueChange: (v) => {
2915
+ }, [value, onBodyValueChange]);
2916
+ return (React__default.createElement(Dropdown$1, { value: isBodyOpen, middleware: [offset(6)], placement: props.placement, ref: ref, onValueChange: (v) => {
2781
2917
  setBodyIsOpen(v);
2782
2918
  }, renderTarget: (renderProps) => {
2783
2919
  return props.renderTarget?.(renderProps) || renderInput(renderProps);
2784
- }, renderBody: (renderProps) => {
2785
- return renderBody(renderProps);
2786
- } }));
2920
+ }, renderBody: renderBody }));
2787
2921
  }
2922
+ const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
2788
2923
 
2789
- var css$Y = {"date-input":"rRLUZW","dateInput":"rRLUZW","root":"JlN6JB","separator":"EaO2hj","mode-form":"hUDPgy","modeForm":"hUDPgy","mode-cell":"oGnJKo","modeCell":"oGnJKo"};
2924
+ var css$W = {"date-input":"Q8q0Ss","dateInput":"Q8q0Ss","root":"mvH4f-","separator":"Uq3HWm"};
2790
2925
 
2791
- function RangeDatePickerInput({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, ref, }) {
2926
+ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
2792
2927
  const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
2793
2928
  useEffect(() => {
2794
2929
  setInputValue(toCustomDateRangeFormat(value, format));
@@ -2805,7 +2940,8 @@ function RangeDatePickerInput({ isDisabled, isInvalid, isReadonly, size, disable
2805
2940
  const handleBlur = (event, inputType) => {
2806
2941
  onBlurInput?.(event, inputType);
2807
2942
  const selectedDate = toValueDateRangeFormat(inputValue, format);
2808
- if (isValidRange(selectedDate) && (!filter || filter(uuiDayjs.dayjs(selectedDate[inputType])))) {
2943
+ const isDateDisabled = filter?.(uuiDayjs.dayjs(selectedDate[inputType])) === false;
2944
+ if (isValidRange(selectedDate) && !isDateDisabled) {
2809
2945
  setInputValue(toCustomDateRangeFormat(selectedDate, format));
2810
2946
  onValueChange(selectedDate);
2811
2947
  }
@@ -2829,15 +2965,15 @@ function RangeDatePickerInput({ isDisabled, isInvalid, isReadonly, size, disable
2829
2965
  const clearAllowed = !disableClear && inputValue.from && inputValue.to;
2830
2966
  return (
2831
2967
  // eslint-disable-next-line jsx-a11y/no-static-element-interactions
2832
- React__default.createElement("div", { ref: ref, className: cx$1(`uui-size-${size || settings.rangeDatePicker.sizes.default}`, 'uui-range-date-picker', classes, css$Y.root, isDisabled && uuiMod.disabled, isReadonly && uuiMod.readonly, isInvalid && uuiMod.invalid, inFocus && uuiMod.focus), onKeyDown: onKeyDown },
2833
- React__default.createElement(TextInput, { icon: settings.rangeDatePicker.icons.input.calendarIcon, cx: cx$1(css$Y.dateInput, inFocus === 'from' && uuiMod.focus), size: size || settings.rangeDatePicker.sizes.default, placeholder: getPlaceholder ? getPlaceholder('from') : i18n.rangeDatePicker.pickerPlaceholderFrom, value: inputValue.from || undefined, onValueChange: (v) => onInputChange(v || '', 'from'), onFocus: (event) => handleFocus(event, 'from'), onBlur: (event) => handleBlur(event, 'from'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps?.from, onClick: onClick, onKeyDown: onInputKeyDown, id: id }),
2834
- React__default.createElement("div", { className: css$Y.separator }),
2835
- React__default.createElement(TextInput, { cx: cx$1(css$Y.dateInput, inFocus === 'to' && uuiMod.focus), placeholder: getPlaceholder ? getPlaceholder('to') : i18n.rangeDatePicker.pickerPlaceholderTo, size: size || settings.rangeDatePicker.sizes.default, value: inputValue.to || undefined, onCancel: clearAllowed ? () => {
2968
+ React__default.createElement("div", { ref: ref, className: cx$1(`uui-size-${size || settings.rangeDatePicker.sizes.default}`, 'uui-range-date-picker', classes, css$W.root, isDisabled && uuiMod.disabled, isReadonly && uuiMod.readonly, isInvalid && uuiMod.invalid, inFocus && uuiMod.focus), onKeyDown: onKeyDown },
2969
+ React__default.createElement(TextInput, { icon: settings.rangeDatePicker.icons.input.calendarIcon, cx: cx$1(css$W.dateInput, inFocus === 'from' && uuiMod.focus), size: size || settings.rangeDatePicker.sizes.default, placeholder: getPlaceholder ? getPlaceholder('from') : i18n.rangeDatePicker.pickerPlaceholderFrom, value: inputValue.from || undefined, onValueChange: (v) => onInputChange(v || '', 'from'), onFocus: (event) => handleFocus(event, 'from'), onBlur: (event) => handleBlur(event, 'from'), isInvalid: isInvalid, isDisabled: isDisabled, isReadonly: isReadonly, isDropdown: false, rawProps: rawProps?.from, onClick: onClick, onKeyDown: onInputKeyDown, id: id }),
2970
+ React__default.createElement("div", { className: css$W.separator }),
2971
+ React__default.createElement(TextInput, { cx: cx$1(css$W.dateInput, inFocus === 'to' && uuiMod.focus), placeholder: getPlaceholder ? getPlaceholder('to') : i18n.rangeDatePicker.pickerPlaceholderTo, size: size || settings.rangeDatePicker.sizes.default, value: inputValue.to || undefined, onCancel: clearAllowed ? () => {
2836
2972
  onValueChange(defaultRangeValue);
2837
2973
  } : 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 })));
2838
- }
2974
+ });
2839
2975
 
2840
- var css$X = {"root":"_1RkI1P"};
2976
+ var css$V = {"root":"GtXyEC"};
2841
2977
 
2842
2978
  const uuiPresets = {
2843
2979
  container: 'uui-presets-container',
@@ -2852,12 +2988,12 @@ const getPresets = (presets) => {
2852
2988
  })).sort((a, b) => a.order - b.order);
2853
2989
  };
2854
2990
  function CalendarPresets(props) {
2855
- return (React.createElement("div", { ref: props.forwardedRef, className: cx$1(uuiPresets.container, css$X.root, props.cx), ...props.rawProps },
2991
+ return (React.createElement("div", { ref: props.forwardedRef, className: cx$1(uuiPresets.container, css$V.root, props.cx), ...props.rawProps },
2856
2992
  React.createElement("div", { className: uuiPresets.header }, "Presets"),
2857
2993
  getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
2858
2994
  }
2859
2995
 
2860
- var css$W = {"root":"umYbe9","container":"XTvLd-","day-selection":"EhEjtj","daySelection":"EhEjtj","from-picker":"qxRZ5N","fromPicker":"qxRZ5N","to-picker":"SZ9qjw","toPicker":"SZ9qjw","bodes-wrapper":"MIYcCT","bodesWrapper":"MIYcCT","blocker":"jSt6sC"};
2996
+ var css$U = {"root":"jZwb3R","container":"e1r54U","day-selection":"APIBxI","daySelection":"APIBxI","from-picker":"F8WuqH","fromPicker":"F8WuqH","to-picker":"lu3NDE","toPicker":"lu3NDE","bodes-wrapper":"_3aSDER","bodesWrapper":"_3aSDER","blocker":"mQ2qog"};
2861
2997
 
2862
2998
  const uuiRangeDatePickerBody = {
2863
2999
  inRange: 'uui-range-datepicker-in-range',
@@ -2931,7 +3067,8 @@ const rangeDatePickerPresets = {
2931
3067
  }),
2932
3068
  },
2933
3069
  };
2934
- function RangeDatePickerBody(props) {
3070
+ const RangeDatePickerBody = /* @__PURE__ */forwardRef(RangeDatePickerBodyComp);
3071
+ function RangeDatePickerBodyComp(props, ref) {
2935
3072
  const { value: _value, filter } = props;
2936
3073
  const { selectedDate: _selectedDate, inFocus, } = _value;
2937
3074
  const selectedDate = _selectedDate || defaultRangeValue; // also handles null in comparison to default value
@@ -2997,21 +3134,21 @@ function RangeDatePickerBody(props) {
2997
3134
  });
2998
3135
  }, presets: presets })));
2999
3136
  };
3000
- return (React__default.createElement("div", { ref: props.ref, className: cx$1(css$W.root, uuiDatePickerBodyBase.container, props.cx), ...props.rawProps },
3001
- React__default.createElement(FlexRow, { cx: [view === 'DAY_SELECTION' && css$W.daySelection, css$W.container], alignItems: "top" },
3137
+ return (React__default.createElement("div", { ref: ref, className: cx(css$U.root, uuiDatePickerBodyBase.container, props.cx), ...props.rawProps },
3138
+ React__default.createElement(FlexRow, { cx: [view === 'DAY_SELECTION' && css$U.daySelection, css$U.container], alignItems: "top" },
3002
3139
  React__default.createElement(FlexCell, { width: "auto" },
3003
3140
  React__default.createElement(FlexRow, null,
3004
- React__default.createElement(FlexRow, { cx: css$W.bodesWrapper, alignItems: "top" },
3005
- React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx: cx$1(css$W.fromPicker), ...from, onValueChange: (v) => onBodyValueChange(v, 'from'), onMonthChange: (m) => {
3141
+ React__default.createElement(FlexRow, { cx: css$U.bodesWrapper, alignItems: "top" },
3142
+ React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx: cx(css$U.fromPicker), ...from, onValueChange: (v) => onBodyValueChange(v, 'from'), onMonthChange: (m) => {
3006
3143
  setMonth(m);
3007
3144
  }, onViewChange: (v) => setView(v), filter: props.filter, isHoliday: props.isHoliday, renderDay: props.renderDay || renderDay, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'to' }),
3008
- React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx: cx$1(css$W.toPicker), ...to, onValueChange: (v) => onBodyValueChange(v, 'to'), onMonthChange: (m) => {
3145
+ React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx: cx(css$U.toPicker), ...to, onValueChange: (v) => onBodyValueChange(v, 'to'), onMonthChange: (m) => {
3009
3146
  setMonth(m.subtract(1, 'month'));
3010
3147
  }, onViewChange: (v) => setView(v), filter: props.filter, renderDay: props.renderDay || renderDay, isHoliday: props.isHoliday, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'from' }),
3011
3148
  view !== 'DAY_SELECTION' && (React__default.createElement("div", { style: {
3012
3149
  left: activeMonth === 'from' ? '50%' : undefined,
3013
3150
  right: activeMonth === 'to' ? '50%' : undefined,
3014
- }, className: css$W.blocker }))),
3151
+ }, className: css$U.blocker }))),
3015
3152
  props.presets && renderPresets(props.presets)),
3016
3153
  props.renderFooter && props.renderFooter()))));
3017
3154
  }
@@ -3028,22 +3165,19 @@ const getDayCX = (day, selectedDate) => {
3028
3165
  && fromValue !== toValue;
3029
3166
  const isFirst = dayValue === fromValue;
3030
3167
  const isLast = dayValue === toValue;
3031
- 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)];
3168
+ return [cx(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiDaySelection.selectedDay)];
3032
3169
  };
3033
3170
 
3034
- var css$V = {"dropdown-container":"IP5lIG","dropdownContainer":"IP5lIG"};
3171
+ var css$T = {"dropdown-container":"gzoUNo","dropdownContainer":"gzoUNo"};
3035
3172
 
3036
- const modifiers = [{
3037
- name: 'offset',
3038
- options: { offset: [0, 6] },
3039
- }];
3040
- function RangeDatePicker(props) {
3173
+ function RangeDatePickerComponent(props, ref) {
3041
3174
  const { value: _value, format = defaultFormat, size = settings.rangeDatePicker.sizes.default } = props;
3042
3175
  const value = _value || defaultRangeValue; // also handles null in comparison to default value
3043
3176
  const context = useUuiContext();
3044
3177
  const [isOpen, setIsOpen] = useState(false);
3045
3178
  const [inFocus, setInFocus] = useState(null);
3046
3179
  const targetRef = React__default.useRef(null);
3180
+ useImperativeHandle(ref, () => targetRef.current);
3047
3181
  const onValueChange = (newValue) => {
3048
3182
  const fromChanged = value?.from !== newValue?.from;
3049
3183
  const toChanged = value?.to !== newValue?.to;
@@ -3060,7 +3194,10 @@ function RangeDatePicker(props) {
3060
3194
  props.onOpenChange?.(newIsOpen);
3061
3195
  if (!inFocus && newIsOpen) {
3062
3196
  setInFocus('from');
3063
- targetRef.current.querySelector('.uui-input').focus();
3197
+ if (targetRef.current) {
3198
+ const inputElement = targetRef.current.querySelector('.uui-input');
3199
+ inputElement?.focus();
3200
+ }
3064
3201
  }
3065
3202
  };
3066
3203
  const onBodyValueChange = (newValue) => {
@@ -3075,7 +3212,7 @@ function RangeDatePicker(props) {
3075
3212
  }
3076
3213
  };
3077
3214
  const renderBody = (renderProps) => {
3078
- return (React__default.createElement(DropdownContainer, { ...renderProps, cx: cx(css$V.dropdownContainer), shards: [targetRef], returnFocus: true },
3215
+ return (React__default.createElement(DropdownContainer, { ...renderProps, cx: cx(css$T.dropdownContainer), shards: [targetRef], returnFocus: true },
3079
3216
  React__default.createElement(FlexRow, null,
3080
3217
  React__default.createElement(RangeDatePickerBody, { cx: cx(props.bodyCx), value: {
3081
3218
  selectedDate: _value,
@@ -3091,105 +3228,79 @@ function RangeDatePicker(props) {
3091
3228
  }
3092
3229
  };
3093
3230
  return (React__default.createElement(Dropdown$1, { renderTarget: (renderProps) => {
3094
- return props.renderTarget?.(renderProps) || (React__default.createElement(RangeDatePickerInput, { id: props.id, ref: (node) => { renderProps.ref(node); targetRef.current = node; }, cx: props.inputCx, onClick: () => renderProps.toggleDropdownOpening(true), isDisabled: props.isDisabled, isInvalid: props.isInvalid, isReadonly: props.isReadonly, size: size, getPlaceholder: props.getPlaceholder, disableClear: props.disableClear, rawProps: props.rawProps, inFocus: inFocus, value: value, format: format, onValueChange: onValueChange, onFocusInput: (e, type) => {
3231
+ return props.renderTarget?.(renderProps) || (React__default.createElement(RangeDatePickerInput, { id: props.id, ref: (node) => { renderProps.ref(node); targetRef.current = node; }, cx: props.inputCx, onClick: () => renderProps.toggleDropdownOpening(true), isDisabled: props.isDisabled, isInvalid: props.isInvalid, isReadonly: props.isReadonly, size: size, getPlaceholder: props.getPlaceholder, disableClear: props.disableClear, rawProps: props.rawProps, inFocus: inFocus, value: value, format: format, filter: props.filter, onValueChange: onValueChange, onFocusInput: (e, type) => {
3095
3232
  props.onFocus?.(e, type);
3096
3233
  setInFocus(type);
3097
3234
  }, onBlurInput: (e, type) => { props.onBlur?.(e, type); !isOpen && setInFocus(null); }, onKeyDown: handleEscape }));
3098
- }, renderBody: (renderProps) => renderBody(renderProps), onValueChange: (v) => onOpenChange(v), value: isOpen, modifiers: modifiers, placement: props.placement, forwardedRef: props.ref }));
3235
+ }, renderBody: (renderProps) => renderBody(renderProps), onValueChange: (v) => onOpenChange(v), value: isOpen, middleware: [offset(6)], placement: props.placement, ref: ref }));
3099
3236
  }
3237
+ const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
3100
3238
 
3101
- var css$U = {"root":"j0UZmP","blocker":"E2-Ywt","marker":"ktyYct","top":"EMZlfh","bottom":"Fig1y8","left":"rtZF9D","right":"u1y-qf","inside":"QJkJJI"};
3239
+ var css$S = {"root":"_4c7JOn","blocker":"JAb23-","marker":"pJfFTh","top":"Z2P4Zo","bottom":"sN7Hx-","left":"Iwg-dq","right":"D-MBtZ","inside":"XY1--j"};
3102
3240
 
3103
3241
  function DropMarker(props) {
3104
3242
  return props.isDndInProgress
3105
3243
  ? (React.createElement(React.Fragment, null,
3106
- props.enableBlocker && React.createElement("div", { className: css$U.blocker }),
3244
+ props.enableBlocker && React.createElement("div", { className: css$S.blocker }),
3107
3245
  React.createElement("div", { className: cx([
3108
- css$U.root,
3109
- css$U.marker,
3110
- css$U[props.position],
3246
+ css$S.root,
3247
+ css$S.marker,
3248
+ css$S[props.position],
3111
3249
  props?.cx,
3112
3250
  ]) })))
3113
3251
  : null;
3114
3252
  }
3115
3253
 
3116
- var css$T = {"root":"_6TpRRQ","line-height":"bFyoXD","lineHeight":"bFyoXD","font-size":"VQiYxl","fontSize":"VQiYxl"};
3117
-
3118
- function applyTextMods(mods) {
3119
- return [
3120
- css$T.root,
3121
- 'uui-text',
3122
- `uui-size-${mods.size || settings.text.sizes.default}`,
3123
- (mods.size !== 'none' || mods.lineHeight) && css$T.lineHeight,
3124
- (mods.size !== 'none' || mods.fontSize) && css$T.fontSize,
3125
- `uui-color-${mods.color || 'primary'}`,
3126
- `uui-font-weight-${mods.fontWeight || '400'}`,
3127
- `uui-font-style-${mods.fontStyle || 'normal'}`,
3128
- 'uui-typography-inline',
3129
- ];
3130
- }
3131
- const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props) => {
3132
- const style = props?.rawProps?.style || {};
3133
- props.fontSize && (style['--uui-text-font-size'] = `${props.fontSize}px`);
3134
- props.lineHeight && (style['--uui-text-line-height'] = `${props.lineHeight}px`);
3135
- return {
3136
- rawProps: {
3137
- ...props?.rawProps,
3138
- style: style,
3139
- },
3140
- };
3141
- });
3142
-
3143
3254
  const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.richTextView.sizes.default}`]);
3144
3255
 
3145
- var css$S = {"modal":"Q0Gdw4","search-wrapper":"BL49IO","searchWrapper":"BL49IO","no-data":"_8Flb-H","noData":"_8Flb-H"};
3256
+ var css$R = {"search-wrapper":"_6j47Bn","searchWrapper":"_6j47Bn","no-data":"_6P5Rga","noData":"_6P5Rga"};
3146
3257
 
3147
- var css$R = {"picker-row":"xpSU4T","pickerRow":"xpSU4T","align-widgets-top":"tVv2Sy","alignWidgetsTop":"tVv2Sy","align-widgets-center":"D-jSU1","alignWidgetsCenter":"D-jSU1","row-content":"dnS1h9","rowContent":"dnS1h9","icon-container":"_1CKSIv","iconContainer":"_1CKSIv","content-wrapper":"_5B3PRs","contentWrapper":"_5B3PRs","icon-wrapper":"-xU9u7","iconWrapper":"-xU9u7","icon-default":"_36-kU-","iconDefault":"_36-kU-","selected-mark":"sJqJKY","selectedMark":"sJqJKY"};
3258
+ var css$Q = {"picker-row":"eHNJHq","pickerRow":"eHNJHq","align-widgets-top":"_0Q2a8U","alignWidgetsTop":"_0Q2a8U","row-content":"i2lfPW","rowContent":"i2lfPW","align-widgets-center":"cP9WJW","alignWidgetsCenter":"cP9WJW","icon-container":"RQJpkz","iconContainer":"RQJpkz","content-wrapper":"F3DQyn","contentWrapper":"F3DQyn","icon-wrapper":"_0UUWIU","iconWrapper":"_0UUWIU","icon-default":"BGtMG0","iconDefault":"BGtMG0","selected-mark":"_33CGdB","selectedMark":"_33CGdB"};
3148
3259
 
3149
- var css$Q = {"root":"yBr46o"};
3260
+ var css$P = {"root":"ahmsHl"};
3150
3261
 
3151
- const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$Q.root]);
3262
+ const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$P.root]);
3152
3263
 
3153
- var css$P = {"root":"VBEl5n"};
3264
+ var css$O = {"root":"_2F1ZHd"};
3154
3265
 
3155
3266
  const DEFAULT_FILL = 'solid';
3156
3267
  function applyBadgeMods(mods) {
3157
3268
  return [
3158
3269
  'uui-badge',
3159
- css$P.root,
3270
+ css$O.root,
3160
3271
  `uui-size-${mods.size || settings.badge.sizes.default}`,
3161
3272
  `uui-fill-${mods.fill || DEFAULT_FILL}`,
3162
3273
  `uui-color-${mods.color || 'info'}`,
3163
3274
  ];
3164
3275
  }
3165
- const Badge = (props) => {
3276
+ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
3166
3277
  const styles = [applyBadgeMods(props), props.cx];
3167
3278
  const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : settings.badge.icons.dropdownIcon;
3168
3279
  return (React__default.createElement(Clickable, { ...props, rawProps: {
3169
3280
  'aria-haspopup': props.isDropdown,
3170
3281
  'aria-expanded': props.isOpen,
3171
3282
  ...props.rawProps,
3172
- }, cx: styles, ref: props.ref },
3283
+ }, cx: styles, ref: ref },
3173
3284
  (props.indicator && props.fill === 'outline') && (React__default.createElement("div", { className: "uui-indicator" })),
3174
3285
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
3175
3286
  props.caption && (React__default.createElement("div", { className: uuiElement.caption }, props.caption)),
3176
3287
  props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { key: "count-indicator", color: null, size: settings.badge.sizes.countIndicatorMap[props.size || settings.badge.sizes.default], caption: props.count })),
3177
3288
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
3178
3289
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
3179
- };
3290
+ });
3180
3291
 
3181
- var css$O = {"root":"-yIbhf"};
3292
+ var css$N = {"root":"_6qjKPt"};
3182
3293
 
3183
3294
  function applyTagMods(props) {
3184
3295
  return [
3185
- css$O.root,
3296
+ css$N.root,
3186
3297
  `uui-size-${props.size || settings.tag.sizes.default}`,
3187
3298
  `uui-color-${props.color || 'neutral'}`,
3188
3299
  `uui-fill-${props.fill || 'solid'}`,
3189
3300
  'uui-tag',
3190
3301
  ];
3191
3302
  }
3192
- function Tag(props) {
3303
+ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
3193
3304
  const styles = [applyTagMods(props), props.cx];
3194
3305
  const ClearIcon = props.clearIcon ? props.clearIcon : settings.tag.icons.clearIcon;
3195
3306
  const DropdownIcon = props.dropdownIcon ? props.dropdownIcon : settings.tag.icons.dropdownIcon;
@@ -3197,66 +3308,66 @@ function Tag(props) {
3197
3308
  'aria-haspopup': props.isDropdown,
3198
3309
  'aria-expanded': props.isOpen,
3199
3310
  ...props.rawProps,
3200
- }, cx: styles, ref: props.ref },
3311
+ }, cx: styles, ref: ref },
3201
3312
  props.icon && props.iconPosition !== 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
3202
3313
  props.caption && (React__default.createElement("div", { className: uuiElement.caption }, props.caption)),
3203
3314
  props.count !== undefined && props.count !== null && (React__default.createElement(CountIndicator, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: settings.tag.sizes.countIndicatorMap[(props.size || settings.tag.sizes.default)], caption: props.count })),
3204
3315
  props.icon && props.iconPosition === 'right' && (React__default.createElement(IconContainer, { icon: props.icon, onClick: !props.isDisabled ? props.onIconClick : undefined })),
3205
3316
  props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen })),
3206
3317
  props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
3207
- }
3318
+ });
3208
3319
 
3209
- var css$N = {"root":"lH39Er","page":"BuzZlX","spacer":"QWExM3","mode-ghost":"_3-Xmiz","modeGhost":"_3-Xmiz"};
3320
+ var css$M = {"root":"_3W7nxe","page":"mV4I9O","spacer":"jsXJ2f","mode-ghost":"_9y3rMJ","modeGhost":"_9y3rMJ"};
3210
3321
 
3211
3322
  function Paginator(props) {
3212
- const renderPaginator = (params) => (React__default.createElement("nav", { role: "navigation", className: cx(css$N.root, 'uui-paginator', `uui-size-${props.size || settings.paginator.sizes.default}`), ...params.rawProps },
3323
+ const renderPaginator = (params) => (React__default.createElement("nav", { role: "navigation", className: cx(css$M.root, 'uui-paginator', `uui-size-${props.size || settings.paginator.sizes.default}`), ...params.rawProps },
3213
3324
  React__default.createElement(Button, { size: props.size || settings.paginator.sizes.default, icon: settings.paginator.icons.leftArrowIcon, onClick: params.goToPrev, isDisabled: params.isFirst || props.isDisabled, fill: "outline", color: "secondary" }),
3214
3325
  params.pages.map((page, index) => {
3215
3326
  if (page.type === 'spacer') {
3216
- return (React__default.createElement(Button, { cx: cx(css$N.spacer, css$N.page), size: props.size || settings.paginator.sizes.default, key: `${index}_spacer`, caption: "...", fill: "ghost", color: "secondary", tabIndex: -1, isDisabled: props.isDisabled }));
3327
+ return (React__default.createElement(Button, { cx: cx(css$M.spacer, css$M.page), size: props.size || settings.paginator.sizes.default, key: `${index}_spacer`, caption: "...", fill: "ghost", color: "secondary", tabIndex: -1, isDisabled: props.isDisabled }));
3217
3328
  }
3218
3329
  else {
3219
- return (React__default.createElement(Button, { cx: cx(css$N[`mode-${!page.isActive && 'ghost'}`], css$N.page), size: props.size || settings.paginator.sizes.default, key: page.pageNumber, caption: page.pageNumber, onClick: () => page.onClick?.(), rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary", isDisabled: props.isDisabled }));
3330
+ return (React__default.createElement(Button, { cx: cx(css$M[`mode-${!page.isActive && 'ghost'}`], css$M.page), size: props.size || settings.paginator.sizes.default, key: page.pageNumber, caption: page.pageNumber, onClick: () => page.onClick?.(), rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary", isDisabled: props.isDisabled }));
3220
3331
  }
3221
3332
  }),
3222
3333
  React__default.createElement(Button, { size: props.size || settings.paginator.sizes.default, icon: settings.paginator.icons.rightArrowIcon, onClick: params.goToNext, isDisabled: params.isLast || props.isDisabled, fill: "outline", color: "secondary" })));
3223
3334
  return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
3224
3335
  }
3225
3336
 
3226
- var css$M = {"root":"-XB0b6","progress-bar":"Xst3kq","progressBar":"Xst3kq","progressBar-indeterminate":"AOYlg4","progressBarIndeterminate":"AOYlg4","size-12":"slML9A","size12":"slML9A","size-18":"kvuEp3","size18":"kvuEp3","size-24":"_48Bf-F","size24":"_48Bf-F"};
3337
+ var css$L = {"root":"KPJEdf","progress-bar":"FNKr6C","progressBar":"FNKr6C","progressBar-indeterminate":"Qutt6-","progressBarIndeterminate":"Qutt6-","size-12":"GhXq6g","size12":"GhXq6g","size-18":"_0i56mG","size18":"_0i56mG","size-24":"zxuSDK","size24":"zxuSDK"};
3227
3338
 
3228
- const IndeterminateBar = (props) => {
3229
- return (React.createElement("div", { ref: props.ref, className: cx('uui-indeterminate_bar', props.cx, css$M.root, css$M[`size-${props.size || 12}`]) },
3230
- React.createElement("div", { className: cx(css$M.progressBar) })));
3231
- };
3339
+ const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
3340
+ return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$L.root, css$L[`size-${props.size || 12}`]) },
3341
+ React.createElement("div", { className: cx(css$L.progressBar) })));
3342
+ });
3232
3343
 
3233
- var css$L = {"root":"iJ6Y3l","striped":"-GFUDh","animate-stripes":"e9b8XM","animateStripes":"e9b8XM","size-12":"_22hT0b","size12":"_22hT0b","size-18":"_2RiBMG","size18":"_2RiBMG","size-24":"b81ADo","size24":"b81ADo"};
3344
+ var css$K = {"root":"tMBqIl","striped":"g4xn20","animate-stripes":"ehJluS","animateStripes":"ehJluS","size-12":"f6KT8d","size12":"f6KT8d","size-18":"cIpi4Z","size18":"cIpi4Z","size-24":"_72D0n9","size24":"_72D0n9"};
3234
3345
 
3235
3346
  const DEFAULT_SIZE = '12';
3236
3347
  function applyProgressBarMods(mods) {
3237
3348
  const size = mods.size || DEFAULT_SIZE;
3238
3349
  return [
3239
- css$L.root,
3240
- css$L[`size-${size}`],
3241
- mods.striped && css$L.striped,
3350
+ css$K.root,
3351
+ css$K[`size-${size}`],
3352
+ mods.striped && css$K.striped,
3242
3353
  ];
3243
3354
  }
3244
3355
  const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProgressBarMods, (props) => ({
3245
3356
  hideLabel: props.hideLabel || props.striped,
3246
3357
  }));
3247
3358
 
3248
- var css$K = {"root":"aJuq-E"};
3359
+ var css$J = {"root":"OnHsTk"};
3249
3360
 
3250
- const IndicatorBar = (props) => {
3361
+ const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
3251
3362
  const { progress } = props;
3252
- return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: props.ref, progress: progress, cx: cx(css$K.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: props.ref, cx: cx(css$K.root, props.cx) }));
3253
- };
3363
+ return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$J.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$J.root, props.cx) }));
3364
+ });
3254
3365
 
3255
- var css$J = {"root":"YzawEd"};
3366
+ var css$I = {"root":"vD2hUv"};
3256
3367
 
3257
- function StatusIndicator(props) {
3258
- return (React__default.createElement("div", { ref: props.ref, className: cx([
3259
- css$J.root,
3368
+ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
3369
+ return (React__default.createElement("div", { ref: ref, className: cx([
3370
+ css$I.root,
3260
3371
  `uui-size-${props.size || settings.statusIndicator.sizes.default}`,
3261
3372
  'uui-status_indicator',
3262
3373
  `uui-color-${props.color || 'neutral'}`,
@@ -3265,9 +3376,9 @@ function StatusIndicator(props) {
3265
3376
  ]) },
3266
3377
  React__default.createElement("div", { className: "uui-status_indicator-dot" }),
3267
3378
  React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
3268
- }
3379
+ });
3269
3380
 
3270
- var css$I = {"drag-handle":"aqYWns","dragHandle":"aqYWns","icon-container":"CpAZ7v","iconContainer":"CpAZ7v"};
3381
+ var css$H = {"drag-handle":"PfxNaP","dragHandle":"PfxNaP","icon-container":"iaRpBx","iconContainer":"iaRpBx"};
3271
3382
 
3272
3383
  function DataRowAddons(props) {
3273
3384
  const row = props.rowProps;
@@ -3278,13 +3389,13 @@ function DataRowAddons(props) {
3278
3389
  return settings.dataTable.sizes.body.indentWidthMap[props.size || settings.dataTable.sizes.body.row];
3279
3390
  };
3280
3391
  return (React__default.createElement(React__default.Fragment, null,
3281
- row.dnd?.srcData && React__default.createElement(DragHandle, { key: "dh", cx: css$I.dragHandle, rawProps: { ...props.eventHandlers } }),
3392
+ row.dnd?.srcData && React__default.createElement(DragHandle, { key: "dh", cx: css$H.dragHandle, rawProps: { ...props.eventHandlers } }),
3282
3393
  row?.checkbox?.isVisible && (React__default.createElement(Checkbox, { key: "cb", cx: "uui-dr_addons-checkbox", tabIndex: props.tabIndex, size: settings.dataTable.sizes.body.checkboxMap[props.size], value: row.isChecked, indeterminate: !row.isChecked && row.isChildrenChecked, onValueChange: () => row.onCheck?.(row), isDisabled: row.checkbox.isDisabled, isInvalid: row.checkbox.isInvalid })),
3283
3394
  row.indent > 0 && (React__default.createElement("div", { key: "fold", className: cx('uui-dr_addons-indent', `uui-size-${props.size || settings.dataTable.sizes.body.row}`), style: { marginInlineStart: getIndent(), width: getWidth() } }, row.isFoldable && (React__default.createElement(IconContainer, { rawProps: {
3284
3395
  'aria-label': row.isFolded ? 'Unfold' : 'Fold',
3285
3396
  role: 'button',
3286
3397
  }, key: "icon", icon: settings.dataTable.icons.body.foldingIcon, cx: [
3287
- uuiElement.foldingArrow, uuiMarkers.clickable, css$I.iconContainer,
3398
+ uuiElement.foldingArrow, uuiMarkers.clickable, css$H.iconContainer,
3288
3399
  ], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.dataTable.sizes.body.iconMap[props.size || settings.dataTable.sizes.body.row] }))))));
3289
3400
  }
3290
3401
 
@@ -3353,7 +3464,7 @@ const getHighlightedSearchMatches = (str, search) => {
3353
3464
  return getDecoratedText(str, ranges);
3354
3465
  };
3355
3466
 
3356
- var css$H = {"root":"RYy1UD","column-gap":"JPJnro","columnGap":"JPJnro","title":"Sf9VZA","subtitle":"KtWK1e","disabled":"B3O-Uh","multiline":"qCObo4"};
3467
+ var css$G = {"root":"Hm6nb8","column-gap":"AMFarF","columnGap":"AMFarF","title":"VczrFK","subtitle":"_3TAmU7","disabled":"_0fzdOH","multiline":"-Lm1NM"};
3357
3468
 
3358
3469
  function PickerItem(props) {
3359
3470
  const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
@@ -3362,13 +3473,13 @@ function PickerItem(props) {
3362
3473
  const { search } = props.dataSourceState ?? {};
3363
3474
  const title = highlightSearchMatches ? getHighlightedSearchMatches(props.title, search) : props.title;
3364
3475
  const subtitle = highlightSearchMatches ? getHighlightedSearchMatches(props.subtitle, search) : props.subtitle;
3365
- return (React.createElement(FlexCell, { width: "auto", cx: [css$H.root, 'uui-picker_input-item', 'uui-typography', props.cx] },
3366
- React.createElement(FlexRow, { size: itemSize, cx: [isMultiline && css$H.multiline, css$H.columnGap], rawProps: { style: { '--uui-picker_item-vertical-padding': `${settings.pickerInput.sizes.body.itemVerticalPaddingMap[itemSize]}px` } } },
3476
+ return (React.createElement(FlexCell, { width: "auto", cx: [css$G.root, 'uui-picker_input-item', 'uui-typography', props.cx] },
3477
+ React.createElement(FlexRow, { size: itemSize, cx: [isMultiline && css$G.multiline, css$G.columnGap], rawProps: { style: { '--uui-picker_item-vertical-padding': `${settings.pickerInput.sizes.body.itemVerticalPaddingMap[itemSize]}px` } } },
3367
3478
  avatarUrl && (React.createElement(Avatar, { isLoading: isLoading, img: avatarUrl, size: getAvatarSize(itemSize, isMultiline) })),
3368
3479
  icon && React.createElement(IconContainer, { icon: icon }),
3369
3480
  React.createElement(FlexCell, { width: "auto" },
3370
- title && (React.createElement("div", { className: cx(css$H.title, isDisabled && css$H.disabled, `uui-size-${itemSize}`) }, title)),
3371
- subtitle && (React.createElement("div", { className: cx(css$H.subtitle, isDisabled && css$H.disabled, `uui-size-${itemSize}`) }, subtitle))))));
3481
+ title && (React.createElement("div", { className: cx(css$G.title, isDisabled && css$G.disabled, `uui-size-${itemSize}`) }, title)),
3482
+ subtitle && (React.createElement("div", { className: cx(css$G.subtitle, isDisabled && css$G.disabled, `uui-size-${itemSize}`) }, subtitle))))));
3372
3483
  }
3373
3484
  function getAvatarSize(size, isMultiline) {
3374
3485
  return settings.pickerInput.sizes.body[isMultiline ? 'itemAvatarMultilineMap' : 'itemAvatarMap'][size];
@@ -3404,7 +3515,7 @@ function DataPickerRow(props) {
3404
3515
  const renderContent = () => {
3405
3516
  let content;
3406
3517
  if (props.isLoading) {
3407
- content = (React.createElement(Text, { size: props.size }, settings.pickerInput.renderPlaceholder()));
3518
+ content = settings.pickerInput.renderPlaceholder({ rowSize: props.size });
3408
3519
  }
3409
3520
  else if (props.isUnknown) {
3410
3521
  content = (React.createElement(Text, { size: props.size }, "Unknown"));
@@ -3416,19 +3527,19 @@ function DataPickerRow(props) {
3416
3527
  content = (React.createElement(React.Fragment, null,
3417
3528
  renderRowItem(props.value, props),
3418
3529
  React.createElement(FlexSpacer, null),
3419
- (props.isChildrenSelected || props.isSelected) && (React.createElement("div", { className: cx$1(css$R.iconWrapper, 'uui-picker_input-row-select_icon', uuiMod.selected) },
3420
- React.createElement(IconContainer, { size: settings.pickerInput.sizes.body.selectIconMap[props.size], icon: SelectIcon, cx: props.isChildrenSelected ? css$R.iconDefault : css$R.selectedMark, rawProps: { 'aria-label': props.isChildrenSelected
3530
+ (props.isChildrenSelected || props.isSelected) && (React.createElement("div", { className: cx$1(css$Q.iconWrapper, 'uui-picker_input-row-select_icon', uuiMod.selected) },
3531
+ React.createElement(IconContainer, { size: settings.pickerInput.sizes.body.selectIconMap[props.size], icon: SelectIcon, cx: props.isChildrenSelected ? css$Q.iconDefault : css$Q.selectedMark, rawProps: { 'aria-label': props.isChildrenSelected
3421
3532
  ? 'Child is selected'
3422
3533
  : 'Selected' } })))));
3423
3534
  }
3424
- return (React.createElement(FlexCell, { grow: 1, width: 0, minWidth: 0, cx: css$R.rowContent },
3535
+ return (React.createElement(FlexCell, { grow: 1, width: 0, minWidth: 0, cx: css$Q.rowContent },
3425
3536
  React.createElement(DataRowAddons, { size: props.size, rowProps: props, tabIndex: -1 }),
3426
- React.createElement("div", { className: css$R.contentWrapper }, content)));
3537
+ React.createElement("div", { className: css$Q.contentWrapper }, content)));
3427
3538
  };
3428
3539
  const clickHandler = props.onClick || props.onSelect || props.onFold || props.onCheck;
3429
3540
  return (
3430
3541
  // eslint-disable-next-line jsx-a11y/click-events-have-key-events
3431
- React.createElement("div", { onClick: clickHandler && ((e) => !isEventTargetInsideClickable(e) && clickHandler(props)), role: "option", "aria-busy": props.isLoading, "aria-posinset": props.index + 1, "aria-checked": props.checkbox?.isVisible ? props.isChecked : null, "aria-selected": props.isSelectable ? props.isSelected : null, ref: rowNode, className: cx$1(css$R.pickerRow, 'uui-picker_input-row', props.size && `uui-size-${props.size || settings.pickerInput.sizes.body.row}`, css$R[`align-widgets-${props.alignActions || 'top'}`], clickHandler && props.isFocused && uuiMod.focus, clickHandler && uuiMarkers.clickable, props.cx), style: props.padding && {
3542
+ React.createElement("div", { onClick: clickHandler && ((e) => !isEventTargetInsideClickable(e) && clickHandler(props)), role: "option", "aria-busy": props.isLoading, "aria-posinset": props.index + 1, "aria-checked": props.checkbox?.isVisible ? props.isChecked : null, "aria-selected": props.isSelectable ? props.isSelected : null, ref: rowNode, className: cx$1(css$Q.pickerRow, 'uui-picker_input-row', props.size && `uui-size-${props.size || settings.pickerInput.sizes.body.row}`, css$Q[`align-widgets-${props.alignActions || 'top'}`], clickHandler && props.isFocused && uuiMod.focus, clickHandler && uuiMarkers.clickable, props.cx), style: props.padding && {
3432
3543
  '--uui-data_picker-horizontal-padding': `${props.padding}px`,
3433
3544
  }, ...props.rawProps }, renderContent()));
3434
3545
  }
@@ -3456,7 +3567,7 @@ function DataPickerBody({ highlightSearchMatches = true, ...props }) {
3456
3567
  });
3457
3568
  }
3458
3569
  if (props.minCharsToSearch && search.length < props.minCharsToSearch) {
3459
- return (React__default.createElement(FlexCell$1, { cx: css$S.noData, grow: 1, textAlign: "center" },
3570
+ return (React__default.createElement(FlexCell$1, { cx: css$R.noData, grow: 1, textAlign: "center" },
3460
3571
  React__default.createElement(Text, { size: props.searchSize }, i18n.dataPickerBody.typeSearchToLoadMessage)));
3461
3572
  }
3462
3573
  if (props.rows.length === 0) {
@@ -3469,7 +3580,7 @@ function DataPickerBody({ highlightSearchMatches = true, ...props }) {
3469
3580
  search: search,
3470
3581
  });
3471
3582
  }
3472
- return (React__default.createElement(FlexCell$1, { cx: css$S.noData, grow: 1, textAlign: "center" },
3583
+ return (React__default.createElement(FlexCell$1, { cx: css$R.noData, grow: 1, textAlign: "center" },
3473
3584
  React__default.createElement(Text, { size: props.searchSize }, i18n.dataPickerBody.noRecordsMessage)));
3474
3585
  }
3475
3586
  };
@@ -3483,10 +3594,12 @@ function DataPickerBody({ highlightSearchMatches = true, ...props }) {
3483
3594
  const pickerRowProps = { ...row, getName: props.getName };
3484
3595
  return props.renderRow ? (props.renderRow(pickerRowProps, dsState)) : (React__default.createElement(DataPickerRow, { ...pickerRowProps, key: row.rowKey, size: getRowSize(), flattenSearchResults: props.flattenSearchResults, highlightSearchMatches: highlightSearchMatches, dataSourceState: dsState, getName: props.getName }));
3485
3596
  };
3486
- const searchSize = isMobile() ? settings.pickerInput.sizes.body.mobileSearchInput : props.searchSize;
3597
+ const searchSize = isMobile()
3598
+ ? settings.pickerInput.sizes.body.mobileSearchInput
3599
+ : settings.pickerInput.sizes.body.getSearchSize({ pickerSize: props.searchSize });
3487
3600
  const renderedDataRows = useMemo(() => props.rows.map((row) => renderRow(row, props.value)), [props.rows, props.value]);
3488
3601
  return (React__default.createElement(React__default.Fragment, null,
3489
- showSearch && (React__default.createElement("div", { key: "search", className: cx$1(css$S.searchWrapper, 'uui-picker_input-body-search') },
3602
+ showSearch && (React__default.createElement("div", { key: "search", className: cx$1(css$R.searchWrapper, 'uui-picker_input-body-search') },
3490
3603
  React__default.createElement(FlexCell$1, { grow: 1 },
3491
3604
  React__default.createElement(MoveFocusInside, null,
3492
3605
  React__default.createElement(SearchInput, { placeholder: i18n.dataPickerBody.searchPlaceholder, value: props.value.search, onValueChange: (newVal) => props.onValueChange({ ...props.value, search: newVal }), onKeyDown: searchKeyDown, size: searchSize, debounceDelay: props.searchDebounceDelay, rawProps: { dir: 'auto' } }))))),
@@ -3500,8 +3613,6 @@ function DataPickerBody({ highlightSearchMatches = true, ...props }) {
3500
3613
  }, rowsCount: props.rowsCount, isLoading: props.isReloading })))));
3501
3614
  }
3502
3615
 
3503
- var css$G = {"footer":"IlTacl"};
3504
-
3505
3616
  function DataPickerFooterImpl(props) {
3506
3617
  const { search, clearSelection, view, showSelected, selectionMode, isSearchTooShort, } = props;
3507
3618
  const size = isMobile() ? settings.pickerInput.sizes.body.mobileFooterLinkButton : props.size;
@@ -3514,7 +3625,7 @@ function DataPickerFooterImpl(props) {
3514
3625
  const isSearching = search?.length;
3515
3626
  const hideFooter = (rowsCount === 0 && !hasSelection) || isSearching || (isSinglePicker && props.disableClear);
3516
3627
  const showClear = !props.disableClear && (isSinglePicker ? true : (!view.selectAll || hasSelection));
3517
- return !hideFooter && (React__default.createElement(FlexRow, { cx: css$G.footer },
3628
+ return !hideFooter && (React__default.createElement(FlexRow, { cx: cx('uui-picker_input-footer', props.cx) },
3518
3629
  !isSinglePicker && !isSearchTooShort && ( // Show this switch only for multi mode and when some rows rendered
3519
3630
  React__default.createElement(Switch, { size: settings.pickerInput.sizes.body.footerSwitchMap[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
3520
3631
  React__default.createElement(FlexSpacer, null),
@@ -3526,7 +3637,7 @@ function DataPickerFooterImpl(props) {
3526
3637
  }
3527
3638
  const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
3528
3639
 
3529
- var css$F = {"header":"rQX3CU","title":"_3-n5Ay","close":"AMVtUG"};
3640
+ var css$F = {"header":"f7-dx0","title":"yrX23S","close":"RUm097"};
3530
3641
 
3531
3642
  const DataPickerMobileHeaderImpl = (props) => {
3532
3643
  const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
@@ -3536,7 +3647,7 @@ const DataPickerMobileHeaderImpl = (props) => {
3536
3647
  };
3537
3648
  const DataPickerMobileHeader = /* @__PURE__ */React__default.memo(DataPickerMobileHeaderImpl);
3538
3649
 
3539
- var css$E = {"done":"Gr5f0z","container":"_5xfPWN"};
3650
+ var css$E = {"done":"_9FEu8H","container":"_50sIrr"};
3540
3651
 
3541
3652
  const PickerBodyMobileView = (props) => {
3542
3653
  const isMobileView = isMobile();
@@ -3548,7 +3659,7 @@ const PickerBodyMobileView = (props) => {
3548
3659
  isMobileView && (React__default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => props.onClose?.(), cx: css$E.done, size: settings.pickerInput.sizes.body.mobileFooterLinkButton }))));
3549
3660
  };
3550
3661
 
3551
- var css$D = {"sub-header-wrapper":"X5pz9p","subHeaderWrapper":"X5pz9p","switch":"YeTtgM","no-found-modal-container":"hO7Pbc","noFoundModalContainer":"hO7Pbc","no-found-modal-container-icon":"lGLcJA","noFoundModalContainerIcon":"lGLcJA","no-found-modal-container-text":"q-ggGx","noFoundModalContainerText":"q-ggGx","body":"teVPB4"};
3662
+ var css$D = {"sub-header-wrapper":"LDCtsP","subHeaderWrapper":"LDCtsP","switch":"QBWeKc","no-found-modal-container":"_14uFKy","noFoundModalContainer":"_14uFKy","no-found-modal-container-icon":"U4lMME","noFoundModalContainerIcon":"U4lMME","no-found-modal-container-text":"HdHqvp","noFoundModalContainerText":"HdHqvp","body":"fLG-ly"};
3552
3663
 
3553
3664
  function PickerModal(props) {
3554
3665
  const { view, selection, dataSourceStateLens, dataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = usePickerModal(props);
@@ -3590,9 +3701,9 @@ function PickerModal(props) {
3590
3701
  React__default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
3591
3702
  }
3592
3703
 
3593
- var css$C = {"tooltip":"GTxa2T"};
3704
+ var css$C = {"tooltip":"_8UzCOz"};
3594
3705
 
3595
- function PickerTogglerTag(props) {
3706
+ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
3596
3707
  const tagProps = {
3597
3708
  ...props,
3598
3709
  tabIndex: -1,
@@ -3602,14 +3713,14 @@ function PickerTogglerTag(props) {
3602
3713
  if (props.isCollapsed) {
3603
3714
  const collapsedRows = props.collapsedRows.map((row) => props.getName(row.value)).join(', ');
3604
3715
  return (React.createElement(Tooltip, { key: "selected", content: collapsedRows, closeDelay: 150, closeOnMouseLeave: "boundary", cx: css$C.tooltip },
3605
- React.createElement(Tag, { ref: props.ref, rawProps: { role: 'option' }, ...tagProps })));
3716
+ React.createElement(Tag, { ref: ref, rawProps: { role: 'option' }, ...tagProps })));
3606
3717
  }
3607
3718
  else {
3608
- return React.createElement(Tag, { ref: props.ref, rawProps: { role: 'option' }, ...tagProps });
3719
+ return React.createElement(Tag, { ref: ref, rawProps: { role: 'option' }, ...tagProps });
3609
3720
  }
3610
- }
3721
+ });
3611
3722
 
3612
- var css$B = {"root":"yM0tKa","mode-form":"_8A2Utc","modeForm":"_8A2Utc","mode-cell":"EZ7-ka","modeCell":"EZ7-ka","mode-inline":"-l-a0H","modeInline":"-l-a0H"};
3723
+ var css$B = {"root":"vCucHI"};
3613
3724
 
3614
3725
  const defaultMode = EditMode.FORM;
3615
3726
  function applyPickerTogglerMods(mods) {
@@ -3617,10 +3728,10 @@ function applyPickerTogglerMods(mods) {
3617
3728
  css$B.root,
3618
3729
  'uui-picker_toggler',
3619
3730
  `uui-size-${mods.size || settings.pickerInput.sizes.toggler.default}`,
3620
- css$B['mode-' + (mods.mode || defaultMode)],
3731
+ 'uui-control-mode-' + (mods.mode || defaultMode),
3621
3732
  ];
3622
3733
  }
3623
- function PickerToggler(props) {
3734
+ function PickerTogglerComponent(props, ref) {
3624
3735
  const renderItem = (itemProps) => {
3625
3736
  const itemPropsWithSize = { ...itemProps, size: props.size || settings.pickerInput.sizes.toggler.tag };
3626
3737
  if (!!props.renderItem) {
@@ -3628,17 +3739,13 @@ function PickerToggler(props) {
3628
3739
  }
3629
3740
  return (React.createElement(PickerTogglerTag, { ...itemPropsWithSize, key: itemProps.isCollapsed ? 'collapsed_tag' : itemProps.rowProps?.id, getName: props.getName }));
3630
3741
  };
3631
- return (React.createElement(PickerToggler$1, { ...props, ref: props.ref, cx: [applyPickerTogglerMods(props), props.cx], renderItem: renderItem, getName: props.getName, cancelIcon: settings.pickerInput.icons.toggler.clearIcon, dropdownIcon: settings.pickerInput.icons.toggler.dropdownIcon }));
3742
+ return (React.createElement(PickerToggler$1, { ...props, ref: ref, cx: [applyPickerTogglerMods(props), props.cx], renderItem: renderItem, getName: props.getName, cancelIcon: settings.pickerInput.icons.toggler.clearIcon, dropdownIcon: settings.pickerInput.icons.toggler.dropdownIcon }));
3632
3743
  }
3744
+ const PickerToggler = /* @__PURE__ */React.forwardRef(PickerTogglerComponent);
3633
3745
 
3634
- function PickerInput(props) {
3746
+ function PickerInputComponent(props, ref) {
3635
3747
  const context = useContext(UuiContext);
3636
- const popperModifiers = useMemo(() => [
3637
- {
3638
- name: 'offset',
3639
- options: { offset: [0, 6] },
3640
- }, mobilePopperModifier,
3641
- ], []);
3748
+ const middleware = useMemo(() => [offset(6), mobilePositioning], []);
3642
3749
  const toggleModalOpening = () => {
3643
3750
  const { renderFooter, rawProps, ...restProps } = props;
3644
3751
  context.uuiModals
@@ -3649,13 +3756,13 @@ function PickerInput(props) {
3649
3756
  .catch(() => { });
3650
3757
  };
3651
3758
  const { view, getName, getPlaceholder, handleSelectionValueChange, getTogglerProps, getRows, handleTogglerSearchChange, toggleBodyOpening, dataSourceState, handleDataSourceValueChange, getFooterProps, getListProps, shouldShowBody, getSearchPosition, closePickerBody, openPickerBody, handlePickerInputKeyboard, } = usePickerInput({ ...props, toggleModalOpening });
3652
- const dropdownRef = useRef(null);
3653
- useImperativeHandle(props.ref, () => {
3654
- if (dropdownRef.current) {
3655
- dropdownRef.current.closePickerBody = closePickerBody;
3656
- dropdownRef.current.openPickerBody = openPickerBody;
3759
+ const togglerRef = useRef(null);
3760
+ useImperativeHandle(ref, () => {
3761
+ if (togglerRef.current) {
3762
+ togglerRef.current.closePickerBody = closePickerBody;
3763
+ togglerRef.current.openPickerBody = openPickerBody;
3657
3764
  }
3658
- return dropdownRef.current;
3765
+ return togglerRef.current;
3659
3766
  }, [closePickerBody, openPickerBody]);
3660
3767
  const getTogglerMods = () => {
3661
3768
  return {
@@ -3691,10 +3798,11 @@ function PickerInput(props) {
3691
3798
  return (React__default.createElement(Dropdown, { renderTarget: (dropdownProps) => {
3692
3799
  const targetProps = getTogglerProps();
3693
3800
  return renderTarget({ ...dropdownProps, ...targetProps, renderItem });
3694
- }, renderBody: (bodyProps) => renderBody(bodyProps), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, modifiers: popperModifiers, closeBodyOnTogglerHidden: !isMobile(), portalTarget: props.portalTarget, ref: dropdownRef }));
3801
+ }, renderBody: (bodyProps) => renderBody(bodyProps), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, middleware: middleware, closeBodyOnTogglerHidden: !isMobile(), portalTarget: props.portalTarget, ref: togglerRef }));
3695
3802
  }
3803
+ const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
3696
3804
 
3697
- var css$A = {"row":"aljes2"};
3805
+ var css$A = {"row":"M-bQcH"};
3698
3806
 
3699
3807
  function PickerListRow(props) {
3700
3808
  let label;
@@ -3714,7 +3822,7 @@ function PickerListRow(props) {
3714
3822
  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));
3715
3823
  }
3716
3824
 
3717
- var css$z = {"root":"QUfFOW"};
3825
+ var css$z = {"root":"WaE1B8"};
3718
3826
 
3719
3827
  function PickerList(props) {
3720
3828
  const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, getModalTogglerCaption, } = usePickerList(props);
@@ -3749,7 +3857,7 @@ function PickerList(props) {
3749
3857
  }, selectedRows)));
3750
3858
  }
3751
3859
 
3752
- var css$y = {"root":"de3t65","wrapper":"_3uaV6e","align-widgets-top":"kpDxhu","alignWidgetsTop":"kpDxhu","align-widgets-center":"_4N3n0T","alignWidgetsCenter":"_4N3n0T"};
3860
+ var css$y = {"root":"zMzt-0","wrapper":"U25qgs","align-widgets-top":"uxTf-f","alignWidgetsTop":"uxTf-f","align-widgets-center":"ycZxKt","alignWidgetsCenter":"ycZxKt"};
3753
3861
 
3754
3862
  function DataTableCell(initialProps) {
3755
3863
  const props = { ...initialProps };
@@ -3757,7 +3865,7 @@ function DataTableCell(initialProps) {
3757
3865
  props.addons = React.createElement(DataRowAddons, { size: props.size, ...props });
3758
3866
  }
3759
3867
  props.renderPlaceholder = props.renderPlaceholder
3760
- || (() => (React.createElement(Text, { key: "t", size: props.size }, settings.dataTable.renderPlaceholder())));
3868
+ || (() => settings.dataTable.renderPlaceholder({ rowSize: props.size }));
3761
3869
  props.renderUnknown = props.renderUnknown
3762
3870
  || (() => (React.createElement(Text, { key: "t", size: props.size }, "Unknown")));
3763
3871
  props.renderTooltip = (tooltipProps) => React.createElement(Tooltip, { color: "critical", ...tooltipProps });
@@ -3789,6 +3897,8 @@ function DataTableCell(initialProps) {
3789
3897
  props.isLastColumn && 'uui-dt-last-column',
3790
3898
  css$y[`align-widgets-${props.alignActions || 'top'}`],
3791
3899
  (props.border || isEditable) && 'uui-dt-vertical-cell-border',
3900
+ props.isDisabled && uuiMod.disabled,
3901
+ props.isReadonly && uuiMod.readonly,
3792
3902
  ];
3793
3903
  props.style = {
3794
3904
  '--uui-dt-cell-padding-start': getLeftPadding(),
@@ -3797,7 +3907,7 @@ function DataTableCell(initialProps) {
3797
3907
  return React.createElement(DataTableCell$1, { ...props });
3798
3908
  }
3799
3909
 
3800
- var css$x = {"root":"q0jsTv"};
3910
+ var css$x = {"root":"pejHwc"};
3801
3911
 
3802
3912
  // Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
3803
3913
  // 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.
@@ -3813,7 +3923,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
3813
3923
  ];
3814
3924
  }, () => propsMods);
3815
3925
 
3816
- var css$w = {"sorting-panel-container":"mdTHCP","sortingPanelContainer":"mdTHCP"};
3926
+ var css$w = {"sorting-panel-container":"rfUNKD","sortingPanelContainer":"rfUNKD"};
3817
3927
 
3818
3928
  const SortingPanelImpl = ({ sortDirection, onSort }) => {
3819
3929
  const sortAsc = useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
@@ -3825,20 +3935,15 @@ const SortingPanelImpl = ({ sortDirection, onSort }) => {
3825
3935
  const SortingPanel = /* @__PURE__ */React__default.memo(SortingPanelImpl);
3826
3936
 
3827
3937
  const ColumnHeaderDropdownImpl = (props) => {
3828
- const popperModifiers = useMemo(() => [
3829
- {
3830
- name: 'offset',
3831
- options: { offset: [0, 1] },
3832
- }, mobilePopperModifier,
3833
- ], []);
3938
+ const middleware = useMemo(() => [offset(1), mobilePositioning], []);
3834
3939
  const closeDropdown = useCallback(() => props.onOpenChange(false), [props.onOpenChange]);
3835
3940
  return (React__default.createElement(Dropdown$1, { renderTarget: props.renderTarget, renderBody: (dropdownProps) => (React__default.createElement(PickerBodyMobileView, { width: 280, maxWidth: "auto", title: props.title, onClose: closeDropdown },
3836
3941
  props.isSortable && React__default.createElement(SortingPanel, { sortDirection: props.sortDirection, onSort: props.onSort }),
3837
- props.renderFilter(dropdownProps))), modifiers: popperModifiers, value: props.isOpen, onValueChange: props.onOpenChange }));
3942
+ props.renderFilter(dropdownProps))), middleware: middleware, value: props.isOpen, onValueChange: props.onOpenChange }));
3838
3943
  };
3839
3944
  const ColumnHeaderDropdown = /* @__PURE__ */React__default.memo(ColumnHeaderDropdownImpl);
3840
3945
 
3841
- var css$v = {"root":"L92p9F","caption-wrapper":"uuOirc","captionWrapper":"uuOirc","sort-icon":"QXJ5dc","sortIcon":"QXJ5dc","dropdown-icon":"G0kXyV","dropdownIcon":"G0kXyV","infoIcon":"_5KJcPd","resizable":"WnlWPL","align-right":"pT06XI","alignRight":"pT06XI","align-center":"g2Bq3F","alignCenter":"g2Bq3F","caption":"_9iTmla","truncate":"tAEROV","upper-case":"GBYpun","upperCase":"GBYpun","checkbox":"seHmU0","icon":"Fmh7W-","fold-all-icon":"iyqYaa","foldAllIcon":"iyqYaa","cell-tooltip":"xIf7XQ","cellTooltip":"xIf7XQ","resizing-marker":"CNESRM","resizingMarker":"CNESRM","pinned-right":"S8pEoo","pinnedRight":"S8pEoo","draggable":"_7MZUUp","ghost":"R4wbmm","is-dragged-out":"bxMCO5","isDraggedOut":"bxMCO5","dnd-marker-left":"navFLx","dndMarkerLeft":"navFLx","dnd-marker-right":"umE-vS","dndMarkerRight":"umE-vS","cell-tooltip-wrapper":"F5cUMy","cellTooltipWrapper":"F5cUMy","cell-tooltip-text":"wMWuXI","cellTooltipText":"wMWuXI","tooltip-caption":"zUgvM6","tooltipCaption":"zUgvM6","tooltip-info":"s8FwJv","tooltipInfo":"s8FwJv"};
3946
+ var css$v = {"root":"SE6cDe","caption-wrapper":"JRp0yv","captionWrapper":"JRp0yv","sort-icon":"T10qBu","sortIcon":"T10qBu","dropdown-icon":"ncfjoy","dropdownIcon":"ncfjoy","infoIcon":"ERMqpZ","resizable":"_17Iedm","align-right":"NAFMFq","alignRight":"NAFMFq","align-center":"TSZBq8","alignCenter":"TSZBq8","caption":"ParSzD","truncate":"_6QJV1w","upper-case":"WS1muv","upperCase":"WS1muv","checkbox":"ywh4mN","icon":"Ef6xCz","fold-all-icon":"FUMrwm","foldAllIcon":"FUMrwm","cell-tooltip":"WygTQS","cellTooltip":"WygTQS","resizing-marker":"xyis9k","resizingMarker":"xyis9k","pinned-right":"lTLc9m","pinnedRight":"lTLc9m","draggable":"nKiHfH","ghost":"TWWail","is-dragged-out":"XA3zlw","isDraggedOut":"XA3zlw","dnd-marker-left":"sueTk3","dndMarkerLeft":"sueTk3","dnd-marker-right":"MxDW-E","dndMarkerRight":"MxDW-E","cell-tooltip-wrapper":"nvrbCu","cellTooltipWrapper":"nvrbCu","cell-tooltip-text":"TU9NSt","cellTooltipText":"TU9NSt","tooltip-caption":"-MGBu2","tooltipCaption":"-MGBu2","tooltip-info":"YMWYES","tooltipInfo":"YMWYES"};
3842
3947
 
3843
3948
  class DataTableHeaderCell extends React.Component {
3844
3949
  constructor() {
@@ -3859,7 +3964,7 @@ class DataTableHeaderCell extends React.Component {
3859
3964
  this.props.size >= '48' && css$v.truncate,
3860
3965
  ]);
3861
3966
  return (React.createElement("div", { className: cx$1(css$v.captionWrapper, css$v['align-' + this.props.column.textAlign], uuiDataTableHeaderCell.uuiTableHeaderCaptionWrapper) },
3862
- React.createElement(Tooltip, { placement: "top", color: "inverted", content: renderTooltip(this.props.column), cx: css$v.cellTooltip, openDelay: 600 },
3967
+ React.createElement(Tooltip, { placement: "top", color: "inverted", content: renderTooltip(this.props.column), cx: [css$v.cellTooltip, 'uui-dt-header-tooltip'], openDelay: 600 },
3863
3968
  React.createElement("div", { key: "text", className: captionCx }, this.props.column.caption)),
3864
3969
  this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React.createElement(IconButton, { key: "sort", cx: cx$1(css$v.icon, css$v.sortIcon, this.props.sortDirection && css$v.sortIconActive, uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: settings.dataTable.icons.header[this.props.sortDirection === 'desc' ? 'descSortIcon' : this.props.sortDirection === 'asc' ? 'ascSortIcon' : 'defaultSortIcon'] })),
3865
3970
  this.props.isFilterActive && (React.createElement(IconButton, { key: "filter", cx: cx$1(css$v.icon, !this.props.sortDirection && css$v.filterIcon, uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: settings.dataTable.icons.header.filterIcon })),
@@ -3932,7 +4037,7 @@ class DataTableHeaderCell extends React.Component {
3932
4037
  }
3933
4038
  }
3934
4039
 
3935
- var css$u = {"root":"_91cIYT","caption-wrapper":"_94poJt","captionWrapper":"_94poJt","align-center":"bHc-qg","alignCenter":"bHc-qg","caption":"tFrk6a","truncate":"ePO6h9","upper-case":"SWaZUl","upperCase":"SWaZUl","group-cell-tooltip":"TFE--A","groupCellTooltip":"TFE--A","group-cell-tooltip-wrapper":"BUeqDu","groupCellTooltipWrapper":"BUeqDu","group-cell-tooltip-text":"qBWpQu","groupCellTooltipText":"qBWpQu","tooltip-caption":"sLC37y","tooltipCaption":"sLC37y","tooltip-info":"_6wi-uR","tooltipInfo":"_6wi-uR"};
4040
+ var css$u = {"root":"_4OHIEr","caption-wrapper":"p7FEdW","captionWrapper":"p7FEdW","align-center":"P2i7HJ","alignCenter":"P2i7HJ","caption":"bbJBrt","truncate":"KnAWxt","upper-case":"yl-sBs","upperCase":"yl-sBs","group-cell-tooltip":"KR5tKk","groupCellTooltip":"KR5tKk","group-cell-tooltip-wrapper":"sPV0jU","groupCellTooltipWrapper":"sPV0jU","group-cell-tooltip-text":"LTRjMZ","groupCellTooltipText":"LTRjMZ","tooltip-caption":"UX6YmQ","tooltipCaption":"UX6YmQ","tooltip-info":"f4hIiQ","tooltipInfo":"f4hIiQ"};
3936
4041
 
3937
4042
  class DataTableHeaderGroupCell extends React.Component {
3938
4043
  constructor() {
@@ -3972,7 +4077,7 @@ class DataTableHeaderGroupCell extends React.Component {
3972
4077
  }
3973
4078
  }
3974
4079
 
3975
- var css$t = {"root":"lXhjZY"};
4080
+ var css$t = {"root":"_8NLfUR"};
3976
4081
 
3977
4082
  const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
3978
4083
  renderCell: (props) => (React.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
@@ -3984,10 +4089,14 @@ const UUI_FILTERS_PANEL_ADD_BUTTON = 'uui-filters-panel-add-button';
3984
4089
  const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
3985
4090
  const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
3986
4091
  const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
4092
+ const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = 'uui-filters-panel-item-toggler-title';
4093
+ const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler-selection';
4094
+ const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
4095
+ const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
3987
4096
 
3988
- var css$s = {"root":"_6XGMo2","title-wrapper":"_--l7Ag","titleWrapper":"_--l7Ag","title":"KJDYwu","text-wrapper":"ySSinV","textWrapper":"ySSinV","selection":"JyACUy","postfix":"dT9Cvz","selected":"_2p6su0"};
4097
+ var css$s = {"root":"VD8Kme","title-wrapper":"zGDT-0","titleWrapper":"zGDT-0","title":"gXsDSb","text-wrapper":"_21-5gF","textWrapper":"_21-5gF","selection":"JlCpMV","postfix":"HefdF6","selected":"_2n0VU5"};
3989
4098
 
3990
- function FilterPanelItemToggler(props) {
4099
+ const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
3991
4100
  const togglerPickerOpened = (e) => {
3992
4101
  if (props.isDisabled)
3993
4102
  return;
@@ -4008,16 +4117,16 @@ function FilterPanelItemToggler(props) {
4008
4117
  };
4009
4118
  const getTitle = props.predicateName ? `${props.title} ${props.predicateName}` : `${props.title}${props.selection ? ':' : ''}`;
4010
4119
  const getSelectionText = () => props.selection.map((i, index) => (React.createElement(React.Fragment, { key: `${i}${index}` },
4011
- React.createElement(Text, { color: "primary", size: props.size, cx: css$s.selection }, i),
4120
+ React.createElement("div", { className: cx(css$s.selection, UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION) }, i),
4012
4121
  (props.postfix || index !== props.selection.length - 1) && React.createElement("span", null, ",\u00A0"))));
4013
- return (React.createElement("div", { style: { maxWidth: `${props.maxWidth ? props.maxWidth + 'px' : 'auto'}` }, role: "button", tabIndex: props.isDisabled ? -1 : 0, onKeyDown: onKeyDownHandler, className: cx(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiElement.inputBox, uuiMarkers.clickable, props.isOpen && uuiMod.opened, `uui-size-${props.size || settings.pickerInput.sizes.toggler.default}`, props.cx), onClick: togglerPickerOpened, ref: props.ref },
4122
+ return (React.createElement("div", { style: { maxWidth: `${props.maxWidth ? props.maxWidth + 'px' : 'auto'}` }, role: "button", tabIndex: props.isDisabled ? -1 : 0, onKeyDown: onKeyDownHandler, className: cx(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiElement.inputBox, uuiMarkers.clickable, props.isOpen && uuiMod.opened, props.selection?.length > 0 && uuiMarkers.hasValue, `uui-size-${props.size || settings.pickerInput.sizes.toggler.default}`, props.cx), onClick: togglerPickerOpened, ref: ref },
4014
4123
  React.createElement("div", { className: css$s.titleWrapper },
4015
- React.createElement(Text, { size: props.size, cx: css$s.title }, getTitle),
4124
+ React.createElement("div", { className: cx(css$s.title, UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE) }, getTitle),
4016
4125
  props.selection && (React.createElement("div", { className: css$s.textWrapper },
4017
4126
  getSelectionText(),
4018
- props.postfix && (React.createElement(Text, { color: "primary", size: props.size, cx: css$s.postfix }, props.postfix))))),
4127
+ props.postfix && (React.createElement("div", { className: cx(css$s.postfix, UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX) }, props.postfix))))),
4019
4128
  !props.isDisabled && React.createElement(IconContainer, { icon: settings.filtersPanel.icons.itemDropdownIcon, flipY: props.isOpen, cx: "uui-icon-dropdown" })));
4020
- }
4129
+ });
4021
4130
 
4022
4131
  const pickerHeight = 300;
4023
4132
  function FilterPickerBody({ highlightSearchMatches = true, ...restProps }) {
@@ -4053,7 +4162,7 @@ function FilterPickerBody({ highlightSearchMatches = true, ...restProps }) {
4053
4162
  };
4054
4163
  return props.renderFooter
4055
4164
  ? props.renderFooter(footerProps)
4056
- : React.createElement(DataPickerFooter, { ...footerProps, size: settings.pickerInput.sizes.body.row });
4165
+ : React.createElement(DataPickerFooter, { ...footerProps, cx: UUI_FILTERS_PANEL_BODY_FOOTER, size: settings.pickerInput.sizes.body.row });
4057
4166
  };
4058
4167
  const renderBody = () => {
4059
4168
  const rows = view.getVisibleRows();
@@ -4144,7 +4253,7 @@ function FilterRangeDatePickerBody(props) {
4144
4253
  }, onValueChange: onBodyValueChange, filter: props.filter, presets: props.presets })),
4145
4254
  React__default.createElement(FlexCell, { alignSelf: "stretch" },
4146
4255
  React__default.createElement(FlexRow, { padding: "24", vPadding: "12" },
4147
- React__default.createElement(RangeDatePickerInput, { size: "30", disableClear: props.disableClear, inFocus: inFocus, format: format, value: value, onValueChange: onValueChange, onFocusInput: (event, inputType) => {
4256
+ React__default.createElement(RangeDatePickerInput, { size: settings.filtersPanel.sizes.rangeDatePickerInput, disableClear: props.disableClear, inFocus: inFocus, format: format, value: value, onValueChange: onValueChange, onFocusInput: (event, inputType) => {
4148
4257
  if (props.onFocus) {
4149
4258
  props.onFocus(event, inputType);
4150
4259
  }
@@ -4154,7 +4263,7 @@ function FilterRangeDatePickerBody(props) {
4154
4263
  React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
4155
4264
  }
4156
4265
 
4157
- var css$r = {"container":"wAoLm1"};
4266
+ var css$r = {"container":"mJGwgK"};
4158
4267
 
4159
4268
  function FilterNumericBody(props) {
4160
4269
  const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
@@ -4183,7 +4292,6 @@ function FilterNumericBody(props) {
4183
4292
  }
4184
4293
  };
4185
4294
  const renderFooter = () => {
4186
- const size = isMobile() ? '48' : '36';
4187
4295
  const clearSelection = () => {
4188
4296
  if (isInRangePredicate) {
4189
4297
  props.onValueChange({
@@ -4199,22 +4307,22 @@ function FilterNumericBody(props) {
4199
4307
  return (React__default.createElement(FlexRow, { padding: "12" },
4200
4308
  React__default.createElement(FlexSpacer, null),
4201
4309
  React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
4202
- React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: size, caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
4310
+ React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : 'footerLinkButton'], caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
4203
4311
  };
4204
4312
  if (isInRangePredicate) {
4205
4313
  const value = props.value;
4206
4314
  return (React__default.createElement("div", null,
4207
- React__default.createElement(FlexRow, { padding: "12", alignItems: "center", spacing: "12", borderBottom: true, cx: css$r.container },
4315
+ React__default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$r.container },
4208
4316
  React__default.createElement(FlexCell, { width: "100%" },
4209
- React__default.createElement(NumericInput, { value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
4317
+ React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
4210
4318
  React__default.createElement(FlexCell, { width: "100%" },
4211
- React__default.createElement(NumericInput, { value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
4319
+ React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
4212
4320
  renderFooter()));
4213
4321
  }
4214
4322
  return (React__default.createElement("div", null,
4215
4323
  React__default.createElement(FlexRow, { padding: "12", alignItems: "center", borderBottom: true, cx: css$r.container },
4216
4324
  React__default.createElement(FlexCell, { width: 130 },
4217
- React__default.createElement(NumericInput, { value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
4325
+ React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
4218
4326
  renderFooter()));
4219
4327
  }
4220
4328
 
@@ -4235,22 +4343,7 @@ function FilterItemBody(props) {
4235
4343
  }
4236
4344
  }
4237
4345
 
4238
- var _path$a;
4239
- function _extends$a() { return _extends$a = 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$a.apply(null, arguments); }
4240
- var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
4241
- return /*#__PURE__*/React.createElement("svg", _extends$a({
4242
- xmlns: "http://www.w3.org/2000/svg",
4243
- width: 24,
4244
- height: 24,
4245
- viewBox: "0 0 24 24",
4246
- ref: ref
4247
- }, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
4248
- d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
4249
- })));
4250
- };
4251
- var ForwardRef$a = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
4252
-
4253
- var css$q = {"header":"jtnc4A","removeButton":"ybDfYZ","with-search":"QvmbLe","withSearch":"QvmbLe"};
4346
+ var css$q = {"body":"DyMDKq","header":"W5bcyn","title":"ZWfTNb","removeButton":"_5wGPK5","with-search":"DwSdtq","withSearch":"DwSdtq"};
4254
4347
 
4255
4348
  function useView(props, value) {
4256
4349
  const forceUpdate = useForceUpdate();
@@ -4271,25 +4364,16 @@ function FiltersToolbarItemImpl(props) {
4271
4364
  const { maxCount = 2 } = props;
4272
4365
  const isPickersType = props?.type === 'multiPicker' || props?.type === 'singlePicker';
4273
4366
  const isMobileScreen = isMobile();
4274
- const popperModifiers = useMemo(() => {
4275
- const modifiers = [
4276
- {
4277
- name: 'offset',
4278
- options: { offset: isPickersType && isMobileScreen ? [0, 0] : [0, 6] },
4279
- },
4367
+ const floatingMiddleware = useMemo(() => {
4368
+ const middleware = [
4369
+ offset(() => {
4370
+ return isPickersType && isMobileScreen ? 0 : 6;
4371
+ }),
4280
4372
  ];
4281
4373
  if (isPickersType && isMobileScreen) {
4282
- modifiers.push({
4283
- name: 'resetTransform',
4284
- enabled: true,
4285
- phase: 'beforeWrite',
4286
- requires: ['computeStyles'],
4287
- fn: ({ state }) => {
4288
- state.styles.popper.transform = '';
4289
- },
4290
- });
4374
+ middleware.push(mobilePositioning);
4291
4375
  }
4292
- return modifiers;
4376
+ return middleware;
4293
4377
  }, [isPickersType]);
4294
4378
  const getDefaultPredicate = () => {
4295
4379
  if (!props.predicates) {
@@ -4338,13 +4422,13 @@ function FiltersToolbarItemImpl(props) {
4338
4422
  setPredicate(val);
4339
4423
  };
4340
4424
  const renderHeader = (hideTitle) => (React__default.createElement("div", { className: cx(css$q.header, isPickersType && (props.showSearch ?? css$q.withSearch)) },
4341
- props.predicates ? (React__default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: "24" })) : (!hideTitle && (React__default.createElement(Text, { color: "secondary", size: "24", fontSize: "14" }, props.title))),
4342
- !props?.isAlwaysVisible && (React__default.createElement(LinkButton, { cx: css$q.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$a }))));
4425
+ props.predicates ? (React__default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: settings.filtersPanel.sizes.pickerBodyMultiSwitch })) : (!hideTitle && (React__default.createElement("div", { className: css$q.title }, props.title))),
4426
+ !props?.isAlwaysVisible && (React__default.createElement(LinkButton, { cx: css$q.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: settings.filtersPanel.sizes.pickerBodyLinkButton, icon: settings.filtersPanel.icons.pickerBodyRemoveIcon }))));
4343
4427
  const renderBody = (dropdownProps) => {
4344
4428
  const hideHeaderTitle = isPickersType && isMobileScreen;
4345
- return isPickersType ? (React__default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: UUI_FILTERS_PANEL_ITEM_BODY, title: props.title, width: 360, onClose: () => isOpenChange(false) },
4429
+ return isPickersType ? (React__default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: [css$q.body, UUI_FILTERS_PANEL_ITEM_BODY], title: props.title, width: settings.filtersPanel.sizes.pickerBodyMinWidth, onClose: () => isOpenChange(false) },
4346
4430
  renderHeader(hideHeaderTitle),
4347
- React__default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange }))) : (React__default.createElement(DropdownContainer, { cx: UUI_FILTERS_PANEL_ITEM_BODY, ...dropdownProps },
4431
+ React__default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange }))) : (React__default.createElement(DropdownContainer, { cx: [css$q.body, UUI_FILTERS_PANEL_ITEM_BODY], ...dropdownProps },
4348
4432
  renderHeader(hideHeaderTitle),
4349
4433
  React__default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange })));
4350
4434
  };
@@ -4353,7 +4437,7 @@ function FiltersToolbarItemImpl(props) {
4353
4437
  };
4354
4438
  const getPickerItemName = (item, config) => {
4355
4439
  if (item.isLoading) {
4356
- return React__default.createElement(TextPlaceholder, null);
4440
+ return settings.filtersPanel.renderPlaceholder();
4357
4441
  }
4358
4442
  if (item.isUnknown) {
4359
4443
  return 'Unknown';
@@ -4424,7 +4508,7 @@ function FiltersToolbarItemImpl(props) {
4424
4508
  return props.type === 'datePicker' || props.type === 'rangeDatePicker' ? null : 300;
4425
4509
  };
4426
4510
  const renderTarget = (dropdownProps) => (React__default.createElement(FilterPanelItemToggler, { ...dropdownProps, ...getTogglerValue(), title: props.title, predicateName: props.value ? predicateName : null, maxWidth: getTogglerWidth(), size: props.size }));
4427
- return (React__default.createElement(Dropdown$1, { renderTarget: renderTarget, renderBody: renderBody, closeBodyOnTogglerHidden: !isMobile(), value: isOpen, onValueChange: isOpenChange, modifiers: popperModifiers }));
4511
+ return (React__default.createElement(Dropdown$1, { renderTarget: renderTarget, renderBody: renderBody, closeBodyOnTogglerHidden: !isMobile(), value: isOpen, onValueChange: isOpenChange, middleware: floatingMiddleware }));
4428
4512
  }
4429
4513
  const FiltersPanelItem = /* @__PURE__ */React__default.memo(FiltersToolbarItemImpl);
4430
4514
 
@@ -4556,88 +4640,7 @@ function FiltersToolbarImpl(props) {
4556
4640
  }
4557
4641
  const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
4558
4642
 
4559
- var css$p = {"divider":"-R9lFS","dropdownDeleteIcon":"bps3Ov","presetsWrapper":"MeBz6K","addPresetContainer":"_613Qa1","dropContainer":"VqI9Hn"};
4560
-
4561
- var _path$9;
4562
- function _extends$9() { return _extends$9 = 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$9.apply(null, arguments); }
4563
- var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
4564
- return /*#__PURE__*/React.createElement("svg", _extends$9({
4565
- xmlns: "http://www.w3.org/2000/svg",
4566
- width: 24,
4567
- height: 24,
4568
- viewBox: "0 0 24 24",
4569
- ref: ref
4570
- }, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
4571
- d: "M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4zm2 16H5V5h11.17L19 7.83V19zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3zM6 6h9v4H6V6z"
4572
- })));
4573
- };
4574
- var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
4575
-
4576
- var _path$8;
4577
- function _extends$8() { return _extends$8 = 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$8.apply(null, arguments); }
4578
- var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
4579
- return /*#__PURE__*/React.createElement("svg", _extends$8({
4580
- xmlns: "http://www.w3.org/2000/svg",
4581
- width: 24,
4582
- height: 24,
4583
- viewBox: "0 0 24 24",
4584
- ref: ref
4585
- }, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
4586
- d: "M22.5 15a8.71 8.71 0 0 0-.712-3.513 9.158 9.158 0 0 0-1.926-2.85 9.152 9.152 0 0 0-2.85-1.925A8.709 8.709 0 0 0 13.5 6a8.71 8.71 0 0 0-3.513.712 9.167 9.167 0 0 0-2.85 1.925 9.154 9.154 0 0 0-1.924 2.85A8.705 8.705 0 0 0 4.5 15v.15L2.95 13.6 1.5 15l4 4 4-4-1.45-1.4-1.55 1.55V15c0-1.95.679-3.604 2.037-4.962C9.896 8.679 11.55 8 13.5 8c1.95 0 3.604.68 4.962 2.038C19.821 11.396 20.5 13.05 20.5 15h2z"
4587
- })));
4588
- };
4589
- var ForwardRef$8 = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
4590
-
4591
- var _path$7;
4592
- function _extends$7() { return _extends$7 = 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$7.apply(null, arguments); }
4593
- var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
4594
- return /*#__PURE__*/React.createElement("svg", _extends$7({
4595
- xmlns: "http://www.w3.org/2000/svg",
4596
- width: 24,
4597
- height: 24,
4598
- viewBox: "0 0 24 24",
4599
- ref: ref
4600
- }, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
4601
- fillRule: "evenodd",
4602
- d: "M19 19H9V9h10M9 7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H9zm5-4H5a2 2 0 0 0-2 2v9h2V5h9V3z",
4603
- clipRule: "evenodd"
4604
- })));
4605
- };
4606
- var ForwardRef$7 = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
4607
-
4608
- var _path$6;
4609
- function _extends$6() { return _extends$6 = 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$6.apply(null, arguments); }
4610
- var SvgContentEditFill = function SvgContentEditFill(props, ref) {
4611
- return /*#__PURE__*/React.createElement("svg", _extends$6({
4612
- xmlns: "http://www.w3.org/2000/svg",
4613
- width: 24,
4614
- height: 24,
4615
- viewBox: "0 0 24 24",
4616
- ref: ref
4617
- }, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
4618
- d: "m19.3 8.925-4.25-4.2 1.4-1.4a1.92 1.92 0 0 1 1.413-.575 1.92 1.92 0 0 1 1.412.575l1.4 1.4c.383.383.583.846.6 1.388a1.806 1.806 0 0 1-.55 1.387L19.3 8.925zM17.85 10.4 7.25 21H3v-4.25l10.6-10.6 4.25 4.25z"
4619
- })));
4620
- };
4621
- var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgContentEditFill);
4622
-
4623
- var _path$5, _path2;
4624
- function _extends$5() { return _extends$5 = 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$5.apply(null, arguments); }
4625
- var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
4626
- return /*#__PURE__*/React.createElement("svg", _extends$5({
4627
- xmlns: "http://www.w3.org/2000/svg",
4628
- width: 24,
4629
- height: 24,
4630
- viewBox: "0 0 24 24",
4631
- ref: ref
4632
- }, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
4633
- d: "M12 4.93A5 5 0 0 1 19.07 12l-1.06 1.06c.12-.85.022-1.725-.295-2.534a3 3 0 0 0-4.302-4.182l-2.828 2.828a3 3 0 0 0-.07 4.17l.07.073-1.415 1.414a5 5 0 0 1 0-7.071L12 4.929z"
4634
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
4635
- d: "m4.93 12 .989-.99a5.018 5.018 0 0 0 .297 2.54 3 3 0 0 0 4.37 4.107l2.829-2.828a3 3 0 0 0-.828-4.83l1.464-1.463a5 5 0 0 1 .778 7.707L12 19.071a5 5 0 0 1-7.07-7.07z"
4636
- })));
4637
- };
4638
- var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
4639
-
4640
- var css$o = {"delete-button":"jT0xBT","deleteButton":"jT0xBT","tab-button":"wil-YJ","tabButton":"wil-YJ","targetOpen":"Z3tbgq"};
4643
+ var css$p = {"delete-button":"Om--Ji","deleteButton":"Om--Ji","tab-button":"SsB9JS","tabButton":"SsB9JS","targetOpen":"HqHuXA"};
4641
4644
 
4642
4645
  function PresetActionsDropdown(props) {
4643
4646
  const { uuiNotifications } = useUuiContext();
@@ -4662,7 +4665,7 @@ function PresetActionsDropdown(props) {
4662
4665
  const successNotificationHandler = useCallback((text) => {
4663
4666
  uuiNotifications
4664
4667
  .show((props) => (React__default.createElement(SuccessNotification, { ...props },
4665
- React__default.createElement(Text, { size: "36", fontSize: "14" }, text))), { duration: 3 })
4668
+ React__default.createElement("div", { className: "uui-presets-panel-notification-text" }, text))), { duration: 3 })
4666
4669
  .catch(() => null);
4667
4670
  }, []);
4668
4671
  const saveInCurrentHandler = useCallback(() => {
@@ -4685,32 +4688,32 @@ function PresetActionsDropdown(props) {
4685
4688
  const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
4686
4689
  return (React__default.createElement(DropdownMenuBody, { ...dropdownProps },
4687
4690
  isPresetChanged && (React__default.createElement(React__default.Fragment, null,
4688
- !isReadonlyPreset && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: ForwardRef$E, caption: "Save in current", onClick: () => { dropdownProps.onClose(); saveInCurrentHandler(); } })),
4689
- React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: ForwardRef$9, caption: "Save as new",
4691
+ !isReadonlyPreset && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: settings.presetsPanel.icons.saveInCurrentIcon, caption: "Save in current", onClick: () => { dropdownProps.onClose(); saveInCurrentHandler(); } })),
4692
+ React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: settings.presetsPanel.icons.saveAsNewIcon, caption: "Save as new",
4690
4693
  // We add setTimeout to call addPreset after dropdown will be closed, since dropdown has focus lock, and it broke autofocus on add new preset input
4691
4694
  onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
4692
- React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: ForwardRef$8, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
4695
+ React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: settings.presetsPanel.icons.discardChangesIcon, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
4693
4696
  React__default.createElement(DropdownMenuSplitter, { key: "discard-splitter" }))),
4694
- isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: ForwardRef$6, caption: "Rename", onClick: props.renamePreset })),
4695
- React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: ForwardRef$7, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
4696
- React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: ForwardRef$5, caption: "Copy Link", onClick: copyUrlToClipboard }),
4697
+ isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: settings.presetsPanel.icons.renameIcon, caption: "Rename", onClick: props.renamePreset })),
4698
+ React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: settings.presetsPanel.icons.copyIcon, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
4699
+ React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: settings.presetsPanel.icons.copyLinkIcon, caption: "Copy Link", onClick: copyUrlToClipboard }),
4697
4700
  !isReadonlyPreset && (React__default.createElement(React__default.Fragment, null,
4698
4701
  React__default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
4699
- React__default.createElement(DropdownMenuButton, { icon: ForwardRef$a, caption: "Delete", cx: css$o.deleteButton, onClick: deleteHandler })))));
4702
+ React__default.createElement(DropdownMenuButton, { icon: settings.presetsPanel.icons.deleteIcon, caption: "Delete", cx: css$p.deleteButton, onClick: deleteHandler })))));
4700
4703
  };
4701
4704
  const renderTarget = useCallback((dropdownProps) => {
4702
- return (React__default.createElement(IconButton, { cx: [css$o.tabButton, dropdownProps.isOpen && css$o.targetOpen], color: props.preset.id === props.activePresetId ? 'primary' : 'neutral', ...dropdownProps, icon: ForwardRef$F, size: "18" }));
4705
+ return (React__default.createElement(IconButton, { cx: [css$p.tabButton, dropdownProps.isOpen && css$p.targetOpen], color: props.preset.id === props.activePresetId ? 'primary' : 'neutral', ...dropdownProps, icon: settings.presetsPanel.icons.menuIcon, size: settings.presetsPanel.sizes.dropdownTargetIconButton }));
4703
4706
  }, []);
4704
- return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
4707
+ return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", middleware: [offset(22)] }));
4705
4708
  }
4706
4709
 
4707
- var css$n = {"preset-input-cell":"I8DifD","presetInputCell":"I8DifD","preset-input":"_9Eu-d9","presetInput":"_9Eu-d9"};
4708
-
4709
4710
  const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
4710
4711
  const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
4711
4712
  const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
4712
4713
  const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
4713
4714
 
4715
+ var css$o = {"preset-input-cell":"LqTEj-","presetInputCell":"LqTEj-","preset-input":"IEY9d8","presetInput":"IEY9d8"};
4716
+
4714
4717
  function PresetInput(props) {
4715
4718
  const [presetCaption, setPresetCaption] = useState(props.preset?.name || '');
4716
4719
  const [readonly, setReadonly] = useState(false);
@@ -4732,11 +4735,11 @@ function PresetInput(props) {
4732
4735
  }
4733
4736
  props.onCancel();
4734
4737
  }, [presetCaption.length, props.onCancel]);
4735
- return (React__default.createElement(FlexCell, { cx: [css$n.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
4736
- React__default.createElement(TextInput, { cx: css$n.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
4738
+ return (React__default.createElement(FlexCell, { cx: [css$o.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
4739
+ React__default.createElement(TextInput, { cx: css$o.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
4737
4740
  }
4738
4741
 
4739
- var css$m = {"preset":"JaGzMQ","activePreset":"iN3qwd"};
4742
+ var css$n = {"preset":"dSgbDC","activePreset":"_0hJTxx"};
4740
4743
 
4741
4744
  function Preset(props) {
4742
4745
  const [isRenamePreset, setIsRenamePreset] = useState(false);
@@ -4758,25 +4761,10 @@ function Preset(props) {
4758
4761
  }, [props.preset]);
4759
4762
  const isPresetActive = props.activePresetId === props.preset.id;
4760
4763
  const PresetActionsDropdownComponent = useCallback(() => React__default.createElement(PresetActionsDropdown, { renamePreset: setPresetForRename, ...props }), [props.preset, props.tableState, props.activePresetId]);
4761
- return (React__default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$m.preset, isPresetActive && css$m.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: PresetActionsDropdownComponent, iconPosition: "right", isLinkActive: isPresetActive }))));
4764
+ return (React__default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$n.preset, isPresetActive && css$n.activePreset, UUI_PRESETS_PANEL_PRESET], size: settings.presetsPanel.sizes.tabButton, withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: PresetActionsDropdownComponent, iconPosition: "right", isLinkActive: isPresetActive }))));
4762
4765
  }
4763
4766
 
4764
- var _path$4;
4765
- function _extends$4() { return _extends$4 = 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$4.apply(null, arguments); }
4766
- var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
4767
- return /*#__PURE__*/React.createElement("svg", _extends$4({
4768
- xmlns: "http://www.w3.org/2000/svg",
4769
- width: 24,
4770
- height: 24,
4771
- viewBox: "0 0 24 24",
4772
- ref: ref
4773
- }, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
4774
- fillRule: "evenodd",
4775
- d: "M7 21c-1.1 0-2-.9-2-2V8h14v11c0 1.1-.9 2-2 2H7zm8-17h5v2H4V4h5V3h6v1zM9.4 18.5l2.6-2.6 2.6 2.6 1.4-1.4-2.6-2.6 2.6-2.6-1.4-1.4-2.6 2.6-2.6-2.6L8 11.9l2.6 2.6L8 17.1l1.4 1.4z",
4776
- clipRule: "evenodd"
4777
- })));
4778
- };
4779
- var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgActionDeleteForeverFill);
4767
+ var css$m = {"divider":"fttSWb","dropdownDeleteIcon":"zZJv4Y","presetsWrapper":"GZEBGn","addPresetContainer":"Nmm76C","dropContainer":"q4aU6h"};
4780
4768
 
4781
4769
  function PresetsPanel(props) {
4782
4770
  const [isAddingPreset, setIsAddingPreset] = useState(false);
@@ -4791,16 +4779,16 @@ function PresetsPanel(props) {
4791
4779
  return React__default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
4792
4780
  };
4793
4781
  const renderAddPresetButton = useCallback(() => {
4794
- return (React__default.createElement("div", { key: "addingPresetBlock", className: css$p.addPresetContainer }, !isAddingPreset ? (React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$s, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
4782
+ return (React__default.createElement("div", { key: "addingPresetBlock", className: css$m.addPresetContainer }, !isAddingPreset ? (React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: settings.presetsPanel.icons.addIcon, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
4795
4783
  }, [isAddingPreset]);
4796
4784
  const onPresetDropdownSelect = (preset) => {
4797
4785
  props.choosePreset(preset.preset);
4798
4786
  };
4799
4787
  const renderMoreButtonDropdown = (item, hiddenItems) => {
4800
4788
  return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
4801
- React__default.createElement("div", { className: css$p.divider }),
4789
+ React__default.createElement("div", { className: css$m.divider }),
4802
4790
  React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${hiddenItems?.length || ''} more`, ...props }))), renderBody: (propsBody) => (React__default.createElement(DropdownMenuBody, { minWidth: 230, maxHeight: 300, ...propsBody },
4803
- React__default.createElement(ScrollBars, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$4, iconPosition: "right", cx: css$p.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
4791
+ React__default.createElement(ScrollBars, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && settings.presetsPanel.icons.deleteIcon, iconPosition: "right", cx: css$m.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
4804
4792
  };
4805
4793
  const getPresetPriority = (preset, index) => {
4806
4794
  return preset.id === props.activePresetId ? 100499 : 1000 - index;
@@ -4821,7 +4809,7 @@ function PresetsPanel(props) {
4821
4809
  ];
4822
4810
  };
4823
4811
  return (React__default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
4824
- React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$p.presetsWrapper },
4812
+ React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$m.presetsWrapper },
4825
4813
  React__default.createElement(AdaptivePanel, { items: getPanelItems() }))));
4826
4814
  }
4827
4815
 
@@ -4862,7 +4850,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
4862
4850
  return columns;
4863
4851
  };
4864
4852
 
4865
- var css$l = {"unpin-icon":"oofhJb","unpinIcon":"oofhJb","pin-toggler-icon":"X0-Tuf","pinTogglerIcon":"X0-Tuf"};
4853
+ var css$l = {"unpin-icon":"szd22F","unpinIcon":"szd22F","pin-toggler-icon":"XPRJIi","pinTogglerIcon":"XPRJIi"};
4866
4854
 
4867
4855
  function PinIconButton(props) {
4868
4856
  const i18nLocal = i18n.tables.columnsConfigurationModal;
@@ -4904,7 +4892,7 @@ function getUnpinIcon(params) {
4904
4892
  }
4905
4893
  }
4906
4894
 
4907
- var css$k = {"row-wrapper":"w5qtg8","rowWrapper":"w5qtg8","pin-icon-button":"Zo9soQ","pinIconButton":"Zo9soQ","not-pinned":"YcqIZu","notPinned":"YcqIZu","checkbox":"NyZLxU","drag-handle":"F8TzZX","dragHandle":"F8TzZX","dnd-disabled":"RScuwh","dndDisabled":"RScuwh"};
4895
+ var css$k = {"row-wrapper":"mIBZo3","rowWrapper":"mIBZo3","pin-icon-button":"ThZEuU","pinIconButton":"ThZEuU","not-pinned":"deHVzI","notPinned":"deHVzI","checkbox":"xSuFSR","drag-handle":"Kso0bU","dragHandle":"Kso0bU","dnd-disabled":"RfInx3","dndDisabled":"RfInx3"};
4908
4896
 
4909
4897
  const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
4910
4898
  const { column } = props;
@@ -4927,7 +4915,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
4927
4915
  return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
4928
4916
  });
4929
4917
 
4930
- var css$j = {"root":"GEQceO","main-panel":"BGx004","mainPanel":"BGx004","group":"DcNwEg","group-title":"MrvCSq","groupTitle":"MrvCSq","group-items":"Teynei","groupItems":"Teynei","no-data":"-tU1lE","noData":"-tU1lE","no-data-title":"M8asrt","noDataTitle":"M8asrt","no-data-sub-title":"EYwkqz","noDataSubTitle":"EYwkqz","h-divider":"isIZHB","hDivider":"isIZHB","search-area":"BiWPsM","searchArea":"BiWPsM","subgroup-accordion":"smVDMX","subgroupAccordion":"smVDMX","subgroup":"octPB6","subgroup-title":"WxDA84","subgroupTitle":"WxDA84"};
4918
+ var css$j = {"root":"tUbGSg","main-panel":"MSKPOC","mainPanel":"MSKPOC","group":"x7xTZ7","group-title":"w-7cin","groupTitle":"w-7cin","group-items":"HM4qF3","groupItems":"HM4qF3","no-data":"mI5lov","noData":"mI5lov","no-data-title":"JJV3zu","noDataTitle":"JJV3zu","no-data-sub-title":"MiGrzM","noDataSubTitle":"MiGrzM","h-divider":"cChCeQ","hDivider":"cChCeQ","search-area":"_4UNdmg","searchArea":"_4UNdmg","subgroup-accordion":"Mn6vO-","subgroupAccordion":"Mn6vO-","subgroup":"U1V7Wz","subgroup-title":"uYprup","subgroupTitle":"uYprup"};
4931
4919
 
4932
4920
  const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
4933
4921
  React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
@@ -5029,7 +5017,7 @@ const getChildrenAndRest = (row, rows) => {
5029
5017
  return [children, rest];
5030
5018
  };
5031
5019
 
5032
- var css$i = {"listContainer":"oqRtor","header":"ZqHKqu","group":"b19kv2","stickyHeader":"y5Ak1W"};
5020
+ var css$i = {"listContainer":"ywXG8F","header":"-O-kKZ","group":"IKQmwO","stickyHeader":"fUTAt0"};
5033
5021
 
5034
5022
  function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
5035
5023
  const rowRef = useRef(undefined);
@@ -5064,12 +5052,12 @@ function DataRowsGroups({ rows, renderRow, top = 1, }) {
5064
5052
  }
5065
5053
 
5066
5054
  function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, renderRow, headerRef, }) {
5067
- return (React__default.createElement("div", { className: css$i.listContainer, style: { minHeight: `${estimatedHeight}px` } },
5055
+ return (React__default.createElement("div", { className: cx(css$i.listContainer, 'uui-dt-data_row_container'), style: { minHeight: `${estimatedHeight}px` } },
5068
5056
  React__default.createElement("div", { ref: listContainerRef, role: "rowgroup", style: { marginTop: offsetY } },
5069
5057
  React__default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
5070
5058
  }
5071
5059
 
5072
- var css$h = {"root":"FUCRN9","sticky-header":"ZQM9pH","stickyHeader":"ZQM9pH","no-results":"_3LuXji","noResults":"_3LuXji","icon":"_2cIYuH","title":"cotYw7"};
5060
+ var css$h = {"root":"bcdGKb","sticky-header":"_4Q-Hy-","stickyHeader":"_4Q-Hy-","no-results":"Eg-Wh-","noResults":"Eg-Wh-","icon":"L8ubRp","title":"gqN8dw"};
5073
5061
 
5074
5062
  function DataTable(props) {
5075
5063
  const { uuiModals } = useUuiContext();
@@ -5101,7 +5089,7 @@ function DataTable(props) {
5101
5089
  props.columns, config, defaultConfig, props.value, props.onValueChange, props.renderColumnsConfigurationModal,
5102
5090
  ]);
5103
5091
  const renderRowsContainer = React.useCallback(({ listContainerRef, estimatedHeight, offsetY, scrollShadows }) => (React.createElement(React.Fragment, null,
5104
- React.createElement("div", { className: css$h.stickyHeader, ref: headerRef },
5092
+ React.createElement("div", { className: cx$1(css$h.stickyHeader, 'uui-dt-sticky_header'), ref: headerRef },
5105
5093
  React.createElement(DataTableHeaderRow, { columns: columns, columnGroups: props.columnGroups, onConfigButtonClick: props.showColumnsConfig && onConfigurationButtonClick, selectAll: props.selectAll, size: props.headerSize || settings.dataTable.sizes.header.row, textCase: props.headerTextCase, allowColumnsReordering: props.allowColumnsReordering, allowColumnsResizing: props.allowColumnsResizing, showFoldAll: props.showFoldAll, value: { ...props.value, columnsConfig: config }, onValueChange: props.onValueChange, columnsGap: props.columnsGap }),
5106
5094
  React.createElement("div", { className: cx$1(uuiScrollShadows.top, {
5107
5095
  [uuiScrollShadows.topVisible]: scrollShadows.verticalTop,
@@ -5111,16 +5099,16 @@ function DataTable(props) {
5111
5099
  ]);
5112
5100
  return (React.createElement(DataTableSelectionProvider, { onCopy: props.onCopy, rows: rows, columns: columns },
5113
5101
  React.createElement(DataTableFocusProvider, { dataTableFocusManager: props.dataTableFocusManager },
5114
- React.createElement(VirtualList, { value: props.value, onValueChange: props.onValueChange, onScroll: props.onScroll, rowsCount: props.rowsCount, renderRows: renderRowsContainer, cx: cx$1(css$h.root, 'uui-dt-vars'), isLoading: props.isReloading, rowsSelector: "[role=row]", rawProps: {
5102
+ React.createElement(VirtualList, { value: props.value, onValueChange: props.onValueChange, onScroll: props.onScroll, rowsCount: props.rowsCount, renderRows: renderRowsContainer, cx: cx$1(css$h.root, 'uui-dt-vars', 'uui-data_table'), isLoading: props.isReloading, rowsSelector: "[role=row]", rawProps: {
5115
5103
  role: 'table',
5116
5104
  'aria-colcount': columns.length,
5117
5105
  'aria-rowcount': props.rowsCount,
5118
5106
  } }))));
5119
5107
  }
5120
5108
 
5121
- var css$g = {"root":"-LxdRE"};
5109
+ var css$g = {"root":"aAtnur"};
5122
5110
 
5123
- var css$f = {"root":"jsVsOT","burger-content":"lO8pNv","burgerContent":"lO8pNv"};
5111
+ var css$f = {"root":"_1EY-8s","burger-content":"_4VU5Cn","burgerContent":"_4VU5Cn"};
5124
5112
 
5125
5113
  var _path$3;
5126
5114
  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); }
@@ -5142,7 +5130,7 @@ function applyBurgerMods() {
5142
5130
  }
5143
5131
  const Burger = /* @__PURE__ */withMods(Burger$1, applyBurgerMods, () => ({
5144
5132
  burgerIcon: ForwardRef$3,
5145
- crossIcon: ForwardRef$R,
5133
+ crossIcon: ForwardRef$Q,
5146
5134
  burgerContentCx: css$f.burgerContent,
5147
5135
  }));
5148
5136
 
@@ -5163,7 +5151,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
5163
5151
  };
5164
5152
  var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
5165
5153
 
5166
- var css$e = {"root":"CbTRCs","button-primary":"xEGgDk","buttonPrimary":"xEGgDk","button-secondary":"e8xHVZ","buttonSecondary":"e8xHVZ","hasIcon":"H0R1lR","dropdown":"tmrscA"};
5154
+ var css$e = {"root":"gWtc0k","button-primary":"SKsQ2h","buttonPrimary":"SKsQ2h","button-secondary":"_3rTI7P","buttonSecondary":"_3rTI7P","hasIcon":"h7l049","dropdown":"zRDQzy"};
5167
5155
 
5168
5156
  const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
5169
5157
  css$e.root,
@@ -5174,13 +5162,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
5174
5162
  props.icon && css$e.hasIcon,
5175
5163
  ], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
5176
5164
 
5177
- var css$d = {"search-input":"uvSB8Y","searchInput":"uvSB8Y"};
5165
+ var css$d = {"search-input":"-Ty7sl","searchInput":"-Ty7sl"};
5178
5166
 
5179
5167
  function BurgerSearch(props) {
5180
- return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$N, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$R }));
5168
+ return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$M, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
5181
5169
  }
5182
5170
 
5183
- var css$c = {"root":"yM25Ct","group-header":"JwWXaz","groupHeader":"JwWXaz","group-name":"VSLEhD","groupName":"VSLEhD","line":"m-1XYE"};
5171
+ var css$c = {"root":"rCzT9s","group-header":"L4-RfE","groupHeader":"L4-RfE","group-name":"bb6DZS","groupName":"bb6DZS","line":"szPD8C"};
5184
5172
 
5185
5173
  function BurgerGroupHeader(props) {
5186
5174
  return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
@@ -5188,9 +5176,9 @@ function BurgerGroupHeader(props) {
5188
5176
  React.createElement("span", { className: css$c.groupName }, props.caption)));
5189
5177
  }
5190
5178
 
5191
- var css$b = {"root":"ntLckT","type-primary":"oH4lhE","typePrimary":"oH4lhE","type-secondary":"mZSdS9","typeSecondary":"mZSdS9"};
5179
+ var css$b = {"root":"CfcaXT","type-primary":"_4P0wBR","typePrimary":"_4P0wBR","type-secondary":"viH5vB","typeSecondary":"viH5vB"};
5192
5180
 
5193
- function MainMenuButton(props) {
5181
+ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
5194
5182
  const { type, ...clickableProps } = props;
5195
5183
  return (React.createElement(Clickable, { ...clickableProps, rawProps: {
5196
5184
  'aria-expanded': props.isOpen,
@@ -5202,15 +5190,15 @@ function MainMenuButton(props) {
5202
5190
  css$b.root,
5203
5191
  css$b['type-' + (type || 'primary')],
5204
5192
  props.cx,
5205
- ], ref: props.ref },
5193
+ ], ref: ref },
5206
5194
  props.icon && props.iconPosition !== 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: props.onIconClick })),
5207
5195
  props.caption && (React.createElement("div", { className: uuiElement.caption }, props.caption)),
5208
5196
  props.count !== undefined && props.count !== null && (React.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
5209
5197
  props.icon && props.iconPosition === 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: props.onIconClick })),
5210
- props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$Q, flipY: props.isOpen }))));
5211
- }
5198
+ props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
5199
+ });
5212
5200
 
5213
- var css$a = {"dropdown-body":"wyrMWC","dropdownBody":"wyrMWC"};
5201
+ var css$a = {"dropdown-body":"wNcr-b","dropdownBody":"wNcr-b"};
5214
5202
 
5215
5203
  class MainMenuDropdown extends React.Component {
5216
5204
  render() {
@@ -5268,36 +5256,28 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
5268
5256
  };
5269
5257
  var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
5270
5258
 
5271
- var css$9 = {"global-menu-btn":"XByv5T","globalMenuBtn":"XByv5T","global-menu-icon":"dnTOyF","globalMenuIcon":"dnTOyF"};
5259
+ var css$9 = {"global-menu-btn":"SDnwCK","globalMenuBtn":"SDnwCK","global-menu-icon":"_2W0mJg","globalMenuIcon":"_2W0mJg"};
5272
5260
 
5273
- function GlobalMenu(props) {
5274
- return (React.createElement("button", { ref: props.ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx), ...props.rawProps },
5275
- React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon })));
5276
- }
5261
+ 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 },
5262
+ React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
5277
5263
 
5278
- var css$8 = {"container":"FzHBdk","open":"_7mgFgL","folding-arrow":"e18bfS","foldingArrow":"e18bfS"};
5264
+ var css$8 = {"container":"gLCJ9b","open":"Dr96sB","folding-arrow":"IB-JXS","foldingArrow":"IB-JXS"};
5279
5265
 
5280
- function MainMenuAvatar(props) {
5281
- return (React.createElement("button", { ref: props.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 },
5282
- React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
5283
- props.icon && React.createElement(IconContainer, { icon: props.icon }),
5284
- props.isDropdown && (React.createElement("div", null,
5285
- React.createElement(IconContainer, { size: 18, icon: ForwardRef$Q, flipY: props.isOpen, cx: css$8.foldingArrow })))));
5286
- }
5266
+ 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 },
5267
+ React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
5268
+ props.icon && React.createElement(IconContainer, { icon: props.icon }),
5269
+ props.isDropdown && (React.createElement("div", null,
5270
+ React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
5287
5271
 
5288
- var css$7 = {"search-input":"_-5zlL-","searchInput":"_-5zlL-"};
5272
+ var css$7 = {"search-input":"h3CY4g","searchInput":"h3CY4g"};
5289
5273
 
5290
- function MainMenuSearch(props) {
5291
- return (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$N, cancelIcon: props.value?.length > 0 && ForwardRef$R, ...props, ...iEditable, ref: props.ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) }));
5292
- }
5274
+ const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$M, cancelIcon: props.value?.length > 0 && ForwardRef$Q, ...props, ...iEditable, ref: ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) })));
5293
5275
 
5294
- var css$6 = {"container":"q-g9Hx"};
5276
+ var css$6 = {"container":"I8laSB"};
5295
5277
 
5296
- function MainMenuIcon(props) {
5297
- return (React.createElement(IconButton, { ref: props.ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props }));
5298
- }
5278
+ const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
5299
5279
 
5300
- var css$5 = {"root":"wFruY1"};
5280
+ var css$5 = {"root":"biJGVR"};
5301
5281
 
5302
5282
  const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
5303
5283
 
@@ -5355,7 +5335,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
5355
5335
  };
5356
5336
  var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
5357
5337
 
5358
- var css$4 = {"root":"_8pdRuk","drop-start":"_5jiZjP","dropStart":"_5jiZjP","drop-over":"Fnbco3","dropOver":"Fnbco3","link":"voocqf","drop-area":"-q75oD","dropArea":"-q75oD","drop-caption":"DWX564","dropCaption":"DWX564","icon-blue":"HDgQp3","iconBlue":"HDgQp3"};
5338
+ var css$4 = {"root":"yyIM8S","drop-start":"znu7gG","dropStart":"znu7gG","drop-over":"gMAXRt","dropOver":"gMAXRt","link":"ThKjW0","drop-area":"_7BdsEH","dropArea":"_7BdsEH","drop-caption":"iY-HO6","dropCaption":"iY-HO6","icon-blue":"kpmwIX","iconBlue":"kpmwIX"};
5359
5339
 
5360
5340
  function DropSpot(props) {
5361
5341
  const getInfoText = typeof props.infoText === 'string'
@@ -5373,20 +5353,20 @@ function DropSpot(props) {
5373
5353
  return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
5374
5354
  }
5375
5355
 
5376
- var css$3 = {"root":"t-HEeJ"};
5356
+ var css$3 = {"root":"_9qEHiJ"};
5377
5357
 
5378
- function SvgCircleProgress(props) {
5358
+ const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
5379
5359
  const outsetRadius = props.size / 2 - 1;
5380
5360
  const insetRadius = props.size / 2 - 3;
5381
5361
  const circumference = insetRadius * Math.PI;
5382
- return (React.createElement("svg", { className: css$3.root, width: props.size, height: props.size, ref: props.ref, ...props.rawProps },
5362
+ return (React.createElement("svg", { className: css$3.root, width: props.size, height: props.size, ref: ref, ...props.rawProps },
5383
5363
  React.createElement("circle", { strokeDasharray: circumference, strokeDashoffset: circumference - (props.progress / 100) * circumference, strokeWidth: insetRadius, fill: "transparent", r: insetRadius / 2, cx: props.size / 2, cy: props.size / 2 }),
5384
5364
  React.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
5385
- }
5365
+ });
5386
5366
 
5387
- var css$2 = {"root":"_5c-2Pd","file-name":"m-A5QH","fileName":"m-A5QH","default-color":"TQx2S1","defaultColor":"TQx2S1","doc-color":"_8xC0qt","docColor":"_8xC0qt","xls-color":"StTMwM","xlsColor":"StTMwM","pdf-color":"sBcf8F","pdfColor":"sBcf8F","movie-color":"jGt5xD","movieColor":"jGt5xD","img-color":"y8OI-s","imgColor":"y8OI-s","mov-color":"NBd7wo","movColor":"NBd7wo","error-block":"oqfh4G","errorBlock":"oqfh4G","icons-block":"_-8N7kD","iconsBlock":"_-8N7kD"};
5367
+ var css$2 = {"root":"B2IEnw","file-name":"OzjFmA","fileName":"OzjFmA","default-color":"H0d0YN","defaultColor":"H0d0YN","doc-color":"Xuvp8z","docColor":"Xuvp8z","xls-color":"MCSCxt","xlsColor":"MCSCxt","pdf-color":"uYYi9I","pdfColor":"uYYi9I","movie-color":"TE5jHY","movieColor":"TE5jHY","img-color":"VO-oP9","imgColor":"VO-oP9","mov-color":"DghY2P","movColor":"DghY2P","error-block":"zsxxGf","errorBlock":"zsxxGf","icons-block":"QFWQwD","iconsBlock":"QFWQwD"};
5388
5368
 
5389
- function FileCard(props) {
5369
+ const FileCard = /* @__PURE__ */React.forwardRef((props, ref) => {
5390
5370
  const [isLoadingShow, setIsLoadingShow] = React.useState(true);
5391
5371
  const { file } = props;
5392
5372
  const getIcon = (extension) => {
@@ -5450,7 +5430,7 @@ function FileCard(props) {
5450
5430
  progress && progress < 100 && abortXHR();
5451
5431
  onClick();
5452
5432
  };
5453
- return (React.createElement(FlexCell, { ref: props.ref, cx: cx$1(css$2.root, 'uui-file_card', (isLoading || error?.isError) && uuiMod.loading, componentCx, error?.isError && uuiMod.error), minWidth: width, width: !width ? '100%' : undefined },
5433
+ return (React.createElement(FlexCell, { ref: ref, cx: cx$1(css$2.root, 'uui-file_card', (isLoading || error?.isError) && uuiMod.loading, componentCx, error?.isError && uuiMod.error), minWidth: width, width: !width ? '100%' : undefined },
5454
5434
  React.createElement(FlexRow, { alignItems: "top", columnGap: "6" },
5455
5435
  fileExtension && getIcon(fileExtension),
5456
5436
  React.createElement(FlexCell, { width: "100%" },
@@ -5459,7 +5439,7 @@ function FileCard(props) {
5459
5439
  React.createElement("div", { className: cx$1(css$2.iconsBlock), onMouseEnter: mouseEnterHandler, onMouseLeave: mouseLeaveHandler },
5460
5440
  isLoadingShow && isLoading && React.createElement(SvgCircleProgress, { progress: progress, size: 18 }),
5461
5441
  isCrossShow && React.createElement(IconButton, { icon: settings.fileCard.icons.closeIcon, onClick: removeHandler })))));
5462
- }
5442
+ });
5463
5443
 
5464
5444
  const getRecoveryMessageConfig = () => ({
5465
5445
  'auth-lost': i18n.errorHandler.recoveryMessageConfig['auth-lost'],
@@ -5503,7 +5483,7 @@ const getErrorPageConfig = () => ({
5503
5483
  },
5504
5484
  });
5505
5485
 
5506
- var css$1 = {"container":"_6C31tf"};
5486
+ var css$1 = {"container":"Wu9rDe"};
5507
5487
 
5508
5488
  const ErrorPage = (props) => {
5509
5489
  const isMobileScreen = isMobile();
@@ -5515,7 +5495,7 @@ const ErrorPage = (props) => {
5515
5495
  props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
5516
5496
  };
5517
5497
 
5518
- var css = {"recovery-spinner":"Ln9pNV","recoverySpinner":"Ln9pNV","recovery-message":"rM0A7v","recoveryMessage":"rM0A7v","modal-blocker":"GKK2u-","modalBlocker":"GKK2u-","modalFadeIn":"TPav5H"};
5498
+ var css = {"recovery-spinner":"vCz217","recoverySpinner":"vCz217","recovery-message":"gUalvZ","recoveryMessage":"gUalvZ","modal-blocker":"uohsvF","modalBlocker":"uohsvF","modalFadeIn":"Nm27Kc"};
5519
5499
 
5520
5500
  function ErrorHandler(props) {
5521
5501
  const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
@@ -5566,5 +5546,5 @@ function ErrorHandler(props) {
5566
5546
  errorType === 'recovery' && renderRecoveryBlocker(errorInfo)));
5567
5547
  }
5568
5548
 
5569
- export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerMobileHeader, DataPickerRow, DataRowAddons, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, ErrorAlert, ErrorHandler, ErrorNotification, ErrorPage, FileCard, FilterItemBody, FilterPickerBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerBodyMobileView, PickerInput, PickerItem, PickerList, PickerListRow, PickerModal, PickerToggler, PickerTogglerTag, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RangeDatePickerInput, Rating, RichTextView, ScrollBars, SearchInput, Slider, Snackbar, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, TimePickerBody, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification, applyDateSelectionMods, defaultPredicates, getErrorPageConfig, getHighlightRanges, getHighlightedSearchMatches, getRecoveryMessageConfig, i18n, propsMods, rangeDatePickerPresets, renderCell, renderDropMarkers, settings, useColumnsWithFilters, useForm, uuiDatePickerBody, uuiRangeDatePickerBody, uuiTimePicker };
5549
+ export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerMobileHeader, DataPickerRow, DataRowAddons, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DatePickerComponent, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, ErrorAlert, ErrorHandler, ErrorNotification, ErrorPage, FileCard, FilterItemBody, FilterPickerBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerBodyMobileView, PickerInput, PickerItem, PickerList, PickerListRow, PickerModal, PickerToggler, PickerTogglerTag, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RangeDatePickerInput, Rating, RichTextView, ScrollBars, SearchInput, Slider, Snackbar, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, TimePickerBody, TimePickerComponent, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification, applyDateSelectionMods, defaultPredicates, getErrorPageConfig, getHighlightRanges, getHighlightedSearchMatches, getRecoveryMessageConfig, i18n, propsMods, rangeDatePickerPresets, renderCell, renderDropMarkers, settings, useColumnsWithFilters, useForm, uuiDatePickerBody, uuiRangeDatePickerBody, uuiTimePicker };
5570
5550
  //# sourceMappingURL=index.esm.js.map