@splunk/react-ui 4.12.1 → 4.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion.js +4 -4
- package/Anchor.js +2 -2
- package/Animation.js +4 -4
- package/AnimationToggle.js +2 -2
- package/Box.js +2 -2
- package/Button.js +9 -9
- package/ButtonGroup.js +2 -2
- package/ButtonSimple.js +7 -7
- package/CHANGELOG.md +18 -0
- package/Calendar.js +31 -31
- package/Card.js +13 -13
- package/CardLayout.js +2 -2
- package/Chip.js +11 -11
- package/Clickable.js +7 -7
- package/CloseButton.js +11 -11
- package/Code.js +4 -4
- package/CollapsiblePanel.js +4 -4
- package/Color.js +21 -21
- package/ColumnLayout.js +4 -4
- package/ComboBox.js +2 -2
- package/Concertina.js +2 -2
- package/ControlGroup.js +4 -4
- package/Date.js +4 -4
- package/DefinitionList.js +2 -2
- package/Dropdown.js +6 -2
- package/EventListener.js +4 -4
- package/File.js +15 -15
- package/FormRows.js +4 -4
- package/Heading.js +2 -2
- package/Image.js +15 -15
- package/JSONTree.js +2 -2
- package/Layer.js +4 -4
- package/Link.js +9 -9
- package/List.js +2 -2
- package/Markdown.js +16 -16
- package/Menu.js +29 -30
- package/Message.js +17 -17
- package/MessageBar.js +15 -15
- package/Modal.js +4 -4
- package/ModalLayer.js +6 -6
- package/Monogram.js +2 -2
- package/Multiselect.js +87 -78
- package/Number.js +2 -2
- package/Paginator.js +39 -39
- package/Paragraph.js +2 -2
- package/Popover.js +16 -7
- package/Progress.js +4 -4
- package/RadioBar.js +2 -2
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +12 -12
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +4 -4
- package/ScrollContainerContext.js +2 -2
- package/Search.js +11 -11
- package/Select.js +85 -76
- package/SidePanel.js +4 -4
- package/Slider.js +4 -4
- package/SlidingPanels.js +4 -4
- package/SplitButton.js +511 -0
- package/StaticContent.js +2 -2
- package/StepBar.js +6 -6
- package/Switch.js +2 -2
- package/TabBar.js +2 -2
- package/TabLayout.js +4 -4
- package/Table.js +57 -40
- package/Text.js +29 -21
- package/TextArea.js +21 -13
- package/Tooltip.js +2 -2
- package/TransitionOpen.js +4 -4
- package/Typography.js +4 -4
- package/WaitSpinner.js +68 -2
- package/package.json +3 -3
- package/types/src/Button/Button.d.ts +1 -1
- package/types/src/Dropdown/Dropdown.d.ts +11 -3
- package/types/src/Popover/Popover.d.ts +5 -1
- package/types/src/Popover/getPlacement.d.ts +1 -1
- package/types/src/SplitButton/Item.d.ts +45 -0
- package/types/src/SplitButton/SplitButton.d.ts +41 -0
- package/types/src/SplitButton/docs/examples/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/ChangeLabel.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/Disabled.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Basic.d.ts +1 -0
- package/types/src/SplitButton/docs/examples/prisma/Disabled.d.ts +1 -0
- package/types/src/SplitButton/index.d.ts +2 -0
- package/types/src/Table/HeadCell.d.ts +4 -1
- package/types/src/Table/HeadDropdownCell.d.ts +10 -3
- package/types/src/Text/Text.d.ts +5 -1
- package/types/src/TextArea/TextArea.d.ts +5 -1
- package/types/src/WaitSpinner/WaitSpinner.d.ts +1 -1
- package/types/src/useForceUpdate/index.d.ts +2 -0
- package/types/src/useForceUpdate/useForceUpdate.d.ts +9 -0
- package/types/src/useIsSsr/index.d.ts +2 -0
- package/types/src/useIsSsr/useIsSsr.d.ts +8 -0
- package/useForceUpdate.js +151 -0
- package/useIsSsr.js +153 -0
- package/usePrevious.js +2 -2
package/CloseButton.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 = 155);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 155:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,7 +123,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
123
123
|
var i18n_ = __webpack_require__(5);
|
|
124
124
|
|
|
125
125
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
126
|
-
var CrossMark = __webpack_require__(
|
|
126
|
+
var CrossMark = __webpack_require__(20);
|
|
127
127
|
|
|
128
128
|
// EXTERNAL MODULE: external "styled-components"
|
|
129
129
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -187,7 +187,14 @@ CloseButton.propTypes = propTypes;
|
|
|
187
187
|
|
|
188
188
|
/***/ }),
|
|
189
189
|
|
|
190
|
-
/***/
|
|
190
|
+
/***/ 2:
|
|
191
|
+
/***/ (function(module, exports) {
|
|
192
|
+
|
|
193
|
+
module.exports = require("react");
|
|
194
|
+
|
|
195
|
+
/***/ }),
|
|
196
|
+
|
|
197
|
+
/***/ 20:
|
|
191
198
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
192
199
|
|
|
193
200
|
"use strict";
|
|
@@ -237,13 +244,6 @@ function CrossMark(props) {
|
|
|
237
244
|
|
|
238
245
|
/***/ }),
|
|
239
246
|
|
|
240
|
-
/***/ 2:
|
|
241
|
-
/***/ (function(module, exports) {
|
|
242
|
-
|
|
243
|
-
module.exports = require("react");
|
|
244
|
-
|
|
245
|
-
/***/ }),
|
|
246
|
-
|
|
247
247
|
/***/ 21:
|
|
248
248
|
/***/ (function(module, exports) {
|
|
249
249
|
|
package/Code.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 = 156);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 156:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -123,7 +123,7 @@ 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: ./src/Code/prism/prism.empty
|
|
126
|
-
var prism_empty = __webpack_require__(
|
|
126
|
+
var prism_empty = __webpack_require__(82);
|
|
127
127
|
var prism_empty_default = /*#__PURE__*/__webpack_require__.n(prism_empty);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -381,7 +381,7 @@ module.exports = require("lodash");
|
|
|
381
381
|
|
|
382
382
|
/***/ }),
|
|
383
383
|
|
|
384
|
-
/***/
|
|
384
|
+
/***/ 82:
|
|
385
385
|
/***/ (function(module, exports, __webpack_require__) {
|
|
386
386
|
|
|
387
387
|
|
package/CollapsiblePanel.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 = 157);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 157:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -143,7 +143,7 @@ var i18n_ = __webpack_require__(5);
|
|
|
143
143
|
var id_ = __webpack_require__(10);
|
|
144
144
|
|
|
145
145
|
// EXTERNAL MODULE: external "@splunk/react-ui/TransitionOpen"
|
|
146
|
-
var TransitionOpen_ = __webpack_require__(
|
|
146
|
+
var TransitionOpen_ = __webpack_require__(53);
|
|
147
147
|
var TransitionOpen_default = /*#__PURE__*/__webpack_require__.n(TransitionOpen_);
|
|
148
148
|
|
|
149
149
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
@@ -645,7 +645,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
645
645
|
|
|
646
646
|
/***/ }),
|
|
647
647
|
|
|
648
|
-
/***/
|
|
648
|
+
/***/ 53:
|
|
649
649
|
/***/ (function(module, exports) {
|
|
650
650
|
|
|
651
651
|
module.exports = require("@splunk/react-ui/TransitionOpen");
|
package/Color.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 = 133);
|
|
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
|
+
/***/ 133:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -132,7 +132,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
132
132
|
var external_lodash_ = __webpack_require__(4);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: external "@splunk/themes/SplunkThemeProvider"
|
|
135
|
-
var SplunkThemeProvider_ = __webpack_require__(
|
|
135
|
+
var SplunkThemeProvider_ = __webpack_require__(85);
|
|
136
136
|
var SplunkThemeProvider_default = /*#__PURE__*/__webpack_require__.n(SplunkThemeProvider_);
|
|
137
137
|
|
|
138
138
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -145,7 +145,7 @@ var color_ = __webpack_require__(35);
|
|
|
145
145
|
var keyboard_ = __webpack_require__(9);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
148
|
-
var Dropdown_ = __webpack_require__(
|
|
148
|
+
var Dropdown_ = __webpack_require__(18);
|
|
149
149
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/themes"
|
|
@@ -156,10 +156,10 @@ var external_tinycolor2_ = __webpack_require__(47);
|
|
|
156
156
|
var external_tinycolor2_default = /*#__PURE__*/__webpack_require__.n(external_tinycolor2_);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: ./src/icons/Check.tsx
|
|
159
|
-
var Check = __webpack_require__(
|
|
159
|
+
var Check = __webpack_require__(54);
|
|
160
160
|
|
|
161
161
|
// EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
|
|
162
|
-
var ChevronDown = __webpack_require__(
|
|
162
|
+
var ChevronDown = __webpack_require__(65);
|
|
163
163
|
|
|
164
164
|
// EXTERNAL MODULE: external "styled-components"
|
|
165
165
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -1106,17 +1106,17 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
1106
1106
|
|
|
1107
1107
|
/***/ }),
|
|
1108
1108
|
|
|
1109
|
-
/***/
|
|
1109
|
+
/***/ 18:
|
|
1110
1110
|
/***/ (function(module, exports) {
|
|
1111
1111
|
|
|
1112
|
-
module.exports = require("react");
|
|
1112
|
+
module.exports = require("@splunk/react-ui/Dropdown");
|
|
1113
1113
|
|
|
1114
1114
|
/***/ }),
|
|
1115
1115
|
|
|
1116
|
-
/***/
|
|
1116
|
+
/***/ 2:
|
|
1117
1117
|
/***/ (function(module, exports) {
|
|
1118
1118
|
|
|
1119
|
-
module.exports = require("
|
|
1119
|
+
module.exports = require("react");
|
|
1120
1120
|
|
|
1121
1121
|
/***/ }),
|
|
1122
1122
|
|
|
@@ -1162,6 +1162,13 @@ module.exports = require("@splunk/react-icons/Check");
|
|
|
1162
1162
|
|
|
1163
1163
|
/***/ }),
|
|
1164
1164
|
|
|
1165
|
+
/***/ 49:
|
|
1166
|
+
/***/ (function(module, exports) {
|
|
1167
|
+
|
|
1168
|
+
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
1169
|
+
|
|
1170
|
+
/***/ }),
|
|
1171
|
+
|
|
1165
1172
|
/***/ 5:
|
|
1166
1173
|
/***/ (function(module, exports) {
|
|
1167
1174
|
|
|
@@ -1169,7 +1176,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
1169
1176
|
|
|
1170
1177
|
/***/ }),
|
|
1171
1178
|
|
|
1172
|
-
/***/
|
|
1179
|
+
/***/ 54:
|
|
1173
1180
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1174
1181
|
|
|
1175
1182
|
"use strict";
|
|
@@ -1244,14 +1251,14 @@ function SVG(props) {
|
|
|
1244
1251
|
|
|
1245
1252
|
/***/ }),
|
|
1246
1253
|
|
|
1247
|
-
/***/
|
|
1254
|
+
/***/ 65:
|
|
1248
1255
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1249
1256
|
|
|
1250
1257
|
"use strict";
|
|
1251
1258
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
|
|
1252
1259
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
1253
1260
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
1254
|
-
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1261
|
+
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(49);
|
|
1255
1262
|
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
|
|
1256
1263
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
1257
1264
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -1294,13 +1301,6 @@ function ChevronDown(props) {
|
|
|
1294
1301
|
|
|
1295
1302
|
/***/ }),
|
|
1296
1303
|
|
|
1297
|
-
/***/ 65:
|
|
1298
|
-
/***/ (function(module, exports) {
|
|
1299
|
-
|
|
1300
|
-
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
1301
|
-
|
|
1302
|
-
/***/ }),
|
|
1303
|
-
|
|
1304
1304
|
/***/ 7:
|
|
1305
1305
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1306
1306
|
|
|
@@ -1419,7 +1419,7 @@ Icon.defaultProps = defaultProps;
|
|
|
1419
1419
|
|
|
1420
1420
|
/***/ }),
|
|
1421
1421
|
|
|
1422
|
-
/***/
|
|
1422
|
+
/***/ 85:
|
|
1423
1423
|
/***/ (function(module, exports) {
|
|
1424
1424
|
|
|
1425
1425
|
module.exports = require("@splunk/themes/SplunkThemeProvider");
|
package/ColumnLayout.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 = 121);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 121:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -144,7 +144,7 @@ var Styled = external_styled_components_default.a.div.withConfig({
|
|
|
144
144
|
})(["", ";"], themes_["mixins"].reset('block'));
|
|
145
145
|
|
|
146
146
|
// EXTERNAL MODULE: ./src/utils/types.ts
|
|
147
|
-
var types = __webpack_require__(
|
|
147
|
+
var types = __webpack_require__(55);
|
|
148
148
|
|
|
149
149
|
// CONCATENATED MODULE: ./src/ColumnLayout/Column.tsx
|
|
150
150
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
@@ -442,7 +442,7 @@ module.exports = require("@splunk/themes/useSplunkTheme");
|
|
|
442
442
|
|
|
443
443
|
/***/ }),
|
|
444
444
|
|
|
445
|
-
/***/
|
|
445
|
+
/***/ 55:
|
|
446
446
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
447
447
|
|
|
448
448
|
"use strict";
|
package/ComboBox.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 = 158);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Menu");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 158:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
package/Concertina.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 = 122);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 122:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
package/ControlGroup.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 = 139);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 139:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -145,7 +145,7 @@ var ScreenReaderContent_ = __webpack_require__(14);
|
|
|
145
145
|
var ScreenReaderContent_default = /*#__PURE__*/__webpack_require__.n(ScreenReaderContent_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
148
|
-
var Tooltip_ = __webpack_require__(
|
|
148
|
+
var Tooltip_ = __webpack_require__(50);
|
|
149
149
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -655,7 +655,7 @@ module.exports = require("lodash");
|
|
|
655
655
|
|
|
656
656
|
/***/ }),
|
|
657
657
|
|
|
658
|
-
/***/
|
|
658
|
+
/***/ 50:
|
|
659
659
|
/***/ (function(module, exports) {
|
|
660
660
|
|
|
661
661
|
module.exports = require("@splunk/react-ui/Tooltip");
|
package/Date.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 = 140);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ function updateReactRef(ref, current) {
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 140:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -168,7 +168,7 @@ var id_ = __webpack_require__(10);
|
|
|
168
168
|
var keyboard_ = __webpack_require__(9);
|
|
169
169
|
|
|
170
170
|
// EXTERNAL MODULE: external "@splunk/react-ui/Calendar"
|
|
171
|
-
var Calendar_ = __webpack_require__(
|
|
171
|
+
var Calendar_ = __webpack_require__(86);
|
|
172
172
|
var Calendar_default = /*#__PURE__*/__webpack_require__.n(Calendar_);
|
|
173
173
|
|
|
174
174
|
// EXTERNAL MODULE: external "@splunk/react-ui/Popover"
|
|
@@ -618,7 +618,7 @@ module.exports = require("lodash");
|
|
|
618
618
|
|
|
619
619
|
/***/ }),
|
|
620
620
|
|
|
621
|
-
/***/
|
|
621
|
+
/***/ 86:
|
|
622
622
|
/***/ (function(module, exports) {
|
|
623
623
|
|
|
624
624
|
module.exports = require("@splunk/react-ui/Calendar");
|
package/DefinitionList.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 = 123);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 123:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
package/Dropdown.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 = 179);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -135,7 +135,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 179:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -206,6 +206,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
206
206
|
|
|
207
207
|
var possibleCloseReasons = ['clickAway', 'contentClick', 'escapeKey', 'offScreen', 'tabKey', 'toggleClick'];
|
|
208
208
|
var propTypes = {
|
|
209
|
+
align: external_prop_types_default.a.oneOf(['center', 'edge', 'theme', 'end']),
|
|
209
210
|
canCoverAnchor: external_prop_types_default.a.bool,
|
|
210
211
|
children: external_prop_types_default.a.oneOfType([external_prop_types_default.a.node, external_prop_types_default.a.func]),
|
|
211
212
|
closeReasons: external_prop_types_default.a.arrayOf(external_prop_types_default.a.oneOf(possibleCloseReasons)),
|
|
@@ -222,6 +223,7 @@ var propTypes = {
|
|
|
222
223
|
toggle: external_prop_types_default.a.element.isRequired
|
|
223
224
|
};
|
|
224
225
|
var defaultProps = {
|
|
226
|
+
align: 'theme',
|
|
225
227
|
canCoverAnchor: true,
|
|
226
228
|
closeReasons: possibleCloseReasons,
|
|
227
229
|
defaultPlacement: 'below',
|
|
@@ -397,6 +399,7 @@ var Dropdown_Dropdown = /*#__PURE__*/function (_Component) {
|
|
|
397
399
|
key: "render",
|
|
398
400
|
value: function render() {
|
|
399
401
|
var _this$props3 = this.props,
|
|
402
|
+
align = _this$props3.align,
|
|
400
403
|
canCoverAnchor = _this$props3.canCoverAnchor,
|
|
401
404
|
children = _this$props3.children,
|
|
402
405
|
closeReasons = _this$props3.closeReasons,
|
|
@@ -410,6 +413,7 @@ var Dropdown_Dropdown = /*#__PURE__*/function (_Component) {
|
|
|
410
413
|
handleContentClick = this.handleContentClick;
|
|
411
414
|
var toggle = this.renderToggle();
|
|
412
415
|
return /*#__PURE__*/external_react_default.a.createElement(external_react_default.a.Fragment, null, toggle, /*#__PURE__*/external_react_default.a.createElement(Popover_default.a, {
|
|
416
|
+
align: align,
|
|
413
417
|
open: !!anchor && this.isOpen(),
|
|
414
418
|
autoCloseWhenOffScreen: Object(external_lodash_["includes"])(closeReasons, 'offScreen'),
|
|
415
419
|
anchor: anchor,
|
package/EventListener.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 = 180);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 180:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -113,7 +113,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
113
113
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
114
114
|
|
|
115
115
|
// EXTERNAL MODULE: external "use-typed-event-listener"
|
|
116
|
-
var external_use_typed_event_listener_ = __webpack_require__(
|
|
116
|
+
var external_use_typed_event_listener_ = __webpack_require__(87);
|
|
117
117
|
var external_use_typed_event_listener_default = /*#__PURE__*/__webpack_require__.n(external_use_typed_event_listener_);
|
|
118
118
|
|
|
119
119
|
// CONCATENATED MODULE: ./src/EventListener/EventListener.tsx
|
|
@@ -158,7 +158,7 @@ module.exports = require("react");
|
|
|
158
158
|
|
|
159
159
|
/***/ }),
|
|
160
160
|
|
|
161
|
-
/***/
|
|
161
|
+
/***/ 87:
|
|
162
162
|
/***/ (function(module, exports) {
|
|
163
163
|
|
|
164
164
|
module.exports = require("use-typed-event-listener");
|
package/File.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 = 115);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 115:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|
|
@@ -147,11 +147,11 @@ var id_ = __webpack_require__(10);
|
|
|
147
147
|
var format_ = __webpack_require__(43);
|
|
148
148
|
|
|
149
149
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
150
|
-
var Progress_ = __webpack_require__(
|
|
150
|
+
var Progress_ = __webpack_require__(88);
|
|
151
151
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
152
152
|
|
|
153
153
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
154
|
-
var CrossMark = __webpack_require__(
|
|
154
|
+
var CrossMark = __webpack_require__(20);
|
|
155
155
|
|
|
156
156
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVG"
|
|
157
157
|
var SVG_ = __webpack_require__(24);
|
|
@@ -235,7 +235,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
235
235
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
236
236
|
|
|
237
237
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
238
|
-
var mixins_ = __webpack_require__(
|
|
238
|
+
var mixins_ = __webpack_require__(57);
|
|
239
239
|
|
|
240
240
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
241
241
|
|
|
@@ -1023,7 +1023,14 @@ module.exports = require("@splunk/react-ui/EventListener");
|
|
|
1023
1023
|
|
|
1024
1024
|
/***/ }),
|
|
1025
1025
|
|
|
1026
|
-
/***/
|
|
1026
|
+
/***/ 2:
|
|
1027
|
+
/***/ (function(module, exports) {
|
|
1028
|
+
|
|
1029
|
+
module.exports = require("react");
|
|
1030
|
+
|
|
1031
|
+
/***/ }),
|
|
1032
|
+
|
|
1033
|
+
/***/ 20:
|
|
1027
1034
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1028
1035
|
|
|
1029
1036
|
"use strict";
|
|
@@ -1073,13 +1080,6 @@ function CrossMark(props) {
|
|
|
1073
1080
|
|
|
1074
1081
|
/***/ }),
|
|
1075
1082
|
|
|
1076
|
-
/***/ 2:
|
|
1077
|
-
/***/ (function(module, exports) {
|
|
1078
|
-
|
|
1079
|
-
module.exports = require("react");
|
|
1080
|
-
|
|
1081
|
-
/***/ }),
|
|
1082
|
-
|
|
1083
1083
|
/***/ 21:
|
|
1084
1084
|
/***/ (function(module, exports) {
|
|
1085
1085
|
|
|
@@ -1122,7 +1122,7 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
1122
1122
|
|
|
1123
1123
|
/***/ }),
|
|
1124
1124
|
|
|
1125
|
-
/***/
|
|
1125
|
+
/***/ 57:
|
|
1126
1126
|
/***/ (function(module, exports) {
|
|
1127
1127
|
|
|
1128
1128
|
module.exports = require("@splunk/themes/mixins");
|
|
@@ -1279,7 +1279,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1279
1279
|
|
|
1280
1280
|
/***/ }),
|
|
1281
1281
|
|
|
1282
|
-
/***/
|
|
1282
|
+
/***/ 88:
|
|
1283
1283
|
/***/ (function(module, exports) {
|
|
1284
1284
|
|
|
1285
1285
|
module.exports = require("@splunk/react-ui/Progress");
|
package/FormRows.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 = 124);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 124:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -127,7 +127,7 @@ var i18n_ = __webpack_require__(5);
|
|
|
127
127
|
var keyboard_ = __webpack_require__(9);
|
|
128
128
|
|
|
129
129
|
// EXTERNAL MODULE: external "@splunk/react-icons/Plus"
|
|
130
|
-
var Plus_ = __webpack_require__(
|
|
130
|
+
var Plus_ = __webpack_require__(89);
|
|
131
131
|
var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
|
|
132
132
|
|
|
133
133
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -911,7 +911,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
911
911
|
|
|
912
912
|
/***/ }),
|
|
913
913
|
|
|
914
|
-
/***/
|
|
914
|
+
/***/ 89:
|
|
915
915
|
/***/ (function(module, exports) {
|
|
916
916
|
|
|
917
917
|
module.exports = require("@splunk/react-icons/Plus");
|
package/Heading.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 = 159);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 159:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|