@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/Text.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 = 197);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -102,20 +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
|
-
/***/ 104:
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("@splunk/react-ui/ControlGroup");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 11:
|
|
119
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
106
|
|
|
121
107
|
"use strict";
|
|
@@ -140,6 +126,20 @@ function updateReactRef(ref, current) {
|
|
|
140
126
|
|
|
141
127
|
|
|
142
128
|
|
|
129
|
+
/***/ }),
|
|
130
|
+
|
|
131
|
+
/***/ 107:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("@splunk/react-ui/ControlGroup");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 11:
|
|
139
|
+
/***/ (function(module, exports) {
|
|
140
|
+
|
|
141
|
+
module.exports = require("lodash/has");
|
|
142
|
+
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
145
|
/***/ 14:
|
|
@@ -149,7 +149,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 166:
|
|
153
153
|
/***/ (function(module, exports) {
|
|
154
154
|
|
|
155
155
|
module.exports = require("@splunk/react-ui/TextArea");
|
|
@@ -163,7 +163,7 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
163
163
|
|
|
164
164
|
/***/ }),
|
|
165
165
|
|
|
166
|
-
/***/
|
|
166
|
+
/***/ 197:
|
|
167
167
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
168
168
|
|
|
169
169
|
"use strict";
|
|
@@ -182,7 +182,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
182
182
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
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/keys"
|
|
@@ -194,26 +194,26 @@ var omit_ = __webpack_require__(5);
|
|
|
194
194
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
195
195
|
|
|
196
196
|
// EXTERNAL MODULE: external "lodash/pickBy"
|
|
197
|
-
var pickBy_ = __webpack_require__(
|
|
197
|
+
var pickBy_ = __webpack_require__(63);
|
|
198
198
|
var pickBy_default = /*#__PURE__*/__webpack_require__.n(pickBy_);
|
|
199
199
|
|
|
200
200
|
// EXTERNAL MODULE: external "@splunk/react-ui/ControlGroup"
|
|
201
|
-
var ControlGroup_ = __webpack_require__(
|
|
201
|
+
var ControlGroup_ = __webpack_require__(107);
|
|
202
202
|
|
|
203
203
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
204
|
-
var Cross_ = __webpack_require__(
|
|
204
|
+
var Cross_ = __webpack_require__(26);
|
|
205
205
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
206
206
|
|
|
207
207
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
208
|
-
var Close_ = __webpack_require__(
|
|
208
|
+
var Close_ = __webpack_require__(27);
|
|
209
209
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
210
210
|
|
|
211
211
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Search"
|
|
212
|
-
var Search_ = __webpack_require__(
|
|
212
|
+
var Search_ = __webpack_require__(54);
|
|
213
213
|
var Search_default = /*#__PURE__*/__webpack_require__.n(Search_);
|
|
214
214
|
|
|
215
215
|
// EXTERNAL MODULE: external "@splunk/react-icons/Magnifier"
|
|
216
|
-
var Magnifier_ = __webpack_require__(
|
|
216
|
+
var Magnifier_ = __webpack_require__(49);
|
|
217
217
|
var Magnifier_default = /*#__PURE__*/__webpack_require__.n(Magnifier_);
|
|
218
218
|
|
|
219
219
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -221,20 +221,20 @@ var ScreenReaderContent_ = __webpack_require__(14);
|
|
|
221
221
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
222
222
|
|
|
223
223
|
// EXTERNAL MODULE: external "@splunk/react-ui/TextArea"
|
|
224
|
-
var TextArea_ = __webpack_require__(
|
|
224
|
+
var TextArea_ = __webpack_require__(166);
|
|
225
225
|
var TextArea_default = /*#__PURE__*/__webpack_require__.n(TextArea_);
|
|
226
226
|
|
|
227
227
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
228
228
|
var themes_ = __webpack_require__(0);
|
|
229
229
|
|
|
230
230
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
231
|
-
var style_ = __webpack_require__(
|
|
231
|
+
var style_ = __webpack_require__(41);
|
|
232
232
|
|
|
233
233
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
234
234
|
var i18n_ = __webpack_require__(4);
|
|
235
235
|
|
|
236
236
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVGEnterprise"
|
|
237
|
-
var SVGEnterprise_ = __webpack_require__(
|
|
237
|
+
var SVGEnterprise_ = __webpack_require__(34);
|
|
238
238
|
var SVGEnterprise_default = /*#__PURE__*/__webpack_require__.n(SVGEnterprise_);
|
|
239
239
|
|
|
240
240
|
// CONCATENATED MODULE: ./src/Text/IconOutlinedHide.tsx
|
|
@@ -639,7 +639,7 @@ var StyledAdornment = external_styled_components_default.a.div.withConfig({
|
|
|
639
639
|
}));
|
|
640
640
|
|
|
641
641
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
642
|
-
var updateReactRef = __webpack_require__(
|
|
642
|
+
var updateReactRef = __webpack_require__(10);
|
|
643
643
|
|
|
644
644
|
// CONCATENATED MODULE: ./src/Text/Text.tsx
|
|
645
645
|
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); }
|
|
@@ -898,6 +898,8 @@ var Text_Text = /*#__PURE__*/function (_Component) {
|
|
|
898
898
|
});
|
|
899
899
|
}
|
|
900
900
|
|
|
901
|
+
_this.focus();
|
|
902
|
+
|
|
901
903
|
(_this$props$onChange2 = (_this$props7 = _this.props).onChange) === null || _this$props$onChange2 === void 0 ? void 0 : _this$props$onChange2.call(_this$props7, e, {
|
|
902
904
|
value: value,
|
|
903
905
|
name: name
|
|
@@ -1284,14 +1286,14 @@ module.exports = require("react");
|
|
|
1284
1286
|
|
|
1285
1287
|
/***/ }),
|
|
1286
1288
|
|
|
1287
|
-
/***/
|
|
1289
|
+
/***/ 26:
|
|
1288
1290
|
/***/ (function(module, exports) {
|
|
1289
1291
|
|
|
1290
1292
|
module.exports = require("@splunk/react-icons/Cross");
|
|
1291
1293
|
|
|
1292
1294
|
/***/ }),
|
|
1293
1295
|
|
|
1294
|
-
/***/
|
|
1296
|
+
/***/ 27:
|
|
1295
1297
|
/***/ (function(module, exports) {
|
|
1296
1298
|
|
|
1297
1299
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -1305,28 +1307,28 @@ module.exports = require("styled-components");
|
|
|
1305
1307
|
|
|
1306
1308
|
/***/ }),
|
|
1307
1309
|
|
|
1308
|
-
/***/
|
|
1310
|
+
/***/ 34:
|
|
1309
1311
|
/***/ (function(module, exports) {
|
|
1310
1312
|
|
|
1311
1313
|
module.exports = require("@splunk/react-icons/SVGEnterprise");
|
|
1312
1314
|
|
|
1313
1315
|
/***/ }),
|
|
1314
1316
|
|
|
1315
|
-
/***/
|
|
1317
|
+
/***/ 4:
|
|
1316
1318
|
/***/ (function(module, exports) {
|
|
1317
1319
|
|
|
1318
|
-
module.exports = require("@splunk/ui-utils/
|
|
1320
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
1319
1321
|
|
|
1320
1322
|
/***/ }),
|
|
1321
1323
|
|
|
1322
|
-
/***/
|
|
1324
|
+
/***/ 41:
|
|
1323
1325
|
/***/ (function(module, exports) {
|
|
1324
1326
|
|
|
1325
|
-
module.exports = require("@splunk/ui-utils/
|
|
1327
|
+
module.exports = require("@splunk/ui-utils/style");
|
|
1326
1328
|
|
|
1327
1329
|
/***/ }),
|
|
1328
1330
|
|
|
1329
|
-
/***/
|
|
1331
|
+
/***/ 49:
|
|
1330
1332
|
/***/ (function(module, exports) {
|
|
1331
1333
|
|
|
1332
1334
|
module.exports = require("@splunk/react-icons/Magnifier");
|
|
@@ -1340,7 +1342,7 @@ module.exports = require("lodash/omit");
|
|
|
1340
1342
|
|
|
1341
1343
|
/***/ }),
|
|
1342
1344
|
|
|
1343
|
-
/***/
|
|
1345
|
+
/***/ 54:
|
|
1344
1346
|
/***/ (function(module, exports) {
|
|
1345
1347
|
|
|
1346
1348
|
module.exports = require("@splunk/react-icons/enterprise/Search");
|
|
@@ -1354,7 +1356,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1354
1356
|
|
|
1355
1357
|
/***/ }),
|
|
1356
1358
|
|
|
1357
|
-
/***/
|
|
1359
|
+
/***/ 63:
|
|
1358
1360
|
/***/ (function(module, exports) {
|
|
1359
1361
|
|
|
1360
1362
|
module.exports = require("lodash/pickBy");
|
package/TextArea.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 = 211);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -102,20 +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
|
-
/***/ 104:
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("@splunk/react-ui/ControlGroup");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 11:
|
|
119
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
106
|
|
|
121
107
|
"use strict";
|
|
@@ -140,6 +126,20 @@ function updateReactRef(ref, current) {
|
|
|
140
126
|
|
|
141
127
|
|
|
142
128
|
|
|
129
|
+
/***/ }),
|
|
130
|
+
|
|
131
|
+
/***/ 107:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("@splunk/react-ui/ControlGroup");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 11:
|
|
139
|
+
/***/ (function(module, exports) {
|
|
140
|
+
|
|
141
|
+
module.exports = require("lodash/has");
|
|
142
|
+
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
145
|
/***/ 16:
|
|
@@ -149,7 +149,7 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 167:
|
|
153
153
|
/***/ (function(module, exports) {
|
|
154
154
|
|
|
155
155
|
module.exports = require("lodash/noop");
|
|
@@ -170,7 +170,7 @@ module.exports = require("react");
|
|
|
170
170
|
|
|
171
171
|
/***/ }),
|
|
172
172
|
|
|
173
|
-
/***/
|
|
173
|
+
/***/ 211:
|
|
174
174
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
175
175
|
|
|
176
176
|
"use strict";
|
|
@@ -189,11 +189,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
189
189
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
190
190
|
|
|
191
191
|
// EXTERNAL MODULE: external "lodash/defer"
|
|
192
|
-
var defer_ = __webpack_require__(
|
|
192
|
+
var defer_ = __webpack_require__(58);
|
|
193
193
|
var defer_default = /*#__PURE__*/__webpack_require__.n(defer_);
|
|
194
194
|
|
|
195
195
|
// EXTERNAL MODULE: external "lodash/has"
|
|
196
|
-
var has_ = __webpack_require__(
|
|
196
|
+
var has_ = __webpack_require__(11);
|
|
197
197
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
198
198
|
|
|
199
199
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -201,7 +201,7 @@ var keys_ = __webpack_require__(9);
|
|
|
201
201
|
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
202
202
|
|
|
203
203
|
// EXTERNAL MODULE: external "lodash/noop"
|
|
204
|
-
var noop_ = __webpack_require__(
|
|
204
|
+
var noop_ = __webpack_require__(167);
|
|
205
205
|
var noop_default = /*#__PURE__*/__webpack_require__.n(noop_);
|
|
206
206
|
|
|
207
207
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -209,26 +209,26 @@ var omit_ = __webpack_require__(5);
|
|
|
209
209
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
210
210
|
|
|
211
211
|
// EXTERNAL MODULE: external "lodash/pickBy"
|
|
212
|
-
var pickBy_ = __webpack_require__(
|
|
212
|
+
var pickBy_ = __webpack_require__(63);
|
|
213
213
|
var pickBy_default = /*#__PURE__*/__webpack_require__.n(pickBy_);
|
|
214
214
|
|
|
215
215
|
// EXTERNAL MODULE: external "lodash/throttle"
|
|
216
|
-
var throttle_ = __webpack_require__(
|
|
216
|
+
var throttle_ = __webpack_require__(33);
|
|
217
217
|
var throttle_default = /*#__PURE__*/__webpack_require__.n(throttle_);
|
|
218
218
|
|
|
219
219
|
// EXTERNAL MODULE: external "@splunk/react-ui/ControlGroup"
|
|
220
|
-
var ControlGroup_ = __webpack_require__(
|
|
220
|
+
var ControlGroup_ = __webpack_require__(107);
|
|
221
221
|
|
|
222
222
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
223
|
-
var Cross_ = __webpack_require__(
|
|
223
|
+
var Cross_ = __webpack_require__(26);
|
|
224
224
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
225
225
|
|
|
226
226
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
227
|
-
var Close_ = __webpack_require__(
|
|
227
|
+
var Close_ = __webpack_require__(27);
|
|
228
228
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
229
229
|
|
|
230
230
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Search"
|
|
231
|
-
var Search_ = __webpack_require__(
|
|
231
|
+
var Search_ = __webpack_require__(54);
|
|
232
232
|
var Search_default = /*#__PURE__*/__webpack_require__.n(Search_);
|
|
233
233
|
|
|
234
234
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
@@ -236,11 +236,11 @@ var EventListener_ = __webpack_require__(16);
|
|
|
236
236
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
237
237
|
|
|
238
238
|
// EXTERNAL MODULE: external "@splunk/react-icons/Magnifier"
|
|
239
|
-
var Magnifier_ = __webpack_require__(
|
|
239
|
+
var Magnifier_ = __webpack_require__(49);
|
|
240
240
|
var Magnifier_default = /*#__PURE__*/__webpack_require__.n(Magnifier_);
|
|
241
241
|
|
|
242
242
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
243
|
-
var style_ = __webpack_require__(
|
|
243
|
+
var style_ = __webpack_require__(41);
|
|
244
244
|
|
|
245
245
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
246
246
|
var themes_ = __webpack_require__(0);
|
|
@@ -619,7 +619,7 @@ function syncHeightWithShadow(_ref) {
|
|
|
619
619
|
return false;
|
|
620
620
|
}
|
|
621
621
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
622
|
-
var updateReactRef = __webpack_require__(
|
|
622
|
+
var updateReactRef = __webpack_require__(10);
|
|
623
623
|
|
|
624
624
|
// CONCATENATED MODULE: ./src/TextArea/TextArea.tsx
|
|
625
625
|
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); }
|
|
@@ -878,6 +878,8 @@ var TextArea_TextArea = /*#__PURE__*/function (_Component) {
|
|
|
878
878
|
});
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
+
_this.focus();
|
|
882
|
+
|
|
881
883
|
(_this$props$onChange2 = (_this$props7 = _this.props).onChange) === null || _this$props$onChange2 === void 0 ? void 0 : _this$props$onChange2.call(_this$props7, e, {
|
|
882
884
|
value: value,
|
|
883
885
|
name: name
|
|
@@ -1235,14 +1237,14 @@ TextAreaWithTheme.componentType = TextArea_TextArea.componentType;
|
|
|
1235
1237
|
|
|
1236
1238
|
/***/ }),
|
|
1237
1239
|
|
|
1238
|
-
/***/
|
|
1240
|
+
/***/ 26:
|
|
1239
1241
|
/***/ (function(module, exports) {
|
|
1240
1242
|
|
|
1241
1243
|
module.exports = require("@splunk/react-icons/Cross");
|
|
1242
1244
|
|
|
1243
1245
|
/***/ }),
|
|
1244
1246
|
|
|
1245
|
-
/***/
|
|
1247
|
+
/***/ 27:
|
|
1246
1248
|
/***/ (function(module, exports) {
|
|
1247
1249
|
|
|
1248
1250
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
@@ -1256,28 +1258,28 @@ module.exports = require("styled-components");
|
|
|
1256
1258
|
|
|
1257
1259
|
/***/ }),
|
|
1258
1260
|
|
|
1259
|
-
/***/
|
|
1261
|
+
/***/ 33:
|
|
1260
1262
|
/***/ (function(module, exports) {
|
|
1261
1263
|
|
|
1262
1264
|
module.exports = require("lodash/throttle");
|
|
1263
1265
|
|
|
1264
1266
|
/***/ }),
|
|
1265
1267
|
|
|
1266
|
-
/***/
|
|
1268
|
+
/***/ 4:
|
|
1267
1269
|
/***/ (function(module, exports) {
|
|
1268
1270
|
|
|
1269
|
-
module.exports = require("@splunk/ui-utils/
|
|
1271
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
1270
1272
|
|
|
1271
1273
|
/***/ }),
|
|
1272
1274
|
|
|
1273
|
-
/***/
|
|
1275
|
+
/***/ 41:
|
|
1274
1276
|
/***/ (function(module, exports) {
|
|
1275
1277
|
|
|
1276
|
-
module.exports = require("@splunk/ui-utils/
|
|
1278
|
+
module.exports = require("@splunk/ui-utils/style");
|
|
1277
1279
|
|
|
1278
1280
|
/***/ }),
|
|
1279
1281
|
|
|
1280
|
-
/***/
|
|
1282
|
+
/***/ 49:
|
|
1281
1283
|
/***/ (function(module, exports) {
|
|
1282
1284
|
|
|
1283
1285
|
module.exports = require("@splunk/react-icons/Magnifier");
|
|
@@ -1291,14 +1293,14 @@ module.exports = require("lodash/omit");
|
|
|
1291
1293
|
|
|
1292
1294
|
/***/ }),
|
|
1293
1295
|
|
|
1294
|
-
/***/
|
|
1296
|
+
/***/ 54:
|
|
1295
1297
|
/***/ (function(module, exports) {
|
|
1296
1298
|
|
|
1297
1299
|
module.exports = require("@splunk/react-icons/enterprise/Search");
|
|
1298
1300
|
|
|
1299
1301
|
/***/ }),
|
|
1300
1302
|
|
|
1301
|
-
/***/
|
|
1303
|
+
/***/ 58:
|
|
1302
1304
|
/***/ (function(module, exports) {
|
|
1303
1305
|
|
|
1304
1306
|
module.exports = require("lodash/defer");
|
|
@@ -1312,7 +1314,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1312
1314
|
|
|
1313
1315
|
/***/ }),
|
|
1314
1316
|
|
|
1315
|
-
/***/
|
|
1317
|
+
/***/ 63:
|
|
1316
1318
|
/***/ (function(module, exports) {
|
|
1317
1319
|
|
|
1318
1320
|
module.exports = require("lodash/pickBy");
|
package/Tooltip.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 = 212);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ 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");
|
|
@@ -129,7 +129,14 @@ module.exports = require("react");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 21:
|
|
133
|
+
/***/ (function(module, exports) {
|
|
134
|
+
|
|
135
|
+
module.exports = require("@splunk/react-ui/Popover");
|
|
136
|
+
|
|
137
|
+
/***/ }),
|
|
138
|
+
|
|
139
|
+
/***/ 212:
|
|
133
140
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
141
|
|
|
135
142
|
"use strict";
|
|
@@ -148,11 +155,11 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
148
155
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
149
156
|
|
|
150
157
|
// EXTERNAL MODULE: external "lodash/has"
|
|
151
|
-
var has_ = __webpack_require__(
|
|
158
|
+
var has_ = __webpack_require__(11);
|
|
152
159
|
var has_default = /*#__PURE__*/__webpack_require__.n(has_);
|
|
153
160
|
|
|
154
161
|
// EXTERNAL MODULE: external "lodash/throttle"
|
|
155
|
-
var throttle_ = __webpack_require__(
|
|
162
|
+
var throttle_ = __webpack_require__(33);
|
|
156
163
|
var throttle_default = /*#__PURE__*/__webpack_require__.n(throttle_);
|
|
157
164
|
|
|
158
165
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -173,7 +180,7 @@ var id_ = __webpack_require__(8);
|
|
|
173
180
|
var i18n_ = __webpack_require__(4);
|
|
174
181
|
|
|
175
182
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVGEnterprise"
|
|
176
|
-
var SVGEnterprise_ = __webpack_require__(
|
|
183
|
+
var SVGEnterprise_ = __webpack_require__(34);
|
|
177
184
|
var SVGEnterprise_default = /*#__PURE__*/__webpack_require__.n(SVGEnterprise_);
|
|
178
185
|
|
|
179
186
|
// CONCATENATED MODULE: ./src/Tooltip/InfoIcon.tsx
|
|
@@ -687,13 +694,6 @@ TooltipWithTheme.propTypes = Tooltip_Tooltip.propTypes;
|
|
|
687
694
|
|
|
688
695
|
|
|
689
696
|
|
|
690
|
-
/***/ }),
|
|
691
|
-
|
|
692
|
-
/***/ 21:
|
|
693
|
-
/***/ (function(module, exports) {
|
|
694
|
-
|
|
695
|
-
module.exports = require("@splunk/react-ui/Popover");
|
|
696
|
-
|
|
697
697
|
/***/ }),
|
|
698
698
|
|
|
699
699
|
/***/ 3:
|
|
@@ -703,14 +703,14 @@ module.exports = require("styled-components");
|
|
|
703
703
|
|
|
704
704
|
/***/ }),
|
|
705
705
|
|
|
706
|
-
/***/
|
|
706
|
+
/***/ 33:
|
|
707
707
|
/***/ (function(module, exports) {
|
|
708
708
|
|
|
709
709
|
module.exports = require("lodash/throttle");
|
|
710
710
|
|
|
711
711
|
/***/ }),
|
|
712
712
|
|
|
713
|
-
/***/
|
|
713
|
+
/***/ 34:
|
|
714
714
|
/***/ (function(module, exports) {
|
|
715
715
|
|
|
716
716
|
module.exports = require("@splunk/react-icons/SVGEnterprise");
|
package/TransitionOpen.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 = 237);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 237:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -135,13 +135,13 @@ var omit_ = __webpack_require__(5);
|
|
|
135
135
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
138
|
-
var Animation_ = __webpack_require__(
|
|
138
|
+
var Animation_ = __webpack_require__(43);
|
|
139
139
|
|
|
140
140
|
// EXTERNAL MODULE: external "@splunk/ui-utils/focus"
|
|
141
|
-
var focus_ = __webpack_require__(
|
|
141
|
+
var focus_ = __webpack_require__(31);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/ui-utils/style"
|
|
144
|
-
var style_ = __webpack_require__(
|
|
144
|
+
var style_ = __webpack_require__(41);
|
|
145
145
|
|
|
146
146
|
// EXTERNAL MODULE: external "react-spring"
|
|
147
147
|
var external_react_spring_ = __webpack_require__(24);
|
|
@@ -510,28 +510,28 @@ module.exports = require("react-spring");
|
|
|
510
510
|
|
|
511
511
|
/***/ }),
|
|
512
512
|
|
|
513
|
-
/***/
|
|
513
|
+
/***/ 3:
|
|
514
514
|
/***/ (function(module, exports) {
|
|
515
515
|
|
|
516
|
-
module.exports = require("
|
|
516
|
+
module.exports = require("styled-components");
|
|
517
517
|
|
|
518
518
|
/***/ }),
|
|
519
519
|
|
|
520
|
-
/***/
|
|
520
|
+
/***/ 31:
|
|
521
521
|
/***/ (function(module, exports) {
|
|
522
522
|
|
|
523
|
-
module.exports = require("
|
|
523
|
+
module.exports = require("@splunk/ui-utils/focus");
|
|
524
524
|
|
|
525
525
|
/***/ }),
|
|
526
526
|
|
|
527
|
-
/***/
|
|
527
|
+
/***/ 41:
|
|
528
528
|
/***/ (function(module, exports) {
|
|
529
529
|
|
|
530
530
|
module.exports = require("@splunk/ui-utils/style");
|
|
531
531
|
|
|
532
532
|
/***/ }),
|
|
533
533
|
|
|
534
|
-
/***/
|
|
534
|
+
/***/ 43:
|
|
535
535
|
/***/ (function(module, exports) {
|
|
536
536
|
|
|
537
537
|
module.exports = require("@splunk/react-ui/Animation");
|
package/Typography.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 = 243);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("react");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 243:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -121,7 +121,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
121
121
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
122
122
|
|
|
123
123
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
124
|
-
var mixins_ = __webpack_require__(
|
|
124
|
+
var mixins_ = __webpack_require__(83);
|
|
125
125
|
var mixins_default = /*#__PURE__*/__webpack_require__.n(mixins_);
|
|
126
126
|
|
|
127
127
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -220,7 +220,7 @@ module.exports = require("styled-components");
|
|
|
220
220
|
|
|
221
221
|
/***/ }),
|
|
222
222
|
|
|
223
|
-
/***/
|
|
223
|
+
/***/ 83:
|
|
224
224
|
/***/ (function(module, exports) {
|
|
225
225
|
|
|
226
226
|
module.exports = require("@splunk/themes/mixins");
|
package/WaitSpinner.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
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 238:
|
|
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 "@splunk/react-ui/AnimationToggle"
|
|
130
|
-
var AnimationToggle_ = __webpack_require__(
|
|
130
|
+
var AnimationToggle_ = __webpack_require__(51);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
133
133
|
var themes_ = __webpack_require__(0);
|
|
@@ -145,7 +145,7 @@ var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(exte
|
|
|
145
145
|
var Styled = external_styled_components_default.a.div.withConfig({
|
|
146
146
|
displayName: "WaitSpinnerStyles__Styled",
|
|
147
147
|
componentId: "sc-1nu971z-0"
|
|
148
|
-
})(["", ";"], themes_["mixins"].reset('inline'));
|
|
148
|
+
})(["", ";align-items:center;"], themes_["mixins"].reset('inline-flex'));
|
|
149
149
|
var spin = Object(external_styled_components_["keyframes"])(["100%{transform:rotate(360deg);}"]);
|
|
150
150
|
var appearAnimation = Object(external_styled_components_["keyframes"])(["0%{transform:scale(0);opacity:0;}100%{transform:scale(1);opacity:1;}"]);
|
|
151
151
|
var prismaAnimationDuration = '2.07s';
|
|
@@ -288,7 +288,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
288
288
|
|
|
289
289
|
/***/ }),
|
|
290
290
|
|
|
291
|
-
/***/
|
|
291
|
+
/***/ 51:
|
|
292
292
|
/***/ (function(module, exports) {
|
|
293
293
|
|
|
294
294
|
module.exports = require("@splunk/react-ui/AnimationToggle");
|