@splunk/react-ui 4.17.1 → 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 +5 -5
- package/Box.js +2 -2
- package/Button.js +4 -4
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +28 -2
- 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 +209 -182
- 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 +9 -6
- package/EventListener.js +4 -4
- package/File.js +13 -13
- package/FormRows.js +264 -103
- package/Heading.js +50 -50
- package/Image.js +15 -15
- package/JSONTree.js +38 -36
- package/Layer.js +10 -10
- package/Link.js +2 -2
- package/List.js +9 -6
- package/MIGRATION.mdx +295 -0
- package/Markdown.js +24 -19
- package/Menu.js +12 -12
- package/Message.js +4 -4
- package/MessageBar.js +2 -2
- package/Modal.js +4 -4
- package/ModalLayer.js +4 -4
- package/Monogram.js +3 -3
- package/Multiselect.js +33 -33
- package/Number.js +7 -6
- package/Paginator.js +6 -6
- package/Paragraph.js +2 -2
- package/Popover.js +31 -27
- package/Progress.js +4 -4
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +6 -6
- package/ResultsMenu.js +8 -8
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +2 -2
- package/Search.js +14 -14
- package/Select.js +12 -12
- package/SidePanel.js +2 -2
- package/Slider.js +10 -10
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +2 -2
- package/Switch.js +2 -2
- package/TabBar.js +68 -51
- package/TabLayout.js +6 -6
- package/Table.js +51 -50
- package/Text.js +25 -23
- package/TextArea.js +24 -22
- 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 +14 -19
- package/stubs-dependencies.d.ts +0 -9
- package/types/src/Button/Button.d.ts +5 -3
- package/types/src/Clickable/Clickable.d.ts +2 -1
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +1 -0
- package/types/src/Color/Color.d.ts +6 -6
- package/types/src/Color/Palette.d.ts +46 -0
- package/types/src/Concertina/Panel.d.ts +1 -0
- package/types/src/FormRows/FormRows.d.ts +1 -2
- package/types/src/FormRows/Row.d.ts +3 -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 +8 -3
- package/types/src/JSONTree/JSONTree.d.ts +2 -1
- package/types/src/Layer/Layer.d.ts +2 -0
- package/types/src/List/List.d.ts +9 -1
- package/types/src/List/docs/examples/CustomizedList.d.ts +2 -0
- package/types/src/List/docs/examples/OrderedList.d.ts +2 -0
- package/types/src/List/docs/examples/UnorderedList.d.ts +2 -0
- package/types/src/Markdown/Markdown.d.ts +1 -0
- package/types/src/Markdown/renderers/MarkdownList.d.ts +2 -0
- package/types/src/Number/Number.d.ts +9 -4
- package/types/src/Popover/Popover.d.ts +2 -0
- package/types/src/TabBar/Tab.d.ts +2 -0
- package/types/src/Table/Head.d.ts +1 -0
- package/types/src/Table/HeadCell.d.ts +1 -0
- package/types/src/Table/HeadDropdownCell.d.ts +1 -0
- package/types/src/Table/Table.d.ts +3 -1
- package/types/src/Text/Text.d.ts +3 -1
- package/types/src/TextArea/TextArea.d.ts +2 -0
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +2 -2
- package/MIGRATION.md +0 -49
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
- package/types/src/List/docs/examples/Decimal.d.ts +0 -2
- package/types/src/List/docs/examples/Disc.d.ts +0 -2
- package/types/src/List/docs/examples/LowerAlpha.d.ts +0 -2
- package/types/src/List/docs/examples/UpperAlpha.d.ts +0 -2
package/ComboBox.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 = 218);
|
|
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";
|
|
@@ -128,7 +121,14 @@ function updateReactRef(ref, current) {
|
|
|
128
121
|
|
|
129
122
|
/***/ }),
|
|
130
123
|
|
|
131
|
-
/***/
|
|
124
|
+
/***/ 11:
|
|
125
|
+
/***/ (function(module, exports) {
|
|
126
|
+
|
|
127
|
+
module.exports = require("lodash/has");
|
|
128
|
+
|
|
129
|
+
/***/ }),
|
|
130
|
+
|
|
131
|
+
/***/ 128:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("lodash/some");
|
|
@@ -156,7 +156,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/
|
|
159
|
+
/***/ 218:
|
|
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"
|
|
@@ -194,7 +194,7 @@ var pick_ = __webpack_require__(41);
|
|
|
194
194
|
var pick_default = /*#__PURE__*/__webpack_require__.n(pick_);
|
|
195
195
|
|
|
196
196
|
// EXTERNAL MODULE: external "lodash/some"
|
|
197
|
-
var some_ = __webpack_require__(
|
|
197
|
+
var some_ = __webpack_require__(128);
|
|
198
198
|
var some_default = /*#__PURE__*/__webpack_require__.n(some_);
|
|
199
199
|
|
|
200
200
|
// EXTERNAL MODULE: external "@splunk/ui-utils/filter"
|
|
@@ -364,7 +364,7 @@ _defineProperty(Option_Option, "defaultProps", defaultProps);
|
|
|
364
364
|
|
|
365
365
|
/* harmony default export */ var ComboBox_Option = (Option_Option);
|
|
366
366
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
367
|
-
var updateReactRef = __webpack_require__(
|
|
367
|
+
var updateReactRef = __webpack_require__(10);
|
|
368
368
|
|
|
369
369
|
// CONCATENATED MODULE: ./src/ComboBox/ComboBox.tsx
|
|
370
370
|
function ComboBox_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { ComboBox_typeof = function _typeof(obj) { return typeof obj; }; } else { ComboBox_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return ComboBox_typeof(obj); }
|
|
@@ -654,7 +654,7 @@ var ComboBox_ComboBox = /*#__PURE__*/function (_Component) {
|
|
|
654
654
|
ComboBox_defineProperty(ComboBox_assertThisInitialized(_this), "handleRequestClose", function (_ref3) {
|
|
655
655
|
var event = _ref3.event,
|
|
656
656
|
reason = _ref3.reason;
|
|
657
|
-
var shouldClose = reason === 'offScreen' || reason === 'escapeKey' || reason === 'clickAway' && _this.
|
|
657
|
+
var shouldClose = reason === 'offScreen' || reason === 'escapeKey' || reason === 'clickAway' && _this.state.anchor && !containsEvent(_this.state.anchor, event);
|
|
658
658
|
|
|
659
659
|
if (shouldClose) {
|
|
660
660
|
_this.close();
|
package/Concertina.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 = 180);
|
|
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";
|
|
@@ -128,14 +128,14 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 117:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("lodash/take");
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 118:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("lodash/takeRight");
|
|
@@ -149,14 +149,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 16:
|
|
153
153
|
/***/ (function(module, exports) {
|
|
154
154
|
|
|
155
155
|
module.exports = require("@splunk/react-ui/EventListener");
|
|
156
156
|
|
|
157
157
|
/***/ }),
|
|
158
158
|
|
|
159
|
-
/***/
|
|
159
|
+
/***/ 180:
|
|
160
160
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
161
|
|
|
162
162
|
"use strict";
|
|
@@ -180,15 +180,15 @@ var debounce_ = __webpack_require__(66);
|
|
|
180
180
|
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce_);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "lodash/take"
|
|
183
|
-
var take_ = __webpack_require__(
|
|
183
|
+
var take_ = __webpack_require__(117);
|
|
184
184
|
var take_default = /*#__PURE__*/__webpack_require__.n(take_);
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: external "lodash/takeRight"
|
|
187
|
-
var takeRight_ = __webpack_require__(
|
|
187
|
+
var takeRight_ = __webpack_require__(118);
|
|
188
188
|
var takeRight_default = /*#__PURE__*/__webpack_require__.n(takeRight_);
|
|
189
189
|
|
|
190
190
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
191
|
-
var EventListener_ = __webpack_require__(
|
|
191
|
+
var EventListener_ = __webpack_require__(16);
|
|
192
192
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
193
193
|
|
|
194
194
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -421,7 +421,7 @@ var StyledPanelBody = external_styled_components_default.a.div.withConfig({
|
|
|
421
421
|
}));
|
|
422
422
|
|
|
423
423
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
424
|
-
var updateReactRef = __webpack_require__(
|
|
424
|
+
var updateReactRef = __webpack_require__(10);
|
|
425
425
|
|
|
426
426
|
// CONCATENATED MODULE: ./src/Concertina/ConcertinaContext.tsx
|
|
427
427
|
|
package/ControlGroup.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 = 198);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("lodash/isFinite");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 198:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
package/Date.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 = 199);
|
|
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,14 +128,21 @@ function updateReactRef(ref, current) {
|
|
|
135
128
|
|
|
136
129
|
/***/ }),
|
|
137
130
|
|
|
138
|
-
/***/
|
|
131
|
+
/***/ 11:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("lodash/has");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 129:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("@splunk/react-ui/Calendar");
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 199:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -162,7 +162,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
162
162
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: external "lodash/has"
|
|
165
|
-
var has_ = __webpack_require__(
|
|
165
|
+
var has_ = __webpack_require__(11);
|
|
166
166
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
167
167
|
|
|
168
168
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -180,7 +180,7 @@ var id_ = __webpack_require__(8);
|
|
|
180
180
|
var keyboard_ = __webpack_require__(7);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "@splunk/react-ui/Calendar"
|
|
183
|
-
var Calendar_ = __webpack_require__(
|
|
183
|
+
var Calendar_ = __webpack_require__(129);
|
|
184
184
|
var Calendar_default = /*#__PURE__*/__webpack_require__.n(Calendar_);
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -250,7 +250,7 @@ function CalendarIcon(props) {
|
|
|
250
250
|
}));
|
|
251
251
|
}
|
|
252
252
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
253
|
-
var updateReactRef = __webpack_require__(
|
|
253
|
+
var updateReactRef = __webpack_require__(10);
|
|
254
254
|
|
|
255
255
|
// CONCATENATED MODULE: ./src/Date/Date.tsx
|
|
256
256
|
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/DefinitionList.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 = 181);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 181:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Divider.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 = 219);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 219:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/Dropdown.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 = 238);
|
|
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";
|
|
@@ -128,7 +121,14 @@ function updateReactRef(ref, current) {
|
|
|
128
121
|
|
|
129
122
|
/***/ }),
|
|
130
123
|
|
|
131
|
-
/***/
|
|
124
|
+
/***/ 11:
|
|
125
|
+
/***/ (function(module, exports) {
|
|
126
|
+
|
|
127
|
+
module.exports = require("lodash/has");
|
|
128
|
+
|
|
129
|
+
/***/ }),
|
|
130
|
+
|
|
131
|
+
/***/ 15:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("lodash/includes");
|
|
@@ -149,7 +149,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 238:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -169,11 +169,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
169
169
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: external "lodash/has"
|
|
172
|
-
var has_ = __webpack_require__(
|
|
172
|
+
var has_ = __webpack_require__(11);
|
|
173
173
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "lodash/includes"
|
|
176
|
-
var includes_ = __webpack_require__(
|
|
176
|
+
var includes_ = __webpack_require__(15);
|
|
177
177
|
var includes_default = /*#__PURE__*/__webpack_require__.n(includes_);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "lodash/isEmpty"
|
|
@@ -202,7 +202,7 @@ var Popover_ = __webpack_require__(21);
|
|
|
202
202
|
var Popover_default = /*#__PURE__*/__webpack_require__.n(Popover_);
|
|
203
203
|
|
|
204
204
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
205
|
-
var updateReactRef = __webpack_require__(
|
|
205
|
+
var updateReactRef = __webpack_require__(10);
|
|
206
206
|
|
|
207
207
|
// CONCATENATED MODULE: ./src/Dropdown/Dropdown.tsx
|
|
208
208
|
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/DualListbox.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 = 170);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 170:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -1455,10 +1455,13 @@ function DualListbox(_ref) {
|
|
|
1455
1455
|
break;
|
|
1456
1456
|
|
|
1457
1457
|
case 'space':
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1458
|
+
if (activeValue != null) {
|
|
1459
|
+
handleSingleSelection(event, {
|
|
1460
|
+
name: name,
|
|
1461
|
+
value: activeValue
|
|
1462
|
+
});
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1462
1465
|
break;
|
|
1463
1466
|
|
|
1464
1467
|
case 'enter':
|
package/EventListener.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 = 239);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 130:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("use-typed-event-listener");
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 239:
|
|
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 "use-typed-event-listener"
|
|
130
|
-
var external_use_typed_event_listener_ = __webpack_require__(
|
|
130
|
+
var external_use_typed_event_listener_ = __webpack_require__(130);
|
|
131
131
|
var external_use_typed_event_listener_default = /*#__PURE__*/__webpack_require__.n(external_use_typed_event_listener_);
|
|
132
132
|
|
|
133
133
|
// CONCATENATED MODULE: ./src/EventListener/EventListener.tsx
|
package/File.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 = 173);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,28 +108,28 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 131:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/toUpper");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 132:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("@splunk/react-ui/Progress");
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 16:
|
|
126
126
|
/***/ (function(module, exports) {
|
|
127
127
|
|
|
128
128
|
module.exports = require("@splunk/react-ui/EventListener");
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 173:
|
|
133
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
134
|
|
|
135
135
|
"use strict";
|
|
@@ -157,7 +157,7 @@ var omit_ = __webpack_require__(5);
|
|
|
157
157
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "lodash/toUpper"
|
|
160
|
-
var toUpper_ = __webpack_require__(
|
|
160
|
+
var toUpper_ = __webpack_require__(131);
|
|
161
161
|
var toUpper_default = /*#__PURE__*/__webpack_require__.n(toUpper_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "lodash/isString"
|
|
@@ -165,7 +165,7 @@ var isString_ = __webpack_require__(23);
|
|
|
165
165
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString_);
|
|
166
166
|
|
|
167
167
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
168
|
-
var EventListener_ = __webpack_require__(
|
|
168
|
+
var EventListener_ = __webpack_require__(16);
|
|
169
169
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -190,7 +190,7 @@ var Close_ = __webpack_require__(26);
|
|
|
190
190
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
191
191
|
|
|
192
192
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
193
|
-
var Progress_ = __webpack_require__(
|
|
193
|
+
var Progress_ = __webpack_require__(132);
|
|
194
194
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
195
195
|
|
|
196
196
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
@@ -278,7 +278,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
278
278
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
279
279
|
|
|
280
280
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
281
|
-
var mixins_ = __webpack_require__(
|
|
281
|
+
var mixins_ = __webpack_require__(81);
|
|
282
282
|
|
|
283
283
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
284
284
|
|
|
@@ -1169,17 +1169,17 @@ module.exports = require("lodash/debounce");
|
|
|
1169
1169
|
|
|
1170
1170
|
/***/ }),
|
|
1171
1171
|
|
|
1172
|
-
/***/
|
|
1172
|
+
/***/ 8:
|
|
1173
1173
|
/***/ (function(module, exports) {
|
|
1174
1174
|
|
|
1175
|
-
module.exports = require("@splunk/
|
|
1175
|
+
module.exports = require("@splunk/ui-utils/id");
|
|
1176
1176
|
|
|
1177
1177
|
/***/ }),
|
|
1178
1178
|
|
|
1179
|
-
/***/
|
|
1179
|
+
/***/ 81:
|
|
1180
1180
|
/***/ (function(module, exports) {
|
|
1181
1181
|
|
|
1182
|
-
module.exports = require("@splunk/
|
|
1182
|
+
module.exports = require("@splunk/themes/mixins");
|
|
1183
1183
|
|
|
1184
1184
|
/***/ })
|
|
1185
1185
|
|