@splunk/react-ui 4.18.0 → 4.19.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/Accordion.js +6 -6
- package/Anchor.js +2 -2
- package/Animation.js +2 -2
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +4 -4
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +11 -1
- package/Calendar.js +8 -8
- package/Card.js +8 -8
- package/CardLayout.js +2 -2
- package/Chip.js +23 -16
- package/Clickable.js +11 -11
- package/CloseButton.js +2 -2
- package/Code.js +12 -12
- package/CollapsiblePanel.js +4 -4
- package/Color.js +16 -16
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +14 -14
- package/Concertina.js +10 -10
- package/ControlGroup.js +2 -2
- package/Date.js +13 -13
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +13 -13
- package/DualListbox.js +4 -4
- package/EventListener.js +4 -4
- package/File.js +8 -8
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +15 -15
- package/JSONTree.js +14 -14
- package/Layer.js +12 -12
- package/Link.js +4 -4
- package/List.js +2 -2
- package/Markdown.js +16 -16
- package/Menu.js +18 -18
- package/Message.js +21 -21
- package/MessageBar.js +19 -19
- package/Modal.js +11 -11
- package/ModalLayer.js +4 -4
- package/Monogram.js +3 -3
- package/Multiselect.js +34 -34
- package/Number.js +4 -4
- package/Paginator.js +6 -6
- package/Paragraph.js +2 -2
- package/Popover.js +22 -22
- package/Progress.js +4 -4
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +8 -8
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +12 -12
- package/SidePanel.js +4 -4
- package/Slider.js +6 -6
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +4 -4
- package/TabBar.js +4 -4
- package/TabLayout.js +6 -6
- package/Table.js +46 -45
- package/Text.js +23 -21
- package/TextArea.js +23 -21
- package/Tooltip.js +11 -11
- package/TransitionOpen.js +2 -2
- package/Typography.js +4 -4
- package/WaitSpinner.js +2 -2
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +9 -9
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/FormRows/FormRows.d.ts +1 -2
- package/types/src/FormRows/Row.d.ts +2 -12
- package/types/src/FormRows/RowInternal.d.ts +19 -0
- package/types/src/FormRows/SortableList.d.ts +8 -2
- package/types/src/FormRows/SortableRow.d.ts +20 -0
- package/types/src/Heading/Heading.d.ts +1 -1
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +2 -2
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
package/Number.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 203);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
@@ -136,7 +136,7 @@ module.exports = require("react");
|
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 203:
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
@@ -155,7 +155,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
155
155
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
156
156
|
|
|
157
157
|
// EXTERNAL MODULE: external "lodash/has"
|
|
158
|
-
var has_ = __webpack_require__(
|
|
158
|
+
var has_ = __webpack_require__(11);
|
|
159
159
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: external "lodash/isFinite"
|
package/Paginator.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 183);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 147:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-icons/DotsThreeHorizontal");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 183:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -140,7 +140,7 @@ var format_ = __webpack_require__(28);
|
|
|
140
140
|
var i18n_ = __webpack_require__(4);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "@splunk/react-icons/DotsThreeHorizontal"
|
|
143
|
-
var DotsThreeHorizontal_ = __webpack_require__(
|
|
143
|
+
var DotsThreeHorizontal_ = __webpack_require__(147);
|
|
144
144
|
var DotsThreeHorizontal_default = /*#__PURE__*/__webpack_require__.n(DotsThreeHorizontal_);
|
|
145
145
|
|
|
146
146
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -323,7 +323,7 @@ var ChevronLeft_ = __webpack_require__(64);
|
|
|
323
323
|
var ChevronLeft_default = /*#__PURE__*/__webpack_require__.n(ChevronLeft_);
|
|
324
324
|
|
|
325
325
|
// EXTERNAL MODULE: external "@splunk/react-icons/ChevronLeft"
|
|
326
|
-
var react_icons_ChevronLeft_ = __webpack_require__(
|
|
326
|
+
var react_icons_ChevronLeft_ = __webpack_require__(84);
|
|
327
327
|
var react_icons_ChevronLeft_default = /*#__PURE__*/__webpack_require__.n(react_icons_ChevronLeft_);
|
|
328
328
|
|
|
329
329
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronRight"
|
|
@@ -605,7 +605,7 @@ module.exports = require("@splunk/react-icons/enterprise/ChevronLeft");
|
|
|
605
605
|
|
|
606
606
|
/***/ }),
|
|
607
607
|
|
|
608
|
-
/***/
|
|
608
|
+
/***/ 84:
|
|
609
609
|
/***/ (function(module, exports) {
|
|
610
610
|
|
|
611
611
|
module.exports = require("@splunk/react-icons/ChevronLeft");
|
package/Paragraph.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 225);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 225:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/Popover.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 186);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -102,13 +102,6 @@ module.exports = require("prop-types");
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
104
|
/***/ 10:
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("lodash/has");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 11:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -135,24 +128,24 @@ function updateReactRef(ref, current) {
|
|
|
135
128
|
|
|
136
129
|
/***/ }),
|
|
137
130
|
|
|
138
|
-
/***/
|
|
131
|
+
/***/ 11:
|
|
139
132
|
/***/ (function(module, exports) {
|
|
140
133
|
|
|
141
|
-
module.exports = require("lodash/
|
|
134
|
+
module.exports = require("lodash/has");
|
|
142
135
|
|
|
143
136
|
/***/ }),
|
|
144
137
|
|
|
145
138
|
/***/ 148:
|
|
146
139
|
/***/ (function(module, exports) {
|
|
147
140
|
|
|
148
|
-
module.exports = require("lodash/
|
|
141
|
+
module.exports = require("lodash/clamp");
|
|
149
142
|
|
|
150
143
|
/***/ }),
|
|
151
144
|
|
|
152
145
|
/***/ 149:
|
|
153
146
|
/***/ (function(module, exports) {
|
|
154
147
|
|
|
155
|
-
module.exports = require("lodash/
|
|
148
|
+
module.exports = require("lodash/every");
|
|
156
149
|
|
|
157
150
|
/***/ }),
|
|
158
151
|
|
|
@@ -163,6 +156,13 @@ module.exports = require("lodash/includes");
|
|
|
163
156
|
|
|
164
157
|
/***/ }),
|
|
165
158
|
|
|
159
|
+
/***/ 150:
|
|
160
|
+
/***/ (function(module, exports) {
|
|
161
|
+
|
|
162
|
+
module.exports = require("lodash/intersection");
|
|
163
|
+
|
|
164
|
+
/***/ }),
|
|
165
|
+
|
|
166
166
|
/***/ 16:
|
|
167
167
|
/***/ (function(module, exports) {
|
|
168
168
|
|
|
@@ -246,7 +246,7 @@ function getWindow() {
|
|
|
246
246
|
|
|
247
247
|
/***/ }),
|
|
248
248
|
|
|
249
|
-
/***/
|
|
249
|
+
/***/ 186:
|
|
250
250
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
251
251
|
|
|
252
252
|
"use strict";
|
|
@@ -266,10 +266,10 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
266
266
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
267
267
|
|
|
268
268
|
// EXTERNAL MODULE: external "react-dom"
|
|
269
|
-
var external_react_dom_ = __webpack_require__(
|
|
269
|
+
var external_react_dom_ = __webpack_require__(91);
|
|
270
270
|
|
|
271
271
|
// EXTERNAL MODULE: external "lodash/clamp"
|
|
272
|
-
var clamp_ = __webpack_require__(
|
|
272
|
+
var clamp_ = __webpack_require__(148);
|
|
273
273
|
var clamp_default = /*#__PURE__*/__webpack_require__.n(clamp_);
|
|
274
274
|
|
|
275
275
|
// EXTERNAL MODULE: external "lodash/defer"
|
|
@@ -277,11 +277,11 @@ var defer_ = __webpack_require__(55);
|
|
|
277
277
|
var defer_default = /*#__PURE__*/__webpack_require__.n(defer_);
|
|
278
278
|
|
|
279
279
|
// EXTERNAL MODULE: external "lodash/every"
|
|
280
|
-
var every_ = __webpack_require__(
|
|
280
|
+
var every_ = __webpack_require__(149);
|
|
281
281
|
var every_default = /*#__PURE__*/__webpack_require__.n(every_);
|
|
282
282
|
|
|
283
283
|
// EXTERNAL MODULE: external "lodash/has"
|
|
284
|
-
var has_ = __webpack_require__(
|
|
284
|
+
var has_ = __webpack_require__(11);
|
|
285
285
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
286
286
|
|
|
287
287
|
// EXTERNAL MODULE: external "lodash/includes"
|
|
@@ -289,7 +289,7 @@ var includes_ = __webpack_require__(15);
|
|
|
289
289
|
var includes_default = /*#__PURE__*/__webpack_require__.n(includes_);
|
|
290
290
|
|
|
291
291
|
// EXTERNAL MODULE: external "lodash/intersection"
|
|
292
|
-
var intersection_ = __webpack_require__(
|
|
292
|
+
var intersection_ = __webpack_require__(150);
|
|
293
293
|
var intersection_default = /*#__PURE__*/__webpack_require__.n(intersection_);
|
|
294
294
|
|
|
295
295
|
// EXTERNAL MODULE: external "lodash/isFinite"
|
|
@@ -323,7 +323,7 @@ var EventListener_ = __webpack_require__(16);
|
|
|
323
323
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
324
324
|
|
|
325
325
|
// EXTERNAL MODULE: external "@splunk/react-ui/Layer"
|
|
326
|
-
var Layer_ = __webpack_require__(
|
|
326
|
+
var Layer_ = __webpack_require__(83);
|
|
327
327
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
328
328
|
|
|
329
329
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
@@ -833,7 +833,7 @@ var PopoverHitArea = /*#__PURE__*/external_react_default.a.forwardRef(function (
|
|
|
833
833
|
PopoverHitArea.propTypes = propTypes;
|
|
834
834
|
/* harmony default export */ var Popover_PopoverHitArea = (PopoverHitArea);
|
|
835
835
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
836
|
-
var updateReactRef = __webpack_require__(
|
|
836
|
+
var updateReactRef = __webpack_require__(10);
|
|
837
837
|
|
|
838
838
|
// EXTERNAL MODULE: ./src/utils/ssrWindow.ts
|
|
839
839
|
var ssrWindow = __webpack_require__(18);
|
|
@@ -1645,7 +1645,7 @@ module.exports = require("lodash/isFunction");
|
|
|
1645
1645
|
|
|
1646
1646
|
/***/ }),
|
|
1647
1647
|
|
|
1648
|
-
/***/
|
|
1648
|
+
/***/ 83:
|
|
1649
1649
|
/***/ (function(module, exports) {
|
|
1650
1650
|
|
|
1651
1651
|
module.exports = require("@splunk/react-ui/Layer");
|
|
@@ -1659,7 +1659,7 @@ module.exports = require("lodash/keys");
|
|
|
1659
1659
|
|
|
1660
1660
|
/***/ }),
|
|
1661
1661
|
|
|
1662
|
-
/***/
|
|
1662
|
+
/***/ 91:
|
|
1663
1663
|
/***/ (function(module, exports) {
|
|
1664
1664
|
|
|
1665
1665
|
module.exports = require("react-dom");
|
package/Progress.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 226);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 226:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -127,7 +127,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
127
127
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "lodash/isNumber"
|
|
130
|
-
var isNumber_ = __webpack_require__(
|
|
130
|
+
var isNumber_ = __webpack_require__(75);
|
|
131
131
|
var isNumber_default = /*#__PURE__*/__webpack_require__.n(isNumber_);
|
|
132
132
|
|
|
133
133
|
// EXTERNAL MODULE: external "@splunk/react-ui/AnimationToggle"
|
|
@@ -355,7 +355,7 @@ module.exports = require("tinycolor2");
|
|
|
355
355
|
|
|
356
356
|
/***/ }),
|
|
357
357
|
|
|
358
|
-
/***/
|
|
358
|
+
/***/ 75:
|
|
359
359
|
/***/ (function(module, exports) {
|
|
360
360
|
|
|
361
361
|
module.exports = require("lodash/isNumber");
|
package/RadioBar.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 187);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
@@ -122,7 +122,7 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 187:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -142,7 +142,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
142
142
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "lodash/has"
|
|
145
|
-
var has_ = __webpack_require__(
|
|
145
|
+
var has_ = __webpack_require__(11);
|
|
146
146
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "lodash/omit"
|
package/RadioList.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 188);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 188:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Resize.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 227);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -149,7 +149,7 @@ module.exports = require("react");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 227:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -279,7 +279,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
|
|
|
279
279
|
}));
|
|
280
280
|
|
|
281
281
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
282
|
-
var updateReactRef = __webpack_require__(
|
|
282
|
+
var updateReactRef = __webpack_require__(10);
|
|
283
283
|
|
|
284
284
|
// CONCATENATED MODULE: ./src/Resize/Resize.tsx
|
|
285
285
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
package/ResultsMenu.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 228);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -135,14 +135,14 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 151:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("@splunk/ui-utils/userAgent");
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 152:
|
|
146
146
|
/***/ (function(module, exports) {
|
|
147
147
|
|
|
148
148
|
module.exports = require("@splunk/react-ui/WaitSpinner");
|
|
@@ -156,7 +156,7 @@ module.exports = require("react");
|
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/
|
|
159
|
+
/***/ 228:
|
|
160
160
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
161
|
|
|
162
162
|
"use strict";
|
|
@@ -186,7 +186,7 @@ var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
|
186
186
|
var i18n_ = __webpack_require__(4);
|
|
187
187
|
|
|
188
188
|
// EXTERNAL MODULE: external "@splunk/ui-utils/userAgent"
|
|
189
|
-
var userAgent_ = __webpack_require__(
|
|
189
|
+
var userAgent_ = __webpack_require__(151);
|
|
190
190
|
|
|
191
191
|
// EXTERNAL MODULE: external "@splunk/react-ui/Menu"
|
|
192
192
|
var Menu_ = __webpack_require__(13);
|
|
@@ -197,7 +197,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
197
197
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
198
198
|
|
|
199
199
|
// EXTERNAL MODULE: external "@splunk/react-ui/WaitSpinner"
|
|
200
|
-
var WaitSpinner_ = __webpack_require__(
|
|
200
|
+
var WaitSpinner_ = __webpack_require__(152);
|
|
201
201
|
var WaitSpinner_default = /*#__PURE__*/__webpack_require__.n(WaitSpinner_);
|
|
202
202
|
|
|
203
203
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -258,7 +258,7 @@ var StyledLoadingMessage = external_styled_components_default.a.div.withConfig({
|
|
|
258
258
|
}));
|
|
259
259
|
|
|
260
260
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
261
|
-
var updateReactRef = __webpack_require__(
|
|
261
|
+
var updateReactRef = __webpack_require__(10);
|
|
262
262
|
|
|
263
263
|
// CONCATENATED MODULE: ./src/ResultsMenu/ResultsMenu.tsx
|
|
264
264
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
package/ScreenReaderContent.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 229);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 229:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/Scroll.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 204);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -149,7 +149,7 @@ module.exports = require("react");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 204:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -200,7 +200,7 @@ var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
|
200
200
|
var ScrollContainerContext_ = __webpack_require__(50);
|
|
201
201
|
|
|
202
202
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
203
|
-
var updateReactRef = __webpack_require__(
|
|
203
|
+
var updateReactRef = __webpack_require__(10);
|
|
204
204
|
|
|
205
205
|
// CONCATENATED MODULE: ./src/Scroll/Inner.tsx
|
|
206
206
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 240);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -170,7 +170,7 @@ module.exports = require("react");
|
|
|
170
170
|
|
|
171
171
|
/***/ }),
|
|
172
172
|
|
|
173
|
-
/***/
|
|
173
|
+
/***/ 240:
|
|
174
174
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
175
175
|
|
|
176
176
|
"use strict";
|
package/Search.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 230);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -95,13 +95,6 @@ module.exports = require("prop-types");
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
97
|
/***/ 10:
|
|
98
|
-
/***/ (function(module, exports) {
|
|
99
|
-
|
|
100
|
-
module.exports = require("lodash/has");
|
|
101
|
-
|
|
102
|
-
/***/ }),
|
|
103
|
-
|
|
104
|
-
/***/ 11:
|
|
105
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
99
|
|
|
107
100
|
"use strict";
|
|
@@ -126,6 +119,13 @@ function updateReactRef(ref, current) {
|
|
|
126
119
|
|
|
127
120
|
|
|
128
121
|
|
|
122
|
+
/***/ }),
|
|
123
|
+
|
|
124
|
+
/***/ 11:
|
|
125
|
+
/***/ (function(module, exports) {
|
|
126
|
+
|
|
127
|
+
module.exports = require("lodash/has");
|
|
128
|
+
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
131
|
/***/ 13:
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 153:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("@splunk/react-ui/usePrevious");
|
|
@@ -156,7 +156,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/
|
|
159
|
+
/***/ 230:
|
|
160
160
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
161
|
|
|
162
162
|
"use strict";
|
|
@@ -182,7 +182,7 @@ var extend_ = __webpack_require__(49);
|
|
|
182
182
|
var extend_default = /*#__PURE__*/__webpack_require__.n(extend_);
|
|
183
183
|
|
|
184
184
|
// EXTERNAL MODULE: external "lodash/has"
|
|
185
|
-
var has_ = __webpack_require__(
|
|
185
|
+
var has_ = __webpack_require__(11);
|
|
186
186
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
187
187
|
|
|
188
188
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -206,7 +206,7 @@ var keyboard_ = __webpack_require__(7);
|
|
|
206
206
|
var Menu_ = __webpack_require__(13);
|
|
207
207
|
|
|
208
208
|
// EXTERNAL MODULE: external "@splunk/react-ui/usePrevious"
|
|
209
|
-
var usePrevious_ = __webpack_require__(
|
|
209
|
+
var usePrevious_ = __webpack_require__(153);
|
|
210
210
|
var usePrevious_default = /*#__PURE__*/__webpack_require__.n(usePrevious_);
|
|
211
211
|
|
|
212
212
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -359,7 +359,7 @@ _defineProperty(Option_Option, "type", Menu_["Item"]);
|
|
|
359
359
|
|
|
360
360
|
/* harmony default export */ var Search_Option = (Option_Option);
|
|
361
361
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
362
|
-
var updateReactRef = __webpack_require__(
|
|
362
|
+
var updateReactRef = __webpack_require__(10);
|
|
363
363
|
|
|
364
364
|
// CONCATENATED MODULE: ./src/Search/Search.tsx
|
|
365
365
|
function Search_extends() { Search_extends = Object.assign || 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 Search_extends.apply(this, arguments); }
|
|
@@ -652,7 +652,7 @@ function Search(_ref2) {
|
|
|
652
652
|
var handleRequestClose = function handleRequestClose(_ref4) {
|
|
653
653
|
var event = _ref4.event,
|
|
654
654
|
reason = _ref4.reason;
|
|
655
|
-
var shouldClose = reason === 'offScreen' || reason === 'escapeKey' || reason === 'clickAway' &&
|
|
655
|
+
var shouldClose = reason === 'offScreen' || reason === 'escapeKey' || reason === 'clickAway' && anchorRef.current && !containsEvent(anchorRef.current, event);
|
|
656
656
|
|
|
657
657
|
if (shouldClose) {
|
|
658
658
|
requestClose();
|