@epam/uui 5.13.3-beta.14 → 5.13.3-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/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/index.esm.js +512 -505
- package/index.esm.js.map +1 -1
- package/index.js +512 -505
- 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 +19 -1
- package/styles.css +1103 -1047
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -16,24 +16,9 @@ import customParseFormat from 'dayjs/plugin/customParseFormat.js';
|
|
|
16
16
|
import isoWeek from 'dayjs/plugin/isoWeek.js';
|
|
17
17
|
import FocusLock from 'react-focus-lock';
|
|
18
18
|
|
|
19
|
-
var _path$R;
|
|
20
|
-
function _extends$R() { return _extends$R = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$R.apply(null, arguments); }
|
|
21
|
-
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
22
|
-
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
width: 24,
|
|
25
|
-
height: 24,
|
|
26
|
-
viewBox: "0 0 24 24",
|
|
27
|
-
ref: ref
|
|
28
|
-
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19z"
|
|
30
|
-
})));
|
|
31
|
-
};
|
|
32
|
-
var ForwardRef$R = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
|
|
33
|
-
|
|
34
19
|
var _path$Q;
|
|
35
20
|
function _extends$Q() { return _extends$Q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$Q.apply(null, arguments); }
|
|
36
|
-
var
|
|
21
|
+
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
37
22
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
38
23
|
xmlns: "http://www.w3.org/2000/svg",
|
|
39
24
|
width: 24,
|
|
@@ -41,14 +26,14 @@ var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(p
|
|
|
41
26
|
viewBox: "0 0 24 24",
|
|
42
27
|
ref: ref
|
|
43
28
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
d: "
|
|
29
|
+
d: "M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19z"
|
|
45
30
|
})));
|
|
46
31
|
};
|
|
47
|
-
var ForwardRef$Q = /*#__PURE__*/forwardRef(
|
|
32
|
+
var ForwardRef$Q = /*#__PURE__*/forwardRef(SvgNavigationCloseOutline);
|
|
48
33
|
|
|
49
34
|
var _path$P;
|
|
50
35
|
function _extends$P() { return _extends$P = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$P.apply(null, arguments); }
|
|
51
|
-
var
|
|
36
|
+
var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
|
|
52
37
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
53
38
|
xmlns: "http://www.w3.org/2000/svg",
|
|
54
39
|
width: 24,
|
|
@@ -56,14 +41,14 @@ var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref)
|
|
|
56
41
|
viewBox: "0 0 24 24",
|
|
57
42
|
ref: ref
|
|
58
43
|
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
59
|
-
d: "
|
|
44
|
+
d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
|
|
60
45
|
})));
|
|
61
46
|
};
|
|
62
|
-
var ForwardRef$P = /*#__PURE__*/forwardRef(
|
|
47
|
+
var ForwardRef$P = /*#__PURE__*/forwardRef(SvgNavigationChevronDownOutline);
|
|
63
48
|
|
|
64
49
|
var _path$O;
|
|
65
50
|
function _extends$O() { return _extends$O = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$O.apply(null, arguments); }
|
|
66
|
-
var
|
|
51
|
+
var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
|
|
67
52
|
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
68
53
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
54
|
width: 24,
|
|
@@ -71,14 +56,14 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
71
56
|
viewBox: "0 0 24 24",
|
|
72
57
|
ref: ref
|
|
73
58
|
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
74
|
-
d: "
|
|
59
|
+
d: "m20.503 7.4-1.778-1.78-9.175 9.176-4.275-4.275L3.496 12.3l6.054 6.053L20.503 7.4z"
|
|
75
60
|
})));
|
|
76
61
|
};
|
|
77
|
-
var ForwardRef$O = /*#__PURE__*/forwardRef(
|
|
62
|
+
var ForwardRef$O = /*#__PURE__*/forwardRef(SvgNotificationDoneOutline);
|
|
78
63
|
|
|
79
64
|
var _path$N;
|
|
80
65
|
function _extends$N() { return _extends$N = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$N.apply(null, arguments); }
|
|
81
|
-
var
|
|
66
|
+
var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
82
67
|
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
83
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
84
69
|
width: 24,
|
|
@@ -86,16 +71,14 @@ var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
|
86
71
|
viewBox: "0 0 24 24",
|
|
87
72
|
ref: ref
|
|
88
73
|
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
89
|
-
|
|
90
|
-
d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z",
|
|
91
|
-
clipRule: "evenodd"
|
|
74
|
+
d: "M19 10.5H5v3h14v-3z"
|
|
92
75
|
})));
|
|
93
76
|
};
|
|
94
|
-
var ForwardRef$N = /*#__PURE__*/forwardRef(
|
|
77
|
+
var ForwardRef$N = /*#__PURE__*/forwardRef(SvgContentMinusOutline);
|
|
95
78
|
|
|
96
79
|
var _path$M;
|
|
97
80
|
function _extends$M() { return _extends$M = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$M.apply(null, arguments); }
|
|
98
|
-
var
|
|
81
|
+
var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
99
82
|
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
100
83
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
84
|
width: 24,
|
|
@@ -103,14 +86,16 @@ var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
|
103
86
|
viewBox: "0 0 24 24",
|
|
104
87
|
ref: ref
|
|
105
88
|
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
106
|
-
|
|
89
|
+
fillRule: "evenodd",
|
|
90
|
+
d: "M17.32 15.906 21.414 20 20 21.414l-4.094-4.094a8 8 0 1 1 1.414-1.414zM11 17a6 6 0 1 0 0-12 6 6 0 0 0 0 12z",
|
|
91
|
+
clipRule: "evenodd"
|
|
107
92
|
})));
|
|
108
93
|
};
|
|
109
|
-
var ForwardRef$M = /*#__PURE__*/forwardRef(
|
|
94
|
+
var ForwardRef$M = /*#__PURE__*/forwardRef(SvgActionSearchOutline);
|
|
110
95
|
|
|
111
96
|
var _path$L;
|
|
112
97
|
function _extends$L() { return _extends$L = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$L.apply(null, arguments); }
|
|
113
|
-
var
|
|
98
|
+
var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
114
99
|
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
115
100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
116
101
|
width: 24,
|
|
@@ -118,14 +103,14 @@ var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref)
|
|
|
118
103
|
viewBox: "0 0 24 24",
|
|
119
104
|
ref: ref
|
|
120
105
|
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
121
|
-
d: "
|
|
106
|
+
d: "M5 22a1.93 1.93 0 0 1-1.413-.587A1.928 1.928 0 0 1 3 20V6c0-.55.196-1.02.587-1.412A1.927 1.927 0 0 1 5 4h1V2h2v2h8V2h2v2h1c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412v14a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 19 22H5zm0-2h14V10H5v10z"
|
|
122
107
|
})));
|
|
123
108
|
};
|
|
124
|
-
var ForwardRef$L = /*#__PURE__*/forwardRef(
|
|
109
|
+
var ForwardRef$L = /*#__PURE__*/forwardRef(SvgActionCalendarFill);
|
|
125
110
|
|
|
126
111
|
var _path$K;
|
|
127
112
|
function _extends$K() { return _extends$K = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$K.apply(null, arguments); }
|
|
128
|
-
var
|
|
113
|
+
var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
|
|
129
114
|
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
130
115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
116
|
width: 24,
|
|
@@ -133,15 +118,30 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
133
118
|
viewBox: "0 0 24 24",
|
|
134
119
|
ref: ref
|
|
135
120
|
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
136
|
-
d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12
|
|
121
|
+
d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20z"
|
|
137
122
|
})));
|
|
138
123
|
};
|
|
139
|
-
var ForwardRef$K = /*#__PURE__*/forwardRef(
|
|
124
|
+
var ForwardRef$K = /*#__PURE__*/forwardRef(SvgNotificationInfoOutline);
|
|
140
125
|
|
|
141
|
-
var _path$J
|
|
126
|
+
var _path$J;
|
|
142
127
|
function _extends$J() { return _extends$J = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$J.apply(null, arguments); }
|
|
143
|
-
var
|
|
128
|
+
var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
144
129
|
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
width: 24,
|
|
132
|
+
height: 24,
|
|
133
|
+
viewBox: "0 0 24 24",
|
|
134
|
+
ref: ref
|
|
135
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "M11 17h2v-6h-2v6zm1-8a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 8a.97.97 0 0 0-.287-.713A.97.97 0 0 0 12 7a.967.967 0 0 0-.712.287A.968.968 0 0 0 11 8c0 .283.096.52.288.712A.965.965 0 0 0 12 9zm0 13a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
|
|
137
|
+
})));
|
|
138
|
+
};
|
|
139
|
+
var ForwardRef$J = /*#__PURE__*/forwardRef(SvgNotificationInfoFill);
|
|
140
|
+
|
|
141
|
+
var _path$I, _path2$5, _path3, _path4, _path5, _path6, _g, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _defs;
|
|
142
|
+
function _extends$I() { return _extends$I = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$I.apply(null, arguments); }
|
|
143
|
+
var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
144
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
145
145
|
width: 232,
|
|
146
146
|
height: 180,
|
|
147
147
|
viewBox: "0 0 232 180",
|
|
@@ -149,8 +149,8 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
149
149
|
xmlns: "http://www.w3.org/2000/svg",
|
|
150
150
|
ref: ref
|
|
151
151
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
152
|
-
clipPath: "url(#
|
|
153
|
-
}, _path$
|
|
152
|
+
clipPath: "url(#9nmqp40mapwie5hvaa_a)"
|
|
153
|
+
}, _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
154
154
|
d: "M150.585 1.535C49.483-11.495 27.481 61.805 45.725 97.481c10.581 20.69-39.64 70.792 17.744 81.468 27.538 5.123 36-13.341 62.433-10.655 35.4 3.6 148.167-4.73 88.349-78.915-31.713-39.335 1.026-79.506-63.666-87.844Z",
|
|
155
155
|
fill: "#F5F6FA"
|
|
156
156
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -170,7 +170,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
170
170
|
d: "M86.786 22.982c-2.55 0-4.965 2.07-4.965 4.552V120.6c0 2.484 2.4 4.572 4.965 4.572h88.101c2.582 0 4.986-2.089 4.986-4.572V27.534c0-2.464-2.418-4.552-4.986-4.552h-88.1Zm-5.793 4.552c0-3.022 2.874-5.38 5.793-5.38h88.101c2.935 0 5.814 2.374 5.814 5.38V120.6c0 3.021-2.86 5.4-5.814 5.4h-88.1c-2.94 0-5.794-2.381-5.794-5.4V27.534Z",
|
|
171
171
|
fill: "#1D1E26"
|
|
172
172
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
173
|
-
id: "
|
|
173
|
+
id: "9nmqp4cercd5kab2_b",
|
|
174
174
|
style: {
|
|
175
175
|
maskType: "alpha"
|
|
176
176
|
},
|
|
@@ -183,7 +183,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
183
183
|
d: "M174.887 125.586h-88.1c-2.752 0-5.38-2.234-5.38-4.986V27.534c0-2.752 2.644-4.966 5.38-4.966h88.1c2.752 0 5.4 2.23 5.4 4.966V120.6c0 2.752-2.632 4.986-5.4 4.986Z",
|
|
184
184
|
fill: "#9BDEFF"
|
|
185
185
|
}))), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
186
|
-
mask: "url(#
|
|
186
|
+
mask: "url(#9nmqp4cercd5kab2_b)",
|
|
187
187
|
fillRule: "evenodd",
|
|
188
188
|
clipRule: "evenodd"
|
|
189
189
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -269,33 +269,18 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
269
269
|
d: "M24.73 96.184a.414.414 0 0 1 .581.06l48.646 59.751a.413.413 0 1 1-.642.523L24.67 96.766a.414.414 0 0 1 .06-.582Z",
|
|
270
270
|
fill: "#fff"
|
|
271
271
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
272
|
-
id: "
|
|
272
|
+
id: "9nmqp40mapwie5hvaa_a"
|
|
273
273
|
}, /*#__PURE__*/React.createElement("path", {
|
|
274
274
|
fill: "#fff",
|
|
275
275
|
transform: "translate(.552)",
|
|
276
276
|
d: "M0 0h230.897v180H0z"
|
|
277
277
|
})))));
|
|
278
278
|
};
|
|
279
|
-
var ForwardRef$
|
|
280
|
-
|
|
281
|
-
var _path$I;
|
|
282
|
-
function _extends$I() { return _extends$I = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$I.apply(null, arguments); }
|
|
283
|
-
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
284
|
-
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
285
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
286
|
-
width: 24,
|
|
287
|
-
height: 24,
|
|
288
|
-
viewBox: "0 0 24 24",
|
|
289
|
-
ref: ref
|
|
290
|
-
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
291
|
-
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
292
|
-
})));
|
|
293
|
-
};
|
|
294
|
-
var ForwardRef$I = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
|
|
279
|
+
var ForwardRef$I = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
295
280
|
|
|
296
281
|
var _path$H;
|
|
297
282
|
function _extends$H() { return _extends$H = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$H.apply(null, arguments); }
|
|
298
|
-
var
|
|
283
|
+
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
299
284
|
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
300
285
|
xmlns: "http://www.w3.org/2000/svg",
|
|
301
286
|
width: 24,
|
|
@@ -303,14 +288,14 @@ var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
|
303
288
|
viewBox: "0 0 24 24",
|
|
304
289
|
ref: ref
|
|
305
290
|
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
306
|
-
d: "
|
|
291
|
+
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
307
292
|
})));
|
|
308
293
|
};
|
|
309
|
-
var ForwardRef$H = /*#__PURE__*/forwardRef(
|
|
294
|
+
var ForwardRef$H = /*#__PURE__*/forwardRef(SvgTableSortAscOutline);
|
|
310
295
|
|
|
311
296
|
var _path$G;
|
|
312
297
|
function _extends$G() { return _extends$G = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$G.apply(null, arguments); }
|
|
313
|
-
var
|
|
298
|
+
var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
314
299
|
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
315
300
|
xmlns: "http://www.w3.org/2000/svg",
|
|
316
301
|
width: 24,
|
|
@@ -318,14 +303,14 @@ var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props
|
|
|
318
303
|
viewBox: "0 0 24 24",
|
|
319
304
|
ref: ref
|
|
320
305
|
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
321
|
-
d: "
|
|
306
|
+
d: "M13 3v14.175l1.6-1.575L16 17l-4 4-4-4 1.4-1.4 1.6 1.575V3h2z"
|
|
322
307
|
})));
|
|
323
308
|
};
|
|
324
|
-
var ForwardRef$G = /*#__PURE__*/forwardRef(
|
|
309
|
+
var ForwardRef$G = /*#__PURE__*/forwardRef(SvgTableSortDescOutline);
|
|
325
310
|
|
|
326
311
|
var _path$F;
|
|
327
312
|
function _extends$F() { return _extends$F = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$F.apply(null, arguments); }
|
|
328
|
-
var
|
|
313
|
+
var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props, ref) {
|
|
329
314
|
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
330
315
|
xmlns: "http://www.w3.org/2000/svg",
|
|
331
316
|
width: 24,
|
|
@@ -333,16 +318,14 @@ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props,
|
|
|
333
318
|
viewBox: "0 0 24 24",
|
|
334
319
|
ref: ref
|
|
335
320
|
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
336
|
-
|
|
337
|
-
d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",
|
|
338
|
-
clipRule: "evenodd"
|
|
321
|
+
d: "M9 20c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 7 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 9 20zm6 0c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 13 18c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 16c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.021-.587 1.413A1.928 1.928 0 0 1 15 20zm-6-6c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 9 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 14zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 12c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 15 10c.55 0 1.021.196 1.413.587.391.392.587.863.587 1.413s-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 14zM9 8c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 7 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 9 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 9 8zm6 0c-.55 0-1.02-.196-1.412-.588A1.923 1.923 0 0 1 13 6c0-.55.196-1.02.588-1.412A1.923 1.923 0 0 1 15 4c.55 0 1.021.196 1.413.588.391.391.587.862.587 1.412 0 .55-.196 1.02-.587 1.412A1.927 1.927 0 0 1 15 8z"
|
|
339
322
|
})));
|
|
340
323
|
};
|
|
341
|
-
var ForwardRef$F = /*#__PURE__*/forwardRef(
|
|
324
|
+
var ForwardRef$F = /*#__PURE__*/forwardRef(SvgActionDragIndicatorOutline);
|
|
342
325
|
|
|
343
326
|
var _path$E;
|
|
344
327
|
function _extends$E() { return _extends$E = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$E.apply(null, arguments); }
|
|
345
|
-
var
|
|
328
|
+
var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
|
|
346
329
|
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
347
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
348
331
|
width: 24,
|
|
@@ -350,14 +333,16 @@ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, re
|
|
|
350
333
|
viewBox: "0 0 24 24",
|
|
351
334
|
ref: ref
|
|
352
335
|
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
353
|
-
|
|
336
|
+
fillRule: "evenodd",
|
|
337
|
+
d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z",
|
|
338
|
+
clipRule: "evenodd"
|
|
354
339
|
})));
|
|
355
340
|
};
|
|
356
|
-
var ForwardRef$E = /*#__PURE__*/forwardRef(
|
|
341
|
+
var ForwardRef$E = /*#__PURE__*/forwardRef(SvgNavigationMoreVertOutline);
|
|
357
342
|
|
|
358
343
|
var _path$D;
|
|
359
344
|
function _extends$D() { return _extends$D = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$D.apply(null, arguments); }
|
|
360
|
-
var
|
|
345
|
+
var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
|
|
361
346
|
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
362
347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
348
|
width: 24,
|
|
@@ -365,16 +350,14 @@ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
|
365
350
|
viewBox: "0 0 24 24",
|
|
366
351
|
ref: ref
|
|
367
352
|
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
368
|
-
|
|
369
|
-
d: "M12 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM7 9V7a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h1zm2 0h6V7a3 3 0 1 0-6 0v2z",
|
|
370
|
-
clipRule: "evenodd"
|
|
353
|
+
d: "M12 20c-2.233 0-4.125-.775-5.675-2.325C4.775 16.125 4 14.233 4 12c0-2.233.775-4.125 2.325-5.675C7.875 4.775 9.767 4 12 4c1.15 0 2.25.238 3.3.713A7.617 7.617 0 0 1 18 6.75V4h2v7h-7V9h4.2a5.837 5.837 0 0 0-2.187-2.2A5.93 5.93 0 0 0 12 6c-1.667 0-3.083.583-4.25 1.75C6.583 8.917 6 10.333 6 12c0 1.667.583 3.083 1.75 4.25C8.917 17.417 10.333 18 12 18a5.863 5.863 0 0 0 3.475-1.1A5.81 5.81 0 0 0 17.65 14h2.1c-.467 1.767-1.417 3.208-2.85 4.325S13.833 20 12 20z"
|
|
371
354
|
})));
|
|
372
355
|
};
|
|
373
|
-
var ForwardRef$D = /*#__PURE__*/forwardRef(
|
|
356
|
+
var ForwardRef$D = /*#__PURE__*/forwardRef(SvgNavigationRefreshOutline);
|
|
374
357
|
|
|
375
|
-
var _path$C
|
|
358
|
+
var _path$C;
|
|
376
359
|
function _extends$C() { return _extends$C = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$C.apply(null, arguments); }
|
|
377
|
-
var
|
|
360
|
+
var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
378
361
|
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
379
362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
380
363
|
width: 24,
|
|
@@ -382,18 +365,16 @@ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, re
|
|
|
382
365
|
viewBox: "0 0 24 24",
|
|
383
366
|
ref: ref
|
|
384
367
|
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
385
|
-
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
386
|
-
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
387
368
|
fillRule: "evenodd",
|
|
388
|
-
d: "
|
|
369
|
+
d: "M12 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM7 9V7a5 5 0 0 1 10 0v2h1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11a2 2 0 0 1 2-2h1zm2 0h6V7a3 3 0 1 0-6 0v2z",
|
|
389
370
|
clipRule: "evenodd"
|
|
390
371
|
})));
|
|
391
372
|
};
|
|
392
|
-
var ForwardRef$C = /*#__PURE__*/forwardRef(
|
|
373
|
+
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgActionLockFill);
|
|
393
374
|
|
|
394
|
-
var _path$B, _path2$
|
|
375
|
+
var _path$B, _path2$4;
|
|
395
376
|
function _extends$B() { return _extends$B = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$B.apply(null, arguments); }
|
|
396
|
-
var
|
|
377
|
+
var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
|
|
397
378
|
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
398
379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
399
380
|
width: 24,
|
|
@@ -401,18 +382,18 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
401
382
|
viewBox: "0 0 24 24",
|
|
402
383
|
ref: ref
|
|
403
384
|
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
404
|
-
d: "
|
|
405
|
-
})), _path2$
|
|
385
|
+
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
386
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
406
387
|
fillRule: "evenodd",
|
|
407
|
-
d: "
|
|
388
|
+
d: "M13 21V3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6zm2-16h4v14h-4V5z",
|
|
408
389
|
clipRule: "evenodd"
|
|
409
390
|
})));
|
|
410
391
|
};
|
|
411
|
-
var ForwardRef$B = /*#__PURE__*/forwardRef(
|
|
392
|
+
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgTableGroupColumnLeftFill);
|
|
412
393
|
|
|
413
|
-
var _path$A;
|
|
394
|
+
var _path$A, _path2$3;
|
|
414
395
|
function _extends$A() { return _extends$A = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$A.apply(null, arguments); }
|
|
415
|
-
var
|
|
396
|
+
var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
|
|
416
397
|
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
417
398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
418
399
|
width: 24,
|
|
@@ -420,14 +401,18 @@ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
|
420
401
|
viewBox: "0 0 24 24",
|
|
421
402
|
ref: ref
|
|
422
403
|
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
423
|
-
d: "
|
|
404
|
+
d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6V3z"
|
|
405
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
406
|
+
fillRule: "evenodd",
|
|
407
|
+
d: "M9 5H5v14h4V5zM5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z",
|
|
408
|
+
clipRule: "evenodd"
|
|
424
409
|
})));
|
|
425
410
|
};
|
|
426
|
-
var ForwardRef$A = /*#__PURE__*/forwardRef(
|
|
411
|
+
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgTableGroupColumnRightFill);
|
|
427
412
|
|
|
428
413
|
var _path$z;
|
|
429
414
|
function _extends$z() { return _extends$z = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$z.apply(null, arguments); }
|
|
430
|
-
var
|
|
415
|
+
var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
431
416
|
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
432
417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
433
418
|
width: 24,
|
|
@@ -435,14 +420,14 @@ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
|
435
420
|
viewBox: "0 0 24 24",
|
|
436
421
|
ref: ref
|
|
437
422
|
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
438
|
-
d: "
|
|
423
|
+
d: "M7 6.825V20h2V6.825L10.6 8.4 12 7 8 3 4 7l1.4 1.4L7 6.825zm10 10.35V4h-2v13.175L13.4 15.6 12 17l4 4 4-4-1.4-1.4-1.6 1.575z"
|
|
439
424
|
})));
|
|
440
425
|
};
|
|
441
|
-
var ForwardRef$z = /*#__PURE__*/forwardRef(
|
|
426
|
+
var ForwardRef$z = /*#__PURE__*/forwardRef(SvgTableSwapOutline);
|
|
442
427
|
|
|
443
428
|
var _path$y;
|
|
444
429
|
function _extends$y() { return _extends$y = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$y.apply(null, arguments); }
|
|
445
|
-
var
|
|
430
|
+
var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
446
431
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
447
432
|
xmlns: "http://www.w3.org/2000/svg",
|
|
448
433
|
width: 24,
|
|
@@ -450,14 +435,14 @@ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props
|
|
|
450
435
|
viewBox: "0 0 24 24",
|
|
451
436
|
ref: ref
|
|
452
437
|
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
453
|
-
d: "
|
|
438
|
+
d: "M14 13v8l-4-2v-6L2.95 4h18.1L14 13z"
|
|
454
439
|
})));
|
|
455
440
|
};
|
|
456
|
-
var ForwardRef$y = /*#__PURE__*/forwardRef(
|
|
441
|
+
var ForwardRef$y = /*#__PURE__*/forwardRef(SvgContentFiltrationFill);
|
|
457
442
|
|
|
458
443
|
var _path$x;
|
|
459
444
|
function _extends$x() { return _extends$x = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$x.apply(null, arguments); }
|
|
460
|
-
var
|
|
445
|
+
var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
|
|
461
446
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
462
447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
463
448
|
width: 24,
|
|
@@ -465,14 +450,14 @@ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(p
|
|
|
465
450
|
viewBox: "0 0 24 24",
|
|
466
451
|
ref: ref
|
|
467
452
|
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
468
|
-
d: "
|
|
453
|
+
d: "M18.586 15.914 20 14.5l-8-8-8 8 1.414 1.414L12 9.328l6.586 6.586z"
|
|
469
454
|
})));
|
|
470
455
|
};
|
|
471
|
-
var ForwardRef$x = /*#__PURE__*/forwardRef(
|
|
456
|
+
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNavigationChevronUpOutline);
|
|
472
457
|
|
|
473
458
|
var _path$w;
|
|
474
459
|
function _extends$w() { return _extends$w = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$w.apply(null, arguments); }
|
|
475
|
-
var
|
|
460
|
+
var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
|
|
476
461
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
477
462
|
xmlns: "http://www.w3.org/2000/svg",
|
|
478
463
|
width: 24,
|
|
@@ -480,14 +465,14 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
480
465
|
viewBox: "0 0 24 24",
|
|
481
466
|
ref: ref
|
|
482
467
|
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
483
|
-
d: "
|
|
468
|
+
d: "M16.5 4.414 15.086 3 12 6.086 8.914 3 7.5 4.414l4.5 4.5 4.5-4.5zM9 13v-2h6v2H9zm6.086 8 1.414-1.414-4.5-4.5-4.5 4.5L8.914 21 12 17.914 15.086 21z"
|
|
484
469
|
})));
|
|
485
470
|
};
|
|
486
|
-
var ForwardRef$w = /*#__PURE__*/forwardRef(
|
|
471
|
+
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNavigationCollapseAllOutline);
|
|
487
472
|
|
|
488
473
|
var _path$v;
|
|
489
474
|
function _extends$v() { return _extends$v = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$v.apply(null, arguments); }
|
|
490
|
-
var
|
|
475
|
+
var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
|
|
491
476
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
492
477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
493
478
|
width: 24,
|
|
@@ -495,14 +480,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
495
480
|
viewBox: "0 0 24 24",
|
|
496
481
|
ref: ref
|
|
497
482
|
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
498
|
-
d: "
|
|
483
|
+
d: "m16.5 7.5-1.414 1.414L12 5.828 8.914 8.914 7.5 7.5 12 3l4.5 4.5zM9 13v-2h6v2H9zm6.086 2.086L16.5 16.5 12 21l-4.5-4.5 1.414-1.414L12 18.17l3.086-3.085z"
|
|
499
484
|
})));
|
|
500
485
|
};
|
|
501
|
-
var ForwardRef$v = /*#__PURE__*/forwardRef(
|
|
486
|
+
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNavigationExpandAllOutline);
|
|
502
487
|
|
|
503
488
|
var _path$u;
|
|
504
489
|
function _extends$u() { return _extends$u = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$u.apply(null, arguments); }
|
|
505
|
-
var
|
|
490
|
+
var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
506
491
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
507
492
|
xmlns: "http://www.w3.org/2000/svg",
|
|
508
493
|
width: 24,
|
|
@@ -510,14 +495,14 @@ var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(p
|
|
|
510
495
|
viewBox: "0 0 24 24",
|
|
511
496
|
ref: ref
|
|
512
497
|
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
513
|
-
d: "
|
|
498
|
+
d: "m9.25 22-.4-3.2a3.771 3.771 0 0 1-.612-.3 8.194 8.194 0 0 1-.563-.375L4.7 19.375l-2.75-4.75 2.575-1.95a2.39 2.39 0 0 1-.025-.338v-.675c0-.108.009-.22.025-.337L1.95 9.375l2.75-4.75 2.975 1.25c.184-.133.375-.258.575-.375.2-.117.4-.217.6-.3l.4-3.2h5.5l.4 3.2c.217.083.421.183.613.3.191.117.379.242.562.375l2.975-1.25 2.75 4.75-2.575 1.95c.017.117.025.229.025.337v.675c0 .109-.017.221-.05.338l2.575 1.95-2.75 4.75-2.95-1.25a6.826 6.826 0 0 1-.575.375c-.2.117-.4.217-.6.3l-.4 3.2h-5.5zm2.8-6.5c.967 0 1.792-.342 2.475-1.025A3.372 3.372 0 0 0 15.55 12c0-.967-.341-1.792-1.025-2.475A3.372 3.372 0 0 0 12.05 8.5c-.983 0-1.813.342-2.488 1.025A3.394 3.394 0 0 0 8.55 12c0 .967.338 1.792 1.012 2.475.676.683 1.505 1.025 2.488 1.025z"
|
|
514
499
|
})));
|
|
515
500
|
};
|
|
516
|
-
var ForwardRef$u = /*#__PURE__*/forwardRef(
|
|
501
|
+
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgActionSettingsFill);
|
|
517
502
|
|
|
518
503
|
var _path$t;
|
|
519
504
|
function _extends$t() { return _extends$t = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$t.apply(null, arguments); }
|
|
520
|
-
var
|
|
505
|
+
var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
|
|
521
506
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
522
507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
523
508
|
width: 24,
|
|
@@ -525,14 +510,14 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
525
510
|
viewBox: "0 0 24 24",
|
|
526
511
|
ref: ref
|
|
527
512
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
528
|
-
d: "
|
|
513
|
+
d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
|
|
529
514
|
})));
|
|
530
515
|
};
|
|
531
|
-
var ForwardRef$t = /*#__PURE__*/forwardRef(
|
|
516
|
+
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgNavigationChevronLeftOutline);
|
|
532
517
|
|
|
533
518
|
var _path$s;
|
|
534
519
|
function _extends$s() { return _extends$s = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$s.apply(null, arguments); }
|
|
535
|
-
var
|
|
520
|
+
var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
|
|
536
521
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
537
522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
538
523
|
width: 24,
|
|
@@ -540,14 +525,14 @@ var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
|
540
525
|
viewBox: "0 0 24 24",
|
|
541
526
|
ref: ref
|
|
542
527
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
543
|
-
d: "
|
|
528
|
+
d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
|
|
544
529
|
})));
|
|
545
530
|
};
|
|
546
|
-
var ForwardRef$s = /*#__PURE__*/forwardRef(
|
|
531
|
+
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNavigationChevronRightOutline);
|
|
547
532
|
|
|
548
533
|
var _path$r;
|
|
549
534
|
function _extends$r() { return _extends$r = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$r.apply(null, arguments); }
|
|
550
|
-
var
|
|
535
|
+
var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
551
536
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
552
537
|
xmlns: "http://www.w3.org/2000/svg",
|
|
553
538
|
width: 24,
|
|
@@ -555,14 +540,14 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
555
540
|
viewBox: "0 0 24 24",
|
|
556
541
|
ref: ref
|
|
557
542
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
558
|
-
d: "
|
|
543
|
+
d: "M13.286 3h-2.572v7.714H3v2.572h7.714V21h2.572v-7.714H21v-2.572h-7.714V3z"
|
|
559
544
|
})));
|
|
560
545
|
};
|
|
561
|
-
var ForwardRef$r = /*#__PURE__*/forwardRef(
|
|
546
|
+
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgActionAddOutline);
|
|
562
547
|
|
|
563
548
|
var _path$q;
|
|
564
549
|
function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
|
|
565
|
-
var
|
|
550
|
+
var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
566
551
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
567
552
|
xmlns: "http://www.w3.org/2000/svg",
|
|
568
553
|
width: 24,
|
|
@@ -570,14 +555,14 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
570
555
|
viewBox: "0 0 24 24",
|
|
571
556
|
ref: ref
|
|
572
557
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
573
|
-
d: "
|
|
558
|
+
d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
|
|
574
559
|
})));
|
|
575
560
|
};
|
|
576
|
-
var ForwardRef$q = /*#__PURE__*/forwardRef(
|
|
561
|
+
var ForwardRef$q = /*#__PURE__*/forwardRef(SvgNotificationDoneFill);
|
|
577
562
|
|
|
578
563
|
var _path$p;
|
|
579
564
|
function _extends$p() { return _extends$p = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$p.apply(null, arguments); }
|
|
580
|
-
var
|
|
565
|
+
var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
581
566
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
582
567
|
xmlns: "http://www.w3.org/2000/svg",
|
|
583
568
|
width: 24,
|
|
@@ -585,14 +570,14 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
585
570
|
viewBox: "0 0 24 24",
|
|
586
571
|
ref: ref
|
|
587
572
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
588
|
-
d: "
|
|
573
|
+
d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
|
|
589
574
|
})));
|
|
590
575
|
};
|
|
591
|
-
var ForwardRef$p = /*#__PURE__*/forwardRef(
|
|
576
|
+
var ForwardRef$p = /*#__PURE__*/forwardRef(SvgRadioDotFill);
|
|
592
577
|
|
|
593
578
|
var _path$o;
|
|
594
579
|
function _extends$o() { return _extends$o = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$o.apply(null, arguments); }
|
|
595
|
-
var
|
|
580
|
+
var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
596
581
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
597
582
|
xmlns: "http://www.w3.org/2000/svg",
|
|
598
583
|
width: 24,
|
|
@@ -600,14 +585,14 @@ var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
|
600
585
|
viewBox: "0 0 24 24",
|
|
601
586
|
ref: ref
|
|
602
587
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
603
|
-
d: "
|
|
588
|
+
d: "M11.95 18c.35 0 .646-.121.888-.363.241-.241.362-.537.362-.887s-.12-.646-.362-.887a1.208 1.208 0 0 0-.888-.363c-.35 0-.646.121-.888.363a1.206 1.206 0 0 0-.362.887c0 .35.12.646.362.887.242.242.538.363.888.363zm-.9-3.85h1.85c0-.55.063-.983.188-1.3.125-.317.479-.75 1.062-1.3a7.483 7.483 0 0 0 1.025-1.238c.25-.391.375-.862.375-1.412 0-.933-.342-1.65-1.025-2.15-.683-.5-1.492-.75-2.425-.75-.95 0-1.72.25-2.312.75-.592.5-1.005 1.1-1.238 1.8l1.65.65c.083-.3.271-.625.563-.975.291-.35.737-.525 1.337-.525.533 0 .933.146 1.2.437.267.292.4.613.4.963 0 .333-.1.646-.3.937-.2.292-.45.563-.75.813-.733.65-1.183 1.142-1.35 1.475-.167.333-.25.942-.25 1.825zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
|
|
604
589
|
})));
|
|
605
590
|
};
|
|
606
|
-
var ForwardRef$o = /*#__PURE__*/forwardRef(
|
|
591
|
+
var ForwardRef$o = /*#__PURE__*/forwardRef(SvgNotificationHelpFill);
|
|
607
592
|
|
|
608
593
|
var _path$n;
|
|
609
594
|
function _extends$n() { return _extends$n = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$n.apply(null, arguments); }
|
|
610
|
-
var
|
|
595
|
+
var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
611
596
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
612
597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
613
598
|
width: 24,
|
|
@@ -615,14 +600,14 @@ var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref)
|
|
|
615
600
|
viewBox: "0 0 24 24",
|
|
616
601
|
ref: ref
|
|
617
602
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
618
|
-
d: "
|
|
603
|
+
d: "m10.6 16.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4 4.25 4.25zM12 22a9.733 9.733 0 0 1-3.9-.788 10.092 10.092 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.733 9.733 0 0 1 2 12a9.74 9.74 0 0 1 .788-3.9 10.092 10.092 0 0 1 2.137-3.175c.9-.9 1.958-1.613 3.175-2.138A9.743 9.743 0 0 1 12 2a9.74 9.74 0 0 1 3.9.787 10.105 10.105 0 0 1 3.175 2.138c.9.9 1.612 1.958 2.137 3.175A9.733 9.733 0 0 1 22 12a9.733 9.733 0 0 1-.788 3.9 10.092 10.092 0 0 1-2.137 3.175c-.9.9-1.958 1.612-3.175 2.137A9.733 9.733 0 0 1 12 22z"
|
|
619
604
|
})));
|
|
620
605
|
};
|
|
621
|
-
var ForwardRef$n = /*#__PURE__*/forwardRef(
|
|
606
|
+
var ForwardRef$n = /*#__PURE__*/forwardRef(SvgNotificationCheckFill);
|
|
622
607
|
|
|
623
608
|
var _path$m;
|
|
624
609
|
function _extends$m() { return _extends$m = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$m.apply(null, arguments); }
|
|
625
|
-
var
|
|
610
|
+
var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
|
|
626
611
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
627
612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
628
613
|
width: 24,
|
|
@@ -630,14 +615,14 @@ var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
|
630
615
|
viewBox: "0 0 24 24",
|
|
631
616
|
ref: ref
|
|
632
617
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
633
|
-
d: "
|
|
618
|
+
d: "M1 21 12 2l11 19H1zm11-3a.968.968 0 0 0 .713-.288A.967.967 0 0 0 13 17a.967.967 0 0 0-.287-.712A.968.968 0 0 0 12 16a.965.965 0 0 0-.712.288A.965.965 0 0 0 11 17c0 .283.096.52.288.712A.965.965 0 0 0 12 18zm-1-3h2v-5h-2v5z"
|
|
634
619
|
})));
|
|
635
620
|
};
|
|
636
|
-
var ForwardRef$m = /*#__PURE__*/forwardRef(
|
|
621
|
+
var ForwardRef$m = /*#__PURE__*/forwardRef(SvgNotificationWarningFill);
|
|
637
622
|
|
|
638
623
|
var _path$l;
|
|
639
624
|
function _extends$l() { return _extends$l = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$l.apply(null, arguments); }
|
|
640
|
-
var
|
|
625
|
+
var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
641
626
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
642
627
|
xmlns: "http://www.w3.org/2000/svg",
|
|
643
628
|
width: 24,
|
|
@@ -645,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":"Y3FCek","uui-spinner":"x7IyVM","uuiSpinner":"x7IyVM"};
|
|
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":"nnMGUN","loading-word":"JRlr-g","loadingWord":"JRlr-g","animated-loading":"_7QbiIq","animatedLoading":"_7QbiIq","skeleton_loading":"oAXjGe","skeletonLoading":"oAXjGe"};
|
|
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":"Vv8epw","line-height":"zqzdCU","lineHeight":"zqzdCU","font-size":"X2Fn6V","fontSize":"X2Fn6V"};
|
|
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":"_89CyGj"};
|
|
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":"nSb0mK"};
|
|
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":"c8WkOY"};
|
|
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":"JeVL19"};
|
|
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":"QvZsz7","withNotify":"VdYgD4"};
|
|
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":"oHo5k9"};
|
|
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":"Z1DlCY"};
|
|
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":"CVft0y"};
|
|
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":"-xAQnk"};
|
|
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":"W1A75o"};
|
|
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":"_0-2bph"};
|
|
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":"kRR1wp"};
|
|
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":"x4xqNL"};
|
|
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":"FlRf-k","main-path":"MlUYO6","mainPath":"MlUYO6","content-wrapper":"h8EbN-","contentWrapper":"h8EbN-","content":"X1xSX3","action-wrapper":"ky9BqV","actionWrapper":"ky9BqV","icon-wrapper":"fh59XU","iconWrapper":"fh59XU","icon":"TRWAhT","close-icon":"uMi76K","closeIcon":"uMi76K"};
|
|
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":"TwPR0a"};
|
|
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":"Ss-AVI","submenuRootItemRtl":"Ss-AVI","icon-after":"eebYSm","iconAfter":"eebYSm","submenu-root-item":"cshMj7","submenuRootItem":"cshMj7","icon-check":"Fuqbpd","iconCheck":"Fuqbpd","splitter-root":"edVLjk","splitterRoot":"edVLjk","splitter":"j2hW2p","header-root":"wPlsU4","headerRoot":"wPlsU4","item-root":"zK40UL","itemRoot":"zK40UL","icon":"-ROT-i","link":"jssKeW","indent":"crfAL3","selected-mark":"Dl8RJj","selectedMark":"Dl8RJj"};
|
|
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":"D-fkRP","mode-block":"-qb2Ca","modeBlock":"-qb2Ca","mode-inline":"jicuec","modeInline":"jicuec","padding-0":"W6CcRa","padding0":"W6CcRa","padding-6":"_1ipZi0","padding6":"_1ipZi0","padding-12":"A--yU-","padding12":"A--yU-","padding-18":"jB0WDP","padding18":"jB0WDP"};
|
|
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":"ZDkKJm","align-items":"iH1CLg","alignItems":"iH1CLg","justify-content":"-a0sH5","justifyContent":"-a0sH5","border-top":"EdqxvZ","borderTop":"EdqxvZ","border-bottom":"N7EGB1","borderBottom":"N7EGB1","top-shadow":"_40548b","topShadow":"_40548b","padding":"vU8C3F","margin":"A5Tn7m","vPadding":"bYtR7l","column-gap":"_5XoK8a","columnGap":"_5XoK8a","row-gap":"jImtqB","rowGap":"jImtqB","spacing":"qGaw6X"};
|
|
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":"eR1bfJ","margin-24":"IuecPv","margin24":"IuecPv","padding-12":"MKybi-","padding12":"MKybi-","padding-24":"YPTm-0","padding24":"YPTm-0","shadow":"qR6Sff","uui-surface-main":"_9uQqXS","uuiSurfaceMain":"_9uQqXS"};
|
|
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":"vNDwhb"};
|
|
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":"_4B2a-n"};
|
|
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":"NUUSVY"};
|
|
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":"_5-rgQI"};
|
|
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":"_1lTc47","scrollContainer":"_1lTc47","list-container":"jgpIP-","listContainer":"jgpIP-"};
|
|
1925
2025
|
|
|
1926
|
-
var css$17 = {"root":"
|
|
2026
|
+
var css$17 = {"root":"u-s9yq"};
|
|
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":"WJOZs9"};
|
|
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":"kgy0DQ","modal-blocker":"FcEOC8","modalBlocker":"FcEOC8","animateModalBlocker":"stKk2v","modal":"Mg0yc8","modal-footer":"XOt6UC","modalFooter":"XOt6UC","border-top":"BbKhWy","borderTop":"BbKhWy","modal-header":"oACdES","modalHeader":"oACdES","border-bottom":"no-elQ","borderBottom":"no-elQ"};
|
|
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":"OvWzjy","icon-wrapper":"aacyzO","iconWrapper":"aacyzO","action-wrapper":"_3-ygau","actionWrapper":"_3-ygau","close-icon":"gS4OT7","closeIcon":"gS4OT7","main-path":"_6qg3EL","mainPath":"_6qg3EL","content":"D-r-vD","close-wrapper":"TF9EeT","closeWrapper":"TF9EeT","clear-notifications":"hQe00w","clearNotifications":"hQe00w"};
|
|
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":"_5Y9mvc"};
|
|
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":"sQEwf4","timepicker-input":"SdeKMJ","timepickerInput":"SdeKMJ","ltr-always":"GI7688","ltrAlways":"GI7688"};
|
|
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":"G1xgVI"};
|
|
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":"j0N4f2"};
|
|
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":"_3bGAan","tooltip":"w1Q4wJ"};
|
|
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":"_7ExibP","container":"rTmVPX"};
|
|
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":"oW8nH9"};
|
|
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":"NYGCUp"};
|
|
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":"V6kBLe","dateInput":"V6kBLe","root":"W02bCT","separator":"C-etaH"};
|
|
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":"rh6Mam"};
|
|
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":"Qcr5vB","container":"ZMK89n","day-selection":"EsOIKx","daySelection":"EsOIKx","from-picker":"Ibljsn","fromPicker":"Ibljsn","to-picker":"iA0-7C","toPicker":"iA0-7C","bodes-wrapper":"_6Ftfbd","bodesWrapper":"_6Ftfbd","blocker":"bDiIW1"};
|
|
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":"_6joeGy","dropdownContainer":"_6joeGy"};
|
|
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":"_2z24bt","blocker":"fCGYTh","marker":"_99uCK9","top":"L1XILh","bottom":"HXRacB","left":"_87Qx-G","right":"npnxSY","inside":"L9DchH"};
|
|
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":"CWIbDl","search-wrapper":"dOuKvS","searchWrapper":"dOuKvS","no-data":"_90yVWh","noData":"_90yVWh"};
|
|
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":"Q2xmr9","title":"IAtEEE","close":"yFI1Aq"};
|
|
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":"PgXypQ"};
|
|
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":"m7XwJ-"};
|
|
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":"oYB9MZ"};
|
|
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":"vkZOn9","page":"t0LjRW","spacer":"ikFkqm","mode-ghost":"zA90gz","modeGhost":"zA90gz"};
|
|
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":"_12km2l","progress-bar":"O5XffO","progressBar":"O5XffO","progressBar-indeterminate":"_5Jpgjx","progressBarIndeterminate":"_5Jpgjx","size-12":"_61kyee","size12":"_61kyee","size-18":"sEdr-5","size18":"sEdr-5","size-24":"TZDXRV","size24":"TZDXRV"};
|
|
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":"A7TYsh","striped":"CCBuv0","animate-stripes":"EjKXBG","animateStripes":"EjKXBG","size-12":"maoj7o","size12":"maoj7o","size-18":"Optlbd","size18":"Optlbd","size-24":"d2nOcR","size24":"d2nOcR"};
|
|
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":"GzJ1Ic"};
|
|
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":"H7j0m9"};
|
|
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":"zbCoh-","dragHandle":"zbCoh-","icon-container":"_1n-Cuq","iconContainer":"_1n-Cuq"};
|
|
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":"lE0PQN","align-widgets-top":"bxsxjm","alignWidgetsTop":"bxsxjm","align-widgets-center":"bx9SoP","alignWidgetsCenter":"bx9SoP","icon-container":"sHTDaO","iconContainer":"sHTDaO","content-wrapper":"mFrhfP","contentWrapper":"mFrhfP","render-item":"lVqCSM","renderItem":"lVqCSM","icon-wrapper":"FI5mIt","iconWrapper":"FI5mIt","icon-default":"YZcYeL","iconDefault":"YZcYeL","selected-mark":"SO523f","selectedMark":"SO523f"};
|
|
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":"Tys3fL","pickerRow":"Tys3fL"};
|
|
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":"nSfFiW","container":"UDSUhr"};
|
|
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":"g-lo70","column-gap":"DiWeoE","columnGap":"DiWeoE","title":"H7nEbG","subtitle":"gNv8BV","disabled":"s-XTPW","multiline":"_0Lk7aS"};
|
|
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":"kuwryW","subHeaderWrapper":"kuwryW","switch":"RtDciS","no-found-modal-container":"d4d8Lq","noFoundModalContainer":"d4d8Lq","no-found-modal-container-icon":"gvZt3n","noFoundModalContainerIcon":"gvZt3n","no-found-modal-container-text":"LRbbln","noFoundModalContainerText":"LRbbln"};
|
|
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":"VsuUr8"};
|
|
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":"uaw-o1"};
|
|
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":"_9wHyA2"};
|
|
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":"Xp27tW"};
|
|
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":"woJ1xW","wrapper":"zfPYSL","align-widgets-top":"Ms3X1F","alignWidgetsTop":"Ms3X1F","align-widgets-center":"ROIGR4","alignWidgetsCenter":"ROIGR4"};
|
|
3767
3867
|
|
|
3768
3868
|
function DataTableCell(initialProps) {
|
|
3769
3869
|
const props = { ...initialProps };
|
|
@@ -3811,7 +3911,7 @@ function DataTableCell(initialProps) {
|
|
|
3811
3911
|
return React.createElement(DataTableCell$1, { ...props });
|
|
3812
3912
|
}
|
|
3813
3913
|
|
|
3814
|
-
var css$x = {"root":"
|
|
3914
|
+
var css$x = {"root":"xYu8k-"};
|
|
3815
3915
|
|
|
3816
3916
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3817
3917
|
// As we need our mods to style the cell properly, we extract them from DataTableCellProps.rowProps, which is a hack, but it's reliable enough.
|
|
@@ -3827,7 +3927,7 @@ const DataTableRow = /* @__PURE__ */withMods(DataTableRow$1, ({ borderBottom = t
|
|
|
3827
3927
|
];
|
|
3828
3928
|
}, () => propsMods);
|
|
3829
3929
|
|
|
3830
|
-
var css$w = {"sorting-panel-container":"
|
|
3930
|
+
var css$w = {"sorting-panel-container":"U3a2Br","sortingPanelContainer":"U3a2Br"};
|
|
3831
3931
|
|
|
3832
3932
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
3833
3933
|
const sortAsc = useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -3852,7 +3952,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3852
3952
|
};
|
|
3853
3953
|
const ColumnHeaderDropdown = /* @__PURE__ */React__default.memo(ColumnHeaderDropdownImpl);
|
|
3854
3954
|
|
|
3855
|
-
var css$v = {"root":"
|
|
3955
|
+
var css$v = {"root":"wO5Yel","caption-wrapper":"lZEFWt","captionWrapper":"lZEFWt","sort-icon":"uoY-w4","sortIcon":"uoY-w4","dropdown-icon":"PSjnbt","dropdownIcon":"PSjnbt","infoIcon":"tFEOOh","resizable":"btW9eH","align-right":"huO-f1","alignRight":"huO-f1","align-center":"_4Z9DAU","alignCenter":"_4Z9DAU","caption":"uLrg--","truncate":"lZfAzO","upper-case":"BaX94h","upperCase":"BaX94h","checkbox":"nEnjrS","icon":"KARJeF","fold-all-icon":"Rmjyy2","foldAllIcon":"Rmjyy2","cell-tooltip":"_1Hi4yi","cellTooltip":"_1Hi4yi","resizing-marker":"o8prKr","resizingMarker":"o8prKr","pinned-right":"UsShPg","pinnedRight":"UsShPg","draggable":"_2OLjuO","ghost":"A3-pht","is-dragged-out":"xHFJwy","isDraggedOut":"xHFJwy","dnd-marker-left":"_0RTUOW","dndMarkerLeft":"_0RTUOW","dnd-marker-right":"GektSz","dndMarkerRight":"GektSz","cell-tooltip-wrapper":"uJ6iJu","cellTooltipWrapper":"uJ6iJu","cell-tooltip-text":"_493gaK","cellTooltipText":"_493gaK","tooltip-caption":"lVfLdq","tooltipCaption":"lVfLdq","tooltip-info":"Cp4FbQ","tooltipInfo":"Cp4FbQ"};
|
|
3856
3956
|
|
|
3857
3957
|
class DataTableHeaderCell extends React.Component {
|
|
3858
3958
|
constructor() {
|
|
@@ -3946,7 +4046,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3946
4046
|
}
|
|
3947
4047
|
}
|
|
3948
4048
|
|
|
3949
|
-
var css$u = {"root":"
|
|
4049
|
+
var css$u = {"root":"ibgs9S","caption-wrapper":"G7RApq","captionWrapper":"G7RApq","align-center":"DyjMt3","alignCenter":"DyjMt3","caption":"PSN1h7","truncate":"ik7XIp","upper-case":"-pSQFY","upperCase":"-pSQFY","group-cell-tooltip":"_6KEl2r","groupCellTooltip":"_6KEl2r","group-cell-tooltip-wrapper":"RdGvv1","groupCellTooltipWrapper":"RdGvv1","group-cell-tooltip-text":"J5Lasx","groupCellTooltipText":"J5Lasx","tooltip-caption":"C-T6d4","tooltipCaption":"C-T6d4","tooltip-info":"NKsj47","tooltipInfo":"NKsj47"};
|
|
3950
4050
|
|
|
3951
4051
|
class DataTableHeaderGroupCell extends React.Component {
|
|
3952
4052
|
constructor() {
|
|
@@ -3986,7 +4086,7 @@ class DataTableHeaderGroupCell extends React.Component {
|
|
|
3986
4086
|
}
|
|
3987
4087
|
}
|
|
3988
4088
|
|
|
3989
|
-
var css$t = {"root":"
|
|
4089
|
+
var css$t = {"root":"LOZpj1"};
|
|
3990
4090
|
|
|
3991
4091
|
const DataTableHeaderRow = /* @__PURE__ */withMods(DataTableHeaderRow$1, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
3992
4092
|
renderCell: (props) => (React.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
@@ -3998,9 +4098,12 @@ const UUI_FILTERS_PANEL_ADD_BUTTON = 'uui-filters-panel-add-button';
|
|
|
3998
4098
|
const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
3999
4099
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
4000
4100
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
4101
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = 'uui-filters-panel-item-toggler-title';
|
|
4102
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler-selection';
|
|
4103
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
|
|
4001
4104
|
const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
|
|
4002
4105
|
|
|
4003
|
-
var css$s = {"root":"
|
|
4106
|
+
var css$s = {"root":"bsRDan","title-wrapper":"RHl5gb","titleWrapper":"RHl5gb","title":"_5VcRHU","text-wrapper":"YTVwz7","textWrapper":"YTVwz7","selection":"Y6eLBn","postfix":"fH0L1x","selected":"I-fLTv"};
|
|
4004
4107
|
|
|
4005
4108
|
const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
4006
4109
|
const togglerPickerOpened = (e) => {
|
|
@@ -4023,14 +4126,14 @@ const FilterPanelItemToggler = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
4023
4126
|
};
|
|
4024
4127
|
const getTitle = props.predicateName ? `${props.title} ${props.predicateName}` : `${props.title}${props.selection ? ':' : ''}`;
|
|
4025
4128
|
const getSelectionText = () => props.selection.map((i, index) => (React.createElement(React.Fragment, { key: `${i}${index}` },
|
|
4026
|
-
React.createElement(
|
|
4129
|
+
React.createElement("div", { className: cx(css$s.selection, UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION) }, i),
|
|
4027
4130
|
(props.postfix || index !== props.selection.length - 1) && React.createElement("span", null, ",\u00A0"))));
|
|
4028
4131
|
return (React.createElement("div", { style: { maxWidth: `${props.maxWidth ? props.maxWidth + 'px' : 'auto'}` }, role: "button", tabIndex: props.isDisabled ? -1 : 0, onKeyDown: onKeyDownHandler, className: cx(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiElement.inputBox, uuiMarkers.clickable, props.isOpen && uuiMod.opened, props.selection?.length > 0 && uuiMarkers.hasValue, `uui-size-${props.size || settings.pickerInput.sizes.toggler.default}`, props.cx), onClick: togglerPickerOpened, ref: ref },
|
|
4029
4132
|
React.createElement("div", { className: css$s.titleWrapper },
|
|
4030
|
-
React.createElement(
|
|
4133
|
+
React.createElement("div", { className: cx(css$s.title, UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE) }, getTitle),
|
|
4031
4134
|
props.selection && (React.createElement("div", { className: css$s.textWrapper },
|
|
4032
4135
|
getSelectionText(),
|
|
4033
|
-
props.postfix && (React.createElement(
|
|
4136
|
+
props.postfix && (React.createElement("div", { className: cx(css$s.postfix, UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX) }, props.postfix))))),
|
|
4034
4137
|
!props.isDisabled && React.createElement(IconContainer, { icon: settings.filtersPanel.icons.itemDropdownIcon, flipY: props.isOpen, cx: "uui-icon-dropdown" })));
|
|
4035
4138
|
});
|
|
4036
4139
|
|
|
@@ -4168,7 +4271,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4168
4271
|
React__default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
4169
4272
|
}
|
|
4170
4273
|
|
|
4171
|
-
var css$r = {"container":"
|
|
4274
|
+
var css$r = {"container":"lrddOF"};
|
|
4172
4275
|
|
|
4173
4276
|
function FilterNumericBody(props) {
|
|
4174
4277
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -4212,12 +4315,12 @@ function FilterNumericBody(props) {
|
|
|
4212
4315
|
return (React__default.createElement(FlexRow, { padding: "12" },
|
|
4213
4316
|
React__default.createElement(FlexSpacer, null),
|
|
4214
4317
|
React__default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
4215
|
-
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : '
|
|
4318
|
+
React__default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[isMobile() ? 'mobileFooterLinkButton' : 'footerLinkButton'], caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
|
|
4216
4319
|
};
|
|
4217
4320
|
if (isInRangePredicate) {
|
|
4218
4321
|
const value = props.value;
|
|
4219
4322
|
return (React__default.createElement("div", null,
|
|
4220
|
-
React__default.createElement(FlexRow, { padding: "12", alignItems: "center",
|
|
4323
|
+
React__default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$r.container },
|
|
4221
4324
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
4222
4325
|
React__default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4223
4326
|
React__default.createElement(FlexCell, { width: "100%" },
|
|
@@ -4248,7 +4351,7 @@ function FilterItemBody(props) {
|
|
|
4248
4351
|
}
|
|
4249
4352
|
}
|
|
4250
4353
|
|
|
4251
|
-
var css$q = {"body":"
|
|
4354
|
+
var css$q = {"body":"_4Vjadg","header":"IWPH-Z","title":"aaMHNN","removeButton":"_73t7tH","with-search":"lqi9-q","withSearch":"lqi9-q"};
|
|
4252
4355
|
|
|
4253
4356
|
function useView(props, value) {
|
|
4254
4357
|
const forceUpdate = useForceUpdate();
|
|
@@ -4351,7 +4454,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4351
4454
|
};
|
|
4352
4455
|
const getPickerItemName = (item, config) => {
|
|
4353
4456
|
if (item.isLoading) {
|
|
4354
|
-
return
|
|
4457
|
+
return settings.filtersPanel.renderPlaceholder();
|
|
4355
4458
|
}
|
|
4356
4459
|
if (item.isUnknown) {
|
|
4357
4460
|
return 'Unknown';
|
|
@@ -4554,88 +4657,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4554
4657
|
}
|
|
4555
4658
|
const FiltersPanel = /* @__PURE__ */React__default.memo(FiltersToolbarImpl);
|
|
4556
4659
|
|
|
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"};
|
|
4660
|
+
var css$p = {"delete-button":"y6aO2N","deleteButton":"y6aO2N","tab-button":"Vp5SMy","tabButton":"Vp5SMy","targetOpen":"DacV7L"};
|
|
4639
4661
|
|
|
4640
4662
|
function PresetActionsDropdown(props) {
|
|
4641
4663
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -4660,7 +4682,7 @@ function PresetActionsDropdown(props) {
|
|
|
4660
4682
|
const successNotificationHandler = useCallback((text) => {
|
|
4661
4683
|
uuiNotifications
|
|
4662
4684
|
.show((props) => (React__default.createElement(SuccessNotification, { ...props },
|
|
4663
|
-
React__default.createElement(
|
|
4685
|
+
React__default.createElement("div", { className: "uui-presets-panel-notification-text" }, text))), { duration: 3 })
|
|
4664
4686
|
.catch(() => null);
|
|
4665
4687
|
}, []);
|
|
4666
4688
|
const saveInCurrentHandler = useCallback(() => {
|
|
@@ -4683,32 +4705,32 @@ function PresetActionsDropdown(props) {
|
|
|
4683
4705
|
const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
|
|
4684
4706
|
return (React__default.createElement(DropdownMenuBody, { ...dropdownProps },
|
|
4685
4707
|
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:
|
|
4708
|
+
!isReadonlyPreset && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: settings.presetsPanel.icons.saveInCurrentIcon, caption: "Save in current", onClick: () => { dropdownProps.onClose(); saveInCurrentHandler(); } })),
|
|
4709
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: settings.presetsPanel.icons.saveAsNewIcon, caption: "Save as new",
|
|
4688
4710
|
// We add setTimeout to call addPreset after dropdown will be closed, since dropdown has focus lock, and it broke autofocus on add new preset input
|
|
4689
4711
|
onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
|
|
4690
|
-
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon:
|
|
4712
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: settings.presetsPanel.icons.discardChangesIcon, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
|
|
4691
4713
|
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:
|
|
4714
|
+
isRenameAvailable && (React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: settings.presetsPanel.icons.renameIcon, caption: "Rename", onClick: props.renamePreset })),
|
|
4715
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: settings.presetsPanel.icons.copyIcon, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
|
|
4716
|
+
React__default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: settings.presetsPanel.icons.copyLinkIcon, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
4695
4717
|
!isReadonlyPreset && (React__default.createElement(React__default.Fragment, null,
|
|
4696
4718
|
React__default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
4697
|
-
React__default.createElement(DropdownMenuButton, { icon:
|
|
4719
|
+
React__default.createElement(DropdownMenuButton, { icon: settings.presetsPanel.icons.deleteIcon, caption: "Delete", cx: css$p.deleteButton, onClick: deleteHandler })))));
|
|
4698
4720
|
};
|
|
4699
4721
|
const renderTarget = useCallback((dropdownProps) => {
|
|
4700
|
-
return (React__default.createElement(IconButton, { cx: [css$
|
|
4722
|
+
return (React__default.createElement(IconButton, { cx: [css$p.tabButton, dropdownProps.isOpen && css$p.targetOpen], color: props.preset.id === props.activePresetId ? 'primary' : 'neutral', ...dropdownProps, icon: settings.presetsPanel.icons.menuIcon, size: settings.presetsPanel.sizes.dropdownTargetIconButton }));
|
|
4701
4723
|
}, []);
|
|
4702
4724
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4703
4725
|
}
|
|
4704
4726
|
|
|
4705
|
-
var css$n = {"preset-input-cell":"ORuLWh","presetInputCell":"ORuLWh","preset-input":"Dxhku2","presetInput":"Dxhku2"};
|
|
4706
|
-
|
|
4707
4727
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4708
4728
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
4709
4729
|
const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
|
|
4710
4730
|
const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
|
|
4711
4731
|
|
|
4732
|
+
var css$o = {"preset-input-cell":"v4V0HO","presetInputCell":"v4V0HO","preset-input":"etl1jT","presetInput":"etl1jT"};
|
|
4733
|
+
|
|
4712
4734
|
function PresetInput(props) {
|
|
4713
4735
|
const [presetCaption, setPresetCaption] = useState(props.preset?.name || '');
|
|
4714
4736
|
const [readonly, setReadonly] = useState(false);
|
|
@@ -4730,11 +4752,11 @@ function PresetInput(props) {
|
|
|
4730
4752
|
}
|
|
4731
4753
|
props.onCancel();
|
|
4732
4754
|
}, [presetCaption.length, props.onCancel]);
|
|
4733
|
-
return (React__default.createElement(FlexCell, { cx: [css$
|
|
4734
|
-
React__default.createElement(TextInput, { cx: css$
|
|
4755
|
+
return (React__default.createElement(FlexCell, { cx: [css$o.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
|
|
4756
|
+
React__default.createElement(TextInput, { cx: css$o.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4735
4757
|
}
|
|
4736
4758
|
|
|
4737
|
-
var css$
|
|
4759
|
+
var css$n = {"preset":"XfeRCC","activePreset":"_09fCYc"};
|
|
4738
4760
|
|
|
4739
4761
|
function Preset(props) {
|
|
4740
4762
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -4756,25 +4778,10 @@ function Preset(props) {
|
|
|
4756
4778
|
}, [props.preset]);
|
|
4757
4779
|
const isPresetActive = props.activePresetId === props.preset.id;
|
|
4758
4780
|
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$
|
|
4781
|
+
return (React__default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$n.preset, isPresetActive && css$n.activePreset, UUI_PRESETS_PANEL_PRESET], size: settings.presetsPanel.sizes.tabButton, withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: PresetActionsDropdownComponent, iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
4760
4782
|
}
|
|
4761
4783
|
|
|
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);
|
|
4784
|
+
var css$m = {"divider":"LvLXk-","dropdownDeleteIcon":"XZ1XXq","presetsWrapper":"xWOY2-","addPresetContainer":"FoHduO","dropContainer":"h7P-fs"};
|
|
4778
4785
|
|
|
4779
4786
|
function PresetsPanel(props) {
|
|
4780
4787
|
const [isAddingPreset, setIsAddingPreset] = useState(false);
|
|
@@ -4789,16 +4796,16 @@ function PresetsPanel(props) {
|
|
|
4789
4796
|
return React__default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
|
|
4790
4797
|
};
|
|
4791
4798
|
const renderAddPresetButton = useCallback(() => {
|
|
4792
|
-
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$
|
|
4799
|
+
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$m.addPresetContainer }, !isAddingPreset ? (React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: settings.presetsPanel.icons.addIcon, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
4793
4800
|
}, [isAddingPreset]);
|
|
4794
4801
|
const onPresetDropdownSelect = (preset) => {
|
|
4795
4802
|
props.choosePreset(preset.preset);
|
|
4796
4803
|
};
|
|
4797
4804
|
const renderMoreButtonDropdown = (item, hiddenItems) => {
|
|
4798
4805
|
return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
|
|
4799
|
-
React__default.createElement("div", { className: css$
|
|
4806
|
+
React__default.createElement("div", { className: css$m.divider }),
|
|
4800
4807
|
React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${hiddenItems?.length || ''} more`, ...props }))), renderBody: (propsBody) => (React__default.createElement(DropdownMenuBody, { minWidth: 230, maxHeight: 300, ...propsBody },
|
|
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 &&
|
|
4808
|
+
React__default.createElement(ScrollBars, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && settings.presetsPanel.icons.deleteIcon, iconPosition: "right", cx: css$m.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
4802
4809
|
};
|
|
4803
4810
|
const getPresetPriority = (preset, index) => {
|
|
4804
4811
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -4819,7 +4826,7 @@ function PresetsPanel(props) {
|
|
|
4819
4826
|
];
|
|
4820
4827
|
};
|
|
4821
4828
|
return (React__default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
|
|
4822
|
-
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$
|
|
4829
|
+
React__default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$m.presetsWrapper },
|
|
4823
4830
|
React__default.createElement(AdaptivePanel, { items: getPanelItems() }))));
|
|
4824
4831
|
}
|
|
4825
4832
|
|
|
@@ -4860,7 +4867,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4860
4867
|
return columns;
|
|
4861
4868
|
};
|
|
4862
4869
|
|
|
4863
|
-
var css$l = {"unpin-icon":"
|
|
4870
|
+
var css$l = {"unpin-icon":"_1AH3tB","unpinIcon":"_1AH3tB","pin-toggler-icon":"_8sDOsk","pinTogglerIcon":"_8sDOsk"};
|
|
4864
4871
|
|
|
4865
4872
|
function PinIconButton(props) {
|
|
4866
4873
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4902,7 +4909,7 @@ function getUnpinIcon(params) {
|
|
|
4902
4909
|
}
|
|
4903
4910
|
}
|
|
4904
4911
|
|
|
4905
|
-
var css$k = {"row-wrapper":"
|
|
4912
|
+
var css$k = {"row-wrapper":"dEsF-O","rowWrapper":"dEsF-O","pin-icon-button":"Z5S-wV","pinIconButton":"Z5S-wV","not-pinned":"cW3Y6I","notPinned":"cW3Y6I","checkbox":"GFL2MN","drag-handle":"j2uhA0","dragHandle":"j2uhA0","dnd-disabled":"yMAIa9","dndDisabled":"yMAIa9"};
|
|
4906
4913
|
|
|
4907
4914
|
const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
4908
4915
|
const { column } = props;
|
|
@@ -4925,7 +4932,7 @@ const ColumnRow = /* @__PURE__ */React.memo(function ColumnRow(props) {
|
|
|
4925
4932
|
return (React.createElement(DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4926
4933
|
});
|
|
4927
4934
|
|
|
4928
|
-
var css$j = {"root":"
|
|
4935
|
+
var css$j = {"root":"gPGwd0","main-panel":"tnL-QQ","mainPanel":"tnL-QQ","group":"MSibgI","group-title":"xL6cIh","groupTitle":"xL6cIh","group-items":"owXHBa","groupItems":"owXHBa","no-data":"ysQWHQ","noData":"ysQWHQ","no-data-title":"KiYjnK","noDataTitle":"KiYjnK","no-data-sub-title":"DoLrNC","noDataSubTitle":"DoLrNC","h-divider":"bYC2dw","hDivider":"bYC2dw","search-area":"J3Y5L9","searchArea":"J3Y5L9","subgroup-accordion":"-KiDz-","subgroupAccordion":"-KiDz-","subgroup":"bsDZS-","subgroup-title":"MN5ETp","subgroupTitle":"MN5ETp"};
|
|
4929
4936
|
|
|
4930
4937
|
const renderGroupTitle = (title, amount) => (React.createElement(FlexRow, { cx: css$j.group },
|
|
4931
4938
|
React.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -5027,7 +5034,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
5027
5034
|
return [children, rest];
|
|
5028
5035
|
};
|
|
5029
5036
|
|
|
5030
|
-
var css$i = {"listContainer":"
|
|
5037
|
+
var css$i = {"listContainer":"ioYG1a","header":"iJjQ2P","group":"_3WQbXp","stickyHeader":"fZxHdI"};
|
|
5031
5038
|
|
|
5032
5039
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
5033
5040
|
const rowRef = useRef();
|
|
@@ -5067,7 +5074,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
|
|
|
5067
5074
|
React__default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
5068
5075
|
}
|
|
5069
5076
|
|
|
5070
|
-
var css$h = {"root":"
|
|
5077
|
+
var css$h = {"root":"Zd2dVz","sticky-header":"iWssmP","stickyHeader":"iWssmP","no-results":"Si75EN","noResults":"Si75EN","icon":"muDhCS","title":"S4Oq9j"};
|
|
5071
5078
|
|
|
5072
5079
|
function DataTable(props) {
|
|
5073
5080
|
const { uuiModals } = useUuiContext();
|
|
@@ -5116,9 +5123,9 @@ function DataTable(props) {
|
|
|
5116
5123
|
} }))));
|
|
5117
5124
|
}
|
|
5118
5125
|
|
|
5119
|
-
var css$g = {"root":"
|
|
5126
|
+
var css$g = {"root":"-QkYV7"};
|
|
5120
5127
|
|
|
5121
|
-
var css$f = {"root":"
|
|
5128
|
+
var css$f = {"root":"nC9hvl","burger-content":"yTo2Bp","burgerContent":"yTo2Bp"};
|
|
5122
5129
|
|
|
5123
5130
|
var _path$3;
|
|
5124
5131
|
function _extends$3() { return _extends$3 = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$3.apply(null, arguments); }
|
|
@@ -5140,7 +5147,7 @@ function applyBurgerMods() {
|
|
|
5140
5147
|
}
|
|
5141
5148
|
const Burger = /* @__PURE__ */withMods(Burger$1, applyBurgerMods, () => ({
|
|
5142
5149
|
burgerIcon: ForwardRef$3,
|
|
5143
|
-
crossIcon: ForwardRef$
|
|
5150
|
+
crossIcon: ForwardRef$Q,
|
|
5144
5151
|
burgerContentCx: css$f.burgerContent,
|
|
5145
5152
|
}));
|
|
5146
5153
|
|
|
@@ -5161,7 +5168,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5161
5168
|
};
|
|
5162
5169
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgNavigationArrowDownOutline);
|
|
5163
5170
|
|
|
5164
|
-
var css$e = {"root":"
|
|
5171
|
+
var css$e = {"root":"dMo399","button-primary":"rznqJa","buttonPrimary":"rznqJa","button-secondary":"Qi1bhb","buttonSecondary":"Qi1bhb","hasIcon":"K-BwiO","dropdown":"U-HwfW"};
|
|
5165
5172
|
|
|
5166
5173
|
const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
5167
5174
|
css$e.root,
|
|
@@ -5172,13 +5179,13 @@ const BurgerButton = /* @__PURE__ */withMods(Button$1, (props) => [
|
|
|
5172
5179
|
props.icon && css$e.hasIcon,
|
|
5173
5180
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5174
5181
|
|
|
5175
|
-
var css$d = {"search-input":"
|
|
5182
|
+
var css$d = {"search-input":"dm-v5V","searchInput":"dm-v5V"};
|
|
5176
5183
|
|
|
5177
5184
|
function BurgerSearch(props) {
|
|
5178
|
-
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
5185
|
+
return (React.createElement(TextInput$1, { cx: cx(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$M, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$Q }));
|
|
5179
5186
|
}
|
|
5180
5187
|
|
|
5181
|
-
var css$c = {"root":"
|
|
5188
|
+
var css$c = {"root":"cu-edf","group-header":"D5Cx30","groupHeader":"D5Cx30","group-name":"irEFbg","groupName":"irEFbg","line":"kmS6Q9"};
|
|
5182
5189
|
|
|
5183
5190
|
function BurgerGroupHeader(props) {
|
|
5184
5191
|
return (React.createElement("div", { className: cx(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5186,7 +5193,7 @@ function BurgerGroupHeader(props) {
|
|
|
5186
5193
|
React.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5187
5194
|
}
|
|
5188
5195
|
|
|
5189
|
-
var css$b = {"root":"
|
|
5196
|
+
var css$b = {"root":"ADUPPw","type-primary":"_9PhtQ9","typePrimary":"_9PhtQ9","type-secondary":"LnHLZR","typeSecondary":"LnHLZR"};
|
|
5190
5197
|
|
|
5191
5198
|
const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5192
5199
|
const { type, ...clickableProps } = props;
|
|
@@ -5205,10 +5212,10 @@ const MainMenuButton = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5205
5212
|
props.caption && (React.createElement("div", { className: uuiElement.caption }, props.caption)),
|
|
5206
5213
|
props.count !== undefined && props.count !== null && (React.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
|
|
5207
5214
|
props.icon && props.iconPosition === 'right' && (React.createElement(IconContainer, { icon: props.icon, onClick: props.onIconClick })),
|
|
5208
|
-
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$
|
|
5215
|
+
props.isDropdown && (React.createElement(IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5209
5216
|
});
|
|
5210
5217
|
|
|
5211
|
-
var css$a = {"dropdown-body":"
|
|
5218
|
+
var css$a = {"dropdown-body":"N5w4n1","dropdownBody":"N5w4n1"};
|
|
5212
5219
|
|
|
5213
5220
|
class MainMenuDropdown extends React.Component {
|
|
5214
5221
|
render() {
|
|
@@ -5266,28 +5273,28 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5266
5273
|
};
|
|
5267
5274
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5268
5275
|
|
|
5269
|
-
var css$9 = {"global-menu-btn":"
|
|
5276
|
+
var css$9 = {"global-menu-btn":"WhrpaJ","globalMenuBtn":"WhrpaJ","global-menu-icon":"qepEFg","globalMenuIcon":"qepEFg"};
|
|
5270
5277
|
|
|
5271
5278
|
const GlobalMenu = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5272
5279
|
React.createElement(IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5273
5280
|
|
|
5274
|
-
var css$8 = {"container":"
|
|
5281
|
+
var css$8 = {"container":"_1nFAS6","open":"OkhfLe","folding-arrow":"MouE9S","foldingArrow":"MouE9S"};
|
|
5275
5282
|
|
|
5276
5283
|
const MainMenuAvatar = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5277
5284
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
5278
5285
|
props.icon && React.createElement(IconContainer, { icon: props.icon }),
|
|
5279
5286
|
props.isDropdown && (React.createElement("div", null,
|
|
5280
|
-
React.createElement(IconContainer, { size: 18, icon: ForwardRef$
|
|
5287
|
+
React.createElement(IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5281
5288
|
|
|
5282
|
-
var css$7 = {"search-input":"
|
|
5289
|
+
var css$7 = {"search-input":"_4erai1","searchInput":"_4erai1"};
|
|
5283
5290
|
|
|
5284
|
-
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$
|
|
5291
|
+
const MainMenuSearch = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, { ...props, render: (iEditable) => (React.createElement(TextInput$1, { iconPosition: "left", icon: ForwardRef$M, cancelIcon: props.value?.length > 0 && ForwardRef$Q, ...props, ...iEditable, ref: ref, cx: cx$1(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5285
5292
|
|
|
5286
|
-
var css$6 = {"container":"
|
|
5293
|
+
var css$6 = {"container":"nqgohX"};
|
|
5287
5294
|
|
|
5288
5295
|
const MainMenuIcon = /* @__PURE__ */React.forwardRef((props, ref) => (React.createElement(IconButton, { ref: ref, icon: props.icon, cx: cx$1(props.cx, css$6.container), ...props })));
|
|
5289
5296
|
|
|
5290
|
-
var css$5 = {"root":"
|
|
5297
|
+
var css$5 = {"root":"_6u9IYh"};
|
|
5291
5298
|
|
|
5292
5299
|
const Anchor = /* @__PURE__ */withMods(Anchor$1, () => [css$5.root]);
|
|
5293
5300
|
|
|
@@ -5345,7 +5352,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5345
5352
|
};
|
|
5346
5353
|
var ForwardRef = /*#__PURE__*/forwardRef(SvgFileCloudUploadFill);
|
|
5347
5354
|
|
|
5348
|
-
var css$4 = {"root":"
|
|
5355
|
+
var css$4 = {"root":"El2wBi","drop-start":"ffpMwX","dropStart":"ffpMwX","drop-over":"BYvgmc","dropOver":"BYvgmc","link":"_0q6m9M","drop-area":"fy39SQ","dropArea":"fy39SQ","drop-caption":"-p07Km","dropCaption":"-p07Km","icon-blue":"_8-GCGv","iconBlue":"_8-GCGv"};
|
|
5349
5356
|
|
|
5350
5357
|
function DropSpot(props) {
|
|
5351
5358
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5363,7 +5370,7 @@ function DropSpot(props) {
|
|
|
5363
5370
|
return React.createElement(DropSpot$1, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5364
5371
|
}
|
|
5365
5372
|
|
|
5366
|
-
var css$3 = {"root":"
|
|
5373
|
+
var css$3 = {"root":"F-TSv6"};
|
|
5367
5374
|
|
|
5368
5375
|
const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5369
5376
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5374,7 +5381,7 @@ const SvgCircleProgress = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
5374
5381
|
React.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5375
5382
|
});
|
|
5376
5383
|
|
|
5377
|
-
var css$2 = {"root":"
|
|
5384
|
+
var css$2 = {"root":"NifKu1","file-name":"FXNB7P","fileName":"FXNB7P","default-color":"z0DYrf","defaultColor":"z0DYrf","doc-color":"PnTY49","docColor":"PnTY49","xls-color":"DHjF29","xlsColor":"DHjF29","pdf-color":"FJJdgU","pdfColor":"FJJdgU","movie-color":"_9oA2AO","movieColor":"_9oA2AO","img-color":"_4VfHCy","imgColor":"_4VfHCy","mov-color":"zw0Rno","movColor":"zw0Rno","error-block":"L1MCeq","errorBlock":"L1MCeq","icons-block":"yELlVQ","iconsBlock":"yELlVQ"};
|
|
5378
5385
|
|
|
5379
5386
|
const FileCard = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
5380
5387
|
const [isLoadingShow, setIsLoadingShow] = React.useState(true);
|
|
@@ -5493,7 +5500,7 @@ const getErrorPageConfig = () => ({
|
|
|
5493
5500
|
},
|
|
5494
5501
|
});
|
|
5495
5502
|
|
|
5496
|
-
var css$1 = {"container":"
|
|
5503
|
+
var css$1 = {"container":"PzrAjn"};
|
|
5497
5504
|
|
|
5498
5505
|
const ErrorPage = (props) => {
|
|
5499
5506
|
const isMobileScreen = isMobile();
|
|
@@ -5505,7 +5512,7 @@ const ErrorPage = (props) => {
|
|
|
5505
5512
|
props?.supportLink && React__default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5506
5513
|
};
|
|
5507
5514
|
|
|
5508
|
-
var css = {"recovery-spinner":"
|
|
5515
|
+
var css = {"recovery-spinner":"SdDCOF","recoverySpinner":"SdDCOF","recovery-message":"_2cYhnL","recoveryMessage":"_2cYhnL","modal-blocker":"kmvoVb","modalBlocker":"kmvoVb","modalFadeIn":"YJD7dh"};
|
|
5509
5516
|
|
|
5510
5517
|
function ErrorHandler(props) {
|
|
5511
5518
|
const { uuiNotifications, uuiModals, uuiApi } = useUuiContext();
|