@epam/uui 5.4.0 → 5.4.2
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/assets/styles/typography.scss +1 -1
- package/components/buttons/Button.d.ts +8 -4
- package/components/buttons/Button.d.ts.map +1 -1
- package/components/buttons/IconButton.d.ts +6 -3
- package/components/buttons/IconButton.d.ts.map +1 -1
- package/components/buttons/LinkButton.d.ts +11 -2
- package/components/buttons/LinkButton.d.ts.map +1 -1
- package/components/buttons/TabButton.d.ts +4 -1
- package/components/buttons/TabButton.d.ts.map +1 -1
- package/components/buttons/VerticalTabButton.d.ts +1 -1
- package/components/buttons/VerticalTabButton.d.ts.map +1 -1
- package/components/datePickers/DatePicker.d.ts +3 -9
- package/components/datePickers/DatePicker.d.ts.map +1 -1
- package/components/datePickers/DatePickerHeader.d.ts +4 -0
- package/components/datePickers/DatePickerHeader.d.ts.map +1 -1
- package/components/datePickers/RangeDatePicker.d.ts +3 -7
- package/components/datePickers/RangeDatePicker.d.ts.map +1 -1
- package/components/filters/FilterPanelItemToggler.d.ts +1 -1
- package/components/filters/FilterPickerBody.d.ts.map +1 -1
- package/components/filters/FiltersPanelItem.d.ts.map +1 -1
- package/components/inputs/MultiSwitch.d.ts +5 -2
- package/components/inputs/MultiSwitch.d.ts.map +1 -1
- package/components/inputs/RadioInput.d.ts +3 -0
- package/components/inputs/RadioInput.d.ts.map +1 -1
- package/components/inputs/Slider.d.ts +2 -0
- package/components/inputs/Slider.d.ts.map +1 -1
- package/components/inputs/Switch.d.ts +3 -0
- package/components/inputs/Switch.d.ts.map +1 -1
- package/components/inputs/TextArea.d.ts +1 -0
- package/components/inputs/TextArea.d.ts.map +1 -1
- package/components/inputs/TextInput.d.ts +3 -0
- package/components/inputs/TextInput.d.ts.map +1 -1
- package/components/inputs/TimePicker.d.ts +9 -6
- package/components/inputs/TimePicker.d.ts.map +1 -1
- package/components/layout/Accordion.d.ts +1 -0
- package/components/layout/Accordion.d.ts.map +1 -1
- package/components/layout/Blocker.d.ts.map +1 -1
- package/components/layout/FlexItems/FlexRow.d.ts +4 -4
- package/components/layout/FlexItems/FlexRow.d.ts.map +1 -1
- package/components/layout/FlexItems/Panel.d.ts +1 -1
- package/components/layout/FlexItems/Panel.d.ts.map +1 -1
- package/components/navigation/Anchor.d.ts +1 -1
- package/components/navigation/Anchor.d.ts.map +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts +1 -1
- package/components/navigation/MainMenu/Burger/BurgerButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts +1 -1
- package/components/navigation/MainMenu/MainMenuButton.d.ts.map +1 -1
- package/components/navigation/MainMenu/MainMenuIcon.d.ts +43 -3
- package/components/navigation/MainMenu/MainMenuIcon.d.ts.map +1 -1
- package/components/overlays/Alert.d.ts +5 -3
- package/components/overlays/Alert.d.ts.map +1 -1
- package/components/overlays/Dropdown.d.ts +1 -2
- package/components/overlays/Dropdown.d.ts.map +1 -1
- package/components/overlays/DropdownMenu.d.ts +1 -1
- package/components/overlays/NotificationCard.d.ts +1 -2
- package/components/overlays/NotificationCard.d.ts.map +1 -1
- package/components/overlays/Tooltip.d.ts +4 -1
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/components/pickers/DataPickerBody.d.ts +1 -0
- package/components/pickers/DataPickerBody.d.ts.map +1 -1
- package/components/pickers/MobileDropdownWrapper.d.ts +2 -1
- package/components/pickers/MobileDropdownWrapper.d.ts.map +1 -1
- package/components/pickers/PickerInput.d.ts +2 -2
- package/components/pickers/PickerInput.d.ts.map +1 -1
- package/components/pickers/PickerList.d.ts.map +1 -1
- package/components/types.d.ts +0 -24
- package/components/types.d.ts.map +1 -1
- package/components/typography/RichTextView.d.ts +3 -0
- package/components/typography/RichTextView.d.ts.map +1 -1
- package/components/typography/Text.d.ts +6 -5
- package/components/typography/Text.d.ts.map +1 -1
- package/components/widgets/Badge.d.ts +11 -6
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +16 -4
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +32 -7
- package/components/widgets/StatusIndicator.d.ts.map +1 -1
- package/components/widgets/Tag.d.ts +14 -5
- package/components/widgets/Tag.d.ts.map +1 -1
- package/index.esm.js +594 -652
- package/index.esm.js.map +1 -1
- package/index.js +595 -662
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2595 -2552
- package/styles.css.map +1 -1
package/index.js
CHANGED
|
@@ -43,519 +43,490 @@ var sortBy__default = /*#__PURE__*/_interopDefault(sortBy);
|
|
|
43
43
|
var isoWeek__default = /*#__PURE__*/_interopDefault(isoWeek);
|
|
44
44
|
var FocusLock__default = /*#__PURE__*/_interopDefault(FocusLock);
|
|
45
45
|
|
|
46
|
-
var _path$
|
|
47
|
-
function _extends$
|
|
46
|
+
var _path$1c;
|
|
47
|
+
function _extends$1e() { _extends$1e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1e.apply(this, arguments); }
|
|
48
48
|
var SvgBtnCross12 = function SvgBtnCross12(props, ref) {
|
|
49
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
49
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1e({
|
|
50
50
|
xmlns: "http://www.w3.org/2000/svg",
|
|
51
51
|
width: 12,
|
|
52
52
|
height: 12,
|
|
53
53
|
viewBox: "0 0 12 12",
|
|
54
54
|
ref: ref
|
|
55
|
-
}, props), _path$
|
|
55
|
+
}, props), _path$1c || (_path$1c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
56
56
|
fillRule: "evenodd",
|
|
57
57
|
d: "M9.5 3.205 8.795 2.5 6 5.295 3.205 2.5l-.705.705L5.295 6 2.5 8.795l.705.705L6 6.705 8.795 9.5l.705-.705L6.705 6z"
|
|
58
58
|
})));
|
|
59
59
|
};
|
|
60
|
-
var ForwardRef$
|
|
60
|
+
var ForwardRef$1e = /*#__PURE__*/React.forwardRef(SvgBtnCross12);
|
|
61
61
|
|
|
62
|
-
var _path$
|
|
63
|
-
function _extends$
|
|
62
|
+
var _path$1b;
|
|
63
|
+
function _extends$1d() { _extends$1d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1d.apply(this, arguments); }
|
|
64
64
|
var SvgBtnCross18 = function SvgBtnCross18(props, ref) {
|
|
65
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
65
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1d({
|
|
66
66
|
xmlns: "http://www.w3.org/2000/svg",
|
|
67
67
|
width: 18,
|
|
68
68
|
height: 18,
|
|
69
69
|
viewBox: "0 0 18 18",
|
|
70
70
|
ref: ref
|
|
71
|
-
}, props), _path$
|
|
71
|
+
}, props), _path$1b || (_path$1b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
72
72
|
fillRule: "evenodd",
|
|
73
73
|
d: "M14.25 4.808 13.193 3.75 9 7.942 4.808 3.75 3.75 4.808 7.942 9 3.75 13.193l1.058 1.057L9 10.057l4.193 4.193 1.057-1.057L10.057 9z"
|
|
74
74
|
})));
|
|
75
75
|
};
|
|
76
|
-
var ForwardRef$
|
|
76
|
+
var ForwardRef$1d = /*#__PURE__*/React.forwardRef(SvgBtnCross18);
|
|
77
77
|
|
|
78
|
-
var _path$
|
|
79
|
-
function _extends$
|
|
78
|
+
var _path$1a;
|
|
79
|
+
function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
80
80
|
var SvgBtnCross24 = function SvgBtnCross24(props, ref) {
|
|
81
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
81
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1c({
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
83
|
width: 24,
|
|
84
84
|
height: 24,
|
|
85
85
|
viewBox: "0 0 24 24",
|
|
86
86
|
ref: ref
|
|
87
|
-
}, props), _path$
|
|
87
|
+
}, props), _path$1a || (_path$1a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
88
88
|
fillRule: "evenodd",
|
|
89
89
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
90
90
|
})));
|
|
91
91
|
};
|
|
92
|
-
var ForwardRef$
|
|
92
|
+
var ForwardRef$1c = /*#__PURE__*/React.forwardRef(SvgBtnCross24);
|
|
93
93
|
|
|
94
|
-
var _path$
|
|
95
|
-
function _extends$
|
|
94
|
+
var _path$19;
|
|
95
|
+
function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1b.apply(this, arguments); }
|
|
96
96
|
var SvgFoldingArrow12 = function SvgFoldingArrow12(props, ref) {
|
|
97
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
97
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1b({
|
|
98
98
|
xmlns: "http://www.w3.org/2000/svg",
|
|
99
99
|
width: 12,
|
|
100
100
|
height: 12,
|
|
101
101
|
viewBox: "0 0 12 12",
|
|
102
102
|
ref: ref
|
|
103
|
-
}, props), _path$
|
|
103
|
+
}, props), _path$19 || (_path$19 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
104
104
|
fillRule: "evenodd",
|
|
105
105
|
d: "M8.295 4.295 6 6.585l-2.295-2.29L3 5l3 3 3-3z"
|
|
106
106
|
})));
|
|
107
107
|
};
|
|
108
|
-
var ForwardRef$
|
|
108
|
+
var ForwardRef$1b = /*#__PURE__*/React.forwardRef(SvgFoldingArrow12);
|
|
109
109
|
|
|
110
|
-
var _path$
|
|
111
|
-
function _extends$
|
|
110
|
+
var _path$18;
|
|
111
|
+
function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1a.apply(this, arguments); }
|
|
112
112
|
var SvgFoldingArrow18 = function SvgFoldingArrow18(props, ref) {
|
|
113
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
113
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1a({
|
|
114
114
|
xmlns: "http://www.w3.org/2000/svg",
|
|
115
115
|
width: 18,
|
|
116
116
|
height: 18,
|
|
117
117
|
viewBox: "0 0 18 18",
|
|
118
118
|
ref: ref
|
|
119
|
-
}, props), _path$
|
|
119
|
+
}, props), _path$18 || (_path$18 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
120
120
|
fillRule: "evenodd",
|
|
121
121
|
d: "M12.443 6.442 9 9.877 5.558 6.442 4.5 7.5 9 12l4.5-4.5z"
|
|
122
122
|
})));
|
|
123
123
|
};
|
|
124
|
-
var ForwardRef$
|
|
124
|
+
var ForwardRef$1a = /*#__PURE__*/React.forwardRef(SvgFoldingArrow18);
|
|
125
125
|
|
|
126
|
-
var _path$
|
|
127
|
-
function _extends$
|
|
126
|
+
var _path$17;
|
|
127
|
+
function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
|
|
128
128
|
var SvgFoldingArrow24 = function SvgFoldingArrow24(props, ref) {
|
|
129
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
129
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$19({
|
|
130
130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
131
131
|
width: 24,
|
|
132
132
|
height: 24,
|
|
133
133
|
viewBox: "0 0 24 24",
|
|
134
134
|
ref: ref
|
|
135
|
-
}, props), _path$
|
|
135
|
+
}, props), _path$17 || (_path$17 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
136
136
|
fillRule: "evenodd",
|
|
137
137
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
138
138
|
})));
|
|
139
139
|
};
|
|
140
|
-
var ForwardRef$
|
|
140
|
+
var ForwardRef$19 = /*#__PURE__*/React.forwardRef(SvgFoldingArrow24);
|
|
141
141
|
|
|
142
|
-
var _path$
|
|
143
|
-
function _extends$
|
|
142
|
+
var _path$16;
|
|
143
|
+
function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
|
|
144
144
|
var SvgAccept12 = function SvgAccept12(props, ref) {
|
|
145
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
145
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$18({
|
|
146
146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
147
147
|
width: 12,
|
|
148
148
|
height: 12,
|
|
149
149
|
viewBox: "0 0 12 12",
|
|
150
150
|
ref: ref
|
|
151
|
-
}, props), _path$
|
|
151
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
152
152
|
fillRule: "evenodd",
|
|
153
153
|
d: "M4.846 6.8 9.462 2 11 3.6 4.846 10l-.77-.8L1 6l1.538-1.6 2.308 2.4z"
|
|
154
154
|
})));
|
|
155
155
|
};
|
|
156
|
-
var ForwardRef$
|
|
156
|
+
var ForwardRef$18 = /*#__PURE__*/React.forwardRef(SvgAccept12);
|
|
157
157
|
|
|
158
|
-
var _path$
|
|
159
|
-
function _extends$
|
|
158
|
+
var _path$15;
|
|
159
|
+
function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
|
|
160
160
|
var SvgAccept18 = function SvgAccept18(props, ref) {
|
|
161
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
161
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$17({
|
|
162
162
|
xmlns: "http://www.w3.org/2000/svg",
|
|
163
163
|
width: 18,
|
|
164
164
|
height: 18,
|
|
165
165
|
viewBox: "0 0 18 18",
|
|
166
166
|
ref: ref
|
|
167
|
-
}, props), _path$
|
|
167
|
+
}, props), _path$15 || (_path$15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
168
168
|
fillRule: "evenodd",
|
|
169
169
|
d: "M7.136 11.91 4.034 8.776 3 9.821 7.136 14 16 5.045 14.966 4z"
|
|
170
170
|
})));
|
|
171
171
|
};
|
|
172
|
-
var ForwardRef$
|
|
172
|
+
var ForwardRef$17 = /*#__PURE__*/React.forwardRef(SvgAccept18);
|
|
173
173
|
|
|
174
|
-
var _path$
|
|
175
|
-
function _extends$
|
|
174
|
+
var _path$14;
|
|
175
|
+
function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
|
|
176
176
|
var SvgAccept24 = function SvgAccept24(props, ref) {
|
|
177
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$16({
|
|
178
178
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
179
|
width: 24,
|
|
180
180
|
height: 24,
|
|
181
181
|
viewBox: "0 0 24 24",
|
|
182
182
|
ref: ref
|
|
183
|
-
}, props), _path$
|
|
183
|
+
}, props), _path$14 || (_path$14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
184
184
|
fillRule: "evenodd",
|
|
185
185
|
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5z"
|
|
186
186
|
})));
|
|
187
187
|
};
|
|
188
|
-
var ForwardRef$
|
|
188
|
+
var ForwardRef$16 = /*#__PURE__*/React.forwardRef(SvgAccept24);
|
|
189
189
|
|
|
190
|
-
var _path$
|
|
191
|
-
function _extends$
|
|
190
|
+
var _path$13;
|
|
191
|
+
function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
|
|
192
192
|
var SvgSearch12 = function SvgSearch12(props, ref) {
|
|
193
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
193
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$15({
|
|
194
194
|
xmlns: "http://www.w3.org/2000/svg",
|
|
195
195
|
width: 12,
|
|
196
196
|
height: 12,
|
|
197
197
|
viewBox: "0 0 12 12",
|
|
198
198
|
ref: ref
|
|
199
|
-
}, props), _path$
|
|
199
|
+
}, props), _path$13 || (_path$13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
200
200
|
fillRule: "evenodd",
|
|
201
201
|
d: "M9.016 8.309 10.707 10l-.707.707-1.691-1.691a4.5 4.5 0 1 1 .707-.707zM5.5 9a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"
|
|
202
202
|
})));
|
|
203
203
|
};
|
|
204
|
-
var ForwardRef$
|
|
204
|
+
var ForwardRef$15 = /*#__PURE__*/React.forwardRef(SvgSearch12);
|
|
205
205
|
|
|
206
|
-
var _path$
|
|
207
|
-
function _extends$
|
|
206
|
+
var _path$12;
|
|
207
|
+
function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
|
|
208
208
|
var SvgSearch18 = function SvgSearch18(props, ref) {
|
|
209
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
209
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$14({
|
|
210
210
|
xmlns: "http://www.w3.org/2000/svg",
|
|
211
211
|
width: 18,
|
|
212
212
|
height: 18,
|
|
213
213
|
viewBox: "0 0 18 18",
|
|
214
214
|
ref: ref
|
|
215
|
-
}, props), _path$
|
|
215
|
+
}, props), _path$12 || (_path$12 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
216
216
|
fillRule: "evenodd",
|
|
217
217
|
d: "M13.749 12.335 16.414 15 15 16.414l-2.665-2.665a6.5 6.5 0 1 1 1.414-1.414zM8.5 13a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9z"
|
|
218
218
|
})));
|
|
219
219
|
};
|
|
220
|
-
var ForwardRef$
|
|
220
|
+
var ForwardRef$14 = /*#__PURE__*/React.forwardRef(SvgSearch18);
|
|
221
221
|
|
|
222
|
-
var _path$
|
|
223
|
-
function _extends$
|
|
222
|
+
var _path$11;
|
|
223
|
+
function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
|
|
224
224
|
var SvgSearch24 = function SvgSearch24(props, ref) {
|
|
225
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
225
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$13({
|
|
226
226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
227
227
|
width: 24,
|
|
228
228
|
height: 24,
|
|
229
229
|
viewBox: "0 0 24 24",
|
|
230
230
|
ref: ref
|
|
231
|
-
}, props), _path$
|
|
231
|
+
}, props), _path$11 || (_path$11 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
232
232
|
fillRule: "evenodd",
|
|
233
233
|
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"
|
|
234
234
|
})));
|
|
235
235
|
};
|
|
236
|
-
var ForwardRef$
|
|
236
|
+
var ForwardRef$13 = /*#__PURE__*/React.forwardRef(SvgSearch24);
|
|
237
237
|
|
|
238
|
-
var _path$
|
|
239
|
-
function _extends$
|
|
238
|
+
var _path$10;
|
|
239
|
+
function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
|
|
240
240
|
var SvgCalendar12 = function SvgCalendar12(props, ref) {
|
|
241
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
241
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$12({
|
|
242
242
|
xmlns: "http://www.w3.org/2000/svg",
|
|
243
243
|
width: 12,
|
|
244
244
|
height: 12,
|
|
245
245
|
viewBox: "0 0 12 12",
|
|
246
246
|
ref: ref
|
|
247
|
-
}, props), _path$
|
|
247
|
+
}, props), _path$10 || (_path$10 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
248
248
|
fillRule: "evenodd",
|
|
249
249
|
d: "M10 2H9V1H8v1H4V1H3v1H2c-.55 0-1 .45-1 1v7c0 .55.45 1 1 1h8c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 8H2V4h8v6z"
|
|
250
250
|
})));
|
|
251
251
|
};
|
|
252
|
-
var ForwardRef$
|
|
252
|
+
var ForwardRef$12 = /*#__PURE__*/React.forwardRef(SvgCalendar12);
|
|
253
253
|
|
|
254
|
-
var _path
|
|
255
|
-
function _extends$
|
|
254
|
+
var _path$$;
|
|
255
|
+
function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
|
|
256
256
|
var SvgCalendar18 = function SvgCalendar18(props, ref) {
|
|
257
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
257
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$11({
|
|
258
258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
259
259
|
width: 18,
|
|
260
260
|
height: 18,
|
|
261
261
|
viewBox: "0 0 18 18",
|
|
262
262
|
ref: ref
|
|
263
|
-
}, props), _path
|
|
263
|
+
}, props), _path$$ || (_path$$ = /*#__PURE__*/React__namespace.createElement("path", {
|
|
264
264
|
fillRule: "evenodd",
|
|
265
265
|
d: "M14 3V1h-2v2H6V1H4v2C3 3 2 4 2 5v10c0 1 1 2 2 2h10c1 0 2-1 2-2V5c0-1-1-2-2-2zm0 12-10 .048V7h10v8z"
|
|
266
266
|
})));
|
|
267
267
|
};
|
|
268
|
-
var ForwardRef$
|
|
268
|
+
var ForwardRef$11 = /*#__PURE__*/React.forwardRef(SvgCalendar18);
|
|
269
269
|
|
|
270
|
-
var _path
|
|
271
|
-
function _extends$
|
|
270
|
+
var _path$_;
|
|
271
|
+
function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
|
|
272
272
|
var SvgCalendar24 = function SvgCalendar24(props, ref) {
|
|
273
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
273
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$10({
|
|
274
274
|
xmlns: "http://www.w3.org/2000/svg",
|
|
275
275
|
width: 24,
|
|
276
276
|
height: 24,
|
|
277
277
|
viewBox: "0 0 24 24",
|
|
278
278
|
ref: ref
|
|
279
|
-
}, props), _path
|
|
279
|
+
}, props), _path$_ || (_path$_ = /*#__PURE__*/React__namespace.createElement("path", {
|
|
280
280
|
fillRule: "evenodd",
|
|
281
281
|
d: "M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"
|
|
282
282
|
})));
|
|
283
283
|
};
|
|
284
|
-
var ForwardRef$
|
|
284
|
+
var ForwardRef$10 = /*#__PURE__*/React.forwardRef(SvgCalendar24);
|
|
285
285
|
|
|
286
|
-
var _path$
|
|
287
|
-
function _extends
|
|
286
|
+
var _path$Z;
|
|
287
|
+
function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
|
|
288
288
|
var SvgInfo12 = function SvgInfo12(props, ref) {
|
|
289
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends
|
|
289
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$$({
|
|
290
290
|
width: 12,
|
|
291
291
|
height: 12,
|
|
292
292
|
viewBox: "0 0 12 12",
|
|
293
293
|
xmlns: "http://www.w3.org/2000/svg",
|
|
294
294
|
ref: ref
|
|
295
|
-
}, props), _path$
|
|
295
|
+
}, props), _path$Z || (_path$Z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
296
296
|
d: "M6 1C3.24 1 1 3.24 1 6s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm1 8H5V5h2zm0-5c-.471.471-1.529.471-2 0s-.471-1.529 0-2 1.529-.471 2 0 .471 1.529 0 2z",
|
|
297
297
|
fillRule: "evenodd"
|
|
298
298
|
})));
|
|
299
299
|
};
|
|
300
|
-
var ForwardRef
|
|
300
|
+
var ForwardRef$$ = /*#__PURE__*/React.forwardRef(SvgInfo12);
|
|
301
301
|
|
|
302
|
-
var _path$
|
|
303
|
-
function _extends
|
|
302
|
+
var _path$Y;
|
|
303
|
+
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
304
304
|
var SvgInfo18 = function SvgInfo18(props, ref) {
|
|
305
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends
|
|
305
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$_({
|
|
306
306
|
xmlns: "http://www.w3.org/2000/svg",
|
|
307
307
|
width: 18,
|
|
308
308
|
height: 18,
|
|
309
309
|
viewBox: "0 0 18 18",
|
|
310
310
|
ref: ref
|
|
311
|
-
}, props), _path$
|
|
311
|
+
}, props), _path$Y || (_path$Y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
312
312
|
fillRule: "evenodd",
|
|
313
313
|
d: "M8 13h2V8H8v5zM9 1C4.584 1 1 4.584 1 9s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7zM8 7h2V5H8v2z"
|
|
314
314
|
})));
|
|
315
315
|
};
|
|
316
|
-
var ForwardRef
|
|
316
|
+
var ForwardRef$_ = /*#__PURE__*/React.forwardRef(SvgInfo18);
|
|
317
317
|
|
|
318
|
-
var _path$
|
|
319
|
-
function _extends$
|
|
318
|
+
var _path$X;
|
|
319
|
+
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
320
320
|
var SvgInfo24 = function SvgInfo24(props, ref) {
|
|
321
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
321
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Z({
|
|
322
322
|
xmlns: "http://www.w3.org/2000/svg",
|
|
323
323
|
width: 24,
|
|
324
324
|
height: 24,
|
|
325
325
|
viewBox: "0 0 24 24",
|
|
326
326
|
ref: ref
|
|
327
|
-
}, props), _path$
|
|
327
|
+
}, props), _path$X || (_path$X = /*#__PURE__*/React__namespace.createElement("path", {
|
|
328
328
|
fillRule: "evenodd",
|
|
329
329
|
d: "M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"
|
|
330
330
|
})));
|
|
331
331
|
};
|
|
332
|
-
var ForwardRef$
|
|
332
|
+
var ForwardRef$Z = /*#__PURE__*/React.forwardRef(SvgInfo24);
|
|
333
333
|
|
|
334
|
-
var _path$
|
|
335
|
-
function _extends$
|
|
334
|
+
var _path$W;
|
|
335
|
+
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
336
336
|
var SvgHelpFill10 = function SvgHelpFill10(props, ref) {
|
|
337
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
337
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Y({
|
|
338
338
|
width: 10,
|
|
339
339
|
height: 10,
|
|
340
340
|
viewBox: "0 0 10 10",
|
|
341
341
|
xmlns: "http://www.w3.org/2000/svg",
|
|
342
342
|
ref: ref
|
|
343
|
-
}, props), _path$
|
|
343
|
+
}, props), _path$W || (_path$W = /*#__PURE__*/React__namespace.createElement("path", {
|
|
344
344
|
d: "M5 0C2.24 0 0 2.24 0 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5Zm.5 7.5h-1v-3h1v3Zm0-4h-1v-1h1v1Z"
|
|
345
345
|
})));
|
|
346
346
|
};
|
|
347
|
-
var ForwardRef$
|
|
347
|
+
var ForwardRef$Y = /*#__PURE__*/React.forwardRef(SvgHelpFill10);
|
|
348
348
|
|
|
349
|
-
var _path$
|
|
350
|
-
function _extends$
|
|
349
|
+
var _path$V;
|
|
350
|
+
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
351
351
|
var SvgHelpFill16 = function SvgHelpFill16(props, ref) {
|
|
352
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
352
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$X({
|
|
353
353
|
width: 16,
|
|
354
354
|
height: 16,
|
|
355
355
|
viewBox: "0 0 16 16",
|
|
356
356
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
357
|
ref: ref
|
|
358
|
-
}, props), _path$W || (_path$W = /*#__PURE__*/React__namespace.createElement("path", {
|
|
359
|
-
d: "M7 12h2V7H7v5ZM8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8Zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7ZM7 6h2V4H7v2Z"
|
|
360
|
-
})));
|
|
361
|
-
};
|
|
362
|
-
var ForwardRef$Y = /*#__PURE__*/React.forwardRef(SvgHelpFill16);
|
|
363
|
-
|
|
364
|
-
var _path$V;
|
|
365
|
-
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
366
|
-
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
367
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$X({
|
|
368
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
369
|
-
width: 24,
|
|
370
|
-
height: 24,
|
|
371
|
-
viewBox: "0 0 24 24",
|
|
372
|
-
ref: ref
|
|
373
358
|
}, props), _path$V || (_path$V = /*#__PURE__*/React__namespace.createElement("path", {
|
|
374
|
-
|
|
375
|
-
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",
|
|
376
|
-
clipRule: "evenodd"
|
|
359
|
+
d: "M7 12h2V7H7v5ZM8 0C3.584 0 0 3.584 0 8s3.584 8 8 8 8-3.584 8-8-3.584-8-8-8Zm0 15c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7ZM7 6h2V4H7v2Z"
|
|
377
360
|
})));
|
|
378
361
|
};
|
|
379
|
-
var ForwardRef$X = /*#__PURE__*/React.forwardRef(
|
|
362
|
+
var ForwardRef$X = /*#__PURE__*/React.forwardRef(SvgHelpFill16);
|
|
380
363
|
|
|
381
364
|
var _path$U;
|
|
382
365
|
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
383
|
-
var
|
|
366
|
+
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
384
367
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$W({
|
|
385
368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
386
|
-
width:
|
|
369
|
+
width: 25,
|
|
387
370
|
height: 24,
|
|
388
|
-
viewBox: "0 0
|
|
371
|
+
viewBox: "0 0 25 24",
|
|
389
372
|
ref: ref
|
|
390
373
|
}, props), _path$U || (_path$U = /*#__PURE__*/React__namespace.createElement("path", {
|
|
391
374
|
fillRule: "evenodd",
|
|
392
|
-
d: "M14
|
|
375
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.2 18h-1.4l-1.8-6.8-1.8 6.8H9.3l-2.2-9h1.5l1.4 6.8 1.8-6.8h1.3l1.8 6.8 1.4-6.8h1.5l-2.1 9zM13.5 9V3.5L19 9h-5.5z",
|
|
393
376
|
clipRule: "evenodd"
|
|
394
377
|
})));
|
|
395
378
|
};
|
|
396
|
-
var ForwardRef$W = /*#__PURE__*/React.forwardRef(
|
|
379
|
+
var ForwardRef$W = /*#__PURE__*/React.forwardRef(SvgFileFileWord24);
|
|
397
380
|
|
|
398
381
|
var _path$T;
|
|
399
382
|
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
400
|
-
var
|
|
383
|
+
var SvgFileFileExcel24 = function SvgFileFileExcel24(props, ref) {
|
|
401
384
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$V({
|
|
402
385
|
xmlns: "http://www.w3.org/2000/svg",
|
|
403
|
-
width:
|
|
386
|
+
width: 25,
|
|
404
387
|
height: 24,
|
|
405
|
-
viewBox: "0 0
|
|
388
|
+
viewBox: "0 0 25 24",
|
|
406
389
|
ref: ref
|
|
407
390
|
}, props), _path$T || (_path$T = /*#__PURE__*/React__namespace.createElement("path", {
|
|
408
391
|
fillRule: "evenodd",
|
|
409
|
-
d: "
|
|
392
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm1.8 18h-1.8l-2-3.4-2 3.4H8.7l2.9-4.5L8.7 11h1.8l2 3.4 2-3.4h1.8l-2.9 4.5 2.9 4.5zM13.5 9V3.5L19 9h-5.5z",
|
|
410
393
|
clipRule: "evenodd"
|
|
411
394
|
})));
|
|
412
395
|
};
|
|
413
|
-
var ForwardRef$V = /*#__PURE__*/React.forwardRef(
|
|
396
|
+
var ForwardRef$V = /*#__PURE__*/React.forwardRef(SvgFileFileExcel24);
|
|
414
397
|
|
|
415
398
|
var _path$S;
|
|
416
399
|
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
417
|
-
var
|
|
400
|
+
var SvgFileFilePdf24 = function SvgFileFilePdf24(props, ref) {
|
|
418
401
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$U({
|
|
419
402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
420
|
-
width:
|
|
403
|
+
width: 25,
|
|
421
404
|
height: 24,
|
|
422
|
-
viewBox: "0 0
|
|
405
|
+
viewBox: "0 0 25 24",
|
|
423
406
|
ref: ref
|
|
424
407
|
}, props), _path$S || (_path$S = /*#__PURE__*/React__namespace.createElement("path", {
|
|
425
408
|
fillRule: "evenodd",
|
|
426
|
-
d: "M13
|
|
409
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 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-.48zM8.27 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",
|
|
427
410
|
clipRule: "evenodd"
|
|
428
411
|
})));
|
|
429
412
|
};
|
|
430
|
-
var ForwardRef$U = /*#__PURE__*/React.forwardRef(
|
|
413
|
+
var ForwardRef$U = /*#__PURE__*/React.forwardRef(SvgFileFilePdf24);
|
|
431
414
|
|
|
432
|
-
var _path$R
|
|
415
|
+
var _path$R;
|
|
433
416
|
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
434
|
-
var
|
|
417
|
+
var SvgFileFileImage24 = function SvgFileFileImage24(props, ref) {
|
|
435
418
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$T({
|
|
436
419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
437
|
-
width:
|
|
420
|
+
width: 25,
|
|
438
421
|
height: 24,
|
|
439
|
-
viewBox: "0 0
|
|
422
|
+
viewBox: "0 0 25 24",
|
|
440
423
|
ref: ref
|
|
441
424
|
}, props), _path$R || (_path$R = /*#__PURE__*/React__namespace.createElement("path", {
|
|
442
|
-
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
443
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
444
425
|
fillRule: "evenodd",
|
|
445
|
-
d: "
|
|
426
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm0 18h12v-8l-4 4-2-2-6 6zm2-11a2 2 0 1 0 0 4 2 2 0 0 0 0-4z",
|
|
446
427
|
clipRule: "evenodd"
|
|
447
428
|
})));
|
|
448
429
|
};
|
|
449
|
-
var ForwardRef$T = /*#__PURE__*/React.forwardRef(
|
|
430
|
+
var ForwardRef$T = /*#__PURE__*/React.forwardRef(SvgFileFileImage24);
|
|
450
431
|
|
|
451
|
-
var _path$Q;
|
|
432
|
+
var _path$Q, _path2$3;
|
|
452
433
|
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
453
|
-
var
|
|
434
|
+
var SvgFileFileVideo24 = function SvgFileFileVideo24(props, ref) {
|
|
454
435
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$S({
|
|
455
436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
456
|
-
width:
|
|
437
|
+
width: 25,
|
|
457
438
|
height: 24,
|
|
458
|
-
viewBox: "0 0
|
|
439
|
+
viewBox: "0 0 25 24",
|
|
459
440
|
ref: ref
|
|
460
441
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
442
|
+
d: "M15.492 14 10 17.138v-6.276L15.492 14z"
|
|
443
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
461
444
|
fillRule: "evenodd",
|
|
462
|
-
d: "
|
|
445
|
+
d: "M4.5 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4zm9-.5V9H19l-5.5-5.5zM9 9.138v9.724L17.508 14 9 9.138z",
|
|
463
446
|
clipRule: "evenodd"
|
|
464
447
|
})));
|
|
465
448
|
};
|
|
466
|
-
var ForwardRef$S = /*#__PURE__*/React.forwardRef(
|
|
449
|
+
var ForwardRef$S = /*#__PURE__*/React.forwardRef(SvgFileFileVideo24);
|
|
467
450
|
|
|
468
451
|
var _path$P;
|
|
469
452
|
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
470
|
-
var
|
|
453
|
+
var SvgFileFileTable24 = function SvgFileFileTable24(props, ref) {
|
|
471
454
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
|
|
472
455
|
xmlns: "http://www.w3.org/2000/svg",
|
|
473
|
-
width:
|
|
456
|
+
width: 25,
|
|
474
457
|
height: 24,
|
|
475
|
-
viewBox: "0 0
|
|
458
|
+
viewBox: "0 0 25 24",
|
|
476
459
|
ref: ref
|
|
477
460
|
}, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
478
461
|
fillRule: "evenodd",
|
|
479
|
-
d: "
|
|
462
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-4 17h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm4 6h-3v-2h3v2zm0-3h-3v-2h3v2zm0-3h-3v-2h3v2zm-1-4V3.5L19 9h-5.5z",
|
|
480
463
|
clipRule: "evenodd"
|
|
481
464
|
})));
|
|
482
465
|
};
|
|
483
|
-
var ForwardRef$R = /*#__PURE__*/React.forwardRef(
|
|
466
|
+
var ForwardRef$R = /*#__PURE__*/React.forwardRef(SvgFileFileTable24);
|
|
484
467
|
|
|
485
468
|
var _path$O;
|
|
486
469
|
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
487
|
-
var
|
|
470
|
+
var SvgFileFileText24 = function SvgFileFileText24(props, ref) {
|
|
488
471
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
|
|
489
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
-
width:
|
|
473
|
+
width: 25,
|
|
491
474
|
height: 24,
|
|
492
|
-
viewBox: "0 0
|
|
475
|
+
viewBox: "0 0 25 24",
|
|
493
476
|
ref: ref
|
|
494
477
|
}, props), _path$O || (_path$O = /*#__PURE__*/React__namespace.createElement("path", {
|
|
495
478
|
fillRule: "evenodd",
|
|
496
|
-
d: "
|
|
479
|
+
d: "M13.5 9H19l-5.5-5.5V9zm-7-7h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2zm9 16v-2h-9v2h9zm3-4v-2h-12v2h12z",
|
|
497
480
|
clipRule: "evenodd"
|
|
498
481
|
})));
|
|
499
482
|
};
|
|
500
|
-
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(
|
|
483
|
+
var ForwardRef$Q = /*#__PURE__*/React.forwardRef(SvgFileFileText24);
|
|
501
484
|
|
|
502
485
|
var _path$N;
|
|
503
486
|
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
504
|
-
var
|
|
487
|
+
var SvgFileFileEml24 = function SvgFileFileEml24(props, ref) {
|
|
505
488
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
|
|
506
489
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
|
-
width:
|
|
490
|
+
width: 25,
|
|
508
491
|
height: 24,
|
|
509
|
-
viewBox: "0 0
|
|
492
|
+
viewBox: "0 0 25 24",
|
|
510
493
|
ref: ref
|
|
511
494
|
}, props), _path$N || (_path$N = /*#__PURE__*/React__namespace.createElement("path", {
|
|
512
495
|
fillRule: "evenodd",
|
|
513
|
-
d: "
|
|
496
|
+
d: "M4.5 4c0-1.11.89-2 2-2h8l6 6v12a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V4zm9-.5V9H19l-5.5-5.5zM7.5 18v-4.732l5 3.333 5-3.333V18a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1zm5-2.6 4.688-3.126A.997.997 0 0 0 16.5 12h-8a.997.997 0 0 0-.688.274l4.688 3.125z",
|
|
514
497
|
clipRule: "evenodd"
|
|
515
498
|
})));
|
|
516
499
|
};
|
|
517
|
-
var ForwardRef$P = /*#__PURE__*/React.forwardRef(
|
|
500
|
+
var ForwardRef$P = /*#__PURE__*/React.forwardRef(SvgFileFileEml24);
|
|
501
|
+
|
|
502
|
+
var _path$M;
|
|
503
|
+
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
504
|
+
var SvgFileFile24 = function SvgFileFile24(props, ref) {
|
|
505
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
|
|
506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
507
|
+
width: 25,
|
|
508
|
+
height: 24,
|
|
509
|
+
viewBox: "0 0 25 24",
|
|
510
|
+
ref: ref
|
|
511
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React__namespace.createElement("path", {
|
|
512
|
+
d: "M6.5 22c-.55 0-1.02-.196-1.412-.587A1.927 1.927 0 0 1 4.5 20V4c0-.55.196-1.021.588-1.413A1.925 1.925 0 0 1 6.5 2h8l6 6v12a1.93 1.93 0 0 1-.587 1.413A1.928 1.928 0 0 1 18.5 22h-12zm7-13h5l-5-5v5z"
|
|
513
|
+
})));
|
|
514
|
+
};
|
|
515
|
+
var ForwardRef$O = /*#__PURE__*/React.forwardRef(SvgFileFile24);
|
|
518
516
|
|
|
519
517
|
const fileIcons = {
|
|
520
|
-
docIcon: ForwardRef$
|
|
521
|
-
exelIcon: ForwardRef$
|
|
522
|
-
pdfIcon: ForwardRef$
|
|
523
|
-
imgIcon: ForwardRef$
|
|
524
|
-
videoIcon: ForwardRef$
|
|
525
|
-
tableIcon: ForwardRef$
|
|
526
|
-
textIcon: ForwardRef$
|
|
527
|
-
mailIcon: ForwardRef$
|
|
528
|
-
fileIcon: ForwardRef$
|
|
518
|
+
docIcon: ForwardRef$W,
|
|
519
|
+
exelIcon: ForwardRef$V,
|
|
520
|
+
pdfIcon: ForwardRef$U,
|
|
521
|
+
imgIcon: ForwardRef$T,
|
|
522
|
+
videoIcon: ForwardRef$S,
|
|
523
|
+
tableIcon: ForwardRef$R,
|
|
524
|
+
textIcon: ForwardRef$Q,
|
|
525
|
+
mailIcon: ForwardRef$P,
|
|
526
|
+
fileIcon: ForwardRef$O,
|
|
529
527
|
};
|
|
530
528
|
const systemIcons = {
|
|
531
529
|
18: {
|
|
532
|
-
clear: ForwardRef$1f,
|
|
533
|
-
foldingArrow: ForwardRef$1c,
|
|
534
|
-
accept: ForwardRef$19,
|
|
535
|
-
search: ForwardRef$16,
|
|
536
|
-
calendar: ForwardRef$13,
|
|
537
|
-
info: ForwardRef$10,
|
|
538
|
-
help: ForwardRef$Z,
|
|
539
|
-
},
|
|
540
|
-
24: {
|
|
541
|
-
clear: ForwardRef$1f,
|
|
542
|
-
foldingArrow: ForwardRef$1c,
|
|
543
|
-
accept: ForwardRef$19,
|
|
544
|
-
search: ForwardRef$16,
|
|
545
|
-
calendar: ForwardRef$13,
|
|
546
|
-
info: ForwardRef$10,
|
|
547
|
-
help: ForwardRef$Z,
|
|
548
|
-
},
|
|
549
|
-
30: {
|
|
550
|
-
clear: ForwardRef$1e,
|
|
551
|
-
foldingArrow: ForwardRef$1b,
|
|
552
|
-
accept: ForwardRef$18,
|
|
553
|
-
search: ForwardRef$15,
|
|
554
|
-
calendar: ForwardRef$12,
|
|
555
|
-
info: ForwardRef$$,
|
|
556
|
-
help: ForwardRef$Z,
|
|
557
|
-
},
|
|
558
|
-
36: {
|
|
559
530
|
clear: ForwardRef$1e,
|
|
560
531
|
foldingArrow: ForwardRef$1b,
|
|
561
532
|
accept: ForwardRef$18,
|
|
@@ -564,7 +535,7 @@ const systemIcons = {
|
|
|
564
535
|
info: ForwardRef$$,
|
|
565
536
|
help: ForwardRef$Y,
|
|
566
537
|
},
|
|
567
|
-
|
|
538
|
+
24: {
|
|
568
539
|
clear: ForwardRef$1e,
|
|
569
540
|
foldingArrow: ForwardRef$1b,
|
|
570
541
|
accept: ForwardRef$18,
|
|
@@ -573,7 +544,7 @@ const systemIcons = {
|
|
|
573
544
|
info: ForwardRef$$,
|
|
574
545
|
help: ForwardRef$Y,
|
|
575
546
|
},
|
|
576
|
-
|
|
547
|
+
30: {
|
|
577
548
|
clear: ForwardRef$1d,
|
|
578
549
|
foldingArrow: ForwardRef$1a,
|
|
579
550
|
accept: ForwardRef$17,
|
|
@@ -582,31 +553,58 @@ const systemIcons = {
|
|
|
582
553
|
info: ForwardRef$_,
|
|
583
554
|
help: ForwardRef$Y,
|
|
584
555
|
},
|
|
585
|
-
|
|
556
|
+
36: {
|
|
586
557
|
clear: ForwardRef$1d,
|
|
587
558
|
foldingArrow: ForwardRef$1a,
|
|
588
559
|
accept: ForwardRef$17,
|
|
589
560
|
search: ForwardRef$14,
|
|
590
561
|
calendar: ForwardRef$11,
|
|
591
562
|
info: ForwardRef$_,
|
|
592
|
-
help: ForwardRef$
|
|
563
|
+
help: ForwardRef$X,
|
|
564
|
+
},
|
|
565
|
+
42: {
|
|
566
|
+
clear: ForwardRef$1d,
|
|
567
|
+
foldingArrow: ForwardRef$1a,
|
|
568
|
+
accept: ForwardRef$17,
|
|
569
|
+
search: ForwardRef$14,
|
|
570
|
+
calendar: ForwardRef$11,
|
|
571
|
+
info: ForwardRef$_,
|
|
572
|
+
help: ForwardRef$X,
|
|
573
|
+
},
|
|
574
|
+
48: {
|
|
575
|
+
clear: ForwardRef$1c,
|
|
576
|
+
foldingArrow: ForwardRef$19,
|
|
577
|
+
accept: ForwardRef$16,
|
|
578
|
+
search: ForwardRef$13,
|
|
579
|
+
calendar: ForwardRef$10,
|
|
580
|
+
info: ForwardRef$Z,
|
|
581
|
+
help: ForwardRef$X,
|
|
582
|
+
},
|
|
583
|
+
60: {
|
|
584
|
+
clear: ForwardRef$1c,
|
|
585
|
+
foldingArrow: ForwardRef$19,
|
|
586
|
+
accept: ForwardRef$16,
|
|
587
|
+
search: ForwardRef$13,
|
|
588
|
+
calendar: ForwardRef$10,
|
|
589
|
+
info: ForwardRef$Z,
|
|
590
|
+
help: ForwardRef$X,
|
|
593
591
|
},
|
|
594
592
|
none: {
|
|
595
|
-
clear: ForwardRef$
|
|
596
|
-
foldingArrow: ForwardRef$
|
|
597
|
-
accept: ForwardRef$
|
|
598
|
-
search: ForwardRef$
|
|
599
|
-
calendar: ForwardRef$
|
|
600
|
-
info: ForwardRef
|
|
601
|
-
help: ForwardRef$
|
|
593
|
+
clear: ForwardRef$1d,
|
|
594
|
+
foldingArrow: ForwardRef$1a,
|
|
595
|
+
accept: ForwardRef$17,
|
|
596
|
+
search: ForwardRef$14,
|
|
597
|
+
calendar: ForwardRef$11,
|
|
598
|
+
info: ForwardRef$_,
|
|
599
|
+
help: ForwardRef$X,
|
|
602
600
|
},
|
|
603
601
|
};
|
|
604
602
|
|
|
605
|
-
var css$1m = {"root":"
|
|
603
|
+
var css$1m = {"root":"Ngqiag"};
|
|
606
604
|
|
|
607
605
|
const AvatarStack = uuiCore.withMods(uuiComponents.AvatarStack, () => [css$1m.root]);
|
|
608
606
|
|
|
609
|
-
var css$1l = {"root":"
|
|
607
|
+
var css$1l = {"root":"X4DjMb","size-24":"_7XUB-t","size-18":"ryh2zj","size-12":"ztjftI","size24":"_7XUB-t","size18":"ryh2zj","size12":"ztjftI"};
|
|
610
608
|
|
|
611
609
|
const CountIndicator = React.forwardRef((props, ref) => {
|
|
612
610
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -618,9 +616,8 @@ const CountIndicator = React.forwardRef((props, ref) => {
|
|
|
618
616
|
]) }, props.caption));
|
|
619
617
|
});
|
|
620
618
|
|
|
621
|
-
var css$1k = {"uui-typography":"
|
|
619
|
+
var css$1k = {"uui-typography":"uDW7Ar","hero-header":"a6Qntk","promo-header":"PU9Wyd","uui-critical":"USLgK-","uui-info":"W2SJfQ","uui-success":"ABu---","uui-warning":"ykhV4C","uui-highlight":"rRxxVV","uui-typography-size-12":"TMKcPB","uui-typography-size-14":"cpcClK","uui-typography-size-16":"NuIVBZ","root":"gJIs67","size-18":"msCxWK","size-24":"wQBz3s","size-30":"biY1B1","size-36":"_4X8tc4","size-42":"PAmter","size-48":"URhhsN","uuiTypography":"uDW7Ar","heroHeader":"a6Qntk","promoHeader":"PU9Wyd","uuiCritical":"USLgK-","uuiInfo":"W2SJfQ","uuiSuccess":"ABu---","uuiWarning":"ykhV4C","uuiHighlight":"rRxxVV","uuiTypographySize12":"TMKcPB","uuiTypographySize14":"cpcClK","uuiTypographySize16":"NuIVBZ","size18":"msCxWK","size24":"wQBz3s","size30":"biY1B1","size36":"_4X8tc4","size42":"PAmter","size48":"URhhsN"};
|
|
622
620
|
|
|
623
|
-
const defaultSize$b = '36';
|
|
624
621
|
const mapSize$1 = {
|
|
625
622
|
48: '48',
|
|
626
623
|
42: '48',
|
|
@@ -629,12 +626,14 @@ const mapSize$1 = {
|
|
|
629
626
|
24: '30',
|
|
630
627
|
18: '18',
|
|
631
628
|
};
|
|
629
|
+
const defaultBadgeSize = '36';
|
|
630
|
+
const defaultBadgeFill = 'solid';
|
|
632
631
|
function applyBadgeMods(mods) {
|
|
633
632
|
return [
|
|
634
633
|
'uui-badge',
|
|
635
634
|
css$1k.root,
|
|
636
|
-
css$1k['size-' + (mods.size ||
|
|
637
|
-
`uui-fill-${mods.fill ||
|
|
635
|
+
css$1k['size-' + (mods.size || defaultBadgeSize)],
|
|
636
|
+
`uui-fill-${mods.fill || defaultBadgeFill}`,
|
|
638
637
|
mods.color && `uui-color-${mods.color}`,
|
|
639
638
|
mods.indicator && 'uui-indicator',
|
|
640
639
|
];
|
|
@@ -658,15 +657,15 @@ const Badge = uuiCore.withMods(uuiComponents.Button, applyBadgeMods, (props) =>
|
|
|
658
657
|
});
|
|
659
658
|
}
|
|
660
659
|
return {
|
|
661
|
-
dropdownIcon: systemIcons[(props.size && mapSize$1[props.size]) ||
|
|
662
|
-
clearIcon: systemIcons[(props.size && mapSize$1[props.size]) ||
|
|
660
|
+
dropdownIcon: systemIcons[(props.size && mapSize$1[props.size]) || defaultBadgeSize].foldingArrow,
|
|
661
|
+
clearIcon: systemIcons[(props.size && mapSize$1[props.size]) || defaultBadgeSize].clear,
|
|
663
662
|
countPosition: 'left',
|
|
664
|
-
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: null, size: mapCountIndicatorSizes$1[props.size ||
|
|
663
|
+
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: null, size: mapCountIndicatorSizes$1[props.size || defaultBadgeSize] }))),
|
|
665
664
|
indicator: props.indicator || false,
|
|
666
665
|
};
|
|
667
666
|
});
|
|
668
667
|
|
|
669
|
-
var css$1j = {"uui-typography":"
|
|
668
|
+
var css$1j = {"uui-typography":"X19USP","hero-header":"REfC0T","promo-header":"J48gJt","uui-critical":"dg6WfQ","uui-info":"L98kfi","uui-success":"_2BI5V1","uui-warning":"b3h-Nj","uui-highlight":"mKgL1k","uui-typography-size-12":"JDPRJn","uui-typography-size-14":"aNp1yl","uui-typography-size-16":"hMBcSu","root":"JmAjZV","size-18":"RNUktm","size-24":"_1xagmu","size-30":"mcg1hb","size-36":"_7KvOFf","size-42":"A3f4oM","size-48":"EWiH-A","uuiTypography":"X19USP","heroHeader":"REfC0T","promoHeader":"J48gJt","uuiCritical":"dg6WfQ","uuiInfo":"L98kfi","uuiSuccess":"_2BI5V1","uuiWarning":"b3h-Nj","uuiHighlight":"mKgL1k","uuiTypographySize12":"JDPRJn","uuiTypographySize14":"aNp1yl","uuiTypographySize16":"hMBcSu","size18":"RNUktm","size24":"_1xagmu","size30":"mcg1hb","size36":"_7KvOFf","size42":"A3f4oM","size48":"EWiH-A"};
|
|
670
669
|
|
|
671
670
|
const defaultSize$a = '36';
|
|
672
671
|
const mapSize = {
|
|
@@ -685,102 +684,103 @@ const mapCountIndicatorSizes = {
|
|
|
685
684
|
42: '24',
|
|
686
685
|
48: '24',
|
|
687
686
|
};
|
|
688
|
-
function applyTagMods(
|
|
687
|
+
function applyTagMods(props) {
|
|
689
688
|
return [
|
|
690
|
-
css$1j['size-' + (
|
|
689
|
+
css$1j['size-' + (props.size || defaultSize$a)],
|
|
691
690
|
css$1j.root,
|
|
692
|
-
|
|
691
|
+
`uui-color-${props.color || 'neutral'}`,
|
|
692
|
+
`uui-fill-${props.fill || 'solid'}`,
|
|
693
693
|
'uui-tag',
|
|
694
694
|
];
|
|
695
695
|
}
|
|
696
696
|
const Tag = uuiCore.withMods(uuiComponents.Button, applyTagMods, (props) => ({
|
|
697
697
|
dropdownIcon: systemIcons[mapSize[props.size] || defaultSize$a].foldingArrow,
|
|
698
698
|
clearIcon: systemIcons[mapSize[props.size] || defaultSize$a].clear,
|
|
699
|
-
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color:
|
|
699
|
+
countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || defaultSize$a] }))),
|
|
700
700
|
}));
|
|
701
701
|
|
|
702
|
-
var css$1i = {"root":"
|
|
702
|
+
var css$1i = {"root":"wcTxZn","uui-spinner":"ITifhD","uuiSpinner":"ITifhD"};
|
|
703
703
|
|
|
704
704
|
function applySpinnerMods() {
|
|
705
705
|
return [css$1i.root, 'uui-spinner'];
|
|
706
706
|
}
|
|
707
707
|
const Spinner = uuiCore.withMods(uuiComponents.Spinner, applySpinnerMods);
|
|
708
708
|
|
|
709
|
-
var css$1h = {"root":"
|
|
709
|
+
var css$1h = {"root":"daw2FO","spacer":"Z-roQH","mode-ghost":"n4YGiM","size-24":"uEuaew","size-30":"OpnoXH","navigation-size-24":"eNmQhM","navigation-size-30":"iLUOj-","modeGhost":"n4YGiM","size24":"uEuaew","size30":"OpnoXH","navigationSize24":"eNmQhM","navigationSize30":"iLUOj-"};
|
|
710
710
|
|
|
711
|
-
var _path$
|
|
712
|
-
function _extends$
|
|
711
|
+
var _path$L;
|
|
712
|
+
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
713
713
|
var SvgNavigationChevronLeft12 = function SvgNavigationChevronLeft12(props, ref) {
|
|
714
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
714
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
|
|
715
715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
716
|
-
width:
|
|
716
|
+
width: 13,
|
|
717
717
|
height: 12,
|
|
718
|
-
viewBox: "0 0
|
|
718
|
+
viewBox: "0 0 13 12",
|
|
719
719
|
ref: ref
|
|
720
|
-
}, props), _path$
|
|
720
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React__namespace.createElement("path", {
|
|
721
721
|
fillRule: "evenodd",
|
|
722
|
-
d: "
|
|
722
|
+
d: "M8.205 3.705 7.5 3l-3 3 3 3 .705-.705L5.915 6l2.29-2.295z",
|
|
723
723
|
clipRule: "evenodd"
|
|
724
724
|
})));
|
|
725
725
|
};
|
|
726
|
-
var ForwardRef$
|
|
726
|
+
var ForwardRef$N = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeft12);
|
|
727
727
|
|
|
728
|
-
var _path$
|
|
729
|
-
function _extends$
|
|
728
|
+
var _path$K;
|
|
729
|
+
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
730
730
|
var SvgNavigationChevronRight12 = function SvgNavigationChevronRight12(props, ref) {
|
|
731
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
731
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
732
732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
733
|
-
width:
|
|
733
|
+
width: 13,
|
|
734
734
|
height: 12,
|
|
735
|
-
viewBox: "0 0
|
|
735
|
+
viewBox: "0 0 13 12",
|
|
736
736
|
ref: ref
|
|
737
|
-
}, props), _path$
|
|
737
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React__namespace.createElement("path", {
|
|
738
738
|
fillRule: "evenodd",
|
|
739
|
-
d: "m5 3-.705.
|
|
739
|
+
d: "m5.5 3-.705.705L7.085 6l-2.29 2.295L5.5 9l3-3-3-3z",
|
|
740
740
|
clipRule: "evenodd"
|
|
741
741
|
})));
|
|
742
742
|
};
|
|
743
|
-
var ForwardRef$
|
|
743
|
+
var ForwardRef$M = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRight12);
|
|
744
744
|
|
|
745
|
-
var _path$
|
|
746
|
-
function _extends$
|
|
745
|
+
var _path$J;
|
|
746
|
+
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
747
747
|
var SvgNavigationChevronLeft18 = function SvgNavigationChevronLeft18(props, ref) {
|
|
748
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
748
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
749
749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
750
750
|
width: 18,
|
|
751
751
|
height: 18,
|
|
752
752
|
viewBox: "0 0 18 18",
|
|
753
753
|
ref: ref
|
|
754
|
-
}, props), _path$
|
|
754
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React__namespace.createElement("path", {
|
|
755
755
|
fillRule: "evenodd",
|
|
756
756
|
d: "M11.557 5.558 10.5 4.5 6 9l4.5 4.5 1.057-1.057L8.123 9l3.434-3.442z",
|
|
757
757
|
clipRule: "evenodd"
|
|
758
758
|
})));
|
|
759
759
|
};
|
|
760
|
-
var ForwardRef$
|
|
760
|
+
var ForwardRef$L = /*#__PURE__*/React.forwardRef(SvgNavigationChevronLeft18);
|
|
761
761
|
|
|
762
|
-
var _path$
|
|
763
|
-
function _extends$
|
|
762
|
+
var _path$I;
|
|
763
|
+
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
764
764
|
var SvgNavigationChevronRight18 = function SvgNavigationChevronRight18(props, ref) {
|
|
765
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
765
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
766
766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
767
767
|
width: 18,
|
|
768
768
|
height: 18,
|
|
769
769
|
viewBox: "0 0 18 18",
|
|
770
770
|
ref: ref
|
|
771
|
-
}, props), _path$
|
|
771
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
772
772
|
fillRule: "evenodd",
|
|
773
773
|
d: "M7.5 4.5 6.442 5.558 9.877 9l-3.435 3.443L7.5 13.5 12 9 7.5 4.5z",
|
|
774
774
|
clipRule: "evenodd"
|
|
775
775
|
})));
|
|
776
776
|
};
|
|
777
|
-
var ForwardRef$
|
|
777
|
+
var ForwardRef$K = /*#__PURE__*/React.forwardRef(SvgNavigationChevronRight18);
|
|
778
778
|
|
|
779
779
|
function Paginator(props) {
|
|
780
780
|
const renderPaginator = (params) => {
|
|
781
781
|
var _a, _b;
|
|
782
782
|
return (React__namespace.default.createElement("nav", Object.assign({ role: "navigation", className: cx__default.default(css$1h.root, 'uui-paginator') }, params.rawProps),
|
|
783
|
-
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_a = params.size) !== null && _a !== void 0 ? _a : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$
|
|
783
|
+
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_a = params.size) !== null && _a !== void 0 ? _a : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$L : ForwardRef$N, onClick: params.goToPrev, isDisabled: params.isFirst, fill: "outline", color: "secondary" }),
|
|
784
784
|
params.pages.map((page, index) => {
|
|
785
785
|
var _a, _b;
|
|
786
786
|
if (page.type === 'spacer') {
|
|
@@ -790,19 +790,19 @@ function Paginator(props) {
|
|
|
790
790
|
return (React__namespace.default.createElement(Button, { cx: cx__default.default(css$1h[`size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], css$1h[`mode-${!page.isActive && 'ghost'}`]), size: params.size, key: page.pageNumber, caption: page.pageNumber, onClick: () => { var _a; return (_a = page.onClick) === null || _a === void 0 ? void 0 : _a.call(page); }, rawProps: { 'aria-current': page.isActive }, fill: (page.isActive && 'outline') || 'ghost', color: "primary" }));
|
|
791
791
|
}
|
|
792
792
|
}),
|
|
793
|
-
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$
|
|
793
|
+
React__namespace.default.createElement(Button, { cx: css$1h[`navigation-size-${(_b = params.size) !== null && _b !== void 0 ? _b : '30'}`], size: params.size, icon: params.size === '30' ? ForwardRef$K : ForwardRef$M, onClick: params.goToNext, isDisabled: params.isLast, fill: "outline", color: "secondary" })));
|
|
794
794
|
};
|
|
795
795
|
return React__namespace.default.createElement(uuiComponents.Paginator, Object.assign({}, props, { render: renderPaginator }));
|
|
796
796
|
}
|
|
797
797
|
|
|
798
|
-
var css$1g = {"root":"
|
|
798
|
+
var css$1g = {"root":"wDfbfo","progress-bar":"_--o96q","progressBar-indeterminate":"BoVU45","size-12":"a0X-Ql","size-18":"osdB82","size-24":"ZADC7q","progressBar":"_--o96q","progressBarIndeterminate":"BoVU45","size12":"a0X-Ql","size18":"osdB82","size24":"ZADC7q"};
|
|
799
799
|
|
|
800
800
|
const IndeterminateBar = React__namespace.forwardRef((props, ref) => {
|
|
801
801
|
return (React__namespace.createElement("div", { ref: ref, className: cx__default.default('uui-indeterminate_bar', props.cx, css$1g.root, css$1g[`size-${props.size || 12}`]) },
|
|
802
802
|
React__namespace.createElement("div", { className: cx__default.default(css$1g.progressBar) })));
|
|
803
803
|
});
|
|
804
804
|
|
|
805
|
-
var css$1f = {"root":"
|
|
805
|
+
var css$1f = {"root":"-LB0DA","striped":"tAx5jf","animate-stripes":"_82rPsW","size-12":"ed7OyW","size-18":"jwlFQE","size-24":"fssVPJ","animateStripes":"_82rPsW","size12":"ed7OyW","size18":"jwlFQE","size24":"fssVPJ"};
|
|
806
806
|
|
|
807
807
|
const defaultSize$9 = '12';
|
|
808
808
|
function applyProgressBarMods(mods) {
|
|
@@ -817,14 +817,14 @@ const ProgressBar = uuiCore.withMods(uuiComponents.ProgressBar, applyProgressBar
|
|
|
817
817
|
hideLabel: props.hideLabel || props.striped,
|
|
818
818
|
}));
|
|
819
819
|
|
|
820
|
-
var css$1e = {"root":"
|
|
820
|
+
var css$1e = {"root":"ppTjb-"};
|
|
821
821
|
|
|
822
822
|
const IndicatorBar = React__namespace.forwardRef((props, ref) => {
|
|
823
823
|
const { progress } = props;
|
|
824
824
|
return progress || progress === 0 ? (React__namespace.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx__default.default(css$1e.root, props.cx), hideLabel: true })) : (React__namespace.createElement(IndeterminateBar, { ref: ref, cx: cx__default.default(css$1e.root, props.cx) }));
|
|
825
825
|
});
|
|
826
826
|
|
|
827
|
-
var css$1d = {"root":"
|
|
827
|
+
var css$1d = {"root":"DkKip9","size-12":"SE7WrJ","size-18":"_4QY6-L","size-24":"UJ1beM","size12":"SE7WrJ","size18":"_4QY6-L","size24":"UJ1beM"};
|
|
828
828
|
|
|
829
829
|
const StatusIndicator = React.forwardRef((props, ref) => {
|
|
830
830
|
return (React__namespace.default.createElement("div", { ref: ref, className: cx__default.default([
|
|
@@ -839,11 +839,8 @@ const StatusIndicator = React.forwardRef((props, ref) => {
|
|
|
839
839
|
React__namespace.default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
840
840
|
});
|
|
841
841
|
|
|
842
|
-
var css$1c = {"uui-typography":"
|
|
842
|
+
var css$1c = {"uui-typography":"pJbV3I","hero-header":"NYNI5T","promo-header":"OJpMqE","uui-critical":"SzBk5S","uui-info":"AZ21LA","uui-success":"Xw-7Fx","uui-warning":"Tdbbcb","uui-highlight":"_0inLus","uui-typography-size-12":"i7eKYU","uui-typography-size-14":"PzWsRk","uui-typography-size-16":"j5iu1M","root":"B0OU7s","uuiTypography":"pJbV3I","heroHeader":"NYNI5T","promoHeader":"OJpMqE","uuiCritical":"SzBk5S","uuiInfo":"AZ21LA","uuiSuccess":"Xw-7Fx","uuiWarning":"Tdbbcb","uuiHighlight":"_0inLus","uuiTypographySize12":"i7eKYU","uuiTypographySize14":"PzWsRk","uuiTypographySize16":"j5iu1M"};
|
|
843
843
|
|
|
844
|
-
const allButtonColors = [
|
|
845
|
-
'accent', 'primary', 'critical', 'secondary', 'neutral',
|
|
846
|
-
];
|
|
847
844
|
const defaultSize$8 = '36';
|
|
848
845
|
function applyButtonMods(mods) {
|
|
849
846
|
return [
|
|
@@ -860,7 +857,7 @@ const Button = uuiCore.withMods(uuiComponents.Button, applyButtonMods, (props) =
|
|
|
860
857
|
countIndicator: (countIndicatorProps) => React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
861
858
|
}));
|
|
862
859
|
|
|
863
|
-
var css$1b = {"root":"
|
|
860
|
+
var css$1b = {"root":"dDHWQU"};
|
|
864
861
|
|
|
865
862
|
const allIconColors = [
|
|
866
863
|
'info', 'success', 'warning', 'error', 'secondary', 'neutral',
|
|
@@ -870,7 +867,7 @@ function applyIconButtonMods(mods) {
|
|
|
870
867
|
}
|
|
871
868
|
const IconButton = uuiCore.withMods(uuiComponents.IconButton, applyIconButtonMods);
|
|
872
869
|
|
|
873
|
-
var css$1a = {"root":"
|
|
870
|
+
var css$1a = {"root":"GrGDQe"};
|
|
874
871
|
|
|
875
872
|
function getIconClass(props) {
|
|
876
873
|
const classList = {
|
|
@@ -905,7 +902,7 @@ const LinkButton = uuiCore.withMods(uuiComponents.Button, applyLinkButtonMods, (
|
|
|
905
902
|
clearIcon: systemIcons[props.size || defaultSize$7].clear,
|
|
906
903
|
}));
|
|
907
904
|
|
|
908
|
-
var css$19 = {"uui-typography":"
|
|
905
|
+
var css$19 = {"uui-typography":"DY3hUp","hero-header":"EfIXK9","promo-header":"_3cXSwK","uui-critical":"_9z2ykp","uui-info":"vf31H4","uui-success":"EKTLsv","uui-warning":"u2rhTM","uui-highlight":"LphkCE","uui-typography-size-12":"AGahCs","uui-typography-size-14":"UCJ-Vf","uui-typography-size-16":"CSB-4J","root":"_8T6RX5","withNotify":"MYpabD","size-36":"_4oRwLs","size-48":"_5bIPi-","size-60":"rt3GYZ","uuiTypography":"DY3hUp","heroHeader":"EfIXK9","promoHeader":"_3cXSwK","uuiCritical":"_9z2ykp","uuiInfo":"vf31H4","uuiSuccess":"EKTLsv","uuiWarning":"u2rhTM","uuiHighlight":"LphkCE","uuiTypographySize12":"AGahCs","uuiTypographySize14":"UCJ-Vf","uuiTypographySize16":"CSB-4J","size36":"_4oRwLs","size48":"_5bIPi-","size60":"rt3GYZ"};
|
|
909
906
|
|
|
910
907
|
function applyTabButtonMods(mods) {
|
|
911
908
|
return [
|
|
@@ -918,38 +915,13 @@ function applyTabButtonMods(mods) {
|
|
|
918
915
|
}
|
|
919
916
|
const TabButton = uuiCore.withMods(uuiComponents.Button, applyTabButtonMods, (props) => (Object.assign(Object.assign({ dropdownIcon: systemIcons['36'].foldingArrow, clearIcon: systemIcons['36'].clear }, props), { rawProps: Object.assign({ role: 'tab' }, props.rawProps), countIndicator: (countIndicatorProps) => (React__namespace.default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: props.isLinkActive ? 'info' : 'neutral', size: "18" }))) })));
|
|
920
917
|
|
|
921
|
-
var css$18 = {"uui-typography":"
|
|
918
|
+
var css$18 = {"uui-typography":"hgMSgN","hero-header":"AeBEkf","promo-header":"LpCIJw","uui-critical":"ui4LA9","uui-info":"oFyky3","uui-success":"MHt6KD","uui-warning":"FItuRM","uui-highlight":"lzDyTM","uui-typography-size-12":"g4jokF","uui-typography-size-14":"pjloH-","uui-typography-size-16":"h7w94C","root":"K1ZeL1","uuiTypography":"hgMSgN","heroHeader":"AeBEkf","promoHeader":"LpCIJw","uuiCritical":"ui4LA9","uuiInfo":"oFyky3","uuiSuccess":"MHt6KD","uuiWarning":"FItuRM","uuiHighlight":"lzDyTM","uuiTypographySize12":"g4jokF","uuiTypographySize14":"pjloH-","uuiTypographySize16":"h7w94C"};
|
|
922
919
|
|
|
923
920
|
function applyVerticalTabButtonMods() {
|
|
924
921
|
return [css$18.root];
|
|
925
922
|
}
|
|
926
923
|
const VerticalTabButton = uuiCore.withMods(TabButton, applyVerticalTabButtonMods);
|
|
927
924
|
|
|
928
|
-
const allButtonFills = [
|
|
929
|
-
'solid', 'outline', 'ghost', 'none',
|
|
930
|
-
];
|
|
931
|
-
const allFillStyles = allButtonFills;
|
|
932
|
-
const allSizes = [
|
|
933
|
-
'24', '30', '36', '42', '48',
|
|
934
|
-
];
|
|
935
|
-
const allRowSizes = [
|
|
936
|
-
null, '24', '30', '36', '42', '48',
|
|
937
|
-
];
|
|
938
|
-
const allSemanticColors = [
|
|
939
|
-
'info', 'success', 'warning', 'error',
|
|
940
|
-
];
|
|
941
|
-
const allEpamBadgeSemanticColors = [
|
|
942
|
-
'info', 'success', 'warning', 'critical', 'neutral',
|
|
943
|
-
];
|
|
944
|
-
const allTextSizes = [
|
|
945
|
-
'18', '24', '30', '36', '48',
|
|
946
|
-
];
|
|
947
|
-
const allFontStyles = [
|
|
948
|
-
'normal', 'italic',
|
|
949
|
-
];
|
|
950
|
-
const allFontWeights = [
|
|
951
|
-
'200', '300', '400', '600', '700', '900',
|
|
952
|
-
];
|
|
953
925
|
exports.EditMode = void 0;
|
|
954
926
|
(function (EditMode) {
|
|
955
927
|
EditMode["FORM"] = "form";
|
|
@@ -957,71 +929,71 @@ exports.EditMode = void 0;
|
|
|
957
929
|
EditMode["INLINE"] = "inline";
|
|
958
930
|
})(exports.EditMode || (exports.EditMode = {}));
|
|
959
931
|
|
|
960
|
-
var _path$
|
|
961
|
-
function _extends$
|
|
932
|
+
var _path$H;
|
|
933
|
+
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
962
934
|
var SvgCheck12 = function SvgCheck12(props, ref) {
|
|
963
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
935
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
964
936
|
width: 12,
|
|
965
937
|
height: 12,
|
|
966
938
|
viewBox: "0 0 12 12",
|
|
967
939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
968
940
|
ref: ref
|
|
969
|
-
}, props), _path$
|
|
941
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
|
|
970
942
|
fillRule: "evenodd",
|
|
971
943
|
d: "M9.491 3.449 10.51 4.55 5.663 9.024 2.487 6.047l1.026-1.094L5.67 6.975z"
|
|
972
944
|
})));
|
|
973
945
|
};
|
|
974
|
-
var ForwardRef$
|
|
946
|
+
var ForwardRef$J = /*#__PURE__*/React.forwardRef(SvgCheck12);
|
|
975
947
|
|
|
976
|
-
var _path$
|
|
977
|
-
function _extends$
|
|
948
|
+
var _path$G;
|
|
949
|
+
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
978
950
|
var SvgCheck18 = function SvgCheck18(props, ref) {
|
|
979
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
951
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
980
952
|
width: 18,
|
|
981
953
|
height: 18,
|
|
982
954
|
viewBox: "0 0 18 18",
|
|
983
955
|
xmlns: "http://www.w3.org/2000/svg",
|
|
984
956
|
ref: ref
|
|
985
|
-
}, props), _path$
|
|
957
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
986
958
|
fillRule: "evenodd",
|
|
987
959
|
d: "m14.247 4.341 1.506 1.318-7.704 8.804-4.756-4.756 1.414-1.414 3.244 3.243z"
|
|
988
960
|
})));
|
|
989
961
|
};
|
|
990
|
-
var ForwardRef$
|
|
962
|
+
var ForwardRef$I = /*#__PURE__*/React.forwardRef(SvgCheck18);
|
|
991
963
|
|
|
992
|
-
var _path$
|
|
993
|
-
function _extends$
|
|
964
|
+
var _path$F;
|
|
965
|
+
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
994
966
|
var SvgPartlySelect12 = function SvgPartlySelect12(props, ref) {
|
|
995
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
967
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
996
968
|
width: 12,
|
|
997
969
|
height: 12,
|
|
998
970
|
viewBox: "0 0 12 12",
|
|
999
971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1000
972
|
ref: ref
|
|
1001
|
-
}, props), _path$
|
|
973
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1002
974
|
fillRule: "evenodd",
|
|
1003
975
|
d: "M9 5v2H3V5z"
|
|
1004
976
|
})));
|
|
1005
977
|
};
|
|
1006
|
-
var ForwardRef$
|
|
978
|
+
var ForwardRef$H = /*#__PURE__*/React.forwardRef(SvgPartlySelect12);
|
|
1007
979
|
|
|
1008
|
-
var _path$
|
|
1009
|
-
function _extends$
|
|
980
|
+
var _path$E;
|
|
981
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1010
982
|
var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
1011
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
983
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
1012
984
|
width: 18,
|
|
1013
985
|
height: 18,
|
|
1014
986
|
viewBox: "0 0 18 18",
|
|
1015
987
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1016
988
|
ref: ref
|
|
1017
|
-
}, props), _path$
|
|
989
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1018
990
|
fillRule: "evenodd",
|
|
1019
991
|
d: "M14 8v2H4V8z"
|
|
1020
992
|
})));
|
|
1021
993
|
};
|
|
1022
|
-
var ForwardRef$
|
|
994
|
+
var ForwardRef$G = /*#__PURE__*/React.forwardRef(SvgPartlySelect18);
|
|
1023
995
|
|
|
1024
|
-
var css$17 = {"uui-typography":"
|
|
996
|
+
var css$17 = {"uui-typography":"baWDuO","hero-header":"nVk1YL","promo-header":"A3keCW","uui-critical":"_9AJoRO","uui-info":"cIObc3","uui-success":"n-rzA8","uui-warning":"DSq2rc","uui-highlight":"V5pLqL","uui-typography-size-12":"eys6BF","uui-typography-size-14":"n8K-kR","uui-typography-size-16":"YCvaml","root":"ML5y77","size-18":"Dfp539","size-12":"cvCKee","mode-cell":"YrlOEC","uuiTypography":"baWDuO","heroHeader":"nVk1YL","promoHeader":"A3keCW","uuiCritical":"_9AJoRO","uuiInfo":"cIObc3","uuiSuccess":"n-rzA8","uuiWarning":"DSq2rc","uuiHighlight":"V5pLqL","uuiTypographySize12":"eys6BF","uuiTypographySize14":"n8K-kR","uuiTypographySize16":"YCvaml","size18":"Dfp539","size12":"cvCKee","modeCell":"YrlOEC"};
|
|
1025
997
|
|
|
1026
998
|
function applyCheckboxMods(mods) {
|
|
1027
999
|
return [
|
|
@@ -1032,17 +1004,17 @@ function applyCheckboxMods(mods) {
|
|
|
1032
1004
|
];
|
|
1033
1005
|
}
|
|
1034
1006
|
const applyUUICheckboxProps = (props) => ({
|
|
1035
|
-
icon: props.size === '12' ? ForwardRef$
|
|
1036
|
-
indeterminateIcon: props.size === '12' ? ForwardRef$
|
|
1007
|
+
icon: props.size === '12' ? ForwardRef$J : ForwardRef$I,
|
|
1008
|
+
indeterminateIcon: props.size === '12' ? ForwardRef$H : ForwardRef$G,
|
|
1037
1009
|
});
|
|
1038
1010
|
const Checkbox = uuiCore.withMods(uuiComponents__namespace.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1039
1011
|
|
|
1040
|
-
var css$16 = {"uui-typography":"
|
|
1012
|
+
var css$16 = {"uui-typography":"OQKEba","hero-header":"iRoK0F","promo-header":"OJYdHw","uui-critical":"t3uXix","uui-info":"dxrHvn","uui-success":"_9eaqOg","uui-warning":"FtD4lp","uui-highlight":"baBfpi","uui-typography-size-12":"kkPUDv","uui-typography-size-14":"-Y85qY","uui-typography-size-16":"_646Oqt","root":"E1RePL","size-18":"_95p5OS","size-12":"wp85lx","uuiTypography":"OQKEba","heroHeader":"iRoK0F","promoHeader":"OJYdHw","uuiCritical":"t3uXix","uuiInfo":"dxrHvn","uuiSuccess":"_9eaqOg","uuiWarning":"FtD4lp","uuiHighlight":"baBfpi","uuiTypographySize12":"kkPUDv","uuiTypographySize14":"-Y85qY","uuiTypographySize16":"_646Oqt","size18":"_95p5OS","size12":"wp85lx"};
|
|
1041
1013
|
|
|
1042
1014
|
var _circle;
|
|
1043
|
-
function _extends$
|
|
1015
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1044
1016
|
var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
1045
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1017
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
1046
1018
|
width: 18,
|
|
1047
1019
|
height: 18,
|
|
1048
1020
|
viewBox: "0 0 18 18",
|
|
@@ -1054,14 +1026,14 @@ var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
|
1054
1026
|
r: 6
|
|
1055
1027
|
})));
|
|
1056
1028
|
};
|
|
1057
|
-
var ForwardRef$
|
|
1029
|
+
var ForwardRef$F = /*#__PURE__*/React.forwardRef(SvgRadioPoint);
|
|
1058
1030
|
|
|
1059
1031
|
function applyRadioInputMods(mods) {
|
|
1060
1032
|
return [css$16.root, css$16['size-' + (mods.size || '18')], 'uui-color-primary'];
|
|
1061
1033
|
}
|
|
1062
|
-
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, () => ({ icon: ForwardRef$
|
|
1034
|
+
const RadioInput = uuiCore.withMods(uuiComponents.RadioInput, applyRadioInputMods, () => ({ icon: ForwardRef$F }));
|
|
1063
1035
|
|
|
1064
|
-
var css$15 = {"root":"
|
|
1036
|
+
var css$15 = {"root":"yanLM1","size-12":"s8f5kw","size-18":"fvdShL","size-24":"T9qGqk","size12":"s8f5kw","size18":"fvdShL","size24":"T9qGqk"};
|
|
1065
1037
|
|
|
1066
1038
|
function applySwitchMods(mods) {
|
|
1067
1039
|
return [
|
|
@@ -1114,7 +1086,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1114
1086
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1115
1087
|
};
|
|
1116
1088
|
|
|
1117
|
-
var textInputCss = {"uui-typography":"
|
|
1089
|
+
var textInputCss = {"uui-typography":"I8L1zf","hero-header":"DPbLsz","promo-header":"kZ4OYl","uui-critical":"_4JBkLY","uui-info":"mYxpPw","uui-success":"w9M8xh","uui-warning":"Oj4N-U","uui-highlight":"Bs-Z8g","uui-typography-size-12":"a4Jg2t","uui-typography-size-14":"Z3ZXGS","uui-typography-size-16":"oO3uGf","root":"sE0WiL","mode-form":"u6IFV7","mode-inline":"_2Agvwk","mode-cell":"Uoe57d","size-24":"_7jRtuJ","size-30":"CS6YDg","size-36":"YIGiJQ","size-42":"gZYEyS","size-48":"rZge-W","uuiTypography":"I8L1zf","heroHeader":"DPbLsz","promoHeader":"kZ4OYl","uuiCritical":"_4JBkLY","uuiInfo":"mYxpPw","uuiSuccess":"w9M8xh","uuiWarning":"Oj4N-U","uuiHighlight":"Bs-Z8g","uuiTypographySize12":"a4Jg2t","uuiTypographySize14":"Z3ZXGS","uuiTypographySize16":"oO3uGf","modeForm":"u6IFV7","modeInline":"_2Agvwk","modeCell":"Uoe57d","size24":"_7jRtuJ","size30":"CS6YDg","size36":"YIGiJQ","size42":"gZYEyS","size48":"rZge-W"};
|
|
1118
1090
|
|
|
1119
1091
|
const defaultSize$6 = '36';
|
|
1120
1092
|
const defaultMode$5 = exports.EditMode.FORM;
|
|
@@ -1143,7 +1115,7 @@ const SearchInput = React__namespace.default.forwardRef((props, ref) => {
|
|
|
1143
1115
|
: undefined, type: "search", inputMode: "search", ref: ref }, textInputProps, iEditable))) })));
|
|
1144
1116
|
});
|
|
1145
1117
|
|
|
1146
|
-
var css$14 = {"root":"
|
|
1118
|
+
var css$14 = {"root":"uC8HN3"};
|
|
1147
1119
|
|
|
1148
1120
|
const ControlGroup = uuiCore.withMods(uuiComponents.ControlGroup, () => [css$14.root]);
|
|
1149
1121
|
|
|
@@ -1152,7 +1124,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1152
1124
|
}
|
|
1153
1125
|
const MultiSwitch = React__namespace.forwardRef(MultiSwitchComponent);
|
|
1154
1126
|
|
|
1155
|
-
var css$13 = {"uui-typography":"
|
|
1127
|
+
var css$13 = {"uui-typography":"reiCqQ","hero-header":"y73yia","promo-header":"r1FTXz","uui-critical":"rLQI2v","uui-info":"K9NEZx","uui-success":"NjSTMs","uui-warning":"UBsQjj","uui-highlight":"XCSdyn","uui-typography-size-12":"_6JtHyi","uui-typography-size-14":"_5dhEwl","uui-typography-size-16":"XbDXTw","root":"xeKrF6","size-24":"TAOHpS","size-30":"xz5Kra","size-36":"DtlciI","size-42":"r2kY2f","size-48":"_99QvFR","mode-form":"X5wBXD","mode-cell":"pseOM6","uuiTypography":"reiCqQ","heroHeader":"y73yia","promoHeader":"r1FTXz","uuiCritical":"rLQI2v","uuiInfo":"K9NEZx","uuiSuccess":"NjSTMs","uuiWarning":"UBsQjj","uuiHighlight":"XCSdyn","uuiTypographySize12":"_6JtHyi","uuiTypographySize14":"_5dhEwl","uuiTypographySize16":"XbDXTw","size24":"TAOHpS","size30":"xz5Kra","size36":"DtlciI","size42":"r2kY2f","size48":"_99QvFR","modeForm":"X5wBXD","modeCell":"pseOM6"};
|
|
1156
1128
|
|
|
1157
1129
|
const defaultSize$5 = '36';
|
|
1158
1130
|
const defaultMode$4 = exports.EditMode.FORM;
|
|
@@ -1171,7 +1143,7 @@ const NumericInput = uuiCore.withMods(uuiComponents.NumericInput, applyNumericIn
|
|
|
1171
1143
|
});
|
|
1172
1144
|
});
|
|
1173
1145
|
|
|
1174
|
-
var css$12 = {"uui-typography":"
|
|
1146
|
+
var css$12 = {"uui-typography":"sPO9op","hero-header":"c2Kiwe","promo-header":"co5eGn","uui-critical":"uFVg38","uui-info":"cNkRPN","uui-success":"F5GsNA","uui-warning":"SRWfQG","uui-highlight":"Pp9roW","uui-typography-size-12":"E6Xz-4","uui-typography-size-14":"osiFp2","uui-typography-size-16":"sLnlbD","root":"Z8skpu","mode-form":"tDp7zT","mode-cell":"-RFt75","mode-inline":"_5iarfk","size-24":"-NhUVd","size-30":"xRCYMM","size-36":"uW84Ko","size-42":"FgU9HX","size-48":"fEJ7JF","uuiTypography":"sPO9op","heroHeader":"c2Kiwe","promoHeader":"co5eGn","uuiCritical":"uFVg38","uuiInfo":"cNkRPN","uuiSuccess":"F5GsNA","uuiWarning":"SRWfQG","uuiHighlight":"Pp9roW","uuiTypographySize12":"E6Xz-4","uuiTypographySize14":"osiFp2","uuiTypographySize16":"sLnlbD","modeForm":"tDp7zT","modeCell":"-RFt75","modeInline":"_5iarfk","size24":"-NhUVd","size30":"xRCYMM","size36":"uW84Ko","size42":"FgU9HX","size48":"fEJ7JF"};
|
|
1175
1147
|
|
|
1176
1148
|
const defaultSize$4 = '36';
|
|
1177
1149
|
const defaultMode$3 = exports.EditMode.FORM;
|
|
@@ -1185,7 +1157,7 @@ const TextArea = uuiCore.withMods(uuiComponents.TextArea, applyTextAreaMods, (pr
|
|
|
1185
1157
|
maxLength: props.mode === exports.EditMode.CELL ? undefined : props.maxLength,
|
|
1186
1158
|
}));
|
|
1187
1159
|
|
|
1188
|
-
var css$11 = {"root":"
|
|
1160
|
+
var css$11 = {"root":"oMqwWP"};
|
|
1189
1161
|
|
|
1190
1162
|
function applyDropdownContainerMods(mods) {
|
|
1191
1163
|
return [
|
|
@@ -1196,13 +1168,13 @@ function applyDropdownContainerMods(mods) {
|
|
|
1196
1168
|
}
|
|
1197
1169
|
const DropdownContainer = uuiCore.withMods(uuiComponents__namespace.DropdownContainer, applyDropdownContainerMods);
|
|
1198
1170
|
|
|
1199
|
-
var css$10 = {"root":"
|
|
1171
|
+
var css$10 = {"root":"hAHp7n","timepicker-input":"duF1-H","timepickerInput":"duF1-H"};
|
|
1200
1172
|
|
|
1201
|
-
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$10.root], () => ({ addIcon: ForwardRef$
|
|
1173
|
+
const TimePickerBody = uuiCore.withMods(uuiComponents.TimePickerBody, () => [css$10.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
1202
1174
|
|
|
1203
1175
|
dayjs__default.default.extend(customParseFormat__default.default);
|
|
1204
1176
|
const defaultMode$2 = exports.EditMode.FORM;
|
|
1205
|
-
class
|
|
1177
|
+
class TimePickerComponent extends uuiComponents.BaseTimePicker {
|
|
1206
1178
|
constructor() {
|
|
1207
1179
|
super(...arguments);
|
|
1208
1180
|
this.renderInput = (props) => {
|
|
@@ -1222,13 +1194,15 @@ class TimePicker extends uuiComponents.BaseTimePicker {
|
|
|
1222
1194
|
};
|
|
1223
1195
|
this.renderBody = (props) => {
|
|
1224
1196
|
var _a;
|
|
1197
|
+
const _b = this.props, timePickerBodyProps = __rest(_b, ["forwardedRef"]);
|
|
1225
1198
|
return (!this.props.isDisabled && !this.props.isReadonly && (React__namespace.default.createElement(DropdownContainer, Object.assign({}, props, { focusLock: false }),
|
|
1226
|
-
React__namespace.default.createElement(TimePickerBody, Object.assign({},
|
|
1199
|
+
React__namespace.default.createElement(TimePickerBody, Object.assign({}, timePickerBodyProps, { value: this.props.value !== null ? this.props.value : { hours: null, minutes: null }, rawProps: (_a = this.props.rawProps) === null || _a === void 0 ? void 0 : _a.body, cx: this.props.bodyCx })))));
|
|
1227
1200
|
};
|
|
1228
1201
|
}
|
|
1229
1202
|
}
|
|
1203
|
+
const TimePicker = uuiCore.withMods(TimePickerComponent);
|
|
1230
1204
|
|
|
1231
|
-
var css$$ = {"root":"
|
|
1205
|
+
var css$$ = {"root":"_7UiA2k"};
|
|
1232
1206
|
|
|
1233
1207
|
function applyInputAddonMods() {
|
|
1234
1208
|
return [
|
|
@@ -1237,14 +1211,14 @@ function applyInputAddonMods() {
|
|
|
1237
1211
|
}
|
|
1238
1212
|
const InputAddon = uuiCore.withMods(uuiComponents.InputAddon, applyInputAddonMods);
|
|
1239
1213
|
|
|
1240
|
-
var css$_ = {"root":"
|
|
1214
|
+
var css$_ = {"root":"_7VqSkc"};
|
|
1241
1215
|
|
|
1242
1216
|
function applySliderMods() {
|
|
1243
1217
|
return [css$_.root, 'uui-color-neutral'];
|
|
1244
1218
|
}
|
|
1245
1219
|
const Slider = uuiCore.withMods(uuiComponents.Slider, applySliderMods);
|
|
1246
1220
|
|
|
1247
|
-
var css$Z = {"container":"
|
|
1221
|
+
var css$Z = {"container":"_7ngEPi"};
|
|
1248
1222
|
|
|
1249
1223
|
dayjs__default.default.extend(localeData__default.default);
|
|
1250
1224
|
const uuiHeader = {
|
|
@@ -1254,26 +1228,26 @@ const uuiHeader = {
|
|
|
1254
1228
|
navIconRight: 'uui-datepickerheader-nav-icon-right',
|
|
1255
1229
|
navIconLeft: 'uui-datepickerheader-nav-icon-left',
|
|
1256
1230
|
};
|
|
1231
|
+
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1232
|
+
return currentDate.subtract(1, 'month');
|
|
1233
|
+
};
|
|
1234
|
+
const getNextMonthFromCurrent = (currentDate) => {
|
|
1235
|
+
return currentDate.add(1, 'month');
|
|
1236
|
+
};
|
|
1237
|
+
const getPrevYearFromCurrent = (currentDate) => {
|
|
1238
|
+
return currentDate.subtract(1, 'year');
|
|
1239
|
+
};
|
|
1240
|
+
const getNextYearFromCurrent = (currentDate) => {
|
|
1241
|
+
return currentDate.add(1, 'year');
|
|
1242
|
+
};
|
|
1243
|
+
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1244
|
+
return currentDate.subtract(16, 'year');
|
|
1245
|
+
};
|
|
1246
|
+
const getNextListYearFromCurrent = (currentDate) => {
|
|
1247
|
+
return currentDate.add(16, 'year');
|
|
1248
|
+
};
|
|
1257
1249
|
function DatePickerHeader(props) {
|
|
1258
1250
|
var _a, _b;
|
|
1259
|
-
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1260
|
-
return currentDate.subtract(1, 'month');
|
|
1261
|
-
};
|
|
1262
|
-
const getNextMonthFromCurrent = (currentDate) => {
|
|
1263
|
-
return currentDate.add(1, 'month');
|
|
1264
|
-
};
|
|
1265
|
-
const getPrevYearFromCurrent = (currentDate) => {
|
|
1266
|
-
return currentDate.subtract(1, 'year');
|
|
1267
|
-
};
|
|
1268
|
-
const getNextYearFromCurrent = (currentDate) => {
|
|
1269
|
-
return currentDate.add(1, 'year');
|
|
1270
|
-
};
|
|
1271
|
-
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1272
|
-
return currentDate.subtract(16, 'year');
|
|
1273
|
-
};
|
|
1274
|
-
const getNextListYearFromCurrent = (currentDate) => {
|
|
1275
|
-
return currentDate.add(16, 'year');
|
|
1276
|
-
};
|
|
1277
1251
|
const onLeftNavigationArrow = () => {
|
|
1278
1252
|
switch (props.value.view) {
|
|
1279
1253
|
case 'DAY_SELECTION':
|
|
@@ -1321,19 +1295,19 @@ function DatePickerHeader(props) {
|
|
|
1321
1295
|
}, [(_a = props.value) === null || _a === void 0 ? void 0 : _a.view, (_b = props.value) === null || _b === void 0 ? void 0 : _b.displayedDate]);
|
|
1322
1296
|
return (React__namespace.createElement("div", { className: cx__default.default(css$Z.container, uuiHeader.container, props.cx) },
|
|
1323
1297
|
React__namespace.createElement("header", { className: uuiHeader.header },
|
|
1324
|
-
React__namespace.createElement(Button, { icon: props.navIconLeft || ForwardRef$
|
|
1298
|
+
React__namespace.createElement(Button, { icon: props.navIconLeft || ForwardRef$L, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: () => onLeftNavigationArrow() }),
|
|
1325
1299
|
React__namespace.createElement(Button, { caption: title, fill: "ghost", cx: uuiHeader.navTitle, onClick: () => onCaptionClick(props.value.view) }),
|
|
1326
|
-
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$
|
|
1300
|
+
React__namespace.createElement(Button, { icon: props.navIconRight || ForwardRef$K, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1327
1301
|
}
|
|
1328
1302
|
|
|
1329
|
-
var css$Y = {"uui-typography":"
|
|
1303
|
+
var css$Y = {"uui-typography":"QNqaaW","hero-header":"NIRABa","promo-header":"_6157vS","uui-critical":"ZmRS1Q","uui-info":"LB6RPE","uui-success":"_0eaj4-","uui-warning":"tDOzq8","uui-highlight":"lZwdVb","uui-typography-size-12":"qwyzP9","uui-typography-size-14":"wxKa9m","uui-typography-size-16":"HL4oR8","root":"_7eFxG4","uuiTypography":"QNqaaW","heroHeader":"NIRABa","promoHeader":"_6157vS","uuiCritical":"ZmRS1Q","uuiInfo":"LB6RPE","uuiSuccess":"_0eaj4-","uuiWarning":"tDOzq8","uuiHighlight":"lZwdVb","uuiTypographySize12":"qwyzP9","uuiTypographySize14":"wxKa9m","uuiTypographySize16":"HL4oR8"};
|
|
1330
1304
|
|
|
1331
1305
|
function applyDateSelectionMods() {
|
|
1332
1306
|
return [css$Y.root];
|
|
1333
1307
|
}
|
|
1334
1308
|
const Calendar = uuiCore.withMods(uuiComponents.Calendar, applyDateSelectionMods);
|
|
1335
1309
|
|
|
1336
|
-
var css$X = {"uui-typography":"
|
|
1310
|
+
var css$X = {"uui-typography":"NxLuy1","hero-header":"q7jhcj","promo-header":"pNGk03","uui-critical":"x9l8Vv","uui-info":"-k844n","uui-success":"_3UcLoV","uui-warning":"QZFWTU","uui-highlight":"p9JBSV","uui-typography-size-12":"MCtW5J","uui-typography-size-14":"UBUgnv","uui-typography-size-16":"XpnIA6","root":"VktQ-T","uuiTypography":"NxLuy1","heroHeader":"q7jhcj","promoHeader":"pNGk03","uuiCritical":"x9l8Vv","uuiInfo":"-k844n","uuiSuccess":"_3UcLoV","uuiWarning":"QZFWTU","uuiHighlight":"p9JBSV","uuiTypographySize12":"MCtW5J","uuiTypographySize14":"UBUgnv","uuiTypographySize16":"XpnIA6"};
|
|
1337
1311
|
|
|
1338
1312
|
dayjs__default.default.extend(updateLocale__default.default);
|
|
1339
1313
|
const uuiDatePickerBody = {
|
|
@@ -1370,87 +1344,87 @@ class DatePickerBody extends uuiComponents.DatePickerBodyBase {
|
|
|
1370
1344
|
}
|
|
1371
1345
|
}
|
|
1372
1346
|
|
|
1373
|
-
var _path$
|
|
1374
|
-
function _extends$
|
|
1347
|
+
var _path$D;
|
|
1348
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1375
1349
|
var SvgNotificationCheckCircleFill24 = function SvgNotificationCheckCircleFill24(props, ref) {
|
|
1376
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1350
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
1377
1351
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1378
1352
|
width: 24,
|
|
1379
1353
|
height: 24,
|
|
1380
1354
|
viewBox: "0 0 24 24",
|
|
1381
1355
|
ref: ref
|
|
1382
|
-
}, props), _path$
|
|
1356
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1383
1357
|
fillRule: "evenodd",
|
|
1384
1358
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"
|
|
1385
1359
|
})));
|
|
1386
1360
|
};
|
|
1387
|
-
var ForwardRef$
|
|
1361
|
+
var ForwardRef$E = /*#__PURE__*/React.forwardRef(SvgNotificationCheckCircleFill24);
|
|
1388
1362
|
|
|
1389
|
-
var _path$
|
|
1390
|
-
function _extends$
|
|
1363
|
+
var _path$C;
|
|
1364
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1391
1365
|
var SvgNotificationWarningFill24 = function SvgNotificationWarningFill24(props, ref) {
|
|
1392
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1366
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
1393
1367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1394
1368
|
width: 24,
|
|
1395
1369
|
height: 24,
|
|
1396
1370
|
viewBox: "0 0 24 24",
|
|
1397
1371
|
ref: ref
|
|
1398
|
-
}, props), _path$
|
|
1372
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1399
1373
|
fillRule: "evenodd",
|
|
1400
1374
|
d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
|
|
1401
1375
|
})));
|
|
1402
1376
|
};
|
|
1403
|
-
var ForwardRef$
|
|
1377
|
+
var ForwardRef$D = /*#__PURE__*/React.forwardRef(SvgNotificationWarningFill24);
|
|
1404
1378
|
|
|
1405
|
-
var _path$
|
|
1406
|
-
function _extends$
|
|
1379
|
+
var _path$B;
|
|
1380
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
1407
1381
|
var SvgNotificationErrorFill24 = function SvgNotificationErrorFill24(props, ref) {
|
|
1408
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1382
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
1409
1383
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
1384
|
width: 24,
|
|
1411
1385
|
height: 24,
|
|
1412
1386
|
viewBox: "0 0 24 24",
|
|
1413
1387
|
ref: ref
|
|
1414
|
-
}, props), _path$
|
|
1388
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1415
1389
|
fillRule: "evenodd",
|
|
1416
1390
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"
|
|
1417
1391
|
})));
|
|
1418
1392
|
};
|
|
1419
|
-
var ForwardRef$
|
|
1393
|
+
var ForwardRef$C = /*#__PURE__*/React.forwardRef(SvgNotificationErrorFill24);
|
|
1420
1394
|
|
|
1421
|
-
var _path$
|
|
1422
|
-
function _extends$
|
|
1395
|
+
var _path$A;
|
|
1396
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
1423
1397
|
var SvgNotificationHelpFill24 = function SvgNotificationHelpFill24(props, ref) {
|
|
1424
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1398
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
1425
1399
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1426
1400
|
width: 24,
|
|
1427
1401
|
height: 24,
|
|
1428
1402
|
viewBox: "0 0 24 24",
|
|
1429
1403
|
ref: ref
|
|
1430
|
-
}, props), _path$
|
|
1404
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1431
1405
|
fillRule: "evenodd",
|
|
1432
1406
|
d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
|
|
1433
1407
|
})));
|
|
1434
1408
|
};
|
|
1435
|
-
var ForwardRef$
|
|
1409
|
+
var ForwardRef$B = /*#__PURE__*/React.forwardRef(SvgNotificationHelpFill24);
|
|
1436
1410
|
|
|
1437
|
-
var _path$
|
|
1438
|
-
function _extends$
|
|
1411
|
+
var _path$z;
|
|
1412
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
1439
1413
|
var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
1440
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1414
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
1441
1415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1442
1416
|
width: 24,
|
|
1443
1417
|
height: 24,
|
|
1444
1418
|
viewBox: "0 0 24 24",
|
|
1445
1419
|
ref: ref
|
|
1446
|
-
}, props), _path$
|
|
1420
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1447
1421
|
fillRule: "evenodd",
|
|
1448
1422
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
1449
1423
|
})));
|
|
1450
1424
|
};
|
|
1451
|
-
var ForwardRef$
|
|
1425
|
+
var ForwardRef$A = /*#__PURE__*/React.forwardRef(SvgNavigationClose24$1);
|
|
1452
1426
|
|
|
1453
|
-
var css$W = {"root":"
|
|
1427
|
+
var css$W = {"root":"KinSFt","icon-wrapper":"i4-8oF","alert-wrapper":"aYXMyI","size-48":"L62KVX","size-36":"_3nAv-S","action-wrapper":"i53Kqr","action-icon":"TVvQkk","action-link":"CdCDlQ","close-icon":"yS4GIg","main-path":"I2aXYU","content":"wXC9d5","iconWrapper":"i4-8oF","alertWrapper":"aYXMyI","size48":"L62KVX","size36":"_3nAv-S","actionWrapper":"i53Kqr","actionIcon":"TVvQkk","actionLink":"CdCDlQ","closeIcon":"yS4GIg","mainPath":"I2aXYU"};
|
|
1454
1428
|
|
|
1455
1429
|
const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx__default.default('uui-alert', css$W.root, css$W.alertWrapper, props.color && `uui-color-${props.color}`, props.cx, (props.size === '36' ? css$W.size36 : css$W.size48)) }, props.rawProps),
|
|
1456
1430
|
React__namespace.createElement("div", { className: css$W.mainPath },
|
|
@@ -1459,17 +1433,15 @@ const Alert = React__namespace.forwardRef((props, ref) => (React__namespace.crea
|
|
|
1459
1433
|
React__namespace.createElement("div", { className: css$W.content },
|
|
1460
1434
|
props.children,
|
|
1461
1435
|
props.actions && (React__namespace.createElement("div", { className: css$W.actionWrapper }, props.actions.map((action) => (React__namespace.createElement(LinkButton, { caption: action.name, onClick: action.action, key: action.name, cx: css$W.actionLink, size: (props === null || props === void 0 ? void 0 : props.size) === '36' ? '24' : '30' })))))),
|
|
1462
|
-
props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$
|
|
1463
|
-
const WarningAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1464
|
-
const SuccessAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1465
|
-
const HintAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1466
|
-
const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
return React__namespace.createElement(uuiComponents.Dropdown, Object.assign({}, props));
|
|
1470
|
-
}
|
|
1436
|
+
props.onClose && React__namespace.createElement(IconButton, { icon: ForwardRef$A, color: "neutral", onClick: props.onClose, cx: css$W.closeIcon })))));
|
|
1437
|
+
const WarningAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$D, color: "warning", ref: ref }, props)));
|
|
1438
|
+
const SuccessAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$E, color: "success", ref: ref }, props)));
|
|
1439
|
+
const HintAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$B, color: "info", ref: ref }, props)));
|
|
1440
|
+
const ErrorAlert = React__namespace.forwardRef((props, ref) => React__namespace.createElement(Alert, Object.assign({ icon: ForwardRef$C, color: "error", ref: ref }, props)));
|
|
1441
|
+
|
|
1442
|
+
const Dropdown = uuiCore.withMods(uuiComponents.Dropdown);
|
|
1471
1443
|
|
|
1472
|
-
var css$V = {"uui-typography":"
|
|
1444
|
+
var css$V = {"uui-typography":"_7BGqAx","hero-header":"o3BOGc","promo-header":"cmJljI","uui-critical":"pFqODh","uui-info":"Ks1RY1","uui-success":"fCHKEw","uui-warning":"ksF0bd","uui-highlight":"kHwa3V","uui-typography-size-12":"t4L2nx","uui-typography-size-14":"OciQdz","uui-typography-size-16":"yUuE-a","root":"ebzzu9","body-root":"LKjRKl","submenu-root-item":"rD5w50","icon-after":"RqIa2S","icon-check":"iLJGgz","splitter-root":"yhmxhR","splitter":"C5bxbJ","header-root":"xr7Bsa","item-root":"ywn6w9","icon":"A25YP-","link":"TJ1EUF","indent":"iPA0V3","uuiTypography":"_7BGqAx","heroHeader":"o3BOGc","promoHeader":"cmJljI","uuiCritical":"pFqODh","uuiInfo":"Ks1RY1","uuiSuccess":"fCHKEw","uuiWarning":"ksF0bd","uuiHighlight":"kHwa3V","uuiTypographySize12":"t4L2nx","uuiTypographySize14":"OciQdz","uuiTypographySize16":"yUuE-a","bodyRoot":"LKjRKl","submenuRootItem":"rD5w50","iconAfter":"RqIa2S","iconCheck":"iLJGgz","splitterRoot":"yhmxhR","headerRoot":"xr7Bsa","itemRoot":"ywn6w9"};
|
|
1473
1445
|
|
|
1474
1446
|
const icons = systemIcons['36'];
|
|
1475
1447
|
exports.IDropdownControlKeys = void 0;
|
|
@@ -1598,7 +1570,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1598
1570
|
React__namespace.default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1599
1571
|
}
|
|
1600
1572
|
|
|
1601
|
-
var css$U = {"uui-typography":"
|
|
1573
|
+
var css$U = {"uui-typography":"fOIhd2","hero-header":"d5eyA-","promo-header":"kxbY5N","uui-critical":"O9n-ZA","uui-info":"h-QkFS","uui-success":"vWzdgV","uui-warning":"wbpxeS","uui-highlight":"NhKID8","uui-typography-size-12":"mFxQAs","uui-typography-size-14":"pwHjzb","uui-typography-size-16":"S7qfNT","root":"MebBX4","border-bottom":"_5BYvdn","top-shadow":"EfV7KR","size-24":"C1pc2Q","size-30":"c333x-","size-36":"FZz3lp","size-42":"PJd-3F","size-48":"cKPHD6","padding-6":"IFyVmy","padding-12":"s5-joV","padding-18":"_5MxpDU","padding-24":"gXRdTG","margin-24":"l3qQvL","margin-12":"vK-ttJ","vPadding-12":"-gK2CZ","vPadding-18":"CSZhrX","vPadding-24":"JPvs6K","vPadding-36":"eNOY9v","vPadding-48":"_5x0UR8","spacing-6":"MdPv8-","spacing-12":"sSIQI5","spacing-18":"tWnZFe","uui-surface-main":"LAc1p0","uuiTypography":"fOIhd2","heroHeader":"d5eyA-","promoHeader":"kxbY5N","uuiCritical":"O9n-ZA","uuiInfo":"h-QkFS","uuiSuccess":"vWzdgV","uuiWarning":"wbpxeS","uuiHighlight":"NhKID8","uuiTypographySize12":"mFxQAs","uuiTypographySize14":"pwHjzb","uuiTypographySize16":"S7qfNT","borderBottom":"_5BYvdn","topShadow":"EfV7KR","size24":"C1pc2Q","size30":"c333x-","size36":"FZz3lp","size42":"PJd-3F","size48":"cKPHD6","padding6":"IFyVmy","padding12":"s5-joV","padding18":"_5MxpDU","padding24":"gXRdTG","margin24":"l3qQvL","margin12":"vK-ttJ","vPadding12":"-gK2CZ","vPadding18":"CSZhrX","vPadding24":"JPvs6K","vPadding36":"eNOY9v","vPadding48":"_5x0UR8","spacing6":"MdPv8-","spacing12":"sSIQI5","spacing18":"tWnZFe","uuiSurfaceMain":"LAc1p0"};
|
|
1602
1574
|
|
|
1603
1575
|
const FlexCell = uuiCore.withMods(uuiComponents.FlexCell, () => [css$U.flexCell]);
|
|
1604
1576
|
|
|
@@ -1612,18 +1584,18 @@ const FlexRow = uuiCore.withMods(uuiComponents.FlexRow, (props) => {
|
|
|
1612
1584
|
props.topShadow && css$U.topShadow,
|
|
1613
1585
|
props.borderBottom && css$U.borderBottom,
|
|
1614
1586
|
props.spacing && css$U['spacing-' + props.spacing],
|
|
1615
|
-
props.background && `uui
|
|
1587
|
+
props.background && css$U[`uui-${props.background}`],
|
|
1616
1588
|
];
|
|
1617
1589
|
});
|
|
1618
1590
|
|
|
1619
|
-
var css$T = {"root":"
|
|
1591
|
+
var css$T = {"root":"rGCjD9","margin-24":"AtFYWF","padding-12":"-PwK-u","padding-24":"iG7t8R","shadow":"qBq2mZ","uui-surface-main":"rmoUVn","margin24":"AtFYWF","padding12":"-PwK-u","padding24":"iG7t8R","uuiSurfaceMain":"rmoUVn"};
|
|
1620
1592
|
|
|
1621
1593
|
const Panel = uuiCore.withMods(uuiComponents.VPanel, (props) => [
|
|
1622
1594
|
'uui-panel',
|
|
1623
1595
|
css$T.root,
|
|
1624
1596
|
props.shadow && css$T.shadow,
|
|
1625
1597
|
props.margin && css$T['margin-' + props.margin],
|
|
1626
|
-
props.background && `uui
|
|
1598
|
+
props.background && css$T[`uui-${props.background}`],
|
|
1627
1599
|
]);
|
|
1628
1600
|
|
|
1629
1601
|
const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
@@ -1715,20 +1687,23 @@ const i18n = Object.assign(Object.assign({}, uuiCore.i18n), { dataPickerBody: {
|
|
|
1715
1687
|
fileSizeProgress: ' of ',
|
|
1716
1688
|
} });
|
|
1717
1689
|
|
|
1718
|
-
var css$S = {"root":"
|
|
1690
|
+
var css$S = {"root":"_9yFnO-","mode-block":"rrEWva","mode-inline":"_6OgpXE","padding-0":"R9-SFJ","padding-6":"_5KTVZ-","padding-12":"Wo9dHU","padding-18":"zP0MCk","modeBlock":"rrEWva","modeInline":"_6OgpXE","padding0":"R9-SFJ","padding6":"_5KTVZ-","padding12":"Wo9dHU","padding18":"zP0MCk"};
|
|
1719
1691
|
|
|
1692
|
+
const getMode = (mode) => {
|
|
1693
|
+
return mode || 'block';
|
|
1694
|
+
};
|
|
1720
1695
|
function applyAccordionMods(mods) {
|
|
1721
1696
|
return [
|
|
1722
1697
|
css$S.root,
|
|
1723
|
-
css$S['mode-' + (mods.mode
|
|
1698
|
+
css$S['mode-' + getMode(mods.mode)],
|
|
1724
1699
|
mods.padding && css$S['padding-' + mods.padding],
|
|
1725
1700
|
];
|
|
1726
1701
|
}
|
|
1727
1702
|
const Accordion = uuiCore.withMods(uuiComponents__namespace.Accordion, applyAccordionMods, (mods) => ({
|
|
1728
|
-
dropdownIcon: mods.dropdownIcon !== null && systemIcons[mods.mode === 'block' ? '60' : '30'].foldingArrow,
|
|
1703
|
+
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1729
1704
|
}));
|
|
1730
1705
|
|
|
1731
|
-
var css$R = {"root":"
|
|
1706
|
+
var css$R = {"root":"ksuHZj"};
|
|
1732
1707
|
|
|
1733
1708
|
function applyTooltipMods(mods) {
|
|
1734
1709
|
return [
|
|
@@ -1738,7 +1713,7 @@ function applyTooltipMods(mods) {
|
|
|
1738
1713
|
}
|
|
1739
1714
|
const Tooltip = uuiCore.withMods(uuiComponents.Tooltip, applyTooltipMods);
|
|
1740
1715
|
|
|
1741
|
-
var css$Q = {"uui-typography":"
|
|
1716
|
+
var css$Q = {"uui-typography":"Zyr-O-","hero-header":"WPEeZS","promo-header":"HirpNI","uui-critical":"uSGOXm","uui-info":"fj2D6X","uui-success":"Vv3Wdn","uui-warning":"o0JpVJ","uui-highlight":"J4lnjg","uui-typography-size-12":"_5rnXDs","uui-typography-size-14":"jYivj-","uui-typography-size-16":"pH18QO","root":"gbk4YR","size-24":"wzY4YI","size-30":"Si5fVU","size-36":"NteFLP","size-42":"Kt68e9","size-48":"xYpOPh","uuiTypography":"Zyr-O-","heroHeader":"WPEeZS","promoHeader":"HirpNI","uuiCritical":"uSGOXm","uuiInfo":"fj2D6X","uuiSuccess":"Vv3Wdn","uuiWarning":"o0JpVJ","uuiHighlight":"J4lnjg","uuiTypographySize12":"_5rnXDs","uuiTypographySize14":"jYivj-","uuiTypographySize16":"pH18QO","size24":"wzY4YI","size30":"Si5fVU","size36":"NteFLP","size42":"Kt68e9","size48":"xYpOPh"};
|
|
1742
1717
|
|
|
1743
1718
|
const defaultSize$3 = '36';
|
|
1744
1719
|
function applyLabeledInputMods(mods) {
|
|
@@ -1749,11 +1724,11 @@ const LabeledInput = uuiCore.withMods(uuiComponents__namespace.LabeledInput, app
|
|
|
1749
1724
|
infoIcon: systemIcons[props.size || defaultSize$3].help,
|
|
1750
1725
|
}));
|
|
1751
1726
|
|
|
1752
|
-
var css$P = {"root":"
|
|
1727
|
+
var css$P = {"root":"HyeU0a"};
|
|
1753
1728
|
|
|
1754
1729
|
const RadioGroup = uuiCore.withMods(uuiComponents.RadioGroup, () => [css$P.root], () => ({ RadioInput }));
|
|
1755
1730
|
|
|
1756
|
-
var css$O = {"root":"
|
|
1731
|
+
var css$O = {"root":"AFP1Os"};
|
|
1757
1732
|
|
|
1758
1733
|
function applyScrollBarsMods() {
|
|
1759
1734
|
return [
|
|
@@ -1762,9 +1737,9 @@ function applyScrollBarsMods() {
|
|
|
1762
1737
|
}
|
|
1763
1738
|
const ScrollBars = uuiCore.withMods(uuiComponents.ScrollBars, applyScrollBarsMods);
|
|
1764
1739
|
|
|
1765
|
-
var css$N = {"scroll-container":"
|
|
1740
|
+
var css$N = {"scroll-container":"RK3xmD","list-container":"F9el-t","scrollContainer":"RK3xmD","listContainer":"F9el-t"};
|
|
1766
1741
|
|
|
1767
|
-
var css$M = {"root":"
|
|
1742
|
+
var css$M = {"root":"aD5DUS"};
|
|
1768
1743
|
|
|
1769
1744
|
const Blocker = uuiCore.withMods(uuiComponents.Blocker, () => [css$M.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__namespace.default.createElement(Spinner, null)) }));
|
|
1770
1745
|
|
|
@@ -1806,11 +1781,11 @@ const VirtualListView = React__namespace.forwardRef((props, ref) => {
|
|
|
1806
1781
|
});
|
|
1807
1782
|
VirtualList.displayName = 'VirtualList';
|
|
1808
1783
|
|
|
1809
|
-
var css$L = {"root":"
|
|
1784
|
+
var css$L = {"root":"GnF4yw"};
|
|
1810
1785
|
|
|
1811
1786
|
const CheckboxGroup = uuiCore.withMods(uuiComponents.CheckboxGroup, () => [css$L.root], () => ({ CheckboxInput: Checkbox }));
|
|
1812
1787
|
|
|
1813
|
-
var css$K = {"uui-typography":"
|
|
1788
|
+
var css$K = {"uui-typography":"dvcjfq","hero-header":"-qF-2N","promo-header":"sA89sf","uui-critical":"_8rLEgR","uui-info":"k0qLSy","uui-success":"_0ES8G0","uui-warning":"fO-kX9","uui-highlight":"oyp4kp","uui-typography-size-12":"YfDNNe","uui-typography-size-14":"J6-Ma6","uui-typography-size-16":"qI6PkU","body":"_5IHnUN","modal":"C2aFbC","search-wrapper":"wol0Dd","checkbox":"QRhq81","no-found-size-24":"dIpxjB","no-found-size-30":"B2Co-R","no-found-size-36":"_9kOM5h","no-found-size-42":"GTE1FZ","uuiTypography":"dvcjfq","heroHeader":"-qF-2N","promoHeader":"sA89sf","uuiCritical":"_8rLEgR","uuiInfo":"k0qLSy","uuiSuccess":"_0ES8G0","uuiWarning":"fO-kX9","uuiHighlight":"oyp4kp","uuiTypographySize12":"YfDNNe","uuiTypographySize14":"J6-Ma6","uuiTypographySize16":"qI6PkU","searchWrapper":"wol0Dd","noFoundSize24":"dIpxjB","noFoundSize30":"B2Co-R","noFoundSize36":"_9kOM5h","noFoundSize42":"GTE1FZ"};
|
|
1814
1789
|
|
|
1815
1790
|
class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
1816
1791
|
constructor() {
|
|
@@ -1831,7 +1806,7 @@ class DataPickerBody extends uuiComponents.PickerBodyBase {
|
|
|
1831
1806
|
this.showSearch() && (React__namespace.default.createElement("div", { key: "search", className: css$K.searchWrapper },
|
|
1832
1807
|
React__namespace.default.createElement(uuiComponents.FlexCell, { grow: 1 },
|
|
1833
1808
|
React__namespace.default.createElement(SearchInput, Object.assign({ ref: this.searchRef, placeholder: i18n.dataPickerBody.searchPlaceholder }, this.searchLens.toProps(), { onKeyDown: this.searchKeyDown, size: searchSize, debounceDelay: this.props.searchDebounceDelay }))))),
|
|
1834
|
-
React__namespace.default.createElement(FlexRow, { key: "body", cx: uuiCore.cx(css$K.body, css$K[this.props.editMode], css$K[this.props.selectionMode]), rawProps: { style: { maxHeight: this.props.maxHeight } } }, this.props.rowsCount > 0 ? (React__namespace.default.createElement(VirtualList, Object.assign({}, this.lens.toProps(), { rows: this.props.rows, rawProps: this.props.rawProps, rowsCount: this.props.rowsCount, isLoading: this.props.isReloading }))) : (this.renderNotFound()))));
|
|
1809
|
+
React__namespace.default.createElement(FlexRow, { key: "body", cx: uuiCore.cx(css$K.body, css$K[this.props.editMode], css$K[this.props.selectionMode]), rawProps: { style: { maxHeight: this.props.maxHeight, maxWidth: this.props.maxWidth } } }, this.props.rowsCount > 0 ? (React__namespace.default.createElement(VirtualList, Object.assign({}, this.lens.toProps(), { rows: this.props.rows, rawProps: this.props.rawProps, rowsCount: this.props.rowsCount, isLoading: this.props.isReloading }))) : (this.renderNotFound()))));
|
|
1835
1810
|
}
|
|
1836
1811
|
}
|
|
1837
1812
|
|
|
@@ -1867,51 +1842,49 @@ function DataPickerFooterImpl(props) {
|
|
|
1867
1842
|
}
|
|
1868
1843
|
const DataPickerFooter = React__namespace.default.memo(DataPickerFooterImpl);
|
|
1869
1844
|
|
|
1870
|
-
var css$J = {"header":"
|
|
1845
|
+
var css$J = {"header":"eMFi9R","close":"FXi3oh"};
|
|
1871
1846
|
|
|
1872
|
-
var _path$
|
|
1873
|
-
function _extends$
|
|
1847
|
+
var _path$y;
|
|
1848
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
1874
1849
|
var SvgNavigationClose24 = function SvgNavigationClose24(props, ref) {
|
|
1875
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1850
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
1876
1851
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1877
|
-
width:
|
|
1852
|
+
width: 25,
|
|
1878
1853
|
height: 24,
|
|
1879
|
-
viewBox: "0 0
|
|
1854
|
+
viewBox: "0 0 25 24",
|
|
1880
1855
|
ref: ref
|
|
1881
|
-
}, props), _path$
|
|
1882
|
-
|
|
1883
|
-
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z",
|
|
1884
|
-
clipRule: "evenodd"
|
|
1856
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1857
|
+
d: "m6.9 19-1.4-1.4 5.6-5.6-5.6-5.6L6.9 5l5.6 5.6L18.1 5l1.4 1.4-5.6 5.6 5.6 5.6-1.4 1.4-5.6-5.6L6.9 19z"
|
|
1885
1858
|
})));
|
|
1886
1859
|
};
|
|
1887
|
-
var ForwardRef$
|
|
1860
|
+
var ForwardRef$z = /*#__PURE__*/React.forwardRef(SvgNavigationClose24);
|
|
1888
1861
|
|
|
1889
1862
|
const DataPickerHeaderImpl = (props) => {
|
|
1890
1863
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
1891
1864
|
return (React__namespace.default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$J.header },
|
|
1892
1865
|
React__namespace.default.createElement(Text, { size: "48", fontWeight: "600" }, title),
|
|
1893
|
-
React__namespace.default.createElement(IconButton, { icon: ForwardRef$
|
|
1866
|
+
React__namespace.default.createElement(IconButton, { icon: ForwardRef$z, onClick: () => { var _a; return (_a = props.close) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$J.close })));
|
|
1894
1867
|
};
|
|
1895
1868
|
const DataPickerHeader = React__namespace.default.memo(DataPickerHeaderImpl);
|
|
1896
1869
|
|
|
1897
|
-
var _path$
|
|
1898
|
-
function _extends$
|
|
1870
|
+
var _path$x;
|
|
1871
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
1899
1872
|
var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref) {
|
|
1900
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1873
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
1901
1874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1902
1875
|
width: 18,
|
|
1903
1876
|
height: 18,
|
|
1904
1877
|
viewBox: "0 0 18 18",
|
|
1905
1878
|
ref: ref
|
|
1906
|
-
}, props), _path$
|
|
1879
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1907
1880
|
fillRule: "evenodd",
|
|
1908
1881
|
d: "M12.443 6.442 9 9.877 5.558 6.442 4.5 7.5 9 12l4.5-4.5-1.057-1.058z",
|
|
1909
1882
|
clipRule: "evenodd"
|
|
1910
1883
|
})));
|
|
1911
1884
|
};
|
|
1912
|
-
var ForwardRef$
|
|
1885
|
+
var ForwardRef$y = /*#__PURE__*/React.forwardRef(SvgNavigationChevronDown18);
|
|
1913
1886
|
|
|
1914
|
-
var css$I = {"cell":"
|
|
1887
|
+
var css$I = {"cell":"_2a0VYu","wrapper":"WYpmYX","align-widgets-top":"lYCqjF","size-24":"qOFHgg","folding-arrow":"ntnHWt","size-30":"rmyvYS","size-36":"aaJKS4","size-42":"i8B-DA","size-48":"mflmvA","size-60":"HTw-BA","align-widgets-center":"TAU-ww","padding-12":"NkKYRn","padding-24":"vDLTlJ","padding-left-12":"jVKlb4","padding-left-24":"RqOtci","padding-right-24":"ePJX1C","drag-handle":"_1BeR-J","checkbox":"_2vbfX5","indent":"_4gJyf-","folding-arrow-12":"A9QQij","folding-arrow-18":"QH7EtV","icon-container":"_7YKBzw","loading-cell":"MymUnw","alignWidgetsTop":"lYCqjF","size24":"qOFHgg","foldingArrow":"ntnHWt","size30":"rmyvYS","size36":"aaJKS4","size42":"i8B-DA","size48":"mflmvA","size60":"HTw-BA","alignWidgetsCenter":"TAU-ww","padding12":"NkKYRn","padding24":"vDLTlJ","paddingLeft12":"jVKlb4","paddingLeft24":"RqOtci","paddingRight24":"ePJX1C","dragHandle":"_1BeR-J","foldingArrow12":"A9QQij","foldingArrow18":"QH7EtV","iconContainer":"_7YKBzw","loadingCell":"MymUnw"};
|
|
1915
1888
|
|
|
1916
1889
|
function DataTableRowAddons(props) {
|
|
1917
1890
|
var _a, _b;
|
|
@@ -1923,7 +1896,7 @@ function DataTableRowAddons(props) {
|
|
|
1923
1896
|
row.indent > 0 && (React__namespace.createElement("div", { key: "fold", className: css$I.indent, style: { marginLeft: (row.indent - 1) * 24 } }, row.isFoldable && (React__namespace.createElement(uuiComponents.IconContainer, { rawProps: {
|
|
1924
1897
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
1925
1898
|
role: 'button',
|
|
1926
|
-
}, key: "icon", icon: ForwardRef$
|
|
1899
|
+
}, key: "icon", icon: ForwardRef$y, cx: [
|
|
1927
1900
|
css$I.foldingArrow, css$I[`folding-arrow-${additionalItemSize}`], uuiCore.uuiMarkers.clickable, css$I.iconContainer,
|
|
1928
1901
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1929
1902
|
}
|
|
@@ -1956,56 +1929,52 @@ function DataTableCell(props) {
|
|
|
1956
1929
|
return React__namespace.createElement(uuiComponents.DataTableCell, Object.assign({}, props));
|
|
1957
1930
|
}
|
|
1958
1931
|
|
|
1959
|
-
var _path$
|
|
1960
|
-
function _extends$
|
|
1932
|
+
var _path$w;
|
|
1933
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
1961
1934
|
var SvgNotificationDone24 = function SvgNotificationDone24(props, ref) {
|
|
1962
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1935
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
1963
1936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1964
|
-
width:
|
|
1937
|
+
width: 25,
|
|
1965
1938
|
height: 24,
|
|
1966
|
-
viewBox: "0 0
|
|
1939
|
+
viewBox: "0 0 25 24",
|
|
1967
1940
|
ref: ref
|
|
1968
|
-
}, props), _path$
|
|
1969
|
-
|
|
1970
|
-
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5 9.728 16.075z",
|
|
1971
|
-
clipRule: "evenodd"
|
|
1941
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1942
|
+
d: "m10.05 18-5.7-5.7 1.425-1.425 4.275 4.275 9.175-9.175L20.65 7.4 10.05 18z"
|
|
1972
1943
|
})));
|
|
1973
1944
|
};
|
|
1974
|
-
var ForwardRef$
|
|
1945
|
+
var ForwardRef$x = /*#__PURE__*/React.forwardRef(SvgNotificationDone24);
|
|
1975
1946
|
|
|
1976
|
-
var _path$
|
|
1977
|
-
function _extends$
|
|
1947
|
+
var _path$v;
|
|
1948
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
1978
1949
|
var SvgNotificationDone18 = function SvgNotificationDone18(props, ref) {
|
|
1979
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1950
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
1980
1951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1981
1952
|
width: 18,
|
|
1982
1953
|
height: 18,
|
|
1983
1954
|
viewBox: "0 0 18 18",
|
|
1984
1955
|
ref: ref
|
|
1985
|
-
}, props), _path$
|
|
1986
|
-
|
|
1987
|
-
d: "M7.136 11.91 4.034 8.776 3 9.821 7.136 14 16 5.045 14.966 4l-7.83 7.91z",
|
|
1988
|
-
clipRule: "evenodd"
|
|
1956
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1957
|
+
d: "M7.162 13.5 2.887 9.225l1.07-1.069 3.205 3.206 6.882-6.881 1.069 1.069-7.95 7.95z"
|
|
1989
1958
|
})));
|
|
1990
1959
|
};
|
|
1991
|
-
var ForwardRef$
|
|
1960
|
+
var ForwardRef$w = /*#__PURE__*/React.forwardRef(SvgNotificationDone18);
|
|
1992
1961
|
|
|
1993
|
-
var _path$
|
|
1994
|
-
function _extends$
|
|
1962
|
+
var _path$u;
|
|
1963
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
1995
1964
|
var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
1996
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1965
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
1997
1966
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1998
|
-
width:
|
|
1967
|
+
width: 13,
|
|
1999
1968
|
height: 12,
|
|
2000
|
-
viewBox: "0 0
|
|
1969
|
+
viewBox: "0 0 13 12",
|
|
2001
1970
|
ref: ref
|
|
2002
|
-
}, props), _path$
|
|
2003
|
-
d: "
|
|
1971
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1972
|
+
d: "m5.275 9-2.85-2.85.713-.713 2.137 2.138 4.588-4.588.712.713-5.3 5.3z"
|
|
2004
1973
|
})));
|
|
2005
1974
|
};
|
|
2006
|
-
var ForwardRef$
|
|
1975
|
+
var ForwardRef$v = /*#__PURE__*/React.forwardRef(SvgNotificationDone12);
|
|
2007
1976
|
|
|
2008
|
-
var css$H = {"uui-typography":"
|
|
1977
|
+
var css$H = {"uui-typography":"LWLydj","hero-header":"EdgmEM","promo-header":"icd27f","uui-critical":"_8pcXBO","uui-info":"CUl9LA","uui-success":"P9Rpu0","uui-warning":"UmIkV4","uui-highlight":"YlvcWc","uui-typography-size-12":"vf65GU","uui-typography-size-14":"uL7G2K","uui-typography-size-16":"MfIqed","render-item":"aUvphH","icon-wrapper":"QCfPes","picker-row":"_1Yi8zf","icon-default":"Vdgnsz","icon-primary":"mEoC-3","uuiTypography":"LWLydj","heroHeader":"EdgmEM","promoHeader":"icd27f","uuiCritical":"_8pcXBO","uuiInfo":"CUl9LA","uuiSuccess":"P9Rpu0","uuiWarning":"UmIkV4","uuiHighlight":"YlvcWc","uuiTypographySize12":"vf65GU","uuiTypographySize14":"uL7G2K","uuiTypographySize16":"MfIqed","renderItem":"aUvphH","iconWrapper":"QCfPes","pickerRow":"_1Yi8zf","iconDefault":"Vdgnsz","iconPrimary":"mEoC-3"};
|
|
2009
1978
|
|
|
2010
1979
|
class DataPickerRow extends React__namespace.Component {
|
|
2011
1980
|
constructor() {
|
|
@@ -2013,15 +1982,15 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2013
1982
|
this.getIcon = (size) => {
|
|
2014
1983
|
switch (size) {
|
|
2015
1984
|
case '24':
|
|
2016
|
-
return ForwardRef$
|
|
1985
|
+
return ForwardRef$v;
|
|
2017
1986
|
case '30':
|
|
2018
|
-
return ForwardRef$
|
|
1987
|
+
return ForwardRef$w;
|
|
2019
1988
|
case '36':
|
|
2020
|
-
return ForwardRef$
|
|
1989
|
+
return ForwardRef$w;
|
|
2021
1990
|
case '42':
|
|
2022
|
-
return ForwardRef$y;
|
|
2023
|
-
default:
|
|
2024
1991
|
return ForwardRef$x;
|
|
1992
|
+
default:
|
|
1993
|
+
return ForwardRef$w;
|
|
2025
1994
|
}
|
|
2026
1995
|
};
|
|
2027
1996
|
this.column = {
|
|
@@ -2045,39 +2014,40 @@ class DataPickerRow extends React__namespace.Component {
|
|
|
2045
2014
|
}
|
|
2046
2015
|
}
|
|
2047
2016
|
|
|
2048
|
-
var css$G = {"uui-typography":"
|
|
2017
|
+
var css$G = {"uui-typography":"yuKvtC","hero-header":"aP8krf","promo-header":"qhRx4S","uui-critical":"Bghmkk","uui-info":"UfifME","uui-success":"-TmVea","uui-warning":"RRpPRN","uui-highlight":"_4ORVJp","uui-typography-size-12":"QjX6OG","uui-typography-size-14":"yVj6X8","uui-typography-size-16":"wtqY21","done":"Y41WEW","container":"wXnZPM","uuiTypography":"yuKvtC","heroHeader":"aP8krf","promoHeader":"qhRx4S","uuiCritical":"Bghmkk","uuiInfo":"UfifME","uuiSuccess":"-TmVea","uuiWarning":"RRpPRN","uuiHighlight":"_4ORVJp","uuiTypographySize12":"QjX6OG","uuiTypographySize14":"yVj6X8","uuiTypographySize16":"wtqY21"};
|
|
2049
2018
|
|
|
2050
2019
|
const MobileDropdownWrapper = (props) => {
|
|
2051
2020
|
const isMobileView = uuiCore.isMobile();
|
|
2052
|
-
|
|
2021
|
+
const maxWidth = isMobileView ? 'auto' : props.maxWidth;
|
|
2022
|
+
return (React__namespace.default.createElement(DropdownContainer, Object.assign({}, props, { maxWidth: maxWidth, cx: [css$G.container, props.cx] }),
|
|
2053
2023
|
isMobileView && React__namespace.default.createElement(DataPickerHeader, { title: props.title, close: props.onClose }),
|
|
2054
2024
|
props.children,
|
|
2055
2025
|
isMobileView && React__namespace.default.createElement(LinkButton, { caption: i18n.pickerInput.doneButton, onClick: () => { var _a; return (_a = props.onClose) === null || _a === void 0 ? void 0 : _a.call(props); }, cx: css$G.done, size: "48" })));
|
|
2056
2026
|
};
|
|
2057
2027
|
|
|
2058
|
-
var _path$
|
|
2059
|
-
function _extends$
|
|
2028
|
+
var _path$t, _path2$2;
|
|
2029
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
2060
2030
|
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
2061
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2031
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
2062
2032
|
width: 66,
|
|
2063
2033
|
height: 67,
|
|
2064
2034
|
viewBox: "0 0 66 67",
|
|
2065
2035
|
fill: "none",
|
|
2066
2036
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2067
2037
|
ref: ref
|
|
2068
|
-
}, props), _path$
|
|
2038
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2069
2039
|
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",
|
|
2070
2040
|
fill: "#EBEDF5"
|
|
2071
|
-
})), _path2$
|
|
2041
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2072
2042
|
fillRule: "evenodd",
|
|
2073
2043
|
clipRule: "evenodd",
|
|
2074
2044
|
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",
|
|
2075
2045
|
fill: "#6C6F80"
|
|
2076
2046
|
})));
|
|
2077
2047
|
};
|
|
2078
|
-
var ForwardRef$
|
|
2048
|
+
var ForwardRef$u = /*#__PURE__*/React.forwardRef(SvgSearchWithBackground);
|
|
2079
2049
|
|
|
2080
|
-
var css$F = {"uui-typography":"
|
|
2050
|
+
var css$F = {"uui-typography":"Yutb8-","hero-header":"c4BaC6","promo-header":"_6ItXZm","uui-critical":"Xswvn5","uui-info":"-Q9nWS","uui-success":"_98uHmp","uui-warning":"F3mjNB","uui-highlight":"OdaoJf","uui-typography-size-12":"_2k5bfo","uui-typography-size-14":"m-FB3t","uui-typography-size-16":"ErdS6K","sub-header-wrapper":"g4uw3r","switch":"IXLBu-","no-found-modal-container":"TwM2tX","no-found-modal-container-icon":"ZQblvc","no-found-modal-container-text":"_2nlQZi","uuiTypography":"Yutb8-","heroHeader":"c4BaC6","promoHeader":"_6ItXZm","uuiCritical":"Xswvn5","uuiInfo":"-Q9nWS","uuiSuccess":"_98uHmp","uuiWarning":"F3mjNB","uuiHighlight":"OdaoJf","uuiTypographySize12":"_2k5bfo","uuiTypographySize14":"m-FB3t","uuiTypographySize16":"ErdS6K","subHeaderWrapper":"g4uw3r","$switch$":"IXLBu-","noFoundModalContainer":"TwM2tX","noFoundModalContainerIcon":"ZQblvc","noFoundModalContainerText":"_2nlQZi"};
|
|
2081
2051
|
|
|
2082
2052
|
function PickerModal(props) {
|
|
2083
2053
|
const { view, selection, dataSourceStateLens, showSelectedLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = uuiComponents.usePickerModal(props);
|
|
@@ -2096,7 +2066,7 @@ function PickerModal(props) {
|
|
|
2096
2066
|
};
|
|
2097
2067
|
const renderNotFound = () => {
|
|
2098
2068
|
return props.renderNotFound ? (props.renderNotFound({ search: dataSourceState.search, onClose: () => props.success(null) })) : (React__namespace.default.createElement("div", { className: css$F.noFoundModalContainer },
|
|
2099
|
-
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$
|
|
2069
|
+
React__namespace.default.createElement(uuiComponents.IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$u }),
|
|
2100
2070
|
React__namespace.default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontWeight: "600", fontSize: "16", lineHeight: "24", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsMessage),
|
|
2101
2071
|
React__namespace.default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontSize: "12", lineHeight: "18", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsSubTitle)));
|
|
2102
2072
|
};
|
|
@@ -2123,7 +2093,7 @@ function PickerModal(props) {
|
|
|
2123
2093
|
const MAX_ITEMS = 100;
|
|
2124
2094
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2125
2095
|
|
|
2126
|
-
var css$E = {"uui-typography":"
|
|
2096
|
+
var css$E = {"uui-typography":"DaVXeI","hero-header":"G84ajh","promo-header":"TnYzyU","uui-critical":"ua-nua","uui-info":"Q4t-qH","uui-success":"VqkZDj","uui-warning":"ZhF6YL","uui-highlight":"SW6kSD","uui-typography-size-12":"F8ibpz","uui-typography-size-14":"oE2CRi","uui-typography-size-16":"E7BS5K","root":"eoDLwD","mode-form":"jdVH1z","mode-cell":"vrptwP","mode-inline":"-qSP49","size-24":"G3uyzv","size-30":"mONNMG","size-36":"-AELUy","size-42":"GVKdN5","size-48":"pJC6S8","uuiTypography":"DaVXeI","heroHeader":"G84ajh","promoHeader":"TnYzyU","uuiCritical":"ua-nua","uuiInfo":"Q4t-qH","uuiSuccess":"VqkZDj","uuiWarning":"ZhF6YL","uuiHighlight":"SW6kSD","uuiTypographySize12":"F8ibpz","uuiTypographySize14":"oE2CRi","uuiTypographySize16":"E7BS5K","modeForm":"jdVH1z","modeCell":"vrptwP","modeInline":"-qSP49","size24":"G3uyzv","size30":"mONNMG","size36":"-AELUy","size42":"GVKdN5","size48":"pJC6S8"};
|
|
2127
2097
|
|
|
2128
2098
|
const defaultSize$2 = '36';
|
|
2129
2099
|
const defaultMode$1 = exports.EditMode.FORM;
|
|
@@ -2173,7 +2143,7 @@ function PickerTogglerComponent(props, ref) {
|
|
|
2173
2143
|
}
|
|
2174
2144
|
const PickerToggler = React__namespace.forwardRef(PickerTogglerComponent);
|
|
2175
2145
|
|
|
2176
|
-
var css$D = {"root":"
|
|
2146
|
+
var css$D = {"root":"HgMMSQ","multiline":"vp8QoR","vertical-padding-24":"pNi-52","vertical-padding-30":"y3YOM-","vertical-padding-36":"tGbjJM","vertical-padding-42":"DHDuWR","vertical-padding-48":"gSC-Xi","text":"iDWwbi","verticalPadding24":"pNi-52","verticalPadding30":"y3YOM-","verticalPadding36":"tGbjJM","verticalPadding42":"DHDuWR","verticalPadding48":"gSC-Xi"};
|
|
2177
2147
|
|
|
2178
2148
|
const mergeHighlightRanges = (ranges) => {
|
|
2179
2149
|
const mergedRanges = [];
|
|
@@ -2271,7 +2241,7 @@ PickerItem.defaultProps = {
|
|
|
2271
2241
|
|
|
2272
2242
|
const pickerHeight$1 = 300;
|
|
2273
2243
|
const pickerWidth = 360;
|
|
2274
|
-
function
|
|
2244
|
+
function PickerInputComponent(_a, ref) {
|
|
2275
2245
|
var { highlightSearchMatches = true } = _a, props = __rest(_a, ["highlightSearchMatches"]);
|
|
2276
2246
|
const toggleModalOpening = () => {
|
|
2277
2247
|
const { renderFooter, rawProps } = props, restProps = __rest(props, ["renderFooter", "rawProps"]);
|
|
@@ -2326,10 +2296,11 @@ function PickerInput(_a) {
|
|
|
2326
2296
|
return (React__namespace.default.createElement(Dropdown, { renderTarget: (dropdownProps) => {
|
|
2327
2297
|
const targetProps = getTogglerProps();
|
|
2328
2298
|
return renderTarget(Object.assign(Object.assign({}, dropdownProps), targetProps));
|
|
2329
|
-
}, renderBody: (bodyProps) => renderBody(Object.assign(Object.assign(Object.assign({}, bodyProps), getPickerBodyProps(rows)), getListProps()), rows), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, modifiers: popperModifiers, closeBodyOnTogglerHidden: !uuiCore.isMobile(), portalTarget: props.portalTarget }));
|
|
2299
|
+
}, renderBody: (bodyProps) => renderBody(Object.assign(Object.assign(Object.assign({}, bodyProps), getPickerBodyProps(rows)), getListProps()), rows), value: shouldShowBody(), onValueChange: !props.isDisabled && toggleBodyOpening, placement: props.dropdownPlacement, modifiers: popperModifiers, closeBodyOnTogglerHidden: !uuiCore.isMobile(), portalTarget: props.portalTarget, ref: ref }));
|
|
2330
2300
|
}
|
|
2301
|
+
const PickerInput = React__namespace.default.forwardRef(PickerInputComponent);
|
|
2331
2302
|
|
|
2332
|
-
var css$C = {"row":"
|
|
2303
|
+
var css$C = {"row":"_3LTt5c"};
|
|
2333
2304
|
|
|
2334
2305
|
function PickerListItem(props) {
|
|
2335
2306
|
var _a;
|
|
@@ -2388,7 +2359,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2388
2359
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2389
2360
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2390
2361
|
|
|
2391
|
-
var css$B = {"uui-typography":"
|
|
2362
|
+
var css$B = {"uui-typography":"CnWQ8P","hero-header":"I2-2iE","promo-header":"WYbevf","uui-critical":"hQUBmq","uui-info":"QUSI8D","uui-success":"PocQQ6","uui-warning":"ro-vLC","uui-highlight":"hT7fjA","uui-typography-size-12":"yYPapZ","uui-typography-size-14":"vEod0U","uui-typography-size-16":"EapDRc","root":"dIOwdZ","title-wrapper":"gc1suU","title":"EhAUtz","text-wrapper":"-Xnhtt","selection":"P9IxM4","postfix":"J8jc0i","selected":"_1hSOJf","uuiTypography":"CnWQ8P","heroHeader":"I2-2iE","promoHeader":"WYbevf","uuiCritical":"hQUBmq","uuiInfo":"QUSI8D","uuiSuccess":"PocQQ6","uuiWarning":"ro-vLC","uuiHighlight":"hT7fjA","uuiTypographySize12":"yYPapZ","uuiTypographySize14":"vEod0U","uuiTypographySize16":"EapDRc","titleWrapper":"gc1suU","textWrapper":"-Xnhtt"};
|
|
2392
2363
|
|
|
2393
2364
|
const defaultSize = '36';
|
|
2394
2365
|
const FilterPanelItemToggler = React__namespace.forwardRef((props, ref) => {
|
|
@@ -2453,8 +2424,9 @@ function FilterPickerBody(props) {
|
|
|
2453
2424
|
const renderBody = (bodyProps, rows) => {
|
|
2454
2425
|
const renderedDataRows = rows.map((props) => renderRow(props));
|
|
2455
2426
|
const maxHeight = uuiCore.isMobile() ? document.documentElement.clientHeight : props.dropdownHeight || pickerHeight;
|
|
2427
|
+
const maxWidth = uuiCore.isMobile() ? undefined : 360;
|
|
2456
2428
|
return (React__namespace.createElement(React__namespace.Fragment, null,
|
|
2457
|
-
React__namespace.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, searchSize: "36", editMode: "dropdown" })),
|
|
2429
|
+
React__namespace.createElement(DataPickerBody, Object.assign({}, bodyProps, { selectionMode: props.selectionMode, rows: renderedDataRows, maxHeight: maxHeight, maxWidth: maxWidth, searchSize: "36", editMode: "dropdown" })),
|
|
2458
2430
|
renderFooter()));
|
|
2459
2431
|
};
|
|
2460
2432
|
const rows = getRows();
|
|
@@ -2493,7 +2465,7 @@ class FilterDatePickerBody extends uuiComponents.BaseDatePicker {
|
|
|
2493
2465
|
}
|
|
2494
2466
|
}
|
|
2495
2467
|
|
|
2496
|
-
var css$A = {"uui-typography":"
|
|
2468
|
+
var css$A = {"uui-typography":"IYz69c","hero-header":"m40ey-","promo-header":"kQEiCw","uui-critical":"vSEYpS","uui-info":"N648iP","uui-success":"bgTbBZ","uui-warning":"K1i27o","uui-highlight":"jSuT-Z","uui-typography-size-12":"CfCC-6","uui-typography-size-14":"SY5Pni","uui-typography-size-16":"WX2HZ-","date-input":"IQSXEJ","size-24":"_-5giIB","size-30":"_0bu7l6","size-36":"mRgMW6","size-42":"KwRaUN","size-48":"tyDMgg","date-input-group":"dhdyKI","separator":"jeVW7h","mode-form":"_1WE1y8","mode-cell":"mlHM0q","uuiTypography":"IYz69c","heroHeader":"m40ey-","promoHeader":"kQEiCw","uuiCritical":"vSEYpS","uuiInfo":"N648iP","uuiSuccess":"bgTbBZ","uuiWarning":"K1i27o","uuiHighlight":"jSuT-Z","uuiTypographySize12":"CfCC-6","uuiTypographySize14":"SY5Pni","uuiTypographySize16":"WX2HZ-","dateInput":"IQSXEJ","size24":"_-5giIB","size30":"_0bu7l6","size36":"mRgMW6","size42":"KwRaUN","size48":"tyDMgg","dateInputGroup":"dhdyKI","modeForm":"_1WE1y8","modeCell":"mlHM0q"};
|
|
2497
2469
|
|
|
2498
2470
|
class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
2499
2471
|
constructor() {
|
|
@@ -2525,7 +2497,7 @@ class FilterRangeDatePickerBody extends uuiComponents.BaseRangeDatePicker {
|
|
|
2525
2497
|
}
|
|
2526
2498
|
}
|
|
2527
2499
|
|
|
2528
|
-
var css$z = {"container":"
|
|
2500
|
+
var css$z = {"container":"HzBOw9"};
|
|
2529
2501
|
|
|
2530
2502
|
function FilterNumericBody(props) {
|
|
2531
2503
|
var _a, _b;
|
|
@@ -2600,23 +2572,24 @@ function FilterItemBody(props) {
|
|
|
2600
2572
|
}
|
|
2601
2573
|
}
|
|
2602
2574
|
|
|
2603
|
-
var _path$
|
|
2604
|
-
function _extends$
|
|
2575
|
+
var _path$s;
|
|
2576
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
2605
2577
|
var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
2606
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2578
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
2607
2579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2608
|
-
width:
|
|
2580
|
+
width: 13,
|
|
2609
2581
|
height: 12,
|
|
2610
|
-
viewBox: "0 0
|
|
2582
|
+
viewBox: "0 0 13 12",
|
|
2611
2583
|
ref: ref
|
|
2612
|
-
}, props), _path$
|
|
2584
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2613
2585
|
fillRule: "evenodd",
|
|
2614
|
-
d: "
|
|
2586
|
+
d: "M4 10.5c-.55 0-1-.45-1-1V4h7v5.5c0 .55-.45 1-1 1H4zM8 2h2.5v1h-8V2H5v-.5h3V2zM5.2 9.25l1.3-1.3 1.3 1.3.7-.7-1.3-1.3 1.3-1.3-.7-.7-1.3 1.3-1.3-1.3-.7.7 1.3 1.3-1.3 1.3.7.7z",
|
|
2587
|
+
clipRule: "evenodd"
|
|
2615
2588
|
})));
|
|
2616
2589
|
};
|
|
2617
|
-
var ForwardRef$
|
|
2590
|
+
var ForwardRef$t = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever12);
|
|
2618
2591
|
|
|
2619
|
-
var css$y = {"uui-typography":"
|
|
2592
|
+
var css$y = {"uui-typography":"YK6ylR","hero-header":"_8M5U5P","promo-header":"_6ZgMEH","uui-critical":"FTGIoC","uui-info":"tuiReD","uui-success":"_6Px-ij","uui-warning":"OUJtfV","uui-highlight":"iArzCf","uui-typography-size-12":"_50DXrm","uui-typography-size-14":"e24vsM","uui-typography-size-16":"g662VU","header":"FEbTVJ","removeButton":"dQ4V2M","with-search":"CUlYPb","uuiTypography":"YK6ylR","heroHeader":"_8M5U5P","promoHeader":"_6ZgMEH","uuiCritical":"FTGIoC","uuiInfo":"tuiReD","uuiSuccess":"_6Px-ij","uuiWarning":"OUJtfV","uuiHighlight":"iArzCf","uuiTypographySize12":"_50DXrm","uuiTypographySize14":"e24vsM","uuiTypographySize16":"g662VU","withSearch":"CUlYPb"};
|
|
2620
2593
|
|
|
2621
2594
|
function FiltersToolbarItemImpl(props) {
|
|
2622
2595
|
const { maxCount = 2 } = props;
|
|
@@ -2694,7 +2667,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2694
2667
|
var _a;
|
|
2695
2668
|
return (React__namespace.default.createElement("div", { className: cx__default.default(css$y.header, isPickersType && ((_a = props.showSearch) !== null && _a !== void 0 ? _a : css$y.withSearch)) },
|
|
2696
2669
|
props.predicates ? (React__namespace.default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: "24" })) : (!hideTitle && (React__namespace.default.createElement(Text, { color: "secondary", size: "24", fontSize: "14" }, props.title))),
|
|
2697
|
-
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$
|
|
2670
|
+
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__namespace.default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$t }))));
|
|
2698
2671
|
};
|
|
2699
2672
|
const renderBody = (dropdownProps) => {
|
|
2700
2673
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
@@ -2776,25 +2749,30 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2776
2749
|
}
|
|
2777
2750
|
}
|
|
2778
2751
|
};
|
|
2779
|
-
const
|
|
2752
|
+
const getTogglerWidth = () => {
|
|
2753
|
+
if (props.togglerWidth)
|
|
2754
|
+
return props.togglerWidth;
|
|
2755
|
+
return props.type === 'datePicker' || props.type === 'rangeDatePicker' ? null : 300;
|
|
2756
|
+
};
|
|
2757
|
+
const renderTarget = (dropdownProps) => (React__namespace.default.createElement(FilterPanelItemToggler, Object.assign({}, dropdownProps, getTogglerValue(), { title: props.title, predicateName: props.value ? predicateName : null, maxWidth: getTogglerWidth(), size: props.size })));
|
|
2780
2758
|
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: renderTarget, renderBody: renderBody, closeBodyOnTogglerHidden: !uuiCore.isMobile(), value: isOpen, onValueChange: isOpenChange, modifiers: popperModifiers }));
|
|
2781
2759
|
}
|
|
2782
2760
|
const FiltersPanelItem = React__namespace.default.memo(FiltersToolbarItemImpl);
|
|
2783
2761
|
|
|
2784
|
-
var _path$
|
|
2785
|
-
function _extends$
|
|
2762
|
+
var _path$r;
|
|
2763
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2786
2764
|
var SvgActionAdd18 = function SvgActionAdd18(props, ref) {
|
|
2787
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2765
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2788
2766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2789
2767
|
width: 18,
|
|
2790
2768
|
height: 18,
|
|
2791
2769
|
viewBox: "0 0 18 18",
|
|
2792
2770
|
ref: ref
|
|
2793
|
-
}, props), _path$
|
|
2794
|
-
d: "
|
|
2771
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2772
|
+
d: "M9.964 2.25H8.036v5.786H2.25v1.928h5.786v5.786h1.928V9.964h5.786V8.036H9.964V2.25z"
|
|
2795
2773
|
})));
|
|
2796
2774
|
};
|
|
2797
|
-
var ForwardRef$
|
|
2775
|
+
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgActionAdd18);
|
|
2798
2776
|
|
|
2799
2777
|
const normalizeFilterWithPredicates = (filter) => {
|
|
2800
2778
|
if (!filter) {
|
|
@@ -2885,7 +2863,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2885
2863
|
}, [filters, tableState.filtersConfig]);
|
|
2886
2864
|
const renderAddFilterToggler = React.useCallback((togglerProps) => {
|
|
2887
2865
|
var _a;
|
|
2888
|
-
return (React__namespace.default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$
|
|
2866
|
+
return (React__namespace.default.createElement(Button, { size: (_a = props.size) !== null && _a !== void 0 ? _a : '36', onClick: togglerProps.onClick, ref: togglerProps.ref, caption: i18n.filterToolbar.addCaption, icon: ForwardRef$s, iconPosition: "left", fill: "ghost", color: "primary", cx: UUI_FILTERS_PANEL_ADD_BUTTON }));
|
|
2889
2867
|
}, []);
|
|
2890
2868
|
const getRowOptions = React.useCallback((item) => ({
|
|
2891
2869
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -2912,30 +2890,13 @@ function FiltersToolbarImpl(props) {
|
|
|
2912
2890
|
}
|
|
2913
2891
|
const FiltersPanel = React__namespace.default.memo(FiltersToolbarImpl);
|
|
2914
2892
|
|
|
2915
|
-
var css$x = {"divider":"
|
|
2916
|
-
|
|
2917
|
-
var css$w = {"preset-dropdown-panel":"u-L3oo","delete-row":"eymslu","delete-button":"oFXeRP","targetOpen":"Y8R0q3","presetDropdownPanel":"u-L3oo","deleteRow":"eymslu","deleteButton":"oFXeRP"};
|
|
2893
|
+
var css$x = {"divider":"D5jLlV","dropdownDeleteIcon":"-wr0mb","presetsWrapper":"WUaRgU","addPresetContainer":"pteYE6","dropContainer":"G7XOkR"};
|
|
2918
2894
|
|
|
2919
|
-
var
|
|
2920
|
-
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2921
|
-
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2922
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2923
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2924
|
-
width: 18,
|
|
2925
|
-
height: 18,
|
|
2926
|
-
viewBox: "0 0 18 18",
|
|
2927
|
-
ref: ref
|
|
2928
|
-
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2929
|
-
fillRule: "evenodd",
|
|
2930
|
-
d: "M9 6c.825 0 1.5-.675 1.5-1.5S9.825 3 9 3s-1.5.675-1.5 1.5S8.175 6 9 6zm0 1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5S9.825 7.5 9 7.5zM9 12c-.825 0-1.5.675-1.5 1.5S8.175 15 9 15s1.5-.675 1.5-1.5S9.825 12 9 12z",
|
|
2931
|
-
clipRule: "evenodd"
|
|
2932
|
-
})));
|
|
2933
|
-
};
|
|
2934
|
-
var ForwardRef$s = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVert18);
|
|
2895
|
+
var css$w = {"preset-dropdown-panel":"XEaQGM","delete-row":"_3dSF9v","delete-button":"_93LBF8","targetOpen":"cG26d3","presetDropdownPanel":"XEaQGM","deleteRow":"_3dSF9v","deleteButton":"_93LBF8"};
|
|
2935
2896
|
|
|
2936
2897
|
var _path$q;
|
|
2937
2898
|
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
2938
|
-
var
|
|
2899
|
+
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2939
2900
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2940
2901
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2941
2902
|
width: 18,
|
|
@@ -2944,15 +2905,15 @@ var SvgActionUpdate18 = function SvgActionUpdate18(props, ref) {
|
|
|
2944
2905
|
ref: ref
|
|
2945
2906
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2946
2907
|
fillRule: "evenodd",
|
|
2947
|
-
d: "
|
|
2908
|
+
d: "M9 6c.825 0 1.5-.675 1.5-1.5S9.825 3 9 3s-1.5.675-1.5 1.5S8.175 6 9 6zm0 1.5c-.825 0-1.5.675-1.5 1.5s.675 1.5 1.5 1.5 1.5-.675 1.5-1.5S9.825 7.5 9 7.5zM9 12c-.825 0-1.5.675-1.5 1.5S8.175 15 9 15s1.5-.675 1.5-1.5S9.825 12 9 12z",
|
|
2948
2909
|
clipRule: "evenodd"
|
|
2949
2910
|
})));
|
|
2950
2911
|
};
|
|
2951
|
-
var ForwardRef$r = /*#__PURE__*/React.forwardRef(
|
|
2912
|
+
var ForwardRef$r = /*#__PURE__*/React.forwardRef(SvgNavigationMoreVert18);
|
|
2952
2913
|
|
|
2953
2914
|
var _path$p;
|
|
2954
2915
|
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
2955
|
-
var
|
|
2916
|
+
var SvgNavigationRefresh18 = function SvgNavigationRefresh18(props, ref) {
|
|
2956
2917
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
2957
2918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2958
2919
|
width: 18,
|
|
@@ -2960,14 +2921,14 @@ var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
|
2960
2921
|
viewBox: "0 0 18 18",
|
|
2961
2922
|
ref: ref
|
|
2962
2923
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2963
|
-
d: "
|
|
2924
|
+
d: "M9 15c-1.675 0-3.094-.581-4.256-1.744C3.58 12.094 3 10.675 3 9c0-1.675.581-3.094 1.744-4.256C5.906 3.58 7.325 3 9 3c.863 0 1.688.178 2.475.535A5.713 5.713 0 0 1 13.5 5.062V3H15v5.25H9.75v-1.5h3.15c-.4-.7-.947-1.25-1.64-1.65-.694-.4-1.447-.6-2.26-.6-1.25 0-2.313.438-3.188 1.313S4.5 7.75 4.5 9c0 1.25.438 2.313 1.313 3.188C6.688 13.062 7.75 13.5 9 13.5c.963 0 1.831-.275 2.606-.825a4.357 4.357 0 0 0 1.632-2.175h1.575a5.922 5.922 0 0 1-2.138 3.244A5.82 5.82 0 0 1 9 15z"
|
|
2964
2925
|
})));
|
|
2965
2926
|
};
|
|
2966
|
-
var ForwardRef$q = /*#__PURE__*/React.forwardRef(
|
|
2927
|
+
var ForwardRef$q = /*#__PURE__*/React.forwardRef(SvgNavigationRefresh18);
|
|
2967
2928
|
|
|
2968
2929
|
var _path$o;
|
|
2969
2930
|
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
2970
|
-
var
|
|
2931
|
+
var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
2971
2932
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
2972
2933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2973
2934
|
width: 18,
|
|
@@ -2975,16 +2936,14 @@ var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
|
2975
2936
|
viewBox: "0 0 18 18",
|
|
2976
2937
|
ref: ref
|
|
2977
2938
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2978
|
-
|
|
2979
|
-
d: "M9.375 6A7.848 7.848 0 0 0 4.2 7.95l-2.7-2.7V12h6.75L5.535 9.285a5.965 5.965 0 0 1 3.84-1.41 6.009 6.009 0 0 1 5.7 4.125l1.777-.585C15.81 8.273 12.862 6 9.375 6z",
|
|
2980
|
-
clipRule: "evenodd"
|
|
2939
|
+
d: "M12.75 2.25h-9a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h10.5c.825 0 1.5-.675 1.5-1.5v-9l-3-3zm1.5 12H3.75V3.75h8.377l2.123 2.122v8.378zM9 9a2.247 2.247 0 0 0-2.25 2.25A2.247 2.247 0 0 0 9 13.5a2.247 2.247 0 0 0 2.25-2.25A2.247 2.247 0 0 0 9 9zM4.5 4.5h6.75v3H4.5v-3z"
|
|
2981
2940
|
})));
|
|
2982
2941
|
};
|
|
2983
|
-
var ForwardRef$p = /*#__PURE__*/React.forwardRef(
|
|
2942
|
+
var ForwardRef$p = /*#__PURE__*/React.forwardRef(SvgSaveOutline18);
|
|
2984
2943
|
|
|
2985
2944
|
var _path$n;
|
|
2986
2945
|
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
2987
|
-
var
|
|
2946
|
+
var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
2988
2947
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
2989
2948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2990
2949
|
width: 18,
|
|
@@ -2992,16 +2951,14 @@ var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
|
2992
2951
|
viewBox: "0 0 18 18",
|
|
2993
2952
|
ref: ref
|
|
2994
2953
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2995
|
-
|
|
2996
|
-
d: "M3 1h8v2H3v8H1V3a2 2 0 0 1 2-2zm2 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7zm10 8H7V7h8v8z",
|
|
2997
|
-
clipRule: "evenodd"
|
|
2954
|
+
d: "M16.875 10.25c0-.938-.178-1.816-.534-2.635a6.869 6.869 0 0 0-1.445-2.137 6.864 6.864 0 0 0-2.137-1.444 6.532 6.532 0 0 0-2.634-.534c-.938 0-1.816.178-2.635.534a6.875 6.875 0 0 0-2.137 1.444A6.865 6.865 0 0 0 3.91 7.615a6.53 6.53 0 0 0-.535 2.635v.113L2.212 9.2l-1.087 1.05 3 3 3-3L6.037 9.2l-1.162 1.163v-.113c0-1.463.51-2.703 1.528-3.721C7.422 5.508 8.663 5 10.125 5c1.463 0 2.703.51 3.722 1.529 1.019 1.018 1.528 2.258 1.528 3.721h1.5z"
|
|
2998
2955
|
})));
|
|
2999
2956
|
};
|
|
3000
|
-
var ForwardRef$o = /*#__PURE__*/React.forwardRef(
|
|
2957
|
+
var ForwardRef$o = /*#__PURE__*/React.forwardRef(SvgContentEditUndo18);
|
|
3001
2958
|
|
|
3002
2959
|
var _path$m;
|
|
3003
2960
|
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
3004
|
-
var
|
|
2961
|
+
var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
3005
2962
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
3006
2963
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3007
2964
|
width: 18,
|
|
@@ -3010,15 +2967,15 @@ var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
|
3010
2967
|
ref: ref
|
|
3011
2968
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3012
2969
|
fillRule: "evenodd",
|
|
3013
|
-
d: "
|
|
2970
|
+
d: "M15 15H6V6h9M6 4.5A1.5 1.5 0 0 0 4.5 6v9A1.5 1.5 0 0 0 6 16.5h9a1.5 1.5 0 0 0 1.5-1.5V6A1.5 1.5 0 0 0 15 4.5H6zm4.5-3H3A1.5 1.5 0 0 0 1.5 3v7.5H3V3h7.5V1.5z",
|
|
3014
2971
|
clipRule: "evenodd"
|
|
3015
2972
|
})));
|
|
3016
2973
|
};
|
|
3017
|
-
var ForwardRef$n = /*#__PURE__*/React.forwardRef(
|
|
2974
|
+
var ForwardRef$n = /*#__PURE__*/React.forwardRef(SvgActionCopyContent18);
|
|
3018
2975
|
|
|
3019
2976
|
var _path$l;
|
|
3020
2977
|
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
3021
|
-
var
|
|
2978
|
+
var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
3022
2979
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
3023
2980
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3024
2981
|
width: 18,
|
|
@@ -3026,16 +2983,14 @@ var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
|
3026
2983
|
viewBox: "0 0 18 18",
|
|
3027
2984
|
ref: ref
|
|
3028
2985
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3029
|
-
|
|
3030
|
-
d: "M7.943 10.057a.73.73 0 0 1 0 1.066.756.756 0 0 1-1.065 0 3.753 3.753 0 0 1 0-5.303l2.655-2.655a3.753 3.753 0 0 1 5.302 0 3.753 3.753 0 0 1 0 5.302l-1.118 1.118a5.18 5.18 0 0 0-.3-1.815l.353-.36a2.236 2.236 0 0 0 0-3.18 2.236 2.236 0 0 0-3.18 0L7.943 6.877a2.236 2.236 0 0 0 0 3.18zm2.114-3.18a.756.756 0 0 1 1.066 0 3.753 3.753 0 0 1 0 5.303l-2.655 2.655a3.753 3.753 0 0 1-5.303 0 3.753 3.753 0 0 1 0-5.303l1.118-1.117a5.25 5.25 0 0 0 .3 1.823l-.353.352a2.236 2.236 0 0 0 0 3.18 2.236 2.236 0 0 0 3.18 0l2.647-2.647a2.236 2.236 0 0 0 0-3.18.73.73 0 0 1 0-1.066z",
|
|
3031
|
-
clipRule: "evenodd"
|
|
2986
|
+
d: "m14.475 6.694-3.188-3.15 1.05-1.05a1.44 1.44 0 0 1 1.06-.432c.419 0 .772.144 1.06.432l1.05 1.05c.287.287.437.634.45 1.04.012.407-.126.754-.413 1.041l-1.069 1.069zM13.387 7.8l-7.95 7.95H2.25v-3.188l7.95-7.95L13.388 7.8z"
|
|
3032
2987
|
})));
|
|
3033
2988
|
};
|
|
3034
|
-
var ForwardRef$m = /*#__PURE__*/React.forwardRef(
|
|
2989
|
+
var ForwardRef$m = /*#__PURE__*/React.forwardRef(SvgContentEdit18);
|
|
3035
2990
|
|
|
3036
|
-
var _path$k;
|
|
2991
|
+
var _path$k, _path2$1;
|
|
3037
2992
|
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
3038
|
-
var
|
|
2993
|
+
var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
3039
2994
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
3040
2995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3041
2996
|
width: 18,
|
|
@@ -3043,12 +2998,29 @@ var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
|
3043
2998
|
viewBox: "0 0 18 18",
|
|
3044
2999
|
ref: ref
|
|
3045
3000
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3001
|
+
d: "M9 3.697A3.75 3.75 0 1 1 14.303 9l-.795.796a3.763 3.763 0 0 0-.221-1.902 2.25 2.25 0 0 0-3.226-3.136L7.939 6.879a2.25 2.25 0 0 0-.053 3.127l.053.055-1.06 1.06a3.75 3.75 0 0 1 0-5.303l2.12-2.121z"
|
|
3002
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3003
|
+
d: "m3.697 9 .742-.742a3.763 3.763 0 0 0 .223 1.905 2.25 2.25 0 0 0 3.278 3.08l2.12-2.121A2.25 2.25 0 0 0 9.44 7.5l1.098-1.098a3.75 3.75 0 0 1 .583 5.78l-2.12 2.122A3.75 3.75 0 1 1 3.696 9z"
|
|
3004
|
+
})));
|
|
3005
|
+
};
|
|
3006
|
+
var ForwardRef$l = /*#__PURE__*/React.forwardRef(SvgContentLink18);
|
|
3007
|
+
|
|
3008
|
+
var _path$j;
|
|
3009
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
3010
|
+
var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
3011
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
3012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3013
|
+
width: 18,
|
|
3014
|
+
height: 18,
|
|
3015
|
+
viewBox: "0 0 18 18",
|
|
3016
|
+
ref: ref
|
|
3017
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3046
3018
|
fillRule: "evenodd",
|
|
3047
|
-
d: "
|
|
3019
|
+
d: "M5.25 15.75c-.825 0-1.5-.675-1.5-1.5V6h10.5v8.25c0 .825-.675 1.5-1.5 1.5h-7.5zm6-12.75H15v1.5H3V3h3.75v-.75h4.5V3zm-4.2 10.875L9 11.925l1.95 1.95 1.05-1.05-1.95-1.95L12 8.925l-1.05-1.05L9 9.825l-1.95-1.95L6 8.925l1.95 1.95L6 12.825l1.05 1.05z",
|
|
3048
3020
|
clipRule: "evenodd"
|
|
3049
3021
|
})));
|
|
3050
3022
|
};
|
|
3051
|
-
var ForwardRef$
|
|
3023
|
+
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgActionDeleteforever18);
|
|
3052
3024
|
|
|
3053
3025
|
function PresetActionsDropdown(props) {
|
|
3054
3026
|
const { uuiNotifications } = uuiCore.useUuiContext();
|
|
@@ -3085,30 +3057,30 @@ function PresetActionsDropdown(props) {
|
|
|
3085
3057
|
]);
|
|
3086
3058
|
const renderBody = () => {
|
|
3087
3059
|
const isReadonlyPreset = props.preset.isReadonly;
|
|
3088
|
-
return (React__namespace.default.createElement(Panel, { background: "surface", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3060
|
+
return (React__namespace.default.createElement(Panel, { background: "surface-main", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3089
3061
|
props.activePresetId === props.preset.id && props.hasPresetChanged(props.preset) && (React__namespace.default.createElement(React__namespace.default.Fragment, null,
|
|
3090
3062
|
!isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-save-in-current` },
|
|
3091
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3063
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$q, caption: "Save in current", onClick: saveInCurrentHandler }))),
|
|
3092
3064
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-save-as-new` },
|
|
3093
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3065
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$p, caption: "Save as new", onClick: props.addPreset })),
|
|
3094
3066
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-discard`, borderBottom: true },
|
|
3095
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3067
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$o, caption: "Discard all changes", onClick: discardAllChangesHandler })))),
|
|
3096
3068
|
props.preset.id === props.activePresetId && !isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-rename` },
|
|
3097
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3069
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$m, caption: "Rename", onClick: props.renamePreset }))),
|
|
3098
3070
|
React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-duplicate` },
|
|
3099
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3071
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$n, caption: "Duplicate", onClick: duplicateHandler })),
|
|
3100
3072
|
React__namespace.default.createElement(FlexRow, { borderBottom: true, key: `${props.preset.id}-copyLink` },
|
|
3101
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3073
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$l, caption: "Copy Link", onClick: copyUrlToClipboard })),
|
|
3102
3074
|
!isReadonlyPreset && (React__namespace.default.createElement(FlexRow, { key: `${props.preset.id}-delete`, cx: css$w.deleteRow },
|
|
3103
|
-
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3075
|
+
React__namespace.default.createElement(DropdownMenuButton, { icon: ForwardRef$k, caption: "Delete", cx: css$w.deleteButton, onClick: deleteHandler })))));
|
|
3104
3076
|
};
|
|
3105
3077
|
const renderTarget = React.useCallback((dropdownProps) => {
|
|
3106
|
-
return (React__namespace.default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$
|
|
3078
|
+
return (React__namespace.default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$r })));
|
|
3107
3079
|
}, []);
|
|
3108
3080
|
return (React__namespace.default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3109
3081
|
}
|
|
3110
3082
|
|
|
3111
|
-
var css$v = {"preset-input-cell":"
|
|
3083
|
+
var css$v = {"preset-input-cell":"O22AP9","preset-input":"rcZWYX","presetInputCell":"O22AP9","presetInput":"rcZWYX"};
|
|
3112
3084
|
|
|
3113
3085
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3114
3086
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3138,7 +3110,7 @@ function PresetInput(props) {
|
|
|
3138
3110
|
React__namespace.default.createElement(TextInput, { cx: css$v.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50 })));
|
|
3139
3111
|
}
|
|
3140
3112
|
|
|
3141
|
-
var css$u = {"preset":"
|
|
3113
|
+
var css$u = {"preset":"I9IbU6","activePreset":"_250fmA"};
|
|
3142
3114
|
|
|
3143
3115
|
function Preset(props) {
|
|
3144
3116
|
const [isRenamePreset, setIsRenamePreset] = React.useState(false);
|
|
@@ -3159,21 +3131,6 @@ function Preset(props) {
|
|
|
3159
3131
|
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$u.preset, isPresetActive && css$u.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: () => React__namespace.default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
3160
3132
|
}
|
|
3161
3133
|
|
|
3162
|
-
var _path$j;
|
|
3163
|
-
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
3164
|
-
var SvgContentPlusBold18 = function SvgContentPlusBold18(props, ref) {
|
|
3165
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
3166
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3167
|
-
width: 18,
|
|
3168
|
-
height: 18,
|
|
3169
|
-
viewBox: "0 0 18 18",
|
|
3170
|
-
ref: ref
|
|
3171
|
-
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3172
|
-
d: "M10.5 3h-3v4.5H3v3h4.5V15h3v-4.5H15v-3h-4.5V3z"
|
|
3173
|
-
})));
|
|
3174
|
-
};
|
|
3175
|
-
var ForwardRef$k = /*#__PURE__*/React.forwardRef(SvgContentPlusBold18);
|
|
3176
|
-
|
|
3177
3134
|
function PresetsPanel(props) {
|
|
3178
3135
|
const [isAddingPreset, setIsAddingPreset] = React.useState(false);
|
|
3179
3136
|
const setAddingPreset = React.useCallback(() => {
|
|
@@ -3187,7 +3144,7 @@ function PresetsPanel(props) {
|
|
|
3187
3144
|
return React__namespace.default.createElement(Preset, Object.assign({ key: preset.id, preset: preset, addPreset: setAddingPreset }, presetApi));
|
|
3188
3145
|
};
|
|
3189
3146
|
const renderAddPresetButton = React.useCallback(() => {
|
|
3190
|
-
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, size: "36", onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$
|
|
3147
|
+
return (React__namespace.default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__namespace.default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, size: "36", onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$s, iconPosition: "left", fill: "ghost", color: "primary" })) : (React__namespace.default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
3191
3148
|
}, [isAddingPreset]);
|
|
3192
3149
|
const onPresetDropdownSelect = (preset) => {
|
|
3193
3150
|
props.choosePreset(preset.preset);
|
|
@@ -3196,7 +3153,7 @@ function PresetsPanel(props) {
|
|
|
3196
3153
|
return (React__namespace.default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__namespace.default.createElement(FlexRow, null,
|
|
3197
3154
|
React__namespace.default.createElement("div", { className: css$x.divider }),
|
|
3198
3155
|
React__namespace.default.createElement(Button, Object.assign({ cx: UUI_PRESETS_PANEL_MORE_BUTTON, fill: "ghost", color: "secondary", caption: `${(hiddenItems === null || hiddenItems === void 0 ? void 0 : hiddenItems.length) || ''} more` }, props)))), renderBody: (propsBody) => (React__namespace.default.createElement(DropdownContainer, Object.assign({ cx: uuiCore.cx(css$x.dropContainer), width: 230 }, propsBody),
|
|
3199
|
-
React__namespace.default.createElement(uuiComponents.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 && ForwardRef$
|
|
3156
|
+
React__namespace.default.createElement(uuiComponents.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 && ForwardRef$k, iconPosition: "right", cx: css$x.dropdownDeleteIcon, onIconClick: !hiddenItem.preset.isReadonly && (() => props.deletePreset(hiddenItem.preset)) })))))) }));
|
|
3200
3157
|
};
|
|
3201
3158
|
const getPresetPriority = (preset, index) => {
|
|
3202
3159
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -3252,7 +3209,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3252
3209
|
return columns;
|
|
3253
3210
|
};
|
|
3254
3211
|
|
|
3255
|
-
var css$t = {"line-height-12":"
|
|
3212
|
+
var css$t = {"line-height-12":"avBYJu","line-height-18":"E57gfi","line-height-24":"HcVwhb","line-height-30":"_30i0V0","font-size-10":"fTrQj0","font-size-12":"nKZDnQ","font-size-14":"skTOh6","font-size-16":"ERqp1D","font-size-18":"_8bl-Di","font-size-24":"Ss0lKt","v-padding-2":"o65hcl","v-padding-3":"QeC1PH","v-padding-5":"NvI9aq","v-padding-6":"Dn2BeI","v-padding-8":"mFWiNx","v-padding-9":"KCYb3Y","v-padding-11":"KxYY97","v-padding-12":"RkqW8e","v-padding-14":"_4ySUfS","v-padding-15":"W-lQJL","v-padding-17":"X2lSMC","v-padding-18":"XnQJTY","v-padding-23":"OxLHZJ","v-padding-24":"SiN3Cr","lineHeight12":"avBYJu","lineHeight18":"E57gfi","lineHeight24":"HcVwhb","lineHeight30":"_30i0V0","fontSize10":"fTrQj0","fontSize12":"nKZDnQ","fontSize14":"skTOh6","fontSize16":"ERqp1D","fontSize18":"_8bl-Di","fontSize24":"Ss0lKt","vPadding2":"o65hcl","vPadding3":"QeC1PH","vPadding5":"NvI9aq","vPadding6":"Dn2BeI","vPadding8":"mFWiNx","vPadding9":"KCYb3Y","vPadding11":"KxYY97","vPadding12":"RkqW8e","vPadding14":"_4ySUfS","vPadding15":"W-lQJL","vPadding17":"X2lSMC","vPadding18":"XnQJTY","vPadding23":"OxLHZJ","vPadding24":"SiN3Cr"};
|
|
3256
3213
|
|
|
3257
3214
|
const defaultTextSettings = {
|
|
3258
3215
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3278,9 +3235,8 @@ function getTextClasses(props, border) {
|
|
|
3278
3235
|
];
|
|
3279
3236
|
}
|
|
3280
3237
|
|
|
3281
|
-
var css$s = {"root":"
|
|
3238
|
+
var css$s = {"root":"ZS02bT"};
|
|
3282
3239
|
|
|
3283
|
-
const allTextColors = ['info', 'warning', 'error', 'success', 'brand', 'primary', 'secondary', 'disabled', 'white'];
|
|
3284
3240
|
function applyTextMods(mods) {
|
|
3285
3241
|
const textClasses = getTextClasses({
|
|
3286
3242
|
size: mods.size || '36',
|
|
@@ -3298,7 +3254,7 @@ function applyTextMods(mods) {
|
|
|
3298
3254
|
}
|
|
3299
3255
|
const Text = uuiCore.withMods(uuiComponents.Text, applyTextMods);
|
|
3300
3256
|
|
|
3301
|
-
var css$r = {"root":"
|
|
3257
|
+
var css$r = {"root":"_8S5txb","loading-word":"JgYCAr","animated-loading":"bsGZj6","skeleton_loading":"_6tz9-r","loadingWord":"JgYCAr","animatedLoading":"bsGZj6","skeletonLoading":"_6tz9-r"};
|
|
3302
3258
|
|
|
3303
3259
|
const TextPlaceholder = (props) => {
|
|
3304
3260
|
const pattern = ' ';
|
|
@@ -3317,7 +3273,7 @@ const TextPlaceholder = (props) => {
|
|
|
3317
3273
|
|
|
3318
3274
|
const RichTextView = uuiCore.withMods(uuiComponents__namespace.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3319
3275
|
|
|
3320
|
-
var css$q = {"uui-typography":"
|
|
3276
|
+
var css$q = {"uui-typography":"Vf-5m2","hero-header":"xz9j81","promo-header":"OCzS5-","uui-critical":"-bt4pv","uui-info":"VkkzBT","uui-success":"MNUQyx","uui-warning":"_8cs8xc","uui-highlight":"nxr6Ye","uui-typography-size-12":"O67zRe","uui-typography-size-14":"qwU6sL","uui-typography-size-16":"Lpw1i1","root":"QtOnU6","modal-blocker":"Y1wNMj","animateModalBlocker":"fTweE3","modal":"Lo7Q-r","modal-footer":"E1KfIM","border-top":"KjqOCG","modal-header":"zFuMMW","uuiTypography":"Vf-5m2","heroHeader":"xz9j81","promoHeader":"OCzS5-","uuiCritical":"-bt4pv","uuiInfo":"VkkzBT","uuiSuccess":"MNUQyx","uuiWarning":"_8cs8xc","uuiHighlight":"nxr6Ye","uuiTypographySize12":"O67zRe","uuiTypographySize14":"qwU6sL","uuiTypographySize16":"Lpw1i1","modalBlocker":"Y1wNMj","modalFooter":"E1KfIM","borderTop":"KjqOCG","modalHeader":"zFuMMW"};
|
|
3321
3277
|
|
|
3322
3278
|
const ModalBlocker = uuiCore.withMods(uuiComponents.ModalBlocker, () => [css$q.modalBlocker]);
|
|
3323
3279
|
const ModalWindow = uuiCore.withMods(uuiComponents.ModalWindow, () => [css$q.root, css$q.modal], (props) => ({
|
|
@@ -3330,7 +3286,7 @@ class ModalHeader extends React__namespace.Component {
|
|
|
3330
3286
|
this.props.children,
|
|
3331
3287
|
this.props.onClose && React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
3332
3288
|
this.props.onClose && (React__namespace.createElement(FlexCell, { shrink: 0, width: "auto" },
|
|
3333
|
-
React__namespace.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$
|
|
3289
|
+
React__namespace.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$A, onClick: this.props.onClose })))));
|
|
3334
3290
|
}
|
|
3335
3291
|
}
|
|
3336
3292
|
class ModalFooter extends React__namespace.Component {
|
|
@@ -3360,7 +3316,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3360
3316
|
};
|
|
3361
3317
|
var ForwardRef$j = /*#__PURE__*/React.forwardRef(SvgCross);
|
|
3362
3318
|
|
|
3363
|
-
var css$p = {"uui-typography":"
|
|
3319
|
+
var css$p = {"uui-typography":"_3F-4Qj","hero-header":"JIunMu","promo-header":"SgG146","uui-critical":"DnlVM0","uui-info":"_0IrNax","uui-success":"X7nbYF","uui-warning":"KPWQJc","uui-highlight":"nI6Nhx","uui-typography-size-12":"v-2pis","uui-typography-size-14":"sd574a","uui-typography-size-16":"L8iAxb","root":"T6irSs","icon-wrapper":"ShVRgg","action-wrapper":"nxc4IV","action-link":"hCStCC","close-icon":"pu-q19","main-path":"Jps3aq","content":"aFDcQa","clear-button":"PRsA6R","close-wrapper":"_702bUI","uuiTypography":"_3F-4Qj","heroHeader":"JIunMu","promoHeader":"SgG146","uuiCritical":"DnlVM0","uuiInfo":"_0IrNax","uuiSuccess":"X7nbYF","uuiWarning":"KPWQJc","uuiHighlight":"nI6Nhx","uuiTypographySize12":"v-2pis","uuiTypographySize14":"sd574a","uuiTypographySize16":"L8iAxb","iconWrapper":"ShVRgg","actionWrapper":"nxc4IV","actionLink":"hCStCC","closeIcon":"pu-q19","mainPath":"Jps3aq","clearButton":"PRsA6R","closeWrapper":"_702bUI"};
|
|
3364
3320
|
|
|
3365
3321
|
const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
3366
3322
|
const notificationCardNode = React__namespace.default.useRef(null);
|
|
@@ -3385,10 +3341,10 @@ const NotificationCard = React__namespace.default.forwardRef((props, ref) => {
|
|
|
3385
3341
|
props.onClose && (React__namespace.default.createElement("div", { className: css$p.closeWrapper },
|
|
3386
3342
|
React__namespace.default.createElement(IconButton, { icon: ForwardRef$j, color: "neutral", onClick: props.onClose, cx: css$p.closeIcon }))))));
|
|
3387
3343
|
});
|
|
3388
|
-
const WarningNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3389
|
-
const SuccessNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3390
|
-
const HintNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3391
|
-
const ErrorNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3344
|
+
const WarningNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$D, color: "warning" }, props, { ref: ref, cx: props.cx }))));
|
|
3345
|
+
const SuccessNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$E, color: "success" }, props, { ref: ref, cx: props.cx }))));
|
|
3346
|
+
const HintNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$B, color: "info" }, props, { ref: ref, cx: props.cx }))));
|
|
3347
|
+
const ErrorNotification = React__namespace.default.forwardRef((props, ref) => (React__namespace.default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$C, color: "error" }, props, { ref: ref, cx: props.cx }))));
|
|
3392
3348
|
class ClearNotification extends React__namespace.default.Component {
|
|
3393
3349
|
render() {
|
|
3394
3350
|
return (React__namespace.default.createElement("div", { className: cx__default.default(css$p.notificationWrapper, css$p.clearButton) },
|
|
@@ -3401,7 +3357,7 @@ class ConfirmationModal extends React__namespace.Component {
|
|
|
3401
3357
|
render() {
|
|
3402
3358
|
let bodyContent;
|
|
3403
3359
|
if (this.props.bodyContent) {
|
|
3404
|
-
bodyContent = React__namespace.createElement(Panel, { background: "surface", margin: "24" }, this.props.bodyContent);
|
|
3360
|
+
bodyContent = React__namespace.createElement(Panel, { background: "surface-main", margin: "24" }, this.props.bodyContent);
|
|
3405
3361
|
}
|
|
3406
3362
|
return (React__namespace.createElement(ModalBlocker, Object.assign({}, this.props),
|
|
3407
3363
|
React__namespace.createElement(ModalWindow, { width: 420 },
|
|
@@ -3415,7 +3371,7 @@ class ConfirmationModal extends React__namespace.Component {
|
|
|
3415
3371
|
}
|
|
3416
3372
|
|
|
3417
3373
|
const defaultMode = exports.EditMode.FORM;
|
|
3418
|
-
class
|
|
3374
|
+
class DatePickerComponent extends uuiComponents.BaseDatePicker {
|
|
3419
3375
|
constructor() {
|
|
3420
3376
|
super(...arguments);
|
|
3421
3377
|
this.renderInput = (props) => {
|
|
@@ -3441,15 +3397,16 @@ class DatePicker extends uuiComponents.BaseDatePicker {
|
|
|
3441
3397
|
_c.call(_b)));
|
|
3442
3398
|
}
|
|
3443
3399
|
}
|
|
3400
|
+
const DatePicker = uuiCore.withMods(DatePickerComponent);
|
|
3444
3401
|
|
|
3445
|
-
var css$o = {"uui-typography":"
|
|
3402
|
+
var css$o = {"uui-typography":"VX2hVo","hero-header":"nK0hH9","promo-header":"pQm6XK","uui-critical":"_5oScLn","uui-info":"CWBPU3","uui-success":"G9-VY0","uui-warning":"_1-lKGe","uui-highlight":"NRB5KI","uui-typography-size-12":"YDJF5x","uui-typography-size-14":"aLsYj0","uui-typography-size-16":"zC6k4v","root":"Ag-nVM","uuiTypography":"VX2hVo","heroHeader":"nK0hH9","promoHeader":"pQm6XK","uuiCritical":"_5oScLn","uuiInfo":"CWBPU3","uuiSuccess":"G9-VY0","uuiWarning":"_1-lKGe","uuiHighlight":"NRB5KI","uuiTypographySize12":"YDJF5x","uuiTypographySize14":"aLsYj0","uuiTypographySize16":"zC6k4v"};
|
|
3446
3403
|
|
|
3447
3404
|
function applyCalendarPresetsMods() {
|
|
3448
3405
|
return [css$o.root];
|
|
3449
3406
|
}
|
|
3450
3407
|
const CalendarPresets = uuiCore.withMods(uuiComponents.CalendarPresets, applyCalendarPresetsMods, () => ({}));
|
|
3451
3408
|
|
|
3452
|
-
var css$n = {"uui-typography":"
|
|
3409
|
+
var css$n = {"uui-typography":"_6wLpBf","hero-header":"CazX0m","promo-header":"gfzT07","uui-critical":"SbHsAO","uui-info":"hgYwsy","uui-success":"j-GDBi","uui-warning":"ifg6rB","uui-highlight":"BZfsgs","uui-typography-size-12":"Q5f7F0","uui-typography-size-14":"MfT0fY","uui-typography-size-16":"hTJaxz","root":"Uv-4T-","container":"gAPRpn","day-selection":"rYYeJj","from-picker":"_2BOC5P","to-picker":"W6b37B","bodes-wrapper":"egfl-H","blocker":"_20OeP8","uuiTypography":"_6wLpBf","heroHeader":"CazX0m","promoHeader":"gfzT07","uuiCritical":"SbHsAO","uuiInfo":"hgYwsy","uuiSuccess":"j-GDBi","uuiWarning":"ifg6rB","uuiHighlight":"BZfsgs","uuiTypographySize12":"Q5f7F0","uuiTypographySize14":"MfT0fY","uuiTypographySize16":"hTJaxz","daySelection":"rYYeJj","fromPicker":"_2BOC5P","toPicker":"W6b37B","bodesWrapper":"egfl-H"};
|
|
3453
3410
|
|
|
3454
3411
|
dayjs__default.default.extend(isoWeek__default.default);
|
|
3455
3412
|
function weekCount(displayedDate) {
|
|
@@ -3610,10 +3567,10 @@ class RangeDatePickerBody extends React__namespace.Component {
|
|
|
3610
3567
|
}
|
|
3611
3568
|
}
|
|
3612
3569
|
|
|
3613
|
-
var css$m = {"uui-typography":"
|
|
3570
|
+
var css$m = {"uui-typography":"B6kF--","hero-header":"IGpi7x","promo-header":"szdRP-","uui-critical":"imltvA","uui-info":"jBz8i7","uui-success":"fGGFeD","uui-warning":"v0HpWS","uui-highlight":"wLiXrB","uui-typography-size-12":"fZcEf8","uui-typography-size-14":"CQONdO","uui-typography-size-16":"aXzAG2","dropdown-container":"lqIV7y","date-input":"HypyHv","size-24":"VORxcG","size-30":"JKttGA","size-36":"_8OmYLv","size-42":"qGatut","size-48":"OZjo--","date-input-group":"Y-ffAT","separator":"awQJBq","mode-form":"rmEnNV","mode-cell":"X8uAwS","uuiTypography":"B6kF--","heroHeader":"IGpi7x","promoHeader":"szdRP-","uuiCritical":"imltvA","uuiInfo":"jBz8i7","uuiSuccess":"fGGFeD","uuiWarning":"v0HpWS","uuiHighlight":"wLiXrB","uuiTypographySize12":"fZcEf8","uuiTypographySize14":"CQONdO","uuiTypographySize16":"aXzAG2","dropdownContainer":"lqIV7y","dateInput":"HypyHv","size24":"VORxcG","size30":"JKttGA","size36":"_8OmYLv","size42":"qGatut","size48":"OZjo--","dateInputGroup":"Y-ffAT","modeForm":"rmEnNV","modeCell":"X8uAwS"};
|
|
3614
3571
|
|
|
3615
3572
|
const defaultValue = { from: null, to: null };
|
|
3616
|
-
class
|
|
3573
|
+
class RangeDatePickerComponent extends uuiComponents.BaseRangeDatePicker {
|
|
3617
3574
|
constructor() {
|
|
3618
3575
|
super(...arguments);
|
|
3619
3576
|
this.renderInput = (props) => {
|
|
@@ -3642,8 +3599,9 @@ class RangeDatePicker extends uuiComponents.BaseRangeDatePicker {
|
|
|
3642
3599
|
React__namespace.createElement(RangeDatePickerBody, { cx: cx__default.default(this.props.bodyCx), value: this.getValue(), onValueChange: this.onRangeChange, filter: this.props.filter, changeIsOpen: this.toggleOpening, presets: this.props.presets, focusPart: this.state.inFocus, renderDay: this.props.renderDay, renderFooter: this.props.renderFooter && (() => this.props.renderFooter(this.props.value || defaultValue)), isHoliday: this.props.isHoliday, rawProps: (_a = this.props.rawProps) === null || _a === void 0 ? void 0 : _a.body }))));
|
|
3643
3600
|
}
|
|
3644
3601
|
}
|
|
3602
|
+
const RangeDatePicker = uuiCore.withMods(RangeDatePickerComponent);
|
|
3645
3603
|
|
|
3646
|
-
var css$l = {"root":"
|
|
3604
|
+
var css$l = {"root":"Gl5xmB","blocker":"_4t64Bj","marker":"lzx5M1","top":"k8H2SW","bottom":"_6d8zZa","left":"MC-c7X","right":"m3Wjoj","inside":"n95pho"};
|
|
3647
3605
|
|
|
3648
3606
|
function DropMarker(props) {
|
|
3649
3607
|
return props.isDndInProgress
|
|
@@ -3658,7 +3616,7 @@ function DropMarker(props) {
|
|
|
3658
3616
|
: null;
|
|
3659
3617
|
}
|
|
3660
3618
|
|
|
3661
|
-
var css$k = {"uui-typography":"
|
|
3619
|
+
var css$k = {"uui-typography":"RgZprs","hero-header":"u34R1K","promo-header":"_7jPvW-","uui-critical":"pFJnO4","uui-info":"YAeAuR","uui-success":"lgPkio","uui-warning":"Fsi6H2","uui-highlight":"aKdTpD","uui-typography-size-12":"Jvp7VA","uui-typography-size-14":"gl-xhr","uui-typography-size-16":"KT29F6","root":"xJ0RYj","size-24":"CV6-Lc","size-30":"_7BMXvy","size-36":"CmPCmT","size-48":"NNDEIl","size-60":"nOUTcf","uuiTypography":"RgZprs","heroHeader":"u34R1K","promoHeader":"_7jPvW-","uuiCritical":"pFJnO4","uuiInfo":"YAeAuR","uuiSuccess":"lgPkio","uuiWarning":"Fsi6H2","uuiHighlight":"aKdTpD","uuiTypographySize12":"Jvp7VA","uuiTypographySize14":"gl-xhr","uuiTypographySize16":"KT29F6","size24":"CV6-Lc","size30":"_7BMXvy","size36":"CmPCmT","size48":"NNDEIl","size60":"nOUTcf"};
|
|
3662
3620
|
|
|
3663
3621
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3664
3622
|
// 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.
|
|
@@ -3674,7 +3632,7 @@ const DataTableRow = uuiCore.withMods(uuiComponents.DataTableRow, ({ borderBotto
|
|
|
3674
3632
|
];
|
|
3675
3633
|
}, () => propsMods);
|
|
3676
3634
|
|
|
3677
|
-
var css$j = {"uui-typography":"
|
|
3635
|
+
var css$j = {"uui-typography":"fg6sLy","hero-header":"pfq1Dc","promo-header":"qmkMRh","uui-critical":"_1afBgs","uui-info":"K9v4pm","uui-success":"I8VDQo","uui-warning":"L-IeLE","uui-highlight":"KBrIBl","uui-typography-size-12":"Mm4PIL","uui-typography-size-14":"jtjs7B","uui-typography-size-16":"fS4WlV","sorting-panel-container":"v87Psd","sort-active":"k-9iPt","uuiTypography":"fg6sLy","heroHeader":"pfq1Dc","promoHeader":"qmkMRh","uuiCritical":"_1afBgs","uuiInfo":"K9v4pm","uuiSuccess":"I8VDQo","uuiWarning":"L-IeLE","uuiHighlight":"KBrIBl","uuiTypographySize12":"Mm4PIL","uuiTypographySize14":"jtjs7B","uuiTypographySize16":"fS4WlV","sortingPanelContainer":"v87Psd","sortActive":"k-9iPt"};
|
|
3678
3636
|
|
|
3679
3637
|
var _path$h;
|
|
3680
3638
|
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
@@ -3686,9 +3644,7 @@ var SvgTableSortAsc18 = function SvgTableSortAsc18(props, ref) {
|
|
|
3686
3644
|
viewBox: "0 0 18 18",
|
|
3687
3645
|
ref: ref
|
|
3688
3646
|
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3689
|
-
|
|
3690
|
-
d: "M10 6v10H8V6H5l4-4 4 4h-3z",
|
|
3691
|
-
clipRule: "evenodd"
|
|
3647
|
+
d: "M8.25 15.75V5.119L7.05 6.3 6 5.25l3-3 3 3-1.05 1.05-1.2-1.181V15.75h-1.5z"
|
|
3692
3648
|
})));
|
|
3693
3649
|
};
|
|
3694
3650
|
var ForwardRef$i = /*#__PURE__*/React.forwardRef(SvgTableSortAsc18);
|
|
@@ -3703,9 +3659,7 @@ var SvgTableSortDesc18 = function SvgTableSortDesc18(props, ref) {
|
|
|
3703
3659
|
viewBox: "0 0 18 18",
|
|
3704
3660
|
ref: ref
|
|
3705
3661
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3706
|
-
|
|
3707
|
-
d: "M10 12V2H8v10H5l4 4 4-4h-3z",
|
|
3708
|
-
clipRule: "evenodd"
|
|
3662
|
+
d: "M9.75 2.25v10.631l1.2-1.181L12 12.75l-3 3-3-3 1.05-1.05 1.2 1.181V2.25h1.5z"
|
|
3709
3663
|
})));
|
|
3710
3664
|
};
|
|
3711
3665
|
var ForwardRef$h = /*#__PURE__*/React.forwardRef(SvgTableSortDesc18);
|
|
@@ -3727,13 +3681,13 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3727
3681
|
}, uuiCore.mobilePopperModifier,
|
|
3728
3682
|
], []);
|
|
3729
3683
|
const closeDropdown = React.useCallback(() => props.onOpenChange(false), [props.onOpenChange]);
|
|
3730
|
-
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: props.renderTarget, renderBody: (dropdownProps) => (React__namespace.default.createElement(MobileDropdownWrapper, { width:
|
|
3684
|
+
return (React__namespace.default.createElement(uuiComponents.Dropdown, { renderTarget: props.renderTarget, renderBody: (dropdownProps) => (React__namespace.default.createElement(MobileDropdownWrapper, { width: 360, maxWidth: "auto", title: props.title, onClose: closeDropdown },
|
|
3731
3685
|
props.isSortable && React__namespace.default.createElement(SortingPanel, { sortDirection: props.sortDirection, onSort: props.onSort }),
|
|
3732
3686
|
props.renderFilter(dropdownProps))), modifiers: popperModifiers, value: props.isOpen, onValueChange: props.onOpenChange }));
|
|
3733
3687
|
};
|
|
3734
3688
|
const ColumnHeaderDropdown = React__namespace.default.memo(ColumnHeaderDropdownImpl);
|
|
3735
3689
|
|
|
3736
|
-
var css$i = {"uui-typography":"
|
|
3690
|
+
var css$i = {"uui-typography":"cIicEm","hero-header":"e2n2U6","promo-header":"dhTeof","uui-critical":"_0ItWmj","uui-info":"_7uusmj","uui-success":"RcBrkl","uui-warning":"ZXy5P-","uui-highlight":"sSooR2","uui-typography-size-12":"kBPu2I","uui-typography-size-14":"y8p9Sz","uui-typography-size-16":"naseeE","cell":"SK4FZN","sort-icon":"XXuBFn","dropdown-icon":"Cf-Fyk","infoIcon":"mc3Gu6","resizable":"XjhOPz","size-24":"TOHLbb","size-30":"Wz86oX","size-36":"omxk5l","size-42":"x6AnBo","size-48":"_3G7EJc","padding-left-24":"UPRnvg","padding-right-24":"ptytDI","caption":"dH0Xpt","checkbox":"rJ6tCT","icon":"pU-Ig0","icon-cell":"dxSZy1","align-right":"YQuiqB","align-center":"uM27sT","tooltip-wrapper":"F35RTK","cell-tooltip":"v0uWRC","upper-case":"ePF-sz","font-size-14":"gHfadD","resize-mark":"pQJiCt","draggable":"xlyUtT","ghost":"Nsr-86","is-dragged-out":"-HjuP-","dnd-marker-left":"-F2E9f","dnd-marker-right":"gZ5YxZ","cell-tooltip-wrapper":"P0RAAR","cell-tooltip-text":"KbbcCc","uuiTypography":"cIicEm","heroHeader":"e2n2U6","promoHeader":"dhTeof","uuiCritical":"_0ItWmj","uuiInfo":"_7uusmj","uuiSuccess":"RcBrkl","uuiWarning":"ZXy5P-","uuiHighlight":"sSooR2","uuiTypographySize12":"kBPu2I","uuiTypographySize14":"y8p9Sz","uuiTypographySize16":"naseeE","sortIcon":"XXuBFn","dropdownIcon":"Cf-Fyk","size24":"TOHLbb","size30":"Wz86oX","size36":"omxk5l","size42":"x6AnBo","size48":"_3G7EJc","paddingLeft24":"UPRnvg","paddingRight24":"ptytDI","iconCell":"dxSZy1","alignRight":"YQuiqB","alignCenter":"uM27sT","tooltipWrapper":"F35RTK","cellTooltip":"v0uWRC","upperCase":"ePF-sz","fontSize14":"gHfadD","resizeMark":"pQJiCt","isDraggedOut":"-HjuP-","dndMarkerLeft":"-F2E9f","dndMarkerRight":"gZ5YxZ","cellTooltipWrapper":"P0RAAR","cellTooltipText":"KbbcCc"};
|
|
3737
3691
|
|
|
3738
3692
|
var _path$f;
|
|
3739
3693
|
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
@@ -3745,9 +3699,7 @@ var SvgTableSwap18 = function SvgTableSwap18(props, ref) {
|
|
|
3745
3699
|
viewBox: "0 0 18 18",
|
|
3746
3700
|
ref: ref
|
|
3747
3701
|
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3748
|
-
|
|
3749
|
-
d: "M6 1 2 5h3v7h2V5h3L6 1zm7 12V6h-2v7H8l4 4 4-4h-3z",
|
|
3750
|
-
clipRule: "evenodd"
|
|
3702
|
+
d: "M5.25 5.119V15h1.5V5.119L7.95 6.3 9 5.25l-3-3-3 3L4.05 6.3l1.2-1.181zm7.5 7.762V3h-1.5v9.881l-1.2-1.181L9 12.75l3 3 3-3-1.05-1.05-1.2 1.181z"
|
|
3751
3703
|
})));
|
|
3752
3704
|
};
|
|
3753
3705
|
var ForwardRef$g = /*#__PURE__*/React.forwardRef(SvgTableSwap18);
|
|
@@ -3762,9 +3714,7 @@ var SvgContentFiltration18 = function SvgContentFiltration18(props, ref) {
|
|
|
3762
3714
|
viewBox: "0 0 18 18",
|
|
3763
3715
|
ref: ref
|
|
3764
3716
|
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3765
|
-
|
|
3766
|
-
d: "m8 14 2 2v-5H8v3zM2 3v2h14V3H2zm6 8h2l6-6H2l6 6z",
|
|
3767
|
-
clipRule: "evenodd"
|
|
3717
|
+
d: "M10.5 9.75v6l-3-1.5v-4.5L2.212 3h13.575L10.5 9.75z"
|
|
3768
3718
|
})));
|
|
3769
3719
|
};
|
|
3770
3720
|
var ForwardRef$f = /*#__PURE__*/React.forwardRef(SvgContentFiltration18);
|
|
@@ -3779,9 +3729,7 @@ var SvgNavigationChevronUp18 = function SvgNavigationChevronUp18(props, ref) {
|
|
|
3779
3729
|
viewBox: "0 0 18 18",
|
|
3780
3730
|
ref: ref
|
|
3781
3731
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3782
|
-
|
|
3783
|
-
d: "m9 6-4.5 4.5 1.058 1.057L9 8.123l3.443 3.434L13.5 10.5 9 6z",
|
|
3784
|
-
clipRule: "evenodd"
|
|
3732
|
+
d: "M5.55 11.55 4.5 10.5 9 6l4.5 4.5-1.05 1.05L9 8.1l-3.45 3.45z"
|
|
3785
3733
|
})));
|
|
3786
3734
|
};
|
|
3787
3735
|
var ForwardRef$e = /*#__PURE__*/React.forwardRef(SvgNavigationChevronUp18);
|
|
@@ -3807,7 +3755,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3807
3755
|
React__namespace.createElement(Text, { key: "text", lineHeight: "30", fontSize: "14", size: "30", cx: uuiCore.cx(css$i.caption, this.getTextStyle(), uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCaption) }, this.props.column.caption)),
|
|
3808
3756
|
this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React__namespace.createElement(IconButton, { key: "sort", cx: uuiCore.cx(css$i.icon, css$i.sortIcon, this.props.sortDirection && css$i.sortIconActive, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: this.props.sortDirection === 'desc' ? ForwardRef$h : this.props.sortDirection === 'asc' ? ForwardRef$i : ForwardRef$g })),
|
|
3809
3757
|
this.props.isFilterActive && (React__namespace.createElement(IconButton, { key: "filter", cx: uuiCore.cx(css$i.icon, !this.props.sortDirection && css$i.filterIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: ForwardRef$f })),
|
|
3810
|
-
this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$i.icon, css$i.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$
|
|
3758
|
+
this.props.column.renderFilter && (React__namespace.createElement(IconButton, { key: "dropdown", cx: uuiCore.cx(css$i.icon, css$i.dropdownIcon, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$y })))));
|
|
3811
3759
|
};
|
|
3812
3760
|
this.renderHeaderCheckbox = () => this.props.selectAll
|
|
3813
3761
|
&& this.props.isFirstColumn && (React__namespace.createElement(Checkbox, Object.assign({ size: +this.props.size < 36 ? '12' : '18' }, this.props.selectAll, { cx: uuiCore.cx(css$i.checkbox, uuiCore.uuiDataTableHeaderCell.uuiTableHeaderCheckbox) })));
|
|
@@ -3827,7 +3775,7 @@ class DataTableHeaderCell extends React__namespace.Component {
|
|
|
3827
3775
|
}
|
|
3828
3776
|
}
|
|
3829
3777
|
|
|
3830
|
-
var css$h = {"uui-typography":"
|
|
3778
|
+
var css$h = {"uui-typography":"ppIPxF","hero-header":"jD63Tz","promo-header":"TU36Dt","uui-critical":"-hbxJl","uui-info":"hBVaSx","uui-success":"_0pWW-p","uui-warning":"IZ-vBp","uui-highlight":"btn2ar","uui-typography-size-12":"Vijp7f","uui-typography-size-14":"Evo0o0","uui-typography-size-16":"O0by8d","header-cell":"uwv6n8","config-icon":"_7Yew6l","uuiTypography":"ppIPxF","heroHeader":"jD63Tz","promoHeader":"TU36Dt","uuiCritical":"-hbxJl","uuiInfo":"hBVaSx","uuiSuccess":"_0pWW-p","uuiWarning":"IZ-vBp","uuiHighlight":"btn2ar","uuiTypographySize12":"Vijp7f","uuiTypographySize14":"Evo0o0","uuiTypographySize16":"O0by8d","headerCell":"uwv6n8","configIcon":"_7Yew6l"};
|
|
3831
3779
|
|
|
3832
3780
|
var _path$c;
|
|
3833
3781
|
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
@@ -3839,9 +3787,7 @@ var SvgActionSettings18 = function SvgActionSettings18(props, ref) {
|
|
|
3839
3787
|
viewBox: "0 0 18 18",
|
|
3840
3788
|
ref: ref
|
|
3841
3789
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3842
|
-
|
|
3843
|
-
d: "M3 9.093a6.083 6.083 0 0 1 0-.186L1.55 7.271a1 1 0 0 1-.118-1.163l1.28-2.216a1 1 0 0 1 1.066-.48l2.14.439a3.81 3.81 0 0 1 .163-.094l.691-2.073A1 1 0 0 1 7.721 1h2.558a1 1 0 0 1 .949.684l.69 2.073c.056.03.11.061.163.094l2.141-.439a1 1 0 0 1 1.067.48l1.279 2.216a1 1 0 0 1-.118 1.163L15 8.907a5.72 5.72 0 0 1 0 .186l1.45 1.636a1 1 0 0 1 .118 1.163l-1.28 2.216a1 1 0 0 1-1.066.48l-2.14-.438a6.215 6.215 0 0 1-.163.093l-.691 2.073a1 1 0 0 1-.949.684H7.721a1 1 0 0 1-.949-.684l-.69-2.073a6.105 6.105 0 0 1-.163-.094l-2.141.439a1 1 0 0 1-1.067-.48l-1.279-2.216a1 1 0 0 1 .118-1.163L3 9.093zM9 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",
|
|
3844
|
-
clipRule: "evenodd"
|
|
3790
|
+
d: "m6.938 16.5-.3-2.4a2.833 2.833 0 0 1-.46-.225 6.127 6.127 0 0 1-.422-.281l-2.23.937-2.063-3.562 1.93-1.463a1.793 1.793 0 0 1-.018-.253v-.507c0-.08.006-.165.019-.252L1.463 7.03l2.062-3.56 2.231.937c.138-.1.282-.193.432-.281.15-.088.3-.163.45-.225l.3-2.4h4.125l.3 2.4c.162.063.315.137.46.225.143.088.283.181.42.281l2.232-.937 2.063 3.562-1.932 1.463c.013.087.02.171.02.252v.507a.921.921 0 0 1-.038.253l1.93 1.463-2.062 3.562-2.212-.937c-.138.1-.281.194-.431.281-.15.088-.3.162-.45.225l-.3 2.4H6.938zm2.1-4.875a2.53 2.53 0 0 0 1.856-.769A2.53 2.53 0 0 0 11.663 9a2.53 2.53 0 0 0-.77-1.856 2.53 2.53 0 0 0-1.855-.769c-.738 0-1.36.256-1.866.769A2.546 2.546 0 0 0 6.412 9c0 .725.254 1.344.76 1.856.506.513 1.128.769 1.866.769z"
|
|
3845
3791
|
})));
|
|
3846
3792
|
};
|
|
3847
3793
|
var ForwardRef$d = /*#__PURE__*/React.forwardRef(SvgActionSettings18);
|
|
@@ -3851,7 +3797,7 @@ const DataTableHeaderRow = uuiCore.withMods(uuiComponents.DataTableHeaderRow, ()
|
|
|
3851
3797
|
renderConfigButton: () => React__namespace.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3852
3798
|
}));
|
|
3853
3799
|
|
|
3854
|
-
var styles$1 = {"uui-typography":"
|
|
3800
|
+
var styles$1 = {"uui-typography":"_2A3zxX","hero-header":"GOTurM","promo-header":"jUHJ-X","uui-critical":"jnBp3J","uui-info":"_0ieSA2","uui-success":"cbN7Ov","uui-warning":"_07BfFD","uui-highlight":"gH4yN4","uui-typography-size-12":"rdFOeB","uui-typography-size-14":"XWJcSa","uui-typography-size-16":"_1bph9m","main-panel":"AAjptz","group-title":"ahuzuD","group-title-text":"f-cFuQ","group-title-badge":"B5Y-7D","group-items":"gWYMWp","no-data":"_9AtSqe","h-divider":"MQlhUW","search-area":"Oor70j","uuiTypography":"_2A3zxX","heroHeader":"GOTurM","promoHeader":"jUHJ-X","uuiCritical":"jnBp3J","uuiInfo":"_0ieSA2","uuiSuccess":"cbN7Ov","uuiWarning":"_07BfFD","uuiHighlight":"gH4yN4","uuiTypographySize12":"rdFOeB","uuiTypographySize14":"XWJcSa","uuiTypographySize16":"_1bph9m","mainPanel":"AAjptz","groupTitle":"ahuzuD","groupTitleText":"f-cFuQ","groupTitleBadge":"B5Y-7D","groupItems":"gWYMWp","noData":"_9AtSqe","hDivider":"MQlhUW","searchArea":"Oor70j"};
|
|
3855
3801
|
|
|
3856
3802
|
var _path$b;
|
|
3857
3803
|
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
@@ -3864,7 +3810,7 @@ var SvgActionLockFill18 = function SvgActionLockFill18(props, ref) {
|
|
|
3864
3810
|
ref: ref
|
|
3865
3811
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3866
3812
|
fillRule: "evenodd",
|
|
3867
|
-
d: "
|
|
3813
|
+
d: "M9 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM5.25 6.75v-1.5a3.75 3.75 0 1 1 7.5 0v1.5h.75a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5h.75zm1.5 0h4.5v-1.5a2.25 2.25 0 0 0-4.5 0v1.5z",
|
|
3868
3814
|
clipRule: "evenodd"
|
|
3869
3815
|
})));
|
|
3870
3816
|
};
|
|
@@ -3880,9 +3826,7 @@ var SvgActionPinOn18 = function SvgActionPinOn18(props, ref) {
|
|
|
3880
3826
|
viewBox: "0 0 18 18",
|
|
3881
3827
|
ref: ref
|
|
3882
3828
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3883
|
-
|
|
3884
|
-
d: "M12 9V3h1V2H5v1h1v6l-2 1v1h4v5h2v-5h4v-1l-2-1z",
|
|
3885
|
-
clipRule: "evenodd"
|
|
3829
|
+
d: "m12 8.25 1.5 1.5v1.5H9.75v5.25h-1.5v-5.25H4.5v-1.5L6 8.25V3h-.75V1.5h7.5V3H12v5.25z"
|
|
3886
3830
|
})));
|
|
3887
3831
|
};
|
|
3888
3832
|
var ForwardRef$b = /*#__PURE__*/React.forwardRef(SvgActionPinOn18);
|
|
@@ -3897,7 +3841,7 @@ var SvgActionPinOff18 = function SvgActionPinOff18(props, ref) {
|
|
|
3897
3841
|
viewBox: "0 0 18 18",
|
|
3898
3842
|
ref: ref
|
|
3899
3843
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3900
|
-
d: "M6 4.
|
|
3844
|
+
d: "M6.75 6.601V6.6l4.65 4.65h-.001l4.184 4.184-1.06 1.06-4.023-4.022V16.5H9v-5.25H5.25v-1.5l1.264-1.264-4.249-4.248 1.061-1.06L6.75 6.6zm7.5 4.649h-.729L6.75 4.479V3H6V1.5h7.5V3h-.75v5.25l1.5 1.5v1.5z"
|
|
3901
3845
|
})));
|
|
3902
3846
|
};
|
|
3903
3847
|
var ForwardRef$a = /*#__PURE__*/React.forwardRef(SvgActionPinOff18);
|
|
@@ -3930,7 +3874,7 @@ function PinIconButton(props) {
|
|
|
3930
3874
|
React__namespace.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3931
3875
|
}
|
|
3932
3876
|
|
|
3933
|
-
var styles = {"uui-typography":"
|
|
3877
|
+
var styles = {"uui-typography":"BOrt-2","hero-header":"OVE4c5","promo-header":"hCT0EZ","uui-critical":"l5aXw1","uui-info":"CyatAR","uui-success":"YRiHzr","uui-warning":"_6VU-v7","uui-highlight":"aK3Vb3","uui-typography-size-12":"ErB6cC","uui-typography-size-14":"_1Rs50R","uui-typography-size-16":"sMpg5M","row-wrapper":"aREzJh","not-pinned":"_1SRFck","pin-icon-button":"-CyPia","checkbox":"KUT-aa","drag-handle":"sgjyxy","dnd-disabled":"OnxkQJ","uuiTypography":"BOrt-2","heroHeader":"OVE4c5","promoHeader":"hCT0EZ","uuiCritical":"l5aXw1","uuiInfo":"CyatAR","uuiSuccess":"YRiHzr","uuiWarning":"_6VU-v7","uuiHighlight":"aK3Vb3","uuiTypographySize12":"ErB6cC","uuiTypographySize14":"_1Rs50R","uuiTypographySize16":"sMpg5M","rowWrapper":"aREzJh","notPinned":"_1SRFck","pinIconButton":"-CyPia","dragHandle":"sgjyxy","dndDisabled":"OnxkQJ"};
|
|
3934
3878
|
|
|
3935
3879
|
const ColumnRow = React__namespace.memo(function ColumnRow(props) {
|
|
3936
3880
|
const { column } = props;
|
|
@@ -3998,10 +3942,10 @@ function ColumnsConfigurationModal(props) {
|
|
|
3998
3942
|
React__namespace.createElement(ModalHeader, { title: i18n$1.configureColumnsTitle, onClose: close }),
|
|
3999
3943
|
React__namespace.createElement(FlexRow, { padding: "24", borderBottom: true, spacing: "12", cx: styles$1.searchArea },
|
|
4000
3944
|
React__namespace.createElement(SearchInput, { size: "30", value: searchValue, onValueChange: setSearchValue, placeholder: i18n$1.searchPlaceholder }),
|
|
4001
|
-
React__namespace.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React__namespace.createElement(Panel, { background: "surface", shadow: true },
|
|
3945
|
+
React__namespace.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React__namespace.createElement(Panel, { background: "surface-main", shadow: true },
|
|
4002
3946
|
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.clearAllButton, onClick: uncheckAll }),
|
|
4003
|
-
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React__namespace.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$
|
|
4004
|
-
React__namespace.createElement(Panel, { background: "surface", cx: styles$1.mainPanel },
|
|
3947
|
+
React__namespace.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React__namespace.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$r, size: "30", color: "secondary", isDropdown: false })) })),
|
|
3948
|
+
React__namespace.createElement(Panel, { background: "surface-main", cx: styles$1.mainPanel },
|
|
4005
3949
|
React__namespace.createElement(ScrollBars, null,
|
|
4006
3950
|
renderVisible(),
|
|
4007
3951
|
renderHidden(),
|
|
@@ -4009,13 +3953,13 @@ function ColumnsConfigurationModal(props) {
|
|
|
4009
3953
|
React__namespace.createElement(Text, { fontSize: "24", lineHeight: "30", color: "primary", fontWeight: "600" }, i18n$1.noResultsFound.text),
|
|
4010
3954
|
React__namespace.createElement(Text, { fontSize: "16", lineHeight: "24", color: "primary" }, i18n$1.noResultsFound.subText))))),
|
|
4011
3955
|
React__namespace.createElement(ModalFooter, { borderTop: true },
|
|
4012
|
-
React__namespace.createElement(LinkButton, { icon: ForwardRef$
|
|
3956
|
+
React__namespace.createElement(LinkButton, { icon: ForwardRef$q, caption: i18n$1.resetToDefaultButton, onClick: reset }),
|
|
4013
3957
|
React__namespace.createElement(uuiComponents.FlexSpacer, null),
|
|
4014
3958
|
React__namespace.createElement(Button, { fill: "none", color: "secondary", caption: i18n$1.cancelButton, onClick: close }),
|
|
4015
3959
|
noVisibleColumns ? (React__namespace.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
4016
3960
|
}
|
|
4017
3961
|
|
|
4018
|
-
var css$g = {"listContainer":"
|
|
3962
|
+
var css$g = {"listContainer":"HN5-Z7","header":"NjRJBz","group":"M7Cm3e","stickyHeader":"XWmTeI"};
|
|
4019
3963
|
|
|
4020
3964
|
const getChildrenAndRest = (row, rows) => {
|
|
4021
3965
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4081,7 +4025,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4081
4025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4082
4026
|
ref: ref
|
|
4083
4027
|
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
4084
|
-
clipPath: "url(#
|
|
4028
|
+
clipPath: "url(#vibtxg3rgngwzabew_a)"
|
|
4085
4029
|
}, _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4086
4030
|
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",
|
|
4087
4031
|
fill: "#F5F6FA"
|
|
@@ -4102,7 +4046,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4102
4046
|
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",
|
|
4103
4047
|
fill: "#1D1E26"
|
|
4104
4048
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
|
4105
|
-
id: "
|
|
4049
|
+
id: "vibtxgouahfjafhp_b",
|
|
4106
4050
|
style: {
|
|
4107
4051
|
maskType: "alpha"
|
|
4108
4052
|
},
|
|
@@ -4115,7 +4059,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4115
4059
|
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",
|
|
4116
4060
|
fill: "#9BDEFF"
|
|
4117
4061
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
4118
|
-
mask: "url(#
|
|
4062
|
+
mask: "url(#vibtxgouahfjafhp_b)",
|
|
4119
4063
|
fillRule: "evenodd",
|
|
4120
4064
|
clipRule: "evenodd"
|
|
4121
4065
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4201,7 +4145,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4201
4145
|
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",
|
|
4202
4146
|
fill: "#fff"
|
|
4203
4147
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
4204
|
-
id: "
|
|
4148
|
+
id: "vibtxg3rgngwzabew_a"
|
|
4205
4149
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
4206
4150
|
fill: "#fff",
|
|
4207
4151
|
transform: "translate(.552)",
|
|
@@ -4210,7 +4154,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4210
4154
|
};
|
|
4211
4155
|
var ForwardRef$9 = /*#__PURE__*/React.forwardRef(SvgEmptyTable);
|
|
4212
4156
|
|
|
4213
|
-
var css$f = {"sticky-header":"
|
|
4157
|
+
var css$f = {"sticky-header":"NoD6im","table":"ENdO5p","no-results":"A8XweR","no-results-icon":"wzqCK5","no-results-title":"OuUeIk","stickyHeader":"NoD6im","noResults":"A8XweR","noResultsIcon":"wzqCK5","noResultsTitle":"OuUeIk"};
|
|
4214
4158
|
|
|
4215
4159
|
function DataTable(props) {
|
|
4216
4160
|
var _a;
|
|
@@ -4260,9 +4204,9 @@ function DataTable(props) {
|
|
|
4260
4204
|
} })));
|
|
4261
4205
|
}
|
|
4262
4206
|
|
|
4263
|
-
var css$e = {"root":"
|
|
4207
|
+
var css$e = {"root":"f-a4Nf"};
|
|
4264
4208
|
|
|
4265
|
-
var css$d = {"root":"
|
|
4209
|
+
var css$d = {"root":"_2s8bG0","burger-content":"Pxzjkv","burgerContent":"Pxzjkv"};
|
|
4266
4210
|
|
|
4267
4211
|
var _path$7;
|
|
4268
4212
|
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
@@ -4329,7 +4273,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4329
4273
|
};
|
|
4330
4274
|
var ForwardRef$6 = /*#__PURE__*/React.forwardRef(SvgTriangle);
|
|
4331
4275
|
|
|
4332
|
-
var css$c = {"uui-typography":"
|
|
4276
|
+
var css$c = {"uui-typography":"_4OqKAO","hero-header":"Yh-rWM","promo-header":"-inyOk","uui-critical":"ARc5-t","uui-info":"cxRTsz","uui-success":"b8x12-","uui-warning":"Vkl-1-","uui-highlight":"_0aPgBB","uui-typography-size-12":"-MCYrK","uui-typography-size-14":"uD-1h7","uui-typography-size-16":"VkGJRT","root":"eePB-f","button-primary":"-pjOwl","button-secondary":"sRsY7Z","hasIcon":"_6pcVge","dropdown":"_0whZ4S","uuiTypography":"_4OqKAO","heroHeader":"Yh-rWM","promoHeader":"-inyOk","uuiCritical":"ARc5-t","uuiInfo":"cxRTsz","uuiSuccess":"b8x12-","uuiWarning":"Vkl-1-","uuiHighlight":"_0aPgBB","uuiTypographySize12":"-MCYrK","uuiTypographySize14":"uD-1h7","uuiTypographySize16":"VkGJRT","buttonPrimary":"-pjOwl","buttonSecondary":"sRsY7Z"};
|
|
4333
4277
|
|
|
4334
4278
|
const BurgerButton = uuiCore.withMods(uuiComponents.Button, (props) => [
|
|
4335
4279
|
css$c.root,
|
|
@@ -4386,13 +4330,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4386
4330
|
};
|
|
4387
4331
|
var ForwardRef$5 = /*#__PURE__*/React.forwardRef(SvgMenuInputCancel);
|
|
4388
4332
|
|
|
4389
|
-
var css$b = {"search-input":"
|
|
4333
|
+
var css$b = {"search-input":"WoDrMs","searchInput":"WoDrMs"};
|
|
4390
4334
|
|
|
4391
4335
|
function BurgerSearch(props) {
|
|
4392
|
-
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
4336
|
+
return (React__namespace.createElement(uuiComponents.TextInput, { cx: cx__default.default(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$14, placeholder: props.placeholder, value: props.value, onValueChange: props.onValueChange, onCancel: props.onCancel, cancelIcon: props.value && ForwardRef$5 }));
|
|
4393
4337
|
}
|
|
4394
4338
|
|
|
4395
|
-
var css$a = {"root":"
|
|
4339
|
+
var css$a = {"root":"lkEIVX","group-header":"_3-OdIb","group-name":"_30LaAE","line":"swp0Xa","groupHeader":"_3-OdIb","groupName":"_30LaAE"};
|
|
4396
4340
|
|
|
4397
4341
|
function BurgerGroupHeader(props) {
|
|
4398
4342
|
return (React__namespace.createElement("div", { className: cx__default.default(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4400,7 +4344,7 @@ function BurgerGroupHeader(props) {
|
|
|
4400
4344
|
React__namespace.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4401
4345
|
}
|
|
4402
4346
|
|
|
4403
|
-
var css$9 = {"uui-typography":"
|
|
4347
|
+
var css$9 = {"uui-typography":"_73-Uwi","hero-header":"ZsOhr4","promo-header":"kfXQxI","uui-critical":"KuFyqM","uui-info":"kLqkzi","uui-success":"dNCthu","uui-warning":"egFy6G","uui-highlight":"pociQs","uui-typography-size-12":"QckWxx","uui-typography-size-14":"d3cAQy","uui-typography-size-16":"pcPBex","root":"_-8F6ql","type-primary":"eLRWGs","type-secondary":"mecNMI","uuiTypography":"_73-Uwi","heroHeader":"ZsOhr4","promoHeader":"kfXQxI","uuiCritical":"KuFyqM","uuiInfo":"kLqkzi","uuiSuccess":"dNCthu","uuiWarning":"egFy6G","uuiHighlight":"pociQs","uuiTypographySize12":"QckWxx","uuiTypographySize14":"d3cAQy","uuiTypographySize16":"pcPBex","typePrimary":"eLRWGs","typeSecondary":"mecNMI"};
|
|
4404
4348
|
|
|
4405
4349
|
var _path$4;
|
|
4406
4350
|
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
@@ -4420,7 +4364,7 @@ var ForwardRef$4 = /*#__PURE__*/React.forwardRef(SvgChevronDown24);
|
|
|
4420
4364
|
|
|
4421
4365
|
const MainMenuButton = uuiCore.withMods(uuiComponents.Button, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4422
4366
|
|
|
4423
|
-
var css$8 = {"dropdown-body":"
|
|
4367
|
+
var css$8 = {"dropdown-body":"-OOPRx","dropdownBody":"-OOPRx"};
|
|
4424
4368
|
|
|
4425
4369
|
class MainMenuDropdown extends React__namespace.Component {
|
|
4426
4370
|
render() {
|
|
@@ -4474,39 +4418,39 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4474
4418
|
};
|
|
4475
4419
|
var ForwardRef$3 = /*#__PURE__*/React.forwardRef(SvgGlobalMenu);
|
|
4476
4420
|
|
|
4477
|
-
var css$7 = {"global-menu-btn":"
|
|
4421
|
+
var css$7 = {"global-menu-btn":"_5MZL3v","globalMenuIcon":"_0JpS3x","globalMenuBtn":"_5MZL3v"};
|
|
4478
4422
|
|
|
4479
4423
|
const GlobalMenu = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx__default.default(css$7.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4480
4424
|
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4481
4425
|
|
|
4482
|
-
var css$6 = {"container":"
|
|
4426
|
+
var css$6 = {"container":"X0A8lN","open":"zLcJK0"};
|
|
4483
4427
|
|
|
4484
4428
|
const MainMenuAvatar = React__namespace.forwardRef((props, ref) => (React__namespace.createElement("button", { ref: ref, className: cx__default.default(css$6.container, props.isDropdown && css$6.dropdown, props.isOpen && css$6.open, props.onClick && uuiCore.uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4485
4429
|
React__namespace.createElement(uuiComponents.Avatar, { size: "36", img: props.avatarUrl }),
|
|
4486
4430
|
props.icon && React__namespace.createElement(uuiComponents.IconContainer, { icon: props.icon }),
|
|
4487
4431
|
props.isDropdown && (React__namespace.createElement("div", null,
|
|
4488
|
-
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$
|
|
4432
|
+
React__namespace.createElement(uuiComponents.IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4489
4433
|
|
|
4490
|
-
var css$5 = {"search-input":"
|
|
4434
|
+
var css$5 = {"search-input":"X3TYM9","searchInput":"X3TYM9"};
|
|
4491
4435
|
|
|
4492
4436
|
const MainMenuSearch = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(uuiCore.IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4493
4437
|
var _a;
|
|
4494
|
-
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$
|
|
4438
|
+
return (React__namespace.createElement(uuiComponents.TextInput, Object.assign({ iconPosition: "left", icon: ForwardRef$14, cancelIcon: ((_a = props.value) === null || _a === void 0 ? void 0 : _a.length) > 0 && ForwardRef$5 }, props, iEditable, { ref: ref, cx: uuiCore.cx(css$5.searchInput, props.cx) }, props.rawProps)));
|
|
4495
4439
|
} }))));
|
|
4496
4440
|
|
|
4497
|
-
var css$4 = {"container":"
|
|
4441
|
+
var css$4 = {"container":"pfki6b"};
|
|
4498
4442
|
|
|
4499
4443
|
const MainMenuIcon = React__namespace.forwardRef((props, ref) => (React__namespace.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: uuiCore.cx(props.cx, css$4.container) }, props))));
|
|
4500
4444
|
|
|
4501
|
-
var css$3 = {"root":"
|
|
4445
|
+
var css$3 = {"root":"wiV09o"};
|
|
4502
4446
|
|
|
4503
4447
|
const Anchor = uuiCore.withMods(uuiComponents.Anchor, () => [css$3.root]);
|
|
4504
4448
|
|
|
4505
4449
|
function Form(props) {
|
|
4506
4450
|
const context = uuiCore.useUuiContext();
|
|
4507
|
-
const beforeLeave = () => {
|
|
4451
|
+
const beforeLeave = React__namespace.useCallback(() => {
|
|
4508
4452
|
return context.uuiModals.show((modalProps) => React__namespace.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4509
|
-
};
|
|
4453
|
+
}, [context.uuiModals]);
|
|
4510
4454
|
const loadUnsavedChanges = () => {
|
|
4511
4455
|
return context.uuiNotifications
|
|
4512
4456
|
.show((props) => (React__namespace.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
@@ -4523,9 +4467,9 @@ function Form(props) {
|
|
|
4523
4467
|
|
|
4524
4468
|
function useForm(props) {
|
|
4525
4469
|
const context = uuiCore.useUuiContext();
|
|
4526
|
-
const beforeLeave = () => {
|
|
4470
|
+
const beforeLeave = React.useCallback(() => {
|
|
4527
4471
|
return context.uuiModals.show((modalProps) => React__namespace.default.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4528
|
-
};
|
|
4472
|
+
}, [context.uuiModals]);
|
|
4529
4473
|
const loadUnsavedChanges = () => {
|
|
4530
4474
|
return context.uuiNotifications.show((props) => (React__namespace.default.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
4531
4475
|
{
|
|
@@ -4555,7 +4499,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4555
4499
|
};
|
|
4556
4500
|
var ForwardRef$2 = /*#__PURE__*/React.forwardRef(SvgShape);
|
|
4557
4501
|
|
|
4558
|
-
var css$2 = {"root":"
|
|
4502
|
+
var css$2 = {"root":"R6KMJJ","drop-start":"NYpFMj","drop-over":"KK5NRG","link":"rEi8cU","drop-area":"V3wO8r","icon-blue":"vQrLEg","dropStart":"NYpFMj","dropOver":"KK5NRG","dropArea":"V3wO8r","iconBlue":"vQrLEg"};
|
|
4559
4503
|
|
|
4560
4504
|
class DropSpot extends React__namespace.Component {
|
|
4561
4505
|
constructor() {
|
|
@@ -4579,9 +4523,9 @@ class DropSpot extends React__namespace.Component {
|
|
|
4579
4523
|
}
|
|
4580
4524
|
}
|
|
4581
4525
|
|
|
4582
|
-
var css$1 = {"root":"
|
|
4526
|
+
var css$1 = {"root":"VPUfYj","file-name":"R2NCPu","default-color":"Ag4OSr","doc-color":"MKeyx9","xls-color":"bpRhaA","pdf-color":"iFOM4p","movie-color":"_1YrmQM","img-color":"FB4rri","mov-color":"_26WyGF","error-block":"GxsUKN","icons-block":"sLREkj","fileName":"R2NCPu","defaultColor":"Ag4OSr","docColor":"MKeyx9","xlsColor":"bpRhaA","pdfColor":"iFOM4p","movieColor":"_1YrmQM","imgColor":"FB4rri","movColor":"_26WyGF","errorBlock":"GxsUKN","iconsBlock":"sLREkj"};
|
|
4583
4527
|
|
|
4584
|
-
var css = {"root":"
|
|
4528
|
+
var css = {"root":"BvYzoi"};
|
|
4585
4529
|
|
|
4586
4530
|
const SvgCircleProgress = React__namespace.forwardRef((props, ref) => {
|
|
4587
4531
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -4602,9 +4546,7 @@ var SvgNavigationClose18 = function SvgNavigationClose18(props, ref) {
|
|
|
4602
4546
|
viewBox: "0 0 18 18",
|
|
4603
4547
|
ref: ref
|
|
4604
4548
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4605
|
-
|
|
4606
|
-
d: "M14.25 4.808 13.193 3.75 9 7.942 4.808 3.75 3.75 4.808 7.942 9 3.75 13.193l1.058 1.057L9 10.057l4.193 4.193 1.057-1.057L10.057 9l4.193-4.192z",
|
|
4607
|
-
clipRule: "evenodd"
|
|
4549
|
+
d: "M4.8 14.25 3.75 13.2 7.95 9l-4.2-4.2L4.8 3.75 9 7.95l4.2-4.2 1.05 1.05-4.2 4.2 4.2 4.2-1.05 1.05-4.2-4.2-4.2 4.2z"
|
|
4608
4550
|
})));
|
|
4609
4551
|
};
|
|
4610
4552
|
var ForwardRef$1 = /*#__PURE__*/React.forwardRef(SvgNavigationClose18);
|
|
@@ -4821,19 +4763,8 @@ exports.VerticalTabButton = VerticalTabButton;
|
|
|
4821
4763
|
exports.VirtualList = VirtualList;
|
|
4822
4764
|
exports.WarningAlert = WarningAlert;
|
|
4823
4765
|
exports.WarningNotification = WarningNotification;
|
|
4824
|
-
exports.allButtonColors = allButtonColors;
|
|
4825
|
-
exports.allButtonFills = allButtonFills;
|
|
4826
|
-
exports.allEpamBadgeSemanticColors = allEpamBadgeSemanticColors;
|
|
4827
|
-
exports.allFillStyles = allFillStyles;
|
|
4828
|
-
exports.allFontStyles = allFontStyles;
|
|
4829
|
-
exports.allFontWeights = allFontWeights;
|
|
4830
4766
|
exports.allIconColors = allIconColors;
|
|
4831
4767
|
exports.allLinkButtonColors = allLinkButtonColors;
|
|
4832
|
-
exports.allRowSizes = allRowSizes;
|
|
4833
|
-
exports.allSemanticColors = allSemanticColors;
|
|
4834
|
-
exports.allSizes = allSizes;
|
|
4835
|
-
exports.allTextColors = allTextColors;
|
|
4836
|
-
exports.allTextSizes = allTextSizes;
|
|
4837
4768
|
exports.applyBadgeMods = applyBadgeMods;
|
|
4838
4769
|
exports.applyButtonMods = applyButtonMods;
|
|
4839
4770
|
exports.applyCheckboxMods = applyCheckboxMods;
|
|
@@ -4847,6 +4778,8 @@ exports.applySwitchMods = applySwitchMods;
|
|
|
4847
4778
|
exports.applyTagMods = applyTagMods;
|
|
4848
4779
|
exports.applyTextAreaMods = applyTextAreaMods;
|
|
4849
4780
|
exports.applyTextInputMods = applyTextInputMods;
|
|
4781
|
+
exports.defaultBadgeFill = defaultBadgeFill;
|
|
4782
|
+
exports.defaultBadgeSize = defaultBadgeSize;
|
|
4850
4783
|
exports.defaultPredicates = defaultPredicates;
|
|
4851
4784
|
exports.getHighlightRanges = getHighlightRanges;
|
|
4852
4785
|
exports.getHighlightedSearchMatches = getHighlightedSearchMatches;
|