@epam/uui 5.13.3-beta.13 → 5.13.3-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/buttons/Button.d.ts +1 -1
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +2 -2
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerBody.d.ts +3 -4
- package/components/datePickers/RangeDatePickerBody.d.ts.map +1 -1
- package/components/datePickers/RangeDatePickerInput.d.ts +1 -5
- package/components/datePickers/RangeDatePickerInput.d.ts.map +1 -1
- package/components/datePickers/types.d.ts +2 -2
- package/components/datePickers/types.d.ts.map +1 -1
- package/components/filters/FilterNumericBody.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +2 -2
- package/components/filters/FilterPanelItemToggler.d.ts.map +1 -1
- package/components/filters/FilterPickerBody.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts +1 -1
- package/components/filters/FilterRangeDatePickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanel.d.ts +1 -1
- package/components/filters/FiltersPanel.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/filters/PresetPanel/Preset.d.ts +1 -1
- package/components/filters/PresetPanel/Preset.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts +1 -1
- package/components/filters/PresetPanel/PresetActionsDropdown.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts +1 -1
- package/components/filters/PresetPanel/PresetInput.d.ts.map +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts +1 -1
- package/components/filters/PresetPanel/PresetsPanel.d.ts.map +1 -1
- package/components/filters/constants.d.ts +4 -0
- package/components/filters/constants.d.ts.map +1 -1
- package/components/overlays/NotificationCard.d.ts +1 -1
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/DataPickerFooter.d.ts.map +1 -1
- package/index.esm.js +544 -531
- package/index.esm.js.map +1 -1
- package/index.js +544 -531
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/settings.d.ts +31 -2
- package/settings.d.ts.map +1 -1
- package/stats.html +2 -2
- package/styles.css +1119 -1049
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -49,24 +49,9 @@ var customParseFormat__default = /*#__PURE__*/_interopDefault(customParseFormat)
|
|
|
49
49
|
var isoWeek__default = /*#__PURE__*/_interopDefault(isoWeek);
|
|
50
50
|
var FocusLock__default = /*#__PURE__*/_interopDefault(FocusLock);
|
|
51
51
|
|
|
52
|
-
var _path$R;
|
|
53
|
-
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); }
|
|
54
|
-
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
55
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
|
|
56
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
57
|
-
width: 24,
|
|
58
|
-
height: 24,
|
|
59
|
-
viewBox: "0 0 24 24",
|
|
60
|
-
ref: ref
|
|
61
|
-
}, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
|
|
62
|
-
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"
|
|
63
|
-
})));
|
|
64
|
-
};
|
|
65
|
-
var ForwardRef$R = /*#__PURE__*/React.forwardRef(SvgNavigationCloseOutline);
|
|
66
|
-
|
|
67
52
|
var _path$Q;
|
|
68
53
|
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); }
|
|
69
|
-
var
|
|
54
|
+
var SvgNavigationCloseOutline = function SvgNavigationCloseOutline(props, ref) {
|
|
70
55
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
|
|
71
56
|
xmlns: "http://www.w3.org/2000/svg",
|
|
72
57
|
width: 24,
|
|
@@ -74,14 +59,14 @@ var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(p
|
|
|
74
59
|
viewBox: "0 0 24 24",
|
|
75
60
|
ref: ref
|
|
76
61
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
77
|
-
d: "
|
|
62
|
+
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"
|
|
78
63
|
})));
|
|
79
64
|
};
|
|
80
|
-
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(
|
|
65
|
+
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(SvgNavigationCloseOutline);
|
|
81
66
|
|
|
82
67
|
var _path$P;
|
|
83
68
|
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); }
|
|
84
|
-
var
|
|
69
|
+
var SvgNavigationChevronDownOutline = function SvgNavigationChevronDownOutline(props, ref) {
|
|
85
70
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
|
|
86
71
|
xmlns: "http://www.w3.org/2000/svg",
|
|
87
72
|
width: 24,
|
|
@@ -89,14 +74,14 @@ var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref)
|
|
|
89
74
|
viewBox: "0 0 24 24",
|
|
90
75
|
ref: ref
|
|
91
76
|
}, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
92
|
-
d: "
|
|
77
|
+
d: "M5.414 8.086 4 9.5l8 8 8-8-1.414-1.414L12 14.672 5.414 8.086z"
|
|
93
78
|
})));
|
|
94
79
|
};
|
|
95
|
-
var ForwardRef$P = /*#__PURE__*/React.forwardRef(
|
|
80
|
+
var ForwardRef$P = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDownOutline);
|
|
96
81
|
|
|
97
82
|
var _path$O;
|
|
98
83
|
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); }
|
|
99
|
-
var
|
|
84
|
+
var SvgNotificationDoneOutline = function SvgNotificationDoneOutline(props, ref) {
|
|
100
85
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
|
|
101
86
|
xmlns: "http://www.w3.org/2000/svg",
|
|
102
87
|
width: 24,
|
|
@@ -104,14 +89,14 @@ var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
|
104
89
|
viewBox: "0 0 24 24",
|
|
105
90
|
ref: ref
|
|
106
91
|
}, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
|
|
107
|
-
d: "
|
|
92
|
+
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"
|
|
108
93
|
})));
|
|
109
94
|
};
|
|
110
|
-
var ForwardRef$O = /*#__PURE__*/React.forwardRef(
|
|
95
|
+
var ForwardRef$O = /*#__PURE__*/React.forwardRef(SvgNotificationDoneOutline);
|
|
111
96
|
|
|
112
97
|
var _path$N;
|
|
113
98
|
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); }
|
|
114
|
-
var
|
|
99
|
+
var SvgContentMinusOutline = function SvgContentMinusOutline(props, ref) {
|
|
115
100
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
|
|
116
101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
117
102
|
width: 24,
|
|
@@ -119,16 +104,14 @@ var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
|
119
104
|
viewBox: "0 0 24 24",
|
|
120
105
|
ref: ref
|
|
121
106
|
}, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
|
|
122
|
-
|
|
123
|
-
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",
|
|
124
|
-
clipRule: "evenodd"
|
|
107
|
+
d: "M19 10.5H5v3h14v-3z"
|
|
125
108
|
})));
|
|
126
109
|
};
|
|
127
|
-
var ForwardRef$N = /*#__PURE__*/React.forwardRef(
|
|
110
|
+
var ForwardRef$N = /*#__PURE__*/React.forwardRef(SvgContentMinusOutline);
|
|
128
111
|
|
|
129
112
|
var _path$M;
|
|
130
113
|
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); }
|
|
131
|
-
var
|
|
114
|
+
var SvgActionSearchOutline = function SvgActionSearchOutline(props, ref) {
|
|
132
115
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
133
116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
134
117
|
width: 24,
|
|
@@ -136,14 +119,16 @@ var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
|
136
119
|
viewBox: "0 0 24 24",
|
|
137
120
|
ref: ref
|
|
138
121
|
}, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
|
|
139
|
-
|
|
122
|
+
fillRule: "evenodd",
|
|
123
|
+
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",
|
|
124
|
+
clipRule: "evenodd"
|
|
140
125
|
})));
|
|
141
126
|
};
|
|
142
|
-
var ForwardRef$M = /*#__PURE__*/React.forwardRef(
|
|
127
|
+
var ForwardRef$M = /*#__PURE__*/React.forwardRef(SvgActionSearchOutline);
|
|
143
128
|
|
|
144
129
|
var _path$L;
|
|
145
130
|
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); }
|
|
146
|
-
var
|
|
131
|
+
var SvgActionCalendarFill = function SvgActionCalendarFill(props, ref) {
|
|
147
132
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
148
133
|
xmlns: "http://www.w3.org/2000/svg",
|
|
149
134
|
width: 24,
|
|
@@ -151,14 +136,14 @@ var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref)
|
|
|
151
136
|
viewBox: "0 0 24 24",
|
|
152
137
|
ref: ref
|
|
153
138
|
}, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
|
|
154
|
-
d: "
|
|
139
|
+
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"
|
|
155
140
|
})));
|
|
156
141
|
};
|
|
157
|
-
var ForwardRef$L = /*#__PURE__*/React.forwardRef(
|
|
142
|
+
var ForwardRef$L = /*#__PURE__*/React.forwardRef(SvgActionCalendarFill);
|
|
158
143
|
|
|
159
144
|
var _path$K;
|
|
160
145
|
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); }
|
|
161
|
-
var
|
|
146
|
+
var SvgNotificationInfoOutline = function SvgNotificationInfoOutline(props, ref) {
|
|
162
147
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
163
148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
164
149
|
width: 24,
|
|
@@ -166,15 +151,30 @@ var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
|
166
151
|
viewBox: "0 0 24 24",
|
|
167
152
|
ref: ref
|
|
168
153
|
}, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
|
|
169
|
-
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
|
|
154
|
+
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"
|
|
170
155
|
})));
|
|
171
156
|
};
|
|
172
|
-
var ForwardRef$K = /*#__PURE__*/React.forwardRef(
|
|
157
|
+
var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgNotificationInfoOutline);
|
|
173
158
|
|
|
174
|
-
var _path$J
|
|
159
|
+
var _path$J;
|
|
175
160
|
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); }
|
|
176
|
-
var
|
|
161
|
+
var SvgNotificationInfoFill = function SvgNotificationInfoFill(props, ref) {
|
|
177
162
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
163
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
164
|
+
width: 24,
|
|
165
|
+
height: 24,
|
|
166
|
+
viewBox: "0 0 24 24",
|
|
167
|
+
ref: ref
|
|
168
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
|
|
169
|
+
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"
|
|
170
|
+
})));
|
|
171
|
+
};
|
|
172
|
+
var ForwardRef$J = /*#__PURE__*/React.forwardRef(SvgNotificationInfoFill);
|
|
173
|
+
|
|
174
|
+
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;
|
|
175
|
+
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); }
|
|
176
|
+
var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
178
178
|
width: 232,
|
|
179
179
|
height: 180,
|
|
180
180
|
viewBox: "0 0 232 180",
|
|
@@ -182,8 +182,8 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
182
182
|
xmlns: "http://www.w3.org/2000/svg",
|
|
183
183
|
ref: ref
|
|
184
184
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
185
|
-
clipPath: "url(#
|
|
186
|
-
}, _path$
|
|
185
|
+
clipPath: "url(#9nmqp40mapwie5hvaa_a)"
|
|
186
|
+
}, _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
187
187
|
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",
|
|
188
188
|
fill: "#F5F6FA"
|
|
189
189
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -203,7 +203,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
203
203
|
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",
|
|
204
204
|
fill: "#1D1E26"
|
|
205
205
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
206
|
-
id: "
|
|
206
|
+
id: "9nmqp4cercd5kab2_b",
|
|
207
207
|
style: {
|
|
208
208
|
maskType: "alpha"
|
|
209
209
|
},
|
|
@@ -216,7 +216,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
216
216
|
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",
|
|
217
217
|
fill: "#9BDEFF"
|
|
218
218
|
}))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
219
|
-
mask: "url(#
|
|
219
|
+
mask: "url(#9nmqp4cercd5kab2_b)",
|
|
220
220
|
fillRule: "evenodd",
|
|
221
221
|
clipRule: "evenodd"
|
|
222
222
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -302,33 +302,18 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
302
302
|
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",
|
|
303
303
|
fill: "#fff"
|
|
304
304
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
305
|
-
id: "
|
|
305
|
+
id: "9nmqp40mapwie5hvaa_a"
|
|
306
306
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
307
307
|
fill: "#fff",
|
|
308
308
|
transform: "translate(.552)",
|
|
309
309
|
d: "M0 0h230.897v180H0z"
|
|
310
310
|
})))));
|
|
311
311
|
};
|
|
312
|
-
var ForwardRef$
|
|
313
|
-
|
|
314
|
-
var _path$I;
|
|
315
|
-
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); }
|
|
316
|
-
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
317
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
318
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
319
|
-
width: 24,
|
|
320
|
-
height: 24,
|
|
321
|
-
viewBox: "0 0 24 24",
|
|
322
|
-
ref: ref
|
|
323
|
-
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
324
|
-
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
325
|
-
})));
|
|
326
|
-
};
|
|
327
|
-
var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgTableSortAscOutline);
|
|
312
|
+
var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
328
313
|
|
|
329
314
|
var _path$H;
|
|
330
315
|
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); }
|
|
331
|
-
var
|
|
316
|
+
var SvgTableSortAscOutline = function SvgTableSortAscOutline(props, ref) {
|
|
332
317
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
333
318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
334
319
|
width: 24,
|
|
@@ -336,14 +321,14 @@ var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
|
336
321
|
viewBox: "0 0 24 24",
|
|
337
322
|
ref: ref
|
|
338
323
|
}, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
|
|
339
|
-
d: "
|
|
324
|
+
d: "M11 21V6.825L9.4 8.4 8 7l4-4 4 4-1.4 1.4L13 6.825V21h-2z"
|
|
340
325
|
})));
|
|
341
326
|
};
|
|
342
|
-
var ForwardRef$H = /*#__PURE__*/React.forwardRef(
|
|
327
|
+
var ForwardRef$H = /*#__PURE__*/React.forwardRef(SvgTableSortAscOutline);
|
|
343
328
|
|
|
344
329
|
var _path$G;
|
|
345
330
|
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); }
|
|
346
|
-
var
|
|
331
|
+
var SvgTableSortDescOutline = function SvgTableSortDescOutline(props, ref) {
|
|
347
332
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
348
333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
349
334
|
width: 24,
|
|
@@ -351,14 +336,14 @@ var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props
|
|
|
351
336
|
viewBox: "0 0 24 24",
|
|
352
337
|
ref: ref
|
|
353
338
|
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
354
|
-
d: "
|
|
339
|
+
d: "M13 3v14.175l1.6-1.575L16 17l-4 4-4-4 1.4-1.4 1.6 1.575V3h2z"
|
|
355
340
|
})));
|
|
356
341
|
};
|
|
357
|
-
var ForwardRef$G = /*#__PURE__*/React.forwardRef(
|
|
342
|
+
var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgTableSortDescOutline);
|
|
358
343
|
|
|
359
344
|
var _path$F;
|
|
360
345
|
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); }
|
|
361
|
-
var
|
|
346
|
+
var SvgActionDragIndicatorOutline = function SvgActionDragIndicatorOutline(props, ref) {
|
|
362
347
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
363
348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
364
349
|
width: 24,
|
|
@@ -366,16 +351,14 @@ var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props,
|
|
|
366
351
|
viewBox: "0 0 24 24",
|
|
367
352
|
ref: ref
|
|
368
353
|
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
369
|
-
|
|
370
|
-
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",
|
|
371
|
-
clipRule: "evenodd"
|
|
354
|
+
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"
|
|
372
355
|
})));
|
|
373
356
|
};
|
|
374
|
-
var ForwardRef$F = /*#__PURE__*/React.forwardRef(
|
|
357
|
+
var ForwardRef$F = /*#__PURE__*/React.forwardRef(SvgActionDragIndicatorOutline);
|
|
375
358
|
|
|
376
359
|
var _path$E;
|
|
377
360
|
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); }
|
|
378
|
-
var
|
|
361
|
+
var SvgNavigationMoreVertOutline = function SvgNavigationMoreVertOutline(props, ref) {
|
|
379
362
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
380
363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
381
364
|
width: 24,
|
|
@@ -383,14 +366,16 @@ var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, re
|
|
|
383
366
|
viewBox: "0 0 24 24",
|
|
384
367
|
ref: ref
|
|
385
368
|
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
386
|
-
|
|
369
|
+
fillRule: "evenodd",
|
|
370
|
+
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",
|
|
371
|
+
clipRule: "evenodd"
|
|
387
372
|
})));
|
|
388
373
|
};
|
|
389
|
-
var ForwardRef$E = /*#__PURE__*/React.forwardRef(
|
|
374
|
+
var ForwardRef$E = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVertOutline);
|
|
390
375
|
|
|
391
376
|
var _path$D;
|
|
392
377
|
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); }
|
|
393
|
-
var
|
|
378
|
+
var SvgNavigationRefreshOutline = function SvgNavigationRefreshOutline(props, ref) {
|
|
394
379
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
395
380
|
xmlns: "http://www.w3.org/2000/svg",
|
|
396
381
|
width: 24,
|
|
@@ -398,16 +383,14 @@ var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
|
398
383
|
viewBox: "0 0 24 24",
|
|
399
384
|
ref: ref
|
|
400
385
|
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
401
|
-
|
|
402
|
-
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",
|
|
403
|
-
clipRule: "evenodd"
|
|
386
|
+
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"
|
|
404
387
|
})));
|
|
405
388
|
};
|
|
406
|
-
var ForwardRef$D = /*#__PURE__*/React.forwardRef(
|
|
389
|
+
var ForwardRef$D = /*#__PURE__*/React.forwardRef(SvgNavigationRefreshOutline);
|
|
407
390
|
|
|
408
|
-
var _path$C
|
|
391
|
+
var _path$C;
|
|
409
392
|
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); }
|
|
410
|
-
var
|
|
393
|
+
var SvgActionLockFill = function SvgActionLockFill(props, ref) {
|
|
411
394
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
412
395
|
xmlns: "http://www.w3.org/2000/svg",
|
|
413
396
|
width: 24,
|
|
@@ -415,18 +398,16 @@ var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, re
|
|
|
415
398
|
viewBox: "0 0 24 24",
|
|
416
399
|
ref: ref
|
|
417
400
|
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
418
|
-
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
419
|
-
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
420
401
|
fillRule: "evenodd",
|
|
421
|
-
d: "
|
|
402
|
+
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",
|
|
422
403
|
clipRule: "evenodd"
|
|
423
404
|
})));
|
|
424
405
|
};
|
|
425
|
-
var ForwardRef$C = /*#__PURE__*/React.forwardRef(
|
|
406
|
+
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgActionLockFill);
|
|
426
407
|
|
|
427
|
-
var _path$B, _path2$
|
|
408
|
+
var _path$B, _path2$4;
|
|
428
409
|
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); }
|
|
429
|
-
var
|
|
410
|
+
var SvgTableGroupColumnLeftFill = function SvgTableGroupColumnLeftFill(props, ref) {
|
|
430
411
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
431
412
|
xmlns: "http://www.w3.org/2000/svg",
|
|
432
413
|
width: 24,
|
|
@@ -434,18 +415,18 @@ var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props,
|
|
|
434
415
|
viewBox: "0 0 24 24",
|
|
435
416
|
ref: ref
|
|
436
417
|
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
437
|
-
d: "
|
|
438
|
-
})), _path2$
|
|
418
|
+
d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z"
|
|
419
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
439
420
|
fillRule: "evenodd",
|
|
440
|
-
d: "
|
|
421
|
+
d: "M13 21V3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6zm2-16h4v14h-4V5z",
|
|
441
422
|
clipRule: "evenodd"
|
|
442
423
|
})));
|
|
443
424
|
};
|
|
444
|
-
var ForwardRef$B = /*#__PURE__*/React.forwardRef(
|
|
425
|
+
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnLeftFill);
|
|
445
426
|
|
|
446
|
-
var _path$A;
|
|
427
|
+
var _path$A, _path2$3;
|
|
447
428
|
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); }
|
|
448
|
-
var
|
|
429
|
+
var SvgTableGroupColumnRightFill = function SvgTableGroupColumnRightFill(props, ref) {
|
|
449
430
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
450
431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
451
432
|
width: 24,
|
|
@@ -453,14 +434,18 @@ var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
|
453
434
|
viewBox: "0 0 24 24",
|
|
454
435
|
ref: ref
|
|
455
436
|
}, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
|
456
|
-
d: "
|
|
437
|
+
d: "M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-6V3z"
|
|
438
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
439
|
+
fillRule: "evenodd",
|
|
440
|
+
d: "M9 5H5v14h4V5zM5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6V3H5z",
|
|
441
|
+
clipRule: "evenodd"
|
|
457
442
|
})));
|
|
458
443
|
};
|
|
459
|
-
var ForwardRef$A = /*#__PURE__*/React.forwardRef(
|
|
444
|
+
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgTableGroupColumnRightFill);
|
|
460
445
|
|
|
461
446
|
var _path$z;
|
|
462
447
|
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); }
|
|
463
|
-
var
|
|
448
|
+
var SvgTableSwapOutline = function SvgTableSwapOutline(props, ref) {
|
|
464
449
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
465
450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
466
451
|
width: 24,
|
|
@@ -468,14 +453,14 @@ var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
|
468
453
|
viewBox: "0 0 24 24",
|
|
469
454
|
ref: ref
|
|
470
455
|
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
471
|
-
d: "
|
|
456
|
+
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"
|
|
472
457
|
})));
|
|
473
458
|
};
|
|
474
|
-
var ForwardRef$z = /*#__PURE__*/React.forwardRef(
|
|
459
|
+
var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgTableSwapOutline);
|
|
475
460
|
|
|
476
461
|
var _path$y;
|
|
477
462
|
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); }
|
|
478
|
-
var
|
|
463
|
+
var SvgContentFiltrationFill = function SvgContentFiltrationFill(props, ref) {
|
|
479
464
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
480
465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
481
466
|
width: 24,
|
|
@@ -483,14 +468,14 @@ var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props
|
|
|
483
468
|
viewBox: "0 0 24 24",
|
|
484
469
|
ref: ref
|
|
485
470
|
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
486
|
-
d: "
|
|
471
|
+
d: "M14 13v8l-4-2v-6L2.95 4h18.1L14 13z"
|
|
487
472
|
})));
|
|
488
473
|
};
|
|
489
|
-
var ForwardRef$y = /*#__PURE__*/React.forwardRef(
|
|
474
|
+
var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgContentFiltrationFill);
|
|
490
475
|
|
|
491
476
|
var _path$x;
|
|
492
477
|
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); }
|
|
493
|
-
var
|
|
478
|
+
var SvgNavigationChevronUpOutline = function SvgNavigationChevronUpOutline(props, ref) {
|
|
494
479
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
495
480
|
xmlns: "http://www.w3.org/2000/svg",
|
|
496
481
|
width: 24,
|
|
@@ -498,14 +483,14 @@ var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(p
|
|
|
498
483
|
viewBox: "0 0 24 24",
|
|
499
484
|
ref: ref
|
|
500
485
|
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
501
|
-
d: "
|
|
486
|
+
d: "M18.586 15.914 20 14.5l-8-8-8 8 1.414 1.414L12 9.328l6.586 6.586z"
|
|
502
487
|
})));
|
|
503
488
|
};
|
|
504
|
-
var ForwardRef$x = /*#__PURE__*/React.forwardRef(
|
|
489
|
+
var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNavigationChevronUpOutline);
|
|
505
490
|
|
|
506
491
|
var _path$w;
|
|
507
492
|
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); }
|
|
508
|
-
var
|
|
493
|
+
var SvgNavigationCollapseAllOutline = function SvgNavigationCollapseAllOutline(props, ref) {
|
|
509
494
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
510
495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
511
496
|
width: 24,
|
|
@@ -513,14 +498,14 @@ var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props
|
|
|
513
498
|
viewBox: "0 0 24 24",
|
|
514
499
|
ref: ref
|
|
515
500
|
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
516
|
-
d: "
|
|
501
|
+
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"
|
|
517
502
|
})));
|
|
518
503
|
};
|
|
519
|
-
var ForwardRef$w = /*#__PURE__*/React.forwardRef(
|
|
504
|
+
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNavigationCollapseAllOutline);
|
|
520
505
|
|
|
521
506
|
var _path$v;
|
|
522
507
|
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); }
|
|
523
|
-
var
|
|
508
|
+
var SvgNavigationExpandAllOutline = function SvgNavigationExpandAllOutline(props, ref) {
|
|
524
509
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
525
510
|
xmlns: "http://www.w3.org/2000/svg",
|
|
526
511
|
width: 24,
|
|
@@ -528,14 +513,14 @@ var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
|
528
513
|
viewBox: "0 0 24 24",
|
|
529
514
|
ref: ref
|
|
530
515
|
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
531
|
-
d: "
|
|
516
|
+
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"
|
|
532
517
|
})));
|
|
533
518
|
};
|
|
534
|
-
var ForwardRef$v = /*#__PURE__*/React.forwardRef(
|
|
519
|
+
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNavigationExpandAllOutline);
|
|
535
520
|
|
|
536
521
|
var _path$u;
|
|
537
522
|
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); }
|
|
538
|
-
var
|
|
523
|
+
var SvgActionSettingsFill = function SvgActionSettingsFill(props, ref) {
|
|
539
524
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
540
525
|
xmlns: "http://www.w3.org/2000/svg",
|
|
541
526
|
width: 24,
|
|
@@ -543,14 +528,14 @@ var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(p
|
|
|
543
528
|
viewBox: "0 0 24 24",
|
|
544
529
|
ref: ref
|
|
545
530
|
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
546
|
-
d: "
|
|
531
|
+
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"
|
|
547
532
|
})));
|
|
548
533
|
};
|
|
549
|
-
var ForwardRef$u = /*#__PURE__*/React.forwardRef(
|
|
534
|
+
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgActionSettingsFill);
|
|
550
535
|
|
|
551
536
|
var _path$t;
|
|
552
537
|
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); }
|
|
553
|
-
var
|
|
538
|
+
var SvgNavigationChevronLeftOutline = function SvgNavigationChevronLeftOutline(props, ref) {
|
|
554
539
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
555
540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
556
541
|
width: 24,
|
|
@@ -558,14 +543,14 @@ var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline
|
|
|
558
543
|
viewBox: "0 0 24 24",
|
|
559
544
|
ref: ref
|
|
560
545
|
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
561
|
-
d: "
|
|
546
|
+
d: "M15.914 5.414 14.5 4l-8 8 8 8 1.414-1.414L9.328 12l6.586-6.586z"
|
|
562
547
|
})));
|
|
563
548
|
};
|
|
564
|
-
var ForwardRef$t = /*#__PURE__*/React.forwardRef(
|
|
549
|
+
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeftOutline);
|
|
565
550
|
|
|
566
551
|
var _path$s;
|
|
567
552
|
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); }
|
|
568
|
-
var
|
|
553
|
+
var SvgNavigationChevronRightOutline = function SvgNavigationChevronRightOutline(props, ref) {
|
|
569
554
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
570
555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
571
556
|
width: 24,
|
|
@@ -573,14 +558,14 @@ var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
|
573
558
|
viewBox: "0 0 24 24",
|
|
574
559
|
ref: ref
|
|
575
560
|
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
576
|
-
d: "
|
|
561
|
+
d: "M8.086 18.586 9.5 20l8-8-8-8-1.414 1.414L14.672 12l-6.586 6.586z"
|
|
577
562
|
})));
|
|
578
563
|
};
|
|
579
|
-
var ForwardRef$s = /*#__PURE__*/React.forwardRef(
|
|
564
|
+
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRightOutline);
|
|
580
565
|
|
|
581
566
|
var _path$r;
|
|
582
567
|
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); }
|
|
583
|
-
var
|
|
568
|
+
var SvgActionAddOutline = function SvgActionAddOutline(props, ref) {
|
|
584
569
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
585
570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
586
571
|
width: 24,
|
|
@@ -588,14 +573,14 @@ var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
|
588
573
|
viewBox: "0 0 24 24",
|
|
589
574
|
ref: ref
|
|
590
575
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
591
|
-
d: "
|
|
576
|
+
d: "M13.286 3h-2.572v7.714H3v2.572h7.714V21h2.572v-7.714H21v-2.572h-7.714V3z"
|
|
592
577
|
})));
|
|
593
578
|
};
|
|
594
|
-
var ForwardRef$r = /*#__PURE__*/React.forwardRef(
|
|
579
|
+
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgActionAddOutline);
|
|
595
580
|
|
|
596
581
|
var _path$q;
|
|
597
582
|
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); }
|
|
598
|
-
var
|
|
583
|
+
var SvgNotificationDoneFill = function SvgNotificationDoneFill(props, ref) {
|
|
599
584
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
600
585
|
xmlns: "http://www.w3.org/2000/svg",
|
|
601
586
|
width: 24,
|
|
@@ -603,14 +588,14 @@ var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
|
603
588
|
viewBox: "0 0 24 24",
|
|
604
589
|
ref: ref
|
|
605
590
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
606
|
-
d: "
|
|
591
|
+
d: "m2 12 3.077-3.2 4.615 4.8L18.923 4 22 7.2 9.692 20 2 12z"
|
|
607
592
|
})));
|
|
608
593
|
};
|
|
609
|
-
var ForwardRef$q = /*#__PURE__*/React.forwardRef(
|
|
594
|
+
var ForwardRef$q = /*#__PURE__*/React.forwardRef(SvgNotificationDoneFill);
|
|
610
595
|
|
|
611
596
|
var _path$p;
|
|
612
597
|
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); }
|
|
613
|
-
var
|
|
598
|
+
var SvgRadioDotFill = function SvgRadioDotFill(props, ref) {
|
|
614
599
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
615
600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
616
601
|
width: 24,
|
|
@@ -618,14 +603,14 @@ var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
|
618
603
|
viewBox: "0 0 24 24",
|
|
619
604
|
ref: ref
|
|
620
605
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
621
|
-
d: "
|
|
606
|
+
d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14z"
|
|
622
607
|
})));
|
|
623
608
|
};
|
|
624
|
-
var ForwardRef$p = /*#__PURE__*/React.forwardRef(
|
|
609
|
+
var ForwardRef$p = /*#__PURE__*/React.forwardRef(SvgRadioDotFill);
|
|
625
610
|
|
|
626
611
|
var _path$o;
|
|
627
612
|
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); }
|
|
628
|
-
var
|
|
613
|
+
var SvgNotificationHelpFill = function SvgNotificationHelpFill(props, ref) {
|
|
629
614
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
630
615
|
xmlns: "http://www.w3.org/2000/svg",
|
|
631
616
|
width: 24,
|
|
@@ -633,14 +618,14 @@ var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
|
633
618
|
viewBox: "0 0 24 24",
|
|
634
619
|
ref: ref
|
|
635
620
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
636
|
-
d: "
|
|
621
|
+
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"
|
|
637
622
|
})));
|
|
638
623
|
};
|
|
639
|
-
var ForwardRef$o = /*#__PURE__*/React.forwardRef(
|
|
624
|
+
var ForwardRef$o = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill);
|
|
640
625
|
|
|
641
626
|
var _path$n;
|
|
642
627
|
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); }
|
|
643
|
-
var
|
|
628
|
+
var SvgNotificationCheckFill = function SvgNotificationCheckFill(props, ref) {
|
|
644
629
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
645
630
|
xmlns: "http://www.w3.org/2000/svg",
|
|
646
631
|
width: 24,
|
|
@@ -648,14 +633,14 @@ var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref)
|
|
|
648
633
|
viewBox: "0 0 24 24",
|
|
649
634
|
ref: ref
|
|
650
635
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
651
|
-
d: "
|
|
636
|
+
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"
|
|
652
637
|
})));
|
|
653
638
|
};
|
|
654
|
-
var ForwardRef$n = /*#__PURE__*/React.forwardRef(
|
|
639
|
+
var ForwardRef$n = /*#__PURE__*/React.forwardRef(SvgNotificationCheckFill);
|
|
655
640
|
|
|
656
641
|
var _path$m;
|
|
657
642
|
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); }
|
|
658
|
-
var
|
|
643
|
+
var SvgNotificationWarningFill = function SvgNotificationWarningFill(props, ref) {
|
|
659
644
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
660
645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
661
646
|
width: 24,
|
|
@@ -663,14 +648,14 @@ var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
|
663
648
|
viewBox: "0 0 24 24",
|
|
664
649
|
ref: ref
|
|
665
650
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
666
|
-
d: "
|
|
651
|
+
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"
|
|
667
652
|
})));
|
|
668
653
|
};
|
|
669
|
-
var ForwardRef$m = /*#__PURE__*/React.forwardRef(
|
|
654
|
+
var ForwardRef$m = /*#__PURE__*/React.forwardRef(SvgNotificationWarningFill);
|
|
670
655
|
|
|
671
656
|
var _path$l;
|
|
672
657
|
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); }
|
|
673
|
-
var
|
|
658
|
+
var SvgNotificationErrorFill = function SvgNotificationErrorFill(props, ref) {
|
|
674
659
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
675
660
|
xmlns: "http://www.w3.org/2000/svg",
|
|
676
661
|
width: 24,
|
|
@@ -678,16 +663,14 @@ var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
|
678
663
|
viewBox: "0 0 24 24",
|
|
679
664
|
ref: ref
|
|
680
665
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
681
|
-
|
|
682
|
-
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",
|
|
683
|
-
clipRule: "evenodd"
|
|
666
|
+
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"
|
|
684
667
|
})));
|
|
685
668
|
};
|
|
686
|
-
var ForwardRef$l = /*#__PURE__*/React.forwardRef(
|
|
669
|
+
var ForwardRef$l = /*#__PURE__*/React.forwardRef(SvgNotificationErrorFill);
|
|
687
670
|
|
|
688
671
|
var _path$k;
|
|
689
672
|
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); }
|
|
690
|
-
var
|
|
673
|
+
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
691
674
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
692
675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
693
676
|
width: 24,
|
|
@@ -695,16 +678,14 @@ var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
|
695
678
|
viewBox: "0 0 24 24",
|
|
696
679
|
ref: ref
|
|
697
680
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
698
|
-
|
|
699
|
-
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",
|
|
700
|
-
clipRule: "evenodd"
|
|
681
|
+
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
701
682
|
})));
|
|
702
683
|
};
|
|
703
|
-
var ForwardRef$k = /*#__PURE__*/React.forwardRef(
|
|
684
|
+
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
704
685
|
|
|
705
|
-
var _path$j;
|
|
686
|
+
var _path$j, _path2$2;
|
|
706
687
|
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); }
|
|
707
|
-
var
|
|
688
|
+
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
708
689
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
709
690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
710
691
|
width: 24,
|
|
@@ -712,16 +693,16 @@ var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
|
|
|
712
693
|
viewBox: "0 0 24 24",
|
|
713
694
|
ref: ref
|
|
714
695
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
696
|
+
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"
|
|
697
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
698
|
+
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"
|
|
718
699
|
})));
|
|
719
700
|
};
|
|
720
|
-
var ForwardRef$j = /*#__PURE__*/React.forwardRef(
|
|
701
|
+
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
721
702
|
|
|
722
703
|
var _path$i;
|
|
723
704
|
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); }
|
|
724
|
-
var
|
|
705
|
+
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
725
706
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
726
707
|
xmlns: "http://www.w3.org/2000/svg",
|
|
727
708
|
width: 24,
|
|
@@ -729,16 +710,14 @@ var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
|
729
710
|
viewBox: "0 0 24 24",
|
|
730
711
|
ref: ref
|
|
731
712
|
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
732
|
-
|
|
733
|
-
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",
|
|
734
|
-
clipRule: "evenodd"
|
|
713
|
+
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"
|
|
735
714
|
})));
|
|
736
715
|
};
|
|
737
|
-
var ForwardRef$i = /*#__PURE__*/React.forwardRef(
|
|
716
|
+
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgContentEditFill);
|
|
738
717
|
|
|
739
|
-
var _path$h
|
|
718
|
+
var _path$h;
|
|
740
719
|
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); }
|
|
741
|
-
var
|
|
720
|
+
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
742
721
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
|
743
722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
744
723
|
width: 24,
|
|
@@ -746,18 +725,16 @@ var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
|
746
725
|
viewBox: "0 0 24 24",
|
|
747
726
|
ref: ref
|
|
748
727
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
749
|
-
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
750
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
751
728
|
fillRule: "evenodd",
|
|
752
|
-
d: "
|
|
729
|
+
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",
|
|
753
730
|
clipRule: "evenodd"
|
|
754
731
|
})));
|
|
755
732
|
};
|
|
756
|
-
var ForwardRef$h = /*#__PURE__*/React.forwardRef(
|
|
733
|
+
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgActionCopyContentOutline);
|
|
757
734
|
|
|
758
735
|
var _path$g;
|
|
759
736
|
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); }
|
|
760
|
-
var
|
|
737
|
+
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
761
738
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
|
762
739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
763
740
|
width: 24,
|
|
@@ -765,16 +742,14 @@ var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
|
|
|
765
742
|
viewBox: "0 0 24 24",
|
|
766
743
|
ref: ref
|
|
767
744
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
768
|
-
|
|
769
|
-
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",
|
|
770
|
-
clipRule: "evenodd"
|
|
745
|
+
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"
|
|
771
746
|
})));
|
|
772
747
|
};
|
|
773
|
-
var ForwardRef$g = /*#__PURE__*/React.forwardRef(
|
|
748
|
+
var ForwardRef$g = /*#__PURE__*/React.forwardRef(SvgContentEditUndoOutline);
|
|
774
749
|
|
|
775
750
|
var _path$f;
|
|
776
751
|
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); }
|
|
777
|
-
var
|
|
752
|
+
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
778
753
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
|
779
754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
780
755
|
width: 24,
|
|
@@ -782,16 +757,14 @@ var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
|
|
|
782
757
|
viewBox: "0 0 24 24",
|
|
783
758
|
ref: ref
|
|
784
759
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
785
|
-
|
|
786
|
-
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",
|
|
787
|
-
clipRule: "evenodd"
|
|
760
|
+
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"
|
|
788
761
|
})));
|
|
789
762
|
};
|
|
790
|
-
var ForwardRef$f = /*#__PURE__*/React.forwardRef(
|
|
763
|
+
var ForwardRef$f = /*#__PURE__*/React.forwardRef(SvgActionSaveOutline);
|
|
791
764
|
|
|
792
765
|
var _path$e;
|
|
793
766
|
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); }
|
|
794
|
-
var
|
|
767
|
+
var SvgFileFileWordFill = function SvgFileFileWordFill(props, ref) {
|
|
795
768
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
|
796
769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
797
770
|
width: 24,
|
|
@@ -800,15 +773,15 @@ var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
|
|
|
800
773
|
ref: ref
|
|
801
774
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
802
775
|
fillRule: "evenodd",
|
|
803
|
-
d: "
|
|
776
|
+
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",
|
|
804
777
|
clipRule: "evenodd"
|
|
805
778
|
})));
|
|
806
779
|
};
|
|
807
|
-
var ForwardRef$e = /*#__PURE__*/React.forwardRef(
|
|
780
|
+
var ForwardRef$e = /*#__PURE__*/React.forwardRef(SvgFileFileWordFill);
|
|
808
781
|
|
|
809
782
|
var _path$d;
|
|
810
783
|
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); }
|
|
811
|
-
var
|
|
784
|
+
var SvgFileFileExcelFill = function SvgFileFileExcelFill(props, ref) {
|
|
812
785
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
|
813
786
|
xmlns: "http://www.w3.org/2000/svg",
|
|
814
787
|
width: 24,
|
|
@@ -816,57 +789,178 @@ var SvgFileFileFill = function SvgFileFileFill(props, ref) {
|
|
|
816
789
|
viewBox: "0 0 24 24",
|
|
817
790
|
ref: ref
|
|
818
791
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
819
|
-
|
|
792
|
+
fillRule: "evenodd",
|
|
793
|
+
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",
|
|
794
|
+
clipRule: "evenodd"
|
|
820
795
|
})));
|
|
821
796
|
};
|
|
822
|
-
var ForwardRef$d = /*#__PURE__*/React.forwardRef(
|
|
797
|
+
var ForwardRef$d = /*#__PURE__*/React.forwardRef(SvgFileFileExcelFill);
|
|
823
798
|
|
|
824
799
|
var _path$c;
|
|
825
800
|
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); }
|
|
826
|
-
var
|
|
801
|
+
var SvgFileFilePdfFill = function SvgFileFilePdfFill(props, ref) {
|
|
827
802
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
|
803
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
828
804
|
width: 24,
|
|
829
805
|
height: 24,
|
|
830
806
|
viewBox: "0 0 24 24",
|
|
831
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
832
807
|
ref: ref
|
|
833
808
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
834
809
|
fillRule: "evenodd",
|
|
835
|
-
d: "
|
|
810
|
+
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",
|
|
811
|
+
clipRule: "evenodd"
|
|
836
812
|
})));
|
|
837
813
|
};
|
|
838
|
-
var ForwardRef$c = /*#__PURE__*/React.forwardRef(
|
|
814
|
+
var ForwardRef$c = /*#__PURE__*/React.forwardRef(SvgFileFilePdfFill);
|
|
839
815
|
|
|
840
|
-
var _path$b
|
|
816
|
+
var _path$b;
|
|
841
817
|
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); }
|
|
842
|
-
var
|
|
818
|
+
var SvgFileFileImageFill = function SvgFileFileImageFill(props, ref) {
|
|
843
819
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
|
820
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
821
|
+
width: 24,
|
|
822
|
+
height: 24,
|
|
823
|
+
viewBox: "0 0 24 24",
|
|
824
|
+
ref: ref
|
|
825
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
826
|
+
fillRule: "evenodd",
|
|
827
|
+
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",
|
|
828
|
+
clipRule: "evenodd"
|
|
829
|
+
})));
|
|
830
|
+
};
|
|
831
|
+
var ForwardRef$b = /*#__PURE__*/React.forwardRef(SvgFileFileImageFill);
|
|
832
|
+
|
|
833
|
+
var _path$a, _path2$1;
|
|
834
|
+
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); }
|
|
835
|
+
var SvgFileFileVideoFill = function SvgFileFileVideoFill(props, ref) {
|
|
836
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
837
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
838
|
+
width: 24,
|
|
839
|
+
height: 24,
|
|
840
|
+
viewBox: "0 0 24 24",
|
|
841
|
+
ref: ref
|
|
842
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
843
|
+
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
844
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
845
|
+
fillRule: "evenodd",
|
|
846
|
+
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",
|
|
847
|
+
clipRule: "evenodd"
|
|
848
|
+
})));
|
|
849
|
+
};
|
|
850
|
+
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgFileFileVideoFill);
|
|
851
|
+
|
|
852
|
+
var _path$9;
|
|
853
|
+
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); }
|
|
854
|
+
var SvgFileFileTableFill = function SvgFileFileTableFill(props, ref) {
|
|
855
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
856
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
857
|
+
width: 24,
|
|
858
|
+
height: 24,
|
|
859
|
+
viewBox: "0 0 24 24",
|
|
860
|
+
ref: ref
|
|
861
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
862
|
+
fillRule: "evenodd",
|
|
863
|
+
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",
|
|
864
|
+
clipRule: "evenodd"
|
|
865
|
+
})));
|
|
866
|
+
};
|
|
867
|
+
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgFileFileTableFill);
|
|
868
|
+
|
|
869
|
+
var _path$8;
|
|
870
|
+
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); }
|
|
871
|
+
var SvgFileFileTextFill = function SvgFileFileTextFill(props, ref) {
|
|
872
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
873
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
874
|
+
width: 24,
|
|
875
|
+
height: 24,
|
|
876
|
+
viewBox: "0 0 24 24",
|
|
877
|
+
ref: ref
|
|
878
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
879
|
+
fillRule: "evenodd",
|
|
880
|
+
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",
|
|
881
|
+
clipRule: "evenodd"
|
|
882
|
+
})));
|
|
883
|
+
};
|
|
884
|
+
var ForwardRef$8 = /*#__PURE__*/React.forwardRef(SvgFileFileTextFill);
|
|
885
|
+
|
|
886
|
+
var _path$7;
|
|
887
|
+
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); }
|
|
888
|
+
var SvgFileFileEmlFill = function SvgFileFileEmlFill(props, ref) {
|
|
889
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
890
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
891
|
+
width: 24,
|
|
892
|
+
height: 24,
|
|
893
|
+
viewBox: "0 0 24 24",
|
|
894
|
+
ref: ref
|
|
895
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
896
|
+
fillRule: "evenodd",
|
|
897
|
+
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",
|
|
898
|
+
clipRule: "evenodd"
|
|
899
|
+
})));
|
|
900
|
+
};
|
|
901
|
+
var ForwardRef$7 = /*#__PURE__*/React.forwardRef(SvgFileFileEmlFill);
|
|
902
|
+
|
|
903
|
+
var _path$6;
|
|
904
|
+
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); }
|
|
905
|
+
var SvgFileFileFill = function SvgFileFileFill(props, ref) {
|
|
906
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
908
|
+
width: 24,
|
|
909
|
+
height: 24,
|
|
910
|
+
viewBox: "0 0 24 24",
|
|
911
|
+
ref: ref
|
|
912
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
913
|
+
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"
|
|
914
|
+
})));
|
|
915
|
+
};
|
|
916
|
+
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgFileFileFill);
|
|
917
|
+
|
|
918
|
+
var _path$5;
|
|
919
|
+
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); }
|
|
920
|
+
var SvgStarFilled = function SvgStarFilled(props, ref) {
|
|
921
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
922
|
+
width: 24,
|
|
923
|
+
height: 24,
|
|
924
|
+
viewBox: "0 0 24 24",
|
|
925
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
926
|
+
ref: ref
|
|
927
|
+
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
928
|
+
fillRule: "evenodd",
|
|
929
|
+
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"
|
|
930
|
+
})));
|
|
931
|
+
};
|
|
932
|
+
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgStarFilled);
|
|
933
|
+
|
|
934
|
+
var _path$4, _path2;
|
|
935
|
+
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); }
|
|
936
|
+
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
937
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
844
938
|
width: 66,
|
|
845
939
|
height: 67,
|
|
846
940
|
viewBox: "0 0 66 67",
|
|
847
941
|
fill: "none",
|
|
848
942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
849
943
|
ref: ref
|
|
850
|
-
}, props), _path$
|
|
944
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
851
945
|
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",
|
|
852
946
|
fill: "#EBEDF5"
|
|
853
|
-
})), _path2
|
|
947
|
+
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
854
948
|
fillRule: "evenodd",
|
|
855
949
|
clipRule: "evenodd",
|
|
856
950
|
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",
|
|
857
951
|
fill: "#6C6F80"
|
|
858
952
|
})));
|
|
859
953
|
};
|
|
860
|
-
var ForwardRef$
|
|
954
|
+
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
861
955
|
|
|
862
|
-
var css$1x = {"root":"
|
|
956
|
+
var css$1x = {"root":"Y3FCek","uui-spinner":"x7IyVM","uuiSpinner":"x7IyVM"};
|
|
863
957
|
|
|
864
958
|
function applySpinnerMods() {
|
|
865
959
|
return [css$1x.root, 'uui-spinner'];
|
|
866
960
|
}
|
|
867
961
|
const Spinner = /* @__PURE__ */uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
868
962
|
|
|
869
|
-
var css$1w = {"root":"
|
|
963
|
+
var css$1w = {"root":"nnMGUN","loading-word":"JRlr-g","loadingWord":"JRlr-g","animated-loading":"_7QbiIq","animatedLoading":"_7QbiIq","skeleton_loading":"oAXjGe","skeletonLoading":"oAXjGe"};
|
|
870
964
|
|
|
871
965
|
const TextPlaceholder = (props) => {
|
|
872
966
|
const pattern = ' ';
|
|
@@ -883,7 +977,7 @@ const TextPlaceholder = (props) => {
|
|
|
883
977
|
]), dangerouslySetInnerHTML: { __html: it } })))));
|
|
884
978
|
};
|
|
885
979
|
|
|
886
|
-
var css$1v = {"root":"
|
|
980
|
+
var css$1v = {"root":"Vv8epw","line-height":"zqzdCU","lineHeight":"zqzdCU","font-size":"X2Fn6V","fontSize":"X2Fn6V"};
|
|
887
981
|
|
|
888
982
|
function applyTextMods(mods) {
|
|
889
983
|
return [
|
|
@@ -912,16 +1006,16 @@ const Text = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Text, appl
|
|
|
912
1006
|
|
|
913
1007
|
const accordionSettings = {
|
|
914
1008
|
icons: {
|
|
915
|
-
dropdownIcon: ForwardRef$
|
|
1009
|
+
dropdownIcon: ForwardRef$P,
|
|
916
1010
|
},
|
|
917
1011
|
};
|
|
918
1012
|
const alertSettings = {
|
|
919
1013
|
icons: {
|
|
920
|
-
closeIcon: ForwardRef$
|
|
921
|
-
infoIcon: ForwardRef$
|
|
922
|
-
successIcon: ForwardRef$
|
|
923
|
-
warningIcon: ForwardRef$
|
|
924
|
-
errorIcon: ForwardRef$
|
|
1014
|
+
closeIcon: ForwardRef$Q,
|
|
1015
|
+
infoIcon: ForwardRef$J,
|
|
1016
|
+
successIcon: ForwardRef$n,
|
|
1017
|
+
warningIcon: ForwardRef$m,
|
|
1018
|
+
errorIcon: ForwardRef$l,
|
|
925
1019
|
},
|
|
926
1020
|
sizes: {
|
|
927
1021
|
default: '48',
|
|
@@ -933,7 +1027,7 @@ const alertSettings = {
|
|
|
933
1027
|
};
|
|
934
1028
|
const badgeSettings = {
|
|
935
1029
|
icons: {
|
|
936
|
-
dropdownIcon: ForwardRef$
|
|
1030
|
+
dropdownIcon: ForwardRef$P,
|
|
937
1031
|
},
|
|
938
1032
|
sizes: {
|
|
939
1033
|
default: '36',
|
|
@@ -949,8 +1043,8 @@ const badgeSettings = {
|
|
|
949
1043
|
};
|
|
950
1044
|
const buttonSettings = {
|
|
951
1045
|
icons: {
|
|
952
|
-
clearIcon: ForwardRef$
|
|
953
|
-
dropdownIcon: ForwardRef$
|
|
1046
|
+
clearIcon: ForwardRef$Q,
|
|
1047
|
+
dropdownIcon: ForwardRef$P,
|
|
954
1048
|
},
|
|
955
1049
|
sizes: {
|
|
956
1050
|
default: '36',
|
|
@@ -958,8 +1052,8 @@ const buttonSettings = {
|
|
|
958
1052
|
};
|
|
959
1053
|
const checkboxSettings = {
|
|
960
1054
|
icons: {
|
|
961
|
-
checkIcon: ForwardRef$
|
|
962
|
-
indeterminateIcon: ForwardRef$
|
|
1055
|
+
checkIcon: ForwardRef$O,
|
|
1056
|
+
indeterminateIcon: ForwardRef$N,
|
|
963
1057
|
},
|
|
964
1058
|
sizes: {
|
|
965
1059
|
default: '18',
|
|
@@ -974,30 +1068,30 @@ const dataTableSettings = {
|
|
|
974
1068
|
renderPlaceholder: (props) => React__namespace.default.createElement(Text, { size: props.rowSize },
|
|
975
1069
|
React__namespace.default.createElement(TextPlaceholder, null)),
|
|
976
1070
|
icons: {
|
|
977
|
-
emptyTable: ForwardRef$
|
|
1071
|
+
emptyTable: ForwardRef$I,
|
|
978
1072
|
header: {
|
|
979
|
-
configIcon: ForwardRef$
|
|
980
|
-
ascSortIcon: ForwardRef$
|
|
981
|
-
descSortIcon: ForwardRef$
|
|
982
|
-
defaultSortIcon: ForwardRef$
|
|
983
|
-
filterIcon: ForwardRef$
|
|
984
|
-
dropdownIcon: ForwardRef$
|
|
985
|
-
openedDropdownIcon: ForwardRef$
|
|
986
|
-
foldIcon: ForwardRef$
|
|
987
|
-
unfoldIcon: ForwardRef$
|
|
1073
|
+
configIcon: ForwardRef$u,
|
|
1074
|
+
ascSortIcon: ForwardRef$H,
|
|
1075
|
+
descSortIcon: ForwardRef$G,
|
|
1076
|
+
defaultSortIcon: ForwardRef$z,
|
|
1077
|
+
filterIcon: ForwardRef$y,
|
|
1078
|
+
dropdownIcon: ForwardRef$P,
|
|
1079
|
+
openedDropdownIcon: ForwardRef$x,
|
|
1080
|
+
foldIcon: ForwardRef$w,
|
|
1081
|
+
unfoldIcon: ForwardRef$v,
|
|
988
1082
|
},
|
|
989
1083
|
body: {
|
|
990
|
-
foldingIcon: ForwardRef$
|
|
1084
|
+
foldingIcon: ForwardRef$P,
|
|
991
1085
|
},
|
|
992
1086
|
columnsConfigurationModal: {
|
|
993
|
-
dragIndicator: ForwardRef$
|
|
994
|
-
lockIcon: ForwardRef$
|
|
995
|
-
pinLeftIcon: ForwardRef$
|
|
996
|
-
pinRightIcon: ForwardRef$
|
|
997
|
-
collapsedIcon: ForwardRef$
|
|
998
|
-
expandedIcon: ForwardRef$
|
|
999
|
-
menuIcon: ForwardRef$
|
|
1000
|
-
resetIcon: ForwardRef$
|
|
1087
|
+
dragIndicator: ForwardRef$F,
|
|
1088
|
+
lockIcon: ForwardRef$C,
|
|
1089
|
+
pinLeftIcon: ForwardRef$B,
|
|
1090
|
+
pinRightIcon: ForwardRef$A,
|
|
1091
|
+
collapsedIcon: ForwardRef$s,
|
|
1092
|
+
expandedIcon: ForwardRef$P,
|
|
1093
|
+
menuIcon: ForwardRef$E,
|
|
1094
|
+
resetIcon: ForwardRef$D,
|
|
1001
1095
|
},
|
|
1002
1096
|
},
|
|
1003
1097
|
sizes: {
|
|
@@ -1054,18 +1148,18 @@ const dataTableSettings = {
|
|
|
1054
1148
|
};
|
|
1055
1149
|
const dropdownMenuSettings = {
|
|
1056
1150
|
icons: {
|
|
1057
|
-
acceptIcon: ForwardRef$
|
|
1058
|
-
dropdownIcon: ForwardRef$
|
|
1151
|
+
acceptIcon: ForwardRef$O,
|
|
1152
|
+
dropdownIcon: ForwardRef$P,
|
|
1059
1153
|
},
|
|
1060
1154
|
};
|
|
1061
1155
|
const datePickerSettings = {
|
|
1062
1156
|
icons: {
|
|
1063
1157
|
body: {
|
|
1064
|
-
prevIcon: ForwardRef$
|
|
1065
|
-
nextIcon: ForwardRef$
|
|
1158
|
+
prevIcon: ForwardRef$t,
|
|
1159
|
+
nextIcon: ForwardRef$s,
|
|
1066
1160
|
},
|
|
1067
1161
|
input: {
|
|
1068
|
-
calendarIcon: ForwardRef$
|
|
1162
|
+
calendarIcon: ForwardRef$L,
|
|
1069
1163
|
},
|
|
1070
1164
|
},
|
|
1071
1165
|
sizes: {
|
|
@@ -1075,17 +1169,17 @@ const datePickerSettings = {
|
|
|
1075
1169
|
};
|
|
1076
1170
|
const fileCardSettings = {
|
|
1077
1171
|
icons: {
|
|
1078
|
-
docIcon: ForwardRef$
|
|
1079
|
-
exelIcon: ForwardRef$
|
|
1080
|
-
pdfIcon: ForwardRef$
|
|
1081
|
-
imgIcon: ForwardRef$
|
|
1082
|
-
videoIcon: ForwardRef$
|
|
1083
|
-
tableIcon: ForwardRef$
|
|
1084
|
-
textIcon: ForwardRef$
|
|
1085
|
-
mailIcon: ForwardRef$
|
|
1086
|
-
fileIcon: ForwardRef$
|
|
1087
|
-
closeIcon: ForwardRef$
|
|
1088
|
-
errorIcon: ForwardRef$
|
|
1172
|
+
docIcon: ForwardRef$e,
|
|
1173
|
+
exelIcon: ForwardRef$d,
|
|
1174
|
+
pdfIcon: ForwardRef$c,
|
|
1175
|
+
imgIcon: ForwardRef$b,
|
|
1176
|
+
videoIcon: ForwardRef$a,
|
|
1177
|
+
tableIcon: ForwardRef$9,
|
|
1178
|
+
textIcon: ForwardRef$8,
|
|
1179
|
+
mailIcon: ForwardRef$7,
|
|
1180
|
+
fileIcon: ForwardRef$6,
|
|
1181
|
+
closeIcon: ForwardRef$Q,
|
|
1182
|
+
errorIcon: ForwardRef$l,
|
|
1089
1183
|
},
|
|
1090
1184
|
};
|
|
1091
1185
|
const flexRowSettings = {
|
|
@@ -1094,23 +1188,31 @@ const flexRowSettings = {
|
|
|
1094
1188
|
},
|
|
1095
1189
|
};
|
|
1096
1190
|
const filtersPanelSettings = {
|
|
1191
|
+
renderPlaceholder: () => React__namespace.default.createElement(TextPlaceholder, null),
|
|
1097
1192
|
icons: {
|
|
1098
|
-
addFilterIcon: ForwardRef$
|
|
1099
|
-
itemDropdownIcon: ForwardRef$
|
|
1193
|
+
addFilterIcon: ForwardRef$r,
|
|
1194
|
+
itemDropdownIcon: ForwardRef$P,
|
|
1195
|
+
pickerBodyRemoveIcon: ForwardRef$k,
|
|
1100
1196
|
},
|
|
1101
1197
|
sizes: {
|
|
1102
1198
|
default: '36',
|
|
1199
|
+
footerLinkButton: '36',
|
|
1200
|
+
mobileFooterLinkButton: '48',
|
|
1201
|
+
pickerBodyMultiSwitch: '24',
|
|
1202
|
+
pickerBodyLinkButton: '24',
|
|
1203
|
+
pickerBodyMinWidth: 360,
|
|
1204
|
+
rangeDatePickerInput: '30',
|
|
1103
1205
|
},
|
|
1104
1206
|
};
|
|
1105
1207
|
const iconButtonSettings = {
|
|
1106
1208
|
icons: {
|
|
1107
|
-
dropdownIcon: ForwardRef$
|
|
1209
|
+
dropdownIcon: ForwardRef$P,
|
|
1108
1210
|
},
|
|
1109
1211
|
};
|
|
1110
1212
|
const labeledInputSettings = {
|
|
1111
1213
|
icons: {
|
|
1112
|
-
infoIcon: ForwardRef$
|
|
1113
|
-
fillInfoIcon: ForwardRef$
|
|
1214
|
+
infoIcon: ForwardRef$K,
|
|
1215
|
+
fillInfoIcon: ForwardRef$J,
|
|
1114
1216
|
},
|
|
1115
1217
|
sizes: {
|
|
1116
1218
|
default: '36',
|
|
@@ -1118,7 +1220,7 @@ const labeledInputSettings = {
|
|
|
1118
1220
|
};
|
|
1119
1221
|
const linkButtonSettings = {
|
|
1120
1222
|
icons: {
|
|
1121
|
-
dropdownIcon: ForwardRef$
|
|
1223
|
+
dropdownIcon: ForwardRef$P,
|
|
1122
1224
|
},
|
|
1123
1225
|
sizes: {
|
|
1124
1226
|
default: '36',
|
|
@@ -1127,24 +1229,25 @@ const linkButtonSettings = {
|
|
|
1127
1229
|
};
|
|
1128
1230
|
const modalSettings = {
|
|
1129
1231
|
icons: {
|
|
1130
|
-
closeIcon: ForwardRef$
|
|
1232
|
+
closeIcon: ForwardRef$Q,
|
|
1131
1233
|
},
|
|
1132
1234
|
};
|
|
1133
1235
|
const notificationCardSettings = {
|
|
1134
1236
|
icons: {
|
|
1135
|
-
closeIcon: ForwardRef$
|
|
1136
|
-
hintIcon: ForwardRef$
|
|
1137
|
-
successIcon: ForwardRef$
|
|
1138
|
-
warningIcon: ForwardRef$
|
|
1139
|
-
errorIcon: ForwardRef$
|
|
1237
|
+
closeIcon: ForwardRef$Q,
|
|
1238
|
+
hintIcon: ForwardRef$o,
|
|
1239
|
+
successIcon: ForwardRef$n,
|
|
1240
|
+
warningIcon: ForwardRef$m,
|
|
1241
|
+
errorIcon: ForwardRef$l,
|
|
1140
1242
|
},
|
|
1141
1243
|
sizes: {
|
|
1142
1244
|
action: '30',
|
|
1245
|
+
icon: 24,
|
|
1143
1246
|
},
|
|
1144
1247
|
};
|
|
1145
1248
|
const numericInputSettings = {
|
|
1146
1249
|
icons: {
|
|
1147
|
-
arrowIcon: ForwardRef$
|
|
1250
|
+
arrowIcon: ForwardRef$P,
|
|
1148
1251
|
},
|
|
1149
1252
|
sizes: {
|
|
1150
1253
|
default: '36',
|
|
@@ -1152,8 +1255,8 @@ const numericInputSettings = {
|
|
|
1152
1255
|
};
|
|
1153
1256
|
const paginatorSettings = {
|
|
1154
1257
|
icons: {
|
|
1155
|
-
leftArrowIcon: ForwardRef$
|
|
1156
|
-
rightArrowIcon: ForwardRef$
|
|
1258
|
+
leftArrowIcon: ForwardRef$t,
|
|
1259
|
+
rightArrowIcon: ForwardRef$s,
|
|
1157
1260
|
},
|
|
1158
1261
|
sizes: {
|
|
1159
1262
|
default: '36',
|
|
@@ -1164,13 +1267,13 @@ const pickerInputSettings = {
|
|
|
1164
1267
|
React__namespace.default.createElement(TextPlaceholder, null)),
|
|
1165
1268
|
icons: {
|
|
1166
1269
|
toggler: {
|
|
1167
|
-
clearIcon: ForwardRef$
|
|
1168
|
-
dropdownIcon: ForwardRef$
|
|
1270
|
+
clearIcon: ForwardRef$Q,
|
|
1271
|
+
dropdownIcon: ForwardRef$P,
|
|
1169
1272
|
},
|
|
1170
1273
|
body: {
|
|
1171
|
-
selectIcon: (size) => size < '30' ? ForwardRef$
|
|
1172
|
-
pickerBodyMobileHeaderCloseIcon: ForwardRef$
|
|
1173
|
-
modalNotFoundSearchIcon: ForwardRef$
|
|
1274
|
+
selectIcon: (size) => size < '30' ? ForwardRef$q : ForwardRef$O,
|
|
1275
|
+
pickerBodyMobileHeaderCloseIcon: ForwardRef$Q,
|
|
1276
|
+
modalNotFoundSearchIcon: ForwardRef$4,
|
|
1174
1277
|
},
|
|
1175
1278
|
},
|
|
1176
1279
|
sizes: {
|
|
@@ -1234,9 +1337,26 @@ const pickerInputSettings = {
|
|
|
1234
1337
|
},
|
|
1235
1338
|
},
|
|
1236
1339
|
};
|
|
1340
|
+
const presetsPanelSettings = {
|
|
1341
|
+
icons: {
|
|
1342
|
+
addIcon: ForwardRef$r,
|
|
1343
|
+
copyIcon: ForwardRef$h,
|
|
1344
|
+
copyLinkIcon: ForwardRef$j,
|
|
1345
|
+
deleteIcon: ForwardRef$k,
|
|
1346
|
+
discardChangesIcon: ForwardRef$g,
|
|
1347
|
+
menuIcon: ForwardRef$E,
|
|
1348
|
+
renameIcon: ForwardRef$i,
|
|
1349
|
+
saveAsNewIcon: ForwardRef$f,
|
|
1350
|
+
saveInCurrentIcon: ForwardRef$D,
|
|
1351
|
+
},
|
|
1352
|
+
sizes: {
|
|
1353
|
+
tabButton: '60',
|
|
1354
|
+
dropdownTargetIconButton: '18',
|
|
1355
|
+
},
|
|
1356
|
+
};
|
|
1237
1357
|
const radioInputSettings = {
|
|
1238
1358
|
icons: {
|
|
1239
|
-
dotIcon: ForwardRef$
|
|
1359
|
+
dotIcon: ForwardRef$p,
|
|
1240
1360
|
},
|
|
1241
1361
|
sizes: {
|
|
1242
1362
|
default: '18',
|
|
@@ -1245,7 +1365,7 @@ const radioInputSettings = {
|
|
|
1245
1365
|
const rangeDatePickerSettings = {
|
|
1246
1366
|
icons: {
|
|
1247
1367
|
input: {
|
|
1248
|
-
calendarIcon: ForwardRef$
|
|
1368
|
+
calendarIcon: ForwardRef$L,
|
|
1249
1369
|
},
|
|
1250
1370
|
},
|
|
1251
1371
|
sizes: {
|
|
@@ -1255,8 +1375,8 @@ const rangeDatePickerSettings = {
|
|
|
1255
1375
|
};
|
|
1256
1376
|
const ratingSettings = {
|
|
1257
1377
|
icons: {
|
|
1258
|
-
filledRatingIcon: ForwardRef$
|
|
1259
|
-
emptyRatingIcon: ForwardRef$
|
|
1378
|
+
filledRatingIcon: ForwardRef$5,
|
|
1379
|
+
emptyRatingIcon: ForwardRef$5,
|
|
1260
1380
|
},
|
|
1261
1381
|
sizes: {
|
|
1262
1382
|
default: 18,
|
|
@@ -1279,8 +1399,8 @@ const switchSettings = {
|
|
|
1279
1399
|
};
|
|
1280
1400
|
const tabButtonSettings = {
|
|
1281
1401
|
icons: {
|
|
1282
|
-
clearIcon: ForwardRef$
|
|
1283
|
-
dropdownIcon: ForwardRef$
|
|
1402
|
+
clearIcon: ForwardRef$Q,
|
|
1403
|
+
dropdownIcon: ForwardRef$P,
|
|
1284
1404
|
},
|
|
1285
1405
|
sizes: {
|
|
1286
1406
|
default: '48',
|
|
@@ -1293,8 +1413,8 @@ const tabButtonSettings = {
|
|
|
1293
1413
|
};
|
|
1294
1414
|
const tagSettings = {
|
|
1295
1415
|
icons: {
|
|
1296
|
-
clearIcon: ForwardRef$
|
|
1297
|
-
dropdownIcon: ForwardRef$
|
|
1416
|
+
clearIcon: ForwardRef$Q,
|
|
1417
|
+
dropdownIcon: ForwardRef$P,
|
|
1298
1418
|
},
|
|
1299
1419
|
sizes: {
|
|
1300
1420
|
default: '36',
|
|
@@ -1320,10 +1440,10 @@ const textAreaSettings = {
|
|
|
1320
1440
|
};
|
|
1321
1441
|
const textInputSettings = {
|
|
1322
1442
|
icons: {
|
|
1323
|
-
acceptIcon: ForwardRef$
|
|
1324
|
-
clearIcon: ForwardRef$
|
|
1325
|
-
dropdownIcon: ForwardRef$
|
|
1326
|
-
searchIcon: ForwardRef$
|
|
1443
|
+
acceptIcon: ForwardRef$O,
|
|
1444
|
+
clearIcon: ForwardRef$Q,
|
|
1445
|
+
dropdownIcon: ForwardRef$P,
|
|
1446
|
+
searchIcon: ForwardRef$M,
|
|
1327
1447
|
},
|
|
1328
1448
|
sizes: {
|
|
1329
1449
|
default: '36',
|
|
@@ -1354,6 +1474,7 @@ const settings = {
|
|
|
1354
1474
|
numericInput: numericInputSettings,
|
|
1355
1475
|
paginator: paginatorSettings,
|
|
1356
1476
|
pickerInput: pickerInputSettings,
|
|
1477
|
+
presetsPanel: presetsPanelSettings,
|
|
1357
1478
|
radioInput: radioInputSettings,
|
|
1358
1479
|
rangeDatePicker: rangeDatePickerSettings,
|
|
1359
1480
|
rating: ratingSettings,
|
|
@@ -1367,7 +1488,7 @@ const settings = {
|
|
|
1367
1488
|
textInput: textInputSettings,
|
|
1368
1489
|
};
|
|
1369
1490
|
|
|
1370
|
-
var css$1u = {"root":"
|
|
1491
|
+
var css$1u = {"root":"_89CyGj"};
|
|
1371
1492
|
|
|
1372
1493
|
function applyButtonMods(mods) {
|
|
1373
1494
|
return [
|
|
@@ -1385,7 +1506,7 @@ const Button = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Button,
|
|
|
1385
1506
|
};
|
|
1386
1507
|
});
|
|
1387
1508
|
|
|
1388
|
-
var css$1t = {"root":"
|
|
1509
|
+
var css$1t = {"root":"nSb0mK"};
|
|
1389
1510
|
|
|
1390
1511
|
function applyIconButtonMods(props) {
|
|
1391
1512
|
return ['uui-icon_button', `uui-color-${props.color || 'neutral'}`, css$1t.root];
|
|
@@ -1422,7 +1543,7 @@ function getIconClass(props) {
|
|
|
1422
1543
|
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'];
|
|
1423
1544
|
}
|
|
1424
1545
|
|
|
1425
|
-
var css$1s = {"root":"
|
|
1546
|
+
var css$1s = {"root":"c8WkOY"};
|
|
1426
1547
|
|
|
1427
1548
|
const DEFAULT_COLOR = 'primary';
|
|
1428
1549
|
const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
@@ -1452,7 +1573,7 @@ const LinkButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
|
1452
1573
|
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
1453
1574
|
});
|
|
1454
1575
|
|
|
1455
|
-
var css$1r = {"root":"
|
|
1576
|
+
var css$1r = {"root":"JeVL19"};
|
|
1456
1577
|
|
|
1457
1578
|
const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
1458
1579
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -1464,7 +1585,7 @@ const CountIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1464
1585
|
]) }, props.caption));
|
|
1465
1586
|
});
|
|
1466
1587
|
|
|
1467
|
-
var css$1q = {"root":"
|
|
1588
|
+
var css$1q = {"root":"QvZsz7","withNotify":"VdYgD4"};
|
|
1468
1589
|
|
|
1469
1590
|
const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
1470
1591
|
const styles = [
|
|
@@ -1492,14 +1613,14 @@ const TabButton = /* @__PURE__ */React__namespace.default.forwardRef((props, ref
|
|
|
1492
1613
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
1493
1614
|
});
|
|
1494
1615
|
|
|
1495
|
-
var css$1p = {"root":"
|
|
1616
|
+
var css$1p = {"root":"oHo5k9"};
|
|
1496
1617
|
|
|
1497
1618
|
function applyVerticalTabButtonMods() {
|
|
1498
1619
|
return [css$1p.root, 'uui-vertical-tab-button'];
|
|
1499
1620
|
}
|
|
1500
1621
|
const VerticalTabButton = /* @__PURE__ */uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
1501
1622
|
|
|
1502
|
-
var css$1o = {"root":"
|
|
1623
|
+
var css$1o = {"root":"Z1DlCY"};
|
|
1503
1624
|
|
|
1504
1625
|
function applyCheckboxMods(mods) {
|
|
1505
1626
|
return [
|
|
@@ -1517,7 +1638,7 @@ const applyUUICheckboxProps = (props) => {
|
|
|
1517
1638
|
};
|
|
1518
1639
|
const Checkbox = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1519
1640
|
|
|
1520
|
-
var css$1n = {"root":"
|
|
1641
|
+
var css$1n = {"root":"CVft0y"};
|
|
1521
1642
|
|
|
1522
1643
|
function applyRadioInputMods(mods) {
|
|
1523
1644
|
return [
|
|
@@ -1529,7 +1650,7 @@ function applyRadioInputMods(mods) {
|
|
|
1529
1650
|
}
|
|
1530
1651
|
const RadioInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, (props) => ({ icon: props.icon ? props.icon : settings.radioInput.icons.dotIcon }));
|
|
1531
1652
|
|
|
1532
|
-
var css$1m = {"root":"
|
|
1653
|
+
var css$1m = {"root":"-xAQnk"};
|
|
1533
1654
|
|
|
1534
1655
|
function applySwitchMods(mods) {
|
|
1535
1656
|
return [
|
|
@@ -1553,7 +1674,7 @@ var EditMode;
|
|
|
1553
1674
|
EditMode["INLINE"] = "inline";
|
|
1554
1675
|
})(EditMode || (EditMode = {}));
|
|
1555
1676
|
|
|
1556
|
-
var textInputCss = {"root":"
|
|
1677
|
+
var textInputCss = {"root":"W1A75o"};
|
|
1557
1678
|
|
|
1558
1679
|
const DEFAULT_MODE$3 = EditMode.FORM;
|
|
1559
1680
|
function applyTextInputMods(mods) {
|
|
@@ -1578,7 +1699,7 @@ const SearchInput = /* @__PURE__ */React__namespace.default.forwardRef((props, r
|
|
|
1578
1699
|
} }));
|
|
1579
1700
|
});
|
|
1580
1701
|
|
|
1581
|
-
var css$1l = {"root":"
|
|
1702
|
+
var css$1l = {"root":"_0-2bph"};
|
|
1582
1703
|
|
|
1583
1704
|
const ControlGroup = /* @__PURE__ */uuiCore.withMods(uuiComponents.ControlGroup, () => [css$1l.root, 'uui-control-group']);
|
|
1584
1705
|
|
|
@@ -1594,7 +1715,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1594
1715
|
}
|
|
1595
1716
|
const MultiSwitch = /* @__PURE__ */React__namespace.forwardRef(MultiSwitchComponent);
|
|
1596
1717
|
|
|
1597
|
-
var css$1k = {"root":"
|
|
1718
|
+
var css$1k = {"root":"kRR1wp"};
|
|
1598
1719
|
|
|
1599
1720
|
const DEFAULT_MODE$2 = EditMode.FORM;
|
|
1600
1721
|
function applyNumericInputMods(mods) {
|
|
@@ -1614,7 +1735,7 @@ const NumericInput = /* @__PURE__ */uuiCore.withMods(uuiComponents.NumericInput,
|
|
|
1614
1735
|
};
|
|
1615
1736
|
});
|
|
1616
1737
|
|
|
1617
|
-
var css$1j = {"root":"
|
|
1738
|
+
var css$1j = {"root":"x4xqNL"};
|
|
1618
1739
|
|
|
1619
1740
|
const DEFAULT_MODE$1 = EditMode.FORM;
|
|
1620
1741
|
function applyTextAreaMods(mods) {
|
|
@@ -1655,7 +1776,7 @@ function TREE_SHAKEABLE_INIT$1() {
|
|
|
1655
1776
|
};
|
|
1656
1777
|
}
|
|
1657
1778
|
|
|
1658
|
-
var css$1i = {"root":"
|
|
1779
|
+
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"};
|
|
1659
1780
|
|
|
1660
1781
|
const Alert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", { role: "alert", ref: ref, className: cx__default.default('uui-alert', css$1i.root, props.color && `uui-color-${props.color}`, props.cx, `uui-size-${props.size || settings.alert.sizes.default}`), ...props.rawProps },
|
|
1661
1782
|
React__namespace.createElement("div", { className: css$1i.mainPath },
|
|
@@ -1673,7 +1794,7 @@ const ErrorAlert = /* @__PURE__ */React__namespace.forwardRef((props, ref) => Re
|
|
|
1673
1794
|
|
|
1674
1795
|
const Dropdown = /* @__PURE__ */uuiCore.withMods(uuiComponents.Dropdown);
|
|
1675
1796
|
|
|
1676
|
-
var css$1h = {"root":"
|
|
1797
|
+
var css$1h = {"root":"TwPR0a"};
|
|
1677
1798
|
|
|
1678
1799
|
function applyDropdownContainerMods(mods) {
|
|
1679
1800
|
return [
|
|
@@ -1684,7 +1805,7 @@ function applyDropdownContainerMods(mods) {
|
|
|
1684
1805
|
}
|
|
1685
1806
|
const DropdownContainer = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1686
1807
|
|
|
1687
|
-
var css$1g = {"submenu-root-item-rtl":"
|
|
1808
|
+
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"};
|
|
1688
1809
|
|
|
1689
1810
|
exports.IDropdownControlKeys = void 0;
|
|
1690
1811
|
(function (IDropdownControlKeys) {
|
|
@@ -1814,7 +1935,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1814
1935
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1815
1936
|
}
|
|
1816
1937
|
|
|
1817
|
-
var css$1f = {"root":"
|
|
1938
|
+
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"};
|
|
1818
1939
|
|
|
1819
1940
|
function applyAccordionMods(mods) {
|
|
1820
1941
|
return [
|
|
@@ -1827,7 +1948,7 @@ const Accordion = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Accor
|
|
|
1827
1948
|
dropdownIcon: mods.dropdownIcon !== null && settings.accordion.icons.dropdownIcon,
|
|
1828
1949
|
}));
|
|
1829
1950
|
|
|
1830
|
-
var css$1e = {"root":"
|
|
1951
|
+
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"};
|
|
1831
1952
|
|
|
1832
1953
|
const FlexCell = /* @__PURE__ */uuiCore.withMods(uuiComponents.FlexCell, () => [css$1e.flexCell]);
|
|
1833
1954
|
|
|
@@ -1872,7 +1993,7 @@ const FlexRow = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
1872
1993
|
} }, props.children));
|
|
1873
1994
|
});
|
|
1874
1995
|
|
|
1875
|
-
var css$1d = {"root":"
|
|
1996
|
+
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"};
|
|
1876
1997
|
|
|
1877
1998
|
const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1878
1999
|
'uui-panel',
|
|
@@ -1882,7 +2003,7 @@ const Panel = /* @__PURE__ */uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
|
1882
2003
|
props.background && css$1d[`uui-${props.background}`],
|
|
1883
2004
|
]);
|
|
1884
2005
|
|
|
1885
|
-
var css$1c = {"root":"
|
|
2006
|
+
var css$1c = {"root":"vNDwhb"};
|
|
1886
2007
|
|
|
1887
2008
|
function applyTooltipMods(mods) {
|
|
1888
2009
|
return [
|
|
@@ -1892,7 +2013,7 @@ function applyTooltipMods(mods) {
|
|
|
1892
2013
|
}
|
|
1893
2014
|
const Tooltip = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Tooltip, applyTooltipMods);
|
|
1894
2015
|
|
|
1895
|
-
var css$1b = {"root":"
|
|
2016
|
+
var css$1b = {"root":"_4B2a-n"};
|
|
1896
2017
|
|
|
1897
2018
|
function applyLabeledInputMods(mods) {
|
|
1898
2019
|
return [
|
|
@@ -1909,7 +2030,7 @@ function applyLabeledInputProps(props) {
|
|
|
1909
2030
|
}
|
|
1910
2031
|
const LabeledInput = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.LabeledInput, applyLabeledInputMods, applyLabeledInputProps);
|
|
1911
2032
|
|
|
1912
|
-
var css$1a = {"root":"
|
|
2033
|
+
var css$1a = {"root":"NUUSVY"};
|
|
1913
2034
|
|
|
1914
2035
|
function RadioGroup(props) {
|
|
1915
2036
|
const direction = props.direction || 'vertical';
|
|
@@ -1924,7 +2045,7 @@ function RadioGroup(props) {
|
|
|
1924
2045
|
})));
|
|
1925
2046
|
}
|
|
1926
2047
|
|
|
1927
|
-
var css$19 = {"root":"
|
|
2048
|
+
var css$19 = {"root":"_5-rgQI"};
|
|
1928
2049
|
|
|
1929
2050
|
function applyScrollBarsMods() {
|
|
1930
2051
|
return [
|
|
@@ -1933,9 +2054,9 @@ function applyScrollBarsMods() {
|
|
|
1933
2054
|
}
|
|
1934
2055
|
const ScrollBars = /* @__PURE__ */uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1935
2056
|
|
|
1936
|
-
var css$18 = {"scroll-container":"
|
|
2057
|
+
var css$18 = {"scroll-container":"_1lTc47","scrollContainer":"_1lTc47","list-container":"jgpIP-","listContainer":"jgpIP-"};
|
|
1937
2058
|
|
|
1938
|
-
var css$17 = {"root":"
|
|
2059
|
+
var css$17 = {"root":"u-s9yq"};
|
|
1939
2060
|
|
|
1940
2061
|
const Blocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.Blocker, () => [css$17.root], () => ({ renderSpinner: settings.blocker.renderSpinner }));
|
|
1941
2062
|
|
|
@@ -1981,7 +2102,7 @@ const VirtualListView = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
1981
2102
|
React__namespace.createElement(Blocker, { isEnabled: props.isLoading })));
|
|
1982
2103
|
});
|
|
1983
2104
|
|
|
1984
|
-
var css$16 = {"root":"
|
|
2105
|
+
var css$16 = {"root":"WJOZs9"};
|
|
1985
2106
|
|
|
1986
2107
|
function CheckboxGroup(props) {
|
|
1987
2108
|
const currentValue = props.value || [];
|
|
@@ -2003,7 +2124,7 @@ function CheckboxGroup(props) {
|
|
|
2003
2124
|
})));
|
|
2004
2125
|
}
|
|
2005
2126
|
|
|
2006
|
-
var css$15 = {"root":"
|
|
2127
|
+
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"};
|
|
2007
2128
|
|
|
2008
2129
|
const ModalBlocker = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$15.modalBlocker]);
|
|
2009
2130
|
const ModalWindow = /* @__PURE__ */uuiCore.withMods(uuiComponents.ModalWindow, () => [css$15.root, css$15.modal], (props) => {
|
|
@@ -2193,7 +2314,7 @@ const TREE_SHAKEABLE_INIT = () => ({
|
|
|
2193
2314
|
});
|
|
2194
2315
|
const i18n = /* @__PURE__ */TREE_SHAKEABLE_INIT();
|
|
2195
2316
|
|
|
2196
|
-
var css$14 = {"root":"
|
|
2317
|
+
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"};
|
|
2197
2318
|
|
|
2198
2319
|
const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
2199
2320
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -2209,11 +2330,11 @@ const NotificationCard = /* @__PURE__ */React__namespace.default.forwardRef((pro
|
|
|
2209
2330
|
return (React__namespace.default.createElement("div", { role: "alert", className: cx__default.default('uui-notification_card', props.color && `uui-color-${props.color}`, css$14.root, props.cx), ref: notificationCardNode, ...props.rawProps },
|
|
2210
2331
|
React__namespace.default.createElement("div", { className: css$14.mainPath },
|
|
2211
2332
|
props.icon && (React__namespace.default.createElement("div", { className: css$14.iconWrapper },
|
|
2212
|
-
React__namespace.default.createElement(uuiComponents.IconContainer, { size:
|
|
2333
|
+
React__namespace.default.createElement(uuiComponents.IconContainer, { size: settings.notificationCard.sizes.icon, icon: props.icon }))),
|
|
2213
2334
|
React__namespace.default.createElement("div", { className: css$14.content },
|
|
2214
2335
|
props.children,
|
|
2215
2336
|
props.actions && (React__namespace.default.createElement("div", { className: css$14.actionWrapper }, props.actions.map((action) => (React__namespace.default.createElement(LinkButton, { key: action.name, caption: action.name, onClick: action.action, cx: css$14.actionLink, size: settings.notificationCard.sizes.action, rawProps: action.rawProps })))))),
|
|
2216
|
-
props.onClose && (React__namespace.default.createElement("div", { className: css$14.closeWrapper },
|
|
2337
|
+
props.onClose && (React__namespace.default.createElement("div", { className: cx__default.default(css$14.closeWrapper, 'uui-notification_card-close_icon') },
|
|
2217
2338
|
React__namespace.default.createElement(IconButton, { icon: settings.notificationCard.icons.closeIcon, color: "neutral", onClick: props.onClose, cx: css$14.closeIcon }))))));
|
|
2218
2339
|
});
|
|
2219
2340
|
const WarningNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, { icon: settings.notificationCard.icons.warningIcon, color: "warning", ...props, ref: ref, cx: props.cx })));
|
|
@@ -2222,11 +2343,11 @@ const HintNotification = /* @__PURE__ */React__namespace.default.forwardRef((pro
|
|
|
2222
2343
|
const ErrorNotification = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, { icon: settings.notificationCard.icons.errorIcon, color: "error", ...props, ref: ref, cx: props.cx })));
|
|
2223
2344
|
function ClearNotification() {
|
|
2224
2345
|
const uuiCtx = uuiCore.useUuiContext();
|
|
2225
|
-
return (React__namespace.default.createElement("div", { className: cx__default.default(css$14.
|
|
2346
|
+
return (React__namespace.default.createElement("div", { className: cx__default.default(css$14.clearNotifications, 'uui-clear-notifications') },
|
|
2226
2347
|
React__namespace.default.createElement(LinkButton, { caption: i18n.notificationCard.closeAllNotificationsButton, onClick: () => uuiCtx.uuiNotifications.clearAll() })));
|
|
2227
2348
|
}
|
|
2228
2349
|
|
|
2229
|
-
var css$13 = {"footer":"
|
|
2350
|
+
var css$13 = {"footer":"_5Y9mvc"};
|
|
2230
2351
|
|
|
2231
2352
|
class ConfirmationModal extends React__namespace.Component {
|
|
2232
2353
|
render() {
|
|
@@ -2268,7 +2389,7 @@ function useReliableForceUpdate() {
|
|
|
2268
2389
|
return red[1];
|
|
2269
2390
|
}
|
|
2270
2391
|
|
|
2271
|
-
var css$12 = {"root":"
|
|
2392
|
+
var css$12 = {"root":"sQEwf4","timepicker-input":"SdeKMJ","timepickerInput":"SdeKMJ","ltr-always":"GI7688","ltrAlways":"GI7688"};
|
|
2272
2393
|
|
|
2273
2394
|
const uuiTimePicker = {
|
|
2274
2395
|
container: 'uui-timepicker-container',
|
|
@@ -2310,20 +2431,20 @@ function TimePickerBody(props) {
|
|
|
2310
2431
|
return (React__namespace.createElement("div", { className: uuiCore.cx(css$12.root, uuiTimePicker.container, props.cx), ref: props.forwardedRef, ...props.rawProps },
|
|
2311
2432
|
React__namespace.createElement("div", { className: css$12.ltrAlways },
|
|
2312
2433
|
React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2313
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment hours' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2434
|
+
React__namespace.createElement(uuiComponents.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()) }),
|
|
2314
2435
|
React__namespace.createElement(uuiComponents.NumericInput, { cx: uuiTimePicker.input, onValueChange: onHoursChange, value: +(uuiDayjs.dayjs()
|
|
2315
2436
|
.set(props.value)
|
|
2316
2437
|
.format(MAX_HOURS === FORMAT_12H ? 'hh' : 'HH')), min: MIN_HOURS, max: MAX_HOURS }),
|
|
2317
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement hours' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2438
|
+
React__namespace.createElement(uuiComponents.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()) })),
|
|
2318
2439
|
React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2319
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2440
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Increment minutes' }, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: handleMinutesUpClick }),
|
|
2320
2441
|
React__namespace.createElement(uuiComponents.NumericInput, { cx: uuiTimePicker.input, onValueChange: onMinutesChange, value: +uuiDayjs.dayjs().set(props.value).format('m'), min: MIN_MINUTES, max: MAX_MINUTES }),
|
|
2321
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2442
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, rawProps: { 'aria-label': 'Decrement minutes' }, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: handleMinutesDownClick }))),
|
|
2322
2443
|
MAX_HOURS === FORMAT_12H && (React__namespace.createElement("div", { className: uuiTimePicker.elementContainer },
|
|
2323
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$
|
|
2444
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconUp, icon: ForwardRef$P, onClick: onTimeTypeChange }),
|
|
2324
2445
|
React__namespace.createElement(uuiComponents.TextInput, { cx: uuiTimePicker.input, onValueChange: () => {
|
|
2325
2446
|
}, isReadonly: true, value: uuiDayjs.dayjs().set(props.value).format('A') }),
|
|
2326
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$
|
|
2447
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, cx: uuiTimePicker.iconDown, icon: ForwardRef$P, onClick: onTimeTypeChange })))));
|
|
2327
2448
|
}
|
|
2328
2449
|
|
|
2329
2450
|
const getMeridian = (newValue, format) => {
|
|
@@ -2461,7 +2582,7 @@ function TimePicker(props) {
|
|
|
2461
2582
|
return (React__namespace.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 }));
|
|
2462
2583
|
}
|
|
2463
2584
|
|
|
2464
|
-
var css$11 = {"root":"
|
|
2585
|
+
var css$11 = {"root":"G1xgVI"};
|
|
2465
2586
|
|
|
2466
2587
|
function applyInputAddonMods() {
|
|
2467
2588
|
return [
|
|
@@ -2470,14 +2591,14 @@ function applyInputAddonMods() {
|
|
|
2470
2591
|
}
|
|
2471
2592
|
const InputAddon = /* @__PURE__ */uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
2472
2593
|
|
|
2473
|
-
var css$10 = {"root":"
|
|
2594
|
+
var css$10 = {"root":"j0N4f2"};
|
|
2474
2595
|
|
|
2475
2596
|
function applySliderMods() {
|
|
2476
2597
|
return [css$10.root, 'uui-color-neutral'];
|
|
2477
2598
|
}
|
|
2478
2599
|
const Slider = /* @__PURE__ */uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
2479
2600
|
|
|
2480
|
-
var css$$ = {"root":"
|
|
2601
|
+
var css$$ = {"root":"_3bGAan","tooltip":"w1Q4wJ"};
|
|
2481
2602
|
|
|
2482
2603
|
function applyRatingMods(mods) {
|
|
2483
2604
|
return [
|
|
@@ -2491,7 +2612,7 @@ const Rating = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Rating,
|
|
|
2491
2612
|
Tooltip,
|
|
2492
2613
|
}));
|
|
2493
2614
|
|
|
2494
|
-
var css$_ = {"root":"
|
|
2615
|
+
var css$_ = {"root":"_7ExibP","container":"rTmVPX"};
|
|
2495
2616
|
|
|
2496
2617
|
const defaultFormat = 'MMM D, YYYY';
|
|
2497
2618
|
const valueFormat = 'YYYY-MM-DD';
|
|
@@ -2702,14 +2823,14 @@ function DatePickerHeader({ navIconLeft, navIconRight, value: { month, view }, o
|
|
|
2702
2823
|
React__namespace.createElement(Button, { icon: navIconRight || settings.datePicker.icons.body.nextIcon, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: !isDisabled && (() => onRightNavigationArrow()), isDisabled: disableNext }))));
|
|
2703
2824
|
}
|
|
2704
2825
|
|
|
2705
|
-
var css$Z = {"root":"
|
|
2826
|
+
var css$Z = {"root":"oW8nH9"};
|
|
2706
2827
|
|
|
2707
2828
|
function applyDateSelectionMods() {
|
|
2708
2829
|
return [css$Z.root, `uui-size-${settings.datePicker.sizes.body}`];
|
|
2709
2830
|
}
|
|
2710
2831
|
const Calendar = /* @__PURE__ */uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
2711
2832
|
|
|
2712
|
-
var css$Y = {"root":"
|
|
2833
|
+
var css$Y = {"root":"NYGCUp"};
|
|
2713
2834
|
|
|
2714
2835
|
const uuiDatePickerBody = {
|
|
2715
2836
|
wrapper: 'uui-datepicker-body-wrapper',
|
|
@@ -2835,7 +2956,7 @@ function DatePickerComponent(props, ref) {
|
|
|
2835
2956
|
}
|
|
2836
2957
|
const DatePicker = /* @__PURE__ */React__namespace.default.forwardRef(DatePickerComponent);
|
|
2837
2958
|
|
|
2838
|
-
var css$X = {"date-input":"
|
|
2959
|
+
var css$X = {"date-input":"V6kBLe","dateInput":"V6kBLe","root":"W02bCT","separator":"C-etaH"};
|
|
2839
2960
|
|
|
2840
2961
|
const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isInvalid, isReadonly, size, disableClear, rawProps, value, inFocus, format, onValueChange, onFocusInput, onBlurInput, onClick, getPlaceholder, filter, onKeyDown, id, cx: classes, }, ref) => {
|
|
2841
2962
|
const [inputValue, setInputValue] = React.useState(toCustomDateRangeFormat(value, format));
|
|
@@ -2886,7 +3007,7 @@ const RangeDatePickerInput = /* @__PURE__ */React.forwardRef(({ isDisabled, isIn
|
|
|
2886
3007
|
} : 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 })));
|
|
2887
3008
|
});
|
|
2888
3009
|
|
|
2889
|
-
var css$W = {"root":"
|
|
3010
|
+
var css$W = {"root":"rh6Mam"};
|
|
2890
3011
|
|
|
2891
3012
|
const uuiPresets = {
|
|
2892
3013
|
container: 'uui-presets-container',
|
|
@@ -2906,7 +3027,7 @@ function CalendarPresets(props) {
|
|
|
2906
3027
|
getPresets(props.presets).map((item) => (React__namespace.createElement(LinkButton, { key: item.key, caption: item.name, onClick: () => props.onPresetSet(item), size: settings.rangeDatePicker.sizes.preset })))));
|
|
2907
3028
|
}
|
|
2908
3029
|
|
|
2909
|
-
var css$V = {"root":"
|
|
3030
|
+
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"};
|
|
2910
3031
|
|
|
2911
3032
|
const uuiRangeDatePickerBody = {
|
|
2912
3033
|
inRange: 'uui-range-datepicker-in-range',
|
|
@@ -3047,15 +3168,15 @@ function RangeDatePickerBodyComp(props, ref) {
|
|
|
3047
3168
|
});
|
|
3048
3169
|
}, presets: presets })));
|
|
3049
3170
|
};
|
|
3050
|
-
return (React__namespace.default.createElement("div", { ref: ref, className:
|
|
3171
|
+
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default(css$V.root, uuiDatePickerBodyBase.container, props.cx), ...props.rawProps },
|
|
3051
3172
|
React__namespace.default.createElement(FlexRow, { cx: [view === 'DAY_SELECTION' && css$V.daySelection, css$V.container], alignItems: "top" },
|
|
3052
3173
|
React__namespace.default.createElement(FlexCell, { width: "auto" },
|
|
3053
3174
|
React__namespace.default.createElement(FlexRow, null,
|
|
3054
3175
|
React__namespace.default.createElement(FlexRow, { cx: css$V.bodesWrapper, alignItems: "top" },
|
|
3055
|
-
React__namespace.default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx:
|
|
3176
|
+
React__namespace.default.createElement(StatelessDatePickerBody, { key: "date-picker-body-left", cx: cx__default.default(css$V.fromPicker), ...from, onValueChange: (v) => onBodyValueChange(v, 'from'), onMonthChange: (m) => {
|
|
3056
3177
|
setMonth(m);
|
|
3057
3178
|
}, onViewChange: (v) => setView(v), filter: props.filter, isHoliday: props.isHoliday, renderDay: props.renderDay || renderDay, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'to' }),
|
|
3058
|
-
React__namespace.default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx:
|
|
3179
|
+
React__namespace.default.createElement(StatelessDatePickerBody, { key: "date-picker-body-right", cx: cx__default.default(css$V.toPicker), ...to, onValueChange: (v) => onBodyValueChange(v, 'to'), onMonthChange: (m) => {
|
|
3059
3180
|
setMonth(m.subtract(1, 'month'));
|
|
3060
3181
|
}, onViewChange: (v) => setView(v), filter: props.filter, renderDay: props.renderDay || renderDay, isHoliday: props.isHoliday, isDisabled: view !== 'DAY_SELECTION' && activeMonth === 'from' }),
|
|
3061
3182
|
view !== 'DAY_SELECTION' && (React__namespace.default.createElement("div", { style: {
|
|
@@ -3078,10 +3199,10 @@ const getDayCX = (day, selectedDate) => {
|
|
|
3078
3199
|
&& fromValue !== toValue;
|
|
3079
3200
|
const isFirst = dayValue === fromValue;
|
|
3080
3201
|
const isLast = dayValue === toValue;
|
|
3081
|
-
return [
|
|
3202
|
+
return [cx__default.default(inRange && uuiRangeDatePickerBody.inRange, isFirst && uuiRangeDatePickerBody.firstDayInRangeWrapper, !inRange && isFirst && uuiRangeDatePickerBody.lastDayInRangeWrapper, isLast && uuiRangeDatePickerBody.lastDayInRangeWrapper, !inRange && isLast && uuiRangeDatePickerBody.firstDayInRangeWrapper, (dayValue === fromValue || dayValue === toValue) && uuiComponents.uuiDaySelection.selectedDay)];
|
|
3082
3203
|
};
|
|
3083
3204
|
|
|
3084
|
-
var css$U = {"dropdown-container":"
|
|
3205
|
+
var css$U = {"dropdown-container":"_6joeGy","dropdownContainer":"_6joeGy"};
|
|
3085
3206
|
|
|
3086
3207
|
const modifiers = [{
|
|
3087
3208
|
name: 'offset',
|
|
@@ -3149,7 +3270,7 @@ function RangeDatePickerComponent(props, ref) {
|
|
|
3149
3270
|
}
|
|
3150
3271
|
const RangeDatePicker = /* @__PURE__ */React__namespace.default.forwardRef(RangeDatePickerComponent);
|
|
3151
3272
|
|
|
3152
|
-
var css$T = {"root":"
|
|
3273
|
+
var css$T = {"root":"_2z24bt","blocker":"fCGYTh","marker":"_99uCK9","top":"L1XILh","bottom":"HXRacB","left":"_87Qx-G","right":"npnxSY","inside":"L9DchH"};
|
|
3153
3274
|
|
|
3154
3275
|
function DropMarker(props) {
|
|
3155
3276
|
return props.isDndInProgress
|
|
@@ -3166,7 +3287,7 @@ function DropMarker(props) {
|
|
|
3166
3287
|
|
|
3167
3288
|
const RichTextView = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || settings.richTextView.sizes.default}`]);
|
|
3168
3289
|
|
|
3169
|
-
var css$S = {"modal":"
|
|
3290
|
+
var css$S = {"modal":"CWIbDl","search-wrapper":"dOuKvS","searchWrapper":"dOuKvS","no-data":"_90yVWh","noData":"_90yVWh"};
|
|
3170
3291
|
|
|
3171
3292
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
3172
3293
|
constructor() {
|
|
@@ -3231,7 +3352,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3231
3352
|
const isSearching = search?.length;
|
|
3232
3353
|
const hideFooter = (rowsCount === 0 && !hasSelection) || isSearching || (isSinglePicker && props.disableClear);
|
|
3233
3354
|
const showClear = !props.disableClear && (isSinglePicker ? true : (!view.selectAll || hasSelection));
|
|
3234
|
-
return !hideFooter && (React__namespace.default.createElement(FlexRow, { cx:
|
|
3355
|
+
return !hideFooter && (React__namespace.default.createElement(FlexRow, { cx: cx__default.default('uui-picker_input-footer', props.cx) },
|
|
3235
3356
|
!isSinglePicker && !isSearchTooShort && ( // Show this switch only for multi mode and when some rows rendered
|
|
3236
3357
|
React__namespace.default.createElement(Switch, { size: settings.pickerInput.sizes.body.footerSwitchMap[props.size], value: showSelected.value, isDisabled: !hasSelection, onValueChange: showSelected.onValueChange, label: i18n.pickerInput.showOnlySelectedLabel })),
|
|
3237
3358
|
React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
|
|
@@ -3243,7 +3364,7 @@ function DataPickerFooterImpl(props) {
|
|
|
3243
3364
|
}
|
|
3244
3365
|
const DataPickerFooter = /* @__PURE__ */React__namespace.default.memo(DataPickerFooterImpl);
|
|
3245
3366
|
|
|
3246
|
-
var css$R = {"header":"
|
|
3367
|
+
var css$R = {"header":"Q2xmr9","title":"IAtEEE","close":"yFI1Aq"};
|
|
3247
3368
|
|
|
3248
3369
|
const DataPickerHeaderImpl = (props) => {
|
|
3249
3370
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
@@ -3253,11 +3374,11 @@ const DataPickerHeaderImpl = (props) => {
|
|
|
3253
3374
|
};
|
|
3254
3375
|
const DataPickerHeader = /* @__PURE__ */React__namespace.default.memo(DataPickerHeaderImpl);
|
|
3255
3376
|
|
|
3256
|
-
var css$Q = {"root":"
|
|
3377
|
+
var css$Q = {"root":"PgXypQ"};
|
|
3257
3378
|
|
|
3258
3379
|
const AvatarStack = /* @__PURE__ */uuiCore.withMods(uuiComponents.AvatarStack, () => [css$Q.root]);
|
|
3259
3380
|
|
|
3260
|
-
var css$P = {"root":"
|
|
3381
|
+
var css$P = {"root":"m7XwJ-"};
|
|
3261
3382
|
|
|
3262
3383
|
const DEFAULT_FILL = 'solid';
|
|
3263
3384
|
function applyBadgeMods(mods) {
|
|
@@ -3285,7 +3406,7 @@ const Badge = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) =>
|
|
|
3285
3406
|
props.isDropdown && (React__namespace.default.createElement(uuiComponents.IconContainer, { icon: DropdownIcon, flipY: props.isOpen }))));
|
|
3286
3407
|
});
|
|
3287
3408
|
|
|
3288
|
-
var css$O = {"root":"
|
|
3409
|
+
var css$O = {"root":"oYB9MZ"};
|
|
3289
3410
|
|
|
3290
3411
|
function applyTagMods(props) {
|
|
3291
3412
|
return [
|
|
@@ -3313,7 +3434,7 @@ const Tag = /* @__PURE__ */React__namespace.default.forwardRef((props, ref) => {
|
|
|
3313
3434
|
props.onClear && !props.isDisabled && (React__namespace.default.createElement(uuiComponents.IconContainer, { cx: uuiCore.uuiMarkers.clickable, icon: ClearIcon, onClick: props.onClear }))));
|
|
3314
3435
|
});
|
|
3315
3436
|
|
|
3316
|
-
var css$N = {"root":"
|
|
3437
|
+
var css$N = {"root":"vkZOn9","page":"t0LjRW","spacer":"ikFkqm","mode-ghost":"zA90gz","modeGhost":"zA90gz"};
|
|
3317
3438
|
|
|
3318
3439
|
function Paginator(props) {
|
|
3319
3440
|
const renderPaginator = (params) => (React__namespace.default.createElement("nav", { role: "navigation", className: cx__default.default(css$N.root, 'uui-paginator', `uui-size-${props.size || settings.paginator.sizes.default}`), ...params.rawProps },
|
|
@@ -3330,14 +3451,14 @@ function Paginator(props) {
|
|
|
3330
3451
|
return React__namespace.default.createElement(uuiComponents.Paginator, { ...props, render: renderPaginator });
|
|
3331
3452
|
}
|
|
3332
3453
|
|
|
3333
|
-
var css$M = {"root":"
|
|
3454
|
+
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"};
|
|
3334
3455
|
|
|
3335
3456
|
const IndeterminateBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3336
3457
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$M.root, css$M[`size-${props.size || 12}`]) },
|
|
3337
3458
|
React__namespace.createElement("div", { className: cx__default.default(css$M.progressBar) })));
|
|
3338
3459
|
});
|
|
3339
3460
|
|
|
3340
|
-
var css$L = {"root":"
|
|
3461
|
+
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"};
|
|
3341
3462
|
|
|
3342
3463
|
const DEFAULT_SIZE = '12';
|
|
3343
3464
|
function applyProgressBarMods(mods) {
|
|
@@ -3352,14 +3473,14 @@ const ProgressBar = /* @__PURE__ */uuiCore.withMods(uuiComponents__namespace.Pro
|
|
|
3352
3473
|
hideLabel: props.hideLabel || props.striped,
|
|
3353
3474
|
}));
|
|
3354
3475
|
|
|
3355
|
-
var css$K = {"root":"
|
|
3476
|
+
var css$K = {"root":"GzJ1Ic"};
|
|
3356
3477
|
|
|
3357
3478
|
const IndicatorBar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3358
3479
|
const { progress } = props;
|
|
3359
3480
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$K.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$K.root, props.cx) }));
|
|
3360
3481
|
});
|
|
3361
3482
|
|
|
3362
|
-
var css$J = {"root":"
|
|
3483
|
+
var css$J = {"root":"H7j0m9"};
|
|
3363
3484
|
|
|
3364
3485
|
const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
3365
3486
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -3374,7 +3495,7 @@ const StatusIndicator = /* @__PURE__ */React.forwardRef((props, ref) => {
|
|
|
3374
3495
|
React__namespace.default.createElement("p", { className: "uui-status_indicator-caption" }, props.caption)));
|
|
3375
3496
|
});
|
|
3376
3497
|
|
|
3377
|
-
var css$I = {"drag-handle":"
|
|
3498
|
+
var css$I = {"drag-handle":"zbCoh-","dragHandle":"zbCoh-","icon-container":"_1n-Cuq","iconContainer":"_1n-Cuq"};
|
|
3378
3499
|
|
|
3379
3500
|
function DataRowAddons(props) {
|
|
3380
3501
|
const row = props.rowProps;
|
|
@@ -3395,7 +3516,7 @@ function DataRowAddons(props) {
|
|
|
3395
3516
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row), size: settings.dataTable.sizes.body.iconMap[props.size || settings.dataTable.sizes.body.row] }))))));
|
|
3396
3517
|
}
|
|
3397
3518
|
|
|
3398
|
-
var css$H = {"root":"
|
|
3519
|
+
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"};
|
|
3399
3520
|
|
|
3400
3521
|
function DataPickerCell(props) {
|
|
3401
3522
|
const ref = React__namespace.useRef();
|
|
@@ -3433,7 +3554,7 @@ function DataPickerCell(props) {
|
|
|
3433
3554
|
getWrappedContent()));
|
|
3434
3555
|
}
|
|
3435
3556
|
|
|
3436
|
-
var css$G = {"picker-row":"
|
|
3557
|
+
var css$G = {"picker-row":"Tys3fL","pickerRow":"Tys3fL"};
|
|
3437
3558
|
|
|
3438
3559
|
class DataPickerRow extends React__namespace.Component {
|
|
3439
3560
|
constructor() {
|
|
@@ -3447,7 +3568,7 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
3447
3568
|
}
|
|
3448
3569
|
}
|
|
3449
3570
|
|
|
3450
|
-
var css$F = {"done":"
|
|
3571
|
+
var css$F = {"done":"nSfFiW","container":"UDSUhr"};
|
|
3451
3572
|
|
|
3452
3573
|
const PickerBodyMobileView = (props) => {
|
|
3453
3574
|
const isMobileView = uuiCore.isMobile();
|
|
@@ -3524,7 +3645,7 @@ const getHighlightedSearchMatches = (str, search) => {
|
|
|
3524
3645
|
return getDecoratedText(str, ranges);
|
|
3525
3646
|
};
|
|
3526
3647
|
|
|
3527
|
-
var css$E = {"root":"
|
|
3648
|
+
var css$E = {"root":"g-lo70","column-gap":"DiWeoE","columnGap":"DiWeoE","title":"H7nEbG","subtitle":"gNv8BV","disabled":"s-XTPW","multiline":"_0Lk7aS"};
|
|
3528
3649
|
|
|
3529
3650
|
function PickerItem(props) {
|
|
3530
3651
|
const { highlightSearchMatches = true, size, avatarUrl, isLoading, isDisabled, icon, } = props;
|
|
@@ -3545,7 +3666,7 @@ function getAvatarSize(size, isMultiline) {
|
|
|
3545
3666
|
return settings.pickerInput.sizes.body[isMultiline ? 'itemAvatarMultilineMap' : 'itemAvatarMap'][size];
|
|
3546
3667
|
}
|
|
3547
3668
|
|
|
3548
|
-
var css$D = {"sub-header-wrapper":"
|
|
3669
|
+
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"};
|
|
3549
3670
|
|
|
3550
3671
|
function PickerModal(props) {
|
|
3551
3672
|
const { view, selection, dataSourceStateLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -3600,7 +3721,7 @@ function PickerModal(props) {
|
|
|
3600
3721
|
React__namespace.default.createElement(ModalFooter, null, props.renderFooter ? props.renderFooter(getFooterProps()) : renderFooter()))));
|
|
3601
3722
|
}
|
|
3602
3723
|
|
|
3603
|
-
var css$C = {"tooltip":"
|
|
3724
|
+
var css$C = {"tooltip":"VsuUr8"};
|
|
3604
3725
|
|
|
3605
3726
|
const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
3606
3727
|
const tagProps = {
|
|
@@ -3619,7 +3740,7 @@ const PickerTogglerTag = /* @__PURE__ */React__namespace.forwardRef((props, ref)
|
|
|
3619
3740
|
}
|
|
3620
3741
|
});
|
|
3621
3742
|
|
|
3622
|
-
var css$B = {"root":"
|
|
3743
|
+
var css$B = {"root":"uaw-o1"};
|
|
3623
3744
|
|
|
3624
3745
|
const defaultMode = EditMode.FORM;
|
|
3625
3746
|
function applyPickerTogglerMods(mods) {
|
|
@@ -3720,7 +3841,7 @@ function PickerInputComponent({ highlightSearchMatches = true, ...props }, ref)
|
|
|
3720
3841
|
}
|
|
3721
3842
|
const PickerInput = /* @__PURE__ */React__namespace.default.forwardRef(PickerInputComponent);
|
|
3722
3843
|
|
|
3723
|
-
var css$A = {"row":"
|
|
3844
|
+
var css$A = {"row":"_9wHyA2"};
|
|
3724
3845
|
|
|
3725
3846
|
function PickerListItem(props) {
|
|
3726
3847
|
let label;
|
|
@@ -3740,7 +3861,7 @@ function PickerListItem(props) {
|
|
|
3740
3861
|
return (React__namespace.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));
|
|
3741
3862
|
}
|
|
3742
3863
|
|
|
3743
|
-
var css$z = {"root":"
|
|
3864
|
+
var css$z = {"root":"Xp27tW"};
|
|
3744
3865
|
|
|
3745
3866
|
function PickerList(props) {
|
|
3746
3867
|
const { context, view, onlySelectedView, getName, getEntityName, appendLastSelected, getSelectedIdsArray, buildRowsList, getMaxDefaultItems, dataSourceState, getModalTogglerCaption, } = uuiComponents.usePickerList(props);
|
|
@@ -3775,7 +3896,7 @@ function PickerList(props) {
|
|
|
3775
3896
|
}, selectedRows)));
|
|
3776
3897
|
}
|
|
3777
3898
|
|
|
3778
|
-
var css$y = {"root":"
|
|
3899
|
+
var css$y = {"root":"woJ1xW","wrapper":"zfPYSL","align-widgets-top":"Ms3X1F","alignWidgetsTop":"Ms3X1F","align-widgets-center":"ROIGR4","alignWidgetsCenter":"ROIGR4"};
|
|
3779
3900
|
|
|
3780
3901
|
function DataTableCell(initialProps) {
|
|
3781
3902
|
const props = { ...initialProps };
|
|
@@ -3823,7 +3944,7 @@ function DataTableCell(initialProps) {
|
|
|
3823
3944
|
return React__namespace.createElement(uuiComponents.DataTableCell, { ...props });
|
|
3824
3945
|
}
|
|
3825
3946
|
|
|
3826
|
-
var css$x = {"root":"
|
|
3947
|
+
var css$x = {"root":"xYu8k-"};
|
|
3827
3948
|
|
|
3828
3949
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3829
3950
|
// 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.
|
|
@@ -3839,7 +3960,7 @@ const DataTableRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableRow,
|
|
|
3839
3960
|
];
|
|
3840
3961
|
}, () => propsMods);
|
|
3841
3962
|
|
|
3842
|
-
var css$w = {"sorting-panel-container":"
|
|
3963
|
+
var css$w = {"sorting-panel-container":"U3a2Br","sortingPanelContainer":"U3a2Br"};
|
|
3843
3964
|
|
|
3844
3965
|
const SortingPanelImpl = ({ sortDirection, onSort }) => {
|
|
3845
3966
|
const sortAsc = React.useCallback(() => onSort(sortDirection === 'asc' ? undefined : 'asc'), [onSort]);
|
|
@@ -3864,7 +3985,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3864
3985
|
};
|
|
3865
3986
|
const ColumnHeaderDropdown = /* @__PURE__ */React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3866
3987
|
|
|
3867
|
-
var css$v = {"root":"
|
|
3988
|
+
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"};
|
|
3868
3989
|
|
|
3869
3990
|
class DataTableHeaderCell extends React__namespace.Component {
|
|
3870
3991
|
constructor() {
|
|
@@ -3958,7 +4079,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3958
4079
|
}
|
|
3959
4080
|
}
|
|
3960
4081
|
|
|
3961
|
-
var css$u = {"root":"
|
|
4082
|
+
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"};
|
|
3962
4083
|
|
|
3963
4084
|
class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
3964
4085
|
constructor() {
|
|
@@ -3998,7 +4119,7 @@ class DataTableHeaderGroupCell extends React__namespace.Component {
|
|
|
3998
4119
|
}
|
|
3999
4120
|
}
|
|
4000
4121
|
|
|
4001
|
-
var css$t = {"root":"
|
|
4122
|
+
var css$t = {"root":"LOZpj1"};
|
|
4002
4123
|
|
|
4003
4124
|
const DataTableHeaderRow = /* @__PURE__ */uuiCore.withMods(uuiComponents.DataTableHeaderRow, () => [css$t.root, 'uui-dt-vars'], (mods) => ({
|
|
4004
4125
|
renderCell: (props) => (React__namespace.createElement(DataTableHeaderCell, { ...props, size: mods.size, textCase: mods.textCase || 'normal', key: props.column.key, columnsGap: mods.columnsGap })),
|
|
@@ -4010,8 +4131,12 @@ const UUI_FILTERS_PANEL_ADD_BUTTON = 'uui-filters-panel-add-button';
|
|
|
4010
4131
|
const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
4011
4132
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
4012
4133
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
4134
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE = 'uui-filters-panel-item-toggler-title';
|
|
4135
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION = 'uui-filters-panel-item-toggler-selection';
|
|
4136
|
+
const UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX = 'uui-filters-panel-item-toggler-postfix';
|
|
4137
|
+
const UUI_FILTERS_PANEL_BODY_FOOTER = 'uui-filters-panel-item-footer';
|
|
4013
4138
|
|
|
4014
|
-
var css$s = {"root":"
|
|
4139
|
+
var css$s = {"root":"bsRDan","title-wrapper":"RHl5gb","titleWrapper":"RHl5gb","title":"_5VcRHU","text-wrapper":"YTVwz7","textWrapper":"YTVwz7","selection":"Y6eLBn","postfix":"fH0L1x","selected":"I-fLTv"};
|
|
4015
4140
|
|
|
4016
4141
|
const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
4017
4142
|
const togglerPickerOpened = (e) => {
|
|
@@ -4034,14 +4159,14 @@ const FilterPanelItemToggler = /* @__PURE__ */React__namespace.forwardRef((props
|
|
|
4034
4159
|
};
|
|
4035
4160
|
const getTitle = props.predicateName ? `${props.title} ${props.predicateName}` : `${props.title}${props.selection ? ':' : ''}`;
|
|
4036
4161
|
const getSelectionText = () => props.selection.map((i, index) => (React__namespace.createElement(React__namespace.Fragment, { key: `${i}${index}` },
|
|
4037
|
-
React__namespace.createElement(
|
|
4162
|
+
React__namespace.createElement("div", { className: cx__default.default(css$s.selection, UUI_FILTERS_PANEL_ITEM_TOGGLER_SELECTION) }, i),
|
|
4038
4163
|
(props.postfix || index !== props.selection.length - 1) && React__namespace.createElement("span", null, ",\u00A0"))));
|
|
4039
|
-
return (React__namespace.createElement("div", { style: { maxWidth: `${props.maxWidth ? props.maxWidth + 'px' : 'auto'}` }, role: "button", tabIndex: props.isDisabled ? -1 : 0, onKeyDown: onKeyDownHandler, className: cx__default.default(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiCore.uuiElement.inputBox, uuiCore.uuiMarkers.clickable, props.isOpen && uuiCore.uuiMod.opened, `uui-size-${props.size || settings.pickerInput.sizes.toggler.default}`, props.cx), onClick: togglerPickerOpened, ref: ref },
|
|
4164
|
+
return (React__namespace.createElement("div", { style: { maxWidth: `${props.maxWidth ? props.maxWidth + 'px' : 'auto'}` }, role: "button", tabIndex: props.isDisabled ? -1 : 0, onKeyDown: onKeyDownHandler, className: cx__default.default(UUI_FILTERS_PANEL_ITEM_TOGGLER, css$s.root, uuiCore.uuiElement.inputBox, uuiCore.uuiMarkers.clickable, props.isOpen && uuiCore.uuiMod.opened, props.selection?.length > 0 && uuiCore.uuiMarkers.hasValue, `uui-size-${props.size || settings.pickerInput.sizes.toggler.default}`, props.cx), onClick: togglerPickerOpened, ref: ref },
|
|
4040
4165
|
React__namespace.createElement("div", { className: css$s.titleWrapper },
|
|
4041
|
-
React__namespace.createElement(
|
|
4166
|
+
React__namespace.createElement("div", { className: cx__default.default(css$s.title, UUI_FILTERS_PANEL_ITEM_TOGGLER_TITLE) }, getTitle),
|
|
4042
4167
|
props.selection && (React__namespace.createElement("div", { className: css$s.textWrapper },
|
|
4043
4168
|
getSelectionText(),
|
|
4044
|
-
props.postfix && (React__namespace.createElement(
|
|
4169
|
+
props.postfix && (React__namespace.createElement("div", { className: cx__default.default(css$s.postfix, UUI_FILTERS_PANEL_ITEM_TOGGLER_POSTFIX) }, props.postfix))))),
|
|
4045
4170
|
!props.isDisabled && React__namespace.createElement(uuiComponents.IconContainer, { icon: settings.filtersPanel.icons.itemDropdownIcon, flipY: props.isOpen, cx: "uui-icon-dropdown" })));
|
|
4046
4171
|
});
|
|
4047
4172
|
|
|
@@ -4084,7 +4209,7 @@ function FilterPickerBody({ highlightSearchMatches = true, ...restProps }) {
|
|
|
4084
4209
|
const footerProps = getFooterProps();
|
|
4085
4210
|
return props.renderFooter
|
|
4086
4211
|
? props.renderFooter(footerProps)
|
|
4087
|
-
: React__namespace.createElement(DataPickerFooter, { ...footerProps, size: settings.pickerInput.sizes.body.row });
|
|
4212
|
+
: React__namespace.createElement(DataPickerFooter, { ...footerProps, cx: UUI_FILTERS_PANEL_BODY_FOOTER, size: settings.pickerInput.sizes.body.row });
|
|
4088
4213
|
};
|
|
4089
4214
|
const renderBody = (bodyProps, rows) => {
|
|
4090
4215
|
const renderedDataRows = rows.map((props) => renderRow(props, dataSourceState));
|
|
@@ -4169,7 +4294,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4169
4294
|
}, onValueChange: onBodyValueChange, filter: props.filter, presets: props.presets })),
|
|
4170
4295
|
React__namespace.default.createElement(FlexCell, { alignSelf: "stretch" },
|
|
4171
4296
|
React__namespace.default.createElement(FlexRow, { padding: "24", vPadding: "12" },
|
|
4172
|
-
React__namespace.default.createElement(RangeDatePickerInput, { size:
|
|
4297
|
+
React__namespace.default.createElement(RangeDatePickerInput, { size: settings.filtersPanel.sizes.rangeDatePickerInput, disableClear: props.disableClear, inFocus: inFocus, format: format, value: value, onValueChange: onValueChange, onFocusInput: (event, inputType) => {
|
|
4173
4298
|
if (props.onFocus) {
|
|
4174
4299
|
props.onFocus(event, inputType);
|
|
4175
4300
|
}
|
|
@@ -4179,7 +4304,7 @@ function FilterRangeDatePickerBody(props) {
|
|
|
4179
4304
|
React__namespace.default.createElement(LinkButton, { isDisabled: !value.from && !value.to, caption: i18n.pickerModal.clearAllButton, onClick: () => onValueChange(defaultRangeValue) })))));
|
|
4180
4305
|
}
|
|
4181
4306
|
|
|
4182
|
-
var css$r = {"container":"
|
|
4307
|
+
var css$r = {"container":"lrddOF"};
|
|
4183
4308
|
|
|
4184
4309
|
function FilterNumericBody(props) {
|
|
4185
4310
|
const isInRangePredicate = props?.selectedPredicate === 'inRange' || props?.selectedPredicate === 'notInRange';
|
|
@@ -4208,7 +4333,6 @@ function FilterNumericBody(props) {
|
|
|
4208
4333
|
}
|
|
4209
4334
|
};
|
|
4210
4335
|
const renderFooter = () => {
|
|
4211
|
-
const size = uuiCore.isMobile() ? '48' : '36';
|
|
4212
4336
|
const clearSelection = () => {
|
|
4213
4337
|
if (isInRangePredicate) {
|
|
4214
4338
|
props.onValueChange({
|
|
@@ -4224,22 +4348,22 @@ function FilterNumericBody(props) {
|
|
|
4224
4348
|
return (React__namespace.default.createElement(FlexRow, { padding: "12" },
|
|
4225
4349
|
React__namespace.default.createElement(uuiComponents.FlexSpacer, null),
|
|
4226
4350
|
React__namespace.default.createElement(FlexCell, { width: "auto", alignSelf: "center" },
|
|
4227
|
-
React__namespace.default.createElement(LinkButton, { isDisabled: isClearDisabled, size:
|
|
4351
|
+
React__namespace.default.createElement(LinkButton, { isDisabled: isClearDisabled, size: settings.filtersPanel.sizes[uuiCore.isMobile() ? 'mobileFooterLinkButton' : 'footerLinkButton'], caption: i18n.pickerInput.clearSelectionButtonSingle, onClick: clearSelection }))));
|
|
4228
4352
|
};
|
|
4229
4353
|
if (isInRangePredicate) {
|
|
4230
4354
|
const value = props.value;
|
|
4231
4355
|
return (React__namespace.default.createElement("div", null,
|
|
4232
|
-
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center",
|
|
4356
|
+
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center", columnGap: "12", borderBottom: true, cx: css$r.container },
|
|
4233
4357
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
4234
|
-
React__namespace.default.createElement(NumericInput, { value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4358
|
+
React__namespace.default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.from ?? null, onValueChange: rangeValueHandler('from'), placeholder: "Min", formatOptions: { maximumFractionDigits: 2 } })),
|
|
4235
4359
|
React__namespace.default.createElement(FlexCell, { width: "100%" },
|
|
4236
|
-
React__namespace.default.createElement(NumericInput, { value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
|
|
4360
|
+
React__namespace.default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: value?.to ?? null, onValueChange: rangeValueHandler('to'), placeholder: "Max", formatOptions: { maximumFractionDigits: 2 }, isInvalid: isWrongRange(value?.from, value?.to) }))),
|
|
4237
4361
|
renderFooter()));
|
|
4238
4362
|
}
|
|
4239
4363
|
return (React__namespace.default.createElement("div", null,
|
|
4240
4364
|
React__namespace.default.createElement(FlexRow, { padding: "12", alignItems: "center", borderBottom: true, cx: css$r.container },
|
|
4241
4365
|
React__namespace.default.createElement(FlexCell, { width: 130 },
|
|
4242
|
-
React__namespace.default.createElement(NumericInput, { value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
|
|
4366
|
+
React__namespace.default.createElement(NumericInput, { size: settings.filtersPanel.sizes.default, value: typeof props.value === 'number' ? props.value : null, onValueChange: props.onValueChange, placeholder: "Enter a number", formatOptions: { maximumFractionDigits: 2 } }))),
|
|
4243
4367
|
renderFooter()));
|
|
4244
4368
|
}
|
|
4245
4369
|
|
|
@@ -4260,22 +4384,7 @@ function FilterItemBody(props) {
|
|
|
4260
4384
|
}
|
|
4261
4385
|
}
|
|
4262
4386
|
|
|
4263
|
-
var
|
|
4264
|
-
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); }
|
|
4265
|
-
var SvgActionDeleteOutline = function SvgActionDeleteOutline(props, ref) {
|
|
4266
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
4267
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4268
|
-
width: 24,
|
|
4269
|
-
height: 24,
|
|
4270
|
-
viewBox: "0 0 24 24",
|
|
4271
|
-
ref: ref
|
|
4272
|
-
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4273
|
-
d: "M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3H9zM7 6h10v13H7V6zm2 2v9h2V8H9zm4 0v9h2V8h-2z"
|
|
4274
|
-
})));
|
|
4275
|
-
};
|
|
4276
|
-
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgActionDeleteOutline);
|
|
4277
|
-
|
|
4278
|
-
var css$q = {"header":"_2-lStW","removeButton":"rHzCPj","with-search":"CDwIMy","withSearch":"CDwIMy"};
|
|
4387
|
+
var css$q = {"body":"_4Vjadg","header":"IWPH-Z","title":"aaMHNN","removeButton":"_73t7tH","with-search":"lqi9-q","withSearch":"lqi9-q"};
|
|
4279
4388
|
|
|
4280
4389
|
function useView(props, value) {
|
|
4281
4390
|
const forceUpdate = uuiCore.useForceUpdate();
|
|
@@ -4363,13 +4472,13 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4363
4472
|
setPredicate(val);
|
|
4364
4473
|
};
|
|
4365
4474
|
const renderHeader = (hideTitle) => (React__namespace.default.createElement("div", { className: cx__default.default(css$q.header, isPickersType && (props.showSearch ?? css$q.withSearch)) },
|
|
4366
|
-
props.predicates ? (React__namespace.default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size:
|
|
4367
|
-
!props?.isAlwaysVisible && (React__namespace.default.createElement(LinkButton, { cx: css$q.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size:
|
|
4475
|
+
props.predicates ? (React__namespace.default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: settings.filtersPanel.sizes.pickerBodyMultiSwitch })) : (!hideTitle && (React__namespace.default.createElement("div", { className: css$q.title }, props.title))),
|
|
4476
|
+
!props?.isAlwaysVisible && (React__namespace.default.createElement(LinkButton, { cx: css$q.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: settings.filtersPanel.sizes.pickerBodyLinkButton, icon: settings.filtersPanel.icons.pickerBodyRemoveIcon }))));
|
|
4368
4477
|
const renderBody = (dropdownProps) => {
|
|
4369
4478
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
4370
|
-
return isPickersType ? (React__namespace.default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: UUI_FILTERS_PANEL_ITEM_BODY, title: props.title, width:
|
|
4479
|
+
return isPickersType ? (React__namespace.default.createElement(PickerBodyMobileView, { ...dropdownProps, cx: [css$q.body, UUI_FILTERS_PANEL_ITEM_BODY], title: props.title, width: settings.filtersPanel.sizes.pickerBodyMinWidth, onClose: () => isOpenChange(false) },
|
|
4371
4480
|
renderHeader(hideHeaderTitle),
|
|
4372
|
-
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange }))) : (React__namespace.default.createElement(DropdownContainer, { cx: UUI_FILTERS_PANEL_ITEM_BODY, ...dropdownProps },
|
|
4481
|
+
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange }))) : (React__namespace.default.createElement(DropdownContainer, { cx: [css$q.body, UUI_FILTERS_PANEL_ITEM_BODY], ...dropdownProps },
|
|
4373
4482
|
renderHeader(hideHeaderTitle),
|
|
4374
4483
|
React__namespace.default.createElement(FilterItemBody, { ...props, ...dropdownProps, selectedPredicate: predicate, value: getValue(), onValueChange: onValueChange })));
|
|
4375
4484
|
};
|
|
@@ -4378,7 +4487,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
4378
4487
|
};
|
|
4379
4488
|
const getPickerItemName = (item, config) => {
|
|
4380
4489
|
if (item.isLoading) {
|
|
4381
|
-
return
|
|
4490
|
+
return settings.filtersPanel.renderPlaceholder();
|
|
4382
4491
|
}
|
|
4383
4492
|
if (item.isUnknown) {
|
|
4384
4493
|
return 'Unknown';
|
|
@@ -4581,88 +4690,7 @@ function FiltersToolbarImpl(props) {
|
|
|
4581
4690
|
}
|
|
4582
4691
|
const FiltersPanel = /* @__PURE__ */React__namespace.default.memo(FiltersToolbarImpl);
|
|
4583
4692
|
|
|
4584
|
-
var css$p = {"
|
|
4585
|
-
|
|
4586
|
-
var _path$9;
|
|
4587
|
-
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); }
|
|
4588
|
-
var SvgActionSaveOutline = function SvgActionSaveOutline(props, ref) {
|
|
4589
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
4590
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4591
|
-
width: 24,
|
|
4592
|
-
height: 24,
|
|
4593
|
-
viewBox: "0 0 24 24",
|
|
4594
|
-
ref: ref
|
|
4595
|
-
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4596
|
-
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"
|
|
4597
|
-
})));
|
|
4598
|
-
};
|
|
4599
|
-
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgActionSaveOutline);
|
|
4600
|
-
|
|
4601
|
-
var _path$8;
|
|
4602
|
-
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); }
|
|
4603
|
-
var SvgContentEditUndoOutline = function SvgContentEditUndoOutline(props, ref) {
|
|
4604
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
4605
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4606
|
-
width: 24,
|
|
4607
|
-
height: 24,
|
|
4608
|
-
viewBox: "0 0 24 24",
|
|
4609
|
-
ref: ref
|
|
4610
|
-
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4611
|
-
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"
|
|
4612
|
-
})));
|
|
4613
|
-
};
|
|
4614
|
-
var ForwardRef$8 = /*#__PURE__*/React.forwardRef(SvgContentEditUndoOutline);
|
|
4615
|
-
|
|
4616
|
-
var _path$7;
|
|
4617
|
-
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); }
|
|
4618
|
-
var SvgActionCopyContentOutline = function SvgActionCopyContentOutline(props, ref) {
|
|
4619
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
4620
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4621
|
-
width: 24,
|
|
4622
|
-
height: 24,
|
|
4623
|
-
viewBox: "0 0 24 24",
|
|
4624
|
-
ref: ref
|
|
4625
|
-
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4626
|
-
fillRule: "evenodd",
|
|
4627
|
-
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",
|
|
4628
|
-
clipRule: "evenodd"
|
|
4629
|
-
})));
|
|
4630
|
-
};
|
|
4631
|
-
var ForwardRef$7 = /*#__PURE__*/React.forwardRef(SvgActionCopyContentOutline);
|
|
4632
|
-
|
|
4633
|
-
var _path$6;
|
|
4634
|
-
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); }
|
|
4635
|
-
var SvgContentEditFill = function SvgContentEditFill(props, ref) {
|
|
4636
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
4637
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4638
|
-
width: 24,
|
|
4639
|
-
height: 24,
|
|
4640
|
-
viewBox: "0 0 24 24",
|
|
4641
|
-
ref: ref
|
|
4642
|
-
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4643
|
-
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"
|
|
4644
|
-
})));
|
|
4645
|
-
};
|
|
4646
|
-
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgContentEditFill);
|
|
4647
|
-
|
|
4648
|
-
var _path$5, _path2;
|
|
4649
|
-
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); }
|
|
4650
|
-
var SvgContentLinkOutline = function SvgContentLinkOutline(props, ref) {
|
|
4651
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
4652
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4653
|
-
width: 24,
|
|
4654
|
-
height: 24,
|
|
4655
|
-
viewBox: "0 0 24 24",
|
|
4656
|
-
ref: ref
|
|
4657
|
-
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4658
|
-
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"
|
|
4659
|
-
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4660
|
-
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"
|
|
4661
|
-
})));
|
|
4662
|
-
};
|
|
4663
|
-
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgContentLinkOutline);
|
|
4664
|
-
|
|
4665
|
-
var css$o = {"delete-button":"WFRxWF","deleteButton":"WFRxWF","tab-button":"JINUhx","tabButton":"JINUhx","targetOpen":"x0C-Mr"};
|
|
4693
|
+
var css$p = {"delete-button":"y6aO2N","deleteButton":"y6aO2N","tab-button":"Vp5SMy","tabButton":"Vp5SMy","targetOpen":"DacV7L"};
|
|
4666
4694
|
|
|
4667
4695
|
function PresetActionsDropdown(props) {
|
|
4668
4696
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -4687,7 +4715,7 @@ function PresetActionsDropdown(props) {
|
|
|
4687
4715
|
const successNotificationHandler = React.useCallback((text) => {
|
|
4688
4716
|
uuiNotifications
|
|
4689
4717
|
.show((props) => (React__namespace.default.createElement(SuccessNotification, { ...props },
|
|
4690
|
-
React__namespace.default.createElement(
|
|
4718
|
+
React__namespace.default.createElement("div", { className: "uui-presets-panel-notification-text" }, text))), { duration: 3 })
|
|
4691
4719
|
.catch(() => null);
|
|
4692
4720
|
}, []);
|
|
4693
4721
|
const saveInCurrentHandler = React.useCallback(() => {
|
|
@@ -4710,32 +4738,32 @@ function PresetActionsDropdown(props) {
|
|
|
4710
4738
|
const isRenameAvailable = props.preset.id === props.activePresetId && !isReadonlyPreset;
|
|
4711
4739
|
return (React__namespace.default.createElement(DropdownMenuBody, { ...dropdownProps },
|
|
4712
4740
|
isPresetChanged && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
4713
|
-
!isReadonlyPreset && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon:
|
|
4714
|
-
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon:
|
|
4741
|
+
!isReadonlyPreset && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-in-current`, icon: settings.presetsPanel.icons.saveInCurrentIcon, caption: "Save in current", onClick: () => { dropdownProps.onClose(); saveInCurrentHandler(); } })),
|
|
4742
|
+
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-save-as-new`, icon: settings.presetsPanel.icons.saveAsNewIcon, caption: "Save as new",
|
|
4715
4743
|
// 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
|
|
4716
4744
|
onClick: () => { dropdownProps.onClose(); setTimeout(() => props.addPreset(), 0); } }),
|
|
4717
|
-
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon:
|
|
4745
|
+
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-discard`, icon: settings.presetsPanel.icons.discardChangesIcon, caption: "Discard all changes", onClick: () => { dropdownProps.onClose(); discardAllChangesHandler(); } }),
|
|
4718
4746
|
React__namespace.default.createElement(DropdownMenuSplitter, { key: "discard-splitter" }))),
|
|
4719
|
-
isRenameAvailable && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon:
|
|
4720
|
-
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon:
|
|
4721
|
-
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon:
|
|
4747
|
+
isRenameAvailable && (React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-rename`, icon: settings.presetsPanel.icons.renameIcon, caption: "Rename", onClick: props.renamePreset })),
|
|
4748
|
+
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-duplicate`, icon: settings.presetsPanel.icons.copyIcon, caption: "Duplicate", onClick: () => { dropdownProps.onClose(); duplicateHandler(); } }),
|
|
4749
|
+
React__namespace.default.createElement(DropdownMenuButton, { key: `${props.preset.id}-copyLink`, icon: settings.presetsPanel.icons.copyLinkIcon, caption: "Copy Link", onClick: copyUrlToClipboard }),
|
|
4722
4750
|
!isReadonlyPreset && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
4723
4751
|
React__namespace.default.createElement(DropdownMenuSplitter, { key: "delete-splitter" }),
|
|
4724
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon:
|
|
4752
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: settings.presetsPanel.icons.deleteIcon, caption: "Delete", cx: css$p.deleteButton, onClick: deleteHandler })))));
|
|
4725
4753
|
};
|
|
4726
4754
|
const renderTarget = React.useCallback((dropdownProps) => {
|
|
4727
|
-
return (React__namespace.default.createElement(IconButton, { cx: [css$
|
|
4755
|
+
return (React__namespace.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 }));
|
|
4728
4756
|
}, []);
|
|
4729
4757
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
4730
4758
|
}
|
|
4731
4759
|
|
|
4732
|
-
var css$n = {"preset-input-cell":"QDvawU","presetInputCell":"QDvawU","preset-input":"PmhErs","presetInput":"PmhErs"};
|
|
4733
|
-
|
|
4734
4760
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
4735
4761
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
4736
4762
|
const UUI_PRESETS_PANEL_INPUT = 'uui-presets-panel-input';
|
|
4737
4763
|
const UUI_PRESETS_PANEL_PRESET = 'uui-presets-panel-preset';
|
|
4738
4764
|
|
|
4765
|
+
var css$o = {"preset-input-cell":"v4V0HO","presetInputCell":"v4V0HO","preset-input":"etl1jT","presetInput":"etl1jT"};
|
|
4766
|
+
|
|
4739
4767
|
function PresetInput(props) {
|
|
4740
4768
|
const [presetCaption, setPresetCaption] = React.useState(props.preset?.name || '');
|
|
4741
4769
|
const [readonly, setReadonly] = React.useState(false);
|
|
@@ -4757,11 +4785,11 @@ function PresetInput(props) {
|
|
|
4757
4785
|
}
|
|
4758
4786
|
props.onCancel();
|
|
4759
4787
|
}, [presetCaption.length, props.onCancel]);
|
|
4760
|
-
return (React__namespace.default.createElement(FlexCell, { cx: [css$
|
|
4761
|
-
React__namespace.default.createElement(TextInput, { cx: css$
|
|
4788
|
+
return (React__namespace.default.createElement(FlexCell, { cx: [css$o.presetInputCell, UUI_PRESETS_PANEL_INPUT], minWidth: 180 },
|
|
4789
|
+
React__namespace.default.createElement(TextInput, { cx: css$o.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50, isReadonly: readonly })));
|
|
4762
4790
|
}
|
|
4763
4791
|
|
|
4764
|
-
var css$
|
|
4792
|
+
var css$n = {"preset":"XfeRCC","activePreset":"_09fCYc"};
|
|
4765
4793
|
|
|
4766
4794
|
function Preset(props) {
|
|
4767
4795
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -4783,25 +4811,10 @@ function Preset(props) {
|
|
|
4783
4811
|
}, [props.preset]);
|
|
4784
4812
|
const isPresetActive = props.activePresetId === props.preset.id;
|
|
4785
4813
|
const PresetActionsDropdownComponent = React.useCallback(() => React__namespace.default.createElement(PresetActionsDropdown, { renamePreset: setPresetForRename, ...props }), [props.preset, props.tableState, props.activePresetId]);
|
|
4786
|
-
return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$
|
|
4814
|
+
return (React__namespace.default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__namespace.default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__namespace.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 }))));
|
|
4787
4815
|
}
|
|
4788
4816
|
|
|
4789
|
-
var
|
|
4790
|
-
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); }
|
|
4791
|
-
var SvgActionDeleteForeverFill = function SvgActionDeleteForeverFill(props, ref) {
|
|
4792
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
4793
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4794
|
-
width: 24,
|
|
4795
|
-
height: 24,
|
|
4796
|
-
viewBox: "0 0 24 24",
|
|
4797
|
-
ref: ref
|
|
4798
|
-
}, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4799
|
-
fillRule: "evenodd",
|
|
4800
|
-
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",
|
|
4801
|
-
clipRule: "evenodd"
|
|
4802
|
-
})));
|
|
4803
|
-
};
|
|
4804
|
-
var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgActionDeleteForeverFill);
|
|
4817
|
+
var css$m = {"divider":"LvLXk-","dropdownDeleteIcon":"XZ1XXq","presetsWrapper":"xWOY2-","addPresetContainer":"FoHduO","dropContainer":"h7P-fs"};
|
|
4805
4818
|
|
|
4806
4819
|
function PresetsPanel(props) {
|
|
4807
4820
|
const [isAddingPreset, setIsAddingPreset] = React.useState(false);
|
|
@@ -4816,16 +4829,16 @@ function PresetsPanel(props) {
|
|
|
4816
4829
|
return React__namespace.default.createElement(Preset, { key: preset.id, preset: preset, addPreset: setAddingPreset, ...presetApi });
|
|
4817
4830
|
};
|
|
4818
4831
|
const renderAddPresetButton = React.useCallback(() => {
|
|
4819
|
-
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$
|
|
4832
|
+
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$m.addPresetContainer }, !isAddingPreset ? (React__namespace.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__namespace.default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
4820
4833
|
}, [isAddingPreset]);
|
|
4821
4834
|
const onPresetDropdownSelect = (preset) => {
|
|
4822
4835
|
props.choosePreset(preset.preset);
|
|
4823
4836
|
};
|
|
4824
4837
|
const renderMoreButtonDropdown = (item, hiddenItems) => {
|
|
4825
4838
|
return (React__namespace.default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__namespace.default.createElement(FlexRow, null,
|
|
4826
|
-
React__namespace.default.createElement("div", { className: css$
|
|
4839
|
+
React__namespace.default.createElement("div", { className: css$m.divider }),
|
|
4827
4840
|
React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${hiddenItems?.length || ''} more`, ...props }))), renderBody: (propsBody) => (React__namespace.default.createElement(DropdownMenuBody, { minWidth: 230, maxHeight: 300, ...propsBody },
|
|
4828
|
-
React__namespace.default.createElement(ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly &&
|
|
4841
|
+
React__namespace.default.createElement(ScrollBars, null, hiddenItems.map((hiddenItem) => (React__namespace.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)) })))))) }));
|
|
4829
4842
|
};
|
|
4830
4843
|
const getPresetPriority = (preset, index) => {
|
|
4831
4844
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -4846,7 +4859,7 @@ function PresetsPanel(props) {
|
|
|
4846
4859
|
];
|
|
4847
4860
|
};
|
|
4848
4861
|
return (React__namespace.default.createElement(FlexCell, { grow: 1, minWidth: 310, rawProps: props.rawProps },
|
|
4849
|
-
React__namespace.default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$
|
|
4862
|
+
React__namespace.default.createElement(FlexRow, { size: null, columnGap: "12", cx: css$m.presetsWrapper },
|
|
4850
4863
|
React__namespace.default.createElement(uuiComponents.AdaptivePanel, { items: getPanelItems() }))));
|
|
4851
4864
|
}
|
|
4852
4865
|
|
|
@@ -4887,7 +4900,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
4887
4900
|
return columns;
|
|
4888
4901
|
};
|
|
4889
4902
|
|
|
4890
|
-
var css$l = {"unpin-icon":"
|
|
4903
|
+
var css$l = {"unpin-icon":"_1AH3tB","unpinIcon":"_1AH3tB","pin-toggler-icon":"_8sDOsk","pinTogglerIcon":"_8sDOsk"};
|
|
4891
4904
|
|
|
4892
4905
|
function PinIconButton(props) {
|
|
4893
4906
|
const i18nLocal = i18n.tables.columnsConfigurationModal;
|
|
@@ -4929,7 +4942,7 @@ function getUnpinIcon(params) {
|
|
|
4929
4942
|
}
|
|
4930
4943
|
}
|
|
4931
4944
|
|
|
4932
|
-
var css$k = {"row-wrapper":"
|
|
4945
|
+
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"};
|
|
4933
4946
|
|
|
4934
4947
|
const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props) {
|
|
4935
4948
|
const { column } = props;
|
|
@@ -4952,7 +4965,7 @@ const ColumnRow = /* @__PURE__ */React__namespace.memo(function ColumnRow(props)
|
|
|
4952
4965
|
return (React__namespace.createElement(uuiCore.DndActor, { key: column.key, srcData: isDndAllowed && data, dstData: data, canAcceptDrop: onCanAcceptDrop, onDrop: onDrop, render: renderContent }));
|
|
4953
4966
|
});
|
|
4954
4967
|
|
|
4955
|
-
var css$j = {"root":"
|
|
4968
|
+
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"};
|
|
4956
4969
|
|
|
4957
4970
|
const renderGroupTitle = (title, amount) => (React__namespace.createElement(FlexRow, { cx: css$j.group },
|
|
4958
4971
|
React__namespace.createElement(Text, { size: "none", cx: css$j.groupTitle }, title),
|
|
@@ -5054,7 +5067,7 @@ const getChildrenAndRest = (row, rows) => {
|
|
|
5054
5067
|
return [children, rest];
|
|
5055
5068
|
};
|
|
5056
5069
|
|
|
5057
|
-
var css$i = {"listContainer":"
|
|
5070
|
+
var css$i = {"listContainer":"ioYG1a","header":"iJjQ2P","group":"_3WQbXp","stickyHeader":"fZxHdI"};
|
|
5058
5071
|
|
|
5059
5072
|
function DataRowsGroup({ row, childRows, renderRow, top = 1, }) {
|
|
5060
5073
|
const rowRef = React.useRef();
|
|
@@ -5094,7 +5107,7 @@ function DataRowsContainer({ estimatedHeight, listContainerRef, offsetY, rows, r
|
|
|
5094
5107
|
React__namespace.default.createElement(DataRowsGroups, { rows: rows, renderRow: renderRow, top: headerRef?.current?.clientHeight }))));
|
|
5095
5108
|
}
|
|
5096
5109
|
|
|
5097
|
-
var css$h = {"root":"
|
|
5110
|
+
var css$h = {"root":"Zd2dVz","sticky-header":"iWssmP","stickyHeader":"iWssmP","no-results":"Si75EN","noResults":"Si75EN","icon":"muDhCS","title":"S4Oq9j"};
|
|
5098
5111
|
|
|
5099
5112
|
function DataTable(props) {
|
|
5100
5113
|
const { uuiModals } = uuiCore.useUuiContext();
|
|
@@ -5143,9 +5156,9 @@ function DataTable(props) {
|
|
|
5143
5156
|
} }))));
|
|
5144
5157
|
}
|
|
5145
5158
|
|
|
5146
|
-
var css$g = {"root":"
|
|
5159
|
+
var css$g = {"root":"-QkYV7"};
|
|
5147
5160
|
|
|
5148
|
-
var css$f = {"root":"
|
|
5161
|
+
var css$f = {"root":"nC9hvl","burger-content":"yTo2Bp","burgerContent":"yTo2Bp"};
|
|
5149
5162
|
|
|
5150
5163
|
var _path$3;
|
|
5151
5164
|
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); }
|
|
@@ -5167,7 +5180,7 @@ function applyBurgerMods() {
|
|
|
5167
5180
|
}
|
|
5168
5181
|
const Burger = /* @__PURE__ */uuiCore.withMods(uuiComponents.Burger, applyBurgerMods, () => ({
|
|
5169
5182
|
burgerIcon: ForwardRef$3,
|
|
5170
|
-
crossIcon: ForwardRef$
|
|
5183
|
+
crossIcon: ForwardRef$Q,
|
|
5171
5184
|
burgerContentCx: css$f.burgerContent,
|
|
5172
5185
|
}));
|
|
5173
5186
|
|
|
@@ -5188,7 +5201,7 @@ var SvgNavigationArrowDownOutline = function SvgNavigationArrowDownOutline(props
|
|
|
5188
5201
|
};
|
|
5189
5202
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgNavigationArrowDownOutline);
|
|
5190
5203
|
|
|
5191
|
-
var css$e = {"root":"
|
|
5204
|
+
var css$e = {"root":"dMo399","button-primary":"rznqJa","buttonPrimary":"rznqJa","button-secondary":"Qi1bhb","buttonSecondary":"Qi1bhb","hasIcon":"K-BwiO","dropdown":"U-HwfW"};
|
|
5192
5205
|
|
|
5193
5206
|
const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
5194
5207
|
css$e.root,
|
|
@@ -5199,13 +5212,13 @@ const BurgerButton = /* @__PURE__ */uuiCore.withMods(uuiComponents.Button, (prop
|
|
|
5199
5212
|
props.icon && css$e.hasIcon,
|
|
5200
5213
|
], () => ({ dropdownIcon: ForwardRef$2, dropdownIconPosition: 'left', role: 'menuitem' }));
|
|
5201
5214
|
|
|
5202
|
-
var css$d = {"search-input":"
|
|
5215
|
+
var css$d = {"search-input":"dm-v5V","searchInput":"dm-v5V"};
|
|
5203
5216
|
|
|
5204
5217
|
function BurgerSearch(props) {
|
|
5205
|
-
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$d.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
5218
|
+
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(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 }));
|
|
5206
5219
|
}
|
|
5207
5220
|
|
|
5208
|
-
var css$c = {"root":"
|
|
5221
|
+
var css$c = {"root":"cu-edf","group-header":"D5Cx30","groupHeader":"D5Cx30","group-name":"irEFbg","groupName":"irEFbg","line":"kmS6Q9"};
|
|
5209
5222
|
|
|
5210
5223
|
function BurgerGroupHeader(props) {
|
|
5211
5224
|
return (React__namespace.createElement("div", { className: cx__default.default(css$c.root, css$c.groupHeader, 'uui-burger-group-header') },
|
|
@@ -5213,7 +5226,7 @@ function BurgerGroupHeader(props) {
|
|
|
5213
5226
|
React__namespace.createElement("span", { className: css$c.groupName }, props.caption)));
|
|
5214
5227
|
}
|
|
5215
5228
|
|
|
5216
|
-
var css$b = {"root":"
|
|
5229
|
+
var css$b = {"root":"ADUPPw","type-primary":"_9PhtQ9","typePrimary":"_9PhtQ9","type-secondary":"LnHLZR","typeSecondary":"LnHLZR"};
|
|
5217
5230
|
|
|
5218
5231
|
const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5219
5232
|
const { type, ...clickableProps } = props;
|
|
@@ -5232,10 +5245,10 @@ const MainMenuButton = /* @__PURE__ */React__namespace.forwardRef((props, ref) =
|
|
|
5232
5245
|
props.caption && (React__namespace.createElement("div", { className: uuiCore.uuiElement.caption }, props.caption)),
|
|
5233
5246
|
props.count !== undefined && props.count !== null && (React__namespace.createElement(CountIndicator, { caption: props.count, color: "neutral", size: "18" })),
|
|
5234
5247
|
props.icon && props.iconPosition === 'right' && (React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon, onClick: props.onIconClick })),
|
|
5235
|
-
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$
|
|
5248
|
+
props.isDropdown && (React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$P, flipY: props.isOpen }))));
|
|
5236
5249
|
});
|
|
5237
5250
|
|
|
5238
|
-
var css$a = {"dropdown-body":"
|
|
5251
|
+
var css$a = {"dropdown-body":"N5w4n1","dropdownBody":"N5w4n1"};
|
|
5239
5252
|
|
|
5240
5253
|
class MainMenuDropdown extends React__namespace.Component {
|
|
5241
5254
|
render() {
|
|
@@ -5293,28 +5306,28 @@ var SvgNavigationGlobalMenuOutlineOutline = function SvgNavigationGlobalMenuOutl
|
|
|
5293
5306
|
};
|
|
5294
5307
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationGlobalMenuOutlineOutline);
|
|
5295
5308
|
|
|
5296
|
-
var css$9 = {"global-menu-btn":"
|
|
5309
|
+
var css$9 = {"global-menu-btn":"WhrpaJ","globalMenuBtn":"WhrpaJ","global-menu-icon":"qepEFg","globalMenuIcon":"qepEFg"};
|
|
5297
5310
|
|
|
5298
5311
|
const GlobalMenu = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, id: "global_menu_toggle", className: cx__default.default(css$9.globalMenuBtn, props.cx), ...props.rawProps },
|
|
5299
5312
|
React__namespace.createElement(uuiComponents.IconContainer, { size: 36, icon: ForwardRef$1, cx: css$9.globalMenuIcon }))));
|
|
5300
5313
|
|
|
5301
|
-
var css$8 = {"container":"
|
|
5314
|
+
var css$8 = {"container":"_1nFAS6","open":"OkhfLe","folding-arrow":"MouE9S","foldingArrow":"MouE9S"};
|
|
5302
5315
|
|
|
5303
5316
|
const MainMenuAvatar = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$8.container, props.isDropdown && css$8.dropdown, props.isOpen && css$8.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick, ...props.rawProps },
|
|
5304
5317
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
5305
5318
|
props.icon && React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon }),
|
|
5306
5319
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
5307
|
-
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$
|
|
5320
|
+
React__namespace.createElement(uuiComponents.IconContainer, { size: 18, icon: ForwardRef$P, flipY: props.isOpen, cx: css$8.foldingArrow }))))));
|
|
5308
5321
|
|
|
5309
|
-
var css$7 = {"search-input":"
|
|
5322
|
+
var css$7 = {"search-input":"_4erai1","searchInput":"_4erai1"};
|
|
5310
5323
|
|
|
5311
|
-
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, { ...props, render: (iEditable) => (React__namespace.createElement(uuiComponents.TextInput, { iconPosition: "left", icon: ForwardRef$
|
|
5324
|
+
const MainMenuSearch = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, { ...props, render: (iEditable) => (React__namespace.createElement(uuiComponents.TextInput, { iconPosition: "left", icon: ForwardRef$M, cancelIcon: props.value?.length > 0 && ForwardRef$Q, ...props, ...iEditable, ref: ref, cx: uuiCore.cx(css$7.searchInput, props.cx), ...props.rawProps })) })));
|
|
5312
5325
|
|
|
5313
|
-
var css$6 = {"container":"
|
|
5326
|
+
var css$6 = {"container":"nqgohX"};
|
|
5314
5327
|
|
|
5315
5328
|
const MainMenuIcon = /* @__PURE__ */React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, { ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$6.container), ...props })));
|
|
5316
5329
|
|
|
5317
|
-
var css$5 = {"root":"
|
|
5330
|
+
var css$5 = {"root":"_6u9IYh"};
|
|
5318
5331
|
|
|
5319
5332
|
const Anchor = /* @__PURE__ */uuiCore.withMods(uuiComponents.Anchor, () => [css$5.root]);
|
|
5320
5333
|
|
|
@@ -5372,7 +5385,7 @@ var SvgFileCloudUploadFill = function SvgFileCloudUploadFill(props, ref) {
|
|
|
5372
5385
|
};
|
|
5373
5386
|
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgFileCloudUploadFill);
|
|
5374
5387
|
|
|
5375
|
-
var css$4 = {"root":"
|
|
5388
|
+
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"};
|
|
5376
5389
|
|
|
5377
5390
|
function DropSpot(props) {
|
|
5378
5391
|
const getInfoText = typeof props.infoText === 'string'
|
|
@@ -5390,7 +5403,7 @@ function DropSpot(props) {
|
|
|
5390
5403
|
return React__namespace.createElement(uuiComponents.DropSpot, { render: renderAttachmentArea, onFilesDropped: props.onUploadFiles });
|
|
5391
5404
|
}
|
|
5392
5405
|
|
|
5393
|
-
var css$3 = {"root":"
|
|
5406
|
+
var css$3 = {"root":"F-TSv6"};
|
|
5394
5407
|
|
|
5395
5408
|
const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5396
5409
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -5401,7 +5414,7 @@ const SvgCircleProgress = /* @__PURE__ */React__namespace.forwardRef((props, ref
|
|
|
5401
5414
|
React__namespace.createElement("circle", { strokeWidth: 1, fill: "transparent", r: outsetRadius, cx: props.size / 2, cy: props.size / 2 })));
|
|
5402
5415
|
});
|
|
5403
5416
|
|
|
5404
|
-
var css$2 = {"root":"
|
|
5417
|
+
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"};
|
|
5405
5418
|
|
|
5406
5419
|
const FileCard = /* @__PURE__ */React__namespace.forwardRef((props, ref) => {
|
|
5407
5420
|
const [isLoadingShow, setIsLoadingShow] = React__namespace.useState(true);
|
|
@@ -5520,7 +5533,7 @@ const getErrorPageConfig = () => ({
|
|
|
5520
5533
|
},
|
|
5521
5534
|
});
|
|
5522
5535
|
|
|
5523
|
-
var css$1 = {"container":"
|
|
5536
|
+
var css$1 = {"container":"PzrAjn"};
|
|
5524
5537
|
|
|
5525
5538
|
const ErrorPage = (props) => {
|
|
5526
5539
|
const isMobileScreen = uuiCore.isMobile();
|
|
@@ -5532,7 +5545,7 @@ const ErrorPage = (props) => {
|
|
|
5532
5545
|
props?.supportLink && React__namespace.default.createElement("div", { className: "uui-error-support-link" }, props?.supportLink))));
|
|
5533
5546
|
};
|
|
5534
5547
|
|
|
5535
|
-
var css = {"recovery-spinner":"
|
|
5548
|
+
var css = {"recovery-spinner":"SdDCOF","recoverySpinner":"SdDCOF","recovery-message":"_2cYhnL","recoveryMessage":"_2cYhnL","modal-blocker":"kmvoVb","modalBlocker":"kmvoVb","modalFadeIn":"YJD7dh"};
|
|
5536
5549
|
|
|
5537
5550
|
function ErrorHandler(props) {
|
|
5538
5551
|
const { uuiNotifications, uuiModals, uuiApi } = uuiCore.useUuiContext();
|