@epam/uui 5.13.3-beta.13 → 5.13.3-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +2 -2
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -4
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +1 -5
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +2 -2
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +2 -2
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +1 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +1 -1
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/filters/constants.d.ts +4 -0
- package/components/filters/constants.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +1 -1
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/index.esm.js +544 -531
- package/index.esm.js.map +1 -1
- package/index.js +544 -531
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts +31 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +2 -2
- package/styles.css +1119 -1049
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -16,24 +16,9 @@ import customParseFormat from 'dayjs/plugin/customParseFormat.js';
|
|
|
16
16
|
import isoWeek from 'dayjs/plugin/isoWeek.js';
|
|
17
17
|
import FocusLock from 'react-focus-lock';
|
|
18
18
|
|
|
19
|
-
var _path$R;
|
|
20
|
-
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); }
|
|
21
|
-
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
22
|
-
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
width: 24,
|
|
25
|
-
height: 24,
|
|
26
|
-
viewBox: "0 0 24 24",
|
|
27
|
-
ref: ref
|
|
28
|
-
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
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"
|
|
30
|
-
})));
|
|
31
|
-
};
|
|
32
|
-
var ForwardRef$R = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
|
|
33
|
-
|
|
34
19
|
var _path$Q;
|
|
35
20
|
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); }
|
|
36
|
-
var
|
|
21
|
+
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
37
22
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
38
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39
24
|
width: 24,
|
|
@@ -41,14 +26,14 @@ var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(p
|
|
|
41
26
|
viewBox: "0 0 24 24",
|
|
42
27
|
ref: ref
|
|
43
28
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
d: "
|
|
29
|
+
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"
|
|
45
30
|
})));
|
|
46
31
|
};
|
|
47
|
-
var ForwardRef$Q = /*#__PURE__*/forwardRef(
|
|
32
|
+
var ForwardRef$Q = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
|
|
48
33
|
|
|
49
34
|
var _path$P;
|
|
50
35
|
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); }
|
|
51
|
-
var
|
|
36
|
+
var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
|
|
52
37
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
53
38
|
xmlns: "http://www.w3.org/2000/svg",
|
|
54
39
|
width: 24,
|
|
@@ -56,14 +41,14 @@ var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref)
|
|
|
56
41
|
viewBox: "0 0 24 24",
|
|
57
42
|
ref: ref
|
|
58
43
|
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
59
|
-
d: "
|
|
44
|
+
d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
|
|
60
45
|
})));
|
|
61
46
|
};
|
|
62
|
-
var ForwardRef$P = /*#__PURE__*/forwardRef(
|
|
47
|
+
var ForwardRef$P = /*#__PURE__*/forwardRef(SvgNavigationChevronDownOutline);
|
|
63
48
|
|
|
64
49
|
var _path$O;
|
|
65
50
|
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); }
|
|
66
|
-
var
|
|
51
|
+
var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
|
|
67
52
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
68
53
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
54
|
width: 24,
|
|
@@ -71,14 +56,14 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
71
56
|
viewBox: "0 0 24 24",
|
|
72
57
|
ref: ref
|
|
73
58
|
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
74
|
-
d: "
|
|
59
|
+
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"
|
|
75
60
|
})));
|
|
76
61
|
};
|
|
77
|
-
var ForwardRef$O = /*#__PURE__*/forwardRef(
|
|
62
|
+
var ForwardRef$O = /*#__PURE__*/forwardRef(SvgNotificationDoneOutline);
|
|
78
63
|
|
|
79
64
|
var _path$N;
|
|
80
65
|
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); }
|
|
81
|
-
var
|
|
66
|
+
var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
82
67
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
83
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
84
69
|
width: 24,
|
|
@@ -86,16 +71,14 @@ var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
|
86
71
|
viewBox: "0 0 24 24",
|
|
87
72
|
ref: ref
|
|
88
73
|
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
89
|
-
|
|
90
|
-
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",
|
|
91
|
-
clipRule: "evenodd"
|
|
74
|
+
d: "M19 10.5H5v3h14v-3z"
|
|
92
75
|
})));
|
|
93
76
|
};
|
|
94
|
-
var ForwardRef$N = /*#__PURE__*/forwardRef(
|
|
77
|
+
var ForwardRef$N = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
95
78
|
|
|
96
79
|
var _path$M;
|
|
97
80
|
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); }
|
|
98
|
-
var
|
|
81
|
+
var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
99
82
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
100
83
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
84
|
width: 24,
|
|
@@ -103,14 +86,16 @@ var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
|
103
86
|
viewBox: "0 0 24 24",
|
|
104
87
|
ref: ref
|
|
105
88
|
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
106
|
-
|
|
89
|
+
fillRule: "evenodd",
|
|
90
|
+
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",
|
|
91
|
+
clipRule: "evenodd"
|
|
107
92
|
})));
|
|
108
93
|
};
|
|
109
|
-
var ForwardRef$M = /*#__PURE__*/forwardRef(
|
|
94
|
+
var ForwardRef$M = /*#__PURE__*/forwardRef(SvgActionSearchOutline);
|
|
110
95
|
|
|
111
96
|
var _path$L;
|
|
112
97
|
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); }
|
|
113
|
-
var
|
|
98
|
+
var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
114
99
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
115
100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
116
101
|
width: 24,
|
|
@@ -118,14 +103,14 @@ var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref)
|
|
|
118
103
|
viewBox: "0 0 24 24",
|
|
119
104
|
ref: ref
|
|
120
105
|
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
121
|
-
d: "
|
|
106
|
+
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"
|
|
122
107
|
})));
|
|
123
108
|
};
|
|
124
|
-
var ForwardRef$L = /*#__PURE__*/forwardRef(
|
|
109
|
+
var ForwardRef$L = /*#__PURE__*/forwardRef(SvgActionCalendarFill);
|
|
125
110
|
|
|
126
111
|
var _path$K;
|
|
127
112
|
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); }
|
|
128
|
-
var
|
|
113
|
+
var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
|
|
129
114
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
130
115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
116
|
width: 24,
|
|
@@ -133,15 +118,30 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
133
118
|
viewBox: "0 0 24 24",
|
|
134
119
|
ref: ref
|
|
135
120
|
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
136
|
-
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
|
|
121
|
+
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"
|
|
137
122
|
})));
|
|
138
123
|
};
|
|
139
|
-
var ForwardRef$K = /*#__PURE__*/forwardRef(
|
|
124
|
+
var ForwardRef$K = /*#__PURE__*/forwardRef(SvgNotificationInfoOutline);
|
|
140
125
|
|
|
141
|
-
var _path$J
|
|
126
|
+
var _path$J;
|
|
142
127
|
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); }
|
|
143
|
-
var
|
|
128
|
+
var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
144
129
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
width: 24,
|
|
132
|
+
height: 24,
|
|
133
|
+
viewBox: "0 0 24 24",
|
|
134
|
+
ref: ref
|
|
135
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
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"
|
|
137
|
+
})));
|
|
138
|
+
};
|
|
139
|
+
var ForwardRef$J = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
140
|
+
|
|
141
|
+
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;
|
|
142
|
+
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); }
|
|
143
|
+
var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
144
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
145
145
|
width: 232,
|
|
146
146
|
height: 180,
|
|
147
147
|
viewBox: "0 0 232 180",
|
|
@@ -149,8 +149,8 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
149
149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
150
150
|
ref: ref
|
|
151
151
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
152
|
-
clipPath: "url(#
|
|
153
|
-
}, _path$
|
|
152
|
+
clipPath: "url(#9nmqp40mapwie5hvaa_a)"
|
|
153
|
+
}, _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
154
154
|
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",
|
|
155
155
|
fill: "#F5F6FA"
|
|
156
156
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -170,7 +170,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
170
170
|
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",
|
|
171
171
|
fill: "#1D1E26"
|
|
172
172
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
173
|
-
id: "
|
|
173
|
+
id: "9nmqp4cercd5kab2_b",
|
|
174
174
|
style: {
|
|
175
175
|
maskType: "alpha"
|
|
176
176
|
},
|
|
@@ -183,7 +183,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
183
183
|
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",
|
|
184
184
|
fill: "#9BDEFF"
|
|
185
185
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
186
|
-
mask: "url(#
|
|
186
|
+
mask: "url(#9nmqp4cercd5kab2_b)",
|
|
187
187
|
fillRule: "evenodd",
|
|
188
188
|
clipRule: "evenodd"
|
|
189
189
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -269,33 +269,18 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
269
269
|
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",
|
|
270
270
|
fill: "#fff"
|
|
271
271
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
272
|
-
id: "
|
|
272
|
+
id: "9nmqp40mapwie5hvaa_a"
|
|
273
273
|
}, /*#__PURE__*/React.createElement("path", {
|
|
274
274
|
fill: "#fff",
|
|
275
275
|
transform: "translate(.552)",
|
|
276
276
|
d: "M0 0h230.897v180H0z"
|
|
277
277
|
})))));
|
|
278
278
|
};
|
|
279
|
-
var ForwardRef$
|
|
280
|
-
|
|
281
|
-
var _path$I;
|
|
282
|
-
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); }
|
|
283
|
-
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
284
|
-
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
285
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
286
|
-
width: 24,
|
|
287
|
-
height: 24,
|
|
288
|
-
viewBox: "0 0 24 24",
|
|
289
|
-
ref: ref
|
|
290
|
-
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
291
|
-
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
292
|
-
})));
|
|
293
|
-
};
|
|
294
|
-
var ForwardRef$I = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
|
|
279
|
+
var ForwardRef$I = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
295
280
|
|
|
296
281
|
var _path$H;
|
|
297
282
|
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); }
|
|
298
|
-
var
|
|
283
|
+
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
299
284
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
300
285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
301
286
|
width: 24,
|
|
@@ -303,14 +288,14 @@ var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
|
303
288
|
viewBox: "0 0 24 24",
|
|
304
289
|
ref: ref
|
|
305
290
|
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
306
|
-
d: "
|
|
291
|
+
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
307
292
|
})));
|
|
308
293
|
};
|
|
309
|
-
var ForwardRef$H = /*#__PURE__*/forwardRef(
|
|
294
|
+
var ForwardRef$H = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
|
|
310
295
|
|
|
311
296
|
var _path$G;
|
|
312
297
|
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); }
|
|
313
|
-
var
|
|
298
|
+
var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
314
299
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
315
300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
316
301
|
width: 24,
|
|
@@ -318,14 +303,14 @@ var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props
|
|
|
318
303
|
viewBox: "0 0 24 24",
|
|
319
304
|
ref: ref
|
|
320
305
|
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
321
|
-
d: "
|
|
306
|
+
d: "M13 3v14.175l1.6-1.575L16 17l-4 4-4-4 1.4-1.4 1.6 1.575V3h2z"
|
|
322
307
|
})));
|
|
323
308
|
};
|
|
324
|
-
var ForwardRef$G = /*#__PURE__*/forwardRef(
|
|
309
|
+
var ForwardRef$G = /*#__PURE__*/forwardRef(SvgTableSortDescOutline);
|
|
325
310
|
|
|
326
311
|
var _path$F;
|
|
327
312
|
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); }
|
|
328
|
-
var
|
|
313
|
+
var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props, ref) {
|
|
329
314
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
330
315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
331
316
|
width: 24,
|
|
@@ -333,16 +318,14 @@ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props,
|
|
|
333
318
|
viewBox: "0 0 24 24",
|
|
334
319
|
ref: ref
|
|
335
320
|
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
336
|
-
|
|
337
|
-
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",
|
|
338
|
-
clipRule: "evenodd"
|
|
321
|
+
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"
|
|
339
322
|
})));
|
|
340
323
|
};
|
|
341
|
-
var ForwardRef$F = /*#__PURE__*/forwardRef(
|
|
324
|
+
var ForwardRef$F = /*#__PURE__*/forwardRef(SvgActionDragIndicatorOutline);
|
|
342
325
|
|
|
343
326
|
var _path$E;
|
|
344
327
|
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); }
|
|
345
|
-
var
|
|
328
|
+
var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
|
|
346
329
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
347
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
348
331
|
width: 24,
|
|
@@ -350,14 +333,16 @@ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, re
|
|
|
350
333
|
viewBox: "0 0 24 24",
|
|
351
334
|
ref: ref
|
|
352
335
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
353
|
-
|
|
336
|
+
fillRule: "evenodd",
|
|
337
|
+
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",
|
|
338
|
+
clipRule: "evenodd"
|
|
354
339
|
})));
|
|
355
340
|
};
|
|
356
|
-
var ForwardRef$E = /*#__PURE__*/forwardRef(
|
|
341
|
+
var ForwardRef$E = /*#__PURE__*/forwardRef(SvgNavigationMoreVertOutline);
|
|
357
342
|
|
|
358
343
|
var _path$D;
|
|
359
344
|
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); }
|
|
360
|
-
var
|
|
345
|
+
var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
|
|
361
346
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
362
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
348
|
width: 24,
|
|
@@ -365,16 +350,14 @@ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
|
365
350
|
viewBox: "0 0 24 24",
|
|
366
351
|
ref: ref
|
|
367
352
|
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
368
|
-
|
|
369
|
-
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",
|
|
370
|
-
clipRule: "evenodd"
|
|
353
|
+
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"
|
|
371
354
|
})));
|
|
372
355
|
};
|
|
373
|
-
var ForwardRef$D = /*#__PURE__*/forwardRef(
|
|
356
|
+
var ForwardRef$D = /*#__PURE__*/forwardRef(SvgNavigationRefreshOutline);
|
|
374
357
|
|
|
375
|
-
var _path$C
|
|
358
|
+
var _path$C;
|
|
376
359
|
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); }
|
|
377
|
-
var
|
|
360
|
+
var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
378
361
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
379
362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
380
363
|
width: 24,
|
|
@@ -382,18 +365,16 @@ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, re
|
|
|
382
365
|
viewBox: "0 0 24 24",
|
|
383
366
|
ref: ref
|
|
384
367
|
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
385
|
-
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
386
|
-
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
387
368
|
fillRule: "evenodd",
|
|
388
|
-
d: "
|
|
369
|
+
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",
|
|
389
370
|
clipRule: "evenodd"
|
|
390
371
|
})));
|
|
391
372
|
};
|
|
392
|
-
var ForwardRef$C = /*#__PURE__*/forwardRef(
|
|
373
|
+
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgActionLockFill);
|
|
393
374
|
|
|
394
|
-
var _path$B, _path2$
|
|
375
|
+
var _path$B, _path2$4;
|
|
395
376
|
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); }
|
|
396
|
-
var
|
|
377
|
+
var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
|
|
397
378
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
398
379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
399
380
|
width: 24,
|
|
@@ -401,18 +382,18 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
401
382
|
viewBox: "0 0 24 24",
|
|
402
383
|
ref: ref
|
|
403
384
|
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
404
|
-
d: "
|
|
405
|
-
})), _path2$
|
|
385
|
+
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
386
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
406
387
|
fillRule: "evenodd",
|
|
407
|
-
d: "
|
|
388
|
+
d: "M13 21V3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6zm2-16h4v14h-4V5z",
|
|
408
389
|
clipRule: "evenodd"
|
|
409
390
|
})));
|
|
410
391
|
};
|
|
411
|
-
var ForwardRef$B = /*#__PURE__*/forwardRef(
|
|
392
|
+
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgTableGroupColumnLeftFill);
|
|
412
393
|
|
|
413
|
-
var _path$A;
|
|
394
|
+
var _path$A, _path2$3;
|
|
414
395
|
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); }
|
|
415
|
-
var
|
|
396
|
+
var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
|
|
416
397
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
417
398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
418
399
|
width: 24,
|
|
@@ -420,14 +401,18 @@ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
|
420
401
|
viewBox: "0 0 24 24",
|
|
421
402
|
ref: ref
|
|
422
403
|
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
423
|
-
d: "
|
|
404
|
+
d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6V3z"
|
|
405
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
406
|
+
fillRule: "evenodd",
|
|
407
|
+
d: "M9 5H5v14h4V5zM5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z",
|
|
408
|
+
clipRule: "evenodd"
|
|
424
409
|
})));
|
|
425
410
|
};
|
|
426
|
-
var ForwardRef$A = /*#__PURE__*/forwardRef(
|
|
411
|
+
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
427
412
|
|
|
428
413
|
var _path$z;
|
|
429
414
|
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); }
|
|
430
|
-
var
|
|
415
|
+
var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
431
416
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
432
417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
433
418
|
width: 24,
|
|
@@ -435,14 +420,14 @@ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
|
435
420
|
viewBox: "0 0 24 24",
|
|
436
421
|
ref: ref
|
|
437
422
|
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
438
|
-
d: "
|
|
423
|
+
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"
|
|
439
424
|
})));
|
|
440
425
|
};
|
|
441
|
-
var ForwardRef$z = /*#__PURE__*/forwardRef(
|
|
426
|
+
var ForwardRef$z = /*#__PURE__*/forwardRef(SvgTableSwapOutline);
|
|
442
427
|
|
|
443
428
|
var _path$y;
|
|
444
429
|
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); }
|
|
445
|
-
var
|
|
430
|
+
var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
446
431
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
447
432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
448
433
|
width: 24,
|
|
@@ -450,14 +435,14 @@ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props
|
|
|
450
435
|
viewBox: "0 0 24 24",
|
|
451
436
|
ref: ref
|
|
452
437
|
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
453
|
-
d: "
|
|
438
|
+
d: "M14 13v8l-4-2v-6L2.95 4h18.1L14 13z"
|
|
454
439
|
})));
|
|
455
440
|
};
|
|
456
|
-
var ForwardRef$y = /*#__PURE__*/forwardRef(
|
|
441
|
+
var ForwardRef$y = /*#__PURE__*/forwardRef(SvgContentFiltrationFill);
|
|
457
442
|
|
|
458
443
|
var _path$x;
|
|
459
444
|
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); }
|
|
460
|
-
var
|
|
445
|
+
var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
|
|
461
446
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
462
447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
463
448
|
width: 24,
|
|
@@ -465,14 +450,14 @@ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(p
|
|
|
465
450
|
viewBox: "0 0 24 24",
|
|
466
451
|
ref: ref
|
|
467
452
|
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
468
|
-
d: "
|
|
453
|
+
d: "M18.586 15.914 20 14.5l-8-8-8 8 1.414 1.414L12 9.328l6.586 6.586z"
|
|
469
454
|
})));
|
|
470
455
|
};
|
|
471
|
-
var ForwardRef$x = /*#__PURE__*/forwardRef(
|
|
456
|
+
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNavigationChevronUpOutline);
|
|
472
457
|
|
|
473
458
|
var _path$w;
|
|
474
459
|
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); }
|
|
475
|
-
var
|
|
460
|
+
var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
|
|
476
461
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
477
462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
478
463
|
width: 24,
|
|
@@ -480,14 +465,14 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
480
465
|
viewBox: "0 0 24 24",
|
|
481
466
|
ref: ref
|
|
482
467
|
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
483
|
-
d: "
|
|
468
|
+
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"
|
|
484
469
|
})));
|
|
485
470
|
};
|
|
486
|
-
var ForwardRef$w = /*#__PURE__*/forwardRef(
|
|
471
|
+
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNavigationCollapseAllOutline);
|
|
487
472
|
|
|
488
473
|
var _path$v;
|
|
489
474
|
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); }
|
|
490
|
-
var
|
|
475
|
+
var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
|
|
491
476
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
492
477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
478
|
width: 24,
|
|
@@ -495,14 +480,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
495
480
|
viewBox: "0 0 24 24",
|
|
496
481
|
ref: ref
|
|
497
482
|
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
498
|
-
d: "
|
|
483
|
+
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"
|
|
499
484
|
})));
|
|
500
485
|
};
|
|
501
|
-
var ForwardRef$v = /*#__PURE__*/forwardRef(
|
|
486
|
+
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
502
487
|
|
|
503
488
|
var _path$u;
|
|
504
489
|
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); }
|
|
505
|
-
var
|
|
490
|
+
var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
506
491
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
507
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
508
493
|
width: 24,
|
|
@@ -510,14 +495,14 @@ var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(p
|
|
|
510
495
|
viewBox: "0 0 24 24",
|
|
511
496
|
ref: ref
|
|
512
497
|
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
513
|
-
d: "
|
|
498
|
+
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"
|
|
514
499
|
})));
|
|
515
500
|
};
|
|
516
|
-
var ForwardRef$u = /*#__PURE__*/forwardRef(
|
|
501
|
+
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
517
502
|
|
|
518
503
|
var _path$t;
|
|
519
504
|
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); }
|
|
520
|
-
var
|
|
505
|
+
var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
|
|
521
506
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
522
507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
523
508
|
width: 24,
|
|
@@ -525,14 +510,14 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
525
510
|
viewBox: "0 0 24 24",
|
|
526
511
|
ref: ref
|
|
527
512
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
528
|
-
d: "
|
|
513
|
+
d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
|
|
529
514
|
})));
|
|
530
515
|
};
|
|
531
|
-
var ForwardRef$t = /*#__PURE__*/forwardRef(
|
|
516
|
+
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNavigationChevronLeftOutline);
|
|
532
517
|
|
|
533
518
|
var _path$s;
|
|
534
519
|
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); }
|
|
535
|
-
var
|
|
520
|
+
var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
|
|
536
521
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
537
522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
538
523
|
width: 24,
|
|
@@ -540,14 +525,14 @@ var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
|
540
525
|
viewBox: "0 0 24 24",
|
|
541
526
|
ref: ref
|
|
542
527
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
543
|
-
d: "
|
|
528
|
+
d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
|
|
544
529
|
})));
|
|
545
530
|
};
|
|
546
|
-
var ForwardRef$s = /*#__PURE__*/forwardRef(
|
|
531
|
+
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
547
532
|
|
|
548
533
|
var _path$r;
|
|
549
534
|
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); }
|
|
550
|
-
var
|
|
535
|
+
var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
551
536
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
552
537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
538
|
width: 24,
|
|
@@ -555,14 +540,14 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
555
540
|
viewBox: "0 0 24 24",
|
|
556
541
|
ref: ref
|
|
557
542
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
558
|
-
d: "
|
|
543
|
+
d: "M13.286 3h-2.572v7.714H3v2.572h7.714V21h2.572v-7.714H21v-2.572h-7.714V3z"
|
|
559
544
|
})));
|
|
560
545
|
};
|
|
561
|
-
var ForwardRef$r = /*#__PURE__*/forwardRef(
|
|
546
|
+
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgActionAddOutline);
|
|
562
547
|
|
|
563
548
|
var _path$q;
|
|
564
549
|
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); }
|
|
565
|
-
var
|
|
550
|
+
var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
566
551
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
567
552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
568
553
|
width: 24,
|
|
@@ -570,14 +555,14 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
570
555
|
viewBox: "0 0 24 24",
|
|
571
556
|
ref: ref
|
|
572
557
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
573
|
-
d: "
|
|
558
|
+
d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
|
|
574
559
|
})));
|
|
575
560
|
};
|
|
576
|
-
var ForwardRef$q = /*#__PURE__*/forwardRef(
|
|
561
|
+
var ForwardRef$q = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
577
562
|
|
|
578
563
|
var _path$p;
|
|
579
564
|
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); }
|
|
580
|
-
var
|
|
565
|
+
var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
581
566
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
582
567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
568
|
width: 24,
|
|
@@ -585,14 +570,14 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
585
570
|
viewBox: "0 0 24 24",
|
|
586
571
|
ref: ref
|
|
587
572
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
588
|
-
d: "
|
|
573
|
+
d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
|
|
589
574
|
})));
|
|
590
575
|
};
|
|
591
|
-
var ForwardRef$p = /*#__PURE__*/forwardRef(
|
|
576
|
+
var ForwardRef$p = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
592
577
|
|
|
593
578
|
var _path$o;
|
|
594
579
|
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); }
|
|
595
|
-
var
|
|
580
|
+
var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
596
581
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
597
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
598
583
|
width: 24,
|
|
@@ -600,14 +585,14 @@ var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
|
600
585
|
viewBox: "0 0 24 24",
|
|
601
586
|
ref: ref
|
|
602
587
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
603
|
-
d: "
|
|
588
|
+
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"
|
|
604
589
|
})));
|
|
605
590
|
};
|
|
606
|
-
var ForwardRef$o = /*#__PURE__*/forwardRef(
|
|
591
|
+
var ForwardRef$o = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
607
592
|
|
|
608
593
|
var _path$n;
|
|
609
594
|
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); }
|
|
610
|
-
var
|
|
595
|
+
var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
611
596
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
612
597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
613
598
|
width: 24,
|
|
@@ -615,14 +600,14 @@ var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref)
|
|
|
615
600
|
viewBox: "0 0 24 24",
|
|
616
601
|
ref: ref
|
|
617
602
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
618
|
-
d: "
|
|
603
|
+
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"
|
|
619
604
|
})));
|
|
620
605
|
};
|
|
621
|
-
var ForwardRef$n = /*#__PURE__*/forwardRef(
|
|
606
|
+
var ForwardRef$n = /*#__PURE__*/forwardRef(SvgNotificationCheckFill);
|
|
622
607
|
|
|
623
608
|
var _path$m;
|
|
624
609
|
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); }
|
|
625
|
-
var
|
|
610
|
+
var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
|
|
626
611
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
627
612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
628
613
|
width: 24,
|
|
@@ -630,14 +615,14 @@ var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
|
630
615
|
viewBox: "0 0 24 24",
|
|
631
616
|
ref: ref
|
|
632
617
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
633
|
-
d: "
|
|
618
|
+
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"
|
|
634
619
|
})));
|
|
635
620
|
};
|
|
636
|
-
var ForwardRef$m = /*#__PURE__*/forwardRef(
|
|
621
|
+
var ForwardRef$m = /*#__PURE__*/forwardRef(SvgNotificationWarningFill);
|
|
637
622
|
|
|
638
623
|
var _path$l;
|
|
639
624
|
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); }
|
|
640
|
-
var
|
|
625
|
+
var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
641
626
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
642
627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
643
628
|
width: 24,
|
|
@@ -645,16 +630,14 @@ var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
|
645
630
|
viewBox: "0 0 24 24",
|
|
646
631
|
ref: ref
|
|
647
632
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
648
|
-
|
|
649
|
-
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",
|
|
650
|
-
clipRule: "evenodd"
|
|
633
|
+
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"
|
|
651
634
|
})));
|
|
652
635
|
};
|
|
653
|
-
var ForwardRef$l = /*#__PURE__*/forwardRef(
|
|
636
|
+
var ForwardRef$l = /*#__PURE__*/forwardRef(SvgNotificationErrorFill);
|
|
654
637
|
|
|
655
638
|
var _path$k;
|
|
656
639
|
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); }
|
|
657
|
-
var
|
|
640
|
+
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
658
641
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
659
642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
660
643
|
width: 24,
|
|
@@ -662,16 +645,14 @@ var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
|
662
645
|
viewBox: "0 0 24 24",
|
|
663
646
|
ref: ref
|
|
664
647
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
665
|
-
|
|
666
|
-
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",
|
|
667
|
-
clipRule: "evenodd"
|
|
648
|
+
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
668
649
|
})));
|
|
669
650
|
};
|
|
670
|
-
var ForwardRef$k = /*#__PURE__*/forwardRef(
|
|
651
|
+
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
671
652
|
|
|
672
|
-
var _path$j;
|
|
653
|
+
var _path$j, _path2$2;
|
|
673
654
|
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); }
|
|
674
|
-
var
|
|
655
|
+
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
675
656
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
676
657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
677
658
|
width: 24,
|
|
@@ -679,16 +660,16 @@ var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
|
|
|
679
660
|
viewBox: "0 0 24 24",
|
|
680
661
|
ref: ref
|
|
681
662
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
663
|
+
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"
|
|
664
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
665
|
+
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"
|
|
685
666
|
})));
|
|
686
667
|
};
|
|
687
|
-
var ForwardRef$j = /*#__PURE__*/forwardRef(
|
|
668
|
+
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
688
669
|
|
|
689
670
|
var _path$i;
|
|
690
671
|
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); }
|
|
691
|
-
var
|
|
672
|
+
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
692
673
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
693
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
694
675
|
width: 24,
|
|
@@ -696,16 +677,14 @@ var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
|
696
677
|
viewBox: "0 0 24 24",
|
|
697
678
|
ref: ref
|
|
698
679
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
699
|
-
|
|
700
|
-
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",
|
|
701
|
-
clipRule: "evenodd"
|
|
680
|
+
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"
|
|
702
681
|
})));
|
|
703
682
|
};
|
|
704
|
-
var ForwardRef$i = /*#__PURE__*/forwardRef(
|
|
683
|
+
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgContentEditFill);
|
|
705
684
|
|
|
706
|
-
var _path$h
|
|
685
|
+
var _path$h;
|
|
707
686
|
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); }
|
|
708
|
-
var
|
|
687
|
+
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
709
688
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
710
689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
711
690
|
width: 24,
|
|
@@ -713,18 +692,16 @@ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
|
713
692
|
viewBox: "0 0 24 24",
|
|
714
693
|
ref: ref
|
|
715
694
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
716
|
-
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
717
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
718
695
|
fillRule: "evenodd",
|
|
719
|
-
d: "
|
|
696
|
+
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",
|
|
720
697
|
clipRule: "evenodd"
|
|
721
698
|
})));
|
|
722
699
|
};
|
|
723
|
-
var ForwardRef$h = /*#__PURE__*/forwardRef(
|
|
700
|
+
var ForwardRef$h = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
|
|
724
701
|
|
|
725
702
|
var _path$g;
|
|
726
703
|
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); }
|
|
727
|
-
var
|
|
704
|
+
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
728
705
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
729
706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
730
707
|
width: 24,
|
|
@@ -732,16 +709,14 @@ var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
|
|
|
732
709
|
viewBox: "0 0 24 24",
|
|
733
710
|
ref: ref
|
|
734
711
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
735
|
-
|
|
736
|
-
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",
|
|
737
|
-
clipRule: "evenodd"
|
|
712
|
+
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"
|
|
738
713
|
})));
|
|
739
714
|
};
|
|
740
|
-
var ForwardRef$g = /*#__PURE__*/forwardRef(
|
|
715
|
+
var ForwardRef$g = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
|
|
741
716
|
|
|
742
717
|
var _path$f;
|
|
743
718
|
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); }
|
|
744
|
-
var
|
|
719
|
+
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
745
720
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
746
721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
747
722
|
width: 24,
|
|
@@ -749,16 +724,14 @@ var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
|
|
|
749
724
|
viewBox: "0 0 24 24",
|
|
750
725
|
ref: ref
|
|
751
726
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
752
|
-
|
|
753
|
-
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",
|
|
754
|
-
clipRule: "evenodd"
|
|
727
|
+
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"
|
|
755
728
|
})));
|
|
756
729
|
};
|
|
757
|
-
var ForwardRef$f = /*#__PURE__*/forwardRef(
|
|
730
|
+
var ForwardRef$f = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
|
|
758
731
|
|
|
759
732
|
var _path$e;
|
|
760
733
|
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); }
|
|
761
|
-
var
|
|
734
|
+
var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
762
735
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
763
736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
764
737
|
width: 24,
|
|
@@ -767,15 +740,15 @@ var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
|
|
|
767
740
|
ref: ref
|
|
768
741
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
769
742
|
fillRule: "evenodd",
|
|
770
|
-
d: "
|
|
743
|
+
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",
|
|
771
744
|
clipRule: "evenodd"
|
|
772
745
|
})));
|
|
773
746
|
};
|
|
774
|
-
var ForwardRef$e = /*#__PURE__*/forwardRef(
|
|
747
|
+
var ForwardRef$e = /*#__PURE__*/forwardRef(SvgFileFileWordFill);
|
|
775
748
|
|
|
776
749
|
var _path$d;
|
|
777
750
|
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); }
|
|
778
|
-
var
|
|
751
|
+
var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
779
752
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
780
753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
781
754
|
width: 24,
|
|
@@ -783,57 +756,178 @@ var SvgFileFileFill = function SvgFileFileFill(props, ref) {
|
|
|
783
756
|
viewBox: "0 0 24 24",
|
|
784
757
|
ref: ref
|
|
785
758
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
786
|
-
|
|
759
|
+
fillRule: "evenodd",
|
|
760
|
+
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",
|
|
761
|
+
clipRule: "evenodd"
|
|
787
762
|
})));
|
|
788
763
|
};
|
|
789
|
-
var ForwardRef$d = /*#__PURE__*/forwardRef(
|
|
764
|
+
var ForwardRef$d = /*#__PURE__*/forwardRef(SvgFileFileExcelFill);
|
|
790
765
|
|
|
791
766
|
var _path$c;
|
|
792
767
|
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); }
|
|
793
|
-
var
|
|
768
|
+
var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
|
|
794
769
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
770
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
795
771
|
width: 24,
|
|
796
772
|
height: 24,
|
|
797
773
|
viewBox: "0 0 24 24",
|
|
798
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
799
774
|
ref: ref
|
|
800
775
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
801
776
|
fillRule: "evenodd",
|
|
802
|
-
d: "
|
|
777
|
+
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",
|
|
778
|
+
clipRule: "evenodd"
|
|
803
779
|
})));
|
|
804
780
|
};
|
|
805
|
-
var ForwardRef$c = /*#__PURE__*/forwardRef(
|
|
781
|
+
var ForwardRef$c = /*#__PURE__*/forwardRef(SvgFileFilePdfFill);
|
|
806
782
|
|
|
807
|
-
var _path$b
|
|
783
|
+
var _path$b;
|
|
808
784
|
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); }
|
|
809
|
-
var
|
|
785
|
+
var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
810
786
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
787
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
788
|
+
width: 24,
|
|
789
|
+
height: 24,
|
|
790
|
+
viewBox: "0 0 24 24",
|
|
791
|
+
ref: ref
|
|
792
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
793
|
+
fillRule: "evenodd",
|
|
794
|
+
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",
|
|
795
|
+
clipRule: "evenodd"
|
|
796
|
+
})));
|
|
797
|
+
};
|
|
798
|
+
var ForwardRef$b = /*#__PURE__*/forwardRef(SvgFileFileImageFill);
|
|
799
|
+
|
|
800
|
+
var _path$a, _path2$1;
|
|
801
|
+
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); }
|
|
802
|
+
var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
803
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
804
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
805
|
+
width: 24,
|
|
806
|
+
height: 24,
|
|
807
|
+
viewBox: "0 0 24 24",
|
|
808
|
+
ref: ref
|
|
809
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
810
|
+
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
811
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
812
|
+
fillRule: "evenodd",
|
|
813
|
+
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",
|
|
814
|
+
clipRule: "evenodd"
|
|
815
|
+
})));
|
|
816
|
+
};
|
|
817
|
+
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgFileFileVideoFill);
|
|
818
|
+
|
|
819
|
+
var _path$9;
|
|
820
|
+
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); }
|
|
821
|
+
var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
|
|
822
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
823
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
824
|
+
width: 24,
|
|
825
|
+
height: 24,
|
|
826
|
+
viewBox: "0 0 24 24",
|
|
827
|
+
ref: ref
|
|
828
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
829
|
+
fillRule: "evenodd",
|
|
830
|
+
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",
|
|
831
|
+
clipRule: "evenodd"
|
|
832
|
+
})));
|
|
833
|
+
};
|
|
834
|
+
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgFileFileTableFill);
|
|
835
|
+
|
|
836
|
+
var _path$8;
|
|
837
|
+
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); }
|
|
838
|
+
var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
|
|
839
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
840
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
841
|
+
width: 24,
|
|
842
|
+
height: 24,
|
|
843
|
+
viewBox: "0 0 24 24",
|
|
844
|
+
ref: ref
|
|
845
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
846
|
+
fillRule: "evenodd",
|
|
847
|
+
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",
|
|
848
|
+
clipRule: "evenodd"
|
|
849
|
+
})));
|
|
850
|
+
};
|
|
851
|
+
var ForwardRef$8 = /*#__PURE__*/forwardRef(SvgFileFileTextFill);
|
|
852
|
+
|
|
853
|
+
var _path$7;
|
|
854
|
+
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); }
|
|
855
|
+
var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
|
|
856
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
857
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
858
|
+
width: 24,
|
|
859
|
+
height: 24,
|
|
860
|
+
viewBox: "0 0 24 24",
|
|
861
|
+
ref: ref
|
|
862
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
863
|
+
fillRule: "evenodd",
|
|
864
|
+
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",
|
|
865
|
+
clipRule: "evenodd"
|
|
866
|
+
})));
|
|
867
|
+
};
|
|
868
|
+
var ForwardRef$7 = /*#__PURE__*/forwardRef(SvgFileFileEmlFill);
|
|
869
|
+
|
|
870
|
+
var _path$6;
|
|
871
|
+
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); }
|
|
872
|
+
var SvgFileFileFill = function SvgFileFileFill(props, ref) {
|
|
873
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
874
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
875
|
+
width: 24,
|
|
876
|
+
height: 24,
|
|
877
|
+
viewBox: "0 0 24 24",
|
|
878
|
+
ref: ref
|
|
879
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
880
|
+
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"
|
|
881
|
+
})));
|
|
882
|
+
};
|
|
883
|
+
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgFileFileFill);
|
|
884
|
+
|
|
885
|
+
var _path$5;
|
|
886
|
+
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); }
|
|
887
|
+
var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
888
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
889
|
+
width: 24,
|
|
890
|
+
height: 24,
|
|
891
|
+
viewBox: "0 0 24 24",
|
|
892
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
893
|
+
ref: ref
|
|
894
|
+
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
895
|
+
fillRule: "evenodd",
|
|
896
|
+
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"
|
|
897
|
+
})));
|
|
898
|
+
};
|
|
899
|
+
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgStarFilled);
|
|
900
|
+
|
|
901
|
+
var _path$4, _path2;
|
|
902
|
+
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); }
|
|
903
|
+
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
904
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
811
905
|
width: 66,
|
|
812
906
|
height: 67,
|
|
813
907
|
viewBox: "0 0 66 67",
|
|
814
908
|
fill: "none",
|
|
815
909
|
xmlns: "http://www.w3.org/2000/svg",
|
|
816
910
|
ref: ref
|
|
817
|
-
}, props), _path$
|
|
911
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
818
912
|
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",
|
|
819
913
|
fill: "#EBEDF5"
|
|
820
|
-
})), _path2
|
|
914
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
821
915
|
fillRule: "evenodd",
|
|
822
916
|
clipRule: "evenodd",
|
|
823
917
|
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",
|
|
824
918
|
fill: "#6C6F80"
|
|
825
919
|
})));
|
|
826
920
|
};
|
|
827
|
-
var ForwardRef$
|
|
921
|
+
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
828
922
|
|
|
829
|
-
var css$1x = {"root":"
|
|
923
|
+
var css$1x = {"root":"Y3FCek","uui-spinner":"x7IyVM","uuiSpinner":"x7IyVM"};
|
|
830
924
|
|
|
831
925
|
function applySpinnerMods() {
|
|
832
926
|
return [css$1x.root, 'uui-spinner'];
|
|
833
927
|
}
|
|
834
928
|
const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
|
|
835
929
|
|
|
836
|
-
var css$1w = {"root":"
|
|
930
|
+
var css$1w = {"root":"nnMGUN","loading-word":"JRlr-g","loadingWord":"JRlr-g","animated-loading":"_7QbiIq","animatedLoading":"_7QbiIq","skeleton_loading":"oAXjGe","skeletonLoading":"oAXjGe"};
|
|
837
931
|
|
|
838
932
|
const TextPlaceholder = (props) => {
|
|
839
933
|
const pattern = ' ';
|
|
@@ -850,7 +944,7 @@ const TextPlaceholder = (props) => {
|
|
|
850
944
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
851
945
|
};
|
|
852
946
|
|
|
853
|
-
var css$1v = {"root":"
|
|
947
|
+
var css$1v = {"root":"Vv8epw","line-height":"zqzdCU","lineHeight":"zqzdCU","font-size":"X2Fn6V","fontSize":"X2Fn6V"};
|
|
854
948
|
|
|
855
949
|
function applyTextMods(mods) {
|
|
856
950
|
return [
|
|
@@ -879,16 +973,16 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
879
973
|
|
|
880
974
|
const accordionSettings = {
|
|
881
975
|
icons: {
|
|
882
|
-
dropdownIcon: ForwardRef$
|
|
976
|
+
dropdownIcon: ForwardRef$P,
|
|
883
977
|
},
|
|
884
978
|
};
|
|
885
979
|
const alertSettings = {
|
|
886
980
|
icons: {
|
|
887
|
-
closeIcon: ForwardRef$
|
|
888
|
-
infoIcon: ForwardRef$
|
|
889
|
-
successIcon: ForwardRef$
|
|
890
|
-
warningIcon: ForwardRef$
|
|
891
|
-
errorIcon: ForwardRef$
|
|
981
|
+
closeIcon: ForwardRef$Q,
|
|
982
|
+
infoIcon: ForwardRef$J,
|
|
983
|
+
successIcon: ForwardRef$n,
|
|
984
|
+
warningIcon: ForwardRef$m,
|
|
985
|
+
errorIcon: ForwardRef$l,
|
|
892
986
|
},
|
|
893
987
|
sizes: {
|
|
894
988
|
default: '48',
|
|
@@ -900,7 +994,7 @@ const alertSettings = {
|
|
|
900
994
|
};
|
|
901
995
|
const badgeSettings = {
|
|
902
996
|
icons: {
|
|
903
|
-
dropdownIcon: ForwardRef$
|
|
997
|
+
dropdownIcon: ForwardRef$P,
|
|
904
998
|
},
|
|
905
999
|
sizes: {
|
|
906
1000
|
default: '36',
|
|
@@ -916,8 +1010,8 @@ const badgeSettings = {
|
|
|
916
1010
|
};
|
|
917
1011
|
const buttonSettings = {
|
|
918
1012
|
icons: {
|
|
919
|
-
clearIcon: ForwardRef$
|
|
920
|
-
dropdownIcon: ForwardRef$
|
|
1013
|
+
clearIcon: ForwardRef$Q,
|
|
1014
|
+
dropdownIcon: ForwardRef$P,
|
|
921
1015
|
},
|
|
922
1016
|
sizes: {
|
|
923
1017
|
default: '36',
|
|
@@ -925,8 +1019,8 @@ const buttonSettings = {
|
|
|
925
1019
|
};
|
|
926
1020
|
const checkboxSettings = {
|
|
927
1021
|
icons: {
|
|
928
|
-
checkIcon: ForwardRef$
|
|
929
|
-
indeterminateIcon: ForwardRef$
|
|
1022
|
+
checkIcon: ForwardRef$O,
|
|
1023
|
+
indeterminateIcon: ForwardRef$N,
|
|
930
1024
|
},
|
|
931
1025
|
sizes: {
|
|
932
1026
|
default: '18',
|
|
@@ -941,30 +1035,30 @@ const dataTableSettings = {
|
|
|
941
1035
|
renderPlaceholder: (props) => React__default.createElement(Text, { size: props.rowSize },
|
|
942
1036
|
React__default.createElement(TextPlaceholder, null)),
|
|
943
1037
|
icons: {
|
|
944
|
-
emptyTable: ForwardRef$
|
|
1038
|
+
emptyTable: ForwardRef$I,
|
|
945
1039
|
header: {
|
|
946
|
-
configIcon: ForwardRef$
|
|
947
|
-
ascSortIcon: ForwardRef$
|
|
948
|
-
descSortIcon: ForwardRef$
|
|
949
|
-
defaultSortIcon: ForwardRef$
|
|
950
|
-
filterIcon: ForwardRef$
|
|
951
|
-
dropdownIcon: ForwardRef$
|
|
952
|
-
openedDropdownIcon: ForwardRef$
|
|
953
|
-
foldIcon: ForwardRef$
|
|
954
|
-
unfoldIcon: ForwardRef$
|
|
1040
|
+
configIcon: ForwardRef$u,
|
|
1041
|
+
ascSortIcon: ForwardRef$H,
|
|
1042
|
+
descSortIcon: ForwardRef$G,
|
|
1043
|
+
defaultSortIcon: ForwardRef$z,
|
|
1044
|
+
filterIcon: ForwardRef$y,
|
|
1045
|
+
dropdownIcon: ForwardRef$P,
|
|
1046
|
+
openedDropdownIcon: ForwardRef$x,
|
|
1047
|
+
foldIcon: ForwardRef$w,
|
|
1048
|
+
unfoldIcon: ForwardRef$v,
|
|
955
1049
|
},
|
|
956
1050
|
body: {
|
|
957
|
-
foldingIcon: ForwardRef$
|
|
1051
|
+
foldingIcon: ForwardRef$P,
|
|
958
1052
|
},
|
|
959
1053
|
columnsConfigurationModal: {
|
|
960
|
-
dragIndicator: ForwardRef$
|
|
961
|
-
lockIcon: ForwardRef$
|
|
962
|
-
pinLeftIcon: ForwardRef$
|
|
963
|
-
pinRightIcon: ForwardRef$
|
|
964
|
-
collapsedIcon: ForwardRef$
|
|
965
|
-
expandedIcon: ForwardRef$
|
|
966
|
-
menuIcon: ForwardRef$
|
|
967
|
-
resetIcon: ForwardRef$
|
|
1054
|
+
dragIndicator: ForwardRef$F,
|
|
1055
|
+
lockIcon: ForwardRef$C,
|
|
1056
|
+
pinLeftIcon: ForwardRef$B,
|
|
1057
|
+
pinRightIcon: ForwardRef$A,
|
|
1058
|
+
collapsedIcon: ForwardRef$s,
|
|
1059
|
+
expandedIcon: ForwardRef$P,
|
|
1060
|
+
menuIcon: ForwardRef$E,
|
|
1061
|
+
resetIcon: ForwardRef$D,
|
|
968
1062
|
},
|
|
969
1063
|
},
|
|
970
1064
|
sizes: {
|
|
@@ -1021,18 +1115,18 @@ const dataTableSettings = {
|
|
|
1021
1115
|
};
|
|
1022
1116
|
const dropdownMenuSettings = {
|
|
1023
1117
|
icons: {
|
|
1024
|
-
acceptIcon: ForwardRef$
|
|
1025
|
-
dropdownIcon: ForwardRef$
|
|
1118
|
+
acceptIcon: ForwardRef$O,
|
|
1119
|
+
dropdownIcon: ForwardRef$P,
|
|
1026
1120
|
},
|
|
1027
1121
|
};
|
|
1028
1122
|
const datePickerSettings = {
|
|
1029
1123
|
icons: {
|
|
1030
1124
|
body: {
|
|
1031
|
-
prevIcon: ForwardRef$
|
|
1032
|
-
nextIcon: ForwardRef$
|
|
1125
|
+
prevIcon: ForwardRef$t,
|
|
1126
|
+
nextIcon: ForwardRef$s,
|
|
1033
1127
|
},
|
|
1034
1128
|
input: {
|
|
1035
|
-
calendarIcon: ForwardRef$
|
|
1129
|
+
calendarIcon: ForwardRef$L,
|
|
1036
1130
|
},
|
|
1037
1131
|
},
|
|
1038
1132
|
sizes: {
|
|
@@ -1042,17 +1136,17 @@ const datePickerSettings = {
|
|
|
1042
1136
|
};
|
|
1043
1137
|
const fileCardSettings = {
|
|
1044
1138
|
icons: {
|
|
1045
|
-
docIcon: ForwardRef$
|
|
1046
|
-
exelIcon: ForwardRef$
|
|
1047
|
-
pdfIcon: ForwardRef$
|
|
1048
|
-
imgIcon: ForwardRef$
|
|
1049
|
-
videoIcon: ForwardRef$
|
|
1050
|
-
tableIcon: ForwardRef$
|
|
1051
|
-
textIcon: ForwardRef$
|
|
1052
|
-
mailIcon: ForwardRef$
|
|
1053
|
-
fileIcon: ForwardRef$
|
|
1054
|
-
closeIcon: ForwardRef$
|
|
1055
|
-
errorIcon: ForwardRef$
|
|
1139
|
+
docIcon: ForwardRef$e,
|
|
1140
|
+
exelIcon: ForwardRef$d,
|
|
1141
|
+
pdfIcon: ForwardRef$c,
|
|
1142
|
+
imgIcon: ForwardRef$b,
|
|
1143
|
+
videoIcon: ForwardRef$a,
|
|
1144
|
+
tableIcon: ForwardRef$9,
|
|
1145
|
+
textIcon: ForwardRef$8,
|
|
1146
|
+
mailIcon: ForwardRef$7,
|
|
1147
|
+
fileIcon: ForwardRef$6,
|
|
1148
|
+
closeIcon: ForwardRef$Q,
|
|
1149
|
+
errorIcon: ForwardRef$l,
|
|
1056
1150
|
},
|
|
1057
1151
|
};
|
|
1058
1152
|
const flexRowSettings = {
|
|
@@ -1061,23 +1155,31 @@ const flexRowSettings = {
|
|
|
1061
1155
|
},
|
|
1062
1156
|
};
|
|
1063
1157
|
const filtersPanelSettings = {
|
|
1158
|
+
renderPlaceholder: () => React__default.createElement(TextPlaceholder, null),
|
|
1064
1159
|
icons: {
|
|
1065
|
-
addFilterIcon: ForwardRef$
|
|
1066
|
-
itemDropdownIcon: ForwardRef$
|
|
1160
|
+
addFilterIcon: ForwardRef$r,
|
|
1161
|
+
itemDropdownIcon: ForwardRef$P,
|
|
1162
|
+
pickerBodyRemoveIcon: ForwardRef$k,
|
|
1067
1163
|
},
|
|
1068
1164
|
sizes: {
|
|
1069
1165
|
default: '36',
|
|
1166
|
+
footerLinkButton: '36',
|
|
1167
|
+
mobileFooterLinkButton: '48',
|
|
1168
|
+
pickerBodyMultiSwitch: '24',
|
|
1169
|
+
pickerBodyLinkButton: '24',
|
|
1170
|
+
pickerBodyMinWidth: 360,
|
|
1171
|
+
rangeDatePickerInput: '30',
|
|
1070
1172
|
},
|
|
1071
1173
|
};
|
|
1072
1174
|
const iconButtonSettings = {
|
|
1073
1175
|
icons: {
|
|
1074
|
-
dropdownIcon: ForwardRef$
|
|
1176
|
+
dropdownIcon: ForwardRef$P,
|
|
1075
1177
|
},
|
|
1076
1178
|
};
|
|
1077
1179
|
const labeledInputSettings = {
|
|
1078
1180
|
icons: {
|
|
1079
|
-
infoIcon: ForwardRef$
|
|
1080
|
-
fillInfoIcon: ForwardRef$
|
|
1181
|
+
infoIcon: ForwardRef$K,
|
|
1182
|
+
fillInfoIcon: ForwardRef$J,
|
|
1081
1183
|
},
|
|
1082
1184
|
sizes: {
|
|
1083
1185
|
default: '36',
|
|
@@ -1085,7 +1187,7 @@ const labeledInputSettings = {
|
|
|
1085
1187
|
};
|
|
1086
1188
|
const linkButtonSettings = {
|
|
1087
1189
|
icons: {
|
|
1088
|
-
dropdownIcon: ForwardRef$
|
|
1190
|
+
dropdownIcon: ForwardRef$P,
|
|
1089
1191
|
},
|
|
1090
1192
|
sizes: {
|
|
1091
1193
|
default: '36',
|
|
@@ -1094,24 +1196,25 @@ const linkButtonSettings = {
|
|
|
1094
1196
|
};
|
|
1095
1197
|
const modalSettings = {
|
|
1096
1198
|
icons: {
|
|
1097
|
-
closeIcon: ForwardRef$
|
|
1199
|
+
closeIcon: ForwardRef$Q,
|
|
1098
1200
|
},
|
|
1099
1201
|
};
|
|
1100
1202
|
const notificationCardSettings = {
|
|
1101
1203
|
icons: {
|
|
1102
|
-
closeIcon: ForwardRef$
|
|
1103
|
-
hintIcon: ForwardRef$
|
|
1104
|
-
successIcon: ForwardRef$
|
|
1105
|
-
warningIcon: ForwardRef$
|
|
1106
|
-
errorIcon: ForwardRef$
|
|
1204
|
+
closeIcon: ForwardRef$Q,
|
|
1205
|
+
hintIcon: ForwardRef$o,
|
|
1206
|
+
successIcon: ForwardRef$n,
|
|
1207
|
+
warningIcon: ForwardRef$m,
|
|
1208
|
+
errorIcon: ForwardRef$l,
|
|
1107
1209
|
},
|
|
1108
1210
|
sizes: {
|
|
1109
1211
|
action: '30',
|
|
1212
|
+
icon: 24,
|
|
1110
1213
|
},
|
|
1111
1214
|
};
|
|
1112
1215
|
const numericInputSettings = {
|
|
1113
1216
|
icons: {
|
|
1114
|
-
arrowIcon: ForwardRef$
|
|
1217
|
+
arrowIcon: ForwardRef$P,
|
|
1115
1218
|
},
|
|
1116
1219
|
sizes: {
|
|
1117
1220
|
default: '36',
|
|
@@ -1119,8 +1222,8 @@ const numericInputSettings = {
|
|
|
1119
1222
|
};
|
|
1120
1223
|
const paginatorSettings = {
|
|
1121
1224
|
icons: {
|
|
1122
|
-
leftArrowIcon: ForwardRef$
|
|
1123
|
-
rightArrowIcon: ForwardRef$
|
|
1225
|
+
leftArrowIcon: ForwardRef$t,
|
|
1226
|
+
rightArrowIcon: ForwardRef$s,
|
|
1124
1227
|
},
|
|
1125
1228
|
sizes: {
|
|
1126
1229
|
default: '36',
|
|
@@ -1131,13 +1234,13 @@ const pickerInputSettings = {
|
|
|
1131
1234
|
React__default.createElement(TextPlaceholder, null)),
|
|
1132
1235
|
icons: {
|
|
1133
1236
|
toggler: {
|
|
1134
|
-
clearIcon: ForwardRef$
|
|
1135
|
-
dropdownIcon: ForwardRef$
|
|
1237
|
+
clearIcon: ForwardRef$Q,
|
|
1238
|
+
dropdownIcon: ForwardRef$P,
|
|
1136
1239
|
},
|
|
1137
1240
|
body: {
|
|
1138
|
-
selectIcon: (size) => size < '30' ? ForwardRef$
|
|
1139
|
-
pickerBodyMobileHeaderCloseIcon: ForwardRef$
|
|
1140
|
-
modalNotFoundSearchIcon: ForwardRef$
|
|
1241
|
+
selectIcon: (size) => size < '30' ? ForwardRef$q : ForwardRef$O,
|
|
1242
|
+
pickerBodyMobileHeaderCloseIcon: ForwardRef$Q,
|
|
1243
|
+
modalNotFoundSearchIcon: ForwardRef$4,
|
|
1141
1244
|
},
|
|
1142
1245
|
},
|
|
1143
1246
|
sizes: {
|
|
@@ -1201,9 +1304,26 @@ const pickerInputSettings = {
|
|
|
1201
1304
|
},
|
|
1202
1305
|
},
|
|
1203
1306
|
};
|
|
1307
|
+
const presetsPanelSettings = {
|
|
1308
|
+
icons: {
|
|
1309
|
+
addIcon: ForwardRef$r,
|
|
1310
|
+
copyIcon: ForwardRef$h,
|
|
1311
|
+
copyLinkIcon: ForwardRef$j,
|
|
1312
|
+
deleteIcon: ForwardRef$k,
|
|
1313
|
+
discardChangesIcon: ForwardRef$g,
|
|
1314
|
+
menuIcon: ForwardRef$E,
|
|
1315
|
+
renameIcon: ForwardRef$i,
|
|
1316
|
+
saveAsNewIcon: ForwardRef$f,
|
|
1317
|
+
saveInCurrentIcon: ForwardRef$D,
|
|
1318
|
+
},
|
|
1319
|
+
sizes: {
|
|
1320
|
+
tabButton: '60',
|
|
1321
|
+
dropdownTargetIconButton: '18',
|
|
1322
|
+
},
|
|
1323
|
+
};
|
|
1204
1324
|
const radioInputSettings = {
|
|
1205
1325
|
icons: {
|
|
1206
|
-
dotIcon: ForwardRef$
|
|
1326
|
+
dotIcon: ForwardRef$p,
|
|
1207
1327
|
},
|
|
1208
1328
|
sizes: {
|
|
1209
1329
|
default: '18',
|
|
@@ -1212,7 +1332,7 @@ const radioInputSettings = {
|
|
|
1212
1332
|
const rangeDatePickerSettings = {
|
|
1213
1333
|
icons: {
|
|
1214
1334
|
input: {
|
|
1215
|
-
calendarIcon: ForwardRef$
|
|
1335
|
+
calendarIcon: ForwardRef$L,
|
|
1216
1336
|
},
|
|
1217
1337
|
},
|
|
1218
1338
|
sizes: {
|
|
@@ -1222,8 +1342,8 @@ const rangeDatePickerSettings = {
|
|
|
1222
1342
|
};
|
|
1223
1343
|
const ratingSettings = {
|
|
1224
1344
|
icons: {
|
|
1225
|
-
filledRatingIcon: ForwardRef$
|
|
1226
|
-
emptyRatingIcon: ForwardRef$
|
|
1345
|
+
filledRatingIcon: ForwardRef$5,
|
|
1346
|
+
emptyRatingIcon: ForwardRef$5,
|
|
1227
1347
|
},
|
|
1228
1348
|
sizes: {
|
|
1229
1349
|
default: 18,
|
|
@@ -1246,8 +1366,8 @@ const switchSettings = {
|
|
|
1246
1366
|
};
|
|
1247
1367
|
const tabButtonSettings = {
|
|
1248
1368
|
icons: {
|
|
1249
|
-
clearIcon: ForwardRef$
|
|
1250
|
-
dropdownIcon: ForwardRef$
|
|
1369
|
+
clearIcon: ForwardRef$Q,
|
|
1370
|
+
dropdownIcon: ForwardRef$P,
|
|
1251
1371
|
},
|
|
1252
1372
|
sizes: {
|
|
1253
1373
|
default: '48',
|
|
@@ -1260,8 +1380,8 @@ const tabButtonSettings = {
|
|
|
1260
1380
|
};
|
|
1261
1381
|
const tagSettings = {
|
|
1262
1382
|
icons: {
|
|
1263
|
-
clearIcon: ForwardRef$
|
|
1264
|
-
dropdownIcon: ForwardRef$
|
|
1383
|
+
clearIcon: ForwardRef$Q,
|
|
1384
|
+
dropdownIcon: ForwardRef$P,
|
|
1265
1385
|
},
|
|
1266
1386
|
sizes: {
|
|
1267
1387
|
default: '36',
|
|
@@ -1287,10 +1407,10 @@ const textAreaSettings = {
|
|
|
1287
1407
|
};
|
|
1288
1408
|
const textInputSettings = {
|
|
1289
1409
|
icons: {
|
|
1290
|
-
acceptIcon: ForwardRef$
|
|
1291
|
-
clearIcon: ForwardRef$
|
|
1292
|
-
dropdownIcon: ForwardRef$
|
|
1293
|
-
searchIcon: ForwardRef$
|
|
1410
|
+
acceptIcon: ForwardRef$O,
|
|
1411
|
+
clearIcon: ForwardRef$Q,
|
|
1412
|
+
dropdownIcon: ForwardRef$P,
|
|
1413
|
+
searchIcon: ForwardRef$M,
|
|
1294
1414
|
},
|
|
1295
1415
|
sizes: {
|
|
1296
1416
|
default: '36',
|
|
@@ -1321,6 +1441,7 @@ const settings = {
|
|
|
1321
1441
|
numericInput: numericInputSettings,
|
|
1322
1442
|
paginator: paginatorSettings,
|
|
1323
1443
|
pickerInput: pickerInputSettings,
|
|
1444
|
+
presetsPanel: presetsPanelSettings,
|
|
1324
1445
|
radioInput: radioInputSettings,
|
|
1325
1446
|
rangeDatePicker: rangeDatePickerSettings,
|
|
1326
1447
|
rating: ratingSettings,
|
|
@@ -1334,7 +1455,7 @@ const settings = {
|
|
|
1334
1455
|
textInput: textInputSettings,
|
|
1335
1456
|
};
|
|
1336
1457
|
|
|
1337
|
-
var css$1u = {"root":"
|
|
1458
|
+
var css$1u = {"root":"_89CyGj"};
|
|
1338
1459
|
|
|
1339
1460
|
function applyButtonMods(mods) {
|
|
1340
1461
|
return [
|
|
@@ -1352,7 +1473,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
1352
1473
|
};
|
|
1353
1474
|
});
|
|
1354
1475
|
|
|
1355
|
-
var css$1t = {"root":"
|
|
1476
|
+
var css$1t = {"root":"nSb0mK"};
|
|
1356
1477
|
|
|
1357
1478
|
function applyIconButtonMods(props) {
|
|
1358
1479
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1t.root];
|
|
@@ -1389,7 +1510,7 @@ function getIconClass(props) {
|
|
|
1389
1510
|
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'];
|
|
1390
1511
|
}
|
|
1391
1512
|
|
|
1392
|
-
var css$1s = {"root":"
|
|
1513
|
+
var css$1s = {"root":"c8WkOY"};
|
|
1393
1514
|
|
|
1394
1515
|
const DEFAULT_COLOR = 'primary';
|
|
1395
1516
|
const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -1419,7 +1540,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1419
1540
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1420
1541
|
});
|
|
1421
1542
|
|
|
1422
|
-
var css$1r = {"root":"
|
|
1543
|
+
var css$1r = {"root":"JeVL19"};
|
|
1423
1544
|
|
|
1424
1545
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1425
1546
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1431,7 +1552,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1431
1552
|
]) }, props.caption));
|
|
1432
1553
|
});
|
|
1433
1554
|
|
|
1434
|
-
var css$1q = {"root":"
|
|
1555
|
+
var css$1q = {"root":"QvZsz7","withNotify":"VdYgD4"};
|
|
1435
1556
|
|
|
1436
1557
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1437
1558
|
const styles = [
|
|
@@ -1459,14 +1580,14 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1459
1580
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1460
1581
|
});
|
|
1461
1582
|
|
|
1462
|
-
var css$1p = {"root":"
|
|
1583
|
+
var css$1p = {"root":"oHo5k9"};
|
|
1463
1584
|
|
|
1464
1585
|
function applyVerticalTabButtonMods() {
|
|
1465
1586
|
return [css$1p.root, 'uui-vertical-tab-button'];
|
|
1466
1587
|
}
|
|
1467
1588
|
const VerticalTabButton = /* @__PURE__ */withMods(TabButton, applyVerticalTabButtonMods);
|
|
1468
1589
|
|
|
1469
|
-
var css$1o = {"root":"
|
|
1590
|
+
var css$1o = {"root":"Z1DlCY"};
|
|
1470
1591
|
|
|
1471
1592
|
function applyCheckboxMods(mods) {
|
|
1472
1593
|
return [
|
|
@@ -1484,7 +1605,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
1484
1605
|
};
|
|
1485
1606
|
const Checkbox = /* @__PURE__ */withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1486
1607
|
|
|
1487
|
-
var css$1n = {"root":"
|
|
1608
|
+
var css$1n = {"root":"CVft0y"};
|
|
1488
1609
|
|
|
1489
1610
|
function applyRadioInputMods(mods) {
|
|
1490
1611
|
return [
|
|
@@ -1496,7 +1617,7 @@ function applyRadioInputMods(mods) {
|
|
|
1496
1617
|
}
|
|
1497
1618
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
|
|
1498
1619
|
|
|
1499
|
-
var css$1m = {"root":"
|
|
1620
|
+
var css$1m = {"root":"-xAQnk"};
|
|
1500
1621
|
|
|
1501
1622
|
function applySwitchMods(mods) {
|
|
1502
1623
|
return [
|
|
@@ -1520,7 +1641,7 @@ var EditMode;
|
|
|
1520
1641
|
EditMode["INLINE"] = "inline";
|
|
1521
1642
|
})(EditMode || (EditMode = {}));
|
|
1522
1643
|
|
|
1523
|
-
var textInputCss = {"root":"
|
|
1644
|
+
var textInputCss = {"root":"W1A75o"};
|
|
1524
1645
|
|
|
1525
1646
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
1526
1647
|
function applyTextInputMods(mods) {
|
|
@@ -1545,7 +1666,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1545
1666
|
} }));
|
|
1546
1667
|
});
|
|
1547
1668
|
|
|
1548
|
-
var css$1l = {"root":"
|
|
1669
|
+
var css$1l = {"root":"_0-2bph"};
|
|
1549
1670
|
|
|
1550
1671
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1l.root, 'uui-control-group']);
|
|
1551
1672
|
|
|
@@ -1561,7 +1682,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1561
1682
|
}
|
|
1562
1683
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
1563
1684
|
|
|
1564
|
-
var css$1k = {"root":"
|
|
1685
|
+
var css$1k = {"root":"kRR1wp"};
|
|
1565
1686
|
|
|
1566
1687
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
1567
1688
|
function applyNumericInputMods(mods) {
|
|
@@ -1581,7 +1702,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
1581
1702
|
};
|
|
1582
1703
|
});
|
|
1583
1704
|
|
|
1584
|
-
var css$1j = {"root":"
|
|
1705
|
+
var css$1j = {"root":"x4xqNL"};
|
|
1585
1706
|
|
|
1586
1707
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
1587
1708
|
function applyTextAreaMods(mods) {
|
|
@@ -1622,7 +1743,7 @@ function TREE_SHAKEABLE_INIT$1() {
|
|
|
1622
1743
|
};
|
|
1623
1744
|
}
|
|
1624
1745
|
|
|
1625
|
-
var css$1i = {"root":"
|
|
1746
|
+
var css$1i = {"root":"FlRf-k","main-path":"MlUYO6","mainPath":"MlUYO6","content-wrapper":"h8EbN-","contentWrapper":"h8EbN-","content":"X1xSX3","action-wrapper":"ky9BqV","actionWrapper":"ky9BqV","icon-wrapper":"fh59XU","iconWrapper":"fh59XU","icon":"TRWAhT","close-icon":"uMi76K","closeIcon":"uMi76K"};
|
|
1626
1747
|
|
|
1627
1748
|
const Alert = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("div", { role: "alert", ref: ref, className: cx('uui-alert', css$1i.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
|
|
1628
1749
|
React.createElement("div", { className: css$1i.mainPath },
|
|
@@ -1640,7 +1761,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
1640
1761
|
|
|
1641
1762
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
1642
1763
|
|
|
1643
|
-
var css$1h = {"root":"
|
|
1764
|
+
var css$1h = {"root":"TwPR0a"};
|
|
1644
1765
|
|
|
1645
1766
|
function applyDropdownContainerMods(mods) {
|
|
1646
1767
|
return [
|
|
@@ -1651,7 +1772,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1651
1772
|
}
|
|
1652
1773
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1653
1774
|
|
|
1654
|
-
var css$1g = {"submenu-root-item-rtl":"
|
|
1775
|
+
var css$1g = {"submenu-root-item-rtl":"Ss-AVI","submenuRootItemRtl":"Ss-AVI","icon-after":"eebYSm","iconAfter":"eebYSm","submenu-root-item":"cshMj7","submenuRootItem":"cshMj7","icon-check":"Fuqbpd","iconCheck":"Fuqbpd","splitter-root":"edVLjk","splitterRoot":"edVLjk","splitter":"j2hW2p","header-root":"wPlsU4","headerRoot":"wPlsU4","item-root":"zK40UL","itemRoot":"zK40UL","icon":"-ROT-i","link":"jssKeW","indent":"crfAL3","selected-mark":"Dl8RJj","selectedMark":"Dl8RJj"};
|
|
1655
1776
|
|
|
1656
1777
|
var IDropdownControlKeys;
|
|
1657
1778
|
(function (IDropdownControlKeys) {
|
|
@@ -1781,7 +1902,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1781
1902
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1782
1903
|
}
|
|
1783
1904
|
|
|
1784
|
-
var css$1f = {"root":"
|
|
1905
|
+
var css$1f = {"root":"D-fkRP","mode-block":"-qb2Ca","modeBlock":"-qb2Ca","mode-inline":"jicuec","modeInline":"jicuec","padding-0":"W6CcRa","padding0":"W6CcRa","padding-6":"_1ipZi0","padding6":"_1ipZi0","padding-12":"A--yU-","padding12":"A--yU-","padding-18":"jB0WDP","padding18":"jB0WDP"};
|
|
1785
1906
|
|
|
1786
1907
|
function applyAccordionMods(mods) {
|
|
1787
1908
|
return [
|
|
@@ -1794,7 +1915,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1794
1915
|
dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
|
|
1795
1916
|
}));
|
|
1796
1917
|
|
|
1797
|
-
var css$1e = {"root":"
|
|
1918
|
+
var css$1e = {"root":"ZDkKJm","align-items":"iH1CLg","alignItems":"iH1CLg","justify-content":"-a0sH5","justifyContent":"-a0sH5","border-top":"EdqxvZ","borderTop":"EdqxvZ","border-bottom":"N7EGB1","borderBottom":"N7EGB1","top-shadow":"_40548b","topShadow":"_40548b","padding":"vU8C3F","margin":"A5Tn7m","vPadding":"bYtR7l","column-gap":"_5XoK8a","columnGap":"_5XoK8a","row-gap":"jImtqB","rowGap":"jImtqB","spacing":"qGaw6X"};
|
|
1798
1919
|
|
|
1799
1920
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1e.flexCell]);
|
|
1800
1921
|
|
|
@@ -1839,7 +1960,7 @@ const FlexRow = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1839
1960
|
} }, props.children));
|
|
1840
1961
|
});
|
|
1841
1962
|
|
|
1842
|
-
var css$1d = {"root":"
|
|
1963
|
+
var css$1d = {"root":"eR1bfJ","margin-24":"IuecPv","margin24":"IuecPv","padding-12":"MKybi-","padding12":"MKybi-","padding-24":"YPTm-0","padding24":"YPTm-0","shadow":"qR6Sff","uui-surface-main":"_9uQqXS","uuiSurfaceMain":"_9uQqXS"};
|
|
1843
1964
|
|
|
1844
1965
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1845
1966
|
'uui-panel',
|
|
@@ -1849,7 +1970,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1849
1970
|
props.background && css$1d[`uui-${props.background}`],
|
|
1850
1971
|
]);
|
|
1851
1972
|
|
|
1852
|
-
var css$1c = {"root":"
|
|
1973
|
+
var css$1c = {"root":"vNDwhb"};
|
|
1853
1974
|
|
|
1854
1975
|
function applyTooltipMods(mods) {
|
|
1855
1976
|
return [
|
|
@@ -1859,7 +1980,7 @@ function applyTooltipMods(mods) {
|
|
|
1859
1980
|
}
|
|
1860
1981
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1861
1982
|
|
|
1862
|
-
var css$1b = {"root":"
|
|
1983
|
+
var css$1b = {"root":"_4B2a-n"};
|
|
1863
1984
|
|
|
1864
1985
|
function applyLabeledInputMods(mods) {
|
|
1865
1986
|
return [
|
|
@@ -1876,7 +1997,7 @@ function applyLabeledInputProps(props) {
|
|
|
1876
1997
|
}
|
|
1877
1998
|
const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
|
|
1878
1999
|
|
|
1879
|
-
var css$1a = {"root":"
|
|
2000
|
+
var css$1a = {"root":"NUUSVY"};
|
|
1880
2001
|
|
|
1881
2002
|
function RadioGroup(props) {
|
|
1882
2003
|
const direction = props.direction || 'vertical';
|
|
@@ -1891,7 +2012,7 @@ function RadioGroup(props) {
|
|
|
1891
2012
|
})));
|
|
1892
2013
|
}
|
|
1893
2014
|
|
|
1894
|
-
var css$19 = {"root":"
|
|
2015
|
+
var css$19 = {"root":"_5-rgQI"};
|
|
1895
2016
|
|
|
1896
2017
|
function applyScrollBarsMods() {
|
|
1897
2018
|
return [
|
|
@@ -1900,9 +2021,9 @@ function applyScrollBarsMods() {
|
|
|
1900
2021
|
}
|
|
1901
2022
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1902
2023
|
|
|
1903
|
-
var css$18 = {"scroll-container":"
|
|
2024
|
+
var css$18 = {"scroll-container":"_1lTc47","scrollContainer":"_1lTc47","list-container":"jgpIP-","listContainer":"jgpIP-"};
|
|
1904
2025
|
|
|
1905
|
-
var css$17 = {"root":"
|
|
2026
|
+
var css$17 = {"root":"u-s9yq"};
|
|
1906
2027
|
|
|
1907
2028
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$17.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
|
|
1908
2029
|
|
|
@@ -1948,7 +2069,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1948
2069
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1949
2070
|
});
|
|
1950
2071
|
|
|
1951
|
-
var css$16 = {"root":"
|
|
2072
|
+
var css$16 = {"root":"WJOZs9"};
|
|
1952
2073
|
|
|
1953
2074
|
function CheckboxGroup(props) {
|
|
1954
2075
|
const currentValue = props.value || [];
|
|
@@ -1970,7 +2091,7 @@ function CheckboxGroup(props) {
|
|
|
1970
2091
|
})));
|
|
1971
2092
|
}
|
|
1972
2093
|
|
|
1973
|
-
var css$15 = {"root":"
|
|
2094
|
+
var css$15 = {"root":"kgy0DQ","modal-blocker":"FcEOC8","modalBlocker":"FcEOC8","animateModalBlocker":"stKk2v","modal":"Mg0yc8","modal-footer":"XOt6UC","modalFooter":"XOt6UC","border-top":"BbKhWy","borderTop":"BbKhWy","modal-header":"oACdES","modalHeader":"oACdES","border-bottom":"no-elQ","borderBottom":"no-elQ"};
|
|
1974
2095
|
|
|
1975
2096
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$15.modalBlocker]);
|
|
1976
2097
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$15.root, css$15.modal], (props) => {
|
|
@@ -2160,7 +2281,7 @@ const TREE_SHAKEABLE_INIT = () => ({
|
|
|
2160
2281
|
});
|
|
2161
2282
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
2162
2283
|
|
|
2163
|
-
var css$14 = {"root":"
|
|
2284
|
+
var css$14 = {"root":"OvWzjy","icon-wrapper":"aacyzO","iconWrapper":"aacyzO","action-wrapper":"_3-ygau","actionWrapper":"_3-ygau","close-icon":"gS4OT7","closeIcon":"gS4OT7","main-path":"_6qg3EL","mainPath":"_6qg3EL","content":"D-r-vD","close-wrapper":"TF9EeT","closeWrapper":"TF9EeT","clear-notifications":"hQe00w","clearNotifications":"hQe00w"};
|
|
2164
2285
|
|
|
2165
2286
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
2166
2287
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -2176,11 +2297,11 @@ const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) =
|
|
|
2176
2297
|
return (React__default.createElement("div", { role: "alert", className: cx('uui-notification_card', props.color && `uui-color-${props.color}`, css$14.root, props.cx), ref: notificationCardNode, ...props.rawProps },
|
|
2177
2298
|
React__default.createElement("div", { className: css$14.mainPath },
|
|
2178
2299
|
props.icon && (React__default.createElement("div", { className: css$14.iconWrapper },
|
|
2179
|
-
React__default.createElement(IconContainer, { size:
|
|
2300
|
+
React__default.createElement(IconContainer, { size: settings.notificationCard.sizes.icon, icon: props.icon }))),
|
|
2180
2301
|
React__default.createElement("div", { className: css$14.content },
|
|
2181
2302
|
props.children,
|
|
2182
2303
|
props.actions && (React__default.createElement("div", { className: css$14.actionWrapper }, props.actions.map((action) => (React__default.createElement(LinkButton, { key: action.name, caption: action.name, onClick: action.action, cx: css$14.actionLink, size: settings.notificationCard.sizes.action, rawProps: action.rawProps })))))),
|
|
2183
|
-
props.onClose && (React__default.createElement("div", { className: css$14.closeWrapper },
|
|
2304
|
+
props.onClose && (React__default.createElement("div", { className: cx(css$14.closeWrapper, 'uui-notification_card-close_icon') },
|
|
2184
2305
|
React__default.createElement(IconButton, { icon: settings.notificationCard.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$14.closeIcon }))))));
|
|
2185
2306
|
});
|
|
2186
2307
|
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 })));
|
|
@@ -2189,11 +2310,11 @@ const HintNotification = /* @__PURE__ */React__default.forwardRef((props, ref) =
|
|
|
2189
2310
|
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 })));
|
|
2190
2311
|
function ClearNotification() {
|
|
2191
2312
|
const uuiCtx = useUuiContext();
|
|
2192
|
-
return (React__default.createElement("div", { className: cx(css$14.
|
|
2313
|
+
return (React__default.createElement("div", { className: cx(css$14.clearNotifications, 'uui-clear-notifications') },
|
|
2193
2314
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
2194
2315
|
}
|
|
2195
2316
|
|
|
2196
|
-
var css$13 = {"footer":"
|
|
2317
|
+
var css$13 = {"footer":"_5Y9mvc"};
|
|
2197
2318
|
|
|
2198
2319
|
class ConfirmationModal extends React.Component {
|
|
2199
2320
|
render() {
|
|
@@ -2235,7 +2356,7 @@ function useReliableForceUpdate() {
|
|
|
2235
2356
|
return red[1];
|
|
2236
2357
|
}
|
|
2237
2358
|
|
|
2238
|
-
var css$12 = {"root":"
|
|
2359
|
+
var css$12 = {"root":"sQEwf4","timepicker-input":"SdeKMJ","timepickerInput":"SdeKMJ","ltr-always":"GI7688","ltrAlways":"GI7688"};
|
|
2239
2360
|
|
|
2240
2361
|
const uuiTimePicker = {
|
|
2241
2362
|
container: 'uui-timepicker-container',
|
|
@@ -2277,20 +2398,20 @@ function TimePickerBody(props) {
|
|
|
2277
2398
|
return (React.createElement("div", { className: cx$1(css$12.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef, ...props.rawProps },
|
|
2278
2399
|
React.createElement("div", { className: css$12.ltrAlways },
|
|
2279
2400
|
React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2280
|
-
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2401
|
+
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()) }),
|
|
2281
2402
|
React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
|
|
2282
2403
|
.set(props.value)
|
|
2283
2404
|
.format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
|
|
2284
|
-
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2405
|
+
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()) })),
|
|
2285
2406
|
React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2286
|
-
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2407
|
+
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
|
|
2287
2408
|
React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
|
|
2288
|
-
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2409
|
+
React.createElement(IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick }))),
|
|
2289
2410
|
MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2290
|
-
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2411
|
+
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
|
|
2291
2412
|
React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
|
|
2292
2413
|
}, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
|
|
2293
|
-
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2414
|
+
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
|
|
2294
2415
|
}
|
|
2295
2416
|
|
|
2296
2417
|
const getMeridian = (newValue, format) => {
|
|
@@ -2428,7 +2549,7 @@ function TimePicker(props) {
|
|
|
2428
2549
|
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 }));
|
|
2429
2550
|
}
|
|
2430
2551
|
|
|
2431
|
-
var css$11 = {"root":"
|
|
2552
|
+
var css$11 = {"root":"G1xgVI"};
|
|
2432
2553
|
|
|
2433
2554
|
function applyInputAddonMods() {
|
|
2434
2555
|
return [
|
|
@@ -2437,14 +2558,14 @@ function applyInputAddonMods() {
|
|
|
2437
2558
|
}
|
|
2438
2559
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
2439
2560
|
|
|
2440
|
-
var css$10 = {"root":"
|
|
2561
|
+
var css$10 = {"root":"j0N4f2"};
|
|
2441
2562
|
|
|
2442
2563
|
function applySliderMods() {
|
|
2443
2564
|
return [css$10.root, 'uui-color-neutral'];
|
|
2444
2565
|
}
|
|
2445
2566
|
const Slider = /* @__PURE__ */withMods(Slider$1, applySliderMods);
|
|
2446
2567
|
|
|
2447
|
-
var css$$ = {"root":"
|
|
2568
|
+
var css$$ = {"root":"_3bGAan","tooltip":"w1Q4wJ"};
|
|
2448
2569
|
|
|
2449
2570
|
function applyRatingMods(mods) {
|
|
2450
2571
|
return [
|
|
@@ -2458,7 +2579,7 @@ const Rating = /* @__PURE__ */withMods(uuiComponents.Rating, applyRatingMods, (p
|
|
|
2458
2579
|
Tooltip,
|
|
2459
2580
|
}));
|
|
2460
2581
|
|
|
2461
|
-
var css$_ = {"root":"
|
|
2582
|
+
var css$_ = {"root":"_7ExibP","container":"rTmVPX"};
|
|
2462
2583
|
|
|
2463
2584
|
const defaultFormat = 'MMM D, YYYY';
|
|
2464
2585
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2669,14 +2790,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2669
2790
|
React.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2670
2791
|
}
|
|
2671
2792
|
|
|
2672
|
-
var css$Z = {"root":"
|
|
2793
|
+
var css$Z = {"root":"oW8nH9"};
|
|
2673
2794
|
|
|
2674
2795
|
function applyDateSelectionMods() {
|
|
2675
2796
|
return [css$Z.root, `uui-size-${settings.datePicker.sizes.body}`];
|
|
2676
2797
|
}
|
|
2677
2798
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2678
2799
|
|
|
2679
|
-
var css$Y = {"root":"
|
|
2800
|
+
var css$Y = {"root":"NYGCUp"};
|
|
2680
2801
|
|
|
2681
2802
|
const uuiDatePickerBody = {
|
|
2682
2803
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2802,7 +2923,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2802
2923
|
}
|
|
2803
2924
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2804
2925
|
|
|
2805
|
-
var css$X = {"date-input":"
|
|
2926
|
+
var css$X = {"date-input":"V6kBLe","dateInput":"V6kBLe","root":"W02bCT","separator":"C-etaH"};
|
|
2806
2927
|
|
|
2807
2928
|
const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2808
2929
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2853,7 +2974,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2853
2974
|
} : 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 })));
|
|
2854
2975
|
});
|
|
2855
2976
|
|
|
2856
|
-
var css$W = {"root":"
|
|
2977
|
+
var css$W = {"root":"rh6Mam"};
|
|
2857
2978
|
|
|
2858
2979
|
const uuiPresets = {
|
|
2859
2980
|
container: 'uui-presets-container',
|
|
@@ -2873,7 +2994,7 @@ function CalendarPresets(props) {
|
|
|
2873
2994
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
|
|
2874
2995
|
}
|
|
2875
2996
|
|
|
2876
|
-
var css$V = {"root":"
|
|
2997
|
+
var css$V = {"root":"Qcr5vB","container":"ZMK89n","day-selection":"EsOIKx","daySelection":"EsOIKx","from-picker":"Ibljsn","fromPicker":"Ibljsn","to-picker":"iA0-7C","toPicker":"iA0-7C","bodes-wrapper":"_6Ftfbd","bodesWrapper":"_6Ftfbd","blocker":"bDiIW1"};
|
|
2877
2998
|
|
|
2878
2999
|
const uuiRangeDatePickerBody = {
|
|
2879
3000
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3014,15 +3135,15 @@ function RangeDatePickerBodyComp(props, ref) {
|
|
|
3014
3135
|
});
|
|
3015
3136
|
}, presets: presets })));
|
|
3016
3137
|
};
|
|
3017
|
-
return (React__default.createElement("div", { ref: ref, className: cx
|
|
3138
|
+
return (React__default.createElement("div", { ref: ref, className: cx(css$V.root, uuiDatePickerBodyBase.container, props.cx), ...props.rawProps },
|
|
3018
3139
|
React__default.createElement(FlexRow, { cx: [view === 'DAY_SELECTION' && css$V.daySelection, css$V.container], alignItems: "top" },
|
|
3019
3140
|
React__default.createElement(FlexCell, { width: "auto" },
|
|
3020
3141
|
React__default.createElement(FlexRow, null,
|
|
3021
3142
|
React__default.createElement(FlexRow, { cx: css$V.bodesWrapper, alignItems: "top" },
|
|
3022
|
-
React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx: cx
|
|
3143
|
+
React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx: cx(css$V.fromPicker), ...from, onValueChange: (v) => onBodyValueChange(v, 'from'), onMonthChange: (m) => {
|
|
3023
3144
|
setMonth(m);
|
|
3024
3145
|
}, onViewChange: (v) => setView(v), filter: props.filter, isHoliday: props.isHoliday, renderDay: props.renderDay || renderDay, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'to' }),
|
|
3025
|
-
React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx: cx
|
|
3146
|
+
React__default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx: cx(css$V.toPicker), ...to, onValueChange: (v) => onBodyValueChange(v, 'to'), onMonthChange: (m) => {
|
|
3026
3147
|
setMonth(m.subtract(1, 'month'));
|
|
3027
3148
|
}, onViewChange: (v) => setView(v), filter: props.filter, renderDay: props.renderDay || renderDay, isHoliday: props.isHoliday, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'from' }),
|
|
3028
3149
|
view !== 'DAY_SELECTION' && (React__default.createElement("div", { style: {
|
|
@@ -3045,10 +3166,10 @@ const getDayCX = (day, selectedDate) => {
|
|
|
3045
3166
|
&& fromValue !== toValue;
|
|
3046
3167
|
const isFirst = dayValue === fromValue;
|
|
3047
3168
|
const isLast = dayValue === toValue;
|
|
3048
|
-
return [cx
|
|
3169
|
+
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)];
|
|
3049
3170
|
};
|
|
3050
3171
|
|
|
3051
|
-
var css$U = {"dropdown-container":"
|
|
3172
|
+
var css$U = {"dropdown-container":"_6joeGy","dropdownContainer":"_6joeGy"};
|
|
3052
3173
|
|
|
3053
3174
|
const modifiers = [{
|
|
3054
3175
|
name: 'offset',
|
|
@@ -3116,7 +3237,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3116
3237
|
}
|
|
3117
3238
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
3118
3239
|
|
|
3119
|
-
var css$T = {"root":"
|
|
3240
|
+
var css$T = {"root":"_2z24bt","blocker":"fCGYTh","marker":"_99uCK9","top":"L1XILh","bottom":"HXRacB","left":"_87Qx-G","right":"npnxSY","inside":"L9DchH"};
|
|
3120
3241
|
|
|
3121
3242
|
function DropMarker(props) {
|
|
3122
3243
|
return props.isDndInProgress
|
|
@@ -3133,7 +3254,7 @@ function DropMarker(props) {
|
|
|
3133
3254
|
|
|
3134
3255
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.richTextView.sizes.default}`]);
|
|
3135
3256
|
|
|
3136
|
-
var css$S = {"modal":"
|
|
3257
|
+
var css$S = {"modal":"CWIbDl","search-wrapper":"dOuKvS","searchWrapper":"dOuKvS","no-data":"_90yVWh","noData":"_90yVWh"};
|
|
3137
3258
|
|
|
3138
3259
|
class DataPickerBody extends PickerBodyBase {
|
|
3139
3260
|
constructor() {
|
|
@@ -3198,7 +3319,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3198
3319
|
const isSearching = search?.length;
|
|
3199
3320
|
const hideFooter = (rowsCount === 0 && !hasSelection) || isSearching || (isSinglePicker && props.disableClear);
|
|
3200
3321
|
const showClear = !props.disableClear && (isSinglePicker ? true : (!view.selectAll || hasSelection));
|
|
3201
|
-
return !hideFooter && (React__default.createElement(FlexRow, { cx:
|
|
3322
|
+
return !hideFooter && (React__default.createElement(FlexRow, { cx: cx('uui-picker_input-footer', props.cx) },
|
|
3202
3323
|
!isSinglePicker && !isSearchTooShort && ( // Show this switch only for multi mode and when some rows rendered
|
|
3203
3324
|
React__default.createElement(Switch, { size: settings.pickerInput.sizes.body.footerSwitchMap[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
|
|
3204
3325
|
React__default.createElement(FlexSpacer, null),
|
|
@@ -3210,7 +3331,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3210
3331
|
}
|
|
3211
3332
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
3212
3333
|
|
|
3213
|
-
var css$R = {"header":"
|
|
3334
|
+
var css$R = {"header":"Q2xmr9","title":"IAtEEE","close":"yFI1Aq"};
|
|
3214
3335
|
|
|
3215
3336
|
const DataPickerHeaderImpl = (props) => {
|
|
3216
3337
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -3220,11 +3341,11 @@ const DataPickerHeaderImpl = (props) => {
|
|
|
3220
3341
|
};
|
|
3221
3342
|
const DataPickerHeader = /* @__PURE__ */React__default.memo(DataPickerHeaderImpl);
|
|
3222
3343
|
|
|
3223
|
-
var css$Q = {"root":"
|
|
3344
|
+
var css$Q = {"root":"PgXypQ"};
|
|
3224
3345
|
|
|
3225
3346
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$Q.root]);
|
|
3226
3347
|
|
|
3227
|
-
var css$P = {"root":"
|
|
3348
|
+
var css$P = {"root":"m7XwJ-"};
|
|
3228
3349
|
|
|
3229
3350
|
const DEFAULT_FILL = 'solid';
|
|
3230
3351
|
function applyBadgeMods(mods) {
|
|
@@ -3252,7 +3373,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
3252
3373
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
3253
3374
|
});
|
|
3254
3375
|
|
|
3255
|
-
var css$O = {"root":"
|
|
3376
|
+
var css$O = {"root":"oYB9MZ"};
|
|
3256
3377
|
|
|
3257
3378
|
function applyTagMods(props) {
|
|
3258
3379
|
return [
|
|
@@ -3280,7 +3401,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
3280
3401
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
3281
3402
|
});
|
|
3282
3403
|
|
|
3283
|
-
var css$N = {"root":"
|
|
3404
|
+
var css$N = {"root":"vkZOn9","page":"t0LjRW","spacer":"ikFkqm","mode-ghost":"zA90gz","modeGhost":"zA90gz"};
|
|
3284
3405
|
|
|
3285
3406
|
function Paginator(props) {
|
|
3286
3407
|
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 },
|
|
@@ -3297,14 +3418,14 @@ function Paginator(props) {
|
|
|
3297
3418
|
return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
|
|
3298
3419
|
}
|
|
3299
3420
|
|
|
3300
|
-
var css$M = {"root":"
|
|
3421
|
+
var css$M = {"root":"_12km2l","progress-bar":"O5XffO","progressBar":"O5XffO","progressBar-indeterminate":"_5Jpgjx","progressBarIndeterminate":"_5Jpgjx","size-12":"_61kyee","size12":"_61kyee","size-18":"sEdr-5","size18":"sEdr-5","size-24":"TZDXRV","size24":"TZDXRV"};
|
|
3301
3422
|
|
|
3302
3423
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3303
3424
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$M.root, css$M[`size-${props.size || 12}`]) },
|
|
3304
3425
|
React.createElement("div", { className: cx(css$M.progressBar) })));
|
|
3305
3426
|
});
|
|
3306
3427
|
|
|
3307
|
-
var css$L = {"root":"
|
|
3428
|
+
var css$L = {"root":"A7TYsh","striped":"CCBuv0","animate-stripes":"EjKXBG","animateStripes":"EjKXBG","size-12":"maoj7o","size12":"maoj7o","size-18":"Optlbd","size18":"Optlbd","size-24":"d2nOcR","size24":"d2nOcR"};
|
|
3308
3429
|
|
|
3309
3430
|
const DEFAULT_SIZE = '12';
|
|
3310
3431
|
function applyProgressBarMods(mods) {
|
|
@@ -3319,14 +3440,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
3319
3440
|
hideLabel: props.hideLabel || props.striped,
|
|
3320
3441
|
}));
|
|
3321
3442
|
|
|
3322
|
-
var css$K = {"root":"
|
|
3443
|
+
var css$K = {"root":"GzJ1Ic"};
|
|
3323
3444
|
|
|
3324
3445
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3325
3446
|
const { progress } = props;
|
|
3326
3447
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$K.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$K.root, props.cx) }));
|
|
3327
3448
|
});
|
|
3328
3449
|
|
|
3329
|
-
var css$J = {"root":"
|
|
3450
|
+
var css$J = {"root":"H7j0m9"};
|
|
3330
3451
|
|
|
3331
3452
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
3332
3453
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -3341,7 +3462,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
3341
3462
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
3342
3463
|
});
|
|
3343
3464
|
|
|
3344
|
-
var css$I = {"drag-handle":"
|
|
3465
|
+
var css$I = {"drag-handle":"zbCoh-","dragHandle":"zbCoh-","icon-container":"_1n-Cuq","iconContainer":"_1n-Cuq"};
|
|
3345
3466
|
|
|
3346
3467
|
function DataRowAddons(props) {
|
|
3347
3468
|
const row = props.rowProps;
|
|
@@ -3362,7 +3483,7 @@ function DataRowAddons(props) {
|
|
|
3362
3483
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.dataTable.sizes.body.iconMap[props.size || settings.dataTable.sizes.body.row] }))))));
|
|
3363
3484
|
}
|
|
3364
3485
|
|
|
3365
|
-
var css$H = {"root":"
|
|
3486
|
+
var css$H = {"root":"lE0PQN","align-widgets-top":"bxsxjm","alignWidgetsTop":"bxsxjm","align-widgets-center":"bx9SoP","alignWidgetsCenter":"bx9SoP","icon-container":"sHTDaO","iconContainer":"sHTDaO","content-wrapper":"mFrhfP","contentWrapper":"mFrhfP","render-item":"lVqCSM","renderItem":"lVqCSM","icon-wrapper":"FI5mIt","iconWrapper":"FI5mIt","icon-default":"YZcYeL","iconDefault":"YZcYeL","selected-mark":"SO523f","selectedMark":"SO523f"};
|
|
3366
3487
|
|
|
3367
3488
|
function DataPickerCell(props) {
|
|
3368
3489
|
const ref = React.useRef();
|
|
@@ -3400,7 +3521,7 @@ function DataPickerCell(props) {
|
|
|
3400
3521
|
getWrappedContent()));
|
|
3401
3522
|
}
|
|
3402
3523
|
|
|
3403
|
-
var css$G = {"picker-row":"
|
|
3524
|
+
var css$G = {"picker-row":"Tys3fL","pickerRow":"Tys3fL"};
|
|
3404
3525
|
|
|
3405
3526
|
class DataPickerRow extends React.Component {
|
|
3406
3527
|
constructor() {
|
|
@@ -3414,7 +3535,7 @@ class DataPickerRow extends React.Component {
|
|
|
3414
3535
|
}
|
|
3415
3536
|
}
|
|
3416
3537
|
|
|
3417
|
-
var css$F = {"done":"
|
|
3538
|
+
var css$F = {"done":"nSfFiW","container":"UDSUhr"};
|
|
3418
3539
|
|
|
3419
3540
|
const PickerBodyMobileView = (props) => {
|
|
3420
3541
|
const isMobileView = isMobile();
|
|
@@ -3491,7 +3612,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3491
3612
|
return getDecoratedText(str, ranges);
|
|
3492
3613
|
};
|
|
3493
3614
|
|
|
3494
|
-
var css$E = {"root":"
|
|
3615
|
+
var css$E = {"root":"g-lo70","column-gap":"DiWeoE","columnGap":"DiWeoE","title":"H7nEbG","subtitle":"gNv8BV","disabled":"s-XTPW","multiline":"_0Lk7aS"};
|
|
3495
3616
|
|
|
3496
3617
|
function PickerItem(props) {
|
|
3497
3618
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
|
|
@@ -3512,7 +3633,7 @@ function getAvatarSize(size, isMultiline) {
|
|
|
3512
3633
|
return settings.pickerInput.sizes.body[isMultiline ? 'itemAvatarMultilineMap' : 'itemAvatarMap'][size];
|
|
3513
3634
|
}
|
|
3514
3635
|
|
|
3515
|
-
var css$D = {"sub-header-wrapper":"
|
|
3636
|
+
var css$D = {"sub-header-wrapper":"kuwryW","subHeaderWrapper":"kuwryW","switch":"RtDciS","no-found-modal-container":"d4d8Lq","noFoundModalContainer":"d4d8Lq","no-found-modal-container-icon":"gvZt3n","noFoundModalContainerIcon":"gvZt3n","no-found-modal-container-text":"LRbbln","noFoundModalContainerText":"LRbbln"};
|
|
3516
3637
|
|
|
3517
3638
|
function PickerModal(props) {
|
|
3518
3639
|
const { view, selection, dataSourceStateLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = usePickerModal(props);
|
|
@@ -3567,7 +3688,7 @@ function PickerModal(props) {
|
|
|
3567
3688
|
React__default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3568
3689
|
}
|
|
3569
3690
|
|
|
3570
|
-
var css$C = {"tooltip":"
|
|
3691
|
+
var css$C = {"tooltip":"VsuUr8"};
|
|
3571
3692
|
|
|
3572
3693
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3573
3694
|
const tagProps = {
|
|
@@ -3586,7 +3707,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3586
3707
|
}
|
|
3587
3708
|
});
|
|
3588
3709
|
|
|
3589
|
-
var css$B = {"root":"
|
|
3710
|
+
var css$B = {"root":"uaw-o1"};
|
|
3590
3711
|
|
|
3591
3712
|
const defaultMode = EditMode.FORM;
|
|
3592
3713
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3687,7 +3808,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3687
3808
|
}
|
|
3688
3809
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3689
3810
|
|
|
3690
|
-
var css$A = {"row":"
|
|
3811
|
+
var css$A = {"row":"_9wHyA2"};
|
|
3691
3812
|
|
|
3692
3813
|
function PickerListItem(props) {
|
|
3693
3814
|
let label;
|
|
@@ -3707,7 +3828,7 @@ function PickerListItem(props) {
|
|
|
3707
3828
|
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));
|
|
3708
3829
|
}
|
|
3709
3830
|
|
|
3710
|
-
var css$z = {"root":"
|
|
3831
|
+
var css$z = {"root":"Xp27tW"};
|
|
3711
3832
|
|
|
3712
3833
|
function PickerList(props) {
|
|
3713
3834
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3742,7 +3863,7 @@ function PickerList(props) {
|
|
|
3742
3863
|
}, selectedRows)));
|
|
3743
3864
|
}
|
|
3744
3865
|
|
|
3745
|
-
var css$y = {"root":"
|
|
3866
|
+
var css$y = {"root":"woJ1xW","wrapper":"zfPYSL","align-widgets-top":"Ms3X1F","alignWidgetsTop":"Ms3X1F","align-widgets-center":"ROIGR4","alignWidgetsCenter":"ROIGR4"};
|
|
3746
3867
|
|
|
3747
3868
|
function DataTableCell(initialProps) {
|
|
3748
3869
|
const props = { ...initialProps };
|
|
@@ -3790,7 +3911,7 @@ function DataTableCell(initialProps) {
|
|
|
3790
3911
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3791
3912
|
}
|
|
3792
3913
|
|
|
3793
|
-
var css$x = {"root":"
|
|
3914
|
+
var css$x = {"root":"xYu8k-"};
|
|
3794
3915
|
|
|
3795
3916
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3796
3917
|
// 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.
|
|
@@ -3806,7 +3927,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3806
3927
|
];
|
|
3807
3928
|
}, () => propsMods);
|
|
3808
3929
|
|
|
3809
|
-
var css$w = {"sorting-panel-container":"
|
|
3930
|
+
var css$w = {"sorting-panel-container":"U3a2Br","sortingPanelContainer":"U3a2Br"};
|
|
3810
3931
|
|
|
3811
3932
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
3812
3933
|
const sortAsc = useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -3831,7 +3952,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3831
3952
|
};
|
|
3832
3953
|
const ColumnHeaderDropdown = /* @__PURE__ */React__default.memo(ColumnHeaderDropdownImpl);
|
|
3833
3954
|
|
|
3834
|
-
var css$v = {"root":"
|
|
3955
|
+
var css$v = {"root":"wO5Yel","caption-wrapper":"lZEFWt","captionWrapper":"lZEFWt","sort-icon":"uoY-w4","sortIcon":"uoY-w4","dropdown-icon":"PSjnbt","dropdownIcon":"PSjnbt","infoIcon":"tFEOOh","resizable":"btW9eH","align-right":"huO-f1","alignRight":"huO-f1","align-center":"_4Z9DAU","alignCenter":"_4Z9DAU","caption":"uLrg--","truncate":"lZfAzO","upper-case":"BaX94h","upperCase":"BaX94h","checkbox":"nEnjrS","icon":"KARJeF","fold-all-icon":"Rmjyy2","foldAllIcon":"Rmjyy2","cell-tooltip":"_1Hi4yi","cellTooltip":"_1Hi4yi","resizing-marker":"o8prKr","resizingMarker":"o8prKr","pinned-right":"UsShPg","pinnedRight":"UsShPg","draggable":"_2OLjuO","ghost":"A3-pht","is-dragged-out":"xHFJwy","isDraggedOut":"xHFJwy","dnd-marker-left":"_0RTUOW","dndMarkerLeft":"_0RTUOW","dnd-marker-right":"GektSz","dndMarkerRight":"GektSz","cell-tooltip-wrapper":"uJ6iJu","cellTooltipWrapper":"uJ6iJu","cell-tooltip-text":"_493gaK","cellTooltipText":"_493gaK","tooltip-caption":"lVfLdq","tooltipCaption":"lVfLdq","tooltip-info":"Cp4FbQ","tooltipInfo":"Cp4FbQ"};
|
|
3835
3956
|
|
|
3836
3957
|
class DataTableHeaderCell extends React.Component {
|
|
3837
3958
|
constructor() {
|
|
@@ -3925,7 +4046,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3925
4046
|
}
|
|
3926
4047
|
}
|
|
3927
4048
|
|
|
3928
|
-
var css$u = {"root":"
|
|
4049
|
+
var css$u = {"root":"ibgs9S","caption-wrapper":"G7RApq","captionWrapper":"G7RApq","align-center":"DyjMt3","alignCenter":"DyjMt3","caption":"PSN1h7","truncate":"ik7XIp","upper-case":"-pSQFY","upperCase":"-pSQFY","group-cell-tooltip":"_6KEl2r","groupCellTooltip":"_6KEl2r","group-cell-tooltip-wrapper":"RdGvv1","groupCellTooltipWrapper":"RdGvv1","group-cell-tooltip-text":"J5Lasx","groupCellTooltipText":"J5Lasx","tooltip-caption":"C-T6d4","tooltipCaption":"C-T6d4","tooltip-info":"NKsj47","tooltipInfo":"NKsj47"};
|
|
3929
4050
|
|
|
3930
4051
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3931
4052
|
constructor() {
|
|
@@ -3965,7 +4086,7 @@ class DataTableHeaderGroupCell extends React.Component {
|
|
|
3965
4086
|
}
|
|
3966
4087
|
}
|
|
3967
4088
|
|
|
3968
|
-
var css$t = {"root":"
|
|
4089
|
+
var css$t = {"root":"LOZpj1"};
|
|
3969
4090
|
|
|
3970
4091
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3971
4092
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
@@ -3977,8 +4098,12 @@ const UUI_FILTERS_PANEL_ADD_BUTTON = 'uui-filters-panel-add-button';
|
|
|
3977
4098
|
const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
3978
4099
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
3979
4100
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
4101
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = 'uui-filters-panel-item-toggler-title';
|
|
4102
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler-selection';
|
|
4103
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
|
|
4104
|
+
const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
|
|
3980
4105
|
|
|
3981
|
-
var css$s = {"root":"
|
|
4106
|
+
var css$s = {"root":"bsRDan","title-wrapper":"RHl5gb","titleWrapper":"RHl5gb","title":"_5VcRHU","text-wrapper":"YTVwz7","textWrapper":"YTVwz7","selection":"Y6eLBn","postfix":"fH0L1x","selected":"I-fLTv"};
|
|
3982
4107
|
|
|
3983
4108
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3984
4109
|
const togglerPickerOpened = (e) => {
|
|
@@ -4001,14 +4126,14 @@ const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4001
4126
|
};
|
|
4002
4127
|
const getTitle = props.predicateName ? `${props.title} ${props.predicateName}` : `${props.title}${props.selection ? ':' : ''}`;
|
|
4003
4128
|
const getSelectionText = () => props.selection.map((i, index) => (React.createElement(React.Fragment, { key: `${i}${index}` },
|
|
4004
|
-
React.createElement(
|
|
4129
|
+
React.createElement("div", { className: cx(css$s.selection, UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION) }, i),
|
|
4005
4130
|
(props.postfix || index !== props.selection.length - 1) && React.createElement("span", null, ",\u00A0"))));
|
|
4006
|
-
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: ref },
|
|
4131
|
+
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 },
|
|
4007
4132
|
React.createElement("div", { className: css$s.titleWrapper },
|
|
4008
|
-
React.createElement(
|
|
4133
|
+
React.createElement("div", { className: cx(css$s.title, UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE) }, getTitle),
|
|
4009
4134
|
props.selection && (React.createElement("div", { className: css$s.textWrapper },
|
|
4010
4135
|
getSelectionText(),
|
|
4011
|
-
props.postfix && (React.createElement(
|
|
4136
|
+
props.postfix && (React.createElement("div", { className: cx(css$s.postfix, UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX) }, props.postfix))))),
|
|
4012
4137
|
!props.isDisabled && React.createElement(IconContainer, { icon: settings.filtersPanel.icons.itemDropdownIcon, flipY: props.isOpen, cx: "uui-icon-dropdown" })));
|
|
4013
4138
|
});
|
|
4014
4139
|
|
|
@@ -4051,7 +4176,7 @@ function FilterPickerBody({ highlightSearchMatches = true, ...restProps }) {
|
|
|
4051
4176
|
const footerProps = getFooterProps();
|
|
4052
4177
|
return props.renderFooter
|
|
4053
4178
|
? props.renderFooter(footerProps)
|
|
4054
|
-
: React.createElement(DataPickerFooter, { ...footerProps, size: settings.pickerInput.sizes.body.row });
|
|
4179
|
+
: React.createElement(DataPickerFooter, { ...footerProps, cx: UUI_FILTERS_PANEL_BODY_FOOTER, size: settings.pickerInput.sizes.body.row });
|
|
4055
4180
|
};
|
|
4056
4181
|
const renderBody = (bodyProps, rows) => {
|
|
4057
4182
|
const renderedDataRows = rows.map((props) => renderRow(props, dataSourceState));
|
|
@@ -4136,7 +4261,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4136
4261
|
}, onValueChange: onBodyValueChange, filter: props.filter, presets: props.presets })),
|
|
4137
4262
|
React__default.createElement(FlexCell, { alignSelf: "stretch" },
|
|
4138
4263
|
React__default.createElement(FlexRow, { padding: "24", vPadding: "12" },
|
|
4139
|
-
React__default.createElement(RangeDatePickerInput, { size:
|
|
4264
|
+
React__default.createElement(RangeDatePickerInput, { size: settings.filtersPanel.sizes.rangeDatePickerInput, disableClear: props.disableClear, inFocus: inFocus, format: format, value: value, onValueChange: onValueChange, onFocusInput: (event, inputType) => {
|
|
4140
4265
|
if (props.onFocus) {
|
|
4141
4266
|
props.onFocus(event, inputType);
|
|
4142
4267
|
}
|
|
@@ -4146,7 +4271,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4146
4271
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
4147
4272
|
}
|
|
4148
4273
|
|
|
4149
|
-
var css$r = {"container":"
|
|
4274
|
+
var css$r = {"container":"lrddOF"};
|
|
4150
4275
|
|
|
4151
4276
|
function FilterNumericBody(props) {
|
|
4152
4277
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -4175,7 +4300,6 @@ function FilterNumericBody(props) {
|
|
|
4175
4300
|
}
|
|
4176
4301
|
};
|
|
4177
4302
|
const renderFooter = () => {
|
|
4178
|
-
const size = isMobile() ? '48' : '36';
|
|
4179
4303
|
const clearSelection = () => {
|
|
4180
4304
|
if (isInRangePredicate) {
|
|
4181
4305
|
props.onValueChange({
|
|
@@ -4191,22 +4315,22 @@ function FilterNumericBody(props) {
|
|
|
4191
4315
|
return (React__default.createElement(FlexRow, { padding: "12" },
|
|
4192
4316
|
React__default.createElement(FlexSpacer, null),
|
|
4193
4317
|
React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
4194
|
-
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size:
|
|
4318
|
+
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : 'footerLinkButton'], caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
|
|
4195
4319
|
};
|
|
4196
4320
|
if (isInRangePredicate) {
|
|
4197
4321
|
const value = props.value;
|
|
4198
4322
|
return (React__default.createElement("div", null,
|
|
4199
|
-
React__default.createElement(FlexRow, { padding: "12", alignItems: "center",
|
|
4323
|
+
React__default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$r.container },
|
|
4200
4324
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
4201
|
-
React__default.createElement(NumericInput, { value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4325
|
+
React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4202
4326
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
4203
|
-
React__default.createElement(NumericInput, { value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
|
|
4327
|
+
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) }))),
|
|
4204
4328
|
renderFooter()));
|
|
4205
4329
|
}
|
|
4206
4330
|
return (React__default.createElement("div", null,
|
|
4207
4331
|
React__default.createElement(FlexRow, { padding: "12", alignItems: "center", borderBottom: true, cx: css$r.container },
|
|
4208
4332
|
React__default.createElement(FlexCell, { width: 130 },
|
|
4209
|
-
React__default.createElement(NumericInput, { value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
|
|
4333
|
+
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 } }))),
|
|
4210
4334
|
renderFooter()));
|
|
4211
4335
|
}
|
|
4212
4336
|
|
|
@@ -4227,22 +4351,7 @@ function FilterItemBody(props) {
|
|
|
4227
4351
|
}
|
|
4228
4352
|
}
|
|
4229
4353
|
|
|
4230
|
-
var
|
|
4231
|
-
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); }
|
|
4232
|
-
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
4233
|
-
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
4234
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4235
|
-
width: 24,
|
|
4236
|
-
height: 24,
|
|
4237
|
-
viewBox: "0 0 24 24",
|
|
4238
|
-
ref: ref
|
|
4239
|
-
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
4240
|
-
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
4241
|
-
})));
|
|
4242
|
-
};
|
|
4243
|
-
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
4244
|
-
|
|
4245
|
-
var css$q = {"header":"_2-lStW","removeButton":"rHzCPj","with-search":"CDwIMy","withSearch":"CDwIMy"};
|
|
4354
|
+
var css$q = {"body":"_4Vjadg","header":"IWPH-Z","title":"aaMHNN","removeButton":"_73t7tH","with-search":"lqi9-q","withSearch":"lqi9-q"};
|
|
4246
4355
|
|
|
4247
4356
|
function useView(props, value) {
|
|
4248
4357
|
const forceUpdate = useForceUpdate();
|
|
@@ -4330,13 +4439,13 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4330
4439
|
setPredicate(val);
|
|
4331
4440
|
};
|
|
4332
4441
|
const renderHeader = (hideTitle) => (React__default.createElement("div", { className: cx(css$q.header, isPickersType && (props.showSearch ?? css$q.withSearch)) },
|
|
4333
|
-
props.predicates ? (React__default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size:
|
|
4334
|
-
!props?.isAlwaysVisible && (React__default.createElement(LinkButton, { cx: css$q.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size:
|
|
4442
|
+
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))),
|
|
4443
|
+
!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 }))));
|
|
4335
4444
|
const renderBody = (dropdownProps) => {
|
|
4336
4445
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
4337
|
-
return isPickersType ? (React__default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: UUI_FILTERS_PANEL_ITEM_BODY, title: props.title, width:
|
|
4446
|
+
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) },
|
|
4338
4447
|
renderHeader(hideHeaderTitle),
|
|
4339
|
-
React__default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange }))) : (React__default.createElement(DropdownContainer, { cx: UUI_FILTERS_PANEL_ITEM_BODY, ...dropdownProps },
|
|
4448
|
+
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 },
|
|
4340
4449
|
renderHeader(hideHeaderTitle),
|
|
4341
4450
|
React__default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange })));
|
|
4342
4451
|
};
|
|
@@ -4345,7 +4454,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4345
4454
|
};
|
|
4346
4455
|
const getPickerItemName = (item, config) => {
|
|
4347
4456
|
if (item.isLoading) {
|
|
4348
|
-
return
|
|
4457
|
+
return settings.filtersPanel.renderPlaceholder();
|
|
4349
4458
|
}
|
|
4350
4459
|
if (item.isUnknown) {
|
|
4351
4460
|
return 'Unknown';
|
|
@@ -4548,88 +4657,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4548
4657
|
}
|
|
4549
4658
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4550
4659
|
|
|
4551
|
-
var css$p = {"
|
|
4552
|
-
|
|
4553
|
-
var _path$9;
|
|
4554
|
-
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); }
|
|
4555
|
-
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
4556
|
-
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
4557
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4558
|
-
width: 24,
|
|
4559
|
-
height: 24,
|
|
4560
|
-
viewBox: "0 0 24 24",
|
|
4561
|
-
ref: ref
|
|
4562
|
-
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
4563
|
-
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"
|
|
4564
|
-
})));
|
|
4565
|
-
};
|
|
4566
|
-
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
|
|
4567
|
-
|
|
4568
|
-
var _path$8;
|
|
4569
|
-
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); }
|
|
4570
|
-
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
4571
|
-
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
4572
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4573
|
-
width: 24,
|
|
4574
|
-
height: 24,
|
|
4575
|
-
viewBox: "0 0 24 24",
|
|
4576
|
-
ref: ref
|
|
4577
|
-
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
4578
|
-
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"
|
|
4579
|
-
})));
|
|
4580
|
-
};
|
|
4581
|
-
var ForwardRef$8 = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
|
|
4582
|
-
|
|
4583
|
-
var _path$7;
|
|
4584
|
-
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); }
|
|
4585
|
-
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
4586
|
-
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
4587
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4588
|
-
width: 24,
|
|
4589
|
-
height: 24,
|
|
4590
|
-
viewBox: "0 0 24 24",
|
|
4591
|
-
ref: ref
|
|
4592
|
-
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
4593
|
-
fillRule: "evenodd",
|
|
4594
|
-
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",
|
|
4595
|
-
clipRule: "evenodd"
|
|
4596
|
-
})));
|
|
4597
|
-
};
|
|
4598
|
-
var ForwardRef$7 = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
|
|
4599
|
-
|
|
4600
|
-
var _path$6;
|
|
4601
|
-
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); }
|
|
4602
|
-
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
4603
|
-
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
4604
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4605
|
-
width: 24,
|
|
4606
|
-
height: 24,
|
|
4607
|
-
viewBox: "0 0 24 24",
|
|
4608
|
-
ref: ref
|
|
4609
|
-
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
4610
|
-
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"
|
|
4611
|
-
})));
|
|
4612
|
-
};
|
|
4613
|
-
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgContentEditFill);
|
|
4614
|
-
|
|
4615
|
-
var _path$5, _path2;
|
|
4616
|
-
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); }
|
|
4617
|
-
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
4618
|
-
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
4619
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4620
|
-
width: 24,
|
|
4621
|
-
height: 24,
|
|
4622
|
-
viewBox: "0 0 24 24",
|
|
4623
|
-
ref: ref
|
|
4624
|
-
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
4625
|
-
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"
|
|
4626
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
4627
|
-
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"
|
|
4628
|
-
})));
|
|
4629
|
-
};
|
|
4630
|
-
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4631
|
-
|
|
4632
|
-
var css$o = {"delete-button":"WFRxWF","deleteButton":"WFRxWF","tab-button":"JINUhx","tabButton":"JINUhx","targetOpen":"x0C-Mr"};
|
|
4660
|
+
var css$p = {"delete-button":"y6aO2N","deleteButton":"y6aO2N","tab-button":"Vp5SMy","tabButton":"Vp5SMy","targetOpen":"DacV7L"};
|
|
4633
4661
|
|
|
4634
4662
|
function PresetActionsDropdown(props) {
|
|
4635
4663
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4654,7 +4682,7 @@ function PresetActionsDropdown(props) {
|
|
|
4654
4682
|
const successNotificationHandler = useCallback((text) => {
|
|
4655
4683
|
uuiNotifications
|
|
4656
4684
|
.show((props) => (React__default.createElement(SuccessNotification, { ...props },
|
|
4657
|
-
React__default.createElement(
|
|
4685
|
+
React__default.createElement("div", { className: "uui-presets-panel-notification-text" }, text))), { duration: 3 })
|
|
4658
4686
|
.catch(() => null);
|
|
4659
4687
|
}, []);
|
|
4660
4688
|
const saveInCurrentHandler = useCallback(() => {
|
|
@@ -4677,32 +4705,32 @@ function PresetActionsDropdown(props) {
|
|
|
4677
4705
|
const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
|
|
4678
4706
|
return (React__default.createElement(DropdownMenuBody, { ...dropdownProps },
|
|
4679
4707
|
isPresetChanged && (React__default.createElement(React__default.Fragment, null,
|
|
4680
|
-
!isReadonlyPreset && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon:
|
|
4681
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon:
|
|
4708
|
+
!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(); } })),
|
|
4709
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: settings.presetsPanel.icons.saveAsNewIcon, caption: "Save as new",
|
|
4682
4710
|
// 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
|
|
4683
4711
|
onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
|
|
4684
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon:
|
|
4712
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: settings.presetsPanel.icons.discardChangesIcon, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
|
|
4685
4713
|
React__default.createElement(DropdownMenuSplitter, { key: "discard-splitter" }))),
|
|
4686
|
-
isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon:
|
|
4687
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon:
|
|
4688
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon:
|
|
4714
|
+
isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: settings.presetsPanel.icons.renameIcon, caption: "Rename", onClick: props.renamePreset })),
|
|
4715
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: settings.presetsPanel.icons.copyIcon, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
|
|
4716
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: settings.presetsPanel.icons.copyLinkIcon, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
4689
4717
|
!isReadonlyPreset && (React__default.createElement(React__default.Fragment, null,
|
|
4690
4718
|
React__default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
4691
|
-
React__default.createElement(DropdownMenuButton, { icon:
|
|
4719
|
+
React__default.createElement(DropdownMenuButton, { icon: settings.presetsPanel.icons.deleteIcon, caption: "Delete", cx: css$p.deleteButton, onClick: deleteHandler })))));
|
|
4692
4720
|
};
|
|
4693
4721
|
const renderTarget = useCallback((dropdownProps) => {
|
|
4694
|
-
return (React__default.createElement(IconButton, { cx: [css$
|
|
4722
|
+
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 }));
|
|
4695
4723
|
}, []);
|
|
4696
4724
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4697
4725
|
}
|
|
4698
4726
|
|
|
4699
|
-
var css$n = {"preset-input-cell":"QDvawU","presetInputCell":"QDvawU","preset-input":"PmhErs","presetInput":"PmhErs"};
|
|
4700
|
-
|
|
4701
4727
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4702
4728
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
4703
4729
|
const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
|
|
4704
4730
|
const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
|
|
4705
4731
|
|
|
4732
|
+
var css$o = {"preset-input-cell":"v4V0HO","presetInputCell":"v4V0HO","preset-input":"etl1jT","presetInput":"etl1jT"};
|
|
4733
|
+
|
|
4706
4734
|
function PresetInput(props) {
|
|
4707
4735
|
const [presetCaption, setPresetCaption] = useState(props.preset?.name || '');
|
|
4708
4736
|
const [readonly, setReadonly] = useState(false);
|
|
@@ -4724,11 +4752,11 @@ function PresetInput(props) {
|
|
|
4724
4752
|
}
|
|
4725
4753
|
props.onCancel();
|
|
4726
4754
|
}, [presetCaption.length, props.onCancel]);
|
|
4727
|
-
return (React__default.createElement(FlexCell, { cx: [css$
|
|
4728
|
-
React__default.createElement(TextInput, { cx: css$
|
|
4755
|
+
return (React__default.createElement(FlexCell, { cx: [css$o.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
|
|
4756
|
+
React__default.createElement(TextInput, { cx: css$o.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4729
4757
|
}
|
|
4730
4758
|
|
|
4731
|
-
var css$
|
|
4759
|
+
var css$n = {"preset":"XfeRCC","activePreset":"_09fCYc"};
|
|
4732
4760
|
|
|
4733
4761
|
function Preset(props) {
|
|
4734
4762
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4750,25 +4778,10 @@ function Preset(props) {
|
|
|
4750
4778
|
}, [props.preset]);
|
|
4751
4779
|
const isPresetActive = props.activePresetId === props.preset.id;
|
|
4752
4780
|
const PresetActionsDropdownComponent = useCallback(() => React__default.createElement(PresetActionsDropdown, { renamePreset: setPresetForRename, ...props }), [props.preset, props.tableState, props.activePresetId]);
|
|
4753
|
-
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$
|
|
4781
|
+
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 }))));
|
|
4754
4782
|
}
|
|
4755
4783
|
|
|
4756
|
-
var
|
|
4757
|
-
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); }
|
|
4758
|
-
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
4759
|
-
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
4760
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4761
|
-
width: 24,
|
|
4762
|
-
height: 24,
|
|
4763
|
-
viewBox: "0 0 24 24",
|
|
4764
|
-
ref: ref
|
|
4765
|
-
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4766
|
-
fillRule: "evenodd",
|
|
4767
|
-
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",
|
|
4768
|
-
clipRule: "evenodd"
|
|
4769
|
-
})));
|
|
4770
|
-
};
|
|
4771
|
-
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgActionDeleteForeverFill);
|
|
4784
|
+
var css$m = {"divider":"LvLXk-","dropdownDeleteIcon":"XZ1XXq","presetsWrapper":"xWOY2-","addPresetContainer":"FoHduO","dropContainer":"h7P-fs"};
|
|
4772
4785
|
|
|
4773
4786
|
function PresetsPanel(props) {
|
|
4774
4787
|
const [isAddingPreset, setIsAddingPreset] = useState(false);
|
|
@@ -4783,16 +4796,16 @@ function PresetsPanel(props) {
|
|
|
4783
4796
|
return React__default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
|
|
4784
4797
|
};
|
|
4785
4798
|
const renderAddPresetButton = useCallback(() => {
|
|
4786
|
-
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$
|
|
4799
|
+
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 }))));
|
|
4787
4800
|
}, [isAddingPreset]);
|
|
4788
4801
|
const onPresetDropdownSelect = (preset) => {
|
|
4789
4802
|
props.choosePreset(preset.preset);
|
|
4790
4803
|
};
|
|
4791
4804
|
const renderMoreButtonDropdown = (item, hiddenItems) => {
|
|
4792
4805
|
return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
|
|
4793
|
-
React__default.createElement("div", { className: css$
|
|
4806
|
+
React__default.createElement("div", { className: css$m.divider }),
|
|
4794
4807
|
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 },
|
|
4795
|
-
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 &&
|
|
4808
|
+
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)) })))))) }));
|
|
4796
4809
|
};
|
|
4797
4810
|
const getPresetPriority = (preset, index) => {
|
|
4798
4811
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -4813,7 +4826,7 @@ function PresetsPanel(props) {
|
|
|
4813
4826
|
];
|
|
4814
4827
|
};
|
|
4815
4828
|
return (React__default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
|
|
4816
|
-
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$
|
|
4829
|
+
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$m.presetsWrapper },
|
|
4817
4830
|
React__default.createElement(AdaptivePanel, { items: getPanelItems() }))));
|
|
4818
4831
|
}
|
|
4819
4832
|
|
|
@@ -4854,7 +4867,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4854
4867
|
return columns;
|
|
4855
4868
|
};
|
|
4856
4869
|
|
|
4857
|
-
var css$l = {"unpin-icon":"
|
|
4870
|
+
var css$l = {"unpin-icon":"_1AH3tB","unpinIcon":"_1AH3tB","pin-toggler-icon":"_8sDOsk","pinTogglerIcon":"_8sDOsk"};
|
|
4858
4871
|
|
|
4859
4872
|
function PinIconButton(props) {
|
|
4860
4873
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4896,7 +4909,7 @@ function getUnpinIcon(params) {
|
|
|
4896
4909
|
}
|
|
4897
4910
|
}
|
|
4898
4911
|
|
|
4899
|
-
var css$k = {"row-wrapper":"
|
|
4912
|
+
var css$k = {"row-wrapper":"dEsF-O","rowWrapper":"dEsF-O","pin-icon-button":"Z5S-wV","pinIconButton":"Z5S-wV","not-pinned":"cW3Y6I","notPinned":"cW3Y6I","checkbox":"GFL2MN","drag-handle":"j2uhA0","dragHandle":"j2uhA0","dnd-disabled":"yMAIa9","dndDisabled":"yMAIa9"};
|
|
4900
4913
|
|
|
4901
4914
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4902
4915
|
const { column } = props;
|
|
@@ -4919,7 +4932,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4919
4932
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4920
4933
|
});
|
|
4921
4934
|
|
|
4922
|
-
var css$j = {"root":"
|
|
4935
|
+
var css$j = {"root":"gPGwd0","main-panel":"tnL-QQ","mainPanel":"tnL-QQ","group":"MSibgI","group-title":"xL6cIh","groupTitle":"xL6cIh","group-items":"owXHBa","groupItems":"owXHBa","no-data":"ysQWHQ","noData":"ysQWHQ","no-data-title":"KiYjnK","noDataTitle":"KiYjnK","no-data-sub-title":"DoLrNC","noDataSubTitle":"DoLrNC","h-divider":"bYC2dw","hDivider":"bYC2dw","search-area":"J3Y5L9","searchArea":"J3Y5L9","subgroup-accordion":"-KiDz-","subgroupAccordion":"-KiDz-","subgroup":"bsDZS-","subgroup-title":"MN5ETp","subgroupTitle":"MN5ETp"};
|
|
4923
4936
|
|
|
4924
4937
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4925
4938
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -5021,7 +5034,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
5021
5034
|
return [children, rest];
|
|
5022
5035
|
};
|
|
5023
5036
|
|
|
5024
|
-
var css$i = {"listContainer":"
|
|
5037
|
+
var css$i = {"listContainer":"ioYG1a","header":"iJjQ2P","group":"_3WQbXp","stickyHeader":"fZxHdI"};
|
|
5025
5038
|
|
|
5026
5039
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
5027
5040
|
const rowRef = useRef();
|
|
@@ -5061,7 +5074,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
|
|
|
5061
5074
|
React__default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
5062
5075
|
}
|
|
5063
5076
|
|
|
5064
|
-
var css$h = {"root":"
|
|
5077
|
+
var css$h = {"root":"Zd2dVz","sticky-header":"iWssmP","stickyHeader":"iWssmP","no-results":"Si75EN","noResults":"Si75EN","icon":"muDhCS","title":"S4Oq9j"};
|
|
5065
5078
|
|
|
5066
5079
|
function DataTable(props) {
|
|
5067
5080
|
const { uuiModals } = useUuiContext();
|
|
@@ -5110,9 +5123,9 @@ function DataTable(props) {
|
|
|
5110
5123
|
} }))));
|
|
5111
5124
|
}
|
|
5112
5125
|
|
|
5113
|
-
var css$g = {"root":"
|
|
5126
|
+
var css$g = {"root":"-QkYV7"};
|
|
5114
5127
|
|
|
5115
|
-
var css$f = {"root":"
|
|
5128
|
+
var css$f = {"root":"nC9hvl","burger-content":"yTo2Bp","burgerContent":"yTo2Bp"};
|
|
5116
5129
|
|
|
5117
5130
|
var _path$3;
|
|
5118
5131
|
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); }
|
|
@@ -5134,7 +5147,7 @@ function applyBurgerMods() {
|
|
|
5134
5147
|
}
|
|
5135
5148
|
const Burger = /* @__PURE__ */withMods(Burger$1, applyBurgerMods, () => ({
|
|
5136
5149
|
burgerIcon: ForwardRef$3,
|
|
5137
|
-
crossIcon: ForwardRef$
|
|
5150
|
+
crossIcon: ForwardRef$Q,
|
|
5138
5151
|
burgerContentCx: css$f.burgerContent,
|
|
5139
5152
|
}));
|
|
5140
5153
|
|
|
@@ -5155,7 +5168,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5155
5168
|
};
|
|
5156
5169
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5157
5170
|
|
|
5158
|
-
var css$e = {"root":"
|
|
5171
|
+
var css$e = {"root":"dMo399","button-primary":"rznqJa","buttonPrimary":"rznqJa","button-secondary":"Qi1bhb","buttonSecondary":"Qi1bhb","hasIcon":"K-BwiO","dropdown":"U-HwfW"};
|
|
5159
5172
|
|
|
5160
5173
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5161
5174
|
css$e.root,
|
|
@@ -5166,13 +5179,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5166
5179
|
props.icon && css$e.hasIcon,
|
|
5167
5180
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5168
5181
|
|
|
5169
|
-
var css$d = {"search-input":"
|
|
5182
|
+
var css$d = {"search-input":"dm-v5V","searchInput":"dm-v5V"};
|
|
5170
5183
|
|
|
5171
5184
|
function BurgerSearch(props) {
|
|
5172
|
-
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
5185
|
+
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 }));
|
|
5173
5186
|
}
|
|
5174
5187
|
|
|
5175
|
-
var css$c = {"root":"
|
|
5188
|
+
var css$c = {"root":"cu-edf","group-header":"D5Cx30","groupHeader":"D5Cx30","group-name":"irEFbg","groupName":"irEFbg","line":"kmS6Q9"};
|
|
5176
5189
|
|
|
5177
5190
|
function BurgerGroupHeader(props) {
|
|
5178
5191
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5180,7 +5193,7 @@ function BurgerGroupHeader(props) {
|
|
|
5180
5193
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5181
5194
|
}
|
|
5182
5195
|
|
|
5183
|
-
var css$b = {"root":"
|
|
5196
|
+
var css$b = {"root":"ADUPPw","type-primary":"_9PhtQ9","typePrimary":"_9PhtQ9","type-secondary":"LnHLZR","typeSecondary":"LnHLZR"};
|
|
5184
5197
|
|
|
5185
5198
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5186
5199
|
const { type, ...clickableProps } = props;
|
|
@@ -5199,10 +5212,10 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5199
5212
|
props.caption && (React.createElement("div", { className: uuiElement.caption }, props.caption)),
|
|
5200
5213
|
props.count !== undefined && props.count !== null && (React.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
|
|
5201
5214
|
props.icon && props.iconPosition === 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: props.onIconClick })),
|
|
5202
|
-
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$
|
|
5215
|
+
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5203
5216
|
});
|
|
5204
5217
|
|
|
5205
|
-
var css$a = {"dropdown-body":"
|
|
5218
|
+
var css$a = {"dropdown-body":"N5w4n1","dropdownBody":"N5w4n1"};
|
|
5206
5219
|
|
|
5207
5220
|
class MainMenuDropdown extends React.Component {
|
|
5208
5221
|
render() {
|
|
@@ -5260,28 +5273,28 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5260
5273
|
};
|
|
5261
5274
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5262
5275
|
|
|
5263
|
-
var css$9 = {"global-menu-btn":"
|
|
5276
|
+
var css$9 = {"global-menu-btn":"WhrpaJ","globalMenuBtn":"WhrpaJ","global-menu-icon":"qepEFg","globalMenuIcon":"qepEFg"};
|
|
5264
5277
|
|
|
5265
5278
|
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 },
|
|
5266
5279
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5267
5280
|
|
|
5268
|
-
var css$8 = {"container":"
|
|
5281
|
+
var css$8 = {"container":"_1nFAS6","open":"OkhfLe","folding-arrow":"MouE9S","foldingArrow":"MouE9S"};
|
|
5269
5282
|
|
|
5270
5283
|
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 },
|
|
5271
5284
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
5272
5285
|
props.icon && React.createElement(IconContainer, { icon: props.icon }),
|
|
5273
5286
|
props.isDropdown && (React.createElement("div", null,
|
|
5274
|
-
React.createElement(IconContainer, { size: 18, icon: ForwardRef$
|
|
5287
|
+
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5275
5288
|
|
|
5276
|
-
var css$7 = {"search-input":"
|
|
5289
|
+
var css$7 = {"search-input":"_4erai1","searchInput":"_4erai1"};
|
|
5277
5290
|
|
|
5278
|
-
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$
|
|
5291
|
+
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 })) })));
|
|
5279
5292
|
|
|
5280
|
-
var css$6 = {"container":"
|
|
5293
|
+
var css$6 = {"container":"nqgohX"};
|
|
5281
5294
|
|
|
5282
5295
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5283
5296
|
|
|
5284
|
-
var css$5 = {"root":"
|
|
5297
|
+
var css$5 = {"root":"_6u9IYh"};
|
|
5285
5298
|
|
|
5286
5299
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5287
5300
|
|
|
@@ -5339,7 +5352,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5339
5352
|
};
|
|
5340
5353
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5341
5354
|
|
|
5342
|
-
var css$4 = {"root":"
|
|
5355
|
+
var css$4 = {"root":"El2wBi","drop-start":"ffpMwX","dropStart":"ffpMwX","drop-over":"BYvgmc","dropOver":"BYvgmc","link":"_0q6m9M","drop-area":"fy39SQ","dropArea":"fy39SQ","drop-caption":"-p07Km","dropCaption":"-p07Km","icon-blue":"_8-GCGv","iconBlue":"_8-GCGv"};
|
|
5343
5356
|
|
|
5344
5357
|
function DropSpot(props) {
|
|
5345
5358
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5357,7 +5370,7 @@ function DropSpot(props) {
|
|
|
5357
5370
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5358
5371
|
}
|
|
5359
5372
|
|
|
5360
|
-
var css$3 = {"root":"
|
|
5373
|
+
var css$3 = {"root":"F-TSv6"};
|
|
5361
5374
|
|
|
5362
5375
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5363
5376
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5368,7 +5381,7 @@ const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5368
5381
|
React.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5369
5382
|
});
|
|
5370
5383
|
|
|
5371
|
-
var css$2 = {"root":"
|
|
5384
|
+
var css$2 = {"root":"NifKu1","file-name":"FXNB7P","fileName":"FXNB7P","default-color":"z0DYrf","defaultColor":"z0DYrf","doc-color":"PnTY49","docColor":"PnTY49","xls-color":"DHjF29","xlsColor":"DHjF29","pdf-color":"FJJdgU","pdfColor":"FJJdgU","movie-color":"_9oA2AO","movieColor":"_9oA2AO","img-color":"_4VfHCy","imgColor":"_4VfHCy","mov-color":"zw0Rno","movColor":"zw0Rno","error-block":"L1MCeq","errorBlock":"L1MCeq","icons-block":"yELlVQ","iconsBlock":"yELlVQ"};
|
|
5372
5385
|
|
|
5373
5386
|
const FileCard = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5374
5387
|
const [isLoadingShow, setIsLoadingShow] = React.useState(true);
|
|
@@ -5487,7 +5500,7 @@ const getErrorPageConfig = () => ({
|
|
|
5487
5500
|
},
|
|
5488
5501
|
});
|
|
5489
5502
|
|
|
5490
|
-
var css$1 = {"container":"
|
|
5503
|
+
var css$1 = {"container":"PzrAjn"};
|
|
5491
5504
|
|
|
5492
5505
|
const ErrorPage = (props) => {
|
|
5493
5506
|
const isMobileScreen = isMobile();
|
|
@@ -5499,7 +5512,7 @@ const ErrorPage = (props) => {
|
|
|
5499
5512
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5500
5513
|
};
|
|
5501
5514
|
|
|
5502
|
-
var css = {"recovery-spinner":"
|
|
5515
|
+
var css = {"recovery-spinner":"SdDCOF","recoverySpinner":"SdDCOF","recovery-message":"_2cYhnL","recoveryMessage":"_2cYhnL","modal-blocker":"kmvoVb","modalBlocker":"kmvoVb","modalFadeIn":"YJD7dh"};
|
|
5503
5516
|
|
|
5504
5517
|
function ErrorHandler(props) {
|
|
5505
5518
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|