@splunk/react-ui 4.13.0 → 4.14.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/.storybook-visual/config/snapshotResolver.js +29 -0
- package/.storybook-visual/main.js +22 -0
- package/.storybook-visual/preview.jsx +31 -0
- package/.storybook-visual/scripts/test.sh +108 -0
- package/.storybook-visual/test-runner.js +108 -0
- package/Accordion.js +4 -4
- package/Anchor.js +2 -2
- package/Animation.js +6 -6
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +28 -28
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +2 -2
- package/CHANGELOG.md +16 -1
- package/Calendar.js +365 -70
- package/Card.js +30 -28
- package/CardLayout.js +2 -2
- package/Chip.js +10 -10
- package/Clickable.js +9 -9
- package/CloseButton.js +8 -8
- package/Code.js +4 -4
- package/CollapsiblePanel.js +15 -11
- package/Color.js +27 -27
- package/ColumnLayout.js +6 -6
- package/ComboBox.js +19 -19
- package/Concertina.js +6 -6
- package/ControlGroup.js +14 -13
- package/Date.js +118 -55
- package/DefinitionList.js +2 -2
- package/Divider.js +194 -0
- package/Dropdown.js +13 -13
- package/EventListener.js +4 -4
- package/File.js +16 -16
- package/FormRows.js +14 -14
- package/Heading.js +2 -2
- package/Image.js +12 -12
- package/JSONTree.js +2 -2
- package/Layer.js +85 -8
- package/Link.js +9 -9
- package/List.js +2 -2
- package/Markdown.js +18 -18
- package/Menu.js +32 -32
- package/Message.js +32 -32
- package/MessageBar.js +22 -22
- package/Modal.js +63 -37
- package/ModalLayer.js +11 -11
- package/Monogram.js +2 -2
- package/Multiselect.js +61 -61
- package/Number.js +8 -6
- package/Paginator.js +17 -17
- package/Paragraph.js +2 -2
- package/Popover.js +175 -17
- package/Progress.js +8 -8
- package/RadioBar.js +2 -2
- package/RadioList.js +4 -4
- package/Resize.js +4 -4
- package/ResultsMenu.js +20 -20
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +13 -13
- package/ScrollContainerContext.js +154 -3
- package/Search.js +28 -28
- package/Select.js +41 -41
- package/SidePanel.js +6 -6
- package/Slider.js +14 -14
- package/SlidingPanels.js +11 -11
- package/SplitButton.js +12 -12
- package/StaticContent.js +2 -2
- package/StepBar.js +10 -10
- package/Switch.js +8 -8
- package/TabBar.js +15 -15
- package/TabLayout.js +6 -6
- package/Table.js +249 -67
- package/Text.js +31 -30
- package/TextArea.js +31 -31
- package/Tooltip.js +17 -11
- package/TransitionOpen.js +39 -15
- package/Typography.js +4 -4
- package/WaitSpinner.js +4 -70
- package/package.json +10 -12
- package/test-runner-jest.config.js +18 -5
- package/types/src/Calendar/Calendar.d.ts +15 -2
- package/types/src/Calendar/DateTable.d.ts +7 -3
- package/types/src/Calendar/Day.d.ts +14 -5
- package/types/src/CollapsiblePanel/CollapsiblePanel.d.ts +7 -3
- package/types/src/Date/Date.d.ts +17 -8
- package/types/src/Date/docs/examples/CustomDate.d.ts +2 -2
- package/types/src/Date/docs/examples/Disabled.d.ts +2 -2
- package/types/src/Date/docs/examples/prisma/WithoutCalendar.d.ts +2 -0
- package/types/src/Divider/Divider.d.ts +20 -0
- package/types/src/Divider/docs/examples/AriaHidden.d.ts +2 -0
- package/types/src/Divider/docs/examples/Basic.d.ts +2 -0
- package/types/src/Divider/docs/examples/CustomStyle.d.ts +2 -0
- package/types/src/Divider/docs/examples/Vertical.d.ts +2 -0
- package/types/src/Divider/index.d.ts +1 -0
- package/types/src/Modal/Modal.d.ts +7 -3
- package/types/src/Modal/ModalContext.d.ts +1 -0
- package/types/src/Number/Number.d.ts +5 -1
- package/types/src/SplitButton/docs/examples/Disabled.d.ts +1 -1
- package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +1 -1
- package/types/src/Table/docs/examples/FilterColumnValues.d.ts +14 -0
- package/types/src/Tooltip/Tooltip.d.ts +10 -5
- package/types/src/TransitionOpen/TransitionOpen.d.ts +7 -3
- package/types/src/WaitSpinner/WaitSpinner.d.ts +1 -1
- package/types/src/useKeyPress/index.d.ts +37 -0
- package/useForceUpdate.js +2 -2
- package/{useIsSsr.js → useKeyPress.js} +56 -49
- package/usePrevious.js +2 -2
- package/types/src/useIsSsr/index.d.ts +0 -2
- package/types/src/useIsSsr/useIsSsr.d.ts +0 -8
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 = 138);
|
|
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,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 138:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -148,7 +148,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
148
148
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
149
149
|
|
|
150
150
|
// EXTERNAL MODULE: external "react-dom"
|
|
151
|
-
var external_react_dom_ = __webpack_require__(
|
|
151
|
+
var external_react_dom_ = __webpack_require__(70);
|
|
152
152
|
|
|
153
153
|
// EXTERNAL MODULE: external "lodash"
|
|
154
154
|
var external_lodash_ = __webpack_require__(4);
|
|
@@ -157,22 +157,22 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
157
157
|
var themes_ = __webpack_require__(0);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
160
|
-
var Animation_ = __webpack_require__(
|
|
160
|
+
var Animation_ = __webpack_require__(34);
|
|
161
161
|
|
|
162
162
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
163
163
|
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__(60);
|
|
168
168
|
var Layer_default = /*#__PURE__*/__webpack_require__.n(Layer_);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
171
|
-
var ScrollContainerContext_ = __webpack_require__(
|
|
171
|
+
var ScrollContainerContext_ = __webpack_require__(39);
|
|
172
172
|
var ScrollContainerContext_default = /*#__PURE__*/__webpack_require__.n(ScrollContainerContext_);
|
|
173
173
|
|
|
174
174
|
// EXTERNAL MODULE: external "@splunk/ui-utils/focus"
|
|
175
|
-
var focus_ = __webpack_require__(
|
|
175
|
+
var focus_ = __webpack_require__(28);
|
|
176
176
|
|
|
177
177
|
// CONCATENATED MODULE: ./src/Popover/getPlacement.ts
|
|
178
178
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -454,7 +454,7 @@ function getPlacement(args) {
|
|
|
454
454
|
var PopoverContext = /*#__PURE__*/Object(external_react_["createContext"])({});
|
|
455
455
|
|
|
456
456
|
// EXTERNAL MODULE: external "react-spring"
|
|
457
|
-
var external_react_spring_ = __webpack_require__(
|
|
457
|
+
var external_react_spring_ = __webpack_require__(21);
|
|
458
458
|
|
|
459
459
|
// EXTERNAL MODULE: external "styled-components"
|
|
460
460
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -525,7 +525,10 @@ var StyledLowerRightCorner = external_styled_components_default.a.div.withConfig
|
|
|
525
525
|
})(["position:fixed;right:0;bottom:0;"]);
|
|
526
526
|
|
|
527
527
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
528
|
-
var updateReactRef = __webpack_require__(
|
|
528
|
+
var updateReactRef = __webpack_require__(10);
|
|
529
|
+
|
|
530
|
+
// EXTERNAL MODULE: ./src/utils/ssrWindow.ts
|
|
531
|
+
var ssrWindow = __webpack_require__(19);
|
|
529
532
|
|
|
530
533
|
// CONCATENATED MODULE: ./src/Popover/Popover.tsx
|
|
531
534
|
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); }
|
|
@@ -592,6 +595,9 @@ function Popover_defineProperty(obj, key, value) { if (key in obj) { Object.defi
|
|
|
592
595
|
|
|
593
596
|
|
|
594
597
|
|
|
598
|
+
|
|
599
|
+
/** @public */
|
|
600
|
+
|
|
595
601
|
var possibleCloseReasons = ['clickAway', 'escapeKey', 'offScreen', 'tabKey'];
|
|
596
602
|
var propTypes = {
|
|
597
603
|
align: external_prop_types_default.a.oneOf(['center', 'edge', 'theme', 'end']),
|
|
@@ -760,6 +766,8 @@ var Popover_Popover = /*#__PURE__*/function (_Component) {
|
|
|
760
766
|
});
|
|
761
767
|
|
|
762
768
|
Popover_defineProperty(_assertThisInitialized(_this), "setPlacement", function (scrolling) {
|
|
769
|
+
var window = Object(ssrWindow["a" /* getWindow */])();
|
|
770
|
+
|
|
763
771
|
_this.setState(function (state) {
|
|
764
772
|
var _state$arrowStyleTran;
|
|
765
773
|
|
|
@@ -1049,6 +1057,8 @@ var Popover_Popover = /*#__PURE__*/function (_Component) {
|
|
|
1049
1057
|
}, {
|
|
1050
1058
|
key: "autoCloseWhenOffScreen",
|
|
1051
1059
|
value: function autoCloseWhenOffScreen(anchorPosition, scrollContainerPosition) {
|
|
1060
|
+
var window = Object(ssrWindow["a" /* getWindow */])();
|
|
1061
|
+
|
|
1052
1062
|
if (anchorPosition.top < 0 || anchorPosition.top > window.innerHeight || anchorPosition.left < 0 || anchorPosition.left > window.innerWidth) {
|
|
1053
1063
|
this.requestClose({
|
|
1054
1064
|
reason: 'offScreen'
|
|
@@ -1079,6 +1089,7 @@ var Popover_Popover = /*#__PURE__*/function (_Component) {
|
|
|
1079
1089
|
}, {
|
|
1080
1090
|
key: "render",
|
|
1081
1091
|
value: function render() {
|
|
1092
|
+
var window = Object(ssrWindow["a" /* getWindow */])();
|
|
1082
1093
|
var open = this.props.open || this.state.animating;
|
|
1083
1094
|
var scrollContainer = this.context || window;
|
|
1084
1095
|
var hasCustomizedScrollContainer = scrollContainer !== window;
|
|
@@ -1154,9 +1165,78 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
1154
1165
|
/***/ }),
|
|
1155
1166
|
|
|
1156
1167
|
/***/ 19:
|
|
1157
|
-
/***/ (function(module,
|
|
1168
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1169
|
+
|
|
1170
|
+
"use strict";
|
|
1171
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return getWindow; });
|
|
1172
|
+
/* unused harmony export ssrWindow */
|
|
1173
|
+
/* harmony import */ var _ssrDocument__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(27);
|
|
1174
|
+
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
1175
|
+
|
|
1176
|
+
var ssrWindow = {
|
|
1177
|
+
document: _ssrDocument__WEBPACK_IMPORTED_MODULE_0__[/* ssrDocument */ "b"],
|
|
1178
|
+
navigator: {
|
|
1179
|
+
userAgent: ''
|
|
1180
|
+
},
|
|
1181
|
+
location: {
|
|
1182
|
+
hash: '',
|
|
1183
|
+
host: '',
|
|
1184
|
+
hostname: '',
|
|
1185
|
+
href: '',
|
|
1186
|
+
origin: '',
|
|
1187
|
+
pathname: '',
|
|
1188
|
+
protocol: '',
|
|
1189
|
+
search: ''
|
|
1190
|
+
},
|
|
1191
|
+
history: {
|
|
1192
|
+
replaceState: function replaceState() {},
|
|
1193
|
+
pushState: function pushState() {},
|
|
1194
|
+
go: function go() {},
|
|
1195
|
+
back: function back() {}
|
|
1196
|
+
},
|
|
1197
|
+
CustomEvent: function CustomEvent() {
|
|
1198
|
+
return this;
|
|
1199
|
+
},
|
|
1200
|
+
addEventListener: function addEventListener() {},
|
|
1201
|
+
removeEventListener: function removeEventListener() {},
|
|
1202
|
+
getComputedStyle: function getComputedStyle() {
|
|
1203
|
+
return {
|
|
1204
|
+
getPropertyValue: function getPropertyValue() {
|
|
1205
|
+
return '';
|
|
1206
|
+
}
|
|
1207
|
+
};
|
|
1208
|
+
},
|
|
1209
|
+
Image: function Image() {},
|
|
1210
|
+
Date: function Date() {},
|
|
1211
|
+
screen: {},
|
|
1212
|
+
setTimeout: function setTimeout() {},
|
|
1213
|
+
clearTimeout: function clearTimeout() {},
|
|
1214
|
+
matchMedia: function matchMedia() {
|
|
1215
|
+
return {};
|
|
1216
|
+
},
|
|
1217
|
+
requestAnimationFrame: function requestAnimationFrame(callback) {
|
|
1218
|
+
if (typeof setTimeout === 'undefined') {
|
|
1219
|
+
callback();
|
|
1220
|
+
return null;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
return setTimeout(callback, 0);
|
|
1224
|
+
},
|
|
1225
|
+
cancelAnimationFrame: function cancelAnimationFrame(id) {
|
|
1226
|
+
if (typeof setTimeout === 'undefined') {
|
|
1227
|
+
return;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
clearTimeout(id);
|
|
1231
|
+
}
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
function getWindow() {
|
|
1235
|
+
var win = typeof window !== 'undefined' ? window : ssrWindow;
|
|
1236
|
+
return win;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1158
1239
|
|
|
1159
|
-
module.exports = require("react-spring");
|
|
1160
1240
|
|
|
1161
1241
|
/***/ }),
|
|
1162
1242
|
|
|
@@ -1167,7 +1247,85 @@ module.exports = require("react");
|
|
|
1167
1247
|
|
|
1168
1248
|
/***/ }),
|
|
1169
1249
|
|
|
1170
|
-
/***/
|
|
1250
|
+
/***/ 21:
|
|
1251
|
+
/***/ (function(module, exports) {
|
|
1252
|
+
|
|
1253
|
+
module.exports = require("react-spring");
|
|
1254
|
+
|
|
1255
|
+
/***/ }),
|
|
1256
|
+
|
|
1257
|
+
/***/ 27:
|
|
1258
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1259
|
+
|
|
1260
|
+
"use strict";
|
|
1261
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return getDocument; });
|
|
1262
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return ssrDocument; });
|
|
1263
|
+
/* eslint-disable @typescript-eslint/no-empty-function */
|
|
1264
|
+
var ssrDocument = {
|
|
1265
|
+
body: {
|
|
1266
|
+
appendChild: function appendChild() {
|
|
1267
|
+
return [];
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
addEventListener: function addEventListener() {},
|
|
1271
|
+
removeEventListener: function removeEventListener() {},
|
|
1272
|
+
activeElement: {
|
|
1273
|
+
blur: function blur() {},
|
|
1274
|
+
nodeName: ''
|
|
1275
|
+
},
|
|
1276
|
+
querySelector: function querySelector() {
|
|
1277
|
+
return null;
|
|
1278
|
+
},
|
|
1279
|
+
querySelectorAll: function querySelectorAll() {
|
|
1280
|
+
return [];
|
|
1281
|
+
},
|
|
1282
|
+
getElementById: function getElementById() {
|
|
1283
|
+
return null;
|
|
1284
|
+
},
|
|
1285
|
+
createEvent: function createEvent() {
|
|
1286
|
+
return {
|
|
1287
|
+
initEvent: function initEvent() {}
|
|
1288
|
+
};
|
|
1289
|
+
},
|
|
1290
|
+
createElement: function createElement() {
|
|
1291
|
+
return {
|
|
1292
|
+
children: [],
|
|
1293
|
+
childNodes: [],
|
|
1294
|
+
style: {},
|
|
1295
|
+
setAttribute: function setAttribute() {},
|
|
1296
|
+
getElementsByTagName: function getElementsByTagName() {
|
|
1297
|
+
return [];
|
|
1298
|
+
}
|
|
1299
|
+
};
|
|
1300
|
+
},
|
|
1301
|
+
createElementNS: function createElementNS() {
|
|
1302
|
+
return {};
|
|
1303
|
+
},
|
|
1304
|
+
importNode: function importNode() {
|
|
1305
|
+
return null;
|
|
1306
|
+
},
|
|
1307
|
+
location: {
|
|
1308
|
+
hash: '',
|
|
1309
|
+
host: '',
|
|
1310
|
+
hostname: '',
|
|
1311
|
+
href: '',
|
|
1312
|
+
origin: '',
|
|
1313
|
+
pathname: '',
|
|
1314
|
+
protocol: '',
|
|
1315
|
+
search: ''
|
|
1316
|
+
}
|
|
1317
|
+
};
|
|
1318
|
+
|
|
1319
|
+
function getDocument() {
|
|
1320
|
+
var doc = typeof document !== 'undefined' ? document : ssrDocument;
|
|
1321
|
+
return doc;
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
/***/ }),
|
|
1327
|
+
|
|
1328
|
+
/***/ 28:
|
|
1171
1329
|
/***/ (function(module, exports) {
|
|
1172
1330
|
|
|
1173
1331
|
module.exports = require("@splunk/ui-utils/focus");
|
|
@@ -1181,14 +1339,14 @@ module.exports = require("styled-components");
|
|
|
1181
1339
|
|
|
1182
1340
|
/***/ }),
|
|
1183
1341
|
|
|
1184
|
-
/***/
|
|
1342
|
+
/***/ 34:
|
|
1185
1343
|
/***/ (function(module, exports) {
|
|
1186
1344
|
|
|
1187
1345
|
module.exports = require("@splunk/react-ui/Animation");
|
|
1188
1346
|
|
|
1189
1347
|
/***/ }),
|
|
1190
1348
|
|
|
1191
|
-
/***/
|
|
1349
|
+
/***/ 39:
|
|
1192
1350
|
/***/ (function(module, exports) {
|
|
1193
1351
|
|
|
1194
1352
|
module.exports = require("@splunk/react-ui/ScrollContainerContext");
|
|
@@ -1202,14 +1360,14 @@ module.exports = require("lodash");
|
|
|
1202
1360
|
|
|
1203
1361
|
/***/ }),
|
|
1204
1362
|
|
|
1205
|
-
/***/
|
|
1363
|
+
/***/ 60:
|
|
1206
1364
|
/***/ (function(module, exports) {
|
|
1207
1365
|
|
|
1208
1366
|
module.exports = require("@splunk/react-ui/Layer");
|
|
1209
1367
|
|
|
1210
1368
|
/***/ }),
|
|
1211
1369
|
|
|
1212
|
-
/***/
|
|
1370
|
+
/***/ 70:
|
|
1213
1371
|
/***/ (function(module, exports) {
|
|
1214
1372
|
|
|
1215
1373
|
module.exports = require("react-dom");
|
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 = 171);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 171:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,18 +123,18 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var external_lodash_ = __webpack_require__(4);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: external "@splunk/react-ui/AnimationToggle"
|
|
126
|
-
var AnimationToggle_ = __webpack_require__(
|
|
126
|
+
var AnimationToggle_ = __webpack_require__(38);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "styled-components"
|
|
129
129
|
var external_styled_components_ = __webpack_require__(3);
|
|
130
130
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
131
131
|
|
|
132
132
|
// EXTERNAL MODULE: external "tinycolor2"
|
|
133
|
-
var external_tinycolor2_ = __webpack_require__(
|
|
133
|
+
var external_tinycolor2_ = __webpack_require__(49);
|
|
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__(52);
|
|
138
138
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
139
139
|
|
|
140
140
|
// EXTERNAL MODULE: external "@splunk/react-ui/Box"
|
|
@@ -326,7 +326,7 @@ module.exports = require("styled-components");
|
|
|
326
326
|
|
|
327
327
|
/***/ }),
|
|
328
328
|
|
|
329
|
-
/***/
|
|
329
|
+
/***/ 38:
|
|
330
330
|
/***/ (function(module, exports) {
|
|
331
331
|
|
|
332
332
|
module.exports = require("@splunk/react-ui/AnimationToggle");
|
|
@@ -340,14 +340,14 @@ module.exports = require("lodash");
|
|
|
340
340
|
|
|
341
341
|
/***/ }),
|
|
342
342
|
|
|
343
|
-
/***/
|
|
343
|
+
/***/ 49:
|
|
344
344
|
/***/ (function(module, exports) {
|
|
345
345
|
|
|
346
346
|
module.exports = require("tinycolor2");
|
|
347
347
|
|
|
348
348
|
/***/ }),
|
|
349
349
|
|
|
350
|
-
/***/
|
|
350
|
+
/***/ 52:
|
|
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 = 130);
|
|
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
|
+
/***/ 130:
|
|
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 = 131);
|
|
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("@splunk/ui-utils/id");
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 131:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -131,7 +131,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
131
131
|
var external_lodash_ = __webpack_require__(4);
|
|
132
132
|
|
|
133
133
|
// EXTERNAL MODULE: external "@splunk/ui-utils/id"
|
|
134
|
-
var id_ = __webpack_require__(
|
|
134
|
+
var id_ = __webpack_require__(11);
|
|
135
135
|
|
|
136
136
|
// CONCATENATED MODULE: ./src/RadioList/RadioListContext.ts
|
|
137
137
|
|
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 = 172);
|
|
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/EventListener");
|
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 172:
|
|
146
146
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
147
147
|
|
|
148
148
|
"use strict";
|
|
@@ -267,7 +267,7 @@ var StyledResize = external_styled_components_default.a.button.withConfig({
|
|
|
267
267
|
}));
|
|
268
268
|
|
|
269
269
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
270
|
-
var updateReactRef = __webpack_require__(
|
|
270
|
+
var updateReactRef = __webpack_require__(10);
|
|
271
271
|
|
|
272
272
|
// CONCATENATED MODULE: ./src/Resize/Resize.tsx
|
|
273
273
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
package/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 = 173);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,21 +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/userAgent");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 102:
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("@splunk/react-ui/WaitSpinner");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 11:
|
|
104
|
+
/***/ 10:
|
|
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
|
+
/***/ 103:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("@splunk/ui-utils/userAgent");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 104:
|
|
139
|
+
/***/ (function(module, exports) {
|
|
140
|
+
|
|
141
|
+
module.exports = require("@splunk/react-ui/WaitSpinner");
|
|
142
|
+
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
145
|
/***/ 13:
|
|
@@ -149,7 +149,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 173:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -174,7 +174,7 @@ var external_lodash_ = __webpack_require__(4);
|
|
|
174
174
|
var i18n_ = __webpack_require__(5);
|
|
175
175
|
|
|
176
176
|
// EXTERNAL MODULE: external "@splunk/ui-utils/userAgent"
|
|
177
|
-
var userAgent_ = __webpack_require__(
|
|
177
|
+
var userAgent_ = __webpack_require__(103);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "@splunk/react-ui/Menu"
|
|
180
180
|
var Menu_ = __webpack_require__(13);
|
|
@@ -185,7 +185,7 @@ var external_styled_components_ = __webpack_require__(3);
|
|
|
185
185
|
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
186
186
|
|
|
187
187
|
// EXTERNAL MODULE: external "@splunk/react-ui/WaitSpinner"
|
|
188
|
-
var WaitSpinner_ = __webpack_require__(
|
|
188
|
+
var WaitSpinner_ = __webpack_require__(104);
|
|
189
189
|
var WaitSpinner_default = /*#__PURE__*/__webpack_require__.n(WaitSpinner_);
|
|
190
190
|
|
|
191
191
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -246,7 +246,7 @@ var StyledLoadingMessage = external_styled_components_default.a.div.withConfig({
|
|
|
246
246
|
}));
|
|
247
247
|
|
|
248
248
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
249
|
-
var updateReactRef = __webpack_require__(
|
|
249
|
+
var updateReactRef = __webpack_require__(10);
|
|
250
250
|
|
|
251
251
|
// CONCATENATED MODULE: ./src/ResultsMenu/ResultsMenu.tsx
|
|
252
252
|
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
package/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 = 174);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 174:
|
|
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 = 146);
|
|
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,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 146:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -150,7 +150,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
150
150
|
var external_lodash_ = __webpack_require__(4);
|
|
151
151
|
|
|
152
152
|
// EXTERNAL MODULE: external "@splunk/react-ui/Animation"
|
|
153
|
-
var Animation_ = __webpack_require__(
|
|
153
|
+
var Animation_ = __webpack_require__(34);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "styled-components"
|
|
156
156
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -160,17 +160,17 @@ 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__(21);
|
|
164
164
|
|
|
165
165
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
166
166
|
var EventListener_ = __webpack_require__(15);
|
|
167
167
|
var EventListener_default = /*#__PURE__*/__webpack_require__.n(EventListener_);
|
|
168
168
|
|
|
169
169
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScrollContainerContext"
|
|
170
|
-
var ScrollContainerContext_ = __webpack_require__(
|
|
170
|
+
var ScrollContainerContext_ = __webpack_require__(39);
|
|
171
171
|
|
|
172
172
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
173
|
-
var updateReactRef = __webpack_require__(
|
|
173
|
+
var updateReactRef = __webpack_require__(10);
|
|
174
174
|
|
|
175
175
|
// CONCATENATED MODULE: ./src/Scroll/Inner.tsx
|
|
176
176
|
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); }
|
|
@@ -547,17 +547,17 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
547
547
|
|
|
548
548
|
/***/ }),
|
|
549
549
|
|
|
550
|
-
/***/
|
|
550
|
+
/***/ 2:
|
|
551
551
|
/***/ (function(module, exports) {
|
|
552
552
|
|
|
553
|
-
module.exports = require("react
|
|
553
|
+
module.exports = require("react");
|
|
554
554
|
|
|
555
555
|
/***/ }),
|
|
556
556
|
|
|
557
|
-
/***/
|
|
557
|
+
/***/ 21:
|
|
558
558
|
/***/ (function(module, exports) {
|
|
559
559
|
|
|
560
|
-
module.exports = require("react");
|
|
560
|
+
module.exports = require("react-spring");
|
|
561
561
|
|
|
562
562
|
/***/ }),
|
|
563
563
|
|
|
@@ -568,14 +568,14 @@ module.exports = require("styled-components");
|
|
|
568
568
|
|
|
569
569
|
/***/ }),
|
|
570
570
|
|
|
571
|
-
/***/
|
|
571
|
+
/***/ 34:
|
|
572
572
|
/***/ (function(module, exports) {
|
|
573
573
|
|
|
574
574
|
module.exports = require("@splunk/react-ui/Animation");
|
|
575
575
|
|
|
576
576
|
/***/ }),
|
|
577
577
|
|
|
578
|
-
/***/
|
|
578
|
+
/***/ 39:
|
|
579
579
|
/***/ (function(module, exports) {
|
|
580
580
|
|
|
581
581
|
module.exports = require("@splunk/react-ui/ScrollContainerContext");
|