@epam/uui 5.13.3-beta.14 → 5.13.3-beta.16
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/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/types.d.ts +2 -2
- package/components/datePickers/types.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 +3 -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/tables/DataRowsContainer/DataRowsContainer.d.ts +2 -2
- package/components/tables/DataRowsContainer/DataRowsContainer.d.ts.map +1 -1
- package/components/tables/DataTableCell.d.ts.map +1 -1
- package/index.esm.js +517 -508
- package/index.esm.js.map +1 -1
- package/index.js +517 -508
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts +24 -1
- package/settings.d.ts.map +1 -1
- package/stats.html +1 -1
- package/styles.css +1110 -1048
- 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(#a45jqvv905njdv4mk_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: "a45jqvgyoh2gscvub_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(#a45jqvgyoh2gscvub_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: "a45jqvv905njdv4mk_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,14 +630,14 @@ var SvgActionDeleteOutline = function SvgActionDeleteOutline(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
|
-
d: "
|
|
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"
|
|
649
634
|
})));
|
|
650
635
|
};
|
|
651
|
-
var ForwardRef$l = /*#__PURE__*/forwardRef(
|
|
636
|
+
var ForwardRef$l = /*#__PURE__*/forwardRef(SvgNotificationErrorFill);
|
|
652
637
|
|
|
653
638
|
var _path$k;
|
|
654
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); }
|
|
655
|
-
var
|
|
640
|
+
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
656
641
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
657
642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
658
643
|
width: 24,
|
|
@@ -660,16 +645,14 @@ var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
|
660
645
|
viewBox: "0 0 24 24",
|
|
661
646
|
ref: ref
|
|
662
647
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
663
|
-
|
|
664
|
-
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",
|
|
665
|
-
clipRule: "evenodd"
|
|
648
|
+
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
666
649
|
})));
|
|
667
650
|
};
|
|
668
|
-
var ForwardRef$k = /*#__PURE__*/forwardRef(
|
|
651
|
+
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgActionDeleteOutline);
|
|
669
652
|
|
|
670
|
-
var _path$j;
|
|
653
|
+
var _path$j, _path2$2;
|
|
671
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); }
|
|
672
|
-
var
|
|
655
|
+
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
673
656
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
674
657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
675
658
|
width: 24,
|
|
@@ -677,16 +660,16 @@ var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
|
677
660
|
viewBox: "0 0 24 24",
|
|
678
661
|
ref: ref
|
|
679
662
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
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"
|
|
683
666
|
})));
|
|
684
667
|
};
|
|
685
|
-
var ForwardRef$j = /*#__PURE__*/forwardRef(
|
|
668
|
+
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
686
669
|
|
|
687
670
|
var _path$i;
|
|
688
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); }
|
|
689
|
-
var
|
|
672
|
+
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
690
673
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
691
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
692
675
|
width: 24,
|
|
@@ -694,16 +677,14 @@ var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
|
|
|
694
677
|
viewBox: "0 0 24 24",
|
|
695
678
|
ref: ref
|
|
696
679
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
|
697
|
-
|
|
698
|
-
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",
|
|
699
|
-
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"
|
|
700
681
|
})));
|
|
701
682
|
};
|
|
702
|
-
var ForwardRef$i = /*#__PURE__*/forwardRef(
|
|
683
|
+
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgContentEditFill);
|
|
703
684
|
|
|
704
685
|
var _path$h;
|
|
705
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); }
|
|
706
|
-
var
|
|
687
|
+
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
707
688
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
708
689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
709
690
|
width: 24,
|
|
@@ -712,15 +693,15 @@ var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
|
712
693
|
ref: ref
|
|
713
694
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
714
695
|
fillRule: "evenodd",
|
|
715
|
-
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",
|
|
716
697
|
clipRule: "evenodd"
|
|
717
698
|
})));
|
|
718
699
|
};
|
|
719
|
-
var ForwardRef$h = /*#__PURE__*/forwardRef(
|
|
700
|
+
var ForwardRef$h = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
|
|
720
701
|
|
|
721
|
-
var _path$g
|
|
702
|
+
var _path$g;
|
|
722
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); }
|
|
723
|
-
var
|
|
704
|
+
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
724
705
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
725
706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
726
707
|
width: 24,
|
|
@@ -728,18 +709,14 @@ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
|
728
709
|
viewBox: "0 0 24 24",
|
|
729
710
|
ref: ref
|
|
730
711
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
731
|
-
d: "
|
|
732
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
733
|
-
fillRule: "evenodd",
|
|
734
|
-
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",
|
|
735
|
-
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"
|
|
736
713
|
})));
|
|
737
714
|
};
|
|
738
|
-
var ForwardRef$g = /*#__PURE__*/forwardRef(
|
|
715
|
+
var ForwardRef$g = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
|
|
739
716
|
|
|
740
717
|
var _path$f;
|
|
741
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); }
|
|
742
|
-
var
|
|
719
|
+
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
743
720
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
744
721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
745
722
|
width: 24,
|
|
@@ -747,16 +724,14 @@ var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
|
|
|
747
724
|
viewBox: "0 0 24 24",
|
|
748
725
|
ref: ref
|
|
749
726
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
750
|
-
|
|
751
|
-
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",
|
|
752
|
-
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"
|
|
753
728
|
})));
|
|
754
729
|
};
|
|
755
|
-
var ForwardRef$f = /*#__PURE__*/forwardRef(
|
|
730
|
+
var ForwardRef$f = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
|
|
756
731
|
|
|
757
732
|
var _path$e;
|
|
758
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); }
|
|
759
|
-
var
|
|
734
|
+
var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
760
735
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
761
736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
762
737
|
width: 24,
|
|
@@ -765,15 +740,15 @@ var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
|
|
|
765
740
|
ref: ref
|
|
766
741
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
767
742
|
fillRule: "evenodd",
|
|
768
|
-
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",
|
|
769
744
|
clipRule: "evenodd"
|
|
770
745
|
})));
|
|
771
746
|
};
|
|
772
|
-
var ForwardRef$e = /*#__PURE__*/forwardRef(
|
|
747
|
+
var ForwardRef$e = /*#__PURE__*/forwardRef(SvgFileFileWordFill);
|
|
773
748
|
|
|
774
749
|
var _path$d;
|
|
775
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); }
|
|
776
|
-
var
|
|
751
|
+
var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
777
752
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
778
753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
779
754
|
width: 24,
|
|
@@ -782,15 +757,15 @@ var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
|
|
|
782
757
|
ref: ref
|
|
783
758
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
784
759
|
fillRule: "evenodd",
|
|
785
|
-
d: "
|
|
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",
|
|
786
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({
|
|
795
770
|
xmlns: "http://www.w3.org/2000/svg",
|
|
796
771
|
width: 24,
|
|
@@ -798,57 +773,161 @@ var SvgFileFileFill = function SvgFileFileFill(props, ref) {
|
|
|
798
773
|
viewBox: "0 0 24 24",
|
|
799
774
|
ref: ref
|
|
800
775
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
801
|
-
|
|
776
|
+
fillRule: "evenodd",
|
|
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"
|
|
802
779
|
})));
|
|
803
780
|
};
|
|
804
|
-
var ForwardRef$c = /*#__PURE__*/forwardRef(
|
|
781
|
+
var ForwardRef$c = /*#__PURE__*/forwardRef(SvgFileFilePdfFill);
|
|
805
782
|
|
|
806
783
|
var _path$b;
|
|
807
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); }
|
|
808
|
-
var
|
|
785
|
+
var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
809
786
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
787
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
810
788
|
width: 24,
|
|
811
789
|
height: 24,
|
|
812
790
|
viewBox: "0 0 24 24",
|
|
813
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
814
791
|
ref: ref
|
|
815
792
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
816
793
|
fillRule: "evenodd",
|
|
817
|
-
d: "
|
|
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"
|
|
818
796
|
})));
|
|
819
797
|
};
|
|
820
|
-
var ForwardRef$b = /*#__PURE__*/forwardRef(
|
|
798
|
+
var ForwardRef$b = /*#__PURE__*/forwardRef(SvgFileFileImageFill);
|
|
821
799
|
|
|
822
800
|
var _path$a, _path2$1;
|
|
823
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); }
|
|
824
|
-
var
|
|
802
|
+
var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
825
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({
|
|
826
905
|
width: 66,
|
|
827
906
|
height: 67,
|
|
828
907
|
viewBox: "0 0 66 67",
|
|
829
908
|
fill: "none",
|
|
830
909
|
xmlns: "http://www.w3.org/2000/svg",
|
|
831
910
|
ref: ref
|
|
832
|
-
}, props), _path$
|
|
911
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
833
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",
|
|
834
913
|
fill: "#EBEDF5"
|
|
835
|
-
})), _path2
|
|
914
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
836
915
|
fillRule: "evenodd",
|
|
837
916
|
clipRule: "evenodd",
|
|
838
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",
|
|
839
918
|
fill: "#6C6F80"
|
|
840
919
|
})));
|
|
841
920
|
};
|
|
842
|
-
var ForwardRef$
|
|
921
|
+
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
843
922
|
|
|
844
|
-
var css$1x = {"root":"
|
|
923
|
+
var css$1x = {"root":"uBNZpV","uui-spinner":"SfDTyZ","uuiSpinner":"SfDTyZ"};
|
|
845
924
|
|
|
846
925
|
function applySpinnerMods() {
|
|
847
926
|
return [css$1x.root, 'uui-spinner'];
|
|
848
927
|
}
|
|
849
928
|
const Spinner = /* @__PURE__ */withMods(Spinner$1, applySpinnerMods);
|
|
850
929
|
|
|
851
|
-
var css$1w = {"root":"
|
|
930
|
+
var css$1w = {"root":"xQeFqx","loading-word":"_7Hrerr","loadingWord":"_7Hrerr","animated-loading":"hzTjMj","animatedLoading":"hzTjMj","skeleton_loading":"KR0cii","skeletonLoading":"KR0cii"};
|
|
852
931
|
|
|
853
932
|
const TextPlaceholder = (props) => {
|
|
854
933
|
const pattern = ' ';
|
|
@@ -865,7 +944,7 @@ const TextPlaceholder = (props) => {
|
|
|
865
944
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
866
945
|
};
|
|
867
946
|
|
|
868
|
-
var css$1v = {"root":"
|
|
947
|
+
var css$1v = {"root":"_5kWH8P","line-height":"EjS9gG","lineHeight":"EjS9gG","font-size":"_2CukI-","fontSize":"_2CukI-"};
|
|
869
948
|
|
|
870
949
|
function applyTextMods(mods) {
|
|
871
950
|
return [
|
|
@@ -894,16 +973,16 @@ const Text = /* @__PURE__ */withMods(uuiComponents.Text, applyTextMods, (props)
|
|
|
894
973
|
|
|
895
974
|
const accordionSettings = {
|
|
896
975
|
icons: {
|
|
897
|
-
dropdownIcon: ForwardRef$
|
|
976
|
+
dropdownIcon: ForwardRef$P,
|
|
898
977
|
},
|
|
899
978
|
};
|
|
900
979
|
const alertSettings = {
|
|
901
980
|
icons: {
|
|
902
|
-
closeIcon: ForwardRef$
|
|
903
|
-
infoIcon: ForwardRef$
|
|
904
|
-
successIcon: ForwardRef$
|
|
905
|
-
warningIcon: ForwardRef$
|
|
906
|
-
errorIcon: ForwardRef$
|
|
981
|
+
closeIcon: ForwardRef$Q,
|
|
982
|
+
infoIcon: ForwardRef$J,
|
|
983
|
+
successIcon: ForwardRef$n,
|
|
984
|
+
warningIcon: ForwardRef$m,
|
|
985
|
+
errorIcon: ForwardRef$l,
|
|
907
986
|
},
|
|
908
987
|
sizes: {
|
|
909
988
|
default: '48',
|
|
@@ -915,7 +994,7 @@ const alertSettings = {
|
|
|
915
994
|
};
|
|
916
995
|
const badgeSettings = {
|
|
917
996
|
icons: {
|
|
918
|
-
dropdownIcon: ForwardRef$
|
|
997
|
+
dropdownIcon: ForwardRef$P,
|
|
919
998
|
},
|
|
920
999
|
sizes: {
|
|
921
1000
|
default: '36',
|
|
@@ -931,8 +1010,8 @@ const badgeSettings = {
|
|
|
931
1010
|
};
|
|
932
1011
|
const buttonSettings = {
|
|
933
1012
|
icons: {
|
|
934
|
-
clearIcon: ForwardRef$
|
|
935
|
-
dropdownIcon: ForwardRef$
|
|
1013
|
+
clearIcon: ForwardRef$Q,
|
|
1014
|
+
dropdownIcon: ForwardRef$P,
|
|
936
1015
|
},
|
|
937
1016
|
sizes: {
|
|
938
1017
|
default: '36',
|
|
@@ -940,8 +1019,8 @@ const buttonSettings = {
|
|
|
940
1019
|
};
|
|
941
1020
|
const checkboxSettings = {
|
|
942
1021
|
icons: {
|
|
943
|
-
checkIcon: ForwardRef$
|
|
944
|
-
indeterminateIcon: ForwardRef$
|
|
1022
|
+
checkIcon: ForwardRef$O,
|
|
1023
|
+
indeterminateIcon: ForwardRef$N,
|
|
945
1024
|
},
|
|
946
1025
|
sizes: {
|
|
947
1026
|
default: '18',
|
|
@@ -956,30 +1035,30 @@ const dataTableSettings = {
|
|
|
956
1035
|
renderPlaceholder: (props) => React__default.createElement(Text, { size: props.rowSize },
|
|
957
1036
|
React__default.createElement(TextPlaceholder, null)),
|
|
958
1037
|
icons: {
|
|
959
|
-
emptyTable: ForwardRef$
|
|
1038
|
+
emptyTable: ForwardRef$I,
|
|
960
1039
|
header: {
|
|
961
|
-
configIcon: ForwardRef$
|
|
962
|
-
ascSortIcon: ForwardRef$
|
|
963
|
-
descSortIcon: ForwardRef$
|
|
964
|
-
defaultSortIcon: ForwardRef$
|
|
965
|
-
filterIcon: ForwardRef$
|
|
966
|
-
dropdownIcon: ForwardRef$
|
|
967
|
-
openedDropdownIcon: ForwardRef$
|
|
968
|
-
foldIcon: ForwardRef$
|
|
969
|
-
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,
|
|
970
1049
|
},
|
|
971
1050
|
body: {
|
|
972
|
-
foldingIcon: ForwardRef$
|
|
1051
|
+
foldingIcon: ForwardRef$P,
|
|
973
1052
|
},
|
|
974
1053
|
columnsConfigurationModal: {
|
|
975
|
-
dragIndicator: ForwardRef$
|
|
976
|
-
lockIcon: ForwardRef$
|
|
977
|
-
pinLeftIcon: ForwardRef$
|
|
978
|
-
pinRightIcon: ForwardRef$
|
|
979
|
-
collapsedIcon: ForwardRef$
|
|
980
|
-
expandedIcon: ForwardRef$
|
|
981
|
-
menuIcon: ForwardRef$
|
|
982
|
-
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,
|
|
983
1062
|
},
|
|
984
1063
|
},
|
|
985
1064
|
sizes: {
|
|
@@ -1036,18 +1115,18 @@ const dataTableSettings = {
|
|
|
1036
1115
|
};
|
|
1037
1116
|
const dropdownMenuSettings = {
|
|
1038
1117
|
icons: {
|
|
1039
|
-
acceptIcon: ForwardRef$
|
|
1040
|
-
dropdownIcon: ForwardRef$
|
|
1118
|
+
acceptIcon: ForwardRef$O,
|
|
1119
|
+
dropdownIcon: ForwardRef$P,
|
|
1041
1120
|
},
|
|
1042
1121
|
};
|
|
1043
1122
|
const datePickerSettings = {
|
|
1044
1123
|
icons: {
|
|
1045
1124
|
body: {
|
|
1046
|
-
prevIcon: ForwardRef$
|
|
1047
|
-
nextIcon: ForwardRef$
|
|
1125
|
+
prevIcon: ForwardRef$t,
|
|
1126
|
+
nextIcon: ForwardRef$s,
|
|
1048
1127
|
},
|
|
1049
1128
|
input: {
|
|
1050
|
-
calendarIcon: ForwardRef$
|
|
1129
|
+
calendarIcon: ForwardRef$L,
|
|
1051
1130
|
},
|
|
1052
1131
|
},
|
|
1053
1132
|
sizes: {
|
|
@@ -1057,17 +1136,17 @@ const datePickerSettings = {
|
|
|
1057
1136
|
};
|
|
1058
1137
|
const fileCardSettings = {
|
|
1059
1138
|
icons: {
|
|
1060
|
-
docIcon: ForwardRef$
|
|
1061
|
-
exelIcon: ForwardRef$
|
|
1062
|
-
pdfIcon: ForwardRef$
|
|
1063
|
-
imgIcon: ForwardRef$
|
|
1064
|
-
videoIcon: ForwardRef$
|
|
1065
|
-
tableIcon: ForwardRef$
|
|
1066
|
-
textIcon: ForwardRef$
|
|
1067
|
-
mailIcon: ForwardRef$
|
|
1068
|
-
fileIcon: ForwardRef$
|
|
1069
|
-
closeIcon: ForwardRef$
|
|
1070
|
-
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,
|
|
1071
1150
|
},
|
|
1072
1151
|
};
|
|
1073
1152
|
const flexRowSettings = {
|
|
@@ -1076,13 +1155,15 @@ const flexRowSettings = {
|
|
|
1076
1155
|
},
|
|
1077
1156
|
};
|
|
1078
1157
|
const filtersPanelSettings = {
|
|
1158
|
+
renderPlaceholder: () => React__default.createElement(TextPlaceholder, null),
|
|
1079
1159
|
icons: {
|
|
1080
|
-
addFilterIcon: ForwardRef$
|
|
1081
|
-
itemDropdownIcon: ForwardRef$
|
|
1082
|
-
pickerBodyRemoveIcon: ForwardRef$
|
|
1160
|
+
addFilterIcon: ForwardRef$r,
|
|
1161
|
+
itemDropdownIcon: ForwardRef$P,
|
|
1162
|
+
pickerBodyRemoveIcon: ForwardRef$k,
|
|
1083
1163
|
},
|
|
1084
1164
|
sizes: {
|
|
1085
1165
|
default: '36',
|
|
1166
|
+
footerLinkButton: '36',
|
|
1086
1167
|
mobileFooterLinkButton: '48',
|
|
1087
1168
|
pickerBodyMultiSwitch: '24',
|
|
1088
1169
|
pickerBodyLinkButton: '24',
|
|
@@ -1092,13 +1173,13 @@ const filtersPanelSettings = {
|
|
|
1092
1173
|
};
|
|
1093
1174
|
const iconButtonSettings = {
|
|
1094
1175
|
icons: {
|
|
1095
|
-
dropdownIcon: ForwardRef$
|
|
1176
|
+
dropdownIcon: ForwardRef$P,
|
|
1096
1177
|
},
|
|
1097
1178
|
};
|
|
1098
1179
|
const labeledInputSettings = {
|
|
1099
1180
|
icons: {
|
|
1100
|
-
infoIcon: ForwardRef$
|
|
1101
|
-
fillInfoIcon: ForwardRef$
|
|
1181
|
+
infoIcon: ForwardRef$K,
|
|
1182
|
+
fillInfoIcon: ForwardRef$J,
|
|
1102
1183
|
},
|
|
1103
1184
|
sizes: {
|
|
1104
1185
|
default: '36',
|
|
@@ -1106,7 +1187,7 @@ const labeledInputSettings = {
|
|
|
1106
1187
|
};
|
|
1107
1188
|
const linkButtonSettings = {
|
|
1108
1189
|
icons: {
|
|
1109
|
-
dropdownIcon: ForwardRef$
|
|
1190
|
+
dropdownIcon: ForwardRef$P,
|
|
1110
1191
|
},
|
|
1111
1192
|
sizes: {
|
|
1112
1193
|
default: '36',
|
|
@@ -1115,24 +1196,25 @@ const linkButtonSettings = {
|
|
|
1115
1196
|
};
|
|
1116
1197
|
const modalSettings = {
|
|
1117
1198
|
icons: {
|
|
1118
|
-
closeIcon: ForwardRef$
|
|
1199
|
+
closeIcon: ForwardRef$Q,
|
|
1119
1200
|
},
|
|
1120
1201
|
};
|
|
1121
1202
|
const notificationCardSettings = {
|
|
1122
1203
|
icons: {
|
|
1123
|
-
closeIcon: ForwardRef$
|
|
1124
|
-
hintIcon: ForwardRef$
|
|
1125
|
-
successIcon: ForwardRef$
|
|
1126
|
-
warningIcon: ForwardRef$
|
|
1127
|
-
errorIcon: ForwardRef$
|
|
1204
|
+
closeIcon: ForwardRef$Q,
|
|
1205
|
+
hintIcon: ForwardRef$o,
|
|
1206
|
+
successIcon: ForwardRef$n,
|
|
1207
|
+
warningIcon: ForwardRef$m,
|
|
1208
|
+
errorIcon: ForwardRef$l,
|
|
1128
1209
|
},
|
|
1129
1210
|
sizes: {
|
|
1130
1211
|
action: '30',
|
|
1212
|
+
icon: 24,
|
|
1131
1213
|
},
|
|
1132
1214
|
};
|
|
1133
1215
|
const numericInputSettings = {
|
|
1134
1216
|
icons: {
|
|
1135
|
-
arrowIcon: ForwardRef$
|
|
1217
|
+
arrowIcon: ForwardRef$P,
|
|
1136
1218
|
},
|
|
1137
1219
|
sizes: {
|
|
1138
1220
|
default: '36',
|
|
@@ -1140,8 +1222,8 @@ const numericInputSettings = {
|
|
|
1140
1222
|
};
|
|
1141
1223
|
const paginatorSettings = {
|
|
1142
1224
|
icons: {
|
|
1143
|
-
leftArrowIcon: ForwardRef$
|
|
1144
|
-
rightArrowIcon: ForwardRef$
|
|
1225
|
+
leftArrowIcon: ForwardRef$t,
|
|
1226
|
+
rightArrowIcon: ForwardRef$s,
|
|
1145
1227
|
},
|
|
1146
1228
|
sizes: {
|
|
1147
1229
|
default: '36',
|
|
@@ -1152,13 +1234,13 @@ const pickerInputSettings = {
|
|
|
1152
1234
|
React__default.createElement(TextPlaceholder, null)),
|
|
1153
1235
|
icons: {
|
|
1154
1236
|
toggler: {
|
|
1155
|
-
clearIcon: ForwardRef$
|
|
1156
|
-
dropdownIcon: ForwardRef$
|
|
1237
|
+
clearIcon: ForwardRef$Q,
|
|
1238
|
+
dropdownIcon: ForwardRef$P,
|
|
1157
1239
|
},
|
|
1158
1240
|
body: {
|
|
1159
|
-
selectIcon: (size) => size < '30' ? ForwardRef$
|
|
1160
|
-
pickerBodyMobileHeaderCloseIcon: ForwardRef$
|
|
1161
|
-
modalNotFoundSearchIcon: ForwardRef$
|
|
1241
|
+
selectIcon: (size) => size < '30' ? ForwardRef$q : ForwardRef$O,
|
|
1242
|
+
pickerBodyMobileHeaderCloseIcon: ForwardRef$Q,
|
|
1243
|
+
modalNotFoundSearchIcon: ForwardRef$4,
|
|
1162
1244
|
},
|
|
1163
1245
|
},
|
|
1164
1246
|
sizes: {
|
|
@@ -1222,9 +1304,26 @@ const pickerInputSettings = {
|
|
|
1222
1304
|
},
|
|
1223
1305
|
},
|
|
1224
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
|
+
};
|
|
1225
1324
|
const radioInputSettings = {
|
|
1226
1325
|
icons: {
|
|
1227
|
-
dotIcon: ForwardRef$
|
|
1326
|
+
dotIcon: ForwardRef$p,
|
|
1228
1327
|
},
|
|
1229
1328
|
sizes: {
|
|
1230
1329
|
default: '18',
|
|
@@ -1233,7 +1332,7 @@ const radioInputSettings = {
|
|
|
1233
1332
|
const rangeDatePickerSettings = {
|
|
1234
1333
|
icons: {
|
|
1235
1334
|
input: {
|
|
1236
|
-
calendarIcon: ForwardRef$
|
|
1335
|
+
calendarIcon: ForwardRef$L,
|
|
1237
1336
|
},
|
|
1238
1337
|
},
|
|
1239
1338
|
sizes: {
|
|
@@ -1243,8 +1342,8 @@ const rangeDatePickerSettings = {
|
|
|
1243
1342
|
};
|
|
1244
1343
|
const ratingSettings = {
|
|
1245
1344
|
icons: {
|
|
1246
|
-
filledRatingIcon: ForwardRef$
|
|
1247
|
-
emptyRatingIcon: ForwardRef$
|
|
1345
|
+
filledRatingIcon: ForwardRef$5,
|
|
1346
|
+
emptyRatingIcon: ForwardRef$5,
|
|
1248
1347
|
},
|
|
1249
1348
|
sizes: {
|
|
1250
1349
|
default: 18,
|
|
@@ -1267,8 +1366,8 @@ const switchSettings = {
|
|
|
1267
1366
|
};
|
|
1268
1367
|
const tabButtonSettings = {
|
|
1269
1368
|
icons: {
|
|
1270
|
-
clearIcon: ForwardRef$
|
|
1271
|
-
dropdownIcon: ForwardRef$
|
|
1369
|
+
clearIcon: ForwardRef$Q,
|
|
1370
|
+
dropdownIcon: ForwardRef$P,
|
|
1272
1371
|
},
|
|
1273
1372
|
sizes: {
|
|
1274
1373
|
default: '48',
|
|
@@ -1281,8 +1380,8 @@ const tabButtonSettings = {
|
|
|
1281
1380
|
};
|
|
1282
1381
|
const tagSettings = {
|
|
1283
1382
|
icons: {
|
|
1284
|
-
clearIcon: ForwardRef$
|
|
1285
|
-
dropdownIcon: ForwardRef$
|
|
1383
|
+
clearIcon: ForwardRef$Q,
|
|
1384
|
+
dropdownIcon: ForwardRef$P,
|
|
1286
1385
|
},
|
|
1287
1386
|
sizes: {
|
|
1288
1387
|
default: '36',
|
|
@@ -1308,10 +1407,10 @@ const textAreaSettings = {
|
|
|
1308
1407
|
};
|
|
1309
1408
|
const textInputSettings = {
|
|
1310
1409
|
icons: {
|
|
1311
|
-
acceptIcon: ForwardRef$
|
|
1312
|
-
clearIcon: ForwardRef$
|
|
1313
|
-
dropdownIcon: ForwardRef$
|
|
1314
|
-
searchIcon: ForwardRef$
|
|
1410
|
+
acceptIcon: ForwardRef$O,
|
|
1411
|
+
clearIcon: ForwardRef$Q,
|
|
1412
|
+
dropdownIcon: ForwardRef$P,
|
|
1413
|
+
searchIcon: ForwardRef$M,
|
|
1315
1414
|
},
|
|
1316
1415
|
sizes: {
|
|
1317
1416
|
default: '36',
|
|
@@ -1342,6 +1441,7 @@ const settings = {
|
|
|
1342
1441
|
numericInput: numericInputSettings,
|
|
1343
1442
|
paginator: paginatorSettings,
|
|
1344
1443
|
pickerInput: pickerInputSettings,
|
|
1444
|
+
presetsPanel: presetsPanelSettings,
|
|
1345
1445
|
radioInput: radioInputSettings,
|
|
1346
1446
|
rangeDatePicker: rangeDatePickerSettings,
|
|
1347
1447
|
rating: ratingSettings,
|
|
@@ -1355,7 +1455,7 @@ const settings = {
|
|
|
1355
1455
|
textInput: textInputSettings,
|
|
1356
1456
|
};
|
|
1357
1457
|
|
|
1358
|
-
var css$1u = {"root":"
|
|
1458
|
+
var css$1u = {"root":"OADag8"};
|
|
1359
1459
|
|
|
1360
1460
|
function applyButtonMods(mods) {
|
|
1361
1461
|
return [
|
|
@@ -1373,7 +1473,7 @@ const Button = /* @__PURE__ */withMods(uuiComponents.Button, applyButtonMods, ()
|
|
|
1373
1473
|
};
|
|
1374
1474
|
});
|
|
1375
1475
|
|
|
1376
|
-
var css$1t = {"root":"
|
|
1476
|
+
var css$1t = {"root":"HSk8SZ"};
|
|
1377
1477
|
|
|
1378
1478
|
function applyIconButtonMods(props) {
|
|
1379
1479
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1t.root];
|
|
@@ -1410,7 +1510,7 @@ function getIconClass(props) {
|
|
|
1410
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'];
|
|
1411
1511
|
}
|
|
1412
1512
|
|
|
1413
|
-
var css$1s = {"root":"
|
|
1513
|
+
var css$1s = {"root":"mwlI48"};
|
|
1414
1514
|
|
|
1415
1515
|
const DEFAULT_COLOR = 'primary';
|
|
1416
1516
|
const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
@@ -1440,7 +1540,7 @@ const LinkButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1440
1540
|
props.isDropdown && (React.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1441
1541
|
});
|
|
1442
1542
|
|
|
1443
|
-
var css$1r = {"root":"
|
|
1543
|
+
var css$1r = {"root":"QvcLcQ"};
|
|
1444
1544
|
|
|
1445
1545
|
const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
1446
1546
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -1452,7 +1552,7 @@ const CountIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1452
1552
|
]) }, props.caption));
|
|
1453
1553
|
});
|
|
1454
1554
|
|
|
1455
|
-
var css$1q = {"root":"
|
|
1555
|
+
var css$1q = {"root":"_-56kay","withNotify":"rI0xbX"};
|
|
1456
1556
|
|
|
1457
1557
|
const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
1458
1558
|
const styles = [
|
|
@@ -1480,14 +1580,14 @@ const TabButton = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1480
1580
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1481
1581
|
});
|
|
1482
1582
|
|
|
1483
|
-
var css$1p = {"root":"
|
|
1583
|
+
var css$1p = {"root":"KCQ6o3"};
|
|
1484
1584
|
|
|
1485
1585
|
function applyVerticalTabButtonMods() {
|
|
1486
1586
|
return [css$1p.root, 'uui-vertical-tab-button'];
|
|
1487
1587
|
}
|
|
1488
1588
|
const VerticalTabButton = /* @__PURE__ */withMods(TabButton, applyVerticalTabButtonMods);
|
|
1489
1589
|
|
|
1490
|
-
var css$1o = {"root":"
|
|
1590
|
+
var css$1o = {"root":"_4Rn0QF"};
|
|
1491
1591
|
|
|
1492
1592
|
function applyCheckboxMods(mods) {
|
|
1493
1593
|
return [
|
|
@@ -1505,7 +1605,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
1505
1605
|
};
|
|
1506
1606
|
const Checkbox = /* @__PURE__ */withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1507
1607
|
|
|
1508
|
-
var css$1n = {"root":"
|
|
1608
|
+
var css$1n = {"root":"PEzKhN"};
|
|
1509
1609
|
|
|
1510
1610
|
function applyRadioInputMods(mods) {
|
|
1511
1611
|
return [
|
|
@@ -1517,7 +1617,7 @@ function applyRadioInputMods(mods) {
|
|
|
1517
1617
|
}
|
|
1518
1618
|
const RadioInput = /* @__PURE__ */withMods(RadioInput$1, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
|
|
1519
1619
|
|
|
1520
|
-
var css$1m = {"root":"
|
|
1620
|
+
var css$1m = {"root":"SgNphB"};
|
|
1521
1621
|
|
|
1522
1622
|
function applySwitchMods(mods) {
|
|
1523
1623
|
return [
|
|
@@ -1541,7 +1641,7 @@ var EditMode;
|
|
|
1541
1641
|
EditMode["INLINE"] = "inline";
|
|
1542
1642
|
})(EditMode || (EditMode = {}));
|
|
1543
1643
|
|
|
1544
|
-
var textInputCss = {"root":"
|
|
1644
|
+
var textInputCss = {"root":"pqyPe0"};
|
|
1545
1645
|
|
|
1546
1646
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
1547
1647
|
function applyTextInputMods(mods) {
|
|
@@ -1566,7 +1666,7 @@ const SearchInput = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
1566
1666
|
} }));
|
|
1567
1667
|
});
|
|
1568
1668
|
|
|
1569
|
-
var css$1l = {"root":"
|
|
1669
|
+
var css$1l = {"root":"Cwv3tZ"};
|
|
1570
1670
|
|
|
1571
1671
|
const ControlGroup = /* @__PURE__ */withMods(ControlGroup$1, () => [css$1l.root, 'uui-control-group']);
|
|
1572
1672
|
|
|
@@ -1582,7 +1682,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1582
1682
|
}
|
|
1583
1683
|
const MultiSwitch = /* @__PURE__ */React.forwardRef(MultiSwitchComponent);
|
|
1584
1684
|
|
|
1585
|
-
var css$1k = {"root":"
|
|
1685
|
+
var css$1k = {"root":"rMdBgP"};
|
|
1586
1686
|
|
|
1587
1687
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
1588
1688
|
function applyNumericInputMods(mods) {
|
|
@@ -1602,7 +1702,7 @@ const NumericInput = /* @__PURE__ */withMods(NumericInput$1, applyNumericInputMo
|
|
|
1602
1702
|
};
|
|
1603
1703
|
});
|
|
1604
1704
|
|
|
1605
|
-
var css$1j = {"root":"
|
|
1705
|
+
var css$1j = {"root":"zvxTpi"};
|
|
1606
1706
|
|
|
1607
1707
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
1608
1708
|
function applyTextAreaMods(mods) {
|
|
@@ -1643,7 +1743,7 @@ function TREE_SHAKEABLE_INIT$1() {
|
|
|
1643
1743
|
};
|
|
1644
1744
|
}
|
|
1645
1745
|
|
|
1646
|
-
var css$1i = {"root":"
|
|
1746
|
+
var css$1i = {"root":"h-pR8A","main-path":"aQgTL6","mainPath":"aQgTL6","content-wrapper":"pGPbp9","contentWrapper":"pGPbp9","content":"_0Gb4KZ","action-wrapper":"vHm0p-","actionWrapper":"vHm0p-","icon-wrapper":"ClPEbG","iconWrapper":"ClPEbG","icon":"D3ywEa","close-icon":"eEV-CT","closeIcon":"eEV-CT"};
|
|
1647
1747
|
|
|
1648
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 },
|
|
1649
1749
|
React.createElement("div", { className: css$1i.mainPath },
|
|
@@ -1661,7 +1761,7 @@ const ErrorAlert = /* @__PURE__ */React.forwardRef((props, ref) => React.createE
|
|
|
1661
1761
|
|
|
1662
1762
|
const Dropdown = /* @__PURE__ */withMods(Dropdown$1);
|
|
1663
1763
|
|
|
1664
|
-
var css$1h = {"root":"
|
|
1764
|
+
var css$1h = {"root":"nvf-os"};
|
|
1665
1765
|
|
|
1666
1766
|
function applyDropdownContainerMods(mods) {
|
|
1667
1767
|
return [
|
|
@@ -1672,7 +1772,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1672
1772
|
}
|
|
1673
1773
|
const DropdownContainer = /* @__PURE__ */withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1674
1774
|
|
|
1675
|
-
var css$1g = {"submenu-root-item-rtl":"
|
|
1775
|
+
var css$1g = {"submenu-root-item-rtl":"DPQjb4","submenuRootItemRtl":"DPQjb4","icon-after":"q6WIlK","iconAfter":"q6WIlK","submenu-root-item":"RRAdJj","submenuRootItem":"RRAdJj","icon-check":"tzIW1v","iconCheck":"tzIW1v","splitter-root":"LF-G4p","splitterRoot":"LF-G4p","splitter":"liGrxD","header-root":"LBVShm","headerRoot":"LBVShm","item-root":"LXMMbo","itemRoot":"LXMMbo","icon":"_5yph-V","link":"yYq2Cj","indent":"ygx-6L","selected-mark":"HigkAX","selectedMark":"HigkAX"};
|
|
1676
1776
|
|
|
1677
1777
|
var IDropdownControlKeys;
|
|
1678
1778
|
(function (IDropdownControlKeys) {
|
|
@@ -1802,7 +1902,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1802
1902
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1803
1903
|
}
|
|
1804
1904
|
|
|
1805
|
-
var css$1f = {"root":"
|
|
1905
|
+
var css$1f = {"root":"ygs8og","mode-block":"_7r98ga","modeBlock":"_7r98ga","mode-inline":"VQ-VwF","modeInline":"VQ-VwF","padding-0":"D4tGka","padding0":"D4tGka","padding-6":"yI2TPI","padding6":"yI2TPI","padding-12":"mlZ7vj","padding12":"mlZ7vj","padding-18":"WQL9MZ","padding18":"WQL9MZ"};
|
|
1806
1906
|
|
|
1807
1907
|
function applyAccordionMods(mods) {
|
|
1808
1908
|
return [
|
|
@@ -1815,7 +1915,7 @@ const Accordion = /* @__PURE__ */withMods(uuiComponents.Accordion, applyAccordio
|
|
|
1815
1915
|
dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
|
|
1816
1916
|
}));
|
|
1817
1917
|
|
|
1818
|
-
var css$1e = {"root":"
|
|
1918
|
+
var css$1e = {"root":"hhTHMv","align-items":"ccj0CA","alignItems":"ccj0CA","justify-content":"_89mBhI","justifyContent":"_89mBhI","border-top":"d7xc7r","borderTop":"d7xc7r","border-bottom":"-BG-0M","borderBottom":"-BG-0M","top-shadow":"w03gLs","topShadow":"w03gLs","padding":"ogO6hR","margin":"lJ0RrJ","vPadding":"jRPIB-","column-gap":"ZirHzp","columnGap":"ZirHzp","row-gap":"AU2kVp","rowGap":"AU2kVp","spacing":"eYl8I0"};
|
|
1819
1919
|
|
|
1820
1920
|
const FlexCell = /* @__PURE__ */withMods(FlexCell$1, () => [css$1e.flexCell]);
|
|
1821
1921
|
|
|
@@ -1860,7 +1960,7 @@ const FlexRow = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
1860
1960
|
} }, props.children));
|
|
1861
1961
|
});
|
|
1862
1962
|
|
|
1863
|
-
var css$1d = {"root":"
|
|
1963
|
+
var css$1d = {"root":"-HazSY","margin-24":"SHumNn","margin24":"SHumNn","padding-12":"dXaN0D","padding12":"dXaN0D","padding-24":"kYY7Hv","padding24":"kYY7Hv","shadow":"WZCc31","uui-surface-main":"vaLkli","uuiSurfaceMain":"vaLkli"};
|
|
1864
1964
|
|
|
1865
1965
|
const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
1866
1966
|
'uui-panel',
|
|
@@ -1870,7 +1970,7 @@ const Panel = /* @__PURE__ */withMods(VPanel, (props) => [
|
|
|
1870
1970
|
props.background && css$1d[`uui-${props.background}`],
|
|
1871
1971
|
]);
|
|
1872
1972
|
|
|
1873
|
-
var css$1c = {"root":"
|
|
1973
|
+
var css$1c = {"root":"BmvSiL"};
|
|
1874
1974
|
|
|
1875
1975
|
function applyTooltipMods(mods) {
|
|
1876
1976
|
return [
|
|
@@ -1880,7 +1980,7 @@ function applyTooltipMods(mods) {
|
|
|
1880
1980
|
}
|
|
1881
1981
|
const Tooltip = /* @__PURE__ */withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1882
1982
|
|
|
1883
|
-
var css$1b = {"root":"
|
|
1983
|
+
var css$1b = {"root":"Z1ldWE"};
|
|
1884
1984
|
|
|
1885
1985
|
function applyLabeledInputMods(mods) {
|
|
1886
1986
|
return [
|
|
@@ -1897,7 +1997,7 @@ function applyLabeledInputProps(props) {
|
|
|
1897
1997
|
}
|
|
1898
1998
|
const LabeledInput = /* @__PURE__ */withMods(uuiComponents.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
|
|
1899
1999
|
|
|
1900
|
-
var css$1a = {"root":"
|
|
2000
|
+
var css$1a = {"root":"udsFqR"};
|
|
1901
2001
|
|
|
1902
2002
|
function RadioGroup(props) {
|
|
1903
2003
|
const direction = props.direction || 'vertical';
|
|
@@ -1912,7 +2012,7 @@ function RadioGroup(props) {
|
|
|
1912
2012
|
})));
|
|
1913
2013
|
}
|
|
1914
2014
|
|
|
1915
|
-
var css$19 = {"root":"
|
|
2015
|
+
var css$19 = {"root":"DUwRpB"};
|
|
1916
2016
|
|
|
1917
2017
|
function applyScrollBarsMods() {
|
|
1918
2018
|
return [
|
|
@@ -1921,9 +2021,9 @@ function applyScrollBarsMods() {
|
|
|
1921
2021
|
}
|
|
1922
2022
|
const ScrollBars = /* @__PURE__ */withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1923
2023
|
|
|
1924
|
-
var css$18 = {"scroll-container":"
|
|
2024
|
+
var css$18 = {"scroll-container":"sSLdTg","scrollContainer":"sSLdTg","list-container":"zpsnWn","listContainer":"zpsnWn"};
|
|
1925
2025
|
|
|
1926
|
-
var css$17 = {"root":"
|
|
2026
|
+
var css$17 = {"root":"mcIcBz"};
|
|
1927
2027
|
|
|
1928
2028
|
const Blocker = /* @__PURE__ */withMods(Blocker$1, () => [css$17.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
|
|
1929
2029
|
|
|
@@ -1969,7 +2069,7 @@ const VirtualListView = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1969
2069
|
React.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1970
2070
|
});
|
|
1971
2071
|
|
|
1972
|
-
var css$16 = {"root":"
|
|
2072
|
+
var css$16 = {"root":"pU0x-7"};
|
|
1973
2073
|
|
|
1974
2074
|
function CheckboxGroup(props) {
|
|
1975
2075
|
const currentValue = props.value || [];
|
|
@@ -1991,7 +2091,7 @@ function CheckboxGroup(props) {
|
|
|
1991
2091
|
})));
|
|
1992
2092
|
}
|
|
1993
2093
|
|
|
1994
|
-
var css$15 = {"root":"
|
|
2094
|
+
var css$15 = {"root":"nMSHDb","modal-blocker":"SzReWn","modalBlocker":"SzReWn","animateModalBlocker":"sTqUk1","modal":"_3MTb4z","modal-footer":"we1Sf1","modalFooter":"we1Sf1","border-top":"mwcZ5r","borderTop":"mwcZ5r","modal-header":"Ogpz3v","modalHeader":"Ogpz3v","border-bottom":"_1bq2E4","borderBottom":"_1bq2E4"};
|
|
1995
2095
|
|
|
1996
2096
|
const ModalBlocker = /* @__PURE__ */withMods(ModalBlocker$1, () => [css$15.modalBlocker]);
|
|
1997
2097
|
const ModalWindow = /* @__PURE__ */withMods(ModalWindow$1, () => [css$15.root, css$15.modal], (props) => {
|
|
@@ -2181,7 +2281,7 @@ const TREE_SHAKEABLE_INIT = () => ({
|
|
|
2181
2281
|
});
|
|
2182
2282
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
2183
2283
|
|
|
2184
|
-
var css$14 = {"root":"
|
|
2284
|
+
var css$14 = {"root":"ZLNL06","icon-wrapper":"fi7MTq","iconWrapper":"fi7MTq","action-wrapper":"Ke7ggT","actionWrapper":"Ke7ggT","close-icon":"BZsaRb","closeIcon":"BZsaRb","main-path":"_4Heoji","mainPath":"_4Heoji","content":"V9B35m","close-wrapper":"aHNG4A","closeWrapper":"aHNG4A","clear-notifications":"Jac6ZD","clearNotifications":"Jac6ZD"};
|
|
2185
2285
|
|
|
2186
2286
|
const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
2187
2287
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -2197,11 +2297,11 @@ const NotificationCard = /* @__PURE__ */React__default.forwardRef((props, ref) =
|
|
|
2197
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 },
|
|
2198
2298
|
React__default.createElement("div", { className: css$14.mainPath },
|
|
2199
2299
|
props.icon && (React__default.createElement("div", { className: css$14.iconWrapper },
|
|
2200
|
-
React__default.createElement(IconContainer, { size:
|
|
2300
|
+
React__default.createElement(IconContainer, { size: settings.notificationCard.sizes.icon, icon: props.icon }))),
|
|
2201
2301
|
React__default.createElement("div", { className: css$14.content },
|
|
2202
2302
|
props.children,
|
|
2203
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 })))))),
|
|
2204
|
-
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') },
|
|
2205
2305
|
React__default.createElement(IconButton, { icon: settings.notificationCard.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$14.closeIcon }))))));
|
|
2206
2306
|
});
|
|
2207
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 })));
|
|
@@ -2210,11 +2310,11 @@ const HintNotification = /* @__PURE__ */React__default.forwardRef((props, ref) =
|
|
|
2210
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 })));
|
|
2211
2311
|
function ClearNotification() {
|
|
2212
2312
|
const uuiCtx = useUuiContext();
|
|
2213
|
-
return (React__default.createElement("div", { className: cx(css$14.
|
|
2313
|
+
return (React__default.createElement("div", { className: cx(css$14.clearNotifications, 'uui-clear-notifications') },
|
|
2214
2314
|
React__default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
2215
2315
|
}
|
|
2216
2316
|
|
|
2217
|
-
var css$13 = {"footer":"
|
|
2317
|
+
var css$13 = {"footer":"P-dQel"};
|
|
2218
2318
|
|
|
2219
2319
|
class ConfirmationModal extends React.Component {
|
|
2220
2320
|
render() {
|
|
@@ -2256,7 +2356,7 @@ function useReliableForceUpdate() {
|
|
|
2256
2356
|
return red[1];
|
|
2257
2357
|
}
|
|
2258
2358
|
|
|
2259
|
-
var css$12 = {"root":"
|
|
2359
|
+
var css$12 = {"root":"Gm5gtw","timepicker-input":"_4QAG90","timepickerInput":"_4QAG90","ltr-always":"XE4mXR","ltrAlways":"XE4mXR"};
|
|
2260
2360
|
|
|
2261
2361
|
const uuiTimePicker = {
|
|
2262
2362
|
container: 'uui-timepicker-container',
|
|
@@ -2298,20 +2398,20 @@ function TimePickerBody(props) {
|
|
|
2298
2398
|
return (React.createElement("div", { className: cx$1(css$12.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef, ...props.rawProps },
|
|
2299
2399
|
React.createElement("div", { className: css$12.ltrAlways },
|
|
2300
2400
|
React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2301
|
-
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()) }),
|
|
2302
2402
|
React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
|
|
2303
2403
|
.set(props.value)
|
|
2304
2404
|
.format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
|
|
2305
|
-
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()) })),
|
|
2306
2406
|
React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2307
|
-
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 }),
|
|
2308
2408
|
React.createElement(NumericInput$1, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
|
|
2309
|
-
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 }))),
|
|
2310
2410
|
MAX_HOURS === FORMAT_12H && (React.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2311
|
-
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2411
|
+
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
|
|
2312
2412
|
React.createElement(TextInput$1, { cx: uuiTimePicker.input, onValueChange: () => {
|
|
2313
2413
|
}, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
|
|
2314
|
-
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2414
|
+
React.createElement(IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
|
|
2315
2415
|
}
|
|
2316
2416
|
|
|
2317
2417
|
const getMeridian = (newValue, format) => {
|
|
@@ -2449,7 +2549,7 @@ function TimePicker(props) {
|
|
|
2449
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 }));
|
|
2450
2550
|
}
|
|
2451
2551
|
|
|
2452
|
-
var css$11 = {"root":"
|
|
2552
|
+
var css$11 = {"root":"IOV4Iv"};
|
|
2453
2553
|
|
|
2454
2554
|
function applyInputAddonMods() {
|
|
2455
2555
|
return [
|
|
@@ -2458,14 +2558,14 @@ function applyInputAddonMods() {
|
|
|
2458
2558
|
}
|
|
2459
2559
|
const InputAddon = /* @__PURE__ */withMods(InputAddon$1, applyInputAddonMods);
|
|
2460
2560
|
|
|
2461
|
-
var css$10 = {"root":"
|
|
2561
|
+
var css$10 = {"root":"_7Sh7We"};
|
|
2462
2562
|
|
|
2463
2563
|
function applySliderMods() {
|
|
2464
2564
|
return [css$10.root, 'uui-color-neutral'];
|
|
2465
2565
|
}
|
|
2466
2566
|
const Slider = /* @__PURE__ */withMods(Slider$1, applySliderMods);
|
|
2467
2567
|
|
|
2468
|
-
var css$$ = {"root":"
|
|
2568
|
+
var css$$ = {"root":"-kn6vK","tooltip":"Gl6aXv"};
|
|
2469
2569
|
|
|
2470
2570
|
function applyRatingMods(mods) {
|
|
2471
2571
|
return [
|
|
@@ -2479,7 +2579,7 @@ const Rating = /* @__PURE__ */withMods(uuiComponents.Rating, applyRatingMods, (p
|
|
|
2479
2579
|
Tooltip,
|
|
2480
2580
|
}));
|
|
2481
2581
|
|
|
2482
|
-
var css$_ = {"root":"
|
|
2582
|
+
var css$_ = {"root":"vX5be-","container":"xysMtA"};
|
|
2483
2583
|
|
|
2484
2584
|
const defaultFormat = 'MMM D, YYYY';
|
|
2485
2585
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2690,14 +2790,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2690
2790
|
React.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2691
2791
|
}
|
|
2692
2792
|
|
|
2693
|
-
var css$Z = {"root":"
|
|
2793
|
+
var css$Z = {"root":"_40kYas"};
|
|
2694
2794
|
|
|
2695
2795
|
function applyDateSelectionMods() {
|
|
2696
2796
|
return [css$Z.root, `uui-size-${settings.datePicker.sizes.body}`];
|
|
2697
2797
|
}
|
|
2698
2798
|
const Calendar = /* @__PURE__ */withMods(Calendar$1, applyDateSelectionMods);
|
|
2699
2799
|
|
|
2700
|
-
var css$Y = {"root":"
|
|
2800
|
+
var css$Y = {"root":"_1LrhLD"};
|
|
2701
2801
|
|
|
2702
2802
|
const uuiDatePickerBody = {
|
|
2703
2803
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2823,7 +2923,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2823
2923
|
}
|
|
2824
2924
|
const DatePicker = /* @__PURE__ */React__default.forwardRef(DatePickerComponent);
|
|
2825
2925
|
|
|
2826
|
-
var css$X = {"date-input":"
|
|
2926
|
+
var css$X = {"date-input":"iCUGgB","dateInput":"iCUGgB","root":"K3vrTI","separator":"y78KHQ"};
|
|
2827
2927
|
|
|
2828
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) => {
|
|
2829
2929
|
const [inputValue, setInputValue] = useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2874,7 +2974,7 @@ const RangeDatePickerInput = /* @__PURE__ */forwardRef(({ isDisabled, isInvalid,
|
|
|
2874
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 })));
|
|
2875
2975
|
});
|
|
2876
2976
|
|
|
2877
|
-
var css$W = {"root":"
|
|
2977
|
+
var css$W = {"root":"WpZWSu"};
|
|
2878
2978
|
|
|
2879
2979
|
const uuiPresets = {
|
|
2880
2980
|
container: 'uui-presets-container',
|
|
@@ -2894,7 +2994,7 @@ function CalendarPresets(props) {
|
|
|
2894
2994
|
getPresets(props.presets).map((item) => (React.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
|
|
2895
2995
|
}
|
|
2896
2996
|
|
|
2897
|
-
var css$V = {"root":"
|
|
2997
|
+
var css$V = {"root":"M90XqM","container":"qglxpo","day-selection":"HSwrrk","daySelection":"HSwrrk","from-picker":"idtrY6","fromPicker":"idtrY6","to-picker":"_1g2CEw","toPicker":"_1g2CEw","bodes-wrapper":"SaBBbp","bodesWrapper":"SaBBbp","blocker":"RIuYV0"};
|
|
2898
2998
|
|
|
2899
2999
|
const uuiRangeDatePickerBody = {
|
|
2900
3000
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3035,15 +3135,15 @@ function RangeDatePickerBodyComp(props, ref) {
|
|
|
3035
3135
|
});
|
|
3036
3136
|
}, presets: presets })));
|
|
3037
3137
|
};
|
|
3038
|
-
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 },
|
|
3039
3139
|
React__default.createElement(FlexRow, { cx: [view === 'DAY_SELECTION' && css$V.daySelection, css$V.container], alignItems: "top" },
|
|
3040
3140
|
React__default.createElement(FlexCell, { width: "auto" },
|
|
3041
3141
|
React__default.createElement(FlexRow, null,
|
|
3042
3142
|
React__default.createElement(FlexRow, { cx: css$V.bodesWrapper, alignItems: "top" },
|
|
3043
|
-
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) => {
|
|
3044
3144
|
setMonth(m);
|
|
3045
3145
|
}, onViewChange: (v) => setView(v), filter: props.filter, isHoliday: props.isHoliday, renderDay: props.renderDay || renderDay, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'to' }),
|
|
3046
|
-
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) => {
|
|
3047
3147
|
setMonth(m.subtract(1, 'month'));
|
|
3048
3148
|
}, onViewChange: (v) => setView(v), filter: props.filter, renderDay: props.renderDay || renderDay, isHoliday: props.isHoliday, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'from' }),
|
|
3049
3149
|
view !== 'DAY_SELECTION' && (React__default.createElement("div", { style: {
|
|
@@ -3066,10 +3166,10 @@ const getDayCX = (day, selectedDate) => {
|
|
|
3066
3166
|
&& fromValue !== toValue;
|
|
3067
3167
|
const isFirst = dayValue === fromValue;
|
|
3068
3168
|
const isLast = dayValue === toValue;
|
|
3069
|
-
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)];
|
|
3070
3170
|
};
|
|
3071
3171
|
|
|
3072
|
-
var css$U = {"dropdown-container":"
|
|
3172
|
+
var css$U = {"dropdown-container":"-ArUst","dropdownContainer":"-ArUst"};
|
|
3073
3173
|
|
|
3074
3174
|
const modifiers = [{
|
|
3075
3175
|
name: 'offset',
|
|
@@ -3137,7 +3237,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3137
3237
|
}
|
|
3138
3238
|
const RangeDatePicker = /* @__PURE__ */React__default.forwardRef(RangeDatePickerComponent);
|
|
3139
3239
|
|
|
3140
|
-
var css$T = {"root":"
|
|
3240
|
+
var css$T = {"root":"lmIFVh","blocker":"_7Hx0X5","marker":"sgsJix","top":"_2akI9I","bottom":"AElEkL","left":"EzTkBt","right":"PdAviX","inside":"yBTUfN"};
|
|
3141
3241
|
|
|
3142
3242
|
function DropMarker(props) {
|
|
3143
3243
|
return props.isDndInProgress
|
|
@@ -3154,7 +3254,7 @@ function DropMarker(props) {
|
|
|
3154
3254
|
|
|
3155
3255
|
const RichTextView = /* @__PURE__ */withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.richTextView.sizes.default}`]);
|
|
3156
3256
|
|
|
3157
|
-
var css$S = {"modal":"
|
|
3257
|
+
var css$S = {"modal":"Z9RZjN","search-wrapper":"Wx9ue3","searchWrapper":"Wx9ue3","no-data":"ddHpjG","noData":"ddHpjG"};
|
|
3158
3258
|
|
|
3159
3259
|
class DataPickerBody extends PickerBodyBase {
|
|
3160
3260
|
constructor() {
|
|
@@ -3231,7 +3331,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3231
3331
|
}
|
|
3232
3332
|
const DataPickerFooter = /* @__PURE__ */React__default.memo(DataPickerFooterImpl);
|
|
3233
3333
|
|
|
3234
|
-
var css$R = {"header":"
|
|
3334
|
+
var css$R = {"header":"JiY0Sr","title":"YMI6N4","close":"Bzpw08"};
|
|
3235
3335
|
|
|
3236
3336
|
const DataPickerHeaderImpl = (props) => {
|
|
3237
3337
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -3241,11 +3341,11 @@ const DataPickerHeaderImpl = (props) => {
|
|
|
3241
3341
|
};
|
|
3242
3342
|
const DataPickerHeader = /* @__PURE__ */React__default.memo(DataPickerHeaderImpl);
|
|
3243
3343
|
|
|
3244
|
-
var css$Q = {"root":"
|
|
3344
|
+
var css$Q = {"root":"oG5UtH"};
|
|
3245
3345
|
|
|
3246
3346
|
const AvatarStack = /* @__PURE__ */withMods(AvatarStack$1, () => [css$Q.root]);
|
|
3247
3347
|
|
|
3248
|
-
var css$P = {"root":"
|
|
3348
|
+
var css$P = {"root":"gteP-Y"};
|
|
3249
3349
|
|
|
3250
3350
|
const DEFAULT_FILL = 'solid';
|
|
3251
3351
|
function applyBadgeMods(mods) {
|
|
@@ -3273,7 +3373,7 @@ const Badge = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
3273
3373
|
props.isDropdown && (React__default.createElement(IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
3274
3374
|
});
|
|
3275
3375
|
|
|
3276
|
-
var css$O = {"root":"
|
|
3376
|
+
var css$O = {"root":"_6jQ64p"};
|
|
3277
3377
|
|
|
3278
3378
|
function applyTagMods(props) {
|
|
3279
3379
|
return [
|
|
@@ -3301,7 +3401,7 @@ const Tag = /* @__PURE__ */React__default.forwardRef((props, ref) => {
|
|
|
3301
3401
|
props.onClear && !props.isDisabled && (React__default.createElement(IconContainer, { cx: uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
3302
3402
|
});
|
|
3303
3403
|
|
|
3304
|
-
var css$N = {"root":"
|
|
3404
|
+
var css$N = {"root":"_3P44U-","page":"e0Z5M9","spacer":"V9p9-H","mode-ghost":"p-Nk5V","modeGhost":"p-Nk5V"};
|
|
3305
3405
|
|
|
3306
3406
|
function Paginator(props) {
|
|
3307
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 },
|
|
@@ -3318,14 +3418,14 @@ function Paginator(props) {
|
|
|
3318
3418
|
return React__default.createElement(Paginator$1, { ...props, render: renderPaginator });
|
|
3319
3419
|
}
|
|
3320
3420
|
|
|
3321
|
-
var css$M = {"root":"
|
|
3421
|
+
var css$M = {"root":"_4V3YMi","progress-bar":"_8hKyAR","progressBar":"_8hKyAR","progressBar-indeterminate":"uUXs5E","progressBarIndeterminate":"uUXs5E","size-12":"T43fcj","size12":"T43fcj","size-18":"W0TNLs","size18":"W0TNLs","size-24":"f-mU84","size24":"f-mU84"};
|
|
3322
3422
|
|
|
3323
3423
|
const IndeterminateBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3324
3424
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$M.root, css$M[`size-${props.size || 12}`]) },
|
|
3325
3425
|
React.createElement("div", { className: cx(css$M.progressBar) })));
|
|
3326
3426
|
});
|
|
3327
3427
|
|
|
3328
|
-
var css$L = {"root":"
|
|
3428
|
+
var css$L = {"root":"ars3z8","striped":"_8iqRMR","animate-stripes":"Jb-ROI","animateStripes":"Jb-ROI","size-12":"m64yto","size12":"m64yto","size-18":"oMfeA7","size18":"oMfeA7","size-24":"xfBubh","size24":"xfBubh"};
|
|
3329
3429
|
|
|
3330
3430
|
const DEFAULT_SIZE = '12';
|
|
3331
3431
|
function applyProgressBarMods(mods) {
|
|
@@ -3340,14 +3440,14 @@ const ProgressBar = /* @__PURE__ */withMods(uuiComponents.ProgressBar, applyProg
|
|
|
3340
3440
|
hideLabel: props.hideLabel || props.striped,
|
|
3341
3441
|
}));
|
|
3342
3442
|
|
|
3343
|
-
var css$K = {"root":"
|
|
3443
|
+
var css$K = {"root":"gdlqiC"};
|
|
3344
3444
|
|
|
3345
3445
|
const IndicatorBar = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3346
3446
|
const { progress } = props;
|
|
3347
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) }));
|
|
3348
3448
|
});
|
|
3349
3449
|
|
|
3350
|
-
var css$J = {"root":"
|
|
3450
|
+
var css$J = {"root":"_4BSuxC"};
|
|
3351
3451
|
|
|
3352
3452
|
const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
3353
3453
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -3362,7 +3462,7 @@ const StatusIndicator = /* @__PURE__ */forwardRef((props, ref) => {
|
|
|
3362
3462
|
React__default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
3363
3463
|
});
|
|
3364
3464
|
|
|
3365
|
-
var css$I = {"drag-handle":"
|
|
3465
|
+
var css$I = {"drag-handle":"ueUlUX","dragHandle":"ueUlUX","icon-container":"hIXwlO","iconContainer":"hIXwlO"};
|
|
3366
3466
|
|
|
3367
3467
|
function DataRowAddons(props) {
|
|
3368
3468
|
const row = props.rowProps;
|
|
@@ -3383,7 +3483,7 @@ function DataRowAddons(props) {
|
|
|
3383
3483
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.dataTable.sizes.body.iconMap[props.size || settings.dataTable.sizes.body.row] }))))));
|
|
3384
3484
|
}
|
|
3385
3485
|
|
|
3386
|
-
var css$H = {"root":"
|
|
3486
|
+
var css$H = {"root":"zmG8pX","align-widgets-top":"mNkg33","alignWidgetsTop":"mNkg33","align-widgets-center":"pLsbJJ","alignWidgetsCenter":"pLsbJJ","icon-container":"J4Adhq","iconContainer":"J4Adhq","content-wrapper":"xQBeVB","contentWrapper":"xQBeVB","render-item":"gCFJcn","renderItem":"gCFJcn","icon-wrapper":"rxKzdI","iconWrapper":"rxKzdI","icon-default":"xbD8BN","iconDefault":"xbD8BN","selected-mark":"_672dUe","selectedMark":"_672dUe"};
|
|
3387
3487
|
|
|
3388
3488
|
function DataPickerCell(props) {
|
|
3389
3489
|
const ref = React.useRef();
|
|
@@ -3421,7 +3521,7 @@ function DataPickerCell(props) {
|
|
|
3421
3521
|
getWrappedContent()));
|
|
3422
3522
|
}
|
|
3423
3523
|
|
|
3424
|
-
var css$G = {"picker-row":"
|
|
3524
|
+
var css$G = {"picker-row":"_8sunJF","pickerRow":"_8sunJF"};
|
|
3425
3525
|
|
|
3426
3526
|
class DataPickerRow extends React.Component {
|
|
3427
3527
|
constructor() {
|
|
@@ -3435,7 +3535,7 @@ class DataPickerRow extends React.Component {
|
|
|
3435
3535
|
}
|
|
3436
3536
|
}
|
|
3437
3537
|
|
|
3438
|
-
var css$F = {"done":"
|
|
3538
|
+
var css$F = {"done":"_05WTM-","container":"JEDu8Q"};
|
|
3439
3539
|
|
|
3440
3540
|
const PickerBodyMobileView = (props) => {
|
|
3441
3541
|
const isMobileView = isMobile();
|
|
@@ -3512,7 +3612,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3512
3612
|
return getDecoratedText(str, ranges);
|
|
3513
3613
|
};
|
|
3514
3614
|
|
|
3515
|
-
var css$E = {"root":"
|
|
3615
|
+
var css$E = {"root":"kUC1rV","column-gap":"sGCMys","columnGap":"sGCMys","title":"SYPJi8","subtitle":"Db4B5M","disabled":"Ijj9tg","multiline":"CknqNe"};
|
|
3516
3616
|
|
|
3517
3617
|
function PickerItem(props) {
|
|
3518
3618
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
|
|
@@ -3533,7 +3633,7 @@ function getAvatarSize(size, isMultiline) {
|
|
|
3533
3633
|
return settings.pickerInput.sizes.body[isMultiline ? 'itemAvatarMultilineMap' : 'itemAvatarMap'][size];
|
|
3534
3634
|
}
|
|
3535
3635
|
|
|
3536
|
-
var css$D = {"sub-header-wrapper":"
|
|
3636
|
+
var css$D = {"sub-header-wrapper":"GbVfL-","subHeaderWrapper":"GbVfL-","switch":"vrCY4k","no-found-modal-container":"dA6eR2","noFoundModalContainer":"dA6eR2","no-found-modal-container-icon":"M2piiW","noFoundModalContainerIcon":"M2piiW","no-found-modal-container-text":"lE3fmI","noFoundModalContainerText":"lE3fmI"};
|
|
3537
3637
|
|
|
3538
3638
|
function PickerModal(props) {
|
|
3539
3639
|
const { view, selection, dataSourceStateLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = usePickerModal(props);
|
|
@@ -3588,7 +3688,7 @@ function PickerModal(props) {
|
|
|
3588
3688
|
React__default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3589
3689
|
}
|
|
3590
3690
|
|
|
3591
|
-
var css$C = {"tooltip":"
|
|
3691
|
+
var css$C = {"tooltip":"aJghw1"};
|
|
3592
3692
|
|
|
3593
3693
|
const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3594
3694
|
const tagProps = {
|
|
@@ -3607,7 +3707,7 @@ const PickerTogglerTag = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3607
3707
|
}
|
|
3608
3708
|
});
|
|
3609
3709
|
|
|
3610
|
-
var css$B = {"root":"
|
|
3710
|
+
var css$B = {"root":"VA3soz"};
|
|
3611
3711
|
|
|
3612
3712
|
const defaultMode = EditMode.FORM;
|
|
3613
3713
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3708,7 +3808,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3708
3808
|
}
|
|
3709
3809
|
const PickerInput = /* @__PURE__ */React__default.forwardRef(PickerInputComponent);
|
|
3710
3810
|
|
|
3711
|
-
var css$A = {"row":"
|
|
3811
|
+
var css$A = {"row":"hn3fIe"};
|
|
3712
3812
|
|
|
3713
3813
|
function PickerListItem(props) {
|
|
3714
3814
|
let label;
|
|
@@ -3728,7 +3828,7 @@ function PickerListItem(props) {
|
|
|
3728
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));
|
|
3729
3829
|
}
|
|
3730
3830
|
|
|
3731
|
-
var css$z = {"root":"
|
|
3831
|
+
var css$z = {"root":"_1H65me"};
|
|
3732
3832
|
|
|
3733
3833
|
function PickerList(props) {
|
|
3734
3834
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = usePickerList(props);
|
|
@@ -3763,7 +3863,7 @@ function PickerList(props) {
|
|
|
3763
3863
|
}, selectedRows)));
|
|
3764
3864
|
}
|
|
3765
3865
|
|
|
3766
|
-
var css$y = {"root":"
|
|
3866
|
+
var css$y = {"root":"PEs6O7","wrapper":"UN3-S-","align-widgets-top":"vuSdsC","alignWidgetsTop":"vuSdsC","align-widgets-center":"_7-kgDR","alignWidgetsCenter":"_7-kgDR"};
|
|
3767
3867
|
|
|
3768
3868
|
function DataTableCell(initialProps) {
|
|
3769
3869
|
const props = { ...initialProps };
|
|
@@ -3803,6 +3903,8 @@ function DataTableCell(initialProps) {
|
|
|
3803
3903
|
props.isLastColumn && 'uui-dt-last-column',
|
|
3804
3904
|
css$y[`align-widgets-${props.alignActions || 'top'}`],
|
|
3805
3905
|
(props.border || isEditable) && 'uui-dt-vertical-cell-border',
|
|
3906
|
+
props.isDisabled && uuiMod.disabled,
|
|
3907
|
+
props.isReadonly && uuiMod.readonly,
|
|
3806
3908
|
];
|
|
3807
3909
|
props.style = {
|
|
3808
3910
|
'--uui-dt-cell-padding-start': getLeftPadding(),
|
|
@@ -3811,7 +3913,7 @@ function DataTableCell(initialProps) {
|
|
|
3811
3913
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3812
3914
|
}
|
|
3813
3915
|
|
|
3814
|
-
var css$x = {"root":"
|
|
3916
|
+
var css$x = {"root":"Al83d-"};
|
|
3815
3917
|
|
|
3816
3918
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3817
3919
|
// 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.
|
|
@@ -3827,7 +3929,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3827
3929
|
];
|
|
3828
3930
|
}, () => propsMods);
|
|
3829
3931
|
|
|
3830
|
-
var css$w = {"sorting-panel-container":"
|
|
3932
|
+
var css$w = {"sorting-panel-container":"BdguDy","sortingPanelContainer":"BdguDy"};
|
|
3831
3933
|
|
|
3832
3934
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
3833
3935
|
const sortAsc = useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -3852,7 +3954,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3852
3954
|
};
|
|
3853
3955
|
const ColumnHeaderDropdown = /* @__PURE__ */React__default.memo(ColumnHeaderDropdownImpl);
|
|
3854
3956
|
|
|
3855
|
-
var css$v = {"root":"
|
|
3957
|
+
var css$v = {"root":"B3pgt7","caption-wrapper":"_60YL0I","captionWrapper":"_60YL0I","sort-icon":"Syzfxw","sortIcon":"Syzfxw","dropdown-icon":"FSguwV","dropdownIcon":"FSguwV","infoIcon":"_8GoHoD","resizable":"-Oznw4","align-right":"qvEyYN","alignRight":"qvEyYN","align-center":"KqqnGe","alignCenter":"KqqnGe","caption":"_7yU-dF","truncate":"Jgt8uv","upper-case":"bypD3a","upperCase":"bypD3a","checkbox":"NPraA4","icon":"K6XpWw","fold-all-icon":"gGswy2","foldAllIcon":"gGswy2","cell-tooltip":"MOB6ez","cellTooltip":"MOB6ez","resizing-marker":"WxU-9B","resizingMarker":"WxU-9B","pinned-right":"uExrGJ","pinnedRight":"uExrGJ","draggable":"LCforG","ghost":"hwM6eA","is-dragged-out":"_1ew2tx","isDraggedOut":"_1ew2tx","dnd-marker-left":"GfdVug","dndMarkerLeft":"GfdVug","dnd-marker-right":"TE1Di6","dndMarkerRight":"TE1Di6","cell-tooltip-wrapper":"RPWfZ0","cellTooltipWrapper":"RPWfZ0","cell-tooltip-text":"U2F6RS","cellTooltipText":"U2F6RS","tooltip-caption":"Hcq5sm","tooltipCaption":"Hcq5sm","tooltip-info":"OvPucH","tooltipInfo":"OvPucH"};
|
|
3856
3958
|
|
|
3857
3959
|
class DataTableHeaderCell extends React.Component {
|
|
3858
3960
|
constructor() {
|
|
@@ -3873,7 +3975,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3873
3975
|
this.props.size >= '48' && css$v.truncate,
|
|
3874
3976
|
]);
|
|
3875
3977
|
return (React.createElement("div", { className: cx$1(css$v.captionWrapper, css$v['align-' + this.props.column.textAlign], uuiDataTableHeaderCell.uuiTableHeaderCaptionWrapper) },
|
|
3876
|
-
React.createElement(Tooltip, { placement: "top", color: "inverted", content: renderTooltip(this.props.column), cx: css$v.cellTooltip, openDelay: 600 },
|
|
3978
|
+
React.createElement(Tooltip, { placement: "top", color: "inverted", content: renderTooltip(this.props.column), cx: [css$v.cellTooltip, 'uui-dt-header-tooltip'], openDelay: 600 },
|
|
3877
3979
|
React.createElement("div", { key: "text", className: captionCx }, this.props.column.caption)),
|
|
3878
3980
|
this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React.createElement(IconButton, { key: "sort", cx: cx$1(css$v.icon, css$v.sortIcon, this.props.sortDirection && css$v.sortIconActive, uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: settings.dataTable.icons.header[this.props.sortDirection === 'desc' ? 'descSortIcon' : this.props.sortDirection === 'asc' ? 'ascSortIcon' : 'defaultSortIcon'] })),
|
|
3879
3981
|
this.props.isFilterActive && (React.createElement(IconButton, { key: "filter", cx: cx$1(css$v.icon, !this.props.sortDirection && css$v.filterIcon, uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: settings.dataTable.icons.header.filterIcon })),
|
|
@@ -3946,7 +4048,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3946
4048
|
}
|
|
3947
4049
|
}
|
|
3948
4050
|
|
|
3949
|
-
var css$u = {"root":"
|
|
4051
|
+
var css$u = {"root":"FjeTvW","caption-wrapper":"VwM8iG","captionWrapper":"VwM8iG","align-center":"_4OXnjr","alignCenter":"_4OXnjr","caption":"BTI-Tc","truncate":"_8oRs82","upper-case":"GOGHx2","upperCase":"GOGHx2","group-cell-tooltip":"OZyu8G","groupCellTooltip":"OZyu8G","group-cell-tooltip-wrapper":"cruDON","groupCellTooltipWrapper":"cruDON","group-cell-tooltip-text":"L-9AeE","groupCellTooltipText":"L-9AeE","tooltip-caption":"qecu37","tooltipCaption":"qecu37","tooltip-info":"wDwLy7","tooltipInfo":"wDwLy7"};
|
|
3950
4052
|
|
|
3951
4053
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3952
4054
|
constructor() {
|
|
@@ -3986,7 +4088,7 @@ class DataTableHeaderGroupCell extends React.Component {
|
|
|
3986
4088
|
}
|
|
3987
4089
|
}
|
|
3988
4090
|
|
|
3989
|
-
var css$t = {"root":"
|
|
4091
|
+
var css$t = {"root":"XEJu6q"};
|
|
3990
4092
|
|
|
3991
4093
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3992
4094
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
@@ -3998,9 +4100,12 @@ const UUI_FILTERS_PANEL_ADD_BUTTON = 'uui-filters-panel-add-button';
|
|
|
3998
4100
|
const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
3999
4101
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
4000
4102
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
4103
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = 'uui-filters-panel-item-toggler-title';
|
|
4104
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler-selection';
|
|
4105
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
|
|
4001
4106
|
const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
|
|
4002
4107
|
|
|
4003
|
-
var css$s = {"root":"
|
|
4108
|
+
var css$s = {"root":"F6Hzv-","title-wrapper":"ipCLW3","titleWrapper":"ipCLW3","title":"C5rY7J","text-wrapper":"_9tL9lz","textWrapper":"_9tL9lz","selection":"RTDvaG","postfix":"RX7iSm","selected":"_65-vil"};
|
|
4004
4109
|
|
|
4005
4110
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4006
4111
|
const togglerPickerOpened = (e) => {
|
|
@@ -4023,14 +4128,14 @@ const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4023
4128
|
};
|
|
4024
4129
|
const getTitle = props.predicateName ? `${props.title} ${props.predicateName}` : `${props.title}${props.selection ? ':' : ''}`;
|
|
4025
4130
|
const getSelectionText = () => props.selection.map((i, index) => (React.createElement(React.Fragment, { key: `${i}${index}` },
|
|
4026
|
-
React.createElement(
|
|
4131
|
+
React.createElement("div", { className: cx(css$s.selection, UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION) }, i),
|
|
4027
4132
|
(props.postfix || index !== props.selection.length - 1) && React.createElement("span", null, ",\u00A0"))));
|
|
4028
4133
|
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 },
|
|
4029
4134
|
React.createElement("div", { className: css$s.titleWrapper },
|
|
4030
|
-
React.createElement(
|
|
4135
|
+
React.createElement("div", { className: cx(css$s.title, UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE) }, getTitle),
|
|
4031
4136
|
props.selection && (React.createElement("div", { className: css$s.textWrapper },
|
|
4032
4137
|
getSelectionText(),
|
|
4033
|
-
props.postfix && (React.createElement(
|
|
4138
|
+
props.postfix && (React.createElement("div", { className: cx(css$s.postfix, UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX) }, props.postfix))))),
|
|
4034
4139
|
!props.isDisabled && React.createElement(IconContainer, { icon: settings.filtersPanel.icons.itemDropdownIcon, flipY: props.isOpen, cx: "uui-icon-dropdown" })));
|
|
4035
4140
|
});
|
|
4036
4141
|
|
|
@@ -4168,7 +4273,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4168
4273
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
4169
4274
|
}
|
|
4170
4275
|
|
|
4171
|
-
var css$r = {"container":"
|
|
4276
|
+
var css$r = {"container":"vpA1cX"};
|
|
4172
4277
|
|
|
4173
4278
|
function FilterNumericBody(props) {
|
|
4174
4279
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -4212,12 +4317,12 @@ function FilterNumericBody(props) {
|
|
|
4212
4317
|
return (React__default.createElement(FlexRow, { padding: "12" },
|
|
4213
4318
|
React__default.createElement(FlexSpacer, null),
|
|
4214
4319
|
React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
4215
|
-
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : '
|
|
4320
|
+
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : 'footerLinkButton'], caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
|
|
4216
4321
|
};
|
|
4217
4322
|
if (isInRangePredicate) {
|
|
4218
4323
|
const value = props.value;
|
|
4219
4324
|
return (React__default.createElement("div", null,
|
|
4220
|
-
React__default.createElement(FlexRow, { padding: "12", alignItems: "center",
|
|
4325
|
+
React__default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$r.container },
|
|
4221
4326
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
4222
4327
|
React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4223
4328
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
@@ -4248,7 +4353,7 @@ function FilterItemBody(props) {
|
|
|
4248
4353
|
}
|
|
4249
4354
|
}
|
|
4250
4355
|
|
|
4251
|
-
var css$q = {"body":"
|
|
4356
|
+
var css$q = {"body":"WKmXRR","header":"_5w20SY","title":"_0cT4Ff","removeButton":"_2b-9PW","with-search":"_5-XV9G","withSearch":"_5-XV9G"};
|
|
4252
4357
|
|
|
4253
4358
|
function useView(props, value) {
|
|
4254
4359
|
const forceUpdate = useForceUpdate();
|
|
@@ -4351,7 +4456,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4351
4456
|
};
|
|
4352
4457
|
const getPickerItemName = (item, config) => {
|
|
4353
4458
|
if (item.isLoading) {
|
|
4354
|
-
return
|
|
4459
|
+
return settings.filtersPanel.renderPlaceholder();
|
|
4355
4460
|
}
|
|
4356
4461
|
if (item.isUnknown) {
|
|
4357
4462
|
return 'Unknown';
|
|
@@ -4554,88 +4659,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4554
4659
|
}
|
|
4555
4660
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4556
4661
|
|
|
4557
|
-
var css$p = {"
|
|
4558
|
-
|
|
4559
|
-
var _path$9;
|
|
4560
|
-
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); }
|
|
4561
|
-
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
4562
|
-
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
4563
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4564
|
-
width: 24,
|
|
4565
|
-
height: 24,
|
|
4566
|
-
viewBox: "0 0 24 24",
|
|
4567
|
-
ref: ref
|
|
4568
|
-
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
4569
|
-
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"
|
|
4570
|
-
})));
|
|
4571
|
-
};
|
|
4572
|
-
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgActionSaveOutline);
|
|
4573
|
-
|
|
4574
|
-
var _path$8;
|
|
4575
|
-
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); }
|
|
4576
|
-
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
4577
|
-
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
4578
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4579
|
-
width: 24,
|
|
4580
|
-
height: 24,
|
|
4581
|
-
viewBox: "0 0 24 24",
|
|
4582
|
-
ref: ref
|
|
4583
|
-
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
4584
|
-
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"
|
|
4585
|
-
})));
|
|
4586
|
-
};
|
|
4587
|
-
var ForwardRef$8 = /*#__PURE__*/forwardRef(SvgContentEditUndoOutline);
|
|
4588
|
-
|
|
4589
|
-
var _path$7;
|
|
4590
|
-
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); }
|
|
4591
|
-
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
4592
|
-
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
4593
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4594
|
-
width: 24,
|
|
4595
|
-
height: 24,
|
|
4596
|
-
viewBox: "0 0 24 24",
|
|
4597
|
-
ref: ref
|
|
4598
|
-
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
|
4599
|
-
fillRule: "evenodd",
|
|
4600
|
-
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",
|
|
4601
|
-
clipRule: "evenodd"
|
|
4602
|
-
})));
|
|
4603
|
-
};
|
|
4604
|
-
var ForwardRef$7 = /*#__PURE__*/forwardRef(SvgActionCopyContentOutline);
|
|
4605
|
-
|
|
4606
|
-
var _path$6;
|
|
4607
|
-
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); }
|
|
4608
|
-
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
4609
|
-
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
4610
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4611
|
-
width: 24,
|
|
4612
|
-
height: 24,
|
|
4613
|
-
viewBox: "0 0 24 24",
|
|
4614
|
-
ref: ref
|
|
4615
|
-
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
|
4616
|
-
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"
|
|
4617
|
-
})));
|
|
4618
|
-
};
|
|
4619
|
-
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgContentEditFill);
|
|
4620
|
-
|
|
4621
|
-
var _path$5, _path2;
|
|
4622
|
-
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); }
|
|
4623
|
-
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
4624
|
-
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
4625
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4626
|
-
width: 24,
|
|
4627
|
-
height: 24,
|
|
4628
|
-
viewBox: "0 0 24 24",
|
|
4629
|
-
ref: ref
|
|
4630
|
-
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
|
4631
|
-
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"
|
|
4632
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
4633
|
-
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"
|
|
4634
|
-
})));
|
|
4635
|
-
};
|
|
4636
|
-
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgContentLinkOutline);
|
|
4637
|
-
|
|
4638
|
-
var css$o = {"delete-button":"ITNgki","deleteButton":"ITNgki","tab-button":"GOfUKC","tabButton":"GOfUKC","targetOpen":"Yx-cpV"};
|
|
4662
|
+
var css$p = {"delete-button":"Xn6gFw","deleteButton":"Xn6gFw","tab-button":"UjPw0D","tabButton":"UjPw0D","targetOpen":"_3ySq4s"};
|
|
4639
4663
|
|
|
4640
4664
|
function PresetActionsDropdown(props) {
|
|
4641
4665
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4660,7 +4684,7 @@ function PresetActionsDropdown(props) {
|
|
|
4660
4684
|
const successNotificationHandler = useCallback((text) => {
|
|
4661
4685
|
uuiNotifications
|
|
4662
4686
|
.show((props) => (React__default.createElement(SuccessNotification, { ...props },
|
|
4663
|
-
React__default.createElement(
|
|
4687
|
+
React__default.createElement("div", { className: "uui-presets-panel-notification-text" }, text))), { duration: 3 })
|
|
4664
4688
|
.catch(() => null);
|
|
4665
4689
|
}, []);
|
|
4666
4690
|
const saveInCurrentHandler = useCallback(() => {
|
|
@@ -4683,32 +4707,32 @@ function PresetActionsDropdown(props) {
|
|
|
4683
4707
|
const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
|
|
4684
4708
|
return (React__default.createElement(DropdownMenuBody, { ...dropdownProps },
|
|
4685
4709
|
isPresetChanged && (React__default.createElement(React__default.Fragment, null,
|
|
4686
|
-
!isReadonlyPreset && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon:
|
|
4687
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon:
|
|
4710
|
+
!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(); } })),
|
|
4711
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: settings.presetsPanel.icons.saveAsNewIcon, caption: "Save as new",
|
|
4688
4712
|
// 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
|
|
4689
4713
|
onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
|
|
4690
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon:
|
|
4714
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: settings.presetsPanel.icons.discardChangesIcon, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
|
|
4691
4715
|
React__default.createElement(DropdownMenuSplitter, { key: "discard-splitter" }))),
|
|
4692
|
-
isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon:
|
|
4693
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon:
|
|
4694
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon:
|
|
4716
|
+
isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: settings.presetsPanel.icons.renameIcon, caption: "Rename", onClick: props.renamePreset })),
|
|
4717
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: settings.presetsPanel.icons.copyIcon, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
|
|
4718
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: settings.presetsPanel.icons.copyLinkIcon, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
4695
4719
|
!isReadonlyPreset && (React__default.createElement(React__default.Fragment, null,
|
|
4696
4720
|
React__default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
4697
|
-
React__default.createElement(DropdownMenuButton, { icon:
|
|
4721
|
+
React__default.createElement(DropdownMenuButton, { icon: settings.presetsPanel.icons.deleteIcon, caption: "Delete", cx: css$p.deleteButton, onClick: deleteHandler })))));
|
|
4698
4722
|
};
|
|
4699
4723
|
const renderTarget = useCallback((dropdownProps) => {
|
|
4700
|
-
return (React__default.createElement(IconButton, { cx: [css$
|
|
4724
|
+
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 }));
|
|
4701
4725
|
}, []);
|
|
4702
4726
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4703
4727
|
}
|
|
4704
4728
|
|
|
4705
|
-
var css$n = {"preset-input-cell":"ORuLWh","presetInputCell":"ORuLWh","preset-input":"Dxhku2","presetInput":"Dxhku2"};
|
|
4706
|
-
|
|
4707
4729
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4708
4730
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
4709
4731
|
const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
|
|
4710
4732
|
const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
|
|
4711
4733
|
|
|
4734
|
+
var css$o = {"preset-input-cell":"nBIHXP","presetInputCell":"nBIHXP","preset-input":"SxuqCm","presetInput":"SxuqCm"};
|
|
4735
|
+
|
|
4712
4736
|
function PresetInput(props) {
|
|
4713
4737
|
const [presetCaption, setPresetCaption] = useState(props.preset?.name || '');
|
|
4714
4738
|
const [readonly, setReadonly] = useState(false);
|
|
@@ -4730,11 +4754,11 @@ function PresetInput(props) {
|
|
|
4730
4754
|
}
|
|
4731
4755
|
props.onCancel();
|
|
4732
4756
|
}, [presetCaption.length, props.onCancel]);
|
|
4733
|
-
return (React__default.createElement(FlexCell, { cx: [css$
|
|
4734
|
-
React__default.createElement(TextInput, { cx: css$
|
|
4757
|
+
return (React__default.createElement(FlexCell, { cx: [css$o.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
|
|
4758
|
+
React__default.createElement(TextInput, { cx: css$o.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4735
4759
|
}
|
|
4736
4760
|
|
|
4737
|
-
var css$
|
|
4761
|
+
var css$n = {"preset":"QaxCPX","activePreset":"mBmJyC"};
|
|
4738
4762
|
|
|
4739
4763
|
function Preset(props) {
|
|
4740
4764
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4756,25 +4780,10 @@ function Preset(props) {
|
|
|
4756
4780
|
}, [props.preset]);
|
|
4757
4781
|
const isPresetActive = props.activePresetId === props.preset.id;
|
|
4758
4782
|
const PresetActionsDropdownComponent = useCallback(() => React__default.createElement(PresetActionsDropdown, { renamePreset: setPresetForRename, ...props }), [props.preset, props.tableState, props.activePresetId]);
|
|
4759
|
-
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$
|
|
4783
|
+
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 }))));
|
|
4760
4784
|
}
|
|
4761
4785
|
|
|
4762
|
-
var
|
|
4763
|
-
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); }
|
|
4764
|
-
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
4765
|
-
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
4766
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4767
|
-
width: 24,
|
|
4768
|
-
height: 24,
|
|
4769
|
-
viewBox: "0 0 24 24",
|
|
4770
|
-
ref: ref
|
|
4771
|
-
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
|
4772
|
-
fillRule: "evenodd",
|
|
4773
|
-
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",
|
|
4774
|
-
clipRule: "evenodd"
|
|
4775
|
-
})));
|
|
4776
|
-
};
|
|
4777
|
-
var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgActionDeleteForeverFill);
|
|
4786
|
+
var css$m = {"divider":"vZjXP7","dropdownDeleteIcon":"WRQV3j","presetsWrapper":"ZtDQCx","addPresetContainer":"y94l-2","dropContainer":"aSCm8q"};
|
|
4778
4787
|
|
|
4779
4788
|
function PresetsPanel(props) {
|
|
4780
4789
|
const [isAddingPreset, setIsAddingPreset] = useState(false);
|
|
@@ -4789,16 +4798,16 @@ function PresetsPanel(props) {
|
|
|
4789
4798
|
return React__default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
|
|
4790
4799
|
};
|
|
4791
4800
|
const renderAddPresetButton = useCallback(() => {
|
|
4792
|
-
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$
|
|
4801
|
+
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 }))));
|
|
4793
4802
|
}, [isAddingPreset]);
|
|
4794
4803
|
const onPresetDropdownSelect = (preset) => {
|
|
4795
4804
|
props.choosePreset(preset.preset);
|
|
4796
4805
|
};
|
|
4797
4806
|
const renderMoreButtonDropdown = (item, hiddenItems) => {
|
|
4798
4807
|
return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
|
|
4799
|
-
React__default.createElement("div", { className: css$
|
|
4808
|
+
React__default.createElement("div", { className: css$m.divider }),
|
|
4800
4809
|
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 },
|
|
4801
|
-
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 &&
|
|
4810
|
+
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)) })))))) }));
|
|
4802
4811
|
};
|
|
4803
4812
|
const getPresetPriority = (preset, index) => {
|
|
4804
4813
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -4819,7 +4828,7 @@ function PresetsPanel(props) {
|
|
|
4819
4828
|
];
|
|
4820
4829
|
};
|
|
4821
4830
|
return (React__default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
|
|
4822
|
-
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$
|
|
4831
|
+
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$m.presetsWrapper },
|
|
4823
4832
|
React__default.createElement(AdaptivePanel, { items: getPanelItems() }))));
|
|
4824
4833
|
}
|
|
4825
4834
|
|
|
@@ -4860,7 +4869,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4860
4869
|
return columns;
|
|
4861
4870
|
};
|
|
4862
4871
|
|
|
4863
|
-
var css$l = {"unpin-icon":"
|
|
4872
|
+
var css$l = {"unpin-icon":"KqyjbV","unpinIcon":"KqyjbV","pin-toggler-icon":"xyAwy9","pinTogglerIcon":"xyAwy9"};
|
|
4864
4873
|
|
|
4865
4874
|
function PinIconButton(props) {
|
|
4866
4875
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4902,7 +4911,7 @@ function getUnpinIcon(params) {
|
|
|
4902
4911
|
}
|
|
4903
4912
|
}
|
|
4904
4913
|
|
|
4905
|
-
var css$k = {"row-wrapper":"
|
|
4914
|
+
var css$k = {"row-wrapper":"V9NCTO","rowWrapper":"V9NCTO","pin-icon-button":"NfxrYd","pinIconButton":"NfxrYd","not-pinned":"_7PMI9i","notPinned":"_7PMI9i","checkbox":"C35u5f","drag-handle":"ZAjyAI","dragHandle":"ZAjyAI","dnd-disabled":"nG-MK8","dndDisabled":"nG-MK8"};
|
|
4906
4915
|
|
|
4907
4916
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4908
4917
|
const { column } = props;
|
|
@@ -4925,7 +4934,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4925
4934
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4926
4935
|
});
|
|
4927
4936
|
|
|
4928
|
-
var css$j = {"root":"
|
|
4937
|
+
var css$j = {"root":"_3vvySR","main-panel":"C7YP78","mainPanel":"C7YP78","group":"UnnD1z","group-title":"OZu8vH","groupTitle":"OZu8vH","group-items":"IRRkso","groupItems":"IRRkso","no-data":"tAOtGR","noData":"tAOtGR","no-data-title":"jHawa-","noDataTitle":"jHawa-","no-data-sub-title":"wZYMqy","noDataSubTitle":"wZYMqy","h-divider":"FnCJwO","hDivider":"FnCJwO","search-area":"_-1DxmA","searchArea":"_-1DxmA","subgroup-accordion":"DfkSg2","subgroupAccordion":"DfkSg2","subgroup":"-hiAWQ","subgroup-title":"Tw-YAL","subgroupTitle":"Tw-YAL"};
|
|
4929
4938
|
|
|
4930
4939
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4931
4940
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -5027,7 +5036,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
5027
5036
|
return [children, rest];
|
|
5028
5037
|
};
|
|
5029
5038
|
|
|
5030
|
-
var css$i = {"listContainer":"
|
|
5039
|
+
var css$i = {"listContainer":"VrRk0t","header":"gPi-KU","group":"_4nJL-H","stickyHeader":"_23MCQ7"};
|
|
5031
5040
|
|
|
5032
5041
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
5033
5042
|
const rowRef = useRef();
|
|
@@ -5062,12 +5071,12 @@ function DataRowsGroups({ rows, renderRow, top = 1, }) {
|
|
|
5062
5071
|
}
|
|
5063
5072
|
|
|
5064
5073
|
function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, renderRow, headerRef, }) {
|
|
5065
|
-
return (React__default.createElement("div", { className: css$i.listContainer, style: { minHeight: `${estimatedHeight}px` } },
|
|
5074
|
+
return (React__default.createElement("div", { className: cx(css$i.listContainer, 'uui-dt-data_row_container'), style: { minHeight: `${estimatedHeight}px` } },
|
|
5066
5075
|
React__default.createElement("div", { ref: listContainerRef, role: "rowgroup", style: { marginTop: offsetY } },
|
|
5067
5076
|
React__default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
5068
5077
|
}
|
|
5069
5078
|
|
|
5070
|
-
var css$h = {"root":"
|
|
5079
|
+
var css$h = {"root":"Gq6XNb","sticky-header":"S7tAGP","stickyHeader":"S7tAGP","no-results":"Q0LgqT","noResults":"Q0LgqT","icon":"SBT7CI","title":"hOf-G9"};
|
|
5071
5080
|
|
|
5072
5081
|
function DataTable(props) {
|
|
5073
5082
|
const { uuiModals } = useUuiContext();
|
|
@@ -5099,7 +5108,7 @@ function DataTable(props) {
|
|
|
5099
5108
|
props.columns, config, defaultConfig, props.value, props.onValueChange, props.renderColumnsConfigurationModal,
|
|
5100
5109
|
]);
|
|
5101
5110
|
const renderRowsContainer = React.useCallback(({ listContainerRef, estimatedHeight, offsetY, scrollShadows }) => (React.createElement(React.Fragment, null,
|
|
5102
|
-
React.createElement("div", { className: css$h.stickyHeader, ref: headerRef },
|
|
5111
|
+
React.createElement("div", { className: cx$1(css$h.stickyHeader, 'uui-dt-sticky_header'), ref: headerRef },
|
|
5103
5112
|
React.createElement(DataTableHeaderRow, { columns: columns, columnGroups: props.columnGroups, onConfigButtonClick: props.showColumnsConfig && onConfigurationButtonClick, selectAll: props.selectAll, size: props.headerSize || settings.dataTable.sizes.header.row, textCase: props.headerTextCase, allowColumnsReordering: props.allowColumnsReordering, allowColumnsResizing: props.allowColumnsResizing, showFoldAll: props.showFoldAll, value: { ...props.value, columnsConfig: config }, onValueChange: props.onValueChange, columnsGap: props.columnsGap }),
|
|
5104
5113
|
React.createElement("div", { className: cx$1(uuiScrollShadows.top, {
|
|
5105
5114
|
[uuiScrollShadows.topVisible]: scrollShadows.verticalTop,
|
|
@@ -5116,9 +5125,9 @@ function DataTable(props) {
|
|
|
5116
5125
|
} }))));
|
|
5117
5126
|
}
|
|
5118
5127
|
|
|
5119
|
-
var css$g = {"root":"
|
|
5128
|
+
var css$g = {"root":"XBu-sN"};
|
|
5120
5129
|
|
|
5121
|
-
var css$f = {"root":"
|
|
5130
|
+
var css$f = {"root":"Wb-k2-","burger-content":"_3ddw4B","burgerContent":"_3ddw4B"};
|
|
5122
5131
|
|
|
5123
5132
|
var _path$3;
|
|
5124
5133
|
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); }
|
|
@@ -5140,7 +5149,7 @@ function applyBurgerMods() {
|
|
|
5140
5149
|
}
|
|
5141
5150
|
const Burger = /* @__PURE__ */withMods(Burger$1, applyBurgerMods, () => ({
|
|
5142
5151
|
burgerIcon: ForwardRef$3,
|
|
5143
|
-
crossIcon: ForwardRef$
|
|
5152
|
+
crossIcon: ForwardRef$Q,
|
|
5144
5153
|
burgerContentCx: css$f.burgerContent,
|
|
5145
5154
|
}));
|
|
5146
5155
|
|
|
@@ -5161,7 +5170,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5161
5170
|
};
|
|
5162
5171
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5163
5172
|
|
|
5164
|
-
var css$e = {"root":"
|
|
5173
|
+
var css$e = {"root":"NWN-lE","button-primary":"ivCl8M","buttonPrimary":"ivCl8M","button-secondary":"YtqjIM","buttonSecondary":"YtqjIM","hasIcon":"GVpqBR","dropdown":"rD8vTR"};
|
|
5165
5174
|
|
|
5166
5175
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5167
5176
|
css$e.root,
|
|
@@ -5172,13 +5181,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5172
5181
|
props.icon && css$e.hasIcon,
|
|
5173
5182
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5174
5183
|
|
|
5175
|
-
var css$d = {"search-input":"
|
|
5184
|
+
var css$d = {"search-input":"KkCdB9","searchInput":"KkCdB9"};
|
|
5176
5185
|
|
|
5177
5186
|
function BurgerSearch(props) {
|
|
5178
|
-
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
5187
|
+
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 }));
|
|
5179
5188
|
}
|
|
5180
5189
|
|
|
5181
|
-
var css$c = {"root":"
|
|
5190
|
+
var css$c = {"root":"z2ilc1","group-header":"_3uVDzx","groupHeader":"_3uVDzx","group-name":"w59X1G","groupName":"w59X1G","line":"LaTqee"};
|
|
5182
5191
|
|
|
5183
5192
|
function BurgerGroupHeader(props) {
|
|
5184
5193
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5186,7 +5195,7 @@ function BurgerGroupHeader(props) {
|
|
|
5186
5195
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5187
5196
|
}
|
|
5188
5197
|
|
|
5189
|
-
var css$b = {"root":"
|
|
5198
|
+
var css$b = {"root":"_3lkVhY","type-primary":"wuyxKk","typePrimary":"wuyxKk","type-secondary":"GJm-Tx","typeSecondary":"GJm-Tx"};
|
|
5190
5199
|
|
|
5191
5200
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5192
5201
|
const { type, ...clickableProps } = props;
|
|
@@ -5205,10 +5214,10 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5205
5214
|
props.caption && (React.createElement("div", { className: uuiElement.caption }, props.caption)),
|
|
5206
5215
|
props.count !== undefined && props.count !== null && (React.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
|
|
5207
5216
|
props.icon && props.iconPosition === 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: props.onIconClick })),
|
|
5208
|
-
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$
|
|
5217
|
+
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5209
5218
|
});
|
|
5210
5219
|
|
|
5211
|
-
var css$a = {"dropdown-body":"
|
|
5220
|
+
var css$a = {"dropdown-body":"PTVTSZ","dropdownBody":"PTVTSZ"};
|
|
5212
5221
|
|
|
5213
5222
|
class MainMenuDropdown extends React.Component {
|
|
5214
5223
|
render() {
|
|
@@ -5266,28 +5275,28 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5266
5275
|
};
|
|
5267
5276
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5268
5277
|
|
|
5269
|
-
var css$9 = {"global-menu-btn":"
|
|
5278
|
+
var css$9 = {"global-menu-btn":"Zw0BYa","globalMenuBtn":"Zw0BYa","global-menu-icon":"HiQpCI","globalMenuIcon":"HiQpCI"};
|
|
5270
5279
|
|
|
5271
5280
|
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 },
|
|
5272
5281
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5273
5282
|
|
|
5274
|
-
var css$8 = {"container":"
|
|
5283
|
+
var css$8 = {"container":"hAD8l-","open":"h1dcVi","folding-arrow":"WCSi1T","foldingArrow":"WCSi1T"};
|
|
5275
5284
|
|
|
5276
5285
|
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 },
|
|
5277
5286
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
5278
5287
|
props.icon && React.createElement(IconContainer, { icon: props.icon }),
|
|
5279
5288
|
props.isDropdown && (React.createElement("div", null,
|
|
5280
|
-
React.createElement(IconContainer, { size: 18, icon: ForwardRef$
|
|
5289
|
+
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5281
5290
|
|
|
5282
|
-
var css$7 = {"search-input":"
|
|
5291
|
+
var css$7 = {"search-input":"mG1sab","searchInput":"mG1sab"};
|
|
5283
5292
|
|
|
5284
|
-
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$
|
|
5293
|
+
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 })) })));
|
|
5285
5294
|
|
|
5286
|
-
var css$6 = {"container":"
|
|
5295
|
+
var css$6 = {"container":"h9USfp"};
|
|
5287
5296
|
|
|
5288
5297
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5289
5298
|
|
|
5290
|
-
var css$5 = {"root":"
|
|
5299
|
+
var css$5 = {"root":"XSYOV4"};
|
|
5291
5300
|
|
|
5292
5301
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5293
5302
|
|
|
@@ -5345,7 +5354,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5345
5354
|
};
|
|
5346
5355
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5347
5356
|
|
|
5348
|
-
var css$4 = {"root":"
|
|
5357
|
+
var css$4 = {"root":"osQ4SL","drop-start":"I4NV8g","dropStart":"I4NV8g","drop-over":"WLRdIz","dropOver":"WLRdIz","link":"dyR52s","drop-area":"_4HiOR-","dropArea":"_4HiOR-","drop-caption":"rAmtrQ","dropCaption":"rAmtrQ","icon-blue":"x6xc6C","iconBlue":"x6xc6C"};
|
|
5349
5358
|
|
|
5350
5359
|
function DropSpot(props) {
|
|
5351
5360
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5363,7 +5372,7 @@ function DropSpot(props) {
|
|
|
5363
5372
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5364
5373
|
}
|
|
5365
5374
|
|
|
5366
|
-
var css$3 = {"root":"
|
|
5375
|
+
var css$3 = {"root":"jz1jXI"};
|
|
5367
5376
|
|
|
5368
5377
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5369
5378
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5374,7 +5383,7 @@ const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5374
5383
|
React.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5375
5384
|
});
|
|
5376
5385
|
|
|
5377
|
-
var css$2 = {"root":"
|
|
5386
|
+
var css$2 = {"root":"_4vYTX0","file-name":"K6ewty","fileName":"K6ewty","default-color":"HBLNbq","defaultColor":"HBLNbq","doc-color":"TsuW5P","docColor":"TsuW5P","xls-color":"mvw7kr","xlsColor":"mvw7kr","pdf-color":"-j1VwZ","pdfColor":"-j1VwZ","movie-color":"ySK-6g","movieColor":"ySK-6g","img-color":"sHcpZC","imgColor":"sHcpZC","mov-color":"hYmFsD","movColor":"hYmFsD","error-block":"PqMa-a","errorBlock":"PqMa-a","icons-block":"UUEyBH","iconsBlock":"UUEyBH"};
|
|
5378
5387
|
|
|
5379
5388
|
const FileCard = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5380
5389
|
const [isLoadingShow, setIsLoadingShow] = React.useState(true);
|
|
@@ -5493,7 +5502,7 @@ const getErrorPageConfig = () => ({
|
|
|
5493
5502
|
},
|
|
5494
5503
|
});
|
|
5495
5504
|
|
|
5496
|
-
var css$1 = {"container":"
|
|
5505
|
+
var css$1 = {"container":"VLYVPX"};
|
|
5497
5506
|
|
|
5498
5507
|
const ErrorPage = (props) => {
|
|
5499
5508
|
const isMobileScreen = isMobile();
|
|
@@ -5505,7 +5514,7 @@ const ErrorPage = (props) => {
|
|
|
5505
5514
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5506
5515
|
};
|
|
5507
5516
|
|
|
5508
|
-
var css = {"recovery-spinner":"
|
|
5517
|
+
var css = {"recovery-spinner":"RzIqo3","recoverySpinner":"RzIqo3","recovery-message":"pY9sWx","recoveryMessage":"pY9sWx","modal-blocker":"_9nqP8O","modalBlocker":"_9nqP8O","modalFadeIn":"l-myf7"};
|
|
5509
5518
|
|
|
5510
5519
|
function ErrorHandler(props) {
|
|
5511
5520
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|