@elastic/eui 99.2.0 → 99.3.0
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/es/components/accordion/accordion.js +2 -1
- package/es/components/accordion/accordion_children/accordion_children.js +20 -7
- package/es/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/es/components/basic_table/basic_table.js +135 -2
- package/es/components/basic_table/in_memory_table.js +131 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/call_out/call_out.styles.js +1 -0
- package/es/components/code/code.styles.js +1 -1
- package/es/components/code/code_syntax.styles.js +1 -0
- package/es/components/code/utils.js +5 -2
- package/es/components/datagrid/data_grid.stories.utils.js +0 -1090
- package/es/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/es/components/inline_edit/inline_edit_form.js +4 -4
- package/es/components/inline_edit/inline_edit_text.js +4 -4
- package/es/components/inline_edit/inline_edit_title.js +4 -4
- package/es/components/table/table_header_cell.js +76 -4
- package/eui.d.ts +4639 -4607
- package/i18ntokens.json +36 -36
- package/lib/components/accordion/accordion.js +2 -1
- package/lib/components/accordion/accordion_children/accordion_children.js +19 -6
- package/lib/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/lib/components/basic_table/basic_table.js +135 -2
- package/lib/components/basic_table/in_memory_table.js +131 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/call_out/call_out.styles.js +1 -0
- package/lib/components/code/code.styles.js +1 -1
- package/lib/components/code/code_syntax.styles.js +1 -0
- package/lib/components/code/utils.js +6 -1
- package/lib/components/datagrid/data_grid.stories.utils.js +1 -1092
- package/lib/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/lib/components/inline_edit/inline_edit_form.js +4 -4
- package/lib/components/inline_edit/inline_edit_text.js +4 -4
- package/lib/components/inline_edit/inline_edit_title.js +4 -4
- package/lib/components/table/table_header_cell.js +79 -8
- package/optimize/es/components/accordion/accordion.js +2 -1
- package/optimize/es/components/accordion/accordion_children/accordion_children.js +20 -7
- package/optimize/es/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/optimize/es/components/basic_table/basic_table.js +4 -1
- package/optimize/es/components/call_out/call_out.js +1 -1
- package/optimize/es/components/call_out/call_out.styles.js +1 -0
- package/optimize/es/components/code/code.styles.js +1 -1
- package/optimize/es/components/code/code_syntax.styles.js +1 -0
- package/optimize/es/components/code/utils.js +5 -2
- package/optimize/es/components/datagrid/data_grid.stories.utils.js +0 -18
- package/optimize/es/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/optimize/es/components/table/table_header_cell.js +14 -3
- package/optimize/lib/components/accordion/accordion.js +2 -1
- package/optimize/lib/components/accordion/accordion_children/accordion_children.js +19 -6
- package/optimize/lib/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/optimize/lib/components/basic_table/basic_table.js +4 -1
- package/optimize/lib/components/call_out/call_out.js +1 -1
- package/optimize/lib/components/call_out/call_out.styles.js +1 -0
- package/optimize/lib/components/code/code.styles.js +1 -1
- package/optimize/lib/components/code/code_syntax.styles.js +1 -0
- package/optimize/lib/components/code/utils.js +6 -1
- package/optimize/lib/components/datagrid/data_grid.stories.utils.js +1 -19
- package/optimize/lib/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/optimize/lib/components/table/table_header_cell.js +14 -3
- package/package.json +2 -1
- package/test-env/components/accordion/accordion.js +2 -1
- package/test-env/components/accordion/accordion_children/accordion_children.js +19 -6
- package/test-env/components/accordion/accordion_children/accordion_children.styles.js +5 -0
- package/test-env/components/basic_table/basic_table.js +135 -2
- package/test-env/components/basic_table/in_memory_table.js +131 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/call_out/call_out.styles.js +1 -0
- package/test-env/components/code/code.styles.js +1 -1
- package/test-env/components/code/code_syntax.styles.js +1 -0
- package/test-env/components/code/utils.js +6 -1
- package/test-env/components/datagrid/data_grid.stories.utils.js +1 -1091
- package/test-env/components/date_picker/super_date_picker/date_popover/absolute_tab.js +3 -0
- package/test-env/components/inline_edit/inline_edit_form.js +4 -4
- package/test-env/components/inline_edit/inline_edit_text.js +4 -4
- package/test-env/components/inline_edit/inline_edit_title.js +4 -4
- package/test-env/components/table/table_header_cell.js +76 -4
package/i18ntokens.json
CHANGED
|
@@ -149,14 +149,14 @@
|
|
|
149
149
|
"highlighting": "string",
|
|
150
150
|
"loc": {
|
|
151
151
|
"start": {
|
|
152
|
-
"line":
|
|
152
|
+
"line": 1134,
|
|
153
153
|
"column": 8,
|
|
154
|
-
"index":
|
|
154
|
+
"index": 31431
|
|
155
155
|
},
|
|
156
156
|
"end": {
|
|
157
|
-
"line":
|
|
157
|
+
"line": 1138,
|
|
158
158
|
"column": 9,
|
|
159
|
-
"index":
|
|
159
|
+
"index": 31586
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"filepath": "src/components/basic_table/basic_table.tsx"
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"highlighting": "string",
|
|
168
168
|
"loc": {
|
|
169
169
|
"start": {
|
|
170
|
-
"line":
|
|
170
|
+
"line": 1382,
|
|
171
171
|
"column": 8,
|
|
172
|
-
"index":
|
|
172
|
+
"index": 38711
|
|
173
173
|
},
|
|
174
174
|
"end": {
|
|
175
|
-
"line":
|
|
175
|
+
"line": 1386,
|
|
176
176
|
"column": 9,
|
|
177
|
-
"index":
|
|
177
|
+
"index": 38870
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
"filepath": "src/components/basic_table/basic_table.tsx"
|
|
@@ -347,14 +347,14 @@
|
|
|
347
347
|
"highlighting": "string",
|
|
348
348
|
"loc": {
|
|
349
349
|
"start": {
|
|
350
|
-
"line":
|
|
350
|
+
"line": 95,
|
|
351
351
|
"column": 8,
|
|
352
|
-
"index":
|
|
352
|
+
"index": 2565
|
|
353
353
|
},
|
|
354
354
|
"end": {
|
|
355
|
-
"line":
|
|
355
|
+
"line": 98,
|
|
356
356
|
"column": 9,
|
|
357
|
-
"index":
|
|
357
|
+
"index": 2670
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"filepath": "src/components/call_out/call_out.tsx"
|
|
@@ -5207,14 +5207,14 @@
|
|
|
5207
5207
|
"highlighting": "string",
|
|
5208
5208
|
"loc": {
|
|
5209
5209
|
"start": {
|
|
5210
|
-
"line":
|
|
5210
|
+
"line": 172,
|
|
5211
5211
|
"column": 37,
|
|
5212
|
-
"index":
|
|
5212
|
+
"index": 5314
|
|
5213
5213
|
},
|
|
5214
5214
|
"end": {
|
|
5215
|
-
"line":
|
|
5215
|
+
"line": 175,
|
|
5216
5216
|
"column": 3,
|
|
5217
|
-
"index":
|
|
5217
|
+
"index": 5390
|
|
5218
5218
|
}
|
|
5219
5219
|
},
|
|
5220
5220
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5225,14 +5225,14 @@
|
|
|
5225
5225
|
"highlighting": "string",
|
|
5226
5226
|
"loc": {
|
|
5227
5227
|
"start": {
|
|
5228
|
-
"line":
|
|
5228
|
+
"line": 176,
|
|
5229
5229
|
"column": 39,
|
|
5230
|
-
"index":
|
|
5230
|
+
"index": 5431
|
|
5231
5231
|
},
|
|
5232
5232
|
"end": {
|
|
5233
|
-
"line":
|
|
5233
|
+
"line": 179,
|
|
5234
5234
|
"column": 3,
|
|
5235
|
-
"index":
|
|
5235
|
+
"index": 5511
|
|
5236
5236
|
}
|
|
5237
5237
|
},
|
|
5238
5238
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5243,14 +5243,14 @@
|
|
|
5243
5243
|
"highlighting": "string",
|
|
5244
5244
|
"loc": {
|
|
5245
5245
|
"start": {
|
|
5246
|
-
"line":
|
|
5246
|
+
"line": 300,
|
|
5247
5247
|
"column": 10,
|
|
5248
|
-
"index":
|
|
5248
|
+
"index": 9648
|
|
5249
5249
|
},
|
|
5250
5250
|
"end": {
|
|
5251
|
-
"line":
|
|
5251
|
+
"line": 303,
|
|
5252
5252
|
"column": 12,
|
|
5253
|
-
"index":
|
|
5253
|
+
"index": 9827
|
|
5254
5254
|
}
|
|
5255
5255
|
},
|
|
5256
5256
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -5261,14 +5261,14 @@
|
|
|
5261
5261
|
"highlighting": "string",
|
|
5262
5262
|
"loc": {
|
|
5263
5263
|
"start": {
|
|
5264
|
-
"line":
|
|
5264
|
+
"line": 391,
|
|
5265
5265
|
"column": 10,
|
|
5266
|
-
"index":
|
|
5266
|
+
"index": 12675
|
|
5267
5267
|
},
|
|
5268
5268
|
"end": {
|
|
5269
|
-
"line":
|
|
5269
|
+
"line": 394,
|
|
5270
5270
|
"column": 12,
|
|
5271
|
-
"index":
|
|
5271
|
+
"index": 12816
|
|
5272
5272
|
}
|
|
5273
5273
|
},
|
|
5274
5274
|
"filepath": "src/components/inline_edit/inline_edit_form.tsx"
|
|
@@ -6845,14 +6845,14 @@
|
|
|
6845
6845
|
"highlighting": "string",
|
|
6846
6846
|
"loc": {
|
|
6847
6847
|
"start": {
|
|
6848
|
-
"line":
|
|
6848
|
+
"line": 91,
|
|
6849
6849
|
"column": 10,
|
|
6850
|
-
"index":
|
|
6850
|
+
"index": 2955
|
|
6851
6851
|
},
|
|
6852
6852
|
"end": {
|
|
6853
|
-
"line":
|
|
6853
|
+
"line": 95,
|
|
6854
6854
|
"column": 11,
|
|
6855
|
-
"index":
|
|
6855
|
+
"index": 3129
|
|
6856
6856
|
}
|
|
6857
6857
|
},
|
|
6858
6858
|
"filepath": "src/components/table/table_header_cell.tsx"
|
|
@@ -7025,14 +7025,14 @@
|
|
|
7025
7025
|
"highlighting": "string",
|
|
7026
7026
|
"loc": {
|
|
7027
7027
|
"start": {
|
|
7028
|
-
"line":
|
|
7028
|
+
"line": 63,
|
|
7029
7029
|
"column": 27,
|
|
7030
|
-
"index":
|
|
7030
|
+
"index": 1819
|
|
7031
7031
|
},
|
|
7032
7032
|
"end": {
|
|
7033
|
-
"line":
|
|
7033
|
+
"line": 63,
|
|
7034
7034
|
"column": 76,
|
|
7035
|
-
"index":
|
|
7035
|
+
"index": 1868
|
|
7036
7036
|
}
|
|
7037
7037
|
},
|
|
7038
7038
|
"filepath": "src/components/tool_tip/icon_tip.tsx"
|
|
@@ -138,7 +138,8 @@ var EuiAccordionClass = exports.EuiAccordionClass = /*#__PURE__*/function (_Comp
|
|
|
138
138
|
paddingSize: paddingSize,
|
|
139
139
|
isLoading: isLoading,
|
|
140
140
|
isLoadingMessage: isLoadingMessage,
|
|
141
|
-
isOpen: this.isOpen
|
|
141
|
+
isOpen: this.isOpen,
|
|
142
|
+
initialIsOpen: initialIsOpen
|
|
142
143
|
}, children));
|
|
143
144
|
}
|
|
144
145
|
}]);
|
|
@@ -13,7 +13,7 @@ var _resize_observer = require("../../observer/resize_observer");
|
|
|
13
13
|
var _accordion_children_loading = require("./accordion_children_loading");
|
|
14
14
|
var _accordion_children = require("./accordion_children.styles");
|
|
15
15
|
var _react2 = require("@emotion/react");
|
|
16
|
-
var _excluded = ["role", "children", "paddingSize", "isLoading", "isLoadingMessage", "isOpen"];
|
|
16
|
+
var _excluded = ["role", "children", "paddingSize", "isLoading", "isLoadingMessage", "isOpen", "initialIsOpen"];
|
|
17
17
|
/*
|
|
18
18
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
19
19
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
@@ -40,6 +40,7 @@ var EuiAccordionChildren = exports.EuiAccordionChildren = function EuiAccordionC
|
|
|
40
40
|
isLoading = _ref.isLoading,
|
|
41
41
|
isLoadingMessage = _ref.isLoadingMessage,
|
|
42
42
|
isOpen = _ref.isOpen,
|
|
43
|
+
initialIsOpen = _ref.initialIsOpen,
|
|
43
44
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
44
45
|
/**
|
|
45
46
|
* Children
|
|
@@ -54,17 +55,29 @@ var EuiAccordionChildren = exports.EuiAccordionChildren = function EuiAccordionC
|
|
|
54
55
|
/**
|
|
55
56
|
* Wrapper
|
|
56
57
|
*/
|
|
58
|
+
var _useState = (0, _react.useState)(false),
|
|
59
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
60
|
+
hasTransition = _useState2[0],
|
|
61
|
+
setHasTransition = _useState2[1];
|
|
57
62
|
var wrapperStyles = (0, _accordion_children.euiAccordionChildWrapperStyles)(euiTheme);
|
|
58
|
-
var wrapperCssStyles = [wrapperStyles.euiAccordion__childWrapper, isOpen ? wrapperStyles.isOpen : wrapperStyles.isClosed];
|
|
63
|
+
var wrapperCssStyles = [wrapperStyles.euiAccordion__childWrapper, isOpen ? wrapperStyles.isOpen : wrapperStyles.isClosed, initialIsOpen && !hasTransition && isOpen && wrapperStyles.noTransition];
|
|
64
|
+
|
|
65
|
+
/* Controls enabling opening/closing transitions on first interaction
|
|
66
|
+
when initialIsOpen=true; this only runs once */
|
|
67
|
+
(0, _react.useEffect)(function () {
|
|
68
|
+
if (initialIsOpen && !isOpen && !hasTransition) {
|
|
69
|
+
setHasTransition(true);
|
|
70
|
+
}
|
|
71
|
+
}, [isOpen, initialIsOpen, hasTransition]);
|
|
59
72
|
|
|
60
73
|
/**
|
|
61
74
|
* Update the accordion wrapper height whenever the accordion opens, and also
|
|
62
75
|
* whenever the child content updates (which will change the height)
|
|
63
76
|
*/
|
|
64
|
-
var
|
|
65
|
-
|
|
66
|
-
contentHeight =
|
|
67
|
-
setContentHeight =
|
|
77
|
+
var _useState3 = (0, _react.useState)(0),
|
|
78
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
79
|
+
contentHeight = _useState4[0],
|
|
80
|
+
setContentHeight = _useState4[1];
|
|
68
81
|
var onResize = (0, _react.useCallback)(function (_ref2) {
|
|
69
82
|
var height = _ref2.height;
|
|
70
83
|
return setContentHeight(Math.round(height));
|
|
@@ -37,6 +37,11 @@ var euiAccordionChildWrapperStyles = exports.euiAccordionChildWrapperStyles = fu
|
|
|
37
37
|
var euiTheme = euiThemeContext.euiTheme;
|
|
38
38
|
return {
|
|
39
39
|
euiAccordion__childWrapper: /*#__PURE__*/(0, _react.css)("overflow:hidden;", _global_styling.euiCanAnimate, "{transition:", _global_styling.logicals.height, " ", euiTheme.animation.normal, " ", euiTheme.animation.resistance, ",opacity ", euiTheme.animation.normal, " ", euiTheme.animation.resistance, ";}", (0, _global_styling.euiFocusRing)(euiThemeContext), ";;label:euiAccordion__childWrapper;"),
|
|
40
|
+
// choosing to override transition instead of applying it conditionally
|
|
41
|
+
// to keep a more logical style appliance:
|
|
42
|
+
// default case = has transition as part of default styles (all cases expect initial isOpen=true when initialIsOpen=true)
|
|
43
|
+
// special case: no transition for initial isOpen=true when initialIsOpen=true
|
|
44
|
+
noTransition: /*#__PURE__*/(0, _react.css)(_global_styling.euiCanAnimate, "{transition:none;};label:noTransition;"),
|
|
40
45
|
isClosed: /*#__PURE__*/(0, _react.css)((0, _global_styling.logicalCSS)('height', 0), " opacity:0;;label:isClosed;"),
|
|
41
46
|
isOpen: /*#__PURE__*/(0, _react.css)((0, _global_styling.logicalCSS)('height', 'auto'), " opacity:1;;label:isOpen;")
|
|
42
47
|
};
|
|
@@ -27,7 +27,7 @@ var _accessibility2 = require("../../services/accessibility");
|
|
|
27
27
|
var _basic_table = require("./basic_table.styles");
|
|
28
28
|
var _react2 = require("@emotion/react");
|
|
29
29
|
var _excluded = ["className", "loading", "items", "itemId", "columns", "pagination", "sorting", "selection", "onChange", "error", "noItemsMessage", "compressed", "itemIdToExpandedRowMap", "responsiveBreakpoint", "rowProps", "cellProps", "tableCaption", "rowHeader", "tableLayout"],
|
|
30
|
-
_excluded2 = ["align", "render", "dataType", "isExpander", "textOnly", "name", "field", "description", "sortable", "footer", "mobileOptions"];
|
|
30
|
+
_excluded2 = ["align", "render", "dataType", "isExpander", "textOnly", "name", "field", "description", "sortable", "footer", "mobileOptions", "nameTooltip"];
|
|
31
31
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
32
32
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
33
33
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
@@ -522,6 +522,7 @@ var EuiBasicTable = exports.EuiBasicTable = /*#__PURE__*/function (_Component) {
|
|
|
522
522
|
field = _ref8.field,
|
|
523
523
|
width = _ref8.width,
|
|
524
524
|
name = _ref8.name,
|
|
525
|
+
nameTooltip = _ref8.nameTooltip,
|
|
525
526
|
align = _ref8.align,
|
|
526
527
|
dataType = _ref8.dataType,
|
|
527
528
|
sortable = _ref8.sortable,
|
|
@@ -531,6 +532,7 @@ var EuiBasicTable = exports.EuiBasicTable = /*#__PURE__*/function (_Component) {
|
|
|
531
532
|
var columnAlign = align || _this3.getAlignForDataType(dataType);
|
|
532
533
|
var sharedProps = {
|
|
533
534
|
width: width,
|
|
535
|
+
tooltipProps: nameTooltip,
|
|
534
536
|
description: description,
|
|
535
537
|
mobileOptions: mobileOptions,
|
|
536
538
|
align: columnAlign,
|
|
@@ -906,6 +908,7 @@ var EuiBasicTable = exports.EuiBasicTable = /*#__PURE__*/function (_Component) {
|
|
|
906
908
|
sortable = _ref11.sortable,
|
|
907
909
|
footer = _ref11.footer,
|
|
908
910
|
mobileOptions = _ref11.mobileOptions,
|
|
911
|
+
nameTooltip = _ref11.nameTooltip,
|
|
909
912
|
rest = _objectWithoutProperties(_ref11, _excluded2);
|
|
910
913
|
var columnAlign = align || this.getAlignForDataType(dataType);
|
|
911
914
|
var cellPropsCallback = this.props.cellProps;
|
|
@@ -1074,6 +1077,70 @@ EuiBasicTable.propTypes = {
|
|
|
1074
1077
|
* The display name of the column
|
|
1075
1078
|
*/
|
|
1076
1079
|
name: _propTypes.default.node.isRequired,
|
|
1080
|
+
/**
|
|
1081
|
+
* Allows adding an icon with a tooltip displayed next to the name
|
|
1082
|
+
*/
|
|
1083
|
+
nameTooltip: _propTypes.default.shape({
|
|
1084
|
+
/** The main content of the tooltip */content: _propTypes.default.node.isRequired,
|
|
1085
|
+
/**
|
|
1086
|
+
* The icon type to display
|
|
1087
|
+
* @default 'questionInCircle'
|
|
1088
|
+
*/
|
|
1089
|
+
icon: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
1090
|
+
/** Additional props for EuiIcon */iconProps: _propTypes.default.any,
|
|
1091
|
+
/** Additional props for the EuiToolip */tooltipProps: _propTypes.default.shape({
|
|
1092
|
+
/**
|
|
1093
|
+
* Passes onto the span wrapping the trigger.
|
|
1094
|
+
*/
|
|
1095
|
+
anchorClassName: _propTypes.default.string,
|
|
1096
|
+
/**
|
|
1097
|
+
* Passes onto the span wrapping the trigger.
|
|
1098
|
+
*/
|
|
1099
|
+
anchorProps: _propTypes.default.shape({
|
|
1100
|
+
className: _propTypes.default.string,
|
|
1101
|
+
"aria-label": _propTypes.default.string,
|
|
1102
|
+
"data-test-subj": _propTypes.default.string,
|
|
1103
|
+
css: _propTypes.default.any
|
|
1104
|
+
}),
|
|
1105
|
+
/**
|
|
1106
|
+
* Passes onto the tooltip itself, not the trigger.
|
|
1107
|
+
*/
|
|
1108
|
+
className: _propTypes.default.string,
|
|
1109
|
+
/**
|
|
1110
|
+
* The main content of your tooltip.
|
|
1111
|
+
*/
|
|
1112
|
+
content: _propTypes.default.node,
|
|
1113
|
+
/**
|
|
1114
|
+
* Common display alternatives for the anchor wrapper
|
|
1115
|
+
*/
|
|
1116
|
+
display: _propTypes.default.any,
|
|
1117
|
+
/**
|
|
1118
|
+
* An optional title for your tooltip.
|
|
1119
|
+
*/
|
|
1120
|
+
title: _propTypes.default.node,
|
|
1121
|
+
/**
|
|
1122
|
+
* Unless you provide one, this will be randomly generated.
|
|
1123
|
+
*/
|
|
1124
|
+
id: _propTypes.default.string,
|
|
1125
|
+
/**
|
|
1126
|
+
* When `true`, the tooltip's position is re-calculated when the user
|
|
1127
|
+
* scrolls. This supports having fixed-position tooltip anchors.
|
|
1128
|
+
*
|
|
1129
|
+
* When nesting an `EuiTooltip` in a scrollable container, `repositionOnScroll` should be `true`
|
|
1130
|
+
*/
|
|
1131
|
+
repositionOnScroll: _propTypes.default.bool,
|
|
1132
|
+
/**
|
|
1133
|
+
* If supplied, called when mouse movement causes the tool tip to be
|
|
1134
|
+
* hidden.
|
|
1135
|
+
*/
|
|
1136
|
+
onMouseOut: _propTypes.default.func,
|
|
1137
|
+
"aria-label": _propTypes.default.string,
|
|
1138
|
+
"data-test-subj": _propTypes.default.string,
|
|
1139
|
+
css: _propTypes.default.any,
|
|
1140
|
+
delay: _propTypes.default.any,
|
|
1141
|
+
position: _propTypes.default.any
|
|
1142
|
+
})
|
|
1143
|
+
}),
|
|
1077
1144
|
/**
|
|
1078
1145
|
* A description of the column (will be presented as a title over the column header)
|
|
1079
1146
|
*/
|
|
@@ -1152,6 +1219,39 @@ EuiBasicTable.propTypes = {
|
|
|
1152
1219
|
* The display name of the column
|
|
1153
1220
|
*/
|
|
1154
1221
|
name: _propTypes.default.node,
|
|
1222
|
+
/**
|
|
1223
|
+
* Allows configuring an icon with a tooltip, to be displayed next to the name
|
|
1224
|
+
*/
|
|
1225
|
+
nameTooltip: _propTypes.default.shape({
|
|
1226
|
+
/** The main content of the tooltip */content: _propTypes.default.node.isRequired,
|
|
1227
|
+
/**
|
|
1228
|
+
* The icon type to display
|
|
1229
|
+
* @default 'questionInCircle'
|
|
1230
|
+
*/
|
|
1231
|
+
icon: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
1232
|
+
/** Additional props for EuiIcon */iconProps: _propTypes.default.any,
|
|
1233
|
+
/** Additional props for the EuiToolip */tooltipProps: _propTypes.default.shape({
|
|
1234
|
+
anchorClassName: _propTypes.default.string,
|
|
1235
|
+
anchorProps: _propTypes.default.shape({
|
|
1236
|
+
className: _propTypes.default.string,
|
|
1237
|
+
"aria-label": _propTypes.default.string,
|
|
1238
|
+
"data-test-subj": _propTypes.default.string,
|
|
1239
|
+
css: _propTypes.default.any
|
|
1240
|
+
}),
|
|
1241
|
+
className: _propTypes.default.string,
|
|
1242
|
+
content: _propTypes.default.node,
|
|
1243
|
+
display: _propTypes.default.any,
|
|
1244
|
+
title: _propTypes.default.node,
|
|
1245
|
+
id: _propTypes.default.string,
|
|
1246
|
+
repositionOnScroll: _propTypes.default.bool,
|
|
1247
|
+
onMouseOut: _propTypes.default.func,
|
|
1248
|
+
"aria-label": _propTypes.default.string,
|
|
1249
|
+
"data-test-subj": _propTypes.default.string,
|
|
1250
|
+
css: _propTypes.default.any,
|
|
1251
|
+
delay: _propTypes.default.any,
|
|
1252
|
+
position: _propTypes.default.any
|
|
1253
|
+
})
|
|
1254
|
+
}),
|
|
1155
1255
|
/**
|
|
1156
1256
|
* If provided, allows this column to be sorted on. Must return the value to sort against.
|
|
1157
1257
|
*/
|
|
@@ -1258,7 +1358,40 @@ EuiBasicTable.propTypes = {
|
|
|
1258
1358
|
/**
|
|
1259
1359
|
* The display name of the column
|
|
1260
1360
|
*/
|
|
1261
|
-
name: _propTypes.default.node
|
|
1361
|
+
name: _propTypes.default.node,
|
|
1362
|
+
/**
|
|
1363
|
+
* Allows configuring an icon with a tooltip, to be displayed next to the name
|
|
1364
|
+
*/
|
|
1365
|
+
nameTooltip: _propTypes.default.shape({
|
|
1366
|
+
/** The main content of the tooltip */content: _propTypes.default.node.isRequired,
|
|
1367
|
+
/**
|
|
1368
|
+
* The icon type to display
|
|
1369
|
+
* @default 'questionInCircle'
|
|
1370
|
+
*/
|
|
1371
|
+
icon: _propTypes.default.oneOfType([_propTypes.default.oneOf(["accessibility", "addDataApp", "advancedSettingsApp", "agentApp", "aggregate", "analyzeEvent", "annotation", "anomalyChart", "anomalySwimLane", "apmApp", "apmTrace", "appSearchApp", "apps", "arrowDown", "arrowLeft", "arrowRight", "arrowUp", "arrowStart", "arrowEnd", "article", "asterisk", "at", "auditbeatApp", "beaker", "bell", "bellSlash", "beta", "bolt", "boxesHorizontal", "boxesVertical", "branch", "branchUser", "broom", "brush", "bug", "bullseye", "calendar", "canvasApp", "casesApp", "changePointDetection", "check", "checkInCircleFilled", "cheer", "classificationJob", "clickLeft", "clickRight", "clock", "clockCounter", "cloudDrizzle", "cloudStormy", "cloudSunny", "cluster", "codeApp", "color", "compute", "console", "consoleApp", "container", "continuityAbove", "continuityAboveBelow", "continuityBelow", "continuityWithin", "contrast", "contrastHigh", "controlsHorizontal", "controlsVertical", "copy", "copyClipboard", "createAdvancedJob", "createGenericJob", "createGeoJob", "createMultiMetricJob", "createPopulationJob", "createSingleMetricJob", "cross", "crossClusterReplicationApp", "crossInCircle", "crosshairs", "currency", "cut", "dashboardApp", "dataVisualizer", "database", "desktop", "devToolsApp", "diff", "discoverApp", "discuss", "document", "documentEdit", "documentation", "documents", "dot", "dotInCircle", "doubleArrowLeft", "doubleArrowRight", "download", "editorAlignCenter", "editorAlignLeft", "editorAlignRight", "editorBold", "editorChecklist", "editorCodeBlock", "editorComment", "editorDistributeHorizontal", "editorDistributeVertical", "editorHeading", "editorItalic", "editorItemAlignBottom", "editorItemAlignCenter", "editorItemAlignLeft", "editorItemAlignMiddle", "editorItemAlignRight", "editorItemAlignTop", "editorLink", "editorOrderedList", "editorPositionBottomLeft", "editorPositionBottomRight", "editorPositionTopLeft", "editorPositionTopRight", "editorRedo", "editorStrike", "editorTable", "editorUnderline", "editorUndo", "editorUnorderedList", "email", "empty", "emsApp", "endpoint", "eql", "eraser", "error", "errorFilled", "esqlVis", "exit", "expand", "expandMini", "exportAction", "eye", "eyeClosed", "faceHappy", "faceNeutral", "faceSad", "fieldStatistics", "filebeatApp", "filter", "filterExclude", "filterIgnore", "filterInclude", "filterInCircle", "flag", "fleetApp", "fold", "folderCheck", "folderClosed", "folderExclamation", "folderOpen", "frameNext", "framePrevious", "fullScreen", "fullScreenExit", "function", "gear", "gisApp", "glasses", "globe", "grab", "grabHorizontal", "grabOmnidirectional", "gradient", "graphApp", "grid", "grokApp", "heart", "heartbeatApp", "heatmap", "help", "home", "iInCircle", "image", "importAction", "index", "indexClose", "indexEdit", "indexFlush", "indexManagementApp", "indexMapping", "indexOpen", "indexPatternApp", "indexRollupApp", "indexRuntime", "indexSettings", "indexTemporary", "infinity", "inputOutput", "inspect", "invert", "ip", "key", "keyboard", "kqlField", "kqlFunction", "kqlOperand", "kqlSelector", "kqlValue", "kubernetesNode", "kubernetesPod", "launch", "layers", "lensApp", "lettering", "lineDashed", "lineDotted", "lineSolid", "link", "list", "listAdd", "lock", "lockOpen", "logPatternAnalysis", "logRateAnalysis", "logoAWS", "logoAWSMono", "logoAerospike", "logoApache", "logoAppSearch", "logoAzure", "logoAzureMono", "logoBeats", "logoBusinessAnalytics", "logoCeph", "logoCloud", "logoCloudEnterprise", "logoCode", "logoCodesandbox", "logoCouchbase", "logoDocker", "logoDropwizard", "logoElastic", "logoElasticStack", "logoElasticsearch", "logoEnterpriseSearch", "logoEtcd", "logoGCP", "logoGCPMono", "logoGithub", "logoGmail", "logoGolang", "logoGoogleG", "logoHAproxy", "logoIBM", "logoIBMMono", "logoKafka", "logoKibana", "logoKubernetes", "logoLogging", "logoLogstash", "logoMaps", "logoMemcached", "logoMetrics", "logoMongodb", "logoMySQL", "logoNginx", "logoObservability", "logoOsquery", "logoPhp", "logoPostgres", "logoPrometheus", "logoRabbitmq", "logoRedis", "logoSecurity", "logoSiteSearch", "logoSketch", "logoSlack", "logoUptime", "logoVulnerabilityManagement", "logoWebhook", "logoWindows", "logoWorkplaceSearch", "logsApp", "logstashFilter", "logstashIf", "logstashInput", "logstashOutput", "logstashQueue", "machineLearningApp", "magnet", "magnifyWithExclamation", "magnifyWithMinus", "magnifyWithPlus", "managementApp", "mapMarker", "memory", "menu", "menuDown", "menuLeft", "menuRight", "menuUp", "merge", "metricbeatApp", "metricsApp", "minimize", "minus", "minusInCircle", "minusInCircleFilled", "minusInSquare", "mobile", "monitoringApp", "moon", "move", "namespace", "nested", "newChat", "node", "notebookApp", "number", "offline", "online", "outlierDetectionJob", "package", "packetbeatApp", "pageSelect", "pagesSelect", "palette", "paperClip", "partial", "pause", "payment", "pencil", "percent", "pin", "pinFilled", "pipeBreaks", "pipelineApp", "pipeNoBreaks", "pivot", "play", "playFilled", "plugs", "plus", "plusInCircle", "plusInCircleFilled", "plusInSquare", "popout", "push", "questionInCircle", "quote", "recentlyViewedApp", "refresh", "regressionJob", "reporter", "reportingApp", "returnKey", "save", "savedObjectsApp", "scale", "search", "searchProfilerApp", "section", "securityAnalyticsApp", "securityApp", "securitySignal", "securitySignalDetected", "securitySignalResolved", "sessionViewer", "shard", "share", "singleMetricViewer", "snowflake", "sortAscending", "sortDescending", "sortDown", "sortLeft", "sortRight", "sortUp", "sortable", "spaces", "spacesApp", "sparkles", "sqlApp", "starEmpty", "starEmptySpace", "starFilled", "starFilledSpace", "starMinusEmpty", "starMinusFilled", "starPlusEmpty", "starPlusFilled", "stats", "stop", "stopFilled", "stopSlash", "storage", "string", "submodule", "sun", "swatchInput", "symlink", "tableDensityCompact", "tableDensityExpanded", "tableDensityNormal", "tableOfContents", "tag", "tear", "temperature", "timeline", "timelineWithArrow", "timelionApp", "timeRefresh", "timeslider", "training", "transitionLeftIn", "transitionLeftOut", "transitionTopIn", "transitionTopOut", "trash", "unfold", "unlink", "upgradeAssistantApp", "uptimeApp", "user", "userAvatar", "users", "usersRolesApp", "vector", "videoPlayer", "visArea", "visAreaStacked", "visBarHorizontal", "visBarHorizontalStacked", "visBarVertical", "visBarVerticalStacked", "visGauge", "visGoal", "visLine", "visMapCoordinate", "visMapRegion", "visMetric", "visPie", "visTable", "visTagCloud", "visText", "visTimelion", "visVega", "visVisualBuilder", "visualizeApp", "vulnerabilityManagementApp", "warning", "warningFilled", "alert", "watchesApp", "web", "wordWrap", "wordWrapDisabled", "workplaceSearchApp", "wrench", "tokenAlias", "tokenAnnotation", "tokenArray", "tokenBinary", "tokenBoolean", "tokenClass", "tokenCompletionSuggester", "tokenConstant", "tokenDate", "tokenDimension", "tokenElement", "tokenEnum", "tokenEnumMember", "tokenEvent", "tokenException", "tokenField", "tokenFile", "tokenFlattened", "tokenFunction", "tokenGeo", "tokenHistogram", "tokenInterface", "tokenIP", "tokenJoin", "tokenKey", "tokenKeyword", "tokenMethod", "tokenMetricCounter", "tokenMetricGauge", "tokenModule", "tokenNamespace", "tokenNested", "tokenNull", "tokenNumber", "tokenObject", "tokenOperator", "tokenPackage", "tokenParameter", "tokenPercolator", "tokenProperty", "tokenRange", "tokenRankFeature", "tokenRankFeatures", "tokenRepo", "tokenSearchType", "tokenSemanticText", "tokenShape", "tokenString", "tokenStruct", "tokenSymbol", "tokenTag", "tokenText", "tokenTokenCount", "tokenVariable", "tokenVectorDense", "tokenDenseVector", "tokenVectorSparse"]).isRequired, _propTypes.default.string.isRequired, _propTypes.default.elementType.isRequired]),
|
|
1372
|
+
/** Additional props for EuiIcon */iconProps: _propTypes.default.any,
|
|
1373
|
+
/** Additional props for the EuiToolip */tooltipProps: _propTypes.default.shape({
|
|
1374
|
+
anchorClassName: _propTypes.default.string,
|
|
1375
|
+
anchorProps: _propTypes.default.shape({
|
|
1376
|
+
className: _propTypes.default.string,
|
|
1377
|
+
"aria-label": _propTypes.default.string,
|
|
1378
|
+
"data-test-subj": _propTypes.default.string,
|
|
1379
|
+
css: _propTypes.default.any
|
|
1380
|
+
}),
|
|
1381
|
+
className: _propTypes.default.string,
|
|
1382
|
+
content: _propTypes.default.node,
|
|
1383
|
+
display: _propTypes.default.any,
|
|
1384
|
+
title: _propTypes.default.node,
|
|
1385
|
+
id: _propTypes.default.string,
|
|
1386
|
+
repositionOnScroll: _propTypes.default.bool,
|
|
1387
|
+
onMouseOut: _propTypes.default.func,
|
|
1388
|
+
"aria-label": _propTypes.default.string,
|
|
1389
|
+
"data-test-subj": _propTypes.default.string,
|
|
1390
|
+
css: _propTypes.default.any,
|
|
1391
|
+
delay: _propTypes.default.any,
|
|
1392
|
+
position: _propTypes.default.any
|
|
1393
|
+
})
|
|
1394
|
+
})
|
|
1262
1395
|
}).isRequired]).isRequired),
|
|
1263
1396
|
/**
|
|
1264
1397
|
* Error message to display
|