@splunk/react-ui 4.16.2 → 4.17.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 +13 -13
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +98 -244
- package/ButtonGroup.js +4 -4
- package/ButtonSimple.js +6 -6
- package/CHANGELOG.md +50 -2
- package/Calendar.js +73 -274
- package/Card.js +75 -227
- package/CardLayout.js +2 -2
- package/Chip.js +40 -211
- package/Clickable.js +10 -10
- package/CloseButton.js +34 -202
- package/Code.js +27 -20
- package/CollapsiblePanel.js +74 -228
- package/Color.js +62 -319
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +32 -32
- package/Concertina.js +38 -38
- package/ControlGroup.js +20 -20
- package/Date.js +22 -22
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +29 -29
- package/DualListbox.d.ts +2 -0
- package/DualListbox.js +1780 -0
- package/EventListener.js +4 -4
- package/File.js +85 -250
- package/FormRows.js +60 -215
- package/Heading.js +39 -27
- package/Image.js +73 -227
- package/JSONTree.js +18 -18
- package/Layer.js +30 -30
- package/Link.js +60 -28
- package/List.js +9 -9
- package/MIGRATION.md +28 -0
- package/Markdown.js +21 -21
- package/Menu.js +180 -371
- package/Message.js +137 -407
- package/MessageBar.js +168 -398
- package/Modal.js +31 -31
- package/ModalLayer.js +6 -6
- package/Monogram.js +4 -4
- package/Multiselect.js +2297 -2525
- package/Number.js +32 -32
- package/Paginator.js +92 -321
- package/Paragraph.js +2 -2
- package/Popover.js +287 -136
- package/Progress.js +15 -15
- package/RadioBar.js +23 -19
- package/RadioList.js +13 -12
- package/Resize.js +18 -18
- package/ResultsMenu.js +21 -21
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +33 -33
- package/ScrollContainerContext.js +13 -13
- package/Search.js +34 -32
- package/Select.js +220 -367
- package/SidePanel.js +12 -12
- package/Slider.js +28 -28
- package/SlidingPanels.js +29 -29
- package/SplitButton.js +59 -62
- package/StaticContent.js +4 -4
- package/StepBar.js +35 -238
- package/Switch.js +23 -23
- package/TabBar.js +30 -44
- package/TabLayout.js +30 -28
- package/Table.js +292 -586
- package/Text.js +109 -322
- package/TextArea.js +160 -366
- package/Tooltip.js +28 -132
- package/TransitionOpen.js +21 -21
- package/Typography.js +32 -28
- package/WaitSpinner.js +2 -2
- package/docker-compose.yml +19 -7
- package/package.json +10 -11
- package/stubs-splunkui.d.ts +4 -1
- package/types/src/Button/icons/CaretSmallDown.d.ts +2 -0
- package/types/src/Button/icons/External.d.ts +2 -0
- package/types/src/Code/Code.d.ts +6 -1
- package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +0 -1
- package/types/src/CollapsiblePanel/icons/ExpandPanel.d.ts +11 -0
- package/types/src/Date/Icon.d.ts +1 -1
- package/types/src/Dropdown/docs/examples/Submenu.d.ts +2 -0
- package/types/src/DualListbox/DualListbox.d.ts +87 -0
- package/types/src/DualListbox/DualListboxContext.d.ts +27 -0
- package/types/src/DualListbox/Label.d.ts +37 -0
- package/types/src/DualListbox/Listbox.d.ts +54 -0
- package/types/src/DualListbox/ListboxContext.d.ts +32 -0
- package/types/src/DualListbox/Option.d.ts +35 -0
- package/types/src/DualListbox/ScreenReaderWrapper.d.ts +4 -0
- package/types/src/DualListbox/ToolbarButton.d.ts +38 -0
- package/types/src/DualListbox/ToolbarContext.d.ts +21 -0
- package/types/src/DualListbox/docs/examples/Basic.d.ts +2 -0
- package/types/src/DualListbox/docs/examples/Controlled.d.ts +2 -0
- package/types/src/DualListbox/docs/examples/Fill.d.ts +2 -0
- package/types/src/DualListbox/index.d.ts +2 -0
- package/types/src/DualListbox/listboxUtils.d.ts +4 -0
- package/types/src/File/Icon.d.ts +1 -1
- package/types/src/File/IconCloud.d.ts +1 -1
- package/types/src/File/PaperClip.d.ts +1 -1
- package/types/src/File/Retry.d.ts +1 -1
- package/types/src/File/Trash.d.ts +1 -1
- package/types/src/File/docs/examples/Progress.d.ts +1 -15
- package/types/src/FormRows/icons/FormRowsPlusIcon.d.ts +2 -0
- package/types/src/Heading/Heading.d.ts +12 -4
- package/types/src/Heading/docs/examples/Variant.d.ts +2 -0
- package/types/src/Image/Image.d.ts +1 -1
- package/types/src/Image/icons/Cross.d.ts +2 -0
- package/types/src/Link/icons/External.d.ts +2 -0
- package/types/src/Menu/Divider.d.ts +1 -0
- package/types/src/Menu/Heading.d.ts +1 -0
- package/types/src/Menu/Item.d.ts +5 -2
- package/types/src/Menu/Menu.d.ts +3 -1
- package/types/src/Menu/icons/External.d.ts +2 -0
- package/types/src/Number/IncrementIcon.d.ts +1 -1
- package/types/src/Popover/Popover.d.ts +7 -9
- package/types/src/Popover/PopoverHitArea.d.ts +9 -0
- package/types/src/RadioBar/RadioBar.d.ts +1 -1
- package/types/src/Search/Option.d.ts +9 -0
- package/types/src/Select/OptionBase.d.ts +9 -0
- package/types/src/Select/icons/CaretSmallDown.d.ts +2 -0
- package/types/src/Select/icons/Search.d.ts +2 -0
- package/types/src/SplitButton/SplitButton.d.ts +8 -3
- package/types/src/SplitButton/docs/examples/Block.d.ts +1 -0
- package/types/src/TabLayout/TabLayout.d.ts +0 -1
- package/types/src/Table/HeadInner.d.ts +2 -2
- package/types/src/Table/icons/ExpansionRow.d.ts +6 -0
- package/types/src/Table/icons/HeadExpandRows.d.ts +1 -0
- package/types/src/Text/IconOutlinedHide.d.ts +1 -1
- package/types/src/Text/IconOutlinedView.d.ts +1 -1
- package/types/src/Tooltip/InfoIcon.d.ts +1 -1
- package/types/src/Tooltip/Tooltip.d.ts +0 -4
- package/types/src/Typography/Typography.d.ts +4 -7
- package/types/src/useRovingFocus/index.d.ts +2 -0
- package/types/src/useRovingFocus/useRovingFocus.d.ts +27 -0
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.d.ts +2 -0
- package/useRovingFocus.js +237 -0
- package/Dockerfile.enterprise.storybook +0 -7
- package/Dockerfile.prisma.storybook +0 -7
- package/Dockerfile.visual +0 -10
- package/types/src/File/docs/examples/CustomChildren.d.ts +0 -12
- package/types/src/File/docs/examples/prisma/Progress.d.ts +0 -1
- package/types/src/Select/matchUtils.d.ts +0 -12
- package/types/src/SplitButton/docs/examples/prisma/Basic.d.ts +0 -1
- package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +0 -1
- package/types/src/Table/HeadExpandRowsIcon.d.ts +0 -1
- package/types/src/icons/Alert.d.ts +0 -2
- package/types/src/icons/AlertFilled.d.ts +0 -2
- package/types/src/icons/CaretDown.d.ts +0 -2
- package/types/src/icons/CaretRight.d.ts +0 -2
- package/types/src/icons/Check.d.ts +0 -2
- package/types/src/icons/ChevronDown.d.ts +0 -2
- package/types/src/icons/ChevronLeft.d.ts +0 -2
- package/types/src/icons/ChevronRight.d.ts +0 -2
- package/types/src/icons/CrossMark.d.ts +0 -2
- package/types/src/icons/External.d.ts +0 -2
- package/types/src/icons/InfoFilled.d.ts +0 -2
- package/types/src/icons/More.d.ts +0 -2
- package/types/src/icons/MoreVertical.d.ts +0 -2
- package/types/src/icons/Plus.d.ts +0 -2
- package/types/src/icons/SVG.d.ts +0 -4
- package/types/src/icons/Search.d.ts +0 -2
- package/types/src/icons/Sort.d.ts +0 -2
- package/types/src/icons/SortedDown.d.ts +0 -2
- package/types/src/icons/SortedUp.d.ts +0 -2
- package/types/src/icons/Success.d.ts +0 -2
- package/types/src/icons/SuccessFilled.d.ts +0 -2
- package/types/src/icons/ThemedIcon.d.ts +0 -29
- package/types/src/icons/WarningFilled.d.ts +0 -2
- package/types/src/icons/types.d.ts +0 -11
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 = 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";
|
|
@@ -138,15 +138,15 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
138
138
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
139
139
|
|
|
140
140
|
// EXTERNAL MODULE: external "tinycolor2"
|
|
141
|
-
var external_tinycolor2_ = __webpack_require__(
|
|
141
|
+
var external_tinycolor2_ = __webpack_require__(66);
|
|
142
142
|
var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_tinycolor2_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
145
|
-
var Tooltip_ = __webpack_require__(
|
|
145
|
+
var Tooltip_ = __webpack_require__(42);
|
|
146
146
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
149
|
-
var Box_ = __webpack_require__(
|
|
149
|
+
var Box_ = __webpack_require__(6);
|
|
150
150
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
151
151
|
|
|
152
152
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -327,38 +327,38 @@ module.exports = require("styled-components");
|
|
|
327
327
|
|
|
328
328
|
/***/ }),
|
|
329
329
|
|
|
330
|
-
/***/
|
|
330
|
+
/***/ 42:
|
|
331
331
|
/***/ (function(module, exports) {
|
|
332
332
|
|
|
333
|
-
module.exports = require("@splunk/react-ui/
|
|
333
|
+
module.exports = require("@splunk/react-ui/Tooltip");
|
|
334
334
|
|
|
335
335
|
/***/ }),
|
|
336
336
|
|
|
337
|
-
/***/
|
|
337
|
+
/***/ 48:
|
|
338
338
|
/***/ (function(module, exports) {
|
|
339
339
|
|
|
340
|
-
module.exports = require("
|
|
340
|
+
module.exports = require("@splunk/react-ui/AnimationToggle");
|
|
341
341
|
|
|
342
342
|
/***/ }),
|
|
343
343
|
|
|
344
|
-
/***/
|
|
344
|
+
/***/ 6:
|
|
345
345
|
/***/ (function(module, exports) {
|
|
346
346
|
|
|
347
|
-
module.exports = require("@splunk/react-ui/
|
|
347
|
+
module.exports = require("@splunk/react-ui/Box");
|
|
348
348
|
|
|
349
349
|
/***/ }),
|
|
350
350
|
|
|
351
|
-
/***/
|
|
351
|
+
/***/ 66:
|
|
352
352
|
/***/ (function(module, exports) {
|
|
353
353
|
|
|
354
|
-
module.exports = require("
|
|
354
|
+
module.exports = require("tinycolor2");
|
|
355
355
|
|
|
356
356
|
/***/ }),
|
|
357
357
|
|
|
358
|
-
/***/
|
|
358
|
+
/***/ 74:
|
|
359
359
|
/***/ (function(module, exports) {
|
|
360
360
|
|
|
361
|
-
module.exports = require("
|
|
361
|
+
module.exports = require("lodash/isNumber");
|
|
362
362
|
|
|
363
363
|
/***/ })
|
|
364
364
|
|
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 = 184);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,21 +101,28 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 10:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 12:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/Clickable");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 17:
|
|
119
|
+
/***/ (function(module, exports) {
|
|
120
|
+
|
|
121
|
+
module.exports = require("@splunk/react-ui/Button");
|
|
122
|
+
|
|
123
|
+
/***/ }),
|
|
124
|
+
|
|
125
|
+
/***/ 184:
|
|
119
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
127
|
|
|
121
128
|
"use strict";
|
|
@@ -135,7 +142,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
135
142
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
136
143
|
|
|
137
144
|
// EXTERNAL MODULE: external "lodash/has"
|
|
138
|
-
var has_ = __webpack_require__(
|
|
145
|
+
var has_ = __webpack_require__(10);
|
|
139
146
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
140
147
|
|
|
141
148
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -143,13 +150,13 @@ var omit_ = __webpack_require__(5);
|
|
|
143
150
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
144
151
|
|
|
145
152
|
// EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
|
|
146
|
-
var keyboard_ = __webpack_require__(
|
|
153
|
+
var keyboard_ = __webpack_require__(7);
|
|
147
154
|
|
|
148
155
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
149
156
|
var themes_ = __webpack_require__(0);
|
|
150
157
|
|
|
151
158
|
// EXTERNAL MODULE: external "@splunk/react-ui/Button"
|
|
152
|
-
var Button_ = __webpack_require__(
|
|
159
|
+
var Button_ = __webpack_require__(17);
|
|
153
160
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
154
161
|
|
|
155
162
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -157,7 +164,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
157
164
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
158
165
|
|
|
159
166
|
// EXTERNAL MODULE: external "@splunk/react-ui/Clickable"
|
|
160
|
-
var Clickable_ = __webpack_require__(
|
|
167
|
+
var Clickable_ = __webpack_require__(12);
|
|
161
168
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
162
169
|
|
|
163
170
|
// CONCATENATED MODULE: ./src/RadioBar/OptionStyles.ts
|
|
@@ -322,7 +329,7 @@ function Option(_ref) {
|
|
|
322
329
|
Option.propTypes = propTypes;
|
|
323
330
|
/* harmony default export */ var RadioBar_Option = (Option);
|
|
324
331
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
325
|
-
var Box_ = __webpack_require__(
|
|
332
|
+
var Box_ = __webpack_require__(6);
|
|
326
333
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
327
334
|
|
|
328
335
|
// CONCATENATED MODULE: ./src/RadioBar/RadioBarStyles.ts
|
|
@@ -568,13 +575,17 @@ var RadioBar_RadioBar = /*#__PURE__*/function (_Component) {
|
|
|
568
575
|
});
|
|
569
576
|
});
|
|
570
577
|
var firstItemValue = this.filteredValues[0];
|
|
578
|
+
var selectedValueIsValid = value == null || this.filteredValues.includes(selectedValue);
|
|
579
|
+
|
|
580
|
+
if (false) {}
|
|
581
|
+
|
|
571
582
|
var contextValue = {
|
|
572
583
|
appearance: isPrisma ? 'prisma' : appearance,
|
|
573
584
|
onClick: this.handleClick,
|
|
574
585
|
error: isPrisma ? false : error,
|
|
575
586
|
onKeyDown: this.handleOnKeyDown,
|
|
576
587
|
firstValue: firstItemValue,
|
|
577
|
-
selectedValue: selectedValue
|
|
588
|
+
selectedValue: selectedValueIsValid ? selectedValue : undefined
|
|
578
589
|
};
|
|
579
590
|
return /*#__PURE__*/external_react_default.a.createElement(StyledRadioBar, RadioBar_extends({
|
|
580
591
|
flex: true,
|
|
@@ -611,13 +622,6 @@ RadioBarWithThemeOption.Option = RadioBar_Option;
|
|
|
611
622
|
|
|
612
623
|
|
|
613
624
|
|
|
614
|
-
/***/ }),
|
|
615
|
-
|
|
616
|
-
/***/ 19:
|
|
617
|
-
/***/ (function(module, exports) {
|
|
618
|
-
|
|
619
|
-
module.exports = require("@splunk/react-ui/Button");
|
|
620
|
-
|
|
621
625
|
/***/ }),
|
|
622
626
|
|
|
623
627
|
/***/ 2:
|
|
@@ -641,14 +645,14 @@ module.exports = require("lodash/omit");
|
|
|
641
645
|
|
|
642
646
|
/***/ }),
|
|
643
647
|
|
|
644
|
-
/***/
|
|
648
|
+
/***/ 6:
|
|
645
649
|
/***/ (function(module, exports) {
|
|
646
650
|
|
|
647
651
|
module.exports = require("@splunk/react-ui/Box");
|
|
648
652
|
|
|
649
653
|
/***/ }),
|
|
650
654
|
|
|
651
|
-
/***/
|
|
655
|
+
/***/ 7:
|
|
652
656
|
/***/ (function(module, exports) {
|
|
653
657
|
|
|
654
658
|
module.exports = require("@splunk/ui-utils/keyboard");
|
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 = 185);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("@splunk/ui-utils/id");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 180:
|
|
104
|
+
/***/ 185:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -132,7 +125,7 @@ var omit_ = __webpack_require__(5);
|
|
|
132
125
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
133
126
|
|
|
134
127
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
135
|
-
var id_ = __webpack_require__(
|
|
128
|
+
var id_ = __webpack_require__(8);
|
|
136
129
|
|
|
137
130
|
// CONCATENATED MODULE: ./src/RadioList/RadioListContext.ts
|
|
138
131
|
|
|
@@ -366,7 +359,7 @@ function Option(_ref) {
|
|
|
366
359
|
Option.propTypes = propTypes;
|
|
367
360
|
/* harmony default export */ var RadioList_Option = (Option);
|
|
368
361
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
369
|
-
var Box_ = __webpack_require__(
|
|
362
|
+
var Box_ = __webpack_require__(6);
|
|
370
363
|
var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
371
364
|
|
|
372
365
|
// CONCATENATED MODULE: ./src/RadioList/RadioListStyles.ts
|
|
@@ -443,6 +436,7 @@ function RadioList(_ref) {
|
|
|
443
436
|
otherProps = RadioList_objectWithoutProperties(_ref, ["children", "defaultValue", "describedBy", "direction", "disabled", "error", "labelledBy", "name", "onChange", "required", "value"]);
|
|
444
437
|
|
|
445
438
|
// @docs-props-type RadioListPropsBase
|
|
439
|
+
// TODO: Implement shared isControlled hook (SUI-5283).
|
|
446
440
|
// See material-ui for similar pattern to handle controlled/un-controlled in functional components w/ hooks
|
|
447
441
|
// https://github.com/mui-org/material-ui/blob/60d99a39836fb82f4da1477a717f642c216fb0b9/packages/material-ui/src/utils/useControlled.js
|
|
448
442
|
var _useRef = Object(external_react_["useRef"])(valueProp !== undefined),
|
|
@@ -536,11 +530,18 @@ module.exports = require("lodash/omit");
|
|
|
536
530
|
|
|
537
531
|
/***/ }),
|
|
538
532
|
|
|
539
|
-
/***/
|
|
533
|
+
/***/ 6:
|
|
540
534
|
/***/ (function(module, exports) {
|
|
541
535
|
|
|
542
536
|
module.exports = require("@splunk/react-ui/Box");
|
|
543
537
|
|
|
538
|
+
/***/ }),
|
|
539
|
+
|
|
540
|
+
/***/ 8:
|
|
541
|
+
/***/ (function(module, exports) {
|
|
542
|
+
|
|
543
|
+
module.exports = require("@splunk/ui-utils/id");
|
|
544
|
+
|
|
544
545
|
/***/ })
|
|
545
546
|
|
|
546
547
|
/******/ });
|
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 = 226);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("lodash/keys");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 12:
|
|
104
|
+
/***/ 11:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -135,14 +128,14 @@ function updateReactRef(ref, current) {
|
|
|
135
128
|
|
|
136
129
|
/***/ }),
|
|
137
130
|
|
|
138
|
-
/***/
|
|
131
|
+
/***/ 14:
|
|
139
132
|
/***/ (function(module, exports) {
|
|
140
133
|
|
|
141
134
|
module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
142
135
|
|
|
143
136
|
/***/ }),
|
|
144
137
|
|
|
145
|
-
/***/
|
|
138
|
+
/***/ 15:
|
|
146
139
|
/***/ (function(module, exports) {
|
|
147
140
|
|
|
148
141
|
module.exports = require("@splunk/react-ui/EventListener");
|
|
@@ -156,7 +149,7 @@ module.exports = require("react");
|
|
|
156
149
|
|
|
157
150
|
/***/ }),
|
|
158
151
|
|
|
159
|
-
/***/
|
|
152
|
+
/***/ 226:
|
|
160
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
161
154
|
|
|
162
155
|
"use strict";
|
|
@@ -175,7 +168,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
175
168
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
176
169
|
|
|
177
170
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
178
|
-
var keys_ = __webpack_require__(
|
|
171
|
+
var keys_ = __webpack_require__(9);
|
|
179
172
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
180
173
|
|
|
181
174
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -183,18 +176,18 @@ var omit_ = __webpack_require__(5);
|
|
|
183
176
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
184
177
|
|
|
185
178
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
186
|
-
var EventListener_ = __webpack_require__(
|
|
179
|
+
var EventListener_ = __webpack_require__(15);
|
|
187
180
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
188
181
|
|
|
189
182
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
190
|
-
var ScreenReaderContent_ = __webpack_require__(
|
|
183
|
+
var ScreenReaderContent_ = __webpack_require__(14);
|
|
191
184
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
192
185
|
|
|
193
186
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
194
187
|
var i18n_ = __webpack_require__(4);
|
|
195
188
|
|
|
196
189
|
// EXTERNAL MODULE: external "@splunk/ui-utils/keyboard"
|
|
197
|
-
var keyboard_ = __webpack_require__(
|
|
190
|
+
var keyboard_ = __webpack_require__(7);
|
|
198
191
|
|
|
199
192
|
// EXTERNAL MODULE: external "styled-components"
|
|
200
193
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -286,7 +279,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
|
|
|
286
279
|
}));
|
|
287
280
|
|
|
288
281
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
289
|
-
var updateReactRef = __webpack_require__(
|
|
282
|
+
var updateReactRef = __webpack_require__(11);
|
|
290
283
|
|
|
291
284
|
// CONCATENATED MODULE: ./src/Resize/Resize.tsx
|
|
292
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); }
|
|
@@ -624,11 +617,18 @@ module.exports = require("lodash/omit");
|
|
|
624
617
|
|
|
625
618
|
/***/ }),
|
|
626
619
|
|
|
627
|
-
/***/
|
|
620
|
+
/***/ 7:
|
|
628
621
|
/***/ (function(module, exports) {
|
|
629
622
|
|
|
630
623
|
module.exports = require("@splunk/ui-utils/keyboard");
|
|
631
624
|
|
|
625
|
+
/***/ }),
|
|
626
|
+
|
|
627
|
+
/***/ 9:
|
|
628
|
+
/***/ (function(module, exports) {
|
|
629
|
+
|
|
630
|
+
module.exports = require("lodash/keys");
|
|
631
|
+
|
|
632
632
|
/***/ })
|
|
633
633
|
|
|
634
634
|
/******/ });
|
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 = 227);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("lodash/keys");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 12:
|
|
104
|
+
/***/ 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
|
+
/***/ 13:
|
|
139
132
|
/***/ (function(module, exports) {
|
|
140
133
|
|
|
141
|
-
module.exports = require("@splunk/ui
|
|
134
|
+
module.exports = require("@splunk/react-ui/Menu");
|
|
142
135
|
|
|
143
136
|
/***/ }),
|
|
144
137
|
|
|
145
|
-
/***/
|
|
138
|
+
/***/ 150:
|
|
146
139
|
/***/ (function(module, exports) {
|
|
147
140
|
|
|
148
|
-
module.exports = require("@splunk/
|
|
141
|
+
module.exports = require("@splunk/ui-utils/userAgent");
|
|
149
142
|
|
|
150
143
|
/***/ }),
|
|
151
144
|
|
|
152
|
-
/***/
|
|
145
|
+
/***/ 151:
|
|
153
146
|
/***/ (function(module, exports) {
|
|
154
147
|
|
|
155
|
-
module.exports = require("@splunk/react-ui/
|
|
148
|
+
module.exports = require("@splunk/react-ui/WaitSpinner");
|
|
156
149
|
|
|
157
150
|
/***/ }),
|
|
158
151
|
|
|
@@ -163,7 +156,7 @@ module.exports = require("react");
|
|
|
163
156
|
|
|
164
157
|
/***/ }),
|
|
165
158
|
|
|
166
|
-
/***/
|
|
159
|
+
/***/ 227:
|
|
167
160
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
168
161
|
|
|
169
162
|
"use strict";
|
|
@@ -182,7 +175,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
182
175
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
183
176
|
|
|
184
177
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
185
|
-
var keys_ = __webpack_require__(
|
|
178
|
+
var keys_ = __webpack_require__(9);
|
|
186
179
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
187
180
|
|
|
188
181
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -193,10 +186,10 @@ var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
|
193
186
|
var i18n_ = __webpack_require__(4);
|
|
194
187
|
|
|
195
188
|
// EXTERNAL MODULE: external "@splunk/ui-utils/userAgent"
|
|
196
|
-
var userAgent_ = __webpack_require__(
|
|
189
|
+
var userAgent_ = __webpack_require__(150);
|
|
197
190
|
|
|
198
191
|
// EXTERNAL MODULE: external "@splunk/react-ui/Menu"
|
|
199
|
-
var Menu_ = __webpack_require__(
|
|
192
|
+
var Menu_ = __webpack_require__(13);
|
|
200
193
|
var Menu_default = /*#__PURE__*/__webpack_require__.n(Menu_);
|
|
201
194
|
|
|
202
195
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -204,7 +197,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
204
197
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
205
198
|
|
|
206
199
|
// EXTERNAL MODULE: external "@splunk/react-ui/WaitSpinner"
|
|
207
|
-
var WaitSpinner_ = __webpack_require__(
|
|
200
|
+
var WaitSpinner_ = __webpack_require__(151);
|
|
208
201
|
var WaitSpinner_default = /*#__PURE__*/__webpack_require__.n(WaitSpinner_);
|
|
209
202
|
|
|
210
203
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -265,7 +258,7 @@ var StyledLoadingMessage = external_styled_components_default.a.div.withConfig({
|
|
|
265
258
|
}));
|
|
266
259
|
|
|
267
260
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
268
|
-
var updateReactRef = __webpack_require__(
|
|
261
|
+
var updateReactRef = __webpack_require__(11);
|
|
269
262
|
|
|
270
263
|
// CONCATENATED MODULE: ./src/ResultsMenu/ResultsMenu.tsx
|
|
271
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); }
|
|
@@ -585,6 +578,13 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
585
578
|
|
|
586
579
|
module.exports = require("lodash/omit");
|
|
587
580
|
|
|
581
|
+
/***/ }),
|
|
582
|
+
|
|
583
|
+
/***/ 9:
|
|
584
|
+
/***/ (function(module, exports) {
|
|
585
|
+
|
|
586
|
+
module.exports = require("lodash/keys");
|
|
587
|
+
|
|
588
588
|
/***/ })
|
|
589
589
|
|
|
590
590
|
/******/ });
|
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 = 228);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 228:
|
|
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 = 203);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("lodash/keys");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 12:
|
|
104
|
+
/***/ 11:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
114
107
|
"use strict";
|
|
@@ -135,14 +128,28 @@ function updateReactRef(ref, current) {
|
|
|
135
128
|
|
|
136
129
|
/***/ }),
|
|
137
130
|
|
|
138
|
-
/***/
|
|
131
|
+
/***/ 15:
|
|
139
132
|
/***/ (function(module, exports) {
|
|
140
133
|
|
|
141
134
|
module.exports = require("@splunk/react-ui/EventListener");
|
|
142
135
|
|
|
143
136
|
/***/ }),
|
|
144
137
|
|
|
145
|
-
/***/
|
|
138
|
+
/***/ 19:
|
|
139
|
+
/***/ (function(module, exports) {
|
|
140
|
+
|
|
141
|
+
module.exports = require("lodash/isFinite");
|
|
142
|
+
|
|
143
|
+
/***/ }),
|
|
144
|
+
|
|
145
|
+
/***/ 2:
|
|
146
|
+
/***/ (function(module, exports) {
|
|
147
|
+
|
|
148
|
+
module.exports = require("react");
|
|
149
|
+
|
|
150
|
+
/***/ }),
|
|
151
|
+
|
|
152
|
+
/***/ 203:
|
|
146
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
154
|
|
|
148
155
|
"use strict";
|
|
@@ -161,11 +168,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
161
168
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
162
169
|
|
|
163
170
|
// EXTERNAL MODULE: external "lodash/isFinite"
|
|
164
|
-
var isFinite_ = __webpack_require__(
|
|
171
|
+
var isFinite_ = __webpack_require__(19);
|
|
165
172
|
var isFinite_default = /*#__PURE__*/__webpack_require__.n(isFinite_);
|
|
166
173
|
|
|
167
174
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
168
|
-
var Animation_ = __webpack_require__(
|
|
175
|
+
var Animation_ = __webpack_require__(40);
|
|
169
176
|
|
|
170
177
|
// EXTERNAL MODULE: external "styled-components"
|
|
171
178
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -175,7 +182,7 @@ var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(exte
|
|
|
175
182
|
var themes_ = __webpack_require__(0);
|
|
176
183
|
|
|
177
184
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
178
|
-
var keys_ = __webpack_require__(
|
|
185
|
+
var keys_ = __webpack_require__(9);
|
|
179
186
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
180
187
|
|
|
181
188
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -183,17 +190,17 @@ var omit_ = __webpack_require__(5);
|
|
|
183
190
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
184
191
|
|
|
185
192
|
// EXTERNAL MODULE: external "react-spring"
|
|
186
|
-
var external_react_spring_ = __webpack_require__(
|
|
193
|
+
var external_react_spring_ = __webpack_require__(24);
|
|
187
194
|
|
|
188
195
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
189
|
-
var EventListener_ = __webpack_require__(
|
|
196
|
+
var EventListener_ = __webpack_require__(15);
|
|
190
197
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
191
198
|
|
|
192
199
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
193
200
|
var ScrollContainerContext_ = __webpack_require__(50);
|
|
194
201
|
|
|
195
202
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
196
|
-
var updateReactRef = __webpack_require__(
|
|
203
|
+
var updateReactRef = __webpack_require__(11);
|
|
197
204
|
|
|
198
205
|
// CONCATENATED MODULE: ./src/Scroll/Inner.tsx
|
|
199
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); }
|
|
@@ -565,21 +572,7 @@ Scroll_defineProperty(Scroll_Scroll, "defaultProps", Scroll_defaultProps);
|
|
|
565
572
|
|
|
566
573
|
/***/ }),
|
|
567
574
|
|
|
568
|
-
/***/
|
|
569
|
-
/***/ (function(module, exports) {
|
|
570
|
-
|
|
571
|
-
module.exports = require("react");
|
|
572
|
-
|
|
573
|
-
/***/ }),
|
|
574
|
-
|
|
575
|
-
/***/ 21:
|
|
576
|
-
/***/ (function(module, exports) {
|
|
577
|
-
|
|
578
|
-
module.exports = require("lodash/isFinite");
|
|
579
|
-
|
|
580
|
-
/***/ }),
|
|
581
|
-
|
|
582
|
-
/***/ 26:
|
|
575
|
+
/***/ 24:
|
|
583
576
|
/***/ (function(module, exports) {
|
|
584
577
|
|
|
585
578
|
module.exports = require("react-spring");
|
|
@@ -593,7 +586,7 @@ module.exports = require("styled-components");
|
|
|
593
586
|
|
|
594
587
|
/***/ }),
|
|
595
588
|
|
|
596
|
-
/***/
|
|
589
|
+
/***/ 40:
|
|
597
590
|
/***/ (function(module, exports) {
|
|
598
591
|
|
|
599
592
|
module.exports = require("@splunk/react-ui/Animation");
|
|
@@ -612,6 +605,13 @@ module.exports = require("lodash/omit");
|
|
|
612
605
|
|
|
613
606
|
module.exports = require("@splunk/react-ui/ScrollContainerContext");
|
|
614
607
|
|
|
608
|
+
/***/ }),
|
|
609
|
+
|
|
610
|
+
/***/ 9:
|
|
611
|
+
/***/ (function(module, exports) {
|
|
612
|
+
|
|
613
|
+
module.exports = require("lodash/keys");
|
|
614
|
+
|
|
615
615
|
/***/ })
|
|
616
616
|
|
|
617
617
|
/******/ });
|