@splunk/react-ui 4.18.0 → 4.20.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 +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Breadcrumbs.d.ts +2 -0
- package/Breadcrumbs.js +299 -0
- package/Button.js +17 -17
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +25 -1
- package/Calendar.js +17 -17
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +32 -25
- package/Clickable.js +16 -14
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +10 -10
- package/Color.js +33 -33
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +28 -28
- package/Concertina.js +18 -18
- package/ControlGroup.js +13 -13
- package/Date.js +29 -29
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +21 -21
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +23 -23
- package/FormRows.js +266 -105
- package/Heading.js +45 -49
- package/Image.js +23 -23
- package/JSONTree.js +20 -20
- package/Layer.js +14 -14
- package/Link.js +7 -7
- package/List.js +2 -2
- package/Markdown.js +19 -20
- package/Menu.js +252 -232
- package/Message.js +43 -43
- package/MessageBar.js +39 -39
- package/Modal.js +20 -20
- package/ModalLayer.js +6 -6
- package/Monogram.js +3 -3
- package/Multiselect.js +2987 -2493
- package/Number.js +8 -8
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +113 -50
- package/Progress.js +10 -10
- package/RadioBar.js +4 -4
- package/RadioList.js +2 -2
- package/Resize.js +4 -4
- package/ResultsMenu.js +43 -22
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +8 -8
- package/ScrollContainerContext.js +4 -4
- package/Search.js +25 -25
- package/Select.js +517 -120
- package/SidePanel.js +6 -6
- package/Slider.js +8 -8
- package/SlidingPanels.js +10 -10
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +6 -6
- package/TabLayout.js +6 -6
- package/Table.js +145 -111
- package/Text.js +40 -38
- package/TextArea.js +42 -40
- package/Tooltip.js +15 -15
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/cypress/support/component-index.html +12 -0
- package/cypress/support/component.ts +27 -0
- package/cypress.config.ts +19 -0
- package/package.json +17 -17
- package/types/src/Breadcrumbs/Breadcrumbs.d.ts +25 -0
- package/types/src/Breadcrumbs/Item.d.ts +42 -0
- package/types/src/Breadcrumbs/docs/examples/Adornments.d.ts +2 -0
- package/types/src/Breadcrumbs/docs/examples/Basic.d.ts +2 -0
- package/types/src/Breadcrumbs/index.d.ts +2 -0
- package/types/src/Clickable/docs/examples/Basic.d.ts +2 -2
- package/types/src/Code/Code.d.ts +1 -1
- 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/types/src/Link/Link.d.ts +5 -0
- package/types/src/Multiselect/Compact.d.ts +4 -0
- package/types/src/Multiselect/Multiselect.d.ts +5 -0
- package/types/src/Multiselect/docs/examples/CompactSelectAll.d.ts +2 -0
- package/types/src/Select/SelectAllOption.d.ts +14 -0
- package/types/src/Select/SelectBase.d.ts +11 -3
- package/types/src/Table/Table.d.ts +4 -0
- package/types/src/Text/Text.d.ts +3 -3
- package/types/src/TextArea/TextArea.d.ts +3 -3
- package/useForceUpdate.js +2 -2
- package/useKeyPress.js +2 -2
- package/usePrevious.js +2 -2
- package/useRovingFocus.js +4 -4
- package/cypress/plugins/index.ts +0 -15
- package/cypress/support/index.ts +0 -10
- package/cypress.json +0 -13
- package/types/src/Typography/docs/examples/Variants.d.ts +0 -2
package/SidePanel.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 = 234);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 104:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("@splunk/react-ui/ModalLayer");
|
|
@@ -115,7 +115,7 @@ module.exports = require("react");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 234:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -142,7 +142,7 @@ var omit_ = __webpack_require__(5);
|
|
|
142
142
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "@splunk/react-ui/ModalLayer"
|
|
145
|
-
var ModalLayer_ = __webpack_require__(
|
|
145
|
+
var ModalLayer_ = __webpack_require__(104);
|
|
146
146
|
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -150,7 +150,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
150
150
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
151
151
|
|
|
152
152
|
// EXTERNAL MODULE: external "@splunk/react-ui/TransitionOpen"
|
|
153
|
-
var TransitionOpen_ = __webpack_require__(
|
|
153
|
+
var TransitionOpen_ = __webpack_require__(74);
|
|
154
154
|
var TransitionOpen_default = /*#__PURE__*/__webpack_require__.n(TransitionOpen_);
|
|
155
155
|
|
|
156
156
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -378,7 +378,7 @@ module.exports = require("lodash/omit");
|
|
|
378
378
|
|
|
379
379
|
/***/ }),
|
|
380
380
|
|
|
381
|
-
/***/
|
|
381
|
+
/***/ 74:
|
|
382
382
|
/***/ (function(module, exports) {
|
|
383
383
|
|
|
384
384
|
module.exports = require("@splunk/react-ui/TransitionOpen");
|
package/Slider.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 = 235);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 156:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("decimal.js-light");
|
|
@@ -136,7 +136,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
136
136
|
|
|
137
137
|
/***/ }),
|
|
138
138
|
|
|
139
|
-
/***/
|
|
139
|
+
/***/ 235:
|
|
140
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
141
141
|
|
|
142
142
|
"use strict";
|
|
@@ -155,11 +155,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
155
155
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
156
156
|
|
|
157
157
|
// EXTERNAL MODULE: external "decimal.js-light"
|
|
158
|
-
var external_decimal_js_light_ = __webpack_require__(
|
|
158
|
+
var external_decimal_js_light_ = __webpack_require__(156);
|
|
159
159
|
var external_decimal_js_light_default = /*#__PURE__*/__webpack_require__.n(external_decimal_js_light_);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: external "lodash/has"
|
|
162
|
-
var has_ = __webpack_require__(
|
|
162
|
+
var has_ = __webpack_require__(11);
|
|
163
163
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
164
164
|
|
|
165
165
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -189,7 +189,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
189
189
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
190
190
|
|
|
191
191
|
// EXTERNAL MODULE: external "tinycolor2"
|
|
192
|
-
var external_tinycolor2_ = __webpack_require__(
|
|
192
|
+
var external_tinycolor2_ = __webpack_require__(69);
|
|
193
193
|
var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_tinycolor2_);
|
|
194
194
|
|
|
195
195
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -819,7 +819,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
819
819
|
|
|
820
820
|
/***/ }),
|
|
821
821
|
|
|
822
|
-
/***/
|
|
822
|
+
/***/ 69:
|
|
823
823
|
/***/ (function(module, exports) {
|
|
824
824
|
|
|
825
825
|
module.exports = require("tinycolor2");
|
package/SlidingPanels.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 = 207);
|
|
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
|
+
/***/ 157:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("lodash/filter");
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 158:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("lodash/values");
|
|
@@ -149,7 +149,7 @@ module.exports = require("react");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 207:
|
|
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/filter"
|
|
172
|
-
var filter_ = __webpack_require__(
|
|
172
|
+
var filter_ = __webpack_require__(157);
|
|
173
173
|
var filter_default = /*#__PURE__*/__webpack_require__.n(filter_);
|
|
174
174
|
|
|
175
175
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -181,14 +181,14 @@ var omit_ = __webpack_require__(5);
|
|
|
181
181
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
182
182
|
|
|
183
183
|
// EXTERNAL MODULE: external "lodash/values"
|
|
184
|
-
var values_ = __webpack_require__(
|
|
184
|
+
var values_ = __webpack_require__(158);
|
|
185
185
|
var values_default = /*#__PURE__*/__webpack_require__.n(values_);
|
|
186
186
|
|
|
187
187
|
// EXTERNAL MODULE: external "react-spring"
|
|
188
188
|
var external_react_spring_ = __webpack_require__(24);
|
|
189
189
|
|
|
190
190
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
191
|
-
var Animation_ = __webpack_require__(
|
|
191
|
+
var Animation_ = __webpack_require__(43);
|
|
192
192
|
|
|
193
193
|
// EXTERNAL MODULE: external "styled-components"
|
|
194
194
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -216,7 +216,7 @@ var Styled = external_styled_components_default()(external_react_spring_["animat
|
|
|
216
216
|
})(["", ";", ";"], themes_["mixins"].reset('block'), themes_["mixins"].clearfix());
|
|
217
217
|
|
|
218
218
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
219
|
-
var updateReactRef = __webpack_require__(
|
|
219
|
+
var updateReactRef = __webpack_require__(10);
|
|
220
220
|
|
|
221
221
|
// CONCATENATED MODULE: ./src/SlidingPanels/Panel.tsx
|
|
222
222
|
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); }
|
|
@@ -640,7 +640,7 @@ module.exports = require("styled-components");
|
|
|
640
640
|
|
|
641
641
|
/***/ }),
|
|
642
642
|
|
|
643
|
-
/***/
|
|
643
|
+
/***/ 43:
|
|
644
644
|
/***/ (function(module, exports) {
|
|
645
645
|
|
|
646
646
|
module.exports = require("@splunk/react-ui/Animation");
|
package/SplitButton.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 = 208);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 159:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-icons/enterprise/ChevronDown");
|
|
@@ -129,7 +129,7 @@ module.exports = require("react");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 208:
|
|
133
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
134
|
|
|
135
135
|
"use strict";
|
|
@@ -149,7 +149,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
149
149
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronDown"
|
|
152
|
-
var ChevronDown_ = __webpack_require__(
|
|
152
|
+
var ChevronDown_ = __webpack_require__(159);
|
|
153
153
|
var ChevronDown_default = /*#__PURE__*/__webpack_require__.n(ChevronDown_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
package/StaticContent.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 = 236);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 236:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
package/StepBar.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 = 190);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 190:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -124,7 +124,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
124
124
|
var id_ = __webpack_require__(8);
|
|
125
125
|
|
|
126
126
|
// EXTERNAL MODULE: external "@splunk/themes/useSplunkTheme"
|
|
127
|
-
var useSplunkTheme_ = __webpack_require__(
|
|
127
|
+
var useSplunkTheme_ = __webpack_require__(70);
|
|
128
128
|
var useSplunkTheme_default = /*#__PURE__*/__webpack_require__.n(useSplunkTheme_);
|
|
129
129
|
|
|
130
130
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -132,11 +132,11 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
132
132
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: external "@splunk/react-icons/CheckCircle"
|
|
135
|
-
var CheckCircle_ = __webpack_require__(
|
|
135
|
+
var CheckCircle_ = __webpack_require__(72);
|
|
136
136
|
var CheckCircle_default = /*#__PURE__*/__webpack_require__.n(CheckCircle_);
|
|
137
137
|
|
|
138
138
|
// EXTERNAL MODULE: external "@splunk/react-icons/ExclamationCircle"
|
|
139
|
-
var ExclamationCircle_ = __webpack_require__(
|
|
139
|
+
var ExclamationCircle_ = __webpack_require__(73);
|
|
140
140
|
var ExclamationCircle_default = /*#__PURE__*/__webpack_require__.n(ExclamationCircle_);
|
|
141
141
|
|
|
142
142
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -437,21 +437,21 @@ module.exports = require("styled-components");
|
|
|
437
437
|
|
|
438
438
|
/***/ }),
|
|
439
439
|
|
|
440
|
-
/***/
|
|
440
|
+
/***/ 70:
|
|
441
441
|
/***/ (function(module, exports) {
|
|
442
442
|
|
|
443
443
|
module.exports = require("@splunk/themes/useSplunkTheme");
|
|
444
444
|
|
|
445
445
|
/***/ }),
|
|
446
446
|
|
|
447
|
-
/***/
|
|
447
|
+
/***/ 72:
|
|
448
448
|
/***/ (function(module, exports) {
|
|
449
449
|
|
|
450
450
|
module.exports = require("@splunk/react-icons/CheckCircle");
|
|
451
451
|
|
|
452
452
|
/***/ }),
|
|
453
453
|
|
|
454
|
-
/***/
|
|
454
|
+
/***/ 73:
|
|
455
455
|
/***/ (function(module, exports) {
|
|
456
456
|
|
|
457
457
|
module.exports = require("@splunk/react-icons/ExclamationCircle");
|
package/Switch.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 = 209);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -122,7 +122,7 @@ module.exports = require("react");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 209:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -141,7 +141,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
141
141
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-ui/AnimationToggle"
|
|
144
|
-
var AnimationToggle_ = __webpack_require__(
|
|
144
|
+
var AnimationToggle_ = __webpack_require__(51);
|
|
145
145
|
var AnimationToggle_default = /*#__PURE__*/__webpack_require__.n(AnimationToggle_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -152,7 +152,7 @@ var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReade
|
|
|
152
152
|
var id_ = __webpack_require__(8);
|
|
153
153
|
|
|
154
154
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Check"
|
|
155
|
-
var Check_ = __webpack_require__(
|
|
155
|
+
var Check_ = __webpack_require__(97);
|
|
156
156
|
var Check_default = /*#__PURE__*/__webpack_require__.n(Check_);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -738,7 +738,7 @@ module.exports = require("styled-components");
|
|
|
738
738
|
|
|
739
739
|
/***/ }),
|
|
740
740
|
|
|
741
|
-
/***/
|
|
741
|
+
/***/ 51:
|
|
742
742
|
/***/ (function(module, exports) {
|
|
743
743
|
|
|
744
744
|
module.exports = require("@splunk/react-ui/AnimationToggle");
|
|
@@ -759,7 +759,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
759
759
|
|
|
760
760
|
/***/ }),
|
|
761
761
|
|
|
762
|
-
/***/
|
|
762
|
+
/***/ 97:
|
|
763
763
|
/***/ (function(module, exports) {
|
|
764
764
|
|
|
765
765
|
module.exports = require("@splunk/react-icons/enterprise/Check");
|
package/TabBar.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 186);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -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";
|
|
@@ -142,7 +142,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 186:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -348,7 +348,7 @@ var maxCountValue = function maxCountValue(count, maxCount) {
|
|
|
348
348
|
return count;
|
|
349
349
|
};
|
|
350
350
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
351
|
-
var updateReactRef = __webpack_require__(
|
|
351
|
+
var updateReactRef = __webpack_require__(10);
|
|
352
352
|
|
|
353
353
|
// CONCATENATED MODULE: ./src/TabBar/Tab.tsx
|
|
354
354
|
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); }
|
|
@@ -604,7 +604,7 @@ _defineProperty(Tab_Tab, "contextType", TabBar_TabBarContext);
|
|
|
604
604
|
|
|
605
605
|
/* harmony default export */ var TabBar_Tab = (Tab_Tab);
|
|
606
606
|
// EXTERNAL MODULE: ./src/utils/navigateList.ts
|
|
607
|
-
var navigateList = __webpack_require__(
|
|
607
|
+
var navigateList = __webpack_require__(60);
|
|
608
608
|
|
|
609
609
|
// CONCATENATED MODULE: ./src/TabBar/TabBar.tsx
|
|
610
610
|
function TabBar_extends() { TabBar_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 TabBar_extends.apply(this, arguments); }
|
|
@@ -779,7 +779,7 @@ module.exports = require("styled-components");
|
|
|
779
779
|
|
|
780
780
|
/***/ }),
|
|
781
781
|
|
|
782
|
-
/***/
|
|
782
|
+
/***/ 60:
|
|
783
783
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
784
784
|
|
|
785
785
|
"use strict";
|
package/TabLayout.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 = 210);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,14 +101,14 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 11:
|
|
105
105
|
/***/ (function(module, exports) {
|
|
106
106
|
|
|
107
107
|
module.exports = require("lodash/has");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 124:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("@splunk/react-ui/TabBar");
|
|
@@ -122,7 +122,7 @@ module.exports = require("react");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 210:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
|
@@ -142,7 +142,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
142
142
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
143
143
|
|
|
144
144
|
// EXTERNAL MODULE: external "lodash/has"
|
|
145
|
-
var has_ = __webpack_require__(
|
|
145
|
+
var has_ = __webpack_require__(11);
|
|
146
146
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
147
147
|
|
|
148
148
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -157,7 +157,7 @@ var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
|
157
157
|
var id_ = __webpack_require__(8);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "@splunk/react-ui/TabBar"
|
|
160
|
-
var TabBar_ = __webpack_require__(
|
|
160
|
+
var TabBar_ = __webpack_require__(124);
|
|
161
161
|
var TabBar_default = /*#__PURE__*/__webpack_require__.n(TabBar_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "styled-components"
|