@epam/uui 5.4.0 → 5.4.1
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 +6 -3
- 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/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 +4 -1
- 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/navigation/MainMenu/MainMenuSearch.d.ts +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/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 +9 -5
- package/components/widgets/Badge.d.ts.map +1 -1
- package/components/widgets/CountIndicator.d.ts +3 -0
- package/components/widgets/CountIndicator.d.ts.map +1 -1
- package/components/widgets/StatusIndicator.d.ts +12 -3
- 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 +582 -644
- package/index.esm.js.map +1 -1
- package/index.js +581 -654
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -1
- package/styles.css +2584 -2547
- package/styles.css.map +1 -1
package/index.esm.js
CHANGED
|
@@ -13,519 +13,490 @@ import sortBy from 'lodash.sortby';
|
|
|
13
13
|
import isoWeek from 'dayjs/plugin/isoWeek.js';
|
|
14
14
|
import FocusLock from 'react-focus-lock';
|
|
15
15
|
|
|
16
|
-
var _path$
|
|
17
|
-
function _extends$
|
|
16
|
+
var _path$1c;
|
|
17
|
+
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); }
|
|
18
18
|
var SvgBtnCross12 = function SvgBtnCross12(props, ref) {
|
|
19
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
19
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
20
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21
21
|
width: 12,
|
|
22
22
|
height: 12,
|
|
23
23
|
viewBox: "0 0 12 12",
|
|
24
24
|
ref: ref
|
|
25
|
-
}, props), _path$
|
|
25
|
+
}, props), _path$1c || (_path$1c = /*#__PURE__*/React.createElement("path", {
|
|
26
26
|
fillRule: "evenodd",
|
|
27
27
|
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"
|
|
28
28
|
})));
|
|
29
29
|
};
|
|
30
|
-
var ForwardRef$
|
|
30
|
+
var ForwardRef$1e = /*#__PURE__*/forwardRef(SvgBtnCross12);
|
|
31
31
|
|
|
32
|
-
var _path$
|
|
33
|
-
function _extends$
|
|
32
|
+
var _path$1b;
|
|
33
|
+
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); }
|
|
34
34
|
var SvgBtnCross18 = function SvgBtnCross18(props, ref) {
|
|
35
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
35
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
36
36
|
xmlns: "http://www.w3.org/2000/svg",
|
|
37
37
|
width: 18,
|
|
38
38
|
height: 18,
|
|
39
39
|
viewBox: "0 0 18 18",
|
|
40
40
|
ref: ref
|
|
41
|
-
}, props), _path$
|
|
41
|
+
}, props), _path$1b || (_path$1b = /*#__PURE__*/React.createElement("path", {
|
|
42
42
|
fillRule: "evenodd",
|
|
43
43
|
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"
|
|
44
44
|
})));
|
|
45
45
|
};
|
|
46
|
-
var ForwardRef$
|
|
46
|
+
var ForwardRef$1d = /*#__PURE__*/forwardRef(SvgBtnCross18);
|
|
47
47
|
|
|
48
|
-
var _path$
|
|
49
|
-
function _extends$
|
|
48
|
+
var _path$1a;
|
|
49
|
+
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); }
|
|
50
50
|
var SvgBtnCross24 = function SvgBtnCross24(props, ref) {
|
|
51
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
51
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
52
52
|
xmlns: "http://www.w3.org/2000/svg",
|
|
53
53
|
width: 24,
|
|
54
54
|
height: 24,
|
|
55
55
|
viewBox: "0 0 24 24",
|
|
56
56
|
ref: ref
|
|
57
|
-
}, props), _path$
|
|
57
|
+
}, props), _path$1a || (_path$1a = /*#__PURE__*/React.createElement("path", {
|
|
58
58
|
fillRule: "evenodd",
|
|
59
59
|
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"
|
|
60
60
|
})));
|
|
61
61
|
};
|
|
62
|
-
var ForwardRef$
|
|
62
|
+
var ForwardRef$1c = /*#__PURE__*/forwardRef(SvgBtnCross24);
|
|
63
63
|
|
|
64
|
-
var _path$
|
|
65
|
-
function _extends$
|
|
64
|
+
var _path$19;
|
|
65
|
+
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); }
|
|
66
66
|
var SvgFoldingArrow12 = function SvgFoldingArrow12(props, ref) {
|
|
67
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
67
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
68
68
|
xmlns: "http://www.w3.org/2000/svg",
|
|
69
69
|
width: 12,
|
|
70
70
|
height: 12,
|
|
71
71
|
viewBox: "0 0 12 12",
|
|
72
72
|
ref: ref
|
|
73
|
-
}, props), _path$
|
|
73
|
+
}, props), _path$19 || (_path$19 = /*#__PURE__*/React.createElement("path", {
|
|
74
74
|
fillRule: "evenodd",
|
|
75
75
|
d: "M8.295 4.295 6 6.585l-2.295-2.29L3 5l3 3 3-3z"
|
|
76
76
|
})));
|
|
77
77
|
};
|
|
78
|
-
var ForwardRef$
|
|
78
|
+
var ForwardRef$1b = /*#__PURE__*/forwardRef(SvgFoldingArrow12);
|
|
79
79
|
|
|
80
|
-
var _path$
|
|
81
|
-
function _extends$
|
|
80
|
+
var _path$18;
|
|
81
|
+
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); }
|
|
82
82
|
var SvgFoldingArrow18 = function SvgFoldingArrow18(props, ref) {
|
|
83
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
83
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
84
84
|
xmlns: "http://www.w3.org/2000/svg",
|
|
85
85
|
width: 18,
|
|
86
86
|
height: 18,
|
|
87
87
|
viewBox: "0 0 18 18",
|
|
88
88
|
ref: ref
|
|
89
|
-
}, props), _path$
|
|
89
|
+
}, props), _path$18 || (_path$18 = /*#__PURE__*/React.createElement("path", {
|
|
90
90
|
fillRule: "evenodd",
|
|
91
91
|
d: "M12.443 6.442 9 9.877 5.558 6.442 4.5 7.5 9 12l4.5-4.5z"
|
|
92
92
|
})));
|
|
93
93
|
};
|
|
94
|
-
var ForwardRef$
|
|
94
|
+
var ForwardRef$1a = /*#__PURE__*/forwardRef(SvgFoldingArrow18);
|
|
95
95
|
|
|
96
|
-
var _path$
|
|
97
|
-
function _extends$
|
|
96
|
+
var _path$17;
|
|
97
|
+
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); }
|
|
98
98
|
var SvgFoldingArrow24 = function SvgFoldingArrow24(props, ref) {
|
|
99
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
99
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
100
100
|
xmlns: "http://www.w3.org/2000/svg",
|
|
101
101
|
width: 24,
|
|
102
102
|
height: 24,
|
|
103
103
|
viewBox: "0 0 24 24",
|
|
104
104
|
ref: ref
|
|
105
|
-
}, props), _path$
|
|
105
|
+
}, props), _path$17 || (_path$17 = /*#__PURE__*/React.createElement("path", {
|
|
106
106
|
fillRule: "evenodd",
|
|
107
107
|
d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
108
108
|
})));
|
|
109
109
|
};
|
|
110
|
-
var ForwardRef$
|
|
110
|
+
var ForwardRef$19 = /*#__PURE__*/forwardRef(SvgFoldingArrow24);
|
|
111
111
|
|
|
112
|
-
var _path$
|
|
113
|
-
function _extends$
|
|
112
|
+
var _path$16;
|
|
113
|
+
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); }
|
|
114
114
|
var SvgAccept12 = function SvgAccept12(props, ref) {
|
|
115
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
115
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
116
116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
117
117
|
width: 12,
|
|
118
118
|
height: 12,
|
|
119
119
|
viewBox: "0 0 12 12",
|
|
120
120
|
ref: ref
|
|
121
|
-
}, props), _path$
|
|
121
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React.createElement("path", {
|
|
122
122
|
fillRule: "evenodd",
|
|
123
123
|
d: "M4.846 6.8 9.462 2 11 3.6 4.846 10l-.77-.8L1 6l1.538-1.6 2.308 2.4z"
|
|
124
124
|
})));
|
|
125
125
|
};
|
|
126
|
-
var ForwardRef$
|
|
126
|
+
var ForwardRef$18 = /*#__PURE__*/forwardRef(SvgAccept12);
|
|
127
127
|
|
|
128
|
-
var _path$
|
|
129
|
-
function _extends$
|
|
128
|
+
var _path$15;
|
|
129
|
+
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); }
|
|
130
130
|
var SvgAccept18 = function SvgAccept18(props, ref) {
|
|
131
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
131
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
132
132
|
xmlns: "http://www.w3.org/2000/svg",
|
|
133
133
|
width: 18,
|
|
134
134
|
height: 18,
|
|
135
135
|
viewBox: "0 0 18 18",
|
|
136
136
|
ref: ref
|
|
137
|
-
}, props), _path$
|
|
137
|
+
}, props), _path$15 || (_path$15 = /*#__PURE__*/React.createElement("path", {
|
|
138
138
|
fillRule: "evenodd",
|
|
139
139
|
d: "M7.136 11.91 4.034 8.776 3 9.821 7.136 14 16 5.045 14.966 4z"
|
|
140
140
|
})));
|
|
141
141
|
};
|
|
142
|
-
var ForwardRef$
|
|
142
|
+
var ForwardRef$17 = /*#__PURE__*/forwardRef(SvgAccept18);
|
|
143
143
|
|
|
144
|
-
var _path$
|
|
145
|
-
function _extends$
|
|
144
|
+
var _path$14;
|
|
145
|
+
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); }
|
|
146
146
|
var SvgAccept24 = function SvgAccept24(props, ref) {
|
|
147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
148
148
|
xmlns: "http://www.w3.org/2000/svg",
|
|
149
149
|
width: 24,
|
|
150
150
|
height: 24,
|
|
151
151
|
viewBox: "0 0 24 24",
|
|
152
152
|
ref: ref
|
|
153
|
-
}, props), _path$
|
|
153
|
+
}, props), _path$14 || (_path$14 = /*#__PURE__*/React.createElement("path", {
|
|
154
154
|
fillRule: "evenodd",
|
|
155
155
|
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5z"
|
|
156
156
|
})));
|
|
157
157
|
};
|
|
158
|
-
var ForwardRef$
|
|
158
|
+
var ForwardRef$16 = /*#__PURE__*/forwardRef(SvgAccept24);
|
|
159
159
|
|
|
160
|
-
var _path$
|
|
161
|
-
function _extends$
|
|
160
|
+
var _path$13;
|
|
161
|
+
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); }
|
|
162
162
|
var SvgSearch12 = function SvgSearch12(props, ref) {
|
|
163
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
163
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
164
164
|
xmlns: "http://www.w3.org/2000/svg",
|
|
165
165
|
width: 12,
|
|
166
166
|
height: 12,
|
|
167
167
|
viewBox: "0 0 12 12",
|
|
168
168
|
ref: ref
|
|
169
|
-
}, props), _path$
|
|
169
|
+
}, props), _path$13 || (_path$13 = /*#__PURE__*/React.createElement("path", {
|
|
170
170
|
fillRule: "evenodd",
|
|
171
171
|
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"
|
|
172
172
|
})));
|
|
173
173
|
};
|
|
174
|
-
var ForwardRef$
|
|
174
|
+
var ForwardRef$15 = /*#__PURE__*/forwardRef(SvgSearch12);
|
|
175
175
|
|
|
176
|
-
var _path$
|
|
177
|
-
function _extends$
|
|
176
|
+
var _path$12;
|
|
177
|
+
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); }
|
|
178
178
|
var SvgSearch18 = function SvgSearch18(props, ref) {
|
|
179
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
179
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
180
180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
181
181
|
width: 18,
|
|
182
182
|
height: 18,
|
|
183
183
|
viewBox: "0 0 18 18",
|
|
184
184
|
ref: ref
|
|
185
|
-
}, props), _path$
|
|
185
|
+
}, props), _path$12 || (_path$12 = /*#__PURE__*/React.createElement("path", {
|
|
186
186
|
fillRule: "evenodd",
|
|
187
187
|
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"
|
|
188
188
|
})));
|
|
189
189
|
};
|
|
190
|
-
var ForwardRef$
|
|
190
|
+
var ForwardRef$14 = /*#__PURE__*/forwardRef(SvgSearch18);
|
|
191
191
|
|
|
192
|
-
var _path$
|
|
193
|
-
function _extends$
|
|
192
|
+
var _path$11;
|
|
193
|
+
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); }
|
|
194
194
|
var SvgSearch24 = function SvgSearch24(props, ref) {
|
|
195
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
195
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
196
196
|
xmlns: "http://www.w3.org/2000/svg",
|
|
197
197
|
width: 24,
|
|
198
198
|
height: 24,
|
|
199
199
|
viewBox: "0 0 24 24",
|
|
200
200
|
ref: ref
|
|
201
|
-
}, props), _path$
|
|
201
|
+
}, props), _path$11 || (_path$11 = /*#__PURE__*/React.createElement("path", {
|
|
202
202
|
fillRule: "evenodd",
|
|
203
203
|
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"
|
|
204
204
|
})));
|
|
205
205
|
};
|
|
206
|
-
var ForwardRef$
|
|
206
|
+
var ForwardRef$13 = /*#__PURE__*/forwardRef(SvgSearch24);
|
|
207
207
|
|
|
208
|
-
var _path$
|
|
209
|
-
function _extends$
|
|
208
|
+
var _path$10;
|
|
209
|
+
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); }
|
|
210
210
|
var SvgCalendar12 = function SvgCalendar12(props, ref) {
|
|
211
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
211
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
212
212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
213
213
|
width: 12,
|
|
214
214
|
height: 12,
|
|
215
215
|
viewBox: "0 0 12 12",
|
|
216
216
|
ref: ref
|
|
217
|
-
}, props), _path$
|
|
217
|
+
}, props), _path$10 || (_path$10 = /*#__PURE__*/React.createElement("path", {
|
|
218
218
|
fillRule: "evenodd",
|
|
219
219
|
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"
|
|
220
220
|
})));
|
|
221
221
|
};
|
|
222
|
-
var ForwardRef$
|
|
222
|
+
var ForwardRef$12 = /*#__PURE__*/forwardRef(SvgCalendar12);
|
|
223
223
|
|
|
224
|
-
var _path
|
|
225
|
-
function _extends$
|
|
224
|
+
var _path$$;
|
|
225
|
+
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); }
|
|
226
226
|
var SvgCalendar18 = function SvgCalendar18(props, ref) {
|
|
227
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
227
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
228
228
|
xmlns: "http://www.w3.org/2000/svg",
|
|
229
229
|
width: 18,
|
|
230
230
|
height: 18,
|
|
231
231
|
viewBox: "0 0 18 18",
|
|
232
232
|
ref: ref
|
|
233
|
-
}, props), _path
|
|
233
|
+
}, props), _path$$ || (_path$$ = /*#__PURE__*/React.createElement("path", {
|
|
234
234
|
fillRule: "evenodd",
|
|
235
235
|
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"
|
|
236
236
|
})));
|
|
237
237
|
};
|
|
238
|
-
var ForwardRef$
|
|
238
|
+
var ForwardRef$11 = /*#__PURE__*/forwardRef(SvgCalendar18);
|
|
239
239
|
|
|
240
|
-
var _path
|
|
241
|
-
function _extends$
|
|
240
|
+
var _path$_;
|
|
241
|
+
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); }
|
|
242
242
|
var SvgCalendar24 = function SvgCalendar24(props, ref) {
|
|
243
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
243
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
244
244
|
xmlns: "http://www.w3.org/2000/svg",
|
|
245
245
|
width: 24,
|
|
246
246
|
height: 24,
|
|
247
247
|
viewBox: "0 0 24 24",
|
|
248
248
|
ref: ref
|
|
249
|
-
}, props), _path
|
|
249
|
+
}, props), _path$_ || (_path$_ = /*#__PURE__*/React.createElement("path", {
|
|
250
250
|
fillRule: "evenodd",
|
|
251
251
|
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"
|
|
252
252
|
})));
|
|
253
253
|
};
|
|
254
|
-
var ForwardRef$
|
|
254
|
+
var ForwardRef$10 = /*#__PURE__*/forwardRef(SvgCalendar24);
|
|
255
255
|
|
|
256
|
-
var _path$
|
|
257
|
-
function _extends
|
|
256
|
+
var _path$Z;
|
|
257
|
+
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); }
|
|
258
258
|
var SvgInfo12 = function SvgInfo12(props, ref) {
|
|
259
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
259
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
260
260
|
width: 12,
|
|
261
261
|
height: 12,
|
|
262
262
|
viewBox: "0 0 12 12",
|
|
263
263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
264
264
|
ref: ref
|
|
265
|
-
}, props), _path$
|
|
265
|
+
}, props), _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
|
|
266
266
|
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",
|
|
267
267
|
fillRule: "evenodd"
|
|
268
268
|
})));
|
|
269
269
|
};
|
|
270
|
-
var ForwardRef
|
|
270
|
+
var ForwardRef$$ = /*#__PURE__*/forwardRef(SvgInfo12);
|
|
271
271
|
|
|
272
|
-
var _path$
|
|
273
|
-
function _extends
|
|
272
|
+
var _path$Y;
|
|
273
|
+
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); }
|
|
274
274
|
var SvgInfo18 = function SvgInfo18(props, ref) {
|
|
275
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
275
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
276
276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
277
277
|
width: 18,
|
|
278
278
|
height: 18,
|
|
279
279
|
viewBox: "0 0 18 18",
|
|
280
280
|
ref: ref
|
|
281
|
-
}, props), _path$
|
|
281
|
+
}, props), _path$Y || (_path$Y = /*#__PURE__*/React.createElement("path", {
|
|
282
282
|
fillRule: "evenodd",
|
|
283
283
|
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"
|
|
284
284
|
})));
|
|
285
285
|
};
|
|
286
|
-
var ForwardRef
|
|
286
|
+
var ForwardRef$_ = /*#__PURE__*/forwardRef(SvgInfo18);
|
|
287
287
|
|
|
288
|
-
var _path$
|
|
289
|
-
function _extends$
|
|
288
|
+
var _path$X;
|
|
289
|
+
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); }
|
|
290
290
|
var SvgInfo24 = function SvgInfo24(props, ref) {
|
|
291
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
291
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
292
292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
293
293
|
width: 24,
|
|
294
294
|
height: 24,
|
|
295
295
|
viewBox: "0 0 24 24",
|
|
296
296
|
ref: ref
|
|
297
|
-
}, props), _path$
|
|
297
|
+
}, props), _path$X || (_path$X = /*#__PURE__*/React.createElement("path", {
|
|
298
298
|
fillRule: "evenodd",
|
|
299
299
|
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"
|
|
300
300
|
})));
|
|
301
301
|
};
|
|
302
|
-
var ForwardRef$
|
|
302
|
+
var ForwardRef$Z = /*#__PURE__*/forwardRef(SvgInfo24);
|
|
303
303
|
|
|
304
|
-
var _path$
|
|
305
|
-
function _extends$
|
|
304
|
+
var _path$W;
|
|
305
|
+
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); }
|
|
306
306
|
var SvgHelpFill10 = function SvgHelpFill10(props, ref) {
|
|
307
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
307
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
308
308
|
width: 10,
|
|
309
309
|
height: 10,
|
|
310
310
|
viewBox: "0 0 10 10",
|
|
311
311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
312
312
|
ref: ref
|
|
313
|
-
}, props), _path$
|
|
313
|
+
}, props), _path$W || (_path$W = /*#__PURE__*/React.createElement("path", {
|
|
314
314
|
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"
|
|
315
315
|
})));
|
|
316
316
|
};
|
|
317
|
-
var ForwardRef$
|
|
317
|
+
var ForwardRef$Y = /*#__PURE__*/forwardRef(SvgHelpFill10);
|
|
318
318
|
|
|
319
|
-
var _path$
|
|
320
|
-
function _extends$
|
|
319
|
+
var _path$V;
|
|
320
|
+
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); }
|
|
321
321
|
var SvgHelpFill16 = function SvgHelpFill16(props, ref) {
|
|
322
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
322
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
323
323
|
width: 16,
|
|
324
324
|
height: 16,
|
|
325
325
|
viewBox: "0 0 16 16",
|
|
326
326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
327
327
|
ref: ref
|
|
328
|
-
}, props), _path$W || (_path$W = /*#__PURE__*/React.createElement("path", {
|
|
329
|
-
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"
|
|
330
|
-
})));
|
|
331
|
-
};
|
|
332
|
-
var ForwardRef$Y = /*#__PURE__*/forwardRef(SvgHelpFill16);
|
|
333
|
-
|
|
334
|
-
var _path$V;
|
|
335
|
-
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); }
|
|
336
|
-
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
337
|
-
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
338
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
339
|
-
width: 24,
|
|
340
|
-
height: 24,
|
|
341
|
-
viewBox: "0 0 24 24",
|
|
342
|
-
ref: ref
|
|
343
328
|
}, props), _path$V || (_path$V = /*#__PURE__*/React.createElement("path", {
|
|
344
|
-
|
|
345
|
-
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",
|
|
346
|
-
clipRule: "evenodd"
|
|
329
|
+
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"
|
|
347
330
|
})));
|
|
348
331
|
};
|
|
349
|
-
var ForwardRef$X = /*#__PURE__*/forwardRef(
|
|
332
|
+
var ForwardRef$X = /*#__PURE__*/forwardRef(SvgHelpFill16);
|
|
350
333
|
|
|
351
334
|
var _path$U;
|
|
352
335
|
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); }
|
|
353
|
-
var
|
|
336
|
+
var SvgFileFileWord24 = function SvgFileFileWord24(props, ref) {
|
|
354
337
|
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
355
338
|
xmlns: "http://www.w3.org/2000/svg",
|
|
356
|
-
width:
|
|
339
|
+
width: 25,
|
|
357
340
|
height: 24,
|
|
358
|
-
viewBox: "0 0
|
|
341
|
+
viewBox: "0 0 25 24",
|
|
359
342
|
ref: ref
|
|
360
343
|
}, props), _path$U || (_path$U = /*#__PURE__*/React.createElement("path", {
|
|
361
344
|
fillRule: "evenodd",
|
|
362
|
-
d: "M14
|
|
345
|
+
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",
|
|
363
346
|
clipRule: "evenodd"
|
|
364
347
|
})));
|
|
365
348
|
};
|
|
366
|
-
var ForwardRef$W = /*#__PURE__*/forwardRef(
|
|
349
|
+
var ForwardRef$W = /*#__PURE__*/forwardRef(SvgFileFileWord24);
|
|
367
350
|
|
|
368
351
|
var _path$T;
|
|
369
352
|
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); }
|
|
370
|
-
var
|
|
353
|
+
var SvgFileFileExcel24 = function SvgFileFileExcel24(props, ref) {
|
|
371
354
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
372
355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
373
|
-
width:
|
|
356
|
+
width: 25,
|
|
374
357
|
height: 24,
|
|
375
|
-
viewBox: "0 0
|
|
358
|
+
viewBox: "0 0 25 24",
|
|
376
359
|
ref: ref
|
|
377
360
|
}, props), _path$T || (_path$T = /*#__PURE__*/React.createElement("path", {
|
|
378
361
|
fillRule: "evenodd",
|
|
379
|
-
d: "
|
|
362
|
+
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",
|
|
380
363
|
clipRule: "evenodd"
|
|
381
364
|
})));
|
|
382
365
|
};
|
|
383
|
-
var ForwardRef$V = /*#__PURE__*/forwardRef(
|
|
366
|
+
var ForwardRef$V = /*#__PURE__*/forwardRef(SvgFileFileExcel24);
|
|
384
367
|
|
|
385
368
|
var _path$S;
|
|
386
369
|
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); }
|
|
387
|
-
var
|
|
370
|
+
var SvgFileFilePdf24 = function SvgFileFilePdf24(props, ref) {
|
|
388
371
|
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
389
372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
390
|
-
width:
|
|
373
|
+
width: 25,
|
|
391
374
|
height: 24,
|
|
392
|
-
viewBox: "0 0
|
|
375
|
+
viewBox: "0 0 25 24",
|
|
393
376
|
ref: ref
|
|
394
377
|
}, props), _path$S || (_path$S = /*#__PURE__*/React.createElement("path", {
|
|
395
378
|
fillRule: "evenodd",
|
|
396
|
-
d: "M13
|
|
379
|
+
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",
|
|
397
380
|
clipRule: "evenodd"
|
|
398
381
|
})));
|
|
399
382
|
};
|
|
400
|
-
var ForwardRef$U = /*#__PURE__*/forwardRef(
|
|
383
|
+
var ForwardRef$U = /*#__PURE__*/forwardRef(SvgFileFilePdf24);
|
|
401
384
|
|
|
402
|
-
var _path$R
|
|
385
|
+
var _path$R;
|
|
403
386
|
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); }
|
|
404
|
-
var
|
|
387
|
+
var SvgFileFileImage24 = function SvgFileFileImage24(props, ref) {
|
|
405
388
|
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
406
389
|
xmlns: "http://www.w3.org/2000/svg",
|
|
407
|
-
width:
|
|
390
|
+
width: 25,
|
|
408
391
|
height: 24,
|
|
409
|
-
viewBox: "0 0
|
|
392
|
+
viewBox: "0 0 25 24",
|
|
410
393
|
ref: ref
|
|
411
394
|
}, props), _path$R || (_path$R = /*#__PURE__*/React.createElement("path", {
|
|
412
|
-
d: "M14.992 14 9.5 17.138v-6.276L14.992 14z"
|
|
413
|
-
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
414
395
|
fillRule: "evenodd",
|
|
415
|
-
d: "
|
|
396
|
+
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",
|
|
416
397
|
clipRule: "evenodd"
|
|
417
398
|
})));
|
|
418
399
|
};
|
|
419
|
-
var ForwardRef$T = /*#__PURE__*/forwardRef(
|
|
400
|
+
var ForwardRef$T = /*#__PURE__*/forwardRef(SvgFileFileImage24);
|
|
420
401
|
|
|
421
|
-
var _path$Q;
|
|
402
|
+
var _path$Q, _path2$5;
|
|
422
403
|
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); }
|
|
423
|
-
var
|
|
404
|
+
var SvgFileFileVideo24 = function SvgFileFileVideo24(props, ref) {
|
|
424
405
|
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
425
406
|
xmlns: "http://www.w3.org/2000/svg",
|
|
426
|
-
width:
|
|
407
|
+
width: 25,
|
|
427
408
|
height: 24,
|
|
428
|
-
viewBox: "0 0
|
|
409
|
+
viewBox: "0 0 25 24",
|
|
429
410
|
ref: ref
|
|
430
411
|
}, props), _path$Q || (_path$Q = /*#__PURE__*/React.createElement("path", {
|
|
412
|
+
d: "M15.492 14 10 17.138v-6.276L15.492 14z"
|
|
413
|
+
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
|
431
414
|
fillRule: "evenodd",
|
|
432
|
-
d: "
|
|
415
|
+
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",
|
|
433
416
|
clipRule: "evenodd"
|
|
434
417
|
})));
|
|
435
418
|
};
|
|
436
|
-
var ForwardRef$S = /*#__PURE__*/forwardRef(
|
|
419
|
+
var ForwardRef$S = /*#__PURE__*/forwardRef(SvgFileFileVideo24);
|
|
437
420
|
|
|
438
421
|
var _path$P;
|
|
439
422
|
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); }
|
|
440
|
-
var
|
|
423
|
+
var SvgFileFileTable24 = function SvgFileFileTable24(props, ref) {
|
|
441
424
|
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
442
425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
443
|
-
width:
|
|
426
|
+
width: 25,
|
|
444
427
|
height: 24,
|
|
445
|
-
viewBox: "0 0
|
|
428
|
+
viewBox: "0 0 25 24",
|
|
446
429
|
ref: ref
|
|
447
430
|
}, props), _path$P || (_path$P = /*#__PURE__*/React.createElement("path", {
|
|
448
431
|
fillRule: "evenodd",
|
|
449
|
-
d: "
|
|
432
|
+
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",
|
|
450
433
|
clipRule: "evenodd"
|
|
451
434
|
})));
|
|
452
435
|
};
|
|
453
|
-
var ForwardRef$R = /*#__PURE__*/forwardRef(
|
|
436
|
+
var ForwardRef$R = /*#__PURE__*/forwardRef(SvgFileFileTable24);
|
|
454
437
|
|
|
455
438
|
var _path$O;
|
|
456
439
|
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); }
|
|
457
|
-
var
|
|
440
|
+
var SvgFileFileText24 = function SvgFileFileText24(props, ref) {
|
|
458
441
|
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
459
442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
460
|
-
width:
|
|
443
|
+
width: 25,
|
|
461
444
|
height: 24,
|
|
462
|
-
viewBox: "0 0
|
|
445
|
+
viewBox: "0 0 25 24",
|
|
463
446
|
ref: ref
|
|
464
447
|
}, props), _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
|
|
465
448
|
fillRule: "evenodd",
|
|
466
|
-
d: "
|
|
449
|
+
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",
|
|
467
450
|
clipRule: "evenodd"
|
|
468
451
|
})));
|
|
469
452
|
};
|
|
470
|
-
var ForwardRef$Q = /*#__PURE__*/forwardRef(
|
|
453
|
+
var ForwardRef$Q = /*#__PURE__*/forwardRef(SvgFileFileText24);
|
|
471
454
|
|
|
472
455
|
var _path$N;
|
|
473
456
|
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); }
|
|
474
|
-
var
|
|
457
|
+
var SvgFileFileEml24 = function SvgFileFileEml24(props, ref) {
|
|
475
458
|
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
476
459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
477
|
-
width:
|
|
460
|
+
width: 25,
|
|
478
461
|
height: 24,
|
|
479
|
-
viewBox: "0 0
|
|
462
|
+
viewBox: "0 0 25 24",
|
|
480
463
|
ref: ref
|
|
481
464
|
}, props), _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
|
|
482
465
|
fillRule: "evenodd",
|
|
483
|
-
d: "
|
|
466
|
+
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",
|
|
484
467
|
clipRule: "evenodd"
|
|
485
468
|
})));
|
|
486
469
|
};
|
|
487
|
-
var ForwardRef$P = /*#__PURE__*/forwardRef(
|
|
470
|
+
var ForwardRef$P = /*#__PURE__*/forwardRef(SvgFileFileEml24);
|
|
471
|
+
|
|
472
|
+
var _path$M;
|
|
473
|
+
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); }
|
|
474
|
+
var SvgFileFile24 = function SvgFileFile24(props, ref) {
|
|
475
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
476
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
477
|
+
width: 25,
|
|
478
|
+
height: 24,
|
|
479
|
+
viewBox: "0 0 25 24",
|
|
480
|
+
ref: ref
|
|
481
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
482
|
+
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"
|
|
483
|
+
})));
|
|
484
|
+
};
|
|
485
|
+
var ForwardRef$O = /*#__PURE__*/forwardRef(SvgFileFile24);
|
|
488
486
|
|
|
489
487
|
const fileIcons = {
|
|
490
|
-
docIcon: ForwardRef$
|
|
491
|
-
exelIcon: ForwardRef$
|
|
492
|
-
pdfIcon: ForwardRef$
|
|
493
|
-
imgIcon: ForwardRef$
|
|
494
|
-
videoIcon: ForwardRef$
|
|
495
|
-
tableIcon: ForwardRef$
|
|
496
|
-
textIcon: ForwardRef$
|
|
497
|
-
mailIcon: ForwardRef$
|
|
498
|
-
fileIcon: ForwardRef$
|
|
488
|
+
docIcon: ForwardRef$W,
|
|
489
|
+
exelIcon: ForwardRef$V,
|
|
490
|
+
pdfIcon: ForwardRef$U,
|
|
491
|
+
imgIcon: ForwardRef$T,
|
|
492
|
+
videoIcon: ForwardRef$S,
|
|
493
|
+
tableIcon: ForwardRef$R,
|
|
494
|
+
textIcon: ForwardRef$Q,
|
|
495
|
+
mailIcon: ForwardRef$P,
|
|
496
|
+
fileIcon: ForwardRef$O,
|
|
499
497
|
};
|
|
500
498
|
const systemIcons = {
|
|
501
499
|
18: {
|
|
502
|
-
clear: ForwardRef$1f,
|
|
503
|
-
foldingArrow: ForwardRef$1c,
|
|
504
|
-
accept: ForwardRef$19,
|
|
505
|
-
search: ForwardRef$16,
|
|
506
|
-
calendar: ForwardRef$13,
|
|
507
|
-
info: ForwardRef$10,
|
|
508
|
-
help: ForwardRef$Z,
|
|
509
|
-
},
|
|
510
|
-
24: {
|
|
511
|
-
clear: ForwardRef$1f,
|
|
512
|
-
foldingArrow: ForwardRef$1c,
|
|
513
|
-
accept: ForwardRef$19,
|
|
514
|
-
search: ForwardRef$16,
|
|
515
|
-
calendar: ForwardRef$13,
|
|
516
|
-
info: ForwardRef$10,
|
|
517
|
-
help: ForwardRef$Z,
|
|
518
|
-
},
|
|
519
|
-
30: {
|
|
520
|
-
clear: ForwardRef$1e,
|
|
521
|
-
foldingArrow: ForwardRef$1b,
|
|
522
|
-
accept: ForwardRef$18,
|
|
523
|
-
search: ForwardRef$15,
|
|
524
|
-
calendar: ForwardRef$12,
|
|
525
|
-
info: ForwardRef$$,
|
|
526
|
-
help: ForwardRef$Z,
|
|
527
|
-
},
|
|
528
|
-
36: {
|
|
529
500
|
clear: ForwardRef$1e,
|
|
530
501
|
foldingArrow: ForwardRef$1b,
|
|
531
502
|
accept: ForwardRef$18,
|
|
@@ -534,7 +505,7 @@ const systemIcons = {
|
|
|
534
505
|
info: ForwardRef$$,
|
|
535
506
|
help: ForwardRef$Y,
|
|
536
507
|
},
|
|
537
|
-
|
|
508
|
+
24: {
|
|
538
509
|
clear: ForwardRef$1e,
|
|
539
510
|
foldingArrow: ForwardRef$1b,
|
|
540
511
|
accept: ForwardRef$18,
|
|
@@ -543,7 +514,7 @@ const systemIcons = {
|
|
|
543
514
|
info: ForwardRef$$,
|
|
544
515
|
help: ForwardRef$Y,
|
|
545
516
|
},
|
|
546
|
-
|
|
517
|
+
30: {
|
|
547
518
|
clear: ForwardRef$1d,
|
|
548
519
|
foldingArrow: ForwardRef$1a,
|
|
549
520
|
accept: ForwardRef$17,
|
|
@@ -552,31 +523,58 @@ const systemIcons = {
|
|
|
552
523
|
info: ForwardRef$_,
|
|
553
524
|
help: ForwardRef$Y,
|
|
554
525
|
},
|
|
555
|
-
|
|
526
|
+
36: {
|
|
556
527
|
clear: ForwardRef$1d,
|
|
557
528
|
foldingArrow: ForwardRef$1a,
|
|
558
529
|
accept: ForwardRef$17,
|
|
559
530
|
search: ForwardRef$14,
|
|
560
531
|
calendar: ForwardRef$11,
|
|
561
532
|
info: ForwardRef$_,
|
|
562
|
-
help: ForwardRef$
|
|
533
|
+
help: ForwardRef$X,
|
|
534
|
+
},
|
|
535
|
+
42: {
|
|
536
|
+
clear: ForwardRef$1d,
|
|
537
|
+
foldingArrow: ForwardRef$1a,
|
|
538
|
+
accept: ForwardRef$17,
|
|
539
|
+
search: ForwardRef$14,
|
|
540
|
+
calendar: ForwardRef$11,
|
|
541
|
+
info: ForwardRef$_,
|
|
542
|
+
help: ForwardRef$X,
|
|
543
|
+
},
|
|
544
|
+
48: {
|
|
545
|
+
clear: ForwardRef$1c,
|
|
546
|
+
foldingArrow: ForwardRef$19,
|
|
547
|
+
accept: ForwardRef$16,
|
|
548
|
+
search: ForwardRef$13,
|
|
549
|
+
calendar: ForwardRef$10,
|
|
550
|
+
info: ForwardRef$Z,
|
|
551
|
+
help: ForwardRef$X,
|
|
552
|
+
},
|
|
553
|
+
60: {
|
|
554
|
+
clear: ForwardRef$1c,
|
|
555
|
+
foldingArrow: ForwardRef$19,
|
|
556
|
+
accept: ForwardRef$16,
|
|
557
|
+
search: ForwardRef$13,
|
|
558
|
+
calendar: ForwardRef$10,
|
|
559
|
+
info: ForwardRef$Z,
|
|
560
|
+
help: ForwardRef$X,
|
|
563
561
|
},
|
|
564
562
|
none: {
|
|
565
|
-
clear: ForwardRef$
|
|
566
|
-
foldingArrow: ForwardRef$
|
|
567
|
-
accept: ForwardRef$
|
|
568
|
-
search: ForwardRef$
|
|
569
|
-
calendar: ForwardRef$
|
|
570
|
-
info: ForwardRef
|
|
571
|
-
help: ForwardRef$
|
|
563
|
+
clear: ForwardRef$1d,
|
|
564
|
+
foldingArrow: ForwardRef$1a,
|
|
565
|
+
accept: ForwardRef$17,
|
|
566
|
+
search: ForwardRef$14,
|
|
567
|
+
calendar: ForwardRef$11,
|
|
568
|
+
info: ForwardRef$_,
|
|
569
|
+
help: ForwardRef$X,
|
|
572
570
|
},
|
|
573
571
|
};
|
|
574
572
|
|
|
575
|
-
var css$1m = {"root":"
|
|
573
|
+
var css$1m = {"root":"NrLoGz"};
|
|
576
574
|
|
|
577
575
|
const AvatarStack = withMods(AvatarStack$1, () => [css$1m.root]);
|
|
578
576
|
|
|
579
|
-
var css$1l = {"root":"
|
|
577
|
+
var css$1l = {"root":"QfyBG0","size-24":"PY7xgA","size-18":"Y6pS80","size-12":"K8DUd7","size24":"PY7xgA","size18":"Y6pS80","size12":"K8DUd7"};
|
|
580
578
|
|
|
581
579
|
const CountIndicator = forwardRef((props, ref) => {
|
|
582
580
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -588,7 +586,7 @@ const CountIndicator = forwardRef((props, ref) => {
|
|
|
588
586
|
]) }, props.caption));
|
|
589
587
|
});
|
|
590
588
|
|
|
591
|
-
var css$1k = {"uui-typography":"
|
|
589
|
+
var css$1k = {"uui-typography":"-akWuT","hero-header":"JGJxwx","promo-header":"_8P7JKH","uui-critical":"y4yjv5","uui-info":"MKIW-M","uui-success":"-GoKJO","uui-warning":"YlTAqE","uui-highlight":"fh2DWw","uui-typography-size-12":"_20FNZB","uui-typography-size-14":"_64ZrFp","uui-typography-size-16":"MzvRJp","root":"_8zk-jf","size-18":"gEYvm-","size-24":"HitIUM","size-30":"RFzykC","size-36":"_1Ce-iw","size-42":"Um4nYO","size-48":"mYpTc2","uuiTypography":"-akWuT","heroHeader":"JGJxwx","promoHeader":"_8P7JKH","uuiCritical":"y4yjv5","uuiInfo":"MKIW-M","uuiSuccess":"-GoKJO","uuiWarning":"YlTAqE","uuiHighlight":"fh2DWw","uuiTypographySize12":"_20FNZB","uuiTypographySize14":"_64ZrFp","uuiTypographySize16":"MzvRJp","size18":"gEYvm-","size24":"HitIUM","size30":"RFzykC","size36":"_1Ce-iw","size42":"Um4nYO","size48":"mYpTc2"};
|
|
592
590
|
|
|
593
591
|
const defaultSize$b = '36';
|
|
594
592
|
const mapSize$1 = {
|
|
@@ -636,7 +634,7 @@ const Badge = withMods(Button$1, applyBadgeMods, (props) => {
|
|
|
636
634
|
};
|
|
637
635
|
});
|
|
638
636
|
|
|
639
|
-
var css$1j = {"uui-typography":"
|
|
637
|
+
var css$1j = {"uui-typography":"T74y0l","hero-header":"mNG2yz","promo-header":"xnE0vb","uui-critical":"MnGhyo","uui-info":"qCSNJn","uui-success":"uuzRY1","uui-warning":"zURsNN","uui-highlight":"C8t-cJ","uui-typography-size-12":"ub5-qH","uui-typography-size-14":"Dx6LRN","uui-typography-size-16":"WaTw5w","root":"MGlfll","size-18":"JOFZzG","size-24":"hPyg7E","size-30":"zOinHk","size-36":"Y0Hp4G","size-42":"_95CitI","size-48":"NW-K6O","uuiTypography":"T74y0l","heroHeader":"mNG2yz","promoHeader":"xnE0vb","uuiCritical":"MnGhyo","uuiInfo":"qCSNJn","uuiSuccess":"uuzRY1","uuiWarning":"zURsNN","uuiHighlight":"C8t-cJ","uuiTypographySize12":"ub5-qH","uuiTypographySize14":"Dx6LRN","uuiTypographySize16":"WaTw5w","size18":"JOFZzG","size24":"hPyg7E","size30":"zOinHk","size36":"Y0Hp4G","size42":"_95CitI","size48":"NW-K6O"};
|
|
640
638
|
|
|
641
639
|
const defaultSize$a = '36';
|
|
642
640
|
const mapSize = {
|
|
@@ -655,102 +653,103 @@ const mapCountIndicatorSizes = {
|
|
|
655
653
|
42: '24',
|
|
656
654
|
48: '24',
|
|
657
655
|
};
|
|
658
|
-
function applyTagMods(
|
|
656
|
+
function applyTagMods(props) {
|
|
659
657
|
return [
|
|
660
|
-
css$1j['size-' + (
|
|
658
|
+
css$1j['size-' + (props.size || defaultSize$a)],
|
|
661
659
|
css$1j.root,
|
|
662
|
-
|
|
660
|
+
`uui-color-${props.color || 'neutral'}`,
|
|
661
|
+
`uui-fill-${props.fill || 'solid'}`,
|
|
663
662
|
'uui-tag',
|
|
664
663
|
];
|
|
665
664
|
}
|
|
666
665
|
const Tag = withMods(Button$1, applyTagMods, (props) => ({
|
|
667
666
|
dropdownIcon: systemIcons[mapSize[props.size] || defaultSize$a].foldingArrow,
|
|
668
667
|
clearIcon: systemIcons[mapSize[props.size] || defaultSize$a].clear,
|
|
669
|
-
countIndicator: (countIndicatorProps) => (React__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color:
|
|
668
|
+
countIndicator: (countIndicatorProps) => (React__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: (!props.color || props.color === 'neutral') ? 'white' : props.color, size: mapCountIndicatorSizes[props.size || defaultSize$a] }))),
|
|
670
669
|
}));
|
|
671
670
|
|
|
672
|
-
var css$1i = {"root":"
|
|
671
|
+
var css$1i = {"root":"eh-eh1","uui-spinner":"i7T6N0","uuiSpinner":"i7T6N0"};
|
|
673
672
|
|
|
674
673
|
function applySpinnerMods() {
|
|
675
674
|
return [css$1i.root, 'uui-spinner'];
|
|
676
675
|
}
|
|
677
676
|
const Spinner = withMods(Spinner$1, applySpinnerMods);
|
|
678
677
|
|
|
679
|
-
var css$1h = {"root":"
|
|
678
|
+
var css$1h = {"root":"-PRx7y","spacer":"JHnLL1","mode-ghost":"_-7hsPv","size-24":"_0Wh5ss","size-30":"k245vA","navigation-size-24":"_1wGax-","navigation-size-30":"_2SacKI","modeGhost":"_-7hsPv","size24":"_0Wh5ss","size30":"k245vA","navigationSize24":"_1wGax-","navigationSize30":"_2SacKI"};
|
|
680
679
|
|
|
681
|
-
var _path$
|
|
682
|
-
function _extends$
|
|
680
|
+
var _path$L;
|
|
681
|
+
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); }
|
|
683
682
|
var SvgNavigationChevronLeft12 = function SvgNavigationChevronLeft12(props, ref) {
|
|
684
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
683
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
685
684
|
xmlns: "http://www.w3.org/2000/svg",
|
|
686
|
-
width:
|
|
685
|
+
width: 13,
|
|
687
686
|
height: 12,
|
|
688
|
-
viewBox: "0 0
|
|
687
|
+
viewBox: "0 0 13 12",
|
|
689
688
|
ref: ref
|
|
690
|
-
}, props), _path$
|
|
689
|
+
}, props), _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
|
|
691
690
|
fillRule: "evenodd",
|
|
692
|
-
d: "
|
|
691
|
+
d: "M8.205 3.705 7.5 3l-3 3 3 3 .705-.705L5.915 6l2.29-2.295z",
|
|
693
692
|
clipRule: "evenodd"
|
|
694
693
|
})));
|
|
695
694
|
};
|
|
696
|
-
var ForwardRef$
|
|
695
|
+
var ForwardRef$N = /*#__PURE__*/forwardRef(SvgNavigationChevronLeft12);
|
|
697
696
|
|
|
698
|
-
var _path$
|
|
699
|
-
function _extends$
|
|
697
|
+
var _path$K;
|
|
698
|
+
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); }
|
|
700
699
|
var SvgNavigationChevronRight12 = function SvgNavigationChevronRight12(props, ref) {
|
|
701
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
700
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
702
701
|
xmlns: "http://www.w3.org/2000/svg",
|
|
703
|
-
width:
|
|
702
|
+
width: 13,
|
|
704
703
|
height: 12,
|
|
705
|
-
viewBox: "0 0
|
|
704
|
+
viewBox: "0 0 13 12",
|
|
706
705
|
ref: ref
|
|
707
|
-
}, props), _path$
|
|
706
|
+
}, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
|
|
708
707
|
fillRule: "evenodd",
|
|
709
|
-
d: "m5 3-.705.
|
|
708
|
+
d: "m5.5 3-.705.705L7.085 6l-2.29 2.295L5.5 9l3-3-3-3z",
|
|
710
709
|
clipRule: "evenodd"
|
|
711
710
|
})));
|
|
712
711
|
};
|
|
713
|
-
var ForwardRef$
|
|
712
|
+
var ForwardRef$M = /*#__PURE__*/forwardRef(SvgNavigationChevronRight12);
|
|
714
713
|
|
|
715
|
-
var _path$
|
|
716
|
-
function _extends$
|
|
714
|
+
var _path$J;
|
|
715
|
+
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); }
|
|
717
716
|
var SvgNavigationChevronLeft18 = function SvgNavigationChevronLeft18(props, ref) {
|
|
718
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
717
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
719
718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
720
719
|
width: 18,
|
|
721
720
|
height: 18,
|
|
722
721
|
viewBox: "0 0 18 18",
|
|
723
722
|
ref: ref
|
|
724
|
-
}, props), _path$
|
|
723
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
725
724
|
fillRule: "evenodd",
|
|
726
725
|
d: "M11.557 5.558 10.5 4.5 6 9l4.5 4.5 1.057-1.057L8.123 9l3.434-3.442z",
|
|
727
726
|
clipRule: "evenodd"
|
|
728
727
|
})));
|
|
729
728
|
};
|
|
730
|
-
var ForwardRef$
|
|
729
|
+
var ForwardRef$L = /*#__PURE__*/forwardRef(SvgNavigationChevronLeft18);
|
|
731
730
|
|
|
732
|
-
var _path$
|
|
733
|
-
function _extends$
|
|
731
|
+
var _path$I;
|
|
732
|
+
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); }
|
|
734
733
|
var SvgNavigationChevronRight18 = function SvgNavigationChevronRight18(props, ref) {
|
|
735
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
734
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
736
735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
737
736
|
width: 18,
|
|
738
737
|
height: 18,
|
|
739
738
|
viewBox: "0 0 18 18",
|
|
740
739
|
ref: ref
|
|
741
|
-
}, props), _path$
|
|
740
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
|
|
742
741
|
fillRule: "evenodd",
|
|
743
742
|
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",
|
|
744
743
|
clipRule: "evenodd"
|
|
745
744
|
})));
|
|
746
745
|
};
|
|
747
|
-
var ForwardRef$
|
|
746
|
+
var ForwardRef$K = /*#__PURE__*/forwardRef(SvgNavigationChevronRight18);
|
|
748
747
|
|
|
749
748
|
function Paginator(props) {
|
|
750
749
|
const renderPaginator = (params) => {
|
|
751
750
|
var _a, _b;
|
|
752
751
|
return (React__default.createElement("nav", Object.assign({ role: "navigation", className: cx(css$1h.root, 'uui-paginator') }, params.rawProps),
|
|
753
|
-
React__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$
|
|
752
|
+
React__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" }),
|
|
754
753
|
params.pages.map((page, index) => {
|
|
755
754
|
var _a, _b;
|
|
756
755
|
if (page.type === 'spacer') {
|
|
@@ -760,19 +759,19 @@ function Paginator(props) {
|
|
|
760
759
|
return (React__default.createElement(Button, { cx: cx(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" }));
|
|
761
760
|
}
|
|
762
761
|
}),
|
|
763
|
-
React__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$
|
|
762
|
+
React__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" })));
|
|
764
763
|
};
|
|
765
764
|
return React__default.createElement(Paginator$1, Object.assign({}, props, { render: renderPaginator }));
|
|
766
765
|
}
|
|
767
766
|
|
|
768
|
-
var css$1g = {"root":"
|
|
767
|
+
var css$1g = {"root":"tl0T-s","progress-bar":"ITHLfV","progressBar-indeterminate":"oYgN4l","size-12":"_1s3QjG","size-18":"_64OCZi","size-24":"HkRY4o","progressBar":"ITHLfV","progressBarIndeterminate":"oYgN4l","size12":"_1s3QjG","size18":"_64OCZi","size24":"HkRY4o"};
|
|
769
768
|
|
|
770
769
|
const IndeterminateBar = React.forwardRef((props, ref) => {
|
|
771
770
|
return (React.createElement("div", { ref: ref, className: cx('uui-indeterminate_bar', props.cx, css$1g.root, css$1g[`size-${props.size || 12}`]) },
|
|
772
771
|
React.createElement("div", { className: cx(css$1g.progressBar) })));
|
|
773
772
|
});
|
|
774
773
|
|
|
775
|
-
var css$1f = {"root":"
|
|
774
|
+
var css$1f = {"root":"cHrEv7","striped":"prlax3","animate-stripes":"T1--ZB","size-12":"szWaHn","size-18":"anuNQk","size-24":"R1Z5IN","animateStripes":"T1--ZB","size12":"szWaHn","size18":"anuNQk","size24":"R1Z5IN"};
|
|
776
775
|
|
|
777
776
|
const defaultSize$9 = '12';
|
|
778
777
|
function applyProgressBarMods(mods) {
|
|
@@ -787,14 +786,14 @@ const ProgressBar = withMods(ProgressBar$1, applyProgressBarMods, (props) => ({
|
|
|
787
786
|
hideLabel: props.hideLabel || props.striped,
|
|
788
787
|
}));
|
|
789
788
|
|
|
790
|
-
var css$1e = {"root":"
|
|
789
|
+
var css$1e = {"root":"P0Y-R1"};
|
|
791
790
|
|
|
792
791
|
const IndicatorBar = React.forwardRef((props, ref) => {
|
|
793
792
|
const { progress } = props;
|
|
794
793
|
return progress || progress === 0 ? (React.createElement(ProgressBar, { ref: ref, progress: progress, cx: cx(css$1e.root, props.cx), hideLabel: true })) : (React.createElement(IndeterminateBar, { ref: ref, cx: cx(css$1e.root, props.cx) }));
|
|
795
794
|
});
|
|
796
795
|
|
|
797
|
-
var css$1d = {"root":"
|
|
796
|
+
var css$1d = {"root":"H1B8Uz","size-12":"QkXGBI","size-18":"gV1IRM","size-24":"_9FMq61","size12":"QkXGBI","size18":"gV1IRM","size24":"_9FMq61"};
|
|
798
797
|
|
|
799
798
|
const StatusIndicator = forwardRef((props, ref) => {
|
|
800
799
|
return (React__default.createElement("div", { ref: ref, className: cx([
|
|
@@ -809,11 +808,8 @@ const StatusIndicator = forwardRef((props, ref) => {
|
|
|
809
808
|
React__default.createElement("p", { className: "uui-status_indicator_caption" }, props.caption)));
|
|
810
809
|
});
|
|
811
810
|
|
|
812
|
-
var css$1c = {"uui-typography":"
|
|
811
|
+
var css$1c = {"uui-typography":"gq5eIv","hero-header":"-UaDar","promo-header":"Qivptp","uui-critical":"EvtLeP","uui-info":"L9BjlN","uui-success":"z4D3pl","uui-warning":"_5cL9FZ","uui-highlight":"VajIfA","uui-typography-size-12":"LyPili","uui-typography-size-14":"_8H8g8I","uui-typography-size-16":"_0W8mSU","root":"n9QggH","uuiTypography":"gq5eIv","heroHeader":"-UaDar","promoHeader":"Qivptp","uuiCritical":"EvtLeP","uuiInfo":"L9BjlN","uuiSuccess":"z4D3pl","uuiWarning":"_5cL9FZ","uuiHighlight":"VajIfA","uuiTypographySize12":"LyPili","uuiTypographySize14":"_8H8g8I","uuiTypographySize16":"_0W8mSU"};
|
|
813
812
|
|
|
814
|
-
const allButtonColors = [
|
|
815
|
-
'accent', 'primary', 'critical', 'secondary', 'neutral',
|
|
816
|
-
];
|
|
817
813
|
const defaultSize$8 = '36';
|
|
818
814
|
function applyButtonMods(mods) {
|
|
819
815
|
return [
|
|
@@ -830,7 +826,7 @@ const Button = withMods(Button$1, applyButtonMods, (props) => ({
|
|
|
830
826
|
countIndicator: (countIndicatorProps) => React__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: "white" })),
|
|
831
827
|
}));
|
|
832
828
|
|
|
833
|
-
var css$1b = {"root":"
|
|
829
|
+
var css$1b = {"root":"sudd16"};
|
|
834
830
|
|
|
835
831
|
const allIconColors = [
|
|
836
832
|
'info', 'success', 'warning', 'error', 'secondary', 'neutral',
|
|
@@ -840,7 +836,7 @@ function applyIconButtonMods(mods) {
|
|
|
840
836
|
}
|
|
841
837
|
const IconButton = withMods(IconButton$1, applyIconButtonMods);
|
|
842
838
|
|
|
843
|
-
var css$1a = {"root":"
|
|
839
|
+
var css$1a = {"root":"IyZtrY"};
|
|
844
840
|
|
|
845
841
|
function getIconClass(props) {
|
|
846
842
|
const classList = {
|
|
@@ -875,7 +871,7 @@ const LinkButton = withMods(Button$1, applyLinkButtonMods, (props) => ({
|
|
|
875
871
|
clearIcon: systemIcons[props.size || defaultSize$7].clear,
|
|
876
872
|
}));
|
|
877
873
|
|
|
878
|
-
var css$19 = {"uui-typography":"
|
|
874
|
+
var css$19 = {"uui-typography":"Q-Ixy0","hero-header":"L5yyO-","promo-header":"wIMt1Z","uui-critical":"dJ59EC","uui-info":"_4xQdur","uui-success":"eZ9LMq","uui-warning":"TxWaxq","uui-highlight":"u1hPbL","uui-typography-size-12":"Pnqks2","uui-typography-size-14":"gzcXCO","uui-typography-size-16":"_9a-Ojo","root":"HSLomC","withNotify":"-lKTrW","size-36":"_3bZ75o","size-48":"-BExUz","size-60":"N99o5P","uuiTypography":"Q-Ixy0","heroHeader":"L5yyO-","promoHeader":"wIMt1Z","uuiCritical":"dJ59EC","uuiInfo":"_4xQdur","uuiSuccess":"eZ9LMq","uuiWarning":"TxWaxq","uuiHighlight":"u1hPbL","uuiTypographySize12":"Pnqks2","uuiTypographySize14":"gzcXCO","uuiTypographySize16":"_9a-Ojo","size36":"_3bZ75o","size48":"-BExUz","size60":"N99o5P"};
|
|
879
875
|
|
|
880
876
|
function applyTabButtonMods(mods) {
|
|
881
877
|
return [
|
|
@@ -888,38 +884,13 @@ function applyTabButtonMods(mods) {
|
|
|
888
884
|
}
|
|
889
885
|
const TabButton = withMods(Button$1, 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__default.createElement(CountIndicator, Object.assign({}, countIndicatorProps, { color: props.isLinkActive ? 'info' : 'neutral', size: "18" }))) })));
|
|
890
886
|
|
|
891
|
-
var css$18 = {"uui-typography":"
|
|
887
|
+
var css$18 = {"uui-typography":"BQfKnC","hero-header":"HQ-FyG","promo-header":"CYCKY6","uui-critical":"k2-0UJ","uui-info":"AuBsYg","uui-success":"Ytvknu","uui-warning":"rDaf7b","uui-highlight":"DAHF--","uui-typography-size-12":"xbtUcL","uui-typography-size-14":"bToYlM","uui-typography-size-16":"_0Ht1sE","root":"s-ARa7","uuiTypography":"BQfKnC","heroHeader":"HQ-FyG","promoHeader":"CYCKY6","uuiCritical":"k2-0UJ","uuiInfo":"AuBsYg","uuiSuccess":"Ytvknu","uuiWarning":"rDaf7b","uuiHighlight":"DAHF--","uuiTypographySize12":"xbtUcL","uuiTypographySize14":"bToYlM","uuiTypographySize16":"_0Ht1sE"};
|
|
892
888
|
|
|
893
889
|
function applyVerticalTabButtonMods() {
|
|
894
890
|
return [css$18.root];
|
|
895
|
-
}
|
|
896
|
-
const VerticalTabButton = withMods(TabButton, applyVerticalTabButtonMods);
|
|
897
|
-
|
|
898
|
-
const allButtonFills = [
|
|
899
|
-
'solid', 'outline', 'ghost', 'none',
|
|
900
|
-
];
|
|
901
|
-
const allFillStyles = allButtonFills;
|
|
902
|
-
const allSizes = [
|
|
903
|
-
'24', '30', '36', '42', '48',
|
|
904
|
-
];
|
|
905
|
-
const allRowSizes = [
|
|
906
|
-
null, '24', '30', '36', '42', '48',
|
|
907
|
-
];
|
|
908
|
-
const allSemanticColors = [
|
|
909
|
-
'info', 'success', 'warning', 'error',
|
|
910
|
-
];
|
|
911
|
-
const allEpamBadgeSemanticColors = [
|
|
912
|
-
'info', 'success', 'warning', 'critical', 'neutral',
|
|
913
|
-
];
|
|
914
|
-
const allTextSizes = [
|
|
915
|
-
'18', '24', '30', '36', '48',
|
|
916
|
-
];
|
|
917
|
-
const allFontStyles = [
|
|
918
|
-
'normal', 'italic',
|
|
919
|
-
];
|
|
920
|
-
const allFontWeights = [
|
|
921
|
-
'200', '300', '400', '600', '700', '900',
|
|
922
|
-
];
|
|
891
|
+
}
|
|
892
|
+
const VerticalTabButton = withMods(TabButton, applyVerticalTabButtonMods);
|
|
893
|
+
|
|
923
894
|
var EditMode;
|
|
924
895
|
(function (EditMode) {
|
|
925
896
|
EditMode["FORM"] = "form";
|
|
@@ -927,71 +898,71 @@ var EditMode;
|
|
|
927
898
|
EditMode["INLINE"] = "inline";
|
|
928
899
|
})(EditMode || (EditMode = {}));
|
|
929
900
|
|
|
930
|
-
var _path$
|
|
931
|
-
function _extends$
|
|
901
|
+
var _path$H;
|
|
902
|
+
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); }
|
|
932
903
|
var SvgCheck12 = function SvgCheck12(props, ref) {
|
|
933
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
904
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
934
905
|
width: 12,
|
|
935
906
|
height: 12,
|
|
936
907
|
viewBox: "0 0 12 12",
|
|
937
908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
938
909
|
ref: ref
|
|
939
|
-
}, props), _path$
|
|
910
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
|
|
940
911
|
fillRule: "evenodd",
|
|
941
912
|
d: "M9.491 3.449 10.51 4.55 5.663 9.024 2.487 6.047l1.026-1.094L5.67 6.975z"
|
|
942
913
|
})));
|
|
943
914
|
};
|
|
944
|
-
var ForwardRef$
|
|
915
|
+
var ForwardRef$J = /*#__PURE__*/forwardRef(SvgCheck12);
|
|
945
916
|
|
|
946
|
-
var _path$
|
|
947
|
-
function _extends$
|
|
917
|
+
var _path$G;
|
|
918
|
+
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); }
|
|
948
919
|
var SvgCheck18 = function SvgCheck18(props, ref) {
|
|
949
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
920
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
950
921
|
width: 18,
|
|
951
922
|
height: 18,
|
|
952
923
|
viewBox: "0 0 18 18",
|
|
953
924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
954
925
|
ref: ref
|
|
955
|
-
}, props), _path$
|
|
926
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
956
927
|
fillRule: "evenodd",
|
|
957
928
|
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"
|
|
958
929
|
})));
|
|
959
930
|
};
|
|
960
|
-
var ForwardRef$
|
|
931
|
+
var ForwardRef$I = /*#__PURE__*/forwardRef(SvgCheck18);
|
|
961
932
|
|
|
962
|
-
var _path$
|
|
963
|
-
function _extends$
|
|
933
|
+
var _path$F;
|
|
934
|
+
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); }
|
|
964
935
|
var SvgPartlySelect12 = function SvgPartlySelect12(props, ref) {
|
|
965
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
936
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
966
937
|
width: 12,
|
|
967
938
|
height: 12,
|
|
968
939
|
viewBox: "0 0 12 12",
|
|
969
940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
970
941
|
ref: ref
|
|
971
|
-
}, props), _path$
|
|
942
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
|
|
972
943
|
fillRule: "evenodd",
|
|
973
944
|
d: "M9 5v2H3V5z"
|
|
974
945
|
})));
|
|
975
946
|
};
|
|
976
|
-
var ForwardRef$
|
|
947
|
+
var ForwardRef$H = /*#__PURE__*/forwardRef(SvgPartlySelect12);
|
|
977
948
|
|
|
978
|
-
var _path$
|
|
979
|
-
function _extends$
|
|
949
|
+
var _path$E;
|
|
950
|
+
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); }
|
|
980
951
|
var SvgPartlySelect18 = function SvgPartlySelect18(props, ref) {
|
|
981
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
952
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
982
953
|
width: 18,
|
|
983
954
|
height: 18,
|
|
984
955
|
viewBox: "0 0 18 18",
|
|
985
956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
986
957
|
ref: ref
|
|
987
|
-
}, props), _path$
|
|
958
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
988
959
|
fillRule: "evenodd",
|
|
989
960
|
d: "M14 8v2H4V8z"
|
|
990
961
|
})));
|
|
991
962
|
};
|
|
992
|
-
var ForwardRef$
|
|
963
|
+
var ForwardRef$G = /*#__PURE__*/forwardRef(SvgPartlySelect18);
|
|
993
964
|
|
|
994
|
-
var css$17 = {"uui-typography":"
|
|
965
|
+
var css$17 = {"uui-typography":"ffMfmg","hero-header":"Zqk9wu","promo-header":"_2ip7yR","uui-critical":"QUf-0w","uui-info":"HHcfd5","uui-success":"lOFaqw","uui-warning":"WW14ZY","uui-highlight":"n3j0yp","uui-typography-size-12":"_8ZD0Br","uui-typography-size-14":"WL2H6V","uui-typography-size-16":"esMRJe","root":"ceN76m","size-18":"BZCcjv","size-12":"_54cJTn","mode-cell":"nuC0ih","uuiTypography":"ffMfmg","heroHeader":"Zqk9wu","promoHeader":"_2ip7yR","uuiCritical":"QUf-0w","uuiInfo":"HHcfd5","uuiSuccess":"lOFaqw","uuiWarning":"WW14ZY","uuiHighlight":"n3j0yp","uuiTypographySize12":"_8ZD0Br","uuiTypographySize14":"WL2H6V","uuiTypographySize16":"esMRJe","size18":"BZCcjv","size12":"_54cJTn","modeCell":"nuC0ih"};
|
|
995
966
|
|
|
996
967
|
function applyCheckboxMods(mods) {
|
|
997
968
|
return [
|
|
@@ -1002,17 +973,17 @@ function applyCheckboxMods(mods) {
|
|
|
1002
973
|
];
|
|
1003
974
|
}
|
|
1004
975
|
const applyUUICheckboxProps = (props) => ({
|
|
1005
|
-
icon: props.size === '12' ? ForwardRef$
|
|
1006
|
-
indeterminateIcon: props.size === '12' ? ForwardRef$
|
|
976
|
+
icon: props.size === '12' ? ForwardRef$J : ForwardRef$I,
|
|
977
|
+
indeterminateIcon: props.size === '12' ? ForwardRef$H : ForwardRef$G,
|
|
1007
978
|
});
|
|
1008
979
|
const Checkbox = withMods(uuiComponents.Checkbox, applyCheckboxMods, applyUUICheckboxProps);
|
|
1009
980
|
|
|
1010
|
-
var css$16 = {"uui-typography":"
|
|
981
|
+
var css$16 = {"uui-typography":"dc24f1","hero-header":"QTU8Yt","promo-header":"nnu1pI","uui-critical":"oI8k5l","uui-info":"bIpbWu","uui-success":"Zh2-WX","uui-warning":"imEiRH","uui-highlight":"_5xtsTH","uui-typography-size-12":"TP60jf","uui-typography-size-14":"mRsTbD","uui-typography-size-16":"_86l5jC","root":"_1ZZuBa","size-18":"_0K41sk","size-12":"_2npppT","uuiTypography":"dc24f1","heroHeader":"QTU8Yt","promoHeader":"nnu1pI","uuiCritical":"oI8k5l","uuiInfo":"bIpbWu","uuiSuccess":"Zh2-WX","uuiWarning":"imEiRH","uuiHighlight":"_5xtsTH","uuiTypographySize12":"TP60jf","uuiTypographySize14":"mRsTbD","uuiTypographySize16":"_86l5jC","size18":"_0K41sk","size12":"_2npppT"};
|
|
1011
982
|
|
|
1012
983
|
var _circle;
|
|
1013
|
-
function _extends$
|
|
984
|
+
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); }
|
|
1014
985
|
var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
1015
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
986
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
1016
987
|
width: 18,
|
|
1017
988
|
height: 18,
|
|
1018
989
|
viewBox: "0 0 18 18",
|
|
@@ -1024,14 +995,14 @@ var SvgRadioPoint = function SvgRadioPoint(props, ref) {
|
|
|
1024
995
|
r: 6
|
|
1025
996
|
})));
|
|
1026
997
|
};
|
|
1027
|
-
var ForwardRef$
|
|
998
|
+
var ForwardRef$F = /*#__PURE__*/forwardRef(SvgRadioPoint);
|
|
1028
999
|
|
|
1029
1000
|
function applyRadioInputMods(mods) {
|
|
1030
1001
|
return [css$16.root, css$16['size-' + (mods.size || '18')], 'uui-color-primary'];
|
|
1031
1002
|
}
|
|
1032
|
-
const RadioInput = withMods(RadioInput$1, applyRadioInputMods, () => ({ icon: ForwardRef$
|
|
1003
|
+
const RadioInput = withMods(RadioInput$1, applyRadioInputMods, () => ({ icon: ForwardRef$F }));
|
|
1033
1004
|
|
|
1034
|
-
var css$15 = {"root":"
|
|
1005
|
+
var css$15 = {"root":"aa2BSD","size-12":"XyPq3H","size-18":"pfYACf","size-24":"uKdapd","size12":"XyPq3H","size18":"pfYACf","size24":"uKdapd"};
|
|
1035
1006
|
|
|
1036
1007
|
function applySwitchMods(mods) {
|
|
1037
1008
|
return [
|
|
@@ -1084,7 +1055,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1084
1055
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1085
1056
|
};
|
|
1086
1057
|
|
|
1087
|
-
var textInputCss = {"uui-typography":"
|
|
1058
|
+
var textInputCss = {"uui-typography":"ri3-EZ","hero-header":"lOPEyB","promo-header":"MmO1Qt","uui-critical":"ZWSD3H","uui-info":"PzzwM3","uui-success":"OSqm3O","uui-warning":"kB2f73","uui-highlight":"v13iKm","uui-typography-size-12":"kO4Kky","uui-typography-size-14":"K2uxm0","uui-typography-size-16":"bxR8NJ","root":"FdtaBx","mode-form":"syKSvf","mode-inline":"G23-Mc","mode-cell":"Kw-GOf","size-24":"_9ueilw","size-30":"qHEjOa","size-36":"lB2cIb","size-42":"G6ukjy","size-48":"MPKGGX","uuiTypography":"ri3-EZ","heroHeader":"lOPEyB","promoHeader":"MmO1Qt","uuiCritical":"ZWSD3H","uuiInfo":"PzzwM3","uuiSuccess":"OSqm3O","uuiWarning":"kB2f73","uuiHighlight":"v13iKm","uuiTypographySize12":"kO4Kky","uuiTypographySize14":"K2uxm0","uuiTypographySize16":"bxR8NJ","modeForm":"syKSvf","modeInline":"G23-Mc","modeCell":"Kw-GOf","size24":"_9ueilw","size30":"qHEjOa","size36":"lB2cIb","size42":"G6ukjy","size48":"MPKGGX"};
|
|
1088
1059
|
|
|
1089
1060
|
const defaultSize$6 = '36';
|
|
1090
1061
|
const defaultMode$5 = EditMode.FORM;
|
|
@@ -1113,7 +1084,7 @@ const SearchInput = React__default.forwardRef((props, ref) => {
|
|
|
1113
1084
|
: undefined, type: "search", inputMode: "search", ref: ref }, textInputProps, iEditable))) })));
|
|
1114
1085
|
});
|
|
1115
1086
|
|
|
1116
|
-
var css$14 = {"root":"
|
|
1087
|
+
var css$14 = {"root":"-XNJ9P"};
|
|
1117
1088
|
|
|
1118
1089
|
const ControlGroup = withMods(ControlGroup$1, () => [css$14.root]);
|
|
1119
1090
|
|
|
@@ -1122,7 +1093,7 @@ function MultiSwitchComponent(props, ref) {
|
|
|
1122
1093
|
}
|
|
1123
1094
|
const MultiSwitch = React.forwardRef(MultiSwitchComponent);
|
|
1124
1095
|
|
|
1125
|
-
var css$13 = {"uui-typography":"
|
|
1096
|
+
var css$13 = {"uui-typography":"Bn0USv","hero-header":"xxG8Hx","promo-header":"h9Qlvu","uui-critical":"RU-Cis","uui-info":"gTDXVY","uui-success":"s602QZ","uui-warning":"_7iXQCt","uui-highlight":"Fp1V26","uui-typography-size-12":"_5pbTO2","uui-typography-size-14":"i72Wao","uui-typography-size-16":"OzEmrV","root":"pkzQQP","size-24":"_06Q3LV","size-30":"Nr-apR","size-36":"OLQXPr","size-42":"gXtQl0","size-48":"AYSCtH","mode-form":"oTCwqT","mode-cell":"_0szZSF","uuiTypography":"Bn0USv","heroHeader":"xxG8Hx","promoHeader":"h9Qlvu","uuiCritical":"RU-Cis","uuiInfo":"gTDXVY","uuiSuccess":"s602QZ","uuiWarning":"_7iXQCt","uuiHighlight":"Fp1V26","uuiTypographySize12":"_5pbTO2","uuiTypographySize14":"i72Wao","uuiTypographySize16":"OzEmrV","size24":"_06Q3LV","size30":"Nr-apR","size36":"OLQXPr","size42":"gXtQl0","size48":"AYSCtH","modeForm":"oTCwqT","modeCell":"_0szZSF"};
|
|
1126
1097
|
|
|
1127
1098
|
const defaultSize$5 = '36';
|
|
1128
1099
|
const defaultMode$4 = EditMode.FORM;
|
|
@@ -1141,7 +1112,7 @@ const NumericInput = withMods(NumericInput$1, applyNumericInputMods, (props) =>
|
|
|
1141
1112
|
});
|
|
1142
1113
|
});
|
|
1143
1114
|
|
|
1144
|
-
var css$12 = {"uui-typography":"
|
|
1115
|
+
var css$12 = {"uui-typography":"hdD1WL","hero-header":"_0wAelX","promo-header":"iREwKE","uui-critical":"YIrR87","uui-info":"HKmxqq","uui-success":"_2bqsYu","uui-warning":"WHasee","uui-highlight":"J40khJ","uui-typography-size-12":"E-W0HU","uui-typography-size-14":"iR1DjY","uui-typography-size-16":"_1npoHZ","root":"CbkP1-","mode-form":"BMgc4n","mode-cell":"Q45Ani","mode-inline":"F7jmIZ","size-24":"_4jCVyJ","size-30":"dSeZrM","size-36":"_3VsFK-","size-42":"_7EzGdG","size-48":"iCt3nh","uuiTypography":"hdD1WL","heroHeader":"_0wAelX","promoHeader":"iREwKE","uuiCritical":"YIrR87","uuiInfo":"HKmxqq","uuiSuccess":"_2bqsYu","uuiWarning":"WHasee","uuiHighlight":"J40khJ","uuiTypographySize12":"E-W0HU","uuiTypographySize14":"iR1DjY","uuiTypographySize16":"_1npoHZ","modeForm":"BMgc4n","modeCell":"Q45Ani","modeInline":"F7jmIZ","size24":"_4jCVyJ","size30":"dSeZrM","size36":"_3VsFK-","size42":"_7EzGdG","size48":"iCt3nh"};
|
|
1145
1116
|
|
|
1146
1117
|
const defaultSize$4 = '36';
|
|
1147
1118
|
const defaultMode$3 = EditMode.FORM;
|
|
@@ -1155,7 +1126,7 @@ const TextArea = withMods(TextArea$1, applyTextAreaMods, (props) => ({
|
|
|
1155
1126
|
maxLength: props.mode === EditMode.CELL ? undefined : props.maxLength,
|
|
1156
1127
|
}));
|
|
1157
1128
|
|
|
1158
|
-
var css$11 = {"root":"
|
|
1129
|
+
var css$11 = {"root":"TcexrV"};
|
|
1159
1130
|
|
|
1160
1131
|
function applyDropdownContainerMods(mods) {
|
|
1161
1132
|
return [
|
|
@@ -1166,13 +1137,13 @@ function applyDropdownContainerMods(mods) {
|
|
|
1166
1137
|
}
|
|
1167
1138
|
const DropdownContainer = withMods(uuiComponents.DropdownContainer, applyDropdownContainerMods);
|
|
1168
1139
|
|
|
1169
|
-
var css$10 = {"root":"
|
|
1140
|
+
var css$10 = {"root":"RwUGs-","timepicker-input":"Wt5N4k","timepickerInput":"Wt5N4k"};
|
|
1170
1141
|
|
|
1171
|
-
const TimePickerBody = withMods(TimePickerBody$1, () => [css$10.root], () => ({ addIcon: ForwardRef$
|
|
1142
|
+
const TimePickerBody = withMods(TimePickerBody$1, () => [css$10.root], () => ({ addIcon: ForwardRef$1a, subtractIcon: ForwardRef$1a }));
|
|
1172
1143
|
|
|
1173
1144
|
dayjs.extend(customParseFormat);
|
|
1174
1145
|
const defaultMode$2 = EditMode.FORM;
|
|
1175
|
-
class
|
|
1146
|
+
class TimePickerComponent extends BaseTimePicker {
|
|
1176
1147
|
constructor() {
|
|
1177
1148
|
super(...arguments);
|
|
1178
1149
|
this.renderInput = (props) => {
|
|
@@ -1192,13 +1163,15 @@ class TimePicker extends BaseTimePicker {
|
|
|
1192
1163
|
};
|
|
1193
1164
|
this.renderBody = (props) => {
|
|
1194
1165
|
var _a;
|
|
1166
|
+
const _b = this.props, timePickerBodyProps = __rest(_b, ["forwardedRef"]);
|
|
1195
1167
|
return (!this.props.isDisabled && !this.props.isReadonly && (React__default.createElement(DropdownContainer, Object.assign({}, props, { focusLock: false }),
|
|
1196
|
-
React__default.createElement(TimePickerBody, Object.assign({},
|
|
1168
|
+
React__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 })))));
|
|
1197
1169
|
};
|
|
1198
1170
|
}
|
|
1199
1171
|
}
|
|
1172
|
+
const TimePicker = withMods(TimePickerComponent);
|
|
1200
1173
|
|
|
1201
|
-
var css$$ = {"root":"
|
|
1174
|
+
var css$$ = {"root":"cpC-Ac"};
|
|
1202
1175
|
|
|
1203
1176
|
function applyInputAddonMods() {
|
|
1204
1177
|
return [
|
|
@@ -1207,14 +1180,14 @@ function applyInputAddonMods() {
|
|
|
1207
1180
|
}
|
|
1208
1181
|
const InputAddon = withMods(InputAddon$1, applyInputAddonMods);
|
|
1209
1182
|
|
|
1210
|
-
var css$_ = {"root":"
|
|
1183
|
+
var css$_ = {"root":"eTZ0fc"};
|
|
1211
1184
|
|
|
1212
1185
|
function applySliderMods() {
|
|
1213
1186
|
return [css$_.root, 'uui-color-neutral'];
|
|
1214
1187
|
}
|
|
1215
1188
|
const Slider = withMods(Slider$1, applySliderMods);
|
|
1216
1189
|
|
|
1217
|
-
var css$Z = {"container":"
|
|
1190
|
+
var css$Z = {"container":"GIN55P"};
|
|
1218
1191
|
|
|
1219
1192
|
dayjs.extend(localeData);
|
|
1220
1193
|
const uuiHeader = {
|
|
@@ -1224,26 +1197,26 @@ const uuiHeader = {
|
|
|
1224
1197
|
navIconRight: 'uui-datepickerheader-nav-icon-right',
|
|
1225
1198
|
navIconLeft: 'uui-datepickerheader-nav-icon-left',
|
|
1226
1199
|
};
|
|
1200
|
+
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1201
|
+
return currentDate.subtract(1, 'month');
|
|
1202
|
+
};
|
|
1203
|
+
const getNextMonthFromCurrent = (currentDate) => {
|
|
1204
|
+
return currentDate.add(1, 'month');
|
|
1205
|
+
};
|
|
1206
|
+
const getPrevYearFromCurrent = (currentDate) => {
|
|
1207
|
+
return currentDate.subtract(1, 'year');
|
|
1208
|
+
};
|
|
1209
|
+
const getNextYearFromCurrent = (currentDate) => {
|
|
1210
|
+
return currentDate.add(1, 'year');
|
|
1211
|
+
};
|
|
1212
|
+
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1213
|
+
return currentDate.subtract(16, 'year');
|
|
1214
|
+
};
|
|
1215
|
+
const getNextListYearFromCurrent = (currentDate) => {
|
|
1216
|
+
return currentDate.add(16, 'year');
|
|
1217
|
+
};
|
|
1227
1218
|
function DatePickerHeader(props) {
|
|
1228
1219
|
var _a, _b;
|
|
1229
|
-
const getPrevMonthFromCurrent = (currentDate) => {
|
|
1230
|
-
return currentDate.subtract(1, 'month');
|
|
1231
|
-
};
|
|
1232
|
-
const getNextMonthFromCurrent = (currentDate) => {
|
|
1233
|
-
return currentDate.add(1, 'month');
|
|
1234
|
-
};
|
|
1235
|
-
const getPrevYearFromCurrent = (currentDate) => {
|
|
1236
|
-
return currentDate.subtract(1, 'year');
|
|
1237
|
-
};
|
|
1238
|
-
const getNextYearFromCurrent = (currentDate) => {
|
|
1239
|
-
return currentDate.add(1, 'year');
|
|
1240
|
-
};
|
|
1241
|
-
const getPrevListYearFromCurrent = (currentDate) => {
|
|
1242
|
-
return currentDate.subtract(16, 'year');
|
|
1243
|
-
};
|
|
1244
|
-
const getNextListYearFromCurrent = (currentDate) => {
|
|
1245
|
-
return currentDate.add(16, 'year');
|
|
1246
|
-
};
|
|
1247
1220
|
const onLeftNavigationArrow = () => {
|
|
1248
1221
|
switch (props.value.view) {
|
|
1249
1222
|
case 'DAY_SELECTION':
|
|
@@ -1291,19 +1264,19 @@ function DatePickerHeader(props) {
|
|
|
1291
1264
|
}, [(_a = props.value) === null || _a === void 0 ? void 0 : _a.view, (_b = props.value) === null || _b === void 0 ? void 0 : _b.displayedDate]);
|
|
1292
1265
|
return (React.createElement("div", { className: cx(css$Z.container, uuiHeader.container, props.cx) },
|
|
1293
1266
|
React.createElement("header", { className: uuiHeader.header },
|
|
1294
|
-
React.createElement(Button, { icon: props.navIconLeft || ForwardRef$
|
|
1267
|
+
React.createElement(Button, { icon: props.navIconLeft || ForwardRef$L, color: "secondary", fill: "ghost", cx: uuiHeader.navIconLeft, onClick: () => onLeftNavigationArrow() }),
|
|
1295
1268
|
React.createElement(Button, { caption: title, fill: "ghost", cx: uuiHeader.navTitle, onClick: () => onCaptionClick(props.value.view) }),
|
|
1296
|
-
React.createElement(Button, { icon: props.navIconRight || ForwardRef$
|
|
1269
|
+
React.createElement(Button, { icon: props.navIconRight || ForwardRef$K, color: "secondary", fill: "ghost", cx: uuiHeader.navIconRight, onClick: () => onRightNavigationArrow() }))));
|
|
1297
1270
|
}
|
|
1298
1271
|
|
|
1299
|
-
var css$Y = {"uui-typography":"
|
|
1272
|
+
var css$Y = {"uui-typography":"gWWmBd","hero-header":"Vszb3q","promo-header":"LFjHsw","uui-critical":"dpvkKs","uui-info":"Qudb9G","uui-success":"_7n3G0S","uui-warning":"kNPRM8","uui-highlight":"hcWAZq","uui-typography-size-12":"pDs2YT","uui-typography-size-14":"YK3tHd","uui-typography-size-16":"L8LNHX","root":"YVM2Wp","uuiTypography":"gWWmBd","heroHeader":"Vszb3q","promoHeader":"LFjHsw","uuiCritical":"dpvkKs","uuiInfo":"Qudb9G","uuiSuccess":"_7n3G0S","uuiWarning":"kNPRM8","uuiHighlight":"hcWAZq","uuiTypographySize12":"pDs2YT","uuiTypographySize14":"YK3tHd","uuiTypographySize16":"L8LNHX"};
|
|
1300
1273
|
|
|
1301
1274
|
function applyDateSelectionMods() {
|
|
1302
1275
|
return [css$Y.root];
|
|
1303
1276
|
}
|
|
1304
1277
|
const Calendar = withMods(Calendar$1, applyDateSelectionMods);
|
|
1305
1278
|
|
|
1306
|
-
var css$X = {"uui-typography":"
|
|
1279
|
+
var css$X = {"uui-typography":"eHV8kj","hero-header":"DIHB2s","promo-header":"soZVkl","uui-critical":"OH9mau","uui-info":"X8-Hon","uui-success":"AF-xgJ","uui-warning":"edSX05","uui-highlight":"yGwgY7","uui-typography-size-12":"TqFidp","uui-typography-size-14":"adHhg4","uui-typography-size-16":"clBYBb","root":"CXa5b7","uuiTypography":"eHV8kj","heroHeader":"DIHB2s","promoHeader":"soZVkl","uuiCritical":"OH9mau","uuiInfo":"X8-Hon","uuiSuccess":"AF-xgJ","uuiWarning":"edSX05","uuiHighlight":"yGwgY7","uuiTypographySize12":"TqFidp","uuiTypographySize14":"adHhg4","uuiTypographySize16":"clBYBb"};
|
|
1307
1280
|
|
|
1308
1281
|
dayjs.extend(updateLocale);
|
|
1309
1282
|
const uuiDatePickerBody = {
|
|
@@ -1340,87 +1313,87 @@ class DatePickerBody extends DatePickerBodyBase {
|
|
|
1340
1313
|
}
|
|
1341
1314
|
}
|
|
1342
1315
|
|
|
1343
|
-
var _path$
|
|
1344
|
-
function _extends$
|
|
1316
|
+
var _path$D;
|
|
1317
|
+
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); }
|
|
1345
1318
|
var SvgNotificationCheckCircleFill24 = function SvgNotificationCheckCircleFill24(props, ref) {
|
|
1346
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1319
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
1347
1320
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1348
1321
|
width: 24,
|
|
1349
1322
|
height: 24,
|
|
1350
1323
|
viewBox: "0 0 24 24",
|
|
1351
1324
|
ref: ref
|
|
1352
|
-
}, props), _path$
|
|
1325
|
+
}, props), _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
|
|
1353
1326
|
fillRule: "evenodd",
|
|
1354
1327
|
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"
|
|
1355
1328
|
})));
|
|
1356
1329
|
};
|
|
1357
|
-
var ForwardRef$
|
|
1330
|
+
var ForwardRef$E = /*#__PURE__*/forwardRef(SvgNotificationCheckCircleFill24);
|
|
1358
1331
|
|
|
1359
|
-
var _path$
|
|
1360
|
-
function _extends$
|
|
1332
|
+
var _path$C;
|
|
1333
|
+
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); }
|
|
1361
1334
|
var SvgNotificationWarningFill24 = function SvgNotificationWarningFill24(props, ref) {
|
|
1362
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1335
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
1363
1336
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1364
1337
|
width: 24,
|
|
1365
1338
|
height: 24,
|
|
1366
1339
|
viewBox: "0 0 24 24",
|
|
1367
1340
|
ref: ref
|
|
1368
|
-
}, props), _path$
|
|
1341
|
+
}, props), _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
|
|
1369
1342
|
fillRule: "evenodd",
|
|
1370
1343
|
d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
|
|
1371
1344
|
})));
|
|
1372
1345
|
};
|
|
1373
|
-
var ForwardRef$
|
|
1346
|
+
var ForwardRef$D = /*#__PURE__*/forwardRef(SvgNotificationWarningFill24);
|
|
1374
1347
|
|
|
1375
|
-
var _path$
|
|
1376
|
-
function _extends$
|
|
1348
|
+
var _path$B;
|
|
1349
|
+
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); }
|
|
1377
1350
|
var SvgNotificationErrorFill24 = function SvgNotificationErrorFill24(props, ref) {
|
|
1378
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1351
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
1379
1352
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1380
1353
|
width: 24,
|
|
1381
1354
|
height: 24,
|
|
1382
1355
|
viewBox: "0 0 24 24",
|
|
1383
1356
|
ref: ref
|
|
1384
|
-
}, props), _path$
|
|
1357
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
|
|
1385
1358
|
fillRule: "evenodd",
|
|
1386
1359
|
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"
|
|
1387
1360
|
})));
|
|
1388
1361
|
};
|
|
1389
|
-
var ForwardRef$
|
|
1362
|
+
var ForwardRef$C = /*#__PURE__*/forwardRef(SvgNotificationErrorFill24);
|
|
1390
1363
|
|
|
1391
|
-
var _path$
|
|
1392
|
-
function _extends$
|
|
1364
|
+
var _path$A;
|
|
1365
|
+
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); }
|
|
1393
1366
|
var SvgNotificationHelpFill24 = function SvgNotificationHelpFill24(props, ref) {
|
|
1394
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1367
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
1395
1368
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1396
1369
|
width: 24,
|
|
1397
1370
|
height: 24,
|
|
1398
1371
|
viewBox: "0 0 24 24",
|
|
1399
1372
|
ref: ref
|
|
1400
|
-
}, props), _path$
|
|
1373
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
|
|
1401
1374
|
fillRule: "evenodd",
|
|
1402
1375
|
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"
|
|
1403
1376
|
})));
|
|
1404
1377
|
};
|
|
1405
|
-
var ForwardRef$
|
|
1378
|
+
var ForwardRef$B = /*#__PURE__*/forwardRef(SvgNotificationHelpFill24);
|
|
1406
1379
|
|
|
1407
|
-
var _path$
|
|
1408
|
-
function _extends$
|
|
1380
|
+
var _path$z;
|
|
1381
|
+
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); }
|
|
1409
1382
|
var SvgNavigationClose24$1 = function SvgNavigationClose24(props, ref) {
|
|
1410
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1383
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
1411
1384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1412
1385
|
width: 24,
|
|
1413
1386
|
height: 24,
|
|
1414
1387
|
viewBox: "0 0 24 24",
|
|
1415
1388
|
ref: ref
|
|
1416
|
-
}, props), _path$
|
|
1389
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
|
|
1417
1390
|
fillRule: "evenodd",
|
|
1418
1391
|
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"
|
|
1419
1392
|
})));
|
|
1420
1393
|
};
|
|
1421
|
-
var ForwardRef$
|
|
1394
|
+
var ForwardRef$A = /*#__PURE__*/forwardRef(SvgNavigationClose24$1);
|
|
1422
1395
|
|
|
1423
|
-
var css$W = {"root":"
|
|
1396
|
+
var css$W = {"root":"PWh7TJ","icon-wrapper":"SuuUCB","alert-wrapper":"_6a922h","size-48":"_8OWn1n","size-36":"IqlJ8Z","action-wrapper":"RCNZ-h","action-icon":"Sdhi0G","action-link":"cSrshu","close-icon":"EHnnHt","main-path":"-lY8e5","content":"-cUJs-","iconWrapper":"SuuUCB","alertWrapper":"_6a922h","size48":"_8OWn1n","size36":"IqlJ8Z","actionWrapper":"RCNZ-h","actionIcon":"Sdhi0G","actionLink":"cSrshu","closeIcon":"EHnnHt","mainPath":"-lY8e5"};
|
|
1424
1397
|
|
|
1425
1398
|
const Alert = React.forwardRef((props, ref) => (React.createElement("div", Object.assign({ role: "alert", ref: ref, className: cx('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),
|
|
1426
1399
|
React.createElement("div", { className: css$W.mainPath },
|
|
@@ -1429,17 +1402,15 @@ const Alert = React.forwardRef((props, ref) => (React.createElement("div", Objec
|
|
|
1429
1402
|
React.createElement("div", { className: css$W.content },
|
|
1430
1403
|
props.children,
|
|
1431
1404
|
props.actions && (React.createElement("div", { className: css$W.actionWrapper }, props.actions.map((action) => (React.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' })))))),
|
|
1432
|
-
props.onClose && React.createElement(IconButton, { icon: ForwardRef$
|
|
1433
|
-
const WarningAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1434
|
-
const SuccessAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1435
|
-
const HintAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1436
|
-
const ErrorAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$
|
|
1437
|
-
|
|
1438
|
-
function Dropdown(props) {
|
|
1439
|
-
return React.createElement(Dropdown$1, Object.assign({}, props));
|
|
1440
|
-
}
|
|
1405
|
+
props.onClose && React.createElement(IconButton, { icon: ForwardRef$A, color: "neutral", onClick: props.onClose, cx: css$W.closeIcon })))));
|
|
1406
|
+
const WarningAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$D, color: "warning", ref: ref }, props)));
|
|
1407
|
+
const SuccessAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$E, color: "success", ref: ref }, props)));
|
|
1408
|
+
const HintAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$B, color: "info", ref: ref }, props)));
|
|
1409
|
+
const ErrorAlert = React.forwardRef((props, ref) => React.createElement(Alert, Object.assign({ icon: ForwardRef$C, color: "error", ref: ref }, props)));
|
|
1441
1410
|
|
|
1442
|
-
|
|
1411
|
+
const Dropdown = withMods(Dropdown$1);
|
|
1412
|
+
|
|
1413
|
+
var css$V = {"uui-typography":"y3QmjL","hero-header":"qdhz-D","promo-header":"iGge9L","uui-critical":"wR0pzz","uui-info":"utn0cb","uui-success":"uzIASm","uui-warning":"_4dMhbl","uui-highlight":"wCr3R5","uui-typography-size-12":"umYVZq","uui-typography-size-14":"-rMTBC","uui-typography-size-16":"aLdoXZ","root":"JpEHnS","body-root":"FrTdHF","submenu-root-item":"mffMts","icon-after":"azVts7","icon-check":"UCiicd","splitter-root":"VOIoX4","splitter":"RxVz--","header-root":"RpckAY","item-root":"lCZtPi","icon":"uv-jvn","link":"_-8wgN-","indent":"bXPJv4","uuiTypography":"y3QmjL","heroHeader":"qdhz-D","promoHeader":"iGge9L","uuiCritical":"wR0pzz","uuiInfo":"utn0cb","uuiSuccess":"uzIASm","uuiWarning":"_4dMhbl","uuiHighlight":"wCr3R5","uuiTypographySize12":"umYVZq","uuiTypographySize14":"-rMTBC","uuiTypographySize16":"aLdoXZ","bodyRoot":"FrTdHF","submenuRootItem":"mffMts","iconAfter":"azVts7","iconCheck":"UCiicd","splitterRoot":"VOIoX4","headerRoot":"RpckAY","itemRoot":"lCZtPi"};
|
|
1443
1414
|
|
|
1444
1415
|
const icons = systemIcons['36'];
|
|
1445
1416
|
var IDropdownControlKeys;
|
|
@@ -1568,7 +1539,7 @@ function DropdownMenuSwitchButton(props) {
|
|
|
1568
1539
|
React__default.createElement(Switch, { value: isSelected, tabIndex: -1, onValueChange: onHandleValueChange })));
|
|
1569
1540
|
}
|
|
1570
1541
|
|
|
1571
|
-
var css$U = {"uui-typography":"
|
|
1542
|
+
var css$U = {"uui-typography":"bVY729","hero-header":"_7ztk2R","promo-header":"kA0bXR","uui-critical":"_6jG94A","uui-info":"Bm5-4K","uui-success":"BgV97I","uui-warning":"Xcr2lE","uui-highlight":"YTsChC","uui-typography-size-12":"UScCrf","uui-typography-size-14":"kL0fJi","uui-typography-size-16":"dynZ8U","root":"bdKTjS","border-bottom":"IdoU3B","top-shadow":"zEb1v3","size-24":"Y4VZ1x","size-30":"jA4tga","size-36":"pNA6sK","size-42":"LHEc1S","size-48":"XwKAsd","padding-6":"_-2d-HY","padding-12":"cK6uHu","padding-18":"G85oxN","padding-24":"iqOyys","margin-24":"H4ExMl","margin-12":"K0p5Mi","vPadding-12":"B0e3QF","vPadding-18":"Cs6rJD","vPadding-24":"KxdIlD","vPadding-36":"_1-jRoV","vPadding-48":"M6HjWE","spacing-6":"HO9itZ","spacing-12":"K4JOQd","spacing-18":"scBCui","uui-surface-main":"O-rmbN","uuiTypography":"bVY729","heroHeader":"_7ztk2R","promoHeader":"kA0bXR","uuiCritical":"_6jG94A","uuiInfo":"Bm5-4K","uuiSuccess":"BgV97I","uuiWarning":"Xcr2lE","uuiHighlight":"YTsChC","uuiTypographySize12":"UScCrf","uuiTypographySize14":"kL0fJi","uuiTypographySize16":"dynZ8U","borderBottom":"IdoU3B","topShadow":"zEb1v3","size24":"Y4VZ1x","size30":"jA4tga","size36":"pNA6sK","size42":"LHEc1S","size48":"XwKAsd","padding6":"_-2d-HY","padding12":"cK6uHu","padding18":"G85oxN","padding24":"iqOyys","margin24":"H4ExMl","margin12":"K0p5Mi","vPadding12":"B0e3QF","vPadding18":"Cs6rJD","vPadding24":"KxdIlD","vPadding36":"_1-jRoV","vPadding48":"M6HjWE","spacing6":"HO9itZ","spacing12":"K4JOQd","spacing18":"scBCui","uuiSurfaceMain":"O-rmbN"};
|
|
1572
1543
|
|
|
1573
1544
|
const FlexCell = withMods(FlexCell$1, () => [css$U.flexCell]);
|
|
1574
1545
|
|
|
@@ -1582,18 +1553,18 @@ const FlexRow = withMods(FlexRow$1, (props) => {
|
|
|
1582
1553
|
props.topShadow && css$U.topShadow,
|
|
1583
1554
|
props.borderBottom && css$U.borderBottom,
|
|
1584
1555
|
props.spacing && css$U['spacing-' + props.spacing],
|
|
1585
|
-
props.background && `uui
|
|
1556
|
+
props.background && css$U[`uui-${props.background}`],
|
|
1586
1557
|
];
|
|
1587
1558
|
});
|
|
1588
1559
|
|
|
1589
|
-
var css$T = {"root":"
|
|
1560
|
+
var css$T = {"root":"L8OArb","margin-24":"AiomFg","padding-12":"kTh-Lc","padding-24":"WRg-Ky","shadow":"dQJIlC","uui-surface-main":"WHE0Kg","margin24":"AiomFg","padding12":"kTh-Lc","padding24":"WRg-Ky","uuiSurfaceMain":"WHE0Kg"};
|
|
1590
1561
|
|
|
1591
1562
|
const Panel = withMods(VPanel, (props) => [
|
|
1592
1563
|
'uui-panel',
|
|
1593
1564
|
css$T.root,
|
|
1594
1565
|
props.shadow && css$T.shadow,
|
|
1595
1566
|
props.margin && css$T['margin-' + props.margin],
|
|
1596
|
-
props.background && `uui
|
|
1567
|
+
props.background && css$T[`uui-${props.background}`],
|
|
1597
1568
|
]);
|
|
1598
1569
|
|
|
1599
1570
|
const i18n = Object.assign(Object.assign({}, i18n$2), { dataPickerBody: {
|
|
@@ -1685,20 +1656,23 @@ const i18n = Object.assign(Object.assign({}, i18n$2), { dataPickerBody: {
|
|
|
1685
1656
|
fileSizeProgress: ' of ',
|
|
1686
1657
|
} });
|
|
1687
1658
|
|
|
1688
|
-
var css$S = {"root":"
|
|
1659
|
+
var css$S = {"root":"DfGZAB","mode-block":"FbNdgg","mode-inline":"w0rew2","padding-0":"VNmiEP","padding-6":"_0fgkBx","padding-12":"-RfnIM","padding-18":"YG4PkK","modeBlock":"FbNdgg","modeInline":"w0rew2","padding0":"VNmiEP","padding6":"_0fgkBx","padding12":"-RfnIM","padding18":"YG4PkK"};
|
|
1689
1660
|
|
|
1661
|
+
const getMode = (mode) => {
|
|
1662
|
+
return mode || 'block';
|
|
1663
|
+
};
|
|
1690
1664
|
function applyAccordionMods(mods) {
|
|
1691
1665
|
return [
|
|
1692
1666
|
css$S.root,
|
|
1693
|
-
css$S['mode-' + (mods.mode
|
|
1667
|
+
css$S['mode-' + getMode(mods.mode)],
|
|
1694
1668
|
mods.padding && css$S['padding-' + mods.padding],
|
|
1695
1669
|
];
|
|
1696
1670
|
}
|
|
1697
1671
|
const Accordion = withMods(uuiComponents.Accordion, applyAccordionMods, (mods) => ({
|
|
1698
|
-
dropdownIcon: mods.dropdownIcon !== null && systemIcons[mods.mode === 'block' ? '60' : '30'].foldingArrow,
|
|
1672
|
+
dropdownIcon: mods.dropdownIcon !== null && systemIcons[getMode(mods.mode) === 'block' ? '60' : '30'].foldingArrow,
|
|
1699
1673
|
}));
|
|
1700
1674
|
|
|
1701
|
-
var css$R = {"root":"
|
|
1675
|
+
var css$R = {"root":"TS0hoq"};
|
|
1702
1676
|
|
|
1703
1677
|
function applyTooltipMods(mods) {
|
|
1704
1678
|
return [
|
|
@@ -1708,7 +1682,7 @@ function applyTooltipMods(mods) {
|
|
|
1708
1682
|
}
|
|
1709
1683
|
const Tooltip = withMods(Tooltip$1, applyTooltipMods);
|
|
1710
1684
|
|
|
1711
|
-
var css$Q = {"uui-typography":"
|
|
1685
|
+
var css$Q = {"uui-typography":"qpmSKl","hero-header":"naC6to","promo-header":"TeZQge","uui-critical":"G3q2PW","uui-info":"TVfmwN","uui-success":"NIivbw","uui-warning":"k-nY-q","uui-highlight":"_4buR-G","uui-typography-size-12":"-yKkLY","uui-typography-size-14":"r4eKCk","uui-typography-size-16":"C3J2mz","root":"IlxR7h","size-24":"-H5QQy","size-30":"kbtxQw","size-36":"LAWqKu","size-42":"grWU8E","size-48":"_67hRPa","uuiTypography":"qpmSKl","heroHeader":"naC6to","promoHeader":"TeZQge","uuiCritical":"G3q2PW","uuiInfo":"TVfmwN","uuiSuccess":"NIivbw","uuiWarning":"k-nY-q","uuiHighlight":"_4buR-G","uuiTypographySize12":"-yKkLY","uuiTypographySize14":"r4eKCk","uuiTypographySize16":"C3J2mz","size24":"-H5QQy","size30":"kbtxQw","size36":"LAWqKu","size42":"grWU8E","size48":"_67hRPa"};
|
|
1712
1686
|
|
|
1713
1687
|
const defaultSize$3 = '36';
|
|
1714
1688
|
function applyLabeledInputMods(mods) {
|
|
@@ -1719,11 +1693,11 @@ const LabeledInput = withMods(uuiComponents.LabeledInput, applyLabeledInputMods,
|
|
|
1719
1693
|
infoIcon: systemIcons[props.size || defaultSize$3].help,
|
|
1720
1694
|
}));
|
|
1721
1695
|
|
|
1722
|
-
var css$P = {"root":"
|
|
1696
|
+
var css$P = {"root":"LuriVl"};
|
|
1723
1697
|
|
|
1724
1698
|
const RadioGroup = withMods(RadioGroup$1, () => [css$P.root], () => ({ RadioInput }));
|
|
1725
1699
|
|
|
1726
|
-
var css$O = {"root":"
|
|
1700
|
+
var css$O = {"root":"sVFl2O"};
|
|
1727
1701
|
|
|
1728
1702
|
function applyScrollBarsMods() {
|
|
1729
1703
|
return [
|
|
@@ -1732,9 +1706,9 @@ function applyScrollBarsMods() {
|
|
|
1732
1706
|
}
|
|
1733
1707
|
const ScrollBars = withMods(ScrollBars$1, applyScrollBarsMods);
|
|
1734
1708
|
|
|
1735
|
-
var css$N = {"scroll-container":"
|
|
1709
|
+
var css$N = {"scroll-container":"SqnauF","list-container":"Sum2uo","scrollContainer":"SqnauF","listContainer":"Sum2uo"};
|
|
1736
1710
|
|
|
1737
|
-
var css$M = {"root":"
|
|
1711
|
+
var css$M = {"root":"kGk1zO"};
|
|
1738
1712
|
|
|
1739
1713
|
const Blocker = withMods(Blocker$1, () => [css$M.root], (cmpProps) => ({ renderSpinner: cmpProps.renderSpinner || (() => React__default.createElement(Spinner, null)) }));
|
|
1740
1714
|
|
|
@@ -1776,11 +1750,11 @@ const VirtualListView = React.forwardRef((props, ref) => {
|
|
|
1776
1750
|
});
|
|
1777
1751
|
VirtualList.displayName = 'VirtualList';
|
|
1778
1752
|
|
|
1779
|
-
var css$L = {"root":"
|
|
1753
|
+
var css$L = {"root":"wT7Wjk"};
|
|
1780
1754
|
|
|
1781
1755
|
const CheckboxGroup = withMods(CheckboxGroup$1, () => [css$L.root], () => ({ CheckboxInput: Checkbox }));
|
|
1782
1756
|
|
|
1783
|
-
var css$K = {"uui-typography":"
|
|
1757
|
+
var css$K = {"uui-typography":"ZviaxK","hero-header":"Wm7h66","promo-header":"REwiCL","uui-critical":"d3dx8R","uui-info":"gIafHR","uui-success":"y2ImRI","uui-warning":"geMqSe","uui-highlight":"wb-1wF","uui-typography-size-12":"_6jE4UN","uui-typography-size-14":"M2uMhL","uui-typography-size-16":"_9H-kZ7","body":"dE2e0f","modal":"_-0BqkN","search-wrapper":"Ji25es","checkbox":"UlVjn5","no-found-size-24":"KCS12w","no-found-size-30":"PNGgaB","no-found-size-36":"SZBYMf","no-found-size-42":"RgTFWy","uuiTypography":"ZviaxK","heroHeader":"Wm7h66","promoHeader":"REwiCL","uuiCritical":"d3dx8R","uuiInfo":"gIafHR","uuiSuccess":"y2ImRI","uuiWarning":"geMqSe","uuiHighlight":"wb-1wF","uuiTypographySize12":"_6jE4UN","uuiTypographySize14":"M2uMhL","uuiTypographySize16":"_9H-kZ7","searchWrapper":"Ji25es","noFoundSize24":"KCS12w","noFoundSize30":"PNGgaB","noFoundSize36":"SZBYMf","noFoundSize42":"RgTFWy"};
|
|
1784
1758
|
|
|
1785
1759
|
class DataPickerBody extends PickerBodyBase {
|
|
1786
1760
|
constructor() {
|
|
@@ -1837,51 +1811,49 @@ function DataPickerFooterImpl(props) {
|
|
|
1837
1811
|
}
|
|
1838
1812
|
const DataPickerFooter = React__default.memo(DataPickerFooterImpl);
|
|
1839
1813
|
|
|
1840
|
-
var css$J = {"header":"
|
|
1814
|
+
var css$J = {"header":"jISB3N","close":"Y6wIRI"};
|
|
1841
1815
|
|
|
1842
|
-
var _path$
|
|
1843
|
-
function _extends$
|
|
1816
|
+
var _path$y;
|
|
1817
|
+
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); }
|
|
1844
1818
|
var SvgNavigationClose24 = function SvgNavigationClose24(props, ref) {
|
|
1845
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1819
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
1846
1820
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1847
|
-
width:
|
|
1821
|
+
width: 25,
|
|
1848
1822
|
height: 24,
|
|
1849
|
-
viewBox: "0 0
|
|
1823
|
+
viewBox: "0 0 25 24",
|
|
1850
1824
|
ref: ref
|
|
1851
|
-
}, props), _path$
|
|
1852
|
-
|
|
1853
|
-
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",
|
|
1854
|
-
clipRule: "evenodd"
|
|
1825
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
|
|
1826
|
+
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"
|
|
1855
1827
|
})));
|
|
1856
1828
|
};
|
|
1857
|
-
var ForwardRef$
|
|
1829
|
+
var ForwardRef$z = /*#__PURE__*/forwardRef(SvgNavigationClose24);
|
|
1858
1830
|
|
|
1859
1831
|
const DataPickerHeaderImpl = (props) => {
|
|
1860
1832
|
const title = props.title && typeof props.title === 'string' ? props.title.charAt(0).toUpperCase() + props.title.slice(1) : '';
|
|
1861
1833
|
return (React__default.createElement(FlexRow, { alignItems: "center", borderBottom: true, cx: css$J.header },
|
|
1862
1834
|
React__default.createElement(Text, { size: "48", fontWeight: "600" }, title),
|
|
1863
|
-
React__default.createElement(IconButton, { icon: ForwardRef$
|
|
1835
|
+
React__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 })));
|
|
1864
1836
|
};
|
|
1865
1837
|
const DataPickerHeader = React__default.memo(DataPickerHeaderImpl);
|
|
1866
1838
|
|
|
1867
|
-
var _path$
|
|
1868
|
-
function _extends$
|
|
1839
|
+
var _path$x;
|
|
1840
|
+
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); }
|
|
1869
1841
|
var SvgNavigationChevronDown18 = function SvgNavigationChevronDown18(props, ref) {
|
|
1870
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1842
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
1871
1843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1872
1844
|
width: 18,
|
|
1873
1845
|
height: 18,
|
|
1874
1846
|
viewBox: "0 0 18 18",
|
|
1875
1847
|
ref: ref
|
|
1876
|
-
}, props), _path$
|
|
1848
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
|
|
1877
1849
|
fillRule: "evenodd",
|
|
1878
1850
|
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",
|
|
1879
1851
|
clipRule: "evenodd"
|
|
1880
1852
|
})));
|
|
1881
1853
|
};
|
|
1882
|
-
var ForwardRef$
|
|
1854
|
+
var ForwardRef$y = /*#__PURE__*/forwardRef(SvgNavigationChevronDown18);
|
|
1883
1855
|
|
|
1884
|
-
var css$I = {"cell":"
|
|
1856
|
+
var css$I = {"cell":"Xfzl-2","wrapper":"yVgrKj","align-widgets-top":"UBptRX","size-24":"FlvQIf","folding-arrow":"qCEl9V","size-30":"HGfZI-","size-36":"_3oJ9L6","size-42":"puJerN","size-48":"Alix0L","size-60":"EwKHGx","align-widgets-center":"SvI7J8","padding-12":"RSNTvg","padding-24":"YVUPXf","padding-left-12":"mS-eIF","padding-left-24":"EgL-g4","padding-right-24":"cEWD4N","drag-handle":"QI5JUv","checkbox":"_-4IXDn","indent":"QCzP51","folding-arrow-12":"wiC5wH","folding-arrow-18":"CfJDKc","icon-container":"-kvZ35","loading-cell":"_6jfRSG","alignWidgetsTop":"UBptRX","size24":"FlvQIf","foldingArrow":"qCEl9V","size30":"HGfZI-","size36":"_3oJ9L6","size42":"puJerN","size48":"Alix0L","size60":"EwKHGx","alignWidgetsCenter":"SvI7J8","padding12":"RSNTvg","padding24":"YVUPXf","paddingLeft12":"mS-eIF","paddingLeft24":"EgL-g4","paddingRight24":"cEWD4N","dragHandle":"QI5JUv","foldingArrow12":"wiC5wH","foldingArrow18":"CfJDKc","iconContainer":"-kvZ35","loadingCell":"_6jfRSG"};
|
|
1885
1857
|
|
|
1886
1858
|
function DataTableRowAddons(props) {
|
|
1887
1859
|
var _a, _b;
|
|
@@ -1893,7 +1865,7 @@ function DataTableRowAddons(props) {
|
|
|
1893
1865
|
row.indent > 0 && (React.createElement("div", { key: "fold", className: css$I.indent, style: { marginLeft: (row.indent - 1) * 24 } }, row.isFoldable && (React.createElement(IconContainer, { rawProps: {
|
|
1894
1866
|
'aria-label': row.isFolded ? 'Unfold' : 'Fold',
|
|
1895
1867
|
role: 'button',
|
|
1896
|
-
}, key: "icon", icon: ForwardRef$
|
|
1868
|
+
}, key: "icon", icon: ForwardRef$y, cx: [
|
|
1897
1869
|
css$I.foldingArrow, css$I[`folding-arrow-${additionalItemSize}`], uuiMarkers.clickable, css$I.iconContainer,
|
|
1898
1870
|
], rotate: row.isFolded ? '90ccw' : '0', onClick: () => row.onFold(row) }))))));
|
|
1899
1871
|
}
|
|
@@ -1926,56 +1898,52 @@ function DataTableCell(props) {
|
|
|
1926
1898
|
return React.createElement(DataTableCell$1, Object.assign({}, props));
|
|
1927
1899
|
}
|
|
1928
1900
|
|
|
1929
|
-
var _path$
|
|
1930
|
-
function _extends$
|
|
1901
|
+
var _path$w;
|
|
1902
|
+
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); }
|
|
1931
1903
|
var SvgNotificationDone24 = function SvgNotificationDone24(props, ref) {
|
|
1932
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1904
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
1933
1905
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1934
|
-
width:
|
|
1906
|
+
width: 25,
|
|
1935
1907
|
height: 24,
|
|
1936
|
-
viewBox: "0 0
|
|
1908
|
+
viewBox: "0 0 25 24",
|
|
1937
1909
|
ref: ref
|
|
1938
|
-
}, props), _path$
|
|
1939
|
-
|
|
1940
|
-
d: "m9.727 16.075-4.295-4.388L4 13.149 9.727 19 22 6.463 20.568 5 9.728 16.075z",
|
|
1941
|
-
clipRule: "evenodd"
|
|
1910
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
1911
|
+
d: "m2.5 12 3.077-3.2 4.615 4.8L19.423 4 22.5 7.2 10.192 20 2.5 12z"
|
|
1942
1912
|
})));
|
|
1943
1913
|
};
|
|
1944
|
-
var ForwardRef$
|
|
1914
|
+
var ForwardRef$x = /*#__PURE__*/forwardRef(SvgNotificationDone24);
|
|
1945
1915
|
|
|
1946
|
-
var _path$
|
|
1947
|
-
function _extends$
|
|
1916
|
+
var _path$v;
|
|
1917
|
+
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); }
|
|
1948
1918
|
var SvgNotificationDone18 = function SvgNotificationDone18(props, ref) {
|
|
1949
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1919
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
1950
1920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1951
1921
|
width: 18,
|
|
1952
1922
|
height: 18,
|
|
1953
1923
|
viewBox: "0 0 18 18",
|
|
1954
1924
|
ref: ref
|
|
1955
|
-
}, props), _path$
|
|
1956
|
-
|
|
1957
|
-
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",
|
|
1958
|
-
clipRule: "evenodd"
|
|
1925
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
|
|
1926
|
+
d: "m1.5 9 2.308-2.4 3.461 3.6L14.192 3 16.5 5.4 7.27 15 1.5 9z"
|
|
1959
1927
|
})));
|
|
1960
1928
|
};
|
|
1961
|
-
var ForwardRef$
|
|
1929
|
+
var ForwardRef$w = /*#__PURE__*/forwardRef(SvgNotificationDone18);
|
|
1962
1930
|
|
|
1963
|
-
var _path$
|
|
1964
|
-
function _extends$
|
|
1931
|
+
var _path$u;
|
|
1932
|
+
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); }
|
|
1965
1933
|
var SvgNotificationDone12 = function SvgNotificationDone12(props, ref) {
|
|
1966
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1934
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
1967
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1968
|
-
width:
|
|
1936
|
+
width: 13,
|
|
1969
1937
|
height: 12,
|
|
1970
|
-
viewBox: "0 0
|
|
1938
|
+
viewBox: "0 0 13 12",
|
|
1971
1939
|
ref: ref
|
|
1972
|
-
}, props), _path$
|
|
1973
|
-
d: "M11 3.6 9.
|
|
1940
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
1941
|
+
d: "M11.5 3.6 9.962 2 5.346 6.8 3.038 4.4 1.5 6l3.846 4L11.5 3.6z"
|
|
1974
1942
|
})));
|
|
1975
1943
|
};
|
|
1976
|
-
var ForwardRef$
|
|
1944
|
+
var ForwardRef$v = /*#__PURE__*/forwardRef(SvgNotificationDone12);
|
|
1977
1945
|
|
|
1978
|
-
var css$H = {"uui-typography":"
|
|
1946
|
+
var css$H = {"uui-typography":"_9qtKEr","hero-header":"_5H9Bq8","promo-header":"dETlFf","uui-critical":"Hie-1A","uui-info":"iLjltp","uui-success":"U-48re","uui-warning":"wjIYO-","uui-highlight":"NHjGky","uui-typography-size-12":"eyyIoF","uui-typography-size-14":"_667DQ-","uui-typography-size-16":"NjC4Vt","render-item":"MvjqRc","icon-wrapper":"SgUzRi","picker-row":"_-1tvQ7","icon-default":"ju0S4o","icon-primary":"HQ2DF3","uuiTypography":"_9qtKEr","heroHeader":"_5H9Bq8","promoHeader":"dETlFf","uuiCritical":"Hie-1A","uuiInfo":"iLjltp","uuiSuccess":"U-48re","uuiWarning":"wjIYO-","uuiHighlight":"NHjGky","uuiTypographySize12":"eyyIoF","uuiTypographySize14":"_667DQ-","uuiTypographySize16":"NjC4Vt","renderItem":"MvjqRc","iconWrapper":"SgUzRi","pickerRow":"_-1tvQ7","iconDefault":"ju0S4o","iconPrimary":"HQ2DF3"};
|
|
1979
1947
|
|
|
1980
1948
|
class DataPickerRow extends React.Component {
|
|
1981
1949
|
constructor() {
|
|
@@ -1983,15 +1951,15 @@ class DataPickerRow extends React.Component {
|
|
|
1983
1951
|
this.getIcon = (size) => {
|
|
1984
1952
|
switch (size) {
|
|
1985
1953
|
case '24':
|
|
1986
|
-
return ForwardRef$
|
|
1954
|
+
return ForwardRef$v;
|
|
1987
1955
|
case '30':
|
|
1988
|
-
return ForwardRef$
|
|
1956
|
+
return ForwardRef$w;
|
|
1989
1957
|
case '36':
|
|
1990
|
-
return ForwardRef$
|
|
1958
|
+
return ForwardRef$w;
|
|
1991
1959
|
case '42':
|
|
1992
|
-
return ForwardRef$y;
|
|
1993
|
-
default:
|
|
1994
1960
|
return ForwardRef$x;
|
|
1961
|
+
default:
|
|
1962
|
+
return ForwardRef$w;
|
|
1995
1963
|
}
|
|
1996
1964
|
};
|
|
1997
1965
|
this.column = {
|
|
@@ -2015,7 +1983,7 @@ class DataPickerRow extends React.Component {
|
|
|
2015
1983
|
}
|
|
2016
1984
|
}
|
|
2017
1985
|
|
|
2018
|
-
var css$G = {"uui-typography":"
|
|
1986
|
+
var css$G = {"uui-typography":"_7-ILuv","hero-header":"LWBfMH","promo-header":"Toek3h","uui-critical":"vl6iOT","uui-info":"_4TuINw","uui-success":"ADAsz8","uui-warning":"IrADbj","uui-highlight":"OTNO6N","uui-typography-size-12":"_0rgTPU","uui-typography-size-14":"P4mLhB","uui-typography-size-16":"JBiX71","done":"ZhKLjs","container":"_3mp70r","uuiTypography":"_7-ILuv","heroHeader":"LWBfMH","promoHeader":"Toek3h","uuiCritical":"vl6iOT","uuiInfo":"_4TuINw","uuiSuccess":"ADAsz8","uuiWarning":"IrADbj","uuiHighlight":"OTNO6N","uuiTypographySize12":"_0rgTPU","uuiTypographySize14":"P4mLhB","uuiTypographySize16":"JBiX71"};
|
|
2019
1987
|
|
|
2020
1988
|
const MobileDropdownWrapper = (props) => {
|
|
2021
1989
|
const isMobileView = isMobile();
|
|
@@ -2025,29 +1993,29 @@ const MobileDropdownWrapper = (props) => {
|
|
|
2025
1993
|
isMobileView && React__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" })));
|
|
2026
1994
|
};
|
|
2027
1995
|
|
|
2028
|
-
var _path$
|
|
2029
|
-
function _extends$
|
|
1996
|
+
var _path$t, _path2$4;
|
|
1997
|
+
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); }
|
|
2030
1998
|
var SvgSearchWithBackground = function SvgSearchWithBackground(props, ref) {
|
|
2031
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1999
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
2032
2000
|
width: 66,
|
|
2033
2001
|
height: 67,
|
|
2034
2002
|
viewBox: "0 0 66 67",
|
|
2035
2003
|
fill: "none",
|
|
2036
2004
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2037
2005
|
ref: ref
|
|
2038
|
-
}, props), _path$
|
|
2006
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
2039
2007
|
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",
|
|
2040
2008
|
fill: "#EBEDF5"
|
|
2041
|
-
})), _path2$
|
|
2009
|
+
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
|
2042
2010
|
fillRule: "evenodd",
|
|
2043
2011
|
clipRule: "evenodd",
|
|
2044
2012
|
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",
|
|
2045
2013
|
fill: "#6C6F80"
|
|
2046
2014
|
})));
|
|
2047
2015
|
};
|
|
2048
|
-
var ForwardRef$
|
|
2016
|
+
var ForwardRef$u = /*#__PURE__*/forwardRef(SvgSearchWithBackground);
|
|
2049
2017
|
|
|
2050
|
-
var css$F = {"uui-typography":"
|
|
2018
|
+
var css$F = {"uui-typography":"O24uPr","hero-header":"THE6Ig","promo-header":"IcLbf0","uui-critical":"_8mt9x8","uui-info":"VKifko","uui-success":"VBFi3x","uui-warning":"_7WVA2J","uui-highlight":"l9-Ytf","uui-typography-size-12":"fa4ILu","uui-typography-size-14":"pLygoI","uui-typography-size-16":"rQeCTW","sub-header-wrapper":"dVP60i","switch":"muQHn5","no-found-modal-container":"Ggo7jv","no-found-modal-container-icon":"_1yC2CN","no-found-modal-container-text":"_9TS4-V","uuiTypography":"O24uPr","heroHeader":"THE6Ig","promoHeader":"IcLbf0","uuiCritical":"_8mt9x8","uuiInfo":"VKifko","uuiSuccess":"VBFi3x","uuiWarning":"_7WVA2J","uuiHighlight":"l9-Ytf","uuiTypographySize12":"fa4ILu","uuiTypographySize14":"pLygoI","uuiTypographySize16":"rQeCTW","subHeaderWrapper":"dVP60i","$switch$":"muQHn5","noFoundModalContainer":"Ggo7jv","noFoundModalContainerIcon":"_1yC2CN","noFoundModalContainerText":"_9TS4-V"};
|
|
2051
2019
|
|
|
2052
2020
|
function PickerModal(props) {
|
|
2053
2021
|
const { view, selection, dataSourceStateLens, showSelectedLens, dataSourceState, getDataSourceState, getName, clearSelection, getRows, getListProps, getFooterProps, isSingleSelect, handleDataSourceValueChange, } = usePickerModal(props);
|
|
@@ -2066,7 +2034,7 @@ function PickerModal(props) {
|
|
|
2066
2034
|
};
|
|
2067
2035
|
const renderNotFound = () => {
|
|
2068
2036
|
return props.renderNotFound ? (props.renderNotFound({ search: dataSourceState.search, onClose: () => props.success(null) })) : (React__default.createElement("div", { className: css$F.noFoundModalContainer },
|
|
2069
|
-
React__default.createElement(IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$
|
|
2037
|
+
React__default.createElement(IconContainer, { cx: css$F.noFoundModalContainerIcon, icon: ForwardRef$u }),
|
|
2070
2038
|
React__default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontWeight: "600", fontSize: "16", lineHeight: "24", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsMessage),
|
|
2071
2039
|
React__default.createElement(Text, { cx: css$F.noFoundModalContainerText, fontSize: "12", lineHeight: "18", color: "primary", size: "36" }, i18n.dataPickerBody.noRecordsSubTitle)));
|
|
2072
2040
|
};
|
|
@@ -2093,7 +2061,7 @@ function PickerModal(props) {
|
|
|
2093
2061
|
const MAX_ITEMS = 100;
|
|
2094
2062
|
const getMaxItems = (maxItems) => maxItems || maxItems === 0 ? maxItems : MAX_ITEMS;
|
|
2095
2063
|
|
|
2096
|
-
var css$E = {"uui-typography":"
|
|
2064
|
+
var css$E = {"uui-typography":"fvyEad","hero-header":"UX6eFq","promo-header":"J5pOLS","uui-critical":"miv7k9","uui-info":"NReHkN","uui-success":"yPJHqf","uui-warning":"Zx3I2d","uui-highlight":"oNiZ-A","uui-typography-size-12":"flSCK-","uui-typography-size-14":"LbvOKI","uui-typography-size-16":"xcnThf","root":"Tg7E-q","mode-form":"Zhmkh9","mode-cell":"lg4XtS","mode-inline":"uuPhI8","size-24":"KW6Djw","size-30":"I8bxH8","size-36":"TBhDUY","size-42":"_9alZbY","size-48":"onl8w8","uuiTypography":"fvyEad","heroHeader":"UX6eFq","promoHeader":"J5pOLS","uuiCritical":"miv7k9","uuiInfo":"NReHkN","uuiSuccess":"yPJHqf","uuiWarning":"Zx3I2d","uuiHighlight":"oNiZ-A","uuiTypographySize12":"flSCK-","uuiTypographySize14":"LbvOKI","uuiTypographySize16":"xcnThf","modeForm":"Zhmkh9","modeCell":"lg4XtS","modeInline":"uuPhI8","size24":"KW6Djw","size30":"I8bxH8","size36":"TBhDUY","size42":"_9alZbY","size48":"onl8w8"};
|
|
2097
2065
|
|
|
2098
2066
|
const defaultSize$2 = '36';
|
|
2099
2067
|
const defaultMode$1 = EditMode.FORM;
|
|
@@ -2143,7 +2111,7 @@ function PickerTogglerComponent(props, ref) {
|
|
|
2143
2111
|
}
|
|
2144
2112
|
const PickerToggler = React.forwardRef(PickerTogglerComponent);
|
|
2145
2113
|
|
|
2146
|
-
var css$D = {"root":"
|
|
2114
|
+
var css$D = {"root":"CPBHWT","multiline":"zxfmT5","vertical-padding-24":"mrBevt","vertical-padding-30":"wmBV8d","vertical-padding-36":"S-tYjA","vertical-padding-42":"wD0hBE","vertical-padding-48":"e8HMUZ","text":"NAHION","verticalPadding24":"mrBevt","verticalPadding30":"wmBV8d","verticalPadding36":"S-tYjA","verticalPadding42":"wD0hBE","verticalPadding48":"e8HMUZ"};
|
|
2147
2115
|
|
|
2148
2116
|
const mergeHighlightRanges = (ranges) => {
|
|
2149
2117
|
const mergedRanges = [];
|
|
@@ -2241,7 +2209,7 @@ PickerItem.defaultProps = {
|
|
|
2241
2209
|
|
|
2242
2210
|
const pickerHeight$1 = 300;
|
|
2243
2211
|
const pickerWidth = 360;
|
|
2244
|
-
function
|
|
2212
|
+
function PickerInputComponent(_a, ref) {
|
|
2245
2213
|
var { highlightSearchMatches = true } = _a, props = __rest(_a, ["highlightSearchMatches"]);
|
|
2246
2214
|
const toggleModalOpening = () => {
|
|
2247
2215
|
const { renderFooter, rawProps } = props, restProps = __rest(props, ["renderFooter", "rawProps"]);
|
|
@@ -2296,10 +2264,11 @@ function PickerInput(_a) {
|
|
|
2296
2264
|
return (React__default.createElement(Dropdown, { renderTarget: (dropdownProps) => {
|
|
2297
2265
|
const targetProps = getTogglerProps();
|
|
2298
2266
|
return renderTarget(Object.assign(Object.assign({}, dropdownProps), targetProps));
|
|
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: !isMobile(), portalTarget: props.portalTarget }));
|
|
2267
|
+
}, 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: !isMobile(), portalTarget: props.portalTarget, ref: ref }));
|
|
2300
2268
|
}
|
|
2269
|
+
const PickerInput = React__default.forwardRef(PickerInputComponent);
|
|
2301
2270
|
|
|
2302
|
-
var css$C = {"row":"
|
|
2271
|
+
var css$C = {"row":"vFCCfu"};
|
|
2303
2272
|
|
|
2304
2273
|
function PickerListItem(props) {
|
|
2305
2274
|
var _a;
|
|
@@ -2358,7 +2327,7 @@ const UUI_FILTERS_PANEL_ADD_BUTTON_BODY = 'uui-filters-panel-add-button-body';
|
|
|
2358
2327
|
const UUI_FILTERS_PANEL_ITEM_BODY = 'uui-filters-panel-item-body';
|
|
2359
2328
|
const UUI_FILTERS_PANEL_ITEM_TOGGLER = 'uui-filters-panel-item-toggler';
|
|
2360
2329
|
|
|
2361
|
-
var css$B = {"uui-typography":"
|
|
2330
|
+
var css$B = {"uui-typography":"_3wG95O","hero-header":"inKNK0","promo-header":"-F2TtH","uui-critical":"sK-QO3","uui-info":"LMTRO-","uui-success":"xyPaPI","uui-warning":"cvO7Lt","uui-highlight":"MyOiQN","uui-typography-size-12":"npH0sl","uui-typography-size-14":"uCdNi9","uui-typography-size-16":"uFvidA","root":"luBKJF","title-wrapper":"HPvH6U","title":"ifRB9a","text-wrapper":"hZsoV6","selection":"QQsmtK","postfix":"aope2B","selected":"JwZqfG","uuiTypography":"_3wG95O","heroHeader":"inKNK0","promoHeader":"-F2TtH","uuiCritical":"sK-QO3","uuiInfo":"LMTRO-","uuiSuccess":"xyPaPI","uuiWarning":"cvO7Lt","uuiHighlight":"MyOiQN","uuiTypographySize12":"npH0sl","uuiTypographySize14":"uCdNi9","uuiTypographySize16":"uFvidA","titleWrapper":"HPvH6U","textWrapper":"hZsoV6"};
|
|
2362
2331
|
|
|
2363
2332
|
const defaultSize = '36';
|
|
2364
2333
|
const FilterPanelItemToggler = React.forwardRef((props, ref) => {
|
|
@@ -2463,7 +2432,7 @@ class FilterDatePickerBody extends BaseDatePicker {
|
|
|
2463
2432
|
}
|
|
2464
2433
|
}
|
|
2465
2434
|
|
|
2466
|
-
var css$A = {"uui-typography":"
|
|
2435
|
+
var css$A = {"uui-typography":"UBzfd1","hero-header":"UK0X7L","promo-header":"hoH61j","uui-critical":"TrSlw7","uui-info":"YWlwup","uui-success":"lqAHlt","uui-warning":"Mab--f","uui-highlight":"Rhj0cO","uui-typography-size-12":"nThfQN","uui-typography-size-14":"vfrmR9","uui-typography-size-16":"_622rI0","date-input":"_6HsqfJ","size-24":"GXOeC5","size-30":"MIphb-","size-36":"aNNR-1","size-42":"JesOkZ","size-48":"U0pm33","date-input-group":"vntfvT","separator":"YMmBsw","mode-form":"XpjBkM","mode-cell":"Ov-lrL","uuiTypography":"UBzfd1","heroHeader":"UK0X7L","promoHeader":"hoH61j","uuiCritical":"TrSlw7","uuiInfo":"YWlwup","uuiSuccess":"lqAHlt","uuiWarning":"Mab--f","uuiHighlight":"Rhj0cO","uuiTypographySize12":"nThfQN","uuiTypographySize14":"vfrmR9","uuiTypographySize16":"_622rI0","dateInput":"_6HsqfJ","size24":"GXOeC5","size30":"MIphb-","size36":"aNNR-1","size42":"JesOkZ","size48":"U0pm33","dateInputGroup":"vntfvT","modeForm":"XpjBkM","modeCell":"Ov-lrL"};
|
|
2467
2436
|
|
|
2468
2437
|
class FilterRangeDatePickerBody extends BaseRangeDatePicker {
|
|
2469
2438
|
constructor() {
|
|
@@ -2495,7 +2464,7 @@ class FilterRangeDatePickerBody extends BaseRangeDatePicker {
|
|
|
2495
2464
|
}
|
|
2496
2465
|
}
|
|
2497
2466
|
|
|
2498
|
-
var css$z = {"container":"
|
|
2467
|
+
var css$z = {"container":"l3GQ-A"};
|
|
2499
2468
|
|
|
2500
2469
|
function FilterNumericBody(props) {
|
|
2501
2470
|
var _a, _b;
|
|
@@ -2570,23 +2539,26 @@ function FilterItemBody(props) {
|
|
|
2570
2539
|
}
|
|
2571
2540
|
}
|
|
2572
2541
|
|
|
2573
|
-
var _path$
|
|
2574
|
-
function _extends$
|
|
2542
|
+
var _path$s, _path2$3;
|
|
2543
|
+
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); }
|
|
2575
2544
|
var SvgActionDeleteforever12 = function SvgActionDeleteforever12(props, ref) {
|
|
2576
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2545
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
2577
2546
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2578
|
-
width:
|
|
2547
|
+
width: 13,
|
|
2579
2548
|
height: 12,
|
|
2580
|
-
viewBox: "0 0
|
|
2549
|
+
viewBox: "0 0 13 12",
|
|
2581
2550
|
ref: ref
|
|
2582
|
-
}, props), _path$
|
|
2551
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
2583
2552
|
fillRule: "evenodd",
|
|
2584
|
-
d: "
|
|
2553
|
+
d: "M8.25 5.083 7.667 4.5 6.5 5.667 5.333 4.5l-.583.583L5.917 6.25 4.75 7.417 5.333 8 6.5 6.833 7.667 8l.583-.583L7.083 6.25 8.25 5.083z",
|
|
2554
|
+
clipRule: "evenodd"
|
|
2555
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
2556
|
+
d: "M5 1.5V2H2.5v1H3v6.5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V3h.5V2H8v-.5H5zM4 3h5v6.5H4V3z"
|
|
2585
2557
|
})));
|
|
2586
2558
|
};
|
|
2587
|
-
var ForwardRef$
|
|
2559
|
+
var ForwardRef$t = /*#__PURE__*/forwardRef(SvgActionDeleteforever12);
|
|
2588
2560
|
|
|
2589
|
-
var css$y = {"uui-typography":"
|
|
2561
|
+
var css$y = {"uui-typography":"sKlrEi","hero-header":"Y1qFxx","promo-header":"UHxdP8","uui-critical":"_7xINum","uui-info":"xWlEyi","uui-success":"JjoPes","uui-warning":"TWqvaA","uui-highlight":"_7OA66l","uui-typography-size-12":"f9QqX9","uui-typography-size-14":"WeLMut","uui-typography-size-16":"NqI-W7","header":"BGCfJ0","removeButton":"doDk85","with-search":"tZ70HT","uuiTypography":"sKlrEi","heroHeader":"Y1qFxx","promoHeader":"UHxdP8","uuiCritical":"_7xINum","uuiInfo":"xWlEyi","uuiSuccess":"JjoPes","uuiWarning":"TWqvaA","uuiHighlight":"_7OA66l","uuiTypographySize12":"f9QqX9","uuiTypographySize14":"WeLMut","uuiTypographySize16":"NqI-W7","withSearch":"tZ70HT"};
|
|
2590
2562
|
|
|
2591
2563
|
function FiltersToolbarItemImpl(props) {
|
|
2592
2564
|
const { maxCount = 2 } = props;
|
|
@@ -2664,7 +2636,7 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2664
2636
|
var _a;
|
|
2665
2637
|
return (React__default.createElement("div", { className: cx(css$y.header, isPickersType && ((_a = props.showSearch) !== null && _a !== void 0 ? _a : css$y.withSearch)) },
|
|
2666
2638
|
props.predicates ? (React__default.createElement(MultiSwitch, { items: props.predicates.map((i) => ({ id: i.predicate, caption: i.name })), value: predicate, onValueChange: changePredicate, size: "24" })) : (!hideTitle && (React__default.createElement(Text, { color: "secondary", size: "24", fontSize: "14" }, props.title))),
|
|
2667
|
-
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$
|
|
2639
|
+
!(props === null || props === void 0 ? void 0 : props.isAlwaysVisible) && (React__default.createElement(LinkButton, { cx: css$y.removeButton, caption: i18n.filterToolbar.datePicker.removeCaption, onClick: removeOnclickHandler, size: "24", icon: ForwardRef$t }))));
|
|
2668
2640
|
};
|
|
2669
2641
|
const renderBody = (dropdownProps) => {
|
|
2670
2642
|
const hideHeaderTitle = isPickersType && isMobileScreen;
|
|
@@ -2751,20 +2723,20 @@ function FiltersToolbarItemImpl(props) {
|
|
|
2751
2723
|
}
|
|
2752
2724
|
const FiltersPanelItem = React__default.memo(FiltersToolbarItemImpl);
|
|
2753
2725
|
|
|
2754
|
-
var _path$
|
|
2755
|
-
function _extends$
|
|
2726
|
+
var _path$r;
|
|
2727
|
+
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); }
|
|
2756
2728
|
var SvgActionAdd18 = function SvgActionAdd18(props, ref) {
|
|
2757
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2729
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
2758
2730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2759
2731
|
width: 18,
|
|
2760
2732
|
height: 18,
|
|
2761
2733
|
viewBox: "0 0 18 18",
|
|
2762
2734
|
ref: ref
|
|
2763
|
-
}, props), _path$
|
|
2764
|
-
d: "
|
|
2735
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
2736
|
+
d: "M8.25 14.25v-4.5h-4.5v-1.5h4.5v-4.5h1.5v4.5h4.5v1.5h-4.5v4.5h-1.5z"
|
|
2765
2737
|
})));
|
|
2766
2738
|
};
|
|
2767
|
-
var ForwardRef$
|
|
2739
|
+
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgActionAdd18);
|
|
2768
2740
|
|
|
2769
2741
|
const normalizeFilterWithPredicates = (filter) => {
|
|
2770
2742
|
if (!filter) {
|
|
@@ -2855,7 +2827,7 @@ function FiltersToolbarImpl(props) {
|
|
|
2855
2827
|
}, [filters, tableState.filtersConfig]);
|
|
2856
2828
|
const renderAddFilterToggler = useCallback((togglerProps) => {
|
|
2857
2829
|
var _a;
|
|
2858
|
-
return (React__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$
|
|
2830
|
+
return (React__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 }));
|
|
2859
2831
|
}, []);
|
|
2860
2832
|
const getRowOptions = useCallback((item) => ({
|
|
2861
2833
|
isDisabled: item.isAlwaysVisible,
|
|
@@ -2882,30 +2854,13 @@ function FiltersToolbarImpl(props) {
|
|
|
2882
2854
|
}
|
|
2883
2855
|
const FiltersPanel = React__default.memo(FiltersToolbarImpl);
|
|
2884
2856
|
|
|
2885
|
-
var css$x = {"divider":"
|
|
2857
|
+
var css$x = {"divider":"yL2-Hn","dropdownDeleteIcon":"sA-NWK","presetsWrapper":"LLXvtC","addPresetContainer":"g-1mt6","dropContainer":"bT5VaH"};
|
|
2886
2858
|
|
|
2887
|
-
var css$w = {"preset-dropdown-panel":"
|
|
2888
|
-
|
|
2889
|
-
var _path$r;
|
|
2890
|
-
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); }
|
|
2891
|
-
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2892
|
-
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
2893
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2894
|
-
width: 18,
|
|
2895
|
-
height: 18,
|
|
2896
|
-
viewBox: "0 0 18 18",
|
|
2897
|
-
ref: ref
|
|
2898
|
-
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
2899
|
-
fillRule: "evenodd",
|
|
2900
|
-
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",
|
|
2901
|
-
clipRule: "evenodd"
|
|
2902
|
-
})));
|
|
2903
|
-
};
|
|
2904
|
-
var ForwardRef$s = /*#__PURE__*/forwardRef(SvgNavigationMoreVert18);
|
|
2859
|
+
var css$w = {"preset-dropdown-panel":"d8nK1Y","delete-row":"K-frIg","delete-button":"_9-UAlV","targetOpen":"ZLXrNy","presetDropdownPanel":"d8nK1Y","deleteRow":"K-frIg","deleteButton":"_9-UAlV"};
|
|
2905
2860
|
|
|
2906
2861
|
var _path$q;
|
|
2907
2862
|
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); }
|
|
2908
|
-
var
|
|
2863
|
+
var SvgNavigationMoreVert18 = function SvgNavigationMoreVert18(props, ref) {
|
|
2909
2864
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
2910
2865
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2911
2866
|
width: 18,
|
|
@@ -2914,15 +2869,15 @@ var SvgActionUpdate18 = function SvgActionUpdate18(props, ref) {
|
|
|
2914
2869
|
ref: ref
|
|
2915
2870
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
2916
2871
|
fillRule: "evenodd",
|
|
2917
|
-
d: "
|
|
2872
|
+
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",
|
|
2918
2873
|
clipRule: "evenodd"
|
|
2919
2874
|
})));
|
|
2920
2875
|
};
|
|
2921
|
-
var ForwardRef$r = /*#__PURE__*/forwardRef(
|
|
2876
|
+
var ForwardRef$r = /*#__PURE__*/forwardRef(SvgNavigationMoreVert18);
|
|
2922
2877
|
|
|
2923
2878
|
var _path$p;
|
|
2924
2879
|
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); }
|
|
2925
|
-
var
|
|
2880
|
+
var SvgNavigationRefresh18 = function SvgNavigationRefresh18(props, ref) {
|
|
2926
2881
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
2927
2882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2928
2883
|
width: 18,
|
|
@@ -2930,14 +2885,14 @@ var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
|
2930
2885
|
viewBox: "0 0 18 18",
|
|
2931
2886
|
ref: ref
|
|
2932
2887
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
2933
|
-
d: "
|
|
2888
|
+
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"
|
|
2934
2889
|
})));
|
|
2935
2890
|
};
|
|
2936
|
-
var ForwardRef$q = /*#__PURE__*/forwardRef(
|
|
2891
|
+
var ForwardRef$q = /*#__PURE__*/forwardRef(SvgNavigationRefresh18);
|
|
2937
2892
|
|
|
2938
2893
|
var _path$o;
|
|
2939
2894
|
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); }
|
|
2940
|
-
var
|
|
2895
|
+
var SvgSaveOutline18 = function SvgSaveOutline18(props, ref) {
|
|
2941
2896
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
2942
2897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2943
2898
|
width: 18,
|
|
@@ -2945,16 +2900,14 @@ var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
|
2945
2900
|
viewBox: "0 0 18 18",
|
|
2946
2901
|
ref: ref
|
|
2947
2902
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
2948
|
-
|
|
2949
|
-
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",
|
|
2950
|
-
clipRule: "evenodd"
|
|
2903
|
+
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"
|
|
2951
2904
|
})));
|
|
2952
2905
|
};
|
|
2953
|
-
var ForwardRef$p = /*#__PURE__*/forwardRef(
|
|
2906
|
+
var ForwardRef$p = /*#__PURE__*/forwardRef(SvgSaveOutline18);
|
|
2954
2907
|
|
|
2955
2908
|
var _path$n;
|
|
2956
2909
|
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); }
|
|
2957
|
-
var
|
|
2910
|
+
var SvgContentEditUndo18 = function SvgContentEditUndo18(props, ref) {
|
|
2958
2911
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
2959
2912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2960
2913
|
width: 18,
|
|
@@ -2962,16 +2915,14 @@ var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
|
2962
2915
|
viewBox: "0 0 18 18",
|
|
2963
2916
|
ref: ref
|
|
2964
2917
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
-
|
|
2966
|
-
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",
|
|
2967
|
-
clipRule: "evenodd"
|
|
2918
|
+
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"
|
|
2968
2919
|
})));
|
|
2969
2920
|
};
|
|
2970
|
-
var ForwardRef$o = /*#__PURE__*/forwardRef(
|
|
2921
|
+
var ForwardRef$o = /*#__PURE__*/forwardRef(SvgContentEditUndo18);
|
|
2971
2922
|
|
|
2972
2923
|
var _path$m;
|
|
2973
2924
|
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); }
|
|
2974
|
-
var
|
|
2925
|
+
var SvgActionCopyContent18 = function SvgActionCopyContent18(props, ref) {
|
|
2975
2926
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
2976
2927
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2977
2928
|
width: 18,
|
|
@@ -2980,15 +2931,15 @@ var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
|
2980
2931
|
ref: ref
|
|
2981
2932
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
2982
2933
|
fillRule: "evenodd",
|
|
2983
|
-
d: "
|
|
2934
|
+
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",
|
|
2984
2935
|
clipRule: "evenodd"
|
|
2985
2936
|
})));
|
|
2986
2937
|
};
|
|
2987
|
-
var ForwardRef$n = /*#__PURE__*/forwardRef(
|
|
2938
|
+
var ForwardRef$n = /*#__PURE__*/forwardRef(SvgActionCopyContent18);
|
|
2988
2939
|
|
|
2989
2940
|
var _path$l;
|
|
2990
2941
|
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); }
|
|
2991
|
-
var
|
|
2942
|
+
var SvgContentEdit18 = function SvgContentEdit18(props, ref) {
|
|
2992
2943
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
2993
2944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2994
2945
|
width: 18,
|
|
@@ -2996,16 +2947,14 @@ var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
|
2996
2947
|
viewBox: "0 0 18 18",
|
|
2997
2948
|
ref: ref
|
|
2998
2949
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
2999
|
-
|
|
3000
|
-
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",
|
|
3001
|
-
clipRule: "evenodd"
|
|
2950
|
+
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"
|
|
3002
2951
|
})));
|
|
3003
2952
|
};
|
|
3004
|
-
var ForwardRef$m = /*#__PURE__*/forwardRef(
|
|
2953
|
+
var ForwardRef$m = /*#__PURE__*/forwardRef(SvgContentEdit18);
|
|
3005
2954
|
|
|
3006
|
-
var _path$k;
|
|
2955
|
+
var _path$k, _path2$2;
|
|
3007
2956
|
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); }
|
|
3008
|
-
var
|
|
2957
|
+
var SvgContentLink18 = function SvgContentLink18(props, ref) {
|
|
3009
2958
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
3010
2959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3011
2960
|
width: 18,
|
|
@@ -3013,12 +2962,31 @@ var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
|
3013
2962
|
viewBox: "0 0 18 18",
|
|
3014
2963
|
ref: ref
|
|
3015
2964
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
+
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"
|
|
2966
|
+
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
|
2967
|
+
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"
|
|
2968
|
+
})));
|
|
2969
|
+
};
|
|
2970
|
+
var ForwardRef$l = /*#__PURE__*/forwardRef(SvgContentLink18);
|
|
2971
|
+
|
|
2972
|
+
var _path$j, _path2$1;
|
|
2973
|
+
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); }
|
|
2974
|
+
var SvgActionDeleteforever18 = function SvgActionDeleteforever18(props, ref) {
|
|
2975
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
2976
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2977
|
+
width: 18,
|
|
2978
|
+
height: 18,
|
|
2979
|
+
viewBox: "0 0 18 18",
|
|
2980
|
+
ref: ref
|
|
2981
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
3016
2982
|
fillRule: "evenodd",
|
|
3017
|
-
d: "
|
|
2983
|
+
d: "m11.625 7.625-.875-.875L9 8.5 7.25 6.75l-.875.875 1.75 1.75-1.75 1.75.875.875L9 10.25 10.75 12l.875-.875-1.75-1.75 1.75-1.75z",
|
|
3018
2984
|
clipRule: "evenodd"
|
|
2985
|
+
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
|
2986
|
+
d: "M6.75 2.25V3H3v1.5h.75v9.75a1.5 1.5 0 0 0 1.5 1.5h7.5a1.5 1.5 0 0 0 1.5-1.5V4.5H15V3h-3.75v-.75h-4.5zM5.25 4.5h7.5v9.75h-7.5V4.5z"
|
|
3019
2987
|
})));
|
|
3020
2988
|
};
|
|
3021
|
-
var ForwardRef$
|
|
2989
|
+
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgActionDeleteforever18);
|
|
3022
2990
|
|
|
3023
2991
|
function PresetActionsDropdown(props) {
|
|
3024
2992
|
const { uuiNotifications } = useUuiContext();
|
|
@@ -3055,30 +3023,30 @@ function PresetActionsDropdown(props) {
|
|
|
3055
3023
|
]);
|
|
3056
3024
|
const renderBody = () => {
|
|
3057
3025
|
const isReadonlyPreset = props.preset.isReadonly;
|
|
3058
|
-
return (React__default.createElement(Panel, { background: "surface", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3026
|
+
return (React__default.createElement(Panel, { background: "surface-main", shadow: true, cx: css$w.presetDropdownPanel },
|
|
3059
3027
|
props.activePresetId === props.preset.id && props.hasPresetChanged(props.preset) && (React__default.createElement(React__default.Fragment, null,
|
|
3060
3028
|
!isReadonlyPreset && (React__default.createElement(FlexRow, { key: `${props.preset.id}-save-in-current` },
|
|
3061
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3029
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$q, caption: "Save in current", onClick: saveInCurrentHandler }))),
|
|
3062
3030
|
React__default.createElement(FlexRow, { key: `${props.preset.id}-save-as-new` },
|
|
3063
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3031
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$p, caption: "Save as new", onClick: props.addPreset })),
|
|
3064
3032
|
React__default.createElement(FlexRow, { key: `${props.preset.id}-discard`, borderBottom: true },
|
|
3065
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3033
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$o, caption: "Discard all changes", onClick: discardAllChangesHandler })))),
|
|
3066
3034
|
props.preset.id === props.activePresetId && !isReadonlyPreset && (React__default.createElement(FlexRow, { key: `${props.preset.id}-rename` },
|
|
3067
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3035
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$m, caption: "Rename", onClick: props.renamePreset }))),
|
|
3068
3036
|
React__default.createElement(FlexRow, { key: `${props.preset.id}-duplicate` },
|
|
3069
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3037
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$n, caption: "Duplicate", onClick: duplicateHandler })),
|
|
3070
3038
|
React__default.createElement(FlexRow, { borderBottom: true, key: `${props.preset.id}-copyLink` },
|
|
3071
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3039
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$l, caption: "Copy Link", onClick: copyUrlToClipboard })),
|
|
3072
3040
|
!isReadonlyPreset && (React__default.createElement(FlexRow, { key: `${props.preset.id}-delete`, cx: css$w.deleteRow },
|
|
3073
|
-
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$
|
|
3041
|
+
React__default.createElement(DropdownMenuButton, { icon: ForwardRef$k, caption: "Delete", cx: css$w.deleteButton, onClick: deleteHandler })))));
|
|
3074
3042
|
};
|
|
3075
3043
|
const renderTarget = useCallback((dropdownProps) => {
|
|
3076
|
-
return (React__default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$
|
|
3044
|
+
return (React__default.createElement(IconButton, Object.assign({ cx: dropdownProps.isOpen && css$w.targetOpen, color: props.preset.id === props.activePresetId ? 'info' : 'neutral' }, dropdownProps, { icon: ForwardRef$r })));
|
|
3077
3045
|
}, []);
|
|
3078
3046
|
return (React__default.createElement(Dropdown, { renderBody: renderBody, renderTarget: renderTarget, placement: "bottom-end", modifiers: [{ name: 'offset', options: { offset: [0, 22] } }] }));
|
|
3079
3047
|
}
|
|
3080
3048
|
|
|
3081
|
-
var css$v = {"preset-input-cell":"
|
|
3049
|
+
var css$v = {"preset-input-cell":"DVAdoH","preset-input":"wRmadV","presetInputCell":"DVAdoH","presetInput":"wRmadV"};
|
|
3082
3050
|
|
|
3083
3051
|
const UUI_PRESETS_PANEL_ADD_BUTTON = 'uui-presets-panel-add-button';
|
|
3084
3052
|
const UUI_PRESETS_PANEL_MORE_BUTTON = 'uui-presets-panel-more-button';
|
|
@@ -3108,7 +3076,7 @@ function PresetInput(props) {
|
|
|
3108
3076
|
React__default.createElement(TextInput, { cx: css$v.presetInput, onValueChange: setPresetCaption, value: presetCaption, onCancel: cancelActionHandler, onAccept: acceptActionHandler, onBlur: newPresetOnBlurHandler, autoFocus: true, maxLength: 50 })));
|
|
3109
3077
|
}
|
|
3110
3078
|
|
|
3111
|
-
var css$u = {"preset":"
|
|
3079
|
+
var css$u = {"preset":"KdBigM","activePreset":"IuKIPZ"};
|
|
3112
3080
|
|
|
3113
3081
|
function Preset(props) {
|
|
3114
3082
|
const [isRenamePreset, setIsRenamePreset] = useState(false);
|
|
@@ -3129,21 +3097,6 @@ function Preset(props) {
|
|
|
3129
3097
|
return (React__default.createElement(FlexCell, { key: props.preset.id, alignSelf: "center", width: "auto" }, isRenamePreset ? (React__default.createElement(PresetInput, { onCancel: cancelRenamePreset, onSuccess: handlePresetRename, preset: props.preset })) : (React__default.createElement(TabButton, { caption: props.preset.name, onClick: !isPresetActive && choosePresetHandler, cx: [css$u.preset, isPresetActive && css$u.activePreset, UUI_PRESETS_PANEL_PRESET], size: "60", withNotify: isPresetActive && props.hasPresetChanged(props.preset), icon: () => React__default.createElement(PresetActionsDropdown, Object.assign({ renamePreset: setPresetForRename }, props)), iconPosition: "right", isLinkActive: isPresetActive }))));
|
|
3130
3098
|
}
|
|
3131
3099
|
|
|
3132
|
-
var _path$j;
|
|
3133
|
-
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); }
|
|
3134
|
-
var SvgContentPlusBold18 = function SvgContentPlusBold18(props, ref) {
|
|
3135
|
-
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
3136
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3137
|
-
width: 18,
|
|
3138
|
-
height: 18,
|
|
3139
|
-
viewBox: "0 0 18 18",
|
|
3140
|
-
ref: ref
|
|
3141
|
-
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
|
3142
|
-
d: "M10.5 3h-3v4.5H3v3h4.5V15h3v-4.5H15v-3h-4.5V3z"
|
|
3143
|
-
})));
|
|
3144
|
-
};
|
|
3145
|
-
var ForwardRef$k = /*#__PURE__*/forwardRef(SvgContentPlusBold18);
|
|
3146
|
-
|
|
3147
3100
|
function PresetsPanel(props) {
|
|
3148
3101
|
const [isAddingPreset, setIsAddingPreset] = useState(false);
|
|
3149
3102
|
const setAddingPreset = useCallback(() => {
|
|
@@ -3157,7 +3110,7 @@ function PresetsPanel(props) {
|
|
|
3157
3110
|
return React__default.createElement(Preset, Object.assign({ key: preset.id, preset: preset, addPreset: setAddingPreset }, presetApi));
|
|
3158
3111
|
};
|
|
3159
3112
|
const renderAddPresetButton = useCallback(() => {
|
|
3160
|
-
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__default.createElement(Button, { cx: UUI_PRESETS_PANEL_ADD_BUTTON, size: "36", onClick: setAddingPreset, caption: i18n.presetPanel.addCaption, icon: ForwardRef$
|
|
3113
|
+
return (React__default.createElement("div", { key: "addingPresetBlock", className: css$x.addPresetContainer }, !isAddingPreset ? (React__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__default.createElement(PresetInput, { onCancel: cancelAddingPreset, onSuccess: props.createNewPreset }))));
|
|
3161
3114
|
}, [isAddingPreset]);
|
|
3162
3115
|
const onPresetDropdownSelect = (preset) => {
|
|
3163
3116
|
props.choosePreset(preset.preset);
|
|
@@ -3166,7 +3119,7 @@ function PresetsPanel(props) {
|
|
|
3166
3119
|
return (React__default.createElement(Dropdown, { key: "more", renderTarget: (props) => (React__default.createElement(FlexRow, null,
|
|
3167
3120
|
React__default.createElement("div", { className: css$x.divider }),
|
|
3168
3121
|
React__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__default.createElement(DropdownContainer, Object.assign({ cx: cx$1(css$x.dropContainer), width: 230 }, propsBody),
|
|
3169
|
-
React__default.createElement(ScrollBars$1, null, hiddenItems.map((hiddenItem) => (React__default.createElement(DropdownMenuButton, { key: hiddenItem.preset.id, onClick: () => onPresetDropdownSelect(hiddenItem), caption: hiddenItem.preset.name, icon: !hiddenItem.preset.isReadonly && ForwardRef$
|
|
3122
|
+
React__default.createElement(ScrollBars$1, null, hiddenItems.map((hiddenItem) => (React__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)) })))))) }));
|
|
3170
3123
|
};
|
|
3171
3124
|
const getPresetPriority = (preset, index) => {
|
|
3172
3125
|
return preset.id === props.activePresetId ? 100499 : 1000 - index;
|
|
@@ -3222,7 +3175,7 @@ const useColumnsWithFilters = (initialColumns, filters) => {
|
|
|
3222
3175
|
return columns;
|
|
3223
3176
|
};
|
|
3224
3177
|
|
|
3225
|
-
var css$t = {"line-height-12":"
|
|
3178
|
+
var css$t = {"line-height-12":"Fp3l18","line-height-18":"bMHv1b","line-height-24":"_0vrDSc","line-height-30":"f3HVvY","font-size-10":"eZfEO1","font-size-12":"K6wYvs","font-size-14":"_2Im5Lb","font-size-16":"_548szD","font-size-18":"xbLC-O","font-size-24":"_4xK21f","v-padding-2":"yUC-tr","v-padding-3":"mk6rHg","v-padding-5":"_6KnyXc","v-padding-6":"hvbtz2","v-padding-8":"_1x4Izm","v-padding-9":"BS9DtA","v-padding-11":"_1VfIWW","v-padding-12":"zMUOsT","v-padding-14":"_5WLckX","v-padding-15":"hWUKGO","v-padding-17":"na4-VY","v-padding-18":"jJwGgC","v-padding-23":"xodslJ","v-padding-24":"SGNrnH","lineHeight12":"Fp3l18","lineHeight18":"bMHv1b","lineHeight24":"_0vrDSc","lineHeight30":"f3HVvY","fontSize10":"eZfEO1","fontSize12":"K6wYvs","fontSize14":"_2Im5Lb","fontSize16":"_548szD","fontSize18":"xbLC-O","fontSize24":"_4xK21f","vPadding2":"yUC-tr","vPadding3":"mk6rHg","vPadding5":"_6KnyXc","vPadding6":"hvbtz2","vPadding8":"_1x4Izm","vPadding9":"BS9DtA","vPadding11":"_1VfIWW","vPadding12":"zMUOsT","vPadding14":"_5WLckX","vPadding15":"hWUKGO","vPadding17":"na4-VY","vPadding18":"jJwGgC","vPadding23":"xodslJ","vPadding24":"SGNrnH"};
|
|
3226
3179
|
|
|
3227
3180
|
const defaultTextSettings = {
|
|
3228
3181
|
18: { lineHeight: 12, fontSize: 10 },
|
|
@@ -3248,9 +3201,8 @@ function getTextClasses(props, border) {
|
|
|
3248
3201
|
];
|
|
3249
3202
|
}
|
|
3250
3203
|
|
|
3251
|
-
var css$s = {"root":"
|
|
3204
|
+
var css$s = {"root":"sYS5r6"};
|
|
3252
3205
|
|
|
3253
|
-
const allTextColors = ['info', 'warning', 'error', 'success', 'brand', 'primary', 'secondary', 'disabled', 'white'];
|
|
3254
3206
|
function applyTextMods(mods) {
|
|
3255
3207
|
const textClasses = getTextClasses({
|
|
3256
3208
|
size: mods.size || '36',
|
|
@@ -3268,7 +3220,7 @@ function applyTextMods(mods) {
|
|
|
3268
3220
|
}
|
|
3269
3221
|
const Text = withMods(Text$1, applyTextMods);
|
|
3270
3222
|
|
|
3271
|
-
var css$r = {"root":"
|
|
3223
|
+
var css$r = {"root":"AkEw9S","loading-word":"CgrbyI","animated-loading":"qtTojE","skeleton_loading":"hLMWPb","loadingWord":"CgrbyI","animatedLoading":"qtTojE","skeletonLoading":"hLMWPb"};
|
|
3272
3224
|
|
|
3273
3225
|
const TextPlaceholder = (props) => {
|
|
3274
3226
|
const pattern = ' ';
|
|
@@ -3287,7 +3239,7 @@ const TextPlaceholder = (props) => {
|
|
|
3287
3239
|
|
|
3288
3240
|
const RichTextView = withMods(uuiComponents.RichTextView, (mods) => ['uui-typography', `uui-typography-size-${mods.size || '14'}`]);
|
|
3289
3241
|
|
|
3290
|
-
var css$q = {"uui-typography":"
|
|
3242
|
+
var css$q = {"uui-typography":"AYyYSz","hero-header":"BquhoT","promo-header":"_1eJT7b","uui-critical":"vqCtrw","uui-info":"rSNEtP","uui-success":"rTy7QA","uui-warning":"sckmOD","uui-highlight":"bQF1Ic","uui-typography-size-12":"LMEgeM","uui-typography-size-14":"_5ch62-","uui-typography-size-16":"_1-dvP1","root":"RODpD1","modal-blocker":"WxY0-F","animateModalBlocker":"QB8Gk0","modal":"-yxAdV","modal-footer":"-gdyRQ","border-top":"JTV4s6","modal-header":"VYwuRP","uuiTypography":"AYyYSz","heroHeader":"BquhoT","promoHeader":"_1eJT7b","uuiCritical":"vqCtrw","uuiInfo":"rSNEtP","uuiSuccess":"rTy7QA","uuiWarning":"sckmOD","uuiHighlight":"bQF1Ic","uuiTypographySize12":"LMEgeM","uuiTypographySize14":"_5ch62-","uuiTypographySize16":"_1-dvP1","modalBlocker":"WxY0-F","modalFooter":"-gdyRQ","borderTop":"JTV4s6","modalHeader":"VYwuRP"};
|
|
3291
3243
|
|
|
3292
3244
|
const ModalBlocker = withMods(ModalBlocker$1, () => [css$q.modalBlocker]);
|
|
3293
3245
|
const ModalWindow = withMods(ModalWindow$1, () => [css$q.root, css$q.modal], (props) => ({
|
|
@@ -3300,7 +3252,7 @@ class ModalHeader extends React.Component {
|
|
|
3300
3252
|
this.props.children,
|
|
3301
3253
|
this.props.onClose && React.createElement(FlexSpacer, null),
|
|
3302
3254
|
this.props.onClose && (React.createElement(FlexCell, { shrink: 0, width: "auto" },
|
|
3303
|
-
React.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$
|
|
3255
|
+
React.createElement(IconButton, { rawProps: { 'aria-label': 'Close modal' }, icon: ForwardRef$A, onClick: this.props.onClose })))));
|
|
3304
3256
|
}
|
|
3305
3257
|
}
|
|
3306
3258
|
class ModalFooter extends React.Component {
|
|
@@ -3330,7 +3282,7 @@ var SvgCross = function SvgCross(props, ref) {
|
|
|
3330
3282
|
};
|
|
3331
3283
|
var ForwardRef$j = /*#__PURE__*/forwardRef(SvgCross);
|
|
3332
3284
|
|
|
3333
|
-
var css$p = {"uui-typography":"
|
|
3285
|
+
var css$p = {"uui-typography":"L-WgK6","hero-header":"SQzCpo","promo-header":"jncBJS","uui-critical":"Cw8YFz","uui-info":"wmcal6","uui-success":"m9jv-u","uui-warning":"_2z-01k","uui-highlight":"ofCRVh","uui-typography-size-12":"ZdsVkL","uui-typography-size-14":"EVi01k","uui-typography-size-16":"I9YTtn","root":"LGsu9I","icon-wrapper":"hiqzyZ","action-wrapper":"mqtUuc","action-link":"blgyzS","close-icon":"nSbqFK","main-path":"osovkm","content":"_1s-JXc","clear-button":"WIakaQ","close-wrapper":"-UdQ6N","uuiTypography":"L-WgK6","heroHeader":"SQzCpo","promoHeader":"jncBJS","uuiCritical":"Cw8YFz","uuiInfo":"wmcal6","uuiSuccess":"m9jv-u","uuiWarning":"_2z-01k","uuiHighlight":"ofCRVh","uuiTypographySize12":"ZdsVkL","uuiTypographySize14":"EVi01k","uuiTypographySize16":"I9YTtn","iconWrapper":"hiqzyZ","actionWrapper":"mqtUuc","actionLink":"blgyzS","closeIcon":"nSbqFK","mainPath":"osovkm","clearButton":"WIakaQ","closeWrapper":"-UdQ6N"};
|
|
3334
3286
|
|
|
3335
3287
|
const NotificationCard = React__default.forwardRef((props, ref) => {
|
|
3336
3288
|
const notificationCardNode = React__default.useRef(null);
|
|
@@ -3355,10 +3307,10 @@ const NotificationCard = React__default.forwardRef((props, ref) => {
|
|
|
3355
3307
|
props.onClose && (React__default.createElement("div", { className: css$p.closeWrapper },
|
|
3356
3308
|
React__default.createElement(IconButton, { icon: ForwardRef$j, color: "neutral", onClick: props.onClose, cx: css$p.closeIcon }))))));
|
|
3357
3309
|
});
|
|
3358
|
-
const WarningNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3359
|
-
const SuccessNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3360
|
-
const HintNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3361
|
-
const ErrorNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$
|
|
3310
|
+
const WarningNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$D, color: "warning" }, props, { ref: ref, cx: props.cx }))));
|
|
3311
|
+
const SuccessNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$E, color: "success" }, props, { ref: ref, cx: props.cx }))));
|
|
3312
|
+
const HintNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$B, color: "info" }, props, { ref: ref, cx: props.cx }))));
|
|
3313
|
+
const ErrorNotification = React__default.forwardRef((props, ref) => (React__default.createElement(NotificationCard, Object.assign({ icon: ForwardRef$C, color: "error" }, props, { ref: ref, cx: props.cx }))));
|
|
3362
3314
|
class ClearNotification extends React__default.Component {
|
|
3363
3315
|
render() {
|
|
3364
3316
|
return (React__default.createElement("div", { className: cx(css$p.notificationWrapper, css$p.clearButton) },
|
|
@@ -3371,7 +3323,7 @@ class ConfirmationModal extends React.Component {
|
|
|
3371
3323
|
render() {
|
|
3372
3324
|
let bodyContent;
|
|
3373
3325
|
if (this.props.bodyContent) {
|
|
3374
|
-
bodyContent = React.createElement(Panel, { background: "surface", margin: "24" }, this.props.bodyContent);
|
|
3326
|
+
bodyContent = React.createElement(Panel, { background: "surface-main", margin: "24" }, this.props.bodyContent);
|
|
3375
3327
|
}
|
|
3376
3328
|
return (React.createElement(ModalBlocker, Object.assign({}, this.props),
|
|
3377
3329
|
React.createElement(ModalWindow, { width: 420 },
|
|
@@ -3385,7 +3337,7 @@ class ConfirmationModal extends React.Component {
|
|
|
3385
3337
|
}
|
|
3386
3338
|
|
|
3387
3339
|
const defaultMode = EditMode.FORM;
|
|
3388
|
-
class
|
|
3340
|
+
class DatePickerComponent extends BaseDatePicker {
|
|
3389
3341
|
constructor() {
|
|
3390
3342
|
super(...arguments);
|
|
3391
3343
|
this.renderInput = (props) => {
|
|
@@ -3411,15 +3363,16 @@ class DatePicker extends BaseDatePicker {
|
|
|
3411
3363
|
_c.call(_b)));
|
|
3412
3364
|
}
|
|
3413
3365
|
}
|
|
3366
|
+
const DatePicker = withMods(DatePickerComponent);
|
|
3414
3367
|
|
|
3415
|
-
var css$o = {"uui-typography":"
|
|
3368
|
+
var css$o = {"uui-typography":"K4NAbV","hero-header":"OL0MDw","promo-header":"vpztKN","uui-critical":"OWUG6k","uui-info":"CmeuNP","uui-success":"u3q8lr","uui-warning":"_9NJFI5","uui-highlight":"PUhUyj","uui-typography-size-12":"b-3CIV","uui-typography-size-14":"gEfcNj","uui-typography-size-16":"sWGSkG","root":"e2J17q","uuiTypography":"K4NAbV","heroHeader":"OL0MDw","promoHeader":"vpztKN","uuiCritical":"OWUG6k","uuiInfo":"CmeuNP","uuiSuccess":"u3q8lr","uuiWarning":"_9NJFI5","uuiHighlight":"PUhUyj","uuiTypographySize12":"b-3CIV","uuiTypographySize14":"gEfcNj","uuiTypographySize16":"sWGSkG"};
|
|
3416
3369
|
|
|
3417
3370
|
function applyCalendarPresetsMods() {
|
|
3418
3371
|
return [css$o.root];
|
|
3419
3372
|
}
|
|
3420
3373
|
const CalendarPresets = withMods(CalendarPresets$1, applyCalendarPresetsMods, () => ({}));
|
|
3421
3374
|
|
|
3422
|
-
var css$n = {"uui-typography":"
|
|
3375
|
+
var css$n = {"uui-typography":"JB5pf5","hero-header":"wjj8yA","promo-header":"tygj3k","uui-critical":"_8iZmLG","uui-info":"pFRiFi","uui-success":"_4pEI4A","uui-warning":"RE6CRE","uui-highlight":"tPbVZY","uui-typography-size-12":"IZ5Xz9","uui-typography-size-14":"vz-WQ0","uui-typography-size-16":"hyY9uJ","root":"niHBEz","container":"cse0NS","day-selection":"gAv4f0","from-picker":"JRN1MT","to-picker":"_6-ke1b","bodes-wrapper":"nT3ENo","blocker":"nrYcOu","uuiTypography":"JB5pf5","heroHeader":"wjj8yA","promoHeader":"tygj3k","uuiCritical":"_8iZmLG","uuiInfo":"pFRiFi","uuiSuccess":"_4pEI4A","uuiWarning":"RE6CRE","uuiHighlight":"tPbVZY","uuiTypographySize12":"IZ5Xz9","uuiTypographySize14":"vz-WQ0","uuiTypographySize16":"hyY9uJ","daySelection":"gAv4f0","fromPicker":"JRN1MT","toPicker":"_6-ke1b","bodesWrapper":"nT3ENo"};
|
|
3423
3376
|
|
|
3424
3377
|
dayjs.extend(isoWeek);
|
|
3425
3378
|
function weekCount(displayedDate) {
|
|
@@ -3580,10 +3533,10 @@ class RangeDatePickerBody extends React.Component {
|
|
|
3580
3533
|
}
|
|
3581
3534
|
}
|
|
3582
3535
|
|
|
3583
|
-
var css$m = {"uui-typography":"
|
|
3536
|
+
var css$m = {"uui-typography":"_9zlC3Z","hero-header":"-efbXn","promo-header":"A1oh-o","uui-critical":"N6e-Uf","uui-info":"DVEjE6","uui-success":"_6YRRcO","uui-warning":"FLpkxn","uui-highlight":"WCNgjW","uui-typography-size-12":"NdpS33","uui-typography-size-14":"qK8RmZ","uui-typography-size-16":"CoeCch","dropdown-container":"NpEZ9h","date-input":"T5vdcR","size-24":"_6HKT1m","size-30":"O71B0S","size-36":"-MeUKo","size-42":"_4Uw-lw","size-48":"LJdXUo","date-input-group":"h40dNH","separator":"-TtInv","mode-form":"voi42l","mode-cell":"peO7a0","uuiTypography":"_9zlC3Z","heroHeader":"-efbXn","promoHeader":"A1oh-o","uuiCritical":"N6e-Uf","uuiInfo":"DVEjE6","uuiSuccess":"_6YRRcO","uuiWarning":"FLpkxn","uuiHighlight":"WCNgjW","uuiTypographySize12":"NdpS33","uuiTypographySize14":"qK8RmZ","uuiTypographySize16":"CoeCch","dropdownContainer":"NpEZ9h","dateInput":"T5vdcR","size24":"_6HKT1m","size30":"O71B0S","size36":"-MeUKo","size42":"_4Uw-lw","size48":"LJdXUo","dateInputGroup":"h40dNH","modeForm":"voi42l","modeCell":"peO7a0"};
|
|
3584
3537
|
|
|
3585
3538
|
const defaultValue = { from: null, to: null };
|
|
3586
|
-
class
|
|
3539
|
+
class RangeDatePickerComponent extends BaseRangeDatePicker {
|
|
3587
3540
|
constructor() {
|
|
3588
3541
|
super(...arguments);
|
|
3589
3542
|
this.renderInput = (props) => {
|
|
@@ -3612,8 +3565,9 @@ class RangeDatePicker extends BaseRangeDatePicker {
|
|
|
3612
3565
|
React.createElement(RangeDatePickerBody, { cx: cx(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 }))));
|
|
3613
3566
|
}
|
|
3614
3567
|
}
|
|
3568
|
+
const RangeDatePicker = withMods(RangeDatePickerComponent);
|
|
3615
3569
|
|
|
3616
|
-
var css$l = {"root":"
|
|
3570
|
+
var css$l = {"root":"Uykk5-","blocker":"dKVyvR","marker":"JsHrP4","top":"USY5oJ","bottom":"_249V8x","left":"PL3Ro-","right":"y8gXet","inside":"BR6v1U"};
|
|
3617
3571
|
|
|
3618
3572
|
function DropMarker(props) {
|
|
3619
3573
|
return props.isDndInProgress
|
|
@@ -3628,7 +3582,7 @@ function DropMarker(props) {
|
|
|
3628
3582
|
: null;
|
|
3629
3583
|
}
|
|
3630
3584
|
|
|
3631
|
-
var css$k = {"uui-typography":"
|
|
3585
|
+
var css$k = {"uui-typography":"P-bjRb","hero-header":"kAn8qp","promo-header":"YUpkTE","uui-critical":"_6OriWk","uui-info":"gL7oqG","uui-success":"HaJkwr","uui-warning":"YUckWv","uui-highlight":"MwtXFj","uui-typography-size-12":"DK0Us7","uui-typography-size-14":"_21EQna","uui-typography-size-16":"_8ROBb-","root":"ZehXY5","size-24":"gtYwVG","size-30":"YH-jWS","size-36":"HtRTqM","size-48":"uWTaZu","size-60":"fBxOp-","uuiTypography":"P-bjRb","heroHeader":"kAn8qp","promoHeader":"YUpkTE","uuiCritical":"_6OriWk","uuiInfo":"gL7oqG","uuiSuccess":"HaJkwr","uuiWarning":"YUckWv","uuiHighlight":"MwtXFj","uuiTypographySize12":"DK0Us7","uuiTypographySize14":"_21EQna","uuiTypographySize16":"_8ROBb-","size24":"gtYwVG","size30":"YH-jWS","size36":"HtRTqM","size48":"uWTaZu","size60":"fBxOp-"};
|
|
3632
3586
|
|
|
3633
3587
|
// Here we define a single instance of the renderCell function to make DataTableRow#shouldComponentUpdate work.
|
|
3634
3588
|
// 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.
|
|
@@ -3644,7 +3598,7 @@ const DataTableRow = withMods(DataTableRow$1, ({ borderBottom = true, size }) =>
|
|
|
3644
3598
|
];
|
|
3645
3599
|
}, () => propsMods);
|
|
3646
3600
|
|
|
3647
|
-
var css$j = {"uui-typography":"
|
|
3601
|
+
var css$j = {"uui-typography":"QapMH5","hero-header":"nTaZQk","promo-header":"Sjprgu","uui-critical":"x6U33H","uui-info":"yq7QAM","uui-success":"hB01EC","uui-warning":"dEqi2V","uui-highlight":"YdmwgM","uui-typography-size-12":"o96O7C","uui-typography-size-14":"eC0ibM","uui-typography-size-16":"p05qKp","sorting-panel-container":"HRhkJl","sort-active":"pcw4St","uuiTypography":"QapMH5","heroHeader":"nTaZQk","promoHeader":"Sjprgu","uuiCritical":"x6U33H","uuiInfo":"yq7QAM","uuiSuccess":"hB01EC","uuiWarning":"dEqi2V","uuiHighlight":"YdmwgM","uuiTypographySize12":"o96O7C","uuiTypographySize14":"eC0ibM","uuiTypographySize16":"p05qKp","sortingPanelContainer":"HRhkJl","sortActive":"pcw4St"};
|
|
3648
3602
|
|
|
3649
3603
|
var _path$h;
|
|
3650
3604
|
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); }
|
|
@@ -3656,9 +3610,7 @@ var SvgTableSortAsc18 = function SvgTableSortAsc18(props, ref) {
|
|
|
3656
3610
|
viewBox: "0 0 18 18",
|
|
3657
3611
|
ref: ref
|
|
3658
3612
|
}, props), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
|
3659
|
-
|
|
3660
|
-
d: "M10 6v10H8V6H5l4-4 4 4h-3z",
|
|
3661
|
-
clipRule: "evenodd"
|
|
3613
|
+
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"
|
|
3662
3614
|
})));
|
|
3663
3615
|
};
|
|
3664
3616
|
var ForwardRef$i = /*#__PURE__*/forwardRef(SvgTableSortAsc18);
|
|
@@ -3673,9 +3625,7 @@ var SvgTableSortDesc18 = function SvgTableSortDesc18(props, ref) {
|
|
|
3673
3625
|
viewBox: "0 0 18 18",
|
|
3674
3626
|
ref: ref
|
|
3675
3627
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
|
3676
|
-
|
|
3677
|
-
d: "M10 12V2H8v10H5l4 4 4-4h-3z",
|
|
3678
|
-
clipRule: "evenodd"
|
|
3628
|
+
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"
|
|
3679
3629
|
})));
|
|
3680
3630
|
};
|
|
3681
3631
|
var ForwardRef$h = /*#__PURE__*/forwardRef(SvgTableSortDesc18);
|
|
@@ -3703,7 +3653,7 @@ const ColumnHeaderDropdownImpl = (props) => {
|
|
|
3703
3653
|
};
|
|
3704
3654
|
const ColumnHeaderDropdown = React__default.memo(ColumnHeaderDropdownImpl);
|
|
3705
3655
|
|
|
3706
|
-
var css$i = {"uui-typography":"
|
|
3656
|
+
var css$i = {"uui-typography":"RBGnKH","hero-header":"rHceJB","promo-header":"_8BDIFV","uui-critical":"ly9WjM","uui-info":"cz61k2","uui-success":"k-nVF3","uui-warning":"URZ602","uui-highlight":"SA19ZP","uui-typography-size-12":"UpvZUQ","uui-typography-size-14":"_5VdhhQ","uui-typography-size-16":"igZQPe","cell":"PI7xiH","sort-icon":"fIXX9Y","dropdown-icon":"jw0-pS","infoIcon":"_00yJP0","resizable":"kkNlP5","size-24":"O8c--c","size-30":"JKtyIr","size-36":"_1cQ0Ik","size-42":"xxtSfM","size-48":"t7A1vE","padding-left-24":"Ilf-dL","padding-right-24":"-DrcAk","caption":"i1Yy0l","checkbox":"aOk-l1","icon":"rGurCD","icon-cell":"_5v6Sl-","align-right":"_6vZB0N","align-center":"WYj2Ya","tooltip-wrapper":"S07wL0","cell-tooltip":"_79s5P6","upper-case":"_8ZTgXJ","font-size-14":"Bbu-D7","resize-mark":"Wy9BCK","draggable":"lRJ6lu","ghost":"iiBwdW","is-dragged-out":"_231B4s","dnd-marker-left":"hbyBxo","dnd-marker-right":"MPJm-9","cell-tooltip-wrapper":"_-01VCY","cell-tooltip-text":"j4iSC8","uuiTypography":"RBGnKH","heroHeader":"rHceJB","promoHeader":"_8BDIFV","uuiCritical":"ly9WjM","uuiInfo":"cz61k2","uuiSuccess":"k-nVF3","uuiWarning":"URZ602","uuiHighlight":"SA19ZP","uuiTypographySize12":"UpvZUQ","uuiTypographySize14":"_5VdhhQ","uuiTypographySize16":"igZQPe","sortIcon":"fIXX9Y","dropdownIcon":"jw0-pS","size24":"O8c--c","size30":"JKtyIr","size36":"_1cQ0Ik","size42":"xxtSfM","size48":"t7A1vE","paddingLeft24":"Ilf-dL","paddingRight24":"-DrcAk","iconCell":"_5v6Sl-","alignRight":"_6vZB0N","alignCenter":"WYj2Ya","tooltipWrapper":"S07wL0","cellTooltip":"_79s5P6","upperCase":"_8ZTgXJ","fontSize14":"Bbu-D7","resizeMark":"Wy9BCK","isDraggedOut":"_231B4s","dndMarkerLeft":"hbyBxo","dndMarkerRight":"MPJm-9","cellTooltipWrapper":"_-01VCY","cellTooltipText":"j4iSC8"};
|
|
3707
3657
|
|
|
3708
3658
|
var _path$f;
|
|
3709
3659
|
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); }
|
|
@@ -3715,9 +3665,7 @@ var SvgTableSwap18 = function SvgTableSwap18(props, ref) {
|
|
|
3715
3665
|
viewBox: "0 0 18 18",
|
|
3716
3666
|
ref: ref
|
|
3717
3667
|
}, props), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
|
3718
|
-
|
|
3719
|
-
d: "M6 1 2 5h3v7h2V5h3L6 1zm7 12V6h-2v7H8l4 4 4-4h-3z",
|
|
3720
|
-
clipRule: "evenodd"
|
|
3668
|
+
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"
|
|
3721
3669
|
})));
|
|
3722
3670
|
};
|
|
3723
3671
|
var ForwardRef$g = /*#__PURE__*/forwardRef(SvgTableSwap18);
|
|
@@ -3732,9 +3680,7 @@ var SvgContentFiltration18 = function SvgContentFiltration18(props, ref) {
|
|
|
3732
3680
|
viewBox: "0 0 18 18",
|
|
3733
3681
|
ref: ref
|
|
3734
3682
|
}, props), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
|
3735
|
-
|
|
3736
|
-
d: "m8 14 2 2v-5H8v3zM2 3v2h14V3H2zm6 8h2l6-6H2l6 6z",
|
|
3737
|
-
clipRule: "evenodd"
|
|
3683
|
+
d: "M10.5 9.75v6l-3-1.5v-4.5L2.212 3h13.575L10.5 9.75z"
|
|
3738
3684
|
})));
|
|
3739
3685
|
};
|
|
3740
3686
|
var ForwardRef$f = /*#__PURE__*/forwardRef(SvgContentFiltration18);
|
|
@@ -3749,9 +3695,7 @@ var SvgNavigationChevronUp18 = function SvgNavigationChevronUp18(props, ref) {
|
|
|
3749
3695
|
viewBox: "0 0 18 18",
|
|
3750
3696
|
ref: ref
|
|
3751
3697
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
|
3752
|
-
|
|
3753
|
-
d: "m9 6-4.5 4.5 1.058 1.057L9 8.123l3.443 3.434L13.5 10.5 9 6z",
|
|
3754
|
-
clipRule: "evenodd"
|
|
3698
|
+
d: "M5.55 11.55 4.5 10.5 9 6l4.5 4.5-1.05 1.05L9 8.1l-3.45 3.45z"
|
|
3755
3699
|
})));
|
|
3756
3700
|
};
|
|
3757
3701
|
var ForwardRef$e = /*#__PURE__*/forwardRef(SvgNavigationChevronUp18);
|
|
@@ -3777,7 +3721,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3777
3721
|
React.createElement(Text, { key: "text", lineHeight: "30", fontSize: "14", size: "30", cx: cx$1(css$i.caption, this.getTextStyle(), uuiDataTableHeaderCell.uuiTableHeaderCaption) }, this.props.column.caption)),
|
|
3778
3722
|
this.props.column.isSortable && (!this.props.column.renderFilter || this.props.sortDirection) && (React.createElement(IconButton, { key: "sort", cx: cx$1(css$i.icon, css$i.sortIcon, this.props.sortDirection && css$i.sortIconActive, uuiDataTableHeaderCell.uuiTableHeaderSortIcon), color: this.props.sortDirection ? 'neutral' : 'secondary', icon: this.props.sortDirection === 'desc' ? ForwardRef$h : this.props.sortDirection === 'asc' ? ForwardRef$i : ForwardRef$g })),
|
|
3779
3723
|
this.props.isFilterActive && (React.createElement(IconButton, { key: "filter", cx: cx$1(css$i.icon, !this.props.sortDirection && css$i.filterIcon, uuiDataTableHeaderCell.uuiTableHeaderFilterIcon), color: "neutral", icon: ForwardRef$f })),
|
|
3780
|
-
this.props.column.renderFilter && (React.createElement(IconButton, { key: "dropdown", cx: cx$1(css$i.icon, css$i.dropdownIcon, uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$
|
|
3724
|
+
this.props.column.renderFilter && (React.createElement(IconButton, { key: "dropdown", cx: cx$1(css$i.icon, css$i.dropdownIcon, uuiDataTableHeaderCell.uuiTableHeaderDropdownIcon), color: "secondary", icon: this.state.isDropdownOpen ? ForwardRef$e : ForwardRef$y })))));
|
|
3781
3725
|
};
|
|
3782
3726
|
this.renderHeaderCheckbox = () => this.props.selectAll
|
|
3783
3727
|
&& this.props.isFirstColumn && (React.createElement(Checkbox, Object.assign({ size: +this.props.size < 36 ? '12' : '18' }, this.props.selectAll, { cx: cx$1(css$i.checkbox, uuiDataTableHeaderCell.uuiTableHeaderCheckbox) })));
|
|
@@ -3797,7 +3741,7 @@ class DataTableHeaderCell extends React.Component {
|
|
|
3797
3741
|
}
|
|
3798
3742
|
}
|
|
3799
3743
|
|
|
3800
|
-
var css$h = {"uui-typography":"
|
|
3744
|
+
var css$h = {"uui-typography":"_24aEGC","hero-header":"ZoepPZ","promo-header":"cTMlA6","uui-critical":"yZcxbQ","uui-info":"Ok5dTp","uui-success":"XH0QPx","uui-warning":"FOvKjl","uui-highlight":"h-or32","uui-typography-size-12":"fFlgZg","uui-typography-size-14":"hFiu-l","uui-typography-size-16":"j93Xvz","header-cell":"HGVp7Y","config-icon":"nrVwGA","uuiTypography":"_24aEGC","heroHeader":"ZoepPZ","promoHeader":"cTMlA6","uuiCritical":"yZcxbQ","uuiInfo":"Ok5dTp","uuiSuccess":"XH0QPx","uuiWarning":"FOvKjl","uuiHighlight":"h-or32","uuiTypographySize12":"fFlgZg","uuiTypographySize14":"hFiu-l","uuiTypographySize16":"j93Xvz","headerCell":"HGVp7Y","configIcon":"nrVwGA"};
|
|
3801
3745
|
|
|
3802
3746
|
var _path$c;
|
|
3803
3747
|
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); }
|
|
@@ -3809,9 +3753,7 @@ var SvgActionSettings18 = function SvgActionSettings18(props, ref) {
|
|
|
3809
3753
|
viewBox: "0 0 18 18",
|
|
3810
3754
|
ref: ref
|
|
3811
3755
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
|
3812
|
-
|
|
3813
|
-
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",
|
|
3814
|
-
clipRule: "evenodd"
|
|
3756
|
+
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"
|
|
3815
3757
|
})));
|
|
3816
3758
|
};
|
|
3817
3759
|
var ForwardRef$d = /*#__PURE__*/forwardRef(SvgActionSettings18);
|
|
@@ -3821,7 +3763,7 @@ const DataTableHeaderRow = withMods(DataTableHeaderRow$1, () => [css$h.root, 'uu
|
|
|
3821
3763
|
renderConfigButton: () => React.createElement(IconButton, { key: "configuration", onClick: mods.onConfigButtonClick, cx: css$h.configIcon, color: "neutral", icon: ForwardRef$d }),
|
|
3822
3764
|
}));
|
|
3823
3765
|
|
|
3824
|
-
var styles$1 = {"uui-typography":"
|
|
3766
|
+
var styles$1 = {"uui-typography":"SebgD-","hero-header":"eMqyro","promo-header":"ShFvOE","uui-critical":"_2AYIg6","uui-info":"AuAicX","uui-success":"f0c9bh","uui-warning":"rU1zC7","uui-highlight":"vqVF5C","uui-typography-size-12":"f4F67k","uui-typography-size-14":"pN-0sc","uui-typography-size-16":"B8wWLE","main-panel":"ZjfODD","group-title":"jRiTi2","group-title-text":"xv3qE-","group-title-badge":"BQyPPS","group-items":"_8V0maj","no-data":"X4FojA","h-divider":"tF5ghm","search-area":"Atp3B7","uuiTypography":"SebgD-","heroHeader":"eMqyro","promoHeader":"ShFvOE","uuiCritical":"_2AYIg6","uuiInfo":"AuAicX","uuiSuccess":"f0c9bh","uuiWarning":"rU1zC7","uuiHighlight":"vqVF5C","uuiTypographySize12":"f4F67k","uuiTypographySize14":"pN-0sc","uuiTypographySize16":"B8wWLE","mainPanel":"ZjfODD","groupTitle":"jRiTi2","groupTitleText":"xv3qE-","groupTitleBadge":"BQyPPS","groupItems":"_8V0maj","noData":"X4FojA","hDivider":"tF5ghm","searchArea":"Atp3B7"};
|
|
3825
3767
|
|
|
3826
3768
|
var _path$b;
|
|
3827
3769
|
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); }
|
|
@@ -3834,7 +3776,7 @@ var SvgActionLockFill18 = function SvgActionLockFill18(props, ref) {
|
|
|
3834
3776
|
ref: ref
|
|
3835
3777
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
|
3836
3778
|
fillRule: "evenodd",
|
|
3837
|
-
d: "
|
|
3779
|
+
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",
|
|
3838
3780
|
clipRule: "evenodd"
|
|
3839
3781
|
})));
|
|
3840
3782
|
};
|
|
@@ -3850,9 +3792,7 @@ var SvgActionPinOn18 = function SvgActionPinOn18(props, ref) {
|
|
|
3850
3792
|
viewBox: "0 0 18 18",
|
|
3851
3793
|
ref: ref
|
|
3852
3794
|
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
|
3853
|
-
|
|
3854
|
-
d: "M12 9V3h1V2H5v1h1v6l-2 1v1h4v5h2v-5h4v-1l-2-1z",
|
|
3855
|
-
clipRule: "evenodd"
|
|
3795
|
+
d: "m12 8.25 1.5 1.5v1.5H9.75v5.25h-1.5v-5.25H4.5v-1.5L6 8.25V3h-.75V1.5h7.5V3H12v5.25z"
|
|
3856
3796
|
})));
|
|
3857
3797
|
};
|
|
3858
3798
|
var ForwardRef$b = /*#__PURE__*/forwardRef(SvgActionPinOn18);
|
|
@@ -3867,7 +3807,7 @@ var SvgActionPinOff18 = function SvgActionPinOff18(props, ref) {
|
|
|
3867
3807
|
viewBox: "0 0 18 18",
|
|
3868
3808
|
ref: ref
|
|
3869
3809
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
|
3870
|
-
d: "M6 4.
|
|
3810
|
+
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"
|
|
3871
3811
|
})));
|
|
3872
3812
|
};
|
|
3873
3813
|
var ForwardRef$a = /*#__PURE__*/forwardRef(SvgActionPinOff18);
|
|
@@ -3900,7 +3840,7 @@ function PinIconButton(props) {
|
|
|
3900
3840
|
React.createElement(IconButton, { icon: pinIcon, onClick: pinClickHandler, isDisabled: isPinnedAlways, color: isPinned ? 'info' : undefined }))));
|
|
3901
3841
|
}
|
|
3902
3842
|
|
|
3903
|
-
var styles = {"uui-typography":"
|
|
3843
|
+
var styles = {"uui-typography":"P5dVxi","hero-header":"ow8VOH","promo-header":"tJQzAs","uui-critical":"_30vTPu","uui-info":"gtKGt5","uui-success":"Z7olkN","uui-warning":"sJ5IMH","uui-highlight":"qwCAkS","uui-typography-size-12":"_0n7jPo","uui-typography-size-14":"_4vBiWy","uui-typography-size-16":"KiN9dg","row-wrapper":"-wY0Oo","not-pinned":"_68SQll","pin-icon-button":"nHy53L","checkbox":"_2s2NhL","drag-handle":"_9bvOtT","dnd-disabled":"DfmKpg","uuiTypography":"P5dVxi","heroHeader":"ow8VOH","promoHeader":"tJQzAs","uuiCritical":"_30vTPu","uuiInfo":"gtKGt5","uuiSuccess":"Z7olkN","uuiWarning":"sJ5IMH","uuiHighlight":"qwCAkS","uuiTypographySize12":"_0n7jPo","uuiTypographySize14":"_4vBiWy","uuiTypographySize16":"KiN9dg","rowWrapper":"-wY0Oo","notPinned":"_68SQll","pinIconButton":"nHy53L","dragHandle":"_9bvOtT","dndDisabled":"DfmKpg"};
|
|
3904
3844
|
|
|
3905
3845
|
const ColumnRow = React.memo(function ColumnRow(props) {
|
|
3906
3846
|
const { column } = props;
|
|
@@ -3968,10 +3908,10 @@ function ColumnsConfigurationModal(props) {
|
|
|
3968
3908
|
React.createElement(ModalHeader, { title: i18n$1.configureColumnsTitle, onClose: close }),
|
|
3969
3909
|
React.createElement(FlexRow, { padding: "24", borderBottom: true, spacing: "12", cx: styles$1.searchArea },
|
|
3970
3910
|
React.createElement(SearchInput, { size: "30", value: searchValue, onValueChange: setSearchValue, placeholder: i18n$1.searchPlaceholder }),
|
|
3971
|
-
React.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React.createElement(Panel, { background: "surface", shadow: true },
|
|
3911
|
+
React.createElement(Dropdown, { closeOnTargetClick: true, renderBody: () => (React.createElement(Panel, { background: "surface-main", shadow: true },
|
|
3972
3912
|
React.createElement(DropdownMenuButton, { caption: i18n$1.clearAllButton, onClick: uncheckAll }),
|
|
3973
|
-
React.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$
|
|
3974
|
-
React.createElement(Panel, { background: "surface", cx: styles$1.mainPanel },
|
|
3913
|
+
React.createElement(DropdownMenuButton, { caption: i18n$1.selectAllButton, onClick: checkAll }))), renderTarget: (props) => React.createElement(Button, Object.assign({}, props, { fill: "none", icon: ForwardRef$r, size: "30", color: "secondary", isDropdown: false })) })),
|
|
3914
|
+
React.createElement(Panel, { background: "surface-main", cx: styles$1.mainPanel },
|
|
3975
3915
|
React.createElement(ScrollBars, null,
|
|
3976
3916
|
renderVisible(),
|
|
3977
3917
|
renderHidden(),
|
|
@@ -3979,13 +3919,13 @@ function ColumnsConfigurationModal(props) {
|
|
|
3979
3919
|
React.createElement(Text, { fontSize: "24", lineHeight: "30", color: "primary", fontWeight: "600" }, i18n$1.noResultsFound.text),
|
|
3980
3920
|
React.createElement(Text, { fontSize: "16", lineHeight: "24", color: "primary" }, i18n$1.noResultsFound.subText))))),
|
|
3981
3921
|
React.createElement(ModalFooter, { borderTop: true },
|
|
3982
|
-
React.createElement(LinkButton, { icon: ForwardRef$
|
|
3922
|
+
React.createElement(LinkButton, { icon: ForwardRef$q, caption: i18n$1.resetToDefaultButton, onClick: reset }),
|
|
3983
3923
|
React.createElement(FlexSpacer, null),
|
|
3984
3924
|
React.createElement(Button, { fill: "none", color: "secondary", caption: i18n$1.cancelButton, onClick: close }),
|
|
3985
3925
|
noVisibleColumns ? (React.createElement(Tooltip, { content: i18n$1.enableAtLeastOneColumnMessage, placement: "top-end", color: "critical" }, applyButton)) : (applyButton)))));
|
|
3986
3926
|
}
|
|
3987
3927
|
|
|
3988
|
-
var css$g = {"listContainer":"
|
|
3928
|
+
var css$g = {"listContainer":"vCWVjT","header":"_1Bd8cm","group":"AWZkxI","stickyHeader":"XzikEq"};
|
|
3989
3929
|
|
|
3990
3930
|
const getChildrenAndRest = (row, rows) => {
|
|
3991
3931
|
const firstNotChildIndex = rows.findIndex((other) => other.depth < row.depth || (row.depth === other.depth && other.isPinned));
|
|
@@ -4051,7 +3991,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4051
3991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4052
3992
|
ref: ref
|
|
4053
3993
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4054
|
-
clipPath: "url(#
|
|
3994
|
+
clipPath: "url(#lgdixywmjqrir2g2f_a)"
|
|
4055
3995
|
}, _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
|
4056
3996
|
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",
|
|
4057
3997
|
fill: "#F5F6FA"
|
|
@@ -4072,7 +4012,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4072
4012
|
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",
|
|
4073
4013
|
fill: "#1D1E26"
|
|
4074
4014
|
})), /*#__PURE__*/React.createElement("mask", {
|
|
4075
|
-
id: "
|
|
4015
|
+
id: "lgdixycbwdji82t8o_b",
|
|
4076
4016
|
style: {
|
|
4077
4017
|
maskType: "alpha"
|
|
4078
4018
|
},
|
|
@@ -4085,7 +4025,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4085
4025
|
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",
|
|
4086
4026
|
fill: "#9BDEFF"
|
|
4087
4027
|
}))), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
|
4088
|
-
mask: "url(#
|
|
4028
|
+
mask: "url(#lgdixycbwdji82t8o_b)",
|
|
4089
4029
|
fillRule: "evenodd",
|
|
4090
4030
|
clipRule: "evenodd"
|
|
4091
4031
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -4171,7 +4111,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4171
4111
|
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",
|
|
4172
4112
|
fill: "#fff"
|
|
4173
4113
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4174
|
-
id: "
|
|
4114
|
+
id: "lgdixywmjqrir2g2f_a"
|
|
4175
4115
|
}, /*#__PURE__*/React.createElement("path", {
|
|
4176
4116
|
fill: "#fff",
|
|
4177
4117
|
transform: "translate(.552)",
|
|
@@ -4180,7 +4120,7 @@ var SvgEmptyTable = function SvgEmptyTable(props, ref) {
|
|
|
4180
4120
|
};
|
|
4181
4121
|
var ForwardRef$9 = /*#__PURE__*/forwardRef(SvgEmptyTable);
|
|
4182
4122
|
|
|
4183
|
-
var css$f = {"sticky-header":"
|
|
4123
|
+
var css$f = {"sticky-header":"eiWPQ7","table":"zYyNgk","no-results":"k2Yy4o","no-results-icon":"xVAsef","no-results-title":"G9jhrs","stickyHeader":"eiWPQ7","noResults":"k2Yy4o","noResultsIcon":"xVAsef","noResultsTitle":"G9jhrs"};
|
|
4184
4124
|
|
|
4185
4125
|
function DataTable(props) {
|
|
4186
4126
|
var _a;
|
|
@@ -4230,9 +4170,9 @@ function DataTable(props) {
|
|
|
4230
4170
|
} })));
|
|
4231
4171
|
}
|
|
4232
4172
|
|
|
4233
|
-
var css$e = {"root":"
|
|
4173
|
+
var css$e = {"root":"-qIMmb"};
|
|
4234
4174
|
|
|
4235
|
-
var css$d = {"root":"
|
|
4175
|
+
var css$d = {"root":"_2VKoA-","burger-content":"_74Qu5f","burgerContent":"_74Qu5f"};
|
|
4236
4176
|
|
|
4237
4177
|
var _path$7;
|
|
4238
4178
|
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); }
|
|
@@ -4299,7 +4239,7 @@ var SvgTriangle = function SvgTriangle(props, ref) {
|
|
|
4299
4239
|
};
|
|
4300
4240
|
var ForwardRef$6 = /*#__PURE__*/forwardRef(SvgTriangle);
|
|
4301
4241
|
|
|
4302
|
-
var css$c = {"uui-typography":"
|
|
4242
|
+
var css$c = {"uui-typography":"H4Y5qQ","hero-header":"ASTyzh","promo-header":"GGQ-tH","uui-critical":"euXR1m","uui-info":"wVNBmq","uui-success":"RK5dQy","uui-warning":"Fi--y5","uui-highlight":"s91nKv","uui-typography-size-12":"vJKzht","uui-typography-size-14":"JLk9kA","uui-typography-size-16":"_9JfjWk","root":"u-IiRZ","button-primary":"T6ZZIS","button-secondary":"EuI9iB","hasIcon":"_7z6bDO","dropdown":"B37Cy5","uuiTypography":"H4Y5qQ","heroHeader":"ASTyzh","promoHeader":"GGQ-tH","uuiCritical":"euXR1m","uuiInfo":"wVNBmq","uuiSuccess":"RK5dQy","uuiWarning":"Fi--y5","uuiHighlight":"s91nKv","uuiTypographySize12":"vJKzht","uuiTypographySize14":"JLk9kA","uuiTypographySize16":"_9JfjWk","buttonPrimary":"T6ZZIS","buttonSecondary":"EuI9iB"};
|
|
4303
4243
|
|
|
4304
4244
|
const BurgerButton = withMods(Button$1, (props) => [
|
|
4305
4245
|
css$c.root,
|
|
@@ -4356,13 +4296,13 @@ var SvgMenuInputCancel = function SvgMenuInputCancel(props, ref) {
|
|
|
4356
4296
|
};
|
|
4357
4297
|
var ForwardRef$5 = /*#__PURE__*/forwardRef(SvgMenuInputCancel);
|
|
4358
4298
|
|
|
4359
|
-
var css$b = {"search-input":"
|
|
4299
|
+
var css$b = {"search-input":"rFVeuV","searchInput":"rFVeuV"};
|
|
4360
4300
|
|
|
4361
4301
|
function BurgerSearch(props) {
|
|
4362
|
-
return (React.createElement(TextInput$1, { cx: cx(css$b.searchInput, 'uui-main_menu-burger-search'), iconPosition: "left", icon: ForwardRef$
|
|
4302
|
+
return (React.createElement(TextInput$1, { cx: cx(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 }));
|
|
4363
4303
|
}
|
|
4364
4304
|
|
|
4365
|
-
var css$a = {"root":"
|
|
4305
|
+
var css$a = {"root":"dWA9rY","group-header":"wooEGE","group-name":"Fo8IhB","line":"i08iEp","groupHeader":"wooEGE","groupName":"Fo8IhB"};
|
|
4366
4306
|
|
|
4367
4307
|
function BurgerGroupHeader(props) {
|
|
4368
4308
|
return (React.createElement("div", { className: cx(css$a.root, css$a.groupHeader, 'uui-burger-group-header') },
|
|
@@ -4370,7 +4310,7 @@ function BurgerGroupHeader(props) {
|
|
|
4370
4310
|
React.createElement("span", { className: css$a.groupName }, props.caption)));
|
|
4371
4311
|
}
|
|
4372
4312
|
|
|
4373
|
-
var css$9 = {"uui-typography":"
|
|
4313
|
+
var css$9 = {"uui-typography":"_82vPzY","hero-header":"_8nJ3lg","promo-header":"aeTFYp","uui-critical":"MoGOXt","uui-info":"WJiYRz","uui-success":"s3G9Db","uui-warning":"_0nYEvX","uui-highlight":"hNH6O9","uui-typography-size-12":"GXGL1c","uui-typography-size-14":"x2KlPL","uui-typography-size-16":"rzx9vg","root":"SQUKow","type-primary":"XKVamD","type-secondary":"roxrJk","uuiTypography":"_82vPzY","heroHeader":"_8nJ3lg","promoHeader":"aeTFYp","uuiCritical":"MoGOXt","uuiInfo":"WJiYRz","uuiSuccess":"s3G9Db","uuiWarning":"_0nYEvX","uuiHighlight":"hNH6O9","uuiTypographySize12":"GXGL1c","uuiTypographySize14":"x2KlPL","uuiTypographySize16":"rzx9vg","typePrimary":"XKVamD","typeSecondary":"roxrJk"};
|
|
4374
4314
|
|
|
4375
4315
|
var _path$4;
|
|
4376
4316
|
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); }
|
|
@@ -4390,7 +4330,7 @@ var ForwardRef$4 = /*#__PURE__*/forwardRef(SvgChevronDown24);
|
|
|
4390
4330
|
|
|
4391
4331
|
const MainMenuButton = withMods(Button$1, (mods) => [css$9.root, css$9['type-' + (mods.type || 'primary')]], () => ({ dropdownIcon: ForwardRef$4, role: 'menuitem' }));
|
|
4392
4332
|
|
|
4393
|
-
var css$8 = {"dropdown-body":"
|
|
4333
|
+
var css$8 = {"dropdown-body":"TVZWVp","dropdownBody":"TVZWVp"};
|
|
4394
4334
|
|
|
4395
4335
|
class MainMenuDropdown extends React.Component {
|
|
4396
4336
|
render() {
|
|
@@ -4444,39 +4384,39 @@ var SvgGlobalMenu = function SvgGlobalMenu(props, ref) {
|
|
|
4444
4384
|
};
|
|
4445
4385
|
var ForwardRef$3 = /*#__PURE__*/forwardRef(SvgGlobalMenu);
|
|
4446
4386
|
|
|
4447
|
-
var css$7 = {"global-menu-btn":"
|
|
4387
|
+
var css$7 = {"global-menu-btn":"Xc1ggH","globalMenuIcon":"_5VHXuv","globalMenuBtn":"Xc1ggH"};
|
|
4448
4388
|
|
|
4449
4389
|
const GlobalMenu = React.forwardRef((props, ref) => (React.createElement("button", Object.assign({ ref: ref, id: "global_menu_toggle", className: cx(css$7.globalMenuBtn, props.cx) }, props.rawProps),
|
|
4450
4390
|
React.createElement(IconContainer, { icon: ForwardRef$3, cx: css$7.globalMenuIcon }))));
|
|
4451
4391
|
|
|
4452
|
-
var css$6 = {"container":"
|
|
4392
|
+
var css$6 = {"container":"Qnys6p","open":"Ho9Djz"};
|
|
4453
4393
|
|
|
4454
4394
|
const MainMenuAvatar = React.forwardRef((props, ref) => (React.createElement("button", { ref: ref, className: cx(css$6.container, props.isDropdown && css$6.dropdown, props.isOpen && css$6.open, props.onClick && uuiMarkers.clickable, props.cx), onClick: props.onClick },
|
|
4455
4395
|
React.createElement(Avatar, { size: "36", img: props.avatarUrl }),
|
|
4456
4396
|
props.icon && React.createElement(IconContainer, { icon: props.icon }),
|
|
4457
4397
|
props.isDropdown && (React.createElement("div", null,
|
|
4458
|
-
React.createElement(IconContainer, { icon: ForwardRef$
|
|
4398
|
+
React.createElement(IconContainer, { icon: ForwardRef$1a, flipY: props.isOpen }))))));
|
|
4459
4399
|
|
|
4460
|
-
var css$5 = {"search-input":"
|
|
4400
|
+
var css$5 = {"search-input":"cC5EKS","searchInput":"cC5EKS"};
|
|
4461
4401
|
|
|
4462
4402
|
const MainMenuSearch = React.forwardRef((props, ref) => (React.createElement(IEditableDebouncer, Object.assign({}, props, { render: (iEditable) => {
|
|
4463
4403
|
var _a;
|
|
4464
|
-
return (React.createElement(TextInput$1, Object.assign({ iconPosition: "left", icon: ForwardRef$
|
|
4404
|
+
return (React.createElement(TextInput$1, 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: cx$1(css$5.searchInput, props.cx) }, props.rawProps)));
|
|
4465
4405
|
} }))));
|
|
4466
4406
|
|
|
4467
|
-
var css$4 = {"container":"
|
|
4407
|
+
var css$4 = {"container":"fDOVQD"};
|
|
4468
4408
|
|
|
4469
4409
|
const MainMenuIcon = React.forwardRef((props, ref) => (React.createElement(IconButton, Object.assign({ ref: ref, icon: props.icon, cx: cx$1(props.cx, css$4.container) }, props))));
|
|
4470
4410
|
|
|
4471
|
-
var css$3 = {"root":"
|
|
4411
|
+
var css$3 = {"root":"I04mlU"};
|
|
4472
4412
|
|
|
4473
4413
|
const Anchor = withMods(Anchor$1, () => [css$3.root]);
|
|
4474
4414
|
|
|
4475
4415
|
function Form(props) {
|
|
4476
4416
|
const context = useUuiContext();
|
|
4477
|
-
const beforeLeave = () => {
|
|
4417
|
+
const beforeLeave = React.useCallback(() => {
|
|
4478
4418
|
return context.uuiModals.show((modalProps) => React.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4479
|
-
};
|
|
4419
|
+
}, [context.uuiModals]);
|
|
4480
4420
|
const loadUnsavedChanges = () => {
|
|
4481
4421
|
return context.uuiNotifications
|
|
4482
4422
|
.show((props) => (React.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
@@ -4493,9 +4433,9 @@ function Form(props) {
|
|
|
4493
4433
|
|
|
4494
4434
|
function useForm(props) {
|
|
4495
4435
|
const context = useUuiContext();
|
|
4496
|
-
const beforeLeave = () => {
|
|
4436
|
+
const beforeLeave = useCallback(() => {
|
|
4497
4437
|
return context.uuiModals.show((modalProps) => React__default.createElement(ConfirmationModal, Object.assign({ caption: i18n.form.modals.beforeLeaveMessage }, modalProps)));
|
|
4498
|
-
};
|
|
4438
|
+
}, [context.uuiModals]);
|
|
4499
4439
|
const loadUnsavedChanges = () => {
|
|
4500
4440
|
return context.uuiNotifications.show((props) => (React__default.createElement(WarningNotification, Object.assign({}, props, { actions: [
|
|
4501
4441
|
{
|
|
@@ -4525,7 +4465,7 @@ var SvgShape = function SvgShape(props, ref) {
|
|
|
4525
4465
|
};
|
|
4526
4466
|
var ForwardRef$2 = /*#__PURE__*/forwardRef(SvgShape);
|
|
4527
4467
|
|
|
4528
|
-
var css$2 = {"root":"
|
|
4468
|
+
var css$2 = {"root":"Y85BWC","drop-start":"uZdztZ","drop-over":"bveXxp","link":"j4f7qp","drop-area":"sjcyVB","icon-blue":"dn8ZAW","dropStart":"uZdztZ","dropOver":"bveXxp","dropArea":"sjcyVB","iconBlue":"dn8ZAW"};
|
|
4529
4469
|
|
|
4530
4470
|
class DropSpot extends React.Component {
|
|
4531
4471
|
constructor() {
|
|
@@ -4549,9 +4489,9 @@ class DropSpot extends React.Component {
|
|
|
4549
4489
|
}
|
|
4550
4490
|
}
|
|
4551
4491
|
|
|
4552
|
-
var css$1 = {"root":"
|
|
4492
|
+
var css$1 = {"root":"ca6K8o","file-name":"j8j151","default-color":"WX-zzb","doc-color":"Bi-dNJ","xls-color":"V8qhsM","pdf-color":"bleJuD","movie-color":"xIW992","img-color":"BiycRE","mov-color":"_2PoJrU","error-block":"LILfCG","icons-block":"Q2pOi-","fileName":"j8j151","defaultColor":"WX-zzb","docColor":"Bi-dNJ","xlsColor":"V8qhsM","pdfColor":"bleJuD","movieColor":"xIW992","imgColor":"BiycRE","movColor":"_2PoJrU","errorBlock":"LILfCG","iconsBlock":"Q2pOi-"};
|
|
4553
4493
|
|
|
4554
|
-
var css = {"root":"
|
|
4494
|
+
var css = {"root":"_26bqh0"};
|
|
4555
4495
|
|
|
4556
4496
|
const SvgCircleProgress = React.forwardRef((props, ref) => {
|
|
4557
4497
|
const outsetRadius = props.size / 2 - 1;
|
|
@@ -4572,9 +4512,7 @@ var SvgNavigationClose18 = function SvgNavigationClose18(props, ref) {
|
|
|
4572
4512
|
viewBox: "0 0 18 18",
|
|
4573
4513
|
ref: ref
|
|
4574
4514
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
|
4575
|
-
|
|
4576
|
-
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",
|
|
4577
|
-
clipRule: "evenodd"
|
|
4515
|
+
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"
|
|
4578
4516
|
})));
|
|
4579
4517
|
};
|
|
4580
4518
|
var ForwardRef$1 = /*#__PURE__*/forwardRef(SvgNavigationClose18);
|
|
@@ -4670,5 +4608,5 @@ const FileCard = React.forwardRef((props, ref) => {
|
|
|
4670
4608
|
isCrossShow && React.createElement(IconButton, { icon: ForwardRef$1, onClick: removeHandler })))));
|
|
4671
4609
|
});
|
|
4672
4610
|
|
|
4673
|
-
export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerHeader, DataPickerRow, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, EditMode, ErrorAlert, ErrorNotification, FileCard, FilterItemBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, MobileDropdownWrapper, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerInput, PickerItem, PickerList, PickerListItem, PickerModal, PickerToggler, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RichTextView, ScrollBars, SearchInput, Slider, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification,
|
|
4611
|
+
export { Accordion, Alert, Anchor, AvatarStack, Badge, Blocker, Burger, BurgerButton, BurgerGroupHeader, BurgerSearch, Button, Calendar, Checkbox, CheckboxGroup, ClearNotification, ColumnHeaderDropdown, ColumnsConfigurationModal, ConfirmationModal, ControlGroup, CountIndicator, DataPickerBody, DataPickerFooter, DataPickerHeader, DataPickerRow, DataRowsContainer, DataTable, DataTableCell, DataTableHeaderCell, DataTableHeaderRow, DataTableRow, DatePicker, DatePickerBody, DropMarker, DropSpot, Dropdown, DropdownContainer, DropdownMenuBody, DropdownMenuButton, DropdownMenuHeader, DropdownMenuSplitter, DropdownMenuSwitchButton, DropdownSubMenu, EditMode, ErrorAlert, ErrorNotification, FileCard, FilterItemBody, FiltersPanel, FlexCell, FlexRow, Form, GlobalMenu, HintAlert, HintNotification, IDropdownControlKeys, IconButton, IndeterminateBar, IndicatorBar, InputAddon, LabeledInput, LinkButton, MainMenu, MainMenuAvatar, MainMenuButton, MainMenuDropdown, MainMenuIcon, MainMenuSearch, MobileDropdownWrapper, ModalBlocker, ModalFooter, ModalHeader, ModalWindow, MultiSwitch, NotificationCard, NumericInput, Paginator, Panel, PickerInput, PickerItem, PickerList, PickerListItem, PickerModal, PickerToggler, PresetsPanel, ProgressBar, RadioGroup, RadioInput, RangeDatePicker, RangeDatePickerBody, RichTextView, ScrollBars, SearchInput, Slider, Spinner, StatusIndicator, SuccessAlert, SuccessNotification, SvgCircleProgress, Switch, TabButton, Tag, Text, TextArea, TextInput, TextPlaceholder, TimePicker, Tooltip, VerticalTabButton, VirtualList, WarningAlert, WarningNotification, allIconColors, allLinkButtonColors, applyBadgeMods, applyButtonMods, applyCheckboxMods, applyDateSelectionMods, applyInputAddonMods, applyNumericInputMods, applyProgressBarMods, applySliderMods, applySpinnerMods, applySwitchMods, applyTagMods, applyTextAreaMods, applyTextInputMods, defaultPredicates, getHighlightRanges, getHighlightedSearchMatches, getTextClasses, i18n, propsMods, rangeDatePickerPresets, renderCell, renderDropMarkers, useColumnsWithFilters, useForm, uuiDatePickerBody, weekCount };
|
|
4674
4612
|
//# sourceMappingURL=index.esm.js.map
|