@splunk/react-ui 4.12.1 → 4.13.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 +4 -4
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +9 -9
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +7 -7
- package/CHANGELOG.md +18 -0
- package/Calendar.js +31 -31
- package/Card.js +13 -13
- package/CardLayout.js +2 -2
- package/Chip.js +11 -11
- package/Clickable.js +7 -7
- package/CloseButton.js +11 -11
- package/Code.js +4 -4
- package/CollapsiblePanel.js +4 -4
- package/Color.js +21 -21
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +2 -2
- package/Concertina.js +2 -2
- package/ControlGroup.js +4 -4
- package/Date.js +4 -4
- package/DefinitionList.js +2 -2
- package/Dropdown.js +6 -2
- package/EventListener.js +4 -4
- package/File.js +15 -15
- package/FormRows.js +4 -4
- package/Heading.js +2 -2
- package/Image.js +15 -15
- package/JSONTree.js +2 -2
- package/Layer.js +4 -4
- package/Link.js +9 -9
- package/List.js +2 -2
- package/Markdown.js +16 -16
- package/Menu.js +29 -30
- package/Message.js +17 -17
- package/MessageBar.js +15 -15
- package/Modal.js +4 -4
- package/ModalLayer.js +6 -6
- package/Monogram.js +2 -2
- package/Multiselect.js +87 -78
- package/Number.js +2 -2
- package/Paginator.js +39 -39
- package/Paragraph.js +2 -2
- package/Popover.js +16 -7
- package/Progress.js +4 -4
- package/RadioBar.js +2 -2
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +12 -12
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +11 -11
- package/Select.js +85 -76
- package/SidePanel.js +4 -4
- package/Slider.js +4 -4
- package/SlidingPanels.js +4 -4
- package/SplitButton.js +511 -0
- package/StaticContent.js +2 -2
- package/StepBar.js +6 -6
- package/Switch.js +2 -2
- package/TabBar.js +2 -2
- package/TabLayout.js +4 -4
- package/Table.js +57 -40
- package/Text.js +29 -21
- package/TextArea.js +21 -13
- package/Tooltip.js +2 -2
- package/TransitionOpen.js +4 -4
- package/Typography.js +4 -4
- package/WaitSpinner.js +68 -2
- package/package.json +3 -3
- package/types/src/Button/Button.d.ts +1 -1
- package/types/src/Dropdown/Dropdown.d.ts +11 -3
- package/types/src/Popover/Popover.d.ts +5 -1
- package/types/src/Popover/getPlacement.d.ts +1 -1
- package/types/src/SplitButton/Item.d.ts +45 -0
- package/types/src/SplitButton/SplitButton.d.ts +41 -0
- package/types/src/SplitButton/docs/examples/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/ChangeLabel.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/Disabled.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +1 -0
- package/types/src/SplitButton/index.d.ts +2 -0
- package/types/src/Table/HeadCell.d.ts +4 -1
- package/types/src/Table/HeadDropdownCell.d.ts +10 -3
- package/types/src/Text/Text.d.ts +5 -1
- package/types/src/TextArea/TextArea.d.ts +5 -1
- package/types/src/WaitSpinner/WaitSpinner.d.ts +1 -1
- package/types/src/useForceUpdate/index.d.ts +2 -0
- package/types/src/useForceUpdate/useForceUpdate.d.ts +9 -0
- package/types/src/useIsSsr/index.d.ts +2 -0
- package/types/src/useIsSsr/useIsSsr.d.ts +8 -0
- package/useForceUpdate.js +151 -0
- package/useIsSsr.js +153 -0
- package/usePrevious.js +2 -2
package/Paginator.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 119);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 100:
|
|
105
|
+
/***/ (function(module, exports) {
|
|
106
|
+
|
|
107
|
+
module.exports = require("@splunk/react-icons/More");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 119:
|
|
105
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
113
|
|
|
107
114
|
"use strict";
|
|
@@ -133,7 +140,7 @@ var Box_default = /*#__PURE__*/__webpack_require__.n(Box_);
|
|
|
133
140
|
var themes_ = __webpack_require__(0);
|
|
134
141
|
|
|
135
142
|
// EXTERNAL MODULE: external "@splunk/react-icons/More"
|
|
136
|
-
var More_ = __webpack_require__(
|
|
143
|
+
var More_ = __webpack_require__(100);
|
|
137
144
|
var More_default = /*#__PURE__*/__webpack_require__.n(More_);
|
|
138
145
|
|
|
139
146
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -338,7 +345,7 @@ _defineProperty(Button_PaginatorButton, "defaultProps", defaultProps);
|
|
|
338
345
|
|
|
339
346
|
/* harmony default export */ var Button = (Button_PaginatorButton);
|
|
340
347
|
// EXTERNAL MODULE: ./src/icons/ChevronLeft.tsx
|
|
341
|
-
var ChevronLeft = __webpack_require__(
|
|
348
|
+
var ChevronLeft = __webpack_require__(60);
|
|
342
349
|
|
|
343
350
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
344
351
|
var ChevronRight = __webpack_require__(27);
|
|
@@ -621,14 +628,39 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
621
628
|
|
|
622
629
|
/***/ }),
|
|
623
630
|
|
|
624
|
-
/***/
|
|
631
|
+
/***/ 6:
|
|
632
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
633
|
+
|
|
634
|
+
"use strict";
|
|
635
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
636
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
637
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
638
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
639
|
+
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
640
|
+
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); }
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
645
|
+
displayName: "SVG__Styled",
|
|
646
|
+
componentId: "sc-1bz0ryh-0"
|
|
647
|
+
})(["flex:0 0 auto;"]);
|
|
648
|
+
function SVG(props) {
|
|
649
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
650
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
651
|
+
}, props));
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/***/ }),
|
|
655
|
+
|
|
656
|
+
/***/ 60:
|
|
625
657
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
626
658
|
|
|
627
659
|
"use strict";
|
|
628
660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronLeft; });
|
|
629
661
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
630
662
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
631
|
-
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
663
|
+
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(61);
|
|
632
664
|
/* harmony import */ var _splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronLeft__WEBPACK_IMPORTED_MODULE_1__);
|
|
633
665
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
634
666
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -671,32 +703,7 @@ function ChevronLeft(props) {
|
|
|
671
703
|
|
|
672
704
|
/***/ }),
|
|
673
705
|
|
|
674
|
-
/***/
|
|
675
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
676
|
-
|
|
677
|
-
"use strict";
|
|
678
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SVG; });
|
|
679
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
680
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
681
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3);
|
|
682
|
-
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_1__);
|
|
683
|
-
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); }
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
var Styled = styled_components__WEBPACK_IMPORTED_MODULE_1___default.a.svg.withConfig({
|
|
688
|
-
displayName: "SVG__Styled",
|
|
689
|
-
componentId: "sc-1bz0ryh-0"
|
|
690
|
-
})(["flex:0 0 auto;"]);
|
|
691
|
-
function SVG(props) {
|
|
692
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(Styled, _extends({
|
|
693
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
694
|
-
}, props));
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
/***/ }),
|
|
698
|
-
|
|
699
|
-
/***/ 60:
|
|
706
|
+
/***/ 61:
|
|
700
707
|
/***/ (function(module, exports) {
|
|
701
708
|
|
|
702
709
|
module.exports = require("@splunk/react-icons/ChevronLeft");
|
|
@@ -826,13 +833,6 @@ Icon.defaultProps = defaultProps;
|
|
|
826
833
|
|
|
827
834
|
module.exports = require("@splunk/react-ui/Box");
|
|
828
835
|
|
|
829
|
-
/***/ }),
|
|
830
|
-
|
|
831
|
-
/***/ 98:
|
|
832
|
-
/***/ (function(module, exports) {
|
|
833
|
-
|
|
834
|
-
module.exports = require("@splunk/react-icons/More");
|
|
835
|
-
|
|
836
836
|
/***/ })
|
|
837
837
|
|
|
838
838
|
/******/ });
|
package/Paragraph.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 166);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 166:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Popover.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 135);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 135:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -164,7 +164,7 @@ var EventListener_ = __webpack_require__(15);
|
|
|
164
164
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
165
165
|
|
|
166
166
|
// EXTERNAL MODULE: external "@splunk/react-ui/Layer"
|
|
167
|
-
var Layer_ = __webpack_require__(
|
|
167
|
+
var Layer_ = __webpack_require__(58);
|
|
168
168
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
@@ -196,6 +196,15 @@ function getInitialStyle(_ref) {
|
|
|
196
196
|
};
|
|
197
197
|
|
|
198
198
|
case 'below':
|
|
199
|
+
// Align 'end' is only supported by below
|
|
200
|
+
// TODO: SUI-5101 Enable users to align Popover and Dropdown
|
|
201
|
+
if (align === 'end') {
|
|
202
|
+
return {
|
|
203
|
+
top: anchorPos.bottom,
|
|
204
|
+
left: anchorPos.right - outerContainerEl.offsetWidth + padding
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
|
|
199
208
|
return {
|
|
200
209
|
top: anchorPos.bottom,
|
|
201
210
|
left: align === 'edge' ? anchorPos.left - padding : anchorPos.middle - outerContainerEl.offsetWidth / 2
|
|
@@ -445,7 +454,7 @@ function getPlacement(args) {
|
|
|
445
454
|
var PopoverContext = /*#__PURE__*/Object(external_react_["createContext"])({});
|
|
446
455
|
|
|
447
456
|
// EXTERNAL MODULE: external "react-spring"
|
|
448
|
-
var external_react_spring_ = __webpack_require__(
|
|
457
|
+
var external_react_spring_ = __webpack_require__(19);
|
|
449
458
|
|
|
450
459
|
// EXTERNAL MODULE: external "styled-components"
|
|
451
460
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -585,7 +594,7 @@ function Popover_defineProperty(obj, key, value) { if (key in obj) { Object.defi
|
|
|
585
594
|
|
|
586
595
|
var possibleCloseReasons = ['clickAway', 'escapeKey', 'offScreen', 'tabKey'];
|
|
587
596
|
var propTypes = {
|
|
588
|
-
align: external_prop_types_default.a.oneOf(['center', 'edge', 'theme']),
|
|
597
|
+
align: external_prop_types_default.a.oneOf(['center', 'edge', 'theme', 'end']),
|
|
589
598
|
anchor: external_prop_types_default.a.object,
|
|
590
599
|
animation: external_prop_types_default.a.bool,
|
|
591
600
|
appearance: external_prop_types_default.a.oneOf(['normal', 'inverted', 'none']),
|
|
@@ -1144,7 +1153,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
1144
1153
|
|
|
1145
1154
|
/***/ }),
|
|
1146
1155
|
|
|
1147
|
-
/***/
|
|
1156
|
+
/***/ 19:
|
|
1148
1157
|
/***/ (function(module, exports) {
|
|
1149
1158
|
|
|
1150
1159
|
module.exports = require("react-spring");
|
|
@@ -1193,7 +1202,7 @@ module.exports = require("lodash");
|
|
|
1193
1202
|
|
|
1194
1203
|
/***/ }),
|
|
1195
1204
|
|
|
1196
|
-
/***/
|
|
1205
|
+
/***/ 58:
|
|
1197
1206
|
/***/ (function(module, exports) {
|
|
1198
1207
|
|
|
1199
1208
|
module.exports = require("@splunk/react-ui/Layer");
|
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 = 167);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 167:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -134,7 +134,7 @@ var external_tinycolor2_ = __webpack_require__(47);
|
|
|
134
134
|
var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_tinycolor2_);
|
|
135
135
|
|
|
136
136
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
137
|
-
var Tooltip_ = __webpack_require__(
|
|
137
|
+
var Tooltip_ = __webpack_require__(50);
|
|
138
138
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
139
139
|
|
|
140
140
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -347,7 +347,7 @@ module.exports = require("tinycolor2");
|
|
|
347
347
|
|
|
348
348
|
/***/ }),
|
|
349
349
|
|
|
350
|
-
/***/
|
|
350
|
+
/***/ 50:
|
|
351
351
|
/***/ (function(module, exports) {
|
|
352
352
|
|
|
353
353
|
module.exports = require("@splunk/react-ui/Tooltip");
|
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 = 127);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 127:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
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 = 128);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 128:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/Resize.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 168);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -142,7 +142,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 168:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
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 = 169);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 101:
|
|
105
|
+
/***/ (function(module, exports) {
|
|
106
|
+
|
|
107
|
+
module.exports = require("@splunk/ui-utils/userAgent");
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 102:
|
|
105
112
|
/***/ (function(module, exports) {
|
|
106
113
|
|
|
107
114
|
module.exports = require("@splunk/react-ui/WaitSpinner");
|
|
@@ -142,7 +149,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
142
149
|
|
|
143
150
|
/***/ }),
|
|
144
151
|
|
|
145
|
-
/***/
|
|
152
|
+
/***/ 169:
|
|
146
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
154
|
|
|
148
155
|
"use strict";
|
|
@@ -167,7 +174,7 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
167
174
|
var i18n_ = __webpack_require__(5);
|
|
168
175
|
|
|
169
176
|
// EXTERNAL MODULE: external "@splunk/ui-utils/userAgent"
|
|
170
|
-
var userAgent_ = __webpack_require__(
|
|
177
|
+
var userAgent_ = __webpack_require__(101);
|
|
171
178
|
|
|
172
179
|
// EXTERNAL MODULE: external "@splunk/react-ui/Menu"
|
|
173
180
|
var Menu_ = __webpack_require__(13);
|
|
@@ -178,7 +185,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
178
185
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
179
186
|
|
|
180
187
|
// EXTERNAL MODULE: external "@splunk/react-ui/WaitSpinner"
|
|
181
|
-
var WaitSpinner_ = __webpack_require__(
|
|
188
|
+
var WaitSpinner_ = __webpack_require__(102);
|
|
182
189
|
var WaitSpinner_default = /*#__PURE__*/__webpack_require__.n(WaitSpinner_);
|
|
183
190
|
|
|
184
191
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -565,13 +572,6 @@ module.exports = require("lodash");
|
|
|
565
572
|
|
|
566
573
|
module.exports = require("@splunk/ui-utils/i18n");
|
|
567
574
|
|
|
568
|
-
/***/ }),
|
|
569
|
-
|
|
570
|
-
/***/ 99:
|
|
571
|
-
/***/ (function(module, exports) {
|
|
572
|
-
|
|
573
|
-
module.exports = require("@splunk/ui-utils/userAgent");
|
|
574
|
-
|
|
575
575
|
/***/ })
|
|
576
576
|
|
|
577
577
|
/******/ });
|
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 = 170);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 170:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"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 = 143);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 143:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -160,7 +160,7 @@ var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(exte
|
|
|
160
160
|
var themes_ = __webpack_require__(0);
|
|
161
161
|
|
|
162
162
|
// EXTERNAL MODULE: external "react-spring"
|
|
163
|
-
var external_react_spring_ = __webpack_require__(
|
|
163
|
+
var external_react_spring_ = __webpack_require__(19);
|
|
164
164
|
|
|
165
165
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
166
166
|
var EventListener_ = __webpack_require__(15);
|
|
@@ -547,7 +547,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
547
547
|
|
|
548
548
|
/***/ }),
|
|
549
549
|
|
|
550
|
-
/***/
|
|
550
|
+
/***/ 19:
|
|
551
551
|
/***/ (function(module, exports) {
|
|
552
552
|
|
|
553
553
|
module.exports = require("react-spring");
|
|
@@ -82,12 +82,12 @@ 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
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 181:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/Search.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 171);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 103:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/usePrevious");
|
|
@@ -142,7 +142,14 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 17:
|
|
146
|
+
/***/ (function(module, exports) {
|
|
147
|
+
|
|
148
|
+
module.exports = require("@splunk/react-ui/Popover");
|
|
149
|
+
|
|
150
|
+
/***/ }),
|
|
151
|
+
|
|
152
|
+
/***/ 171:
|
|
146
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
154
|
|
|
148
155
|
"use strict";
|
|
@@ -179,7 +186,7 @@ var keyboard_ = __webpack_require__(9);
|
|
|
179
186
|
var Menu_ = __webpack_require__(13);
|
|
180
187
|
|
|
181
188
|
// EXTERNAL MODULE: external "@splunk/react-ui/usePrevious"
|
|
182
|
-
var usePrevious_ = __webpack_require__(
|
|
189
|
+
var usePrevious_ = __webpack_require__(103);
|
|
183
190
|
var usePrevious_default = /*#__PURE__*/__webpack_require__.n(usePrevious_);
|
|
184
191
|
|
|
185
192
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -744,13 +751,6 @@ Search.Heading = Menu_["Heading"];
|
|
|
744
751
|
|
|
745
752
|
|
|
746
753
|
|
|
747
|
-
/***/ }),
|
|
748
|
-
|
|
749
|
-
/***/ 17:
|
|
750
|
-
/***/ (function(module, exports) {
|
|
751
|
-
|
|
752
|
-
module.exports = require("@splunk/react-ui/Popover");
|
|
753
|
-
|
|
754
754
|
/***/ }),
|
|
755
755
|
|
|
756
756
|
/***/ 2:
|