@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/Color.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 = 178);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,21 +101,21 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 106:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
|
-
module.exports = require("lodash/
|
|
107
|
+
module.exports = require("lodash/slice");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 11:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
|
-
module.exports = require("lodash/
|
|
114
|
+
module.exports = require("lodash/has");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 116:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("lodash/startsWith");
|
|
@@ -129,14 +129,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 126:
|
|
133
133
|
/***/ (function(module, exports) {
|
|
134
134
|
|
|
135
135
|
module.exports = require("lodash/memoize");
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 127:
|
|
140
140
|
/***/ (function(module, exports) {
|
|
141
141
|
|
|
142
142
|
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
@@ -157,7 +157,7 @@ module.exports = require("lodash/includes");
|
|
|
157
157
|
|
|
158
158
|
/***/ }),
|
|
159
159
|
|
|
160
|
-
/***/
|
|
160
|
+
/***/ 178:
|
|
161
161
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
162
162
|
|
|
163
163
|
"use strict";
|
|
@@ -182,7 +182,7 @@ var debounce_ = __webpack_require__(66);
|
|
|
182
182
|
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce_);
|
|
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/includes"
|
|
@@ -198,11 +198,11 @@ var omit_ = __webpack_require__(5);
|
|
|
198
198
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
199
199
|
|
|
200
200
|
// EXTERNAL MODULE: external "lodash/slice"
|
|
201
|
-
var slice_ = __webpack_require__(
|
|
201
|
+
var slice_ = __webpack_require__(106);
|
|
202
202
|
var slice_default = /*#__PURE__*/__webpack_require__.n(slice_);
|
|
203
203
|
|
|
204
204
|
// EXTERNAL MODULE: external "lodash/startsWith"
|
|
205
|
-
var startsWith_ = __webpack_require__(
|
|
205
|
+
var startsWith_ = __webpack_require__(116);
|
|
206
206
|
var startsWith_default = /*#__PURE__*/__webpack_require__.n(startsWith_);
|
|
207
207
|
|
|
208
208
|
// EXTERNAL MODULE: external "lodash/toLower"
|
|
@@ -210,7 +210,7 @@ var toLower_ = __webpack_require__(34);
|
|
|
210
210
|
var toLower_default = /*#__PURE__*/__webpack_require__.n(toLower_);
|
|
211
211
|
|
|
212
212
|
// EXTERNAL MODULE: external "lodash/memoize"
|
|
213
|
-
var memoize_ = __webpack_require__(
|
|
213
|
+
var memoize_ = __webpack_require__(126);
|
|
214
214
|
var memoize_default = /*#__PURE__*/__webpack_require__.n(memoize_);
|
|
215
215
|
|
|
216
216
|
// EXTERNAL MODULE: external "tinycolor2"
|
|
@@ -246,7 +246,7 @@ var ScreenReaderContent_ = __webpack_require__(14);
|
|
|
246
246
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
247
247
|
|
|
248
248
|
// EXTERNAL MODULE: external "@splunk/react-icons/Checkmark"
|
|
249
|
-
var Checkmark_ = __webpack_require__(
|
|
249
|
+
var Checkmark_ = __webpack_require__(76);
|
|
250
250
|
var Checkmark_default = /*#__PURE__*/__webpack_require__.n(Checkmark_);
|
|
251
251
|
|
|
252
252
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
@@ -432,7 +432,7 @@ var StyledToggleSwatch = external_styled_components_default()(Color_Swatch).with
|
|
|
432
432
|
}));
|
|
433
433
|
|
|
434
434
|
// EXTERNAL MODULE: external "@splunk/react-icons/ChevronDown"
|
|
435
|
-
var ChevronDown_ = __webpack_require__(
|
|
435
|
+
var ChevronDown_ = __webpack_require__(127);
|
|
436
436
|
var ChevronDown_default = /*#__PURE__*/__webpack_require__.n(ChevronDown_);
|
|
437
437
|
|
|
438
438
|
// CONCATENATED MODULE: ./src/Color/PaletteStyles.ts
|
|
@@ -1299,7 +1299,7 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
1299
1299
|
|
|
1300
1300
|
/***/ }),
|
|
1301
1301
|
|
|
1302
|
-
/***/
|
|
1302
|
+
/***/ 76:
|
|
1303
1303
|
/***/ (function(module, exports) {
|
|
1304
1304
|
|
|
1305
1305
|
module.exports = require("@splunk/react-icons/Checkmark");
|
package/ColumnLayout.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 = 179);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 110:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/defaults");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 179:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -133,7 +133,7 @@ var useSplunkTheme_ = __webpack_require__(68);
|
|
|
133
133
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
134
134
|
|
|
135
135
|
// EXTERNAL MODULE: external "lodash/defaults"
|
|
136
|
-
var defaults_ = __webpack_require__(
|
|
136
|
+
var defaults_ = __webpack_require__(110);
|
|
137
137
|
var defaults_default = /*#__PURE__*/__webpack_require__.n(defaults_);
|
|
138
138
|
|
|
139
139
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -152,7 +152,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
152
152
|
})(["", ";"], themes_["mixins"].reset('block'));
|
|
153
153
|
|
|
154
154
|
// EXTERNAL MODULE: ./src/utils/types.ts
|
|
155
|
-
var types = __webpack_require__(
|
|
155
|
+
var types = __webpack_require__(77);
|
|
156
156
|
|
|
157
157
|
// CONCATENATED MODULE: ./src/ColumnLayout/Column.tsx
|
|
158
158
|
function _extends() { _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 _extends.apply(this, arguments); }
|
|
@@ -443,7 +443,7 @@ module.exports = require("@splunk/themes/useSplunkTheme");
|
|
|
443
443
|
|
|
444
444
|
/***/ }),
|
|
445
445
|
|
|
446
|
-
/***/
|
|
446
|
+
/***/ 77:
|
|
447
447
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
448
448
|
|
|
449
449
|
"use strict";
|
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");
|
|
@@ -156,7 +156,7 @@ 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,11 +180,11 @@ 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"
|
|
@@ -381,7 +381,7 @@ var Box_ = __webpack_require__(6);
|
|
|
381
381
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
382
382
|
|
|
383
383
|
// EXTERNAL MODULE: external "@splunk/react-ui/Scroll"
|
|
384
|
-
var Scroll_ = __webpack_require__(
|
|
384
|
+
var Scroll_ = __webpack_require__(87);
|
|
385
385
|
var Scroll_default = /*#__PURE__*/__webpack_require__.n(Scroll_);
|
|
386
386
|
|
|
387
387
|
// CONCATENATED MODULE: ./src/Concertina/ConcertinaStyles.ts
|
|
@@ -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
|
|
|
@@ -958,7 +958,7 @@ module.exports = require("lodash/debounce");
|
|
|
958
958
|
|
|
959
959
|
/***/ }),
|
|
960
960
|
|
|
961
|
-
/***/
|
|
961
|
+
/***/ 87:
|
|
962
962
|
/***/ (function(module, exports) {
|
|
963
963
|
|
|
964
964
|
module.exports = require("@splunk/react-ui/Scroll");
|
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";
|
|
@@ -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
|
/***/ 15:
|
|
@@ -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,7 +169,7 @@ 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"
|
|
@@ -177,7 +177,7 @@ var includes_ = __webpack_require__(15);
|
|
|
177
177
|
var includes_default = /*#__PURE__*/__webpack_require__.n(includes_);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "lodash/isEmpty"
|
|
180
|
-
var isEmpty_ = __webpack_require__(
|
|
180
|
+
var isEmpty_ = __webpack_require__(88);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "lodash/isFunction"
|
|
183
183
|
var isFunction_ = __webpack_require__(69);
|
|
@@ -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); }
|
|
@@ -558,7 +558,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
558
558
|
|
|
559
559
|
/***/ }),
|
|
560
560
|
|
|
561
|
-
/***/
|
|
561
|
+
/***/ 88:
|
|
562
562
|
/***/ (function(module, exports) {
|
|
563
563
|
|
|
564
564
|
module.exports = require("lodash/isEmpty");
|
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";
|
|
@@ -255,7 +255,7 @@ var findNextValue = function findNextValue(index, originalValues, removedValues)
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
// EXTERNAL MODULE: ./src/utils/scrollIntoViewIfNeeded.ts
|
|
258
|
-
var scrollIntoViewIfNeeded = __webpack_require__(
|
|
258
|
+
var scrollIntoViewIfNeeded = __webpack_require__(89);
|
|
259
259
|
|
|
260
260
|
// EXTERNAL MODULE: ./src/utils/fuzzyMatch.ts
|
|
261
261
|
var fuzzyMatch = __webpack_require__(56);
|
|
@@ -1751,7 +1751,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
1751
1751
|
|
|
1752
1752
|
/***/ }),
|
|
1753
1753
|
|
|
1754
|
-
/***/
|
|
1754
|
+
/***/ 89:
|
|
1755
1755
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1756
1756
|
|
|
1757
1757
|
"use strict";
|
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
|