@splunk/react-ui 4.19.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 +4 -4
- 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 +14 -0
- package/Calendar.js +15 -15
- package/Card.js +10 -10
- package/CardLayout.js +2 -2
- package/Chip.js +11 -11
- package/Clickable.js +7 -5
- package/CloseButton.js +8 -8
- package/Code.js +40 -15
- package/CollapsiblePanel.js +8 -8
- package/Color.js +29 -29
- package/ColumnLayout.js +8 -8
- package/ComboBox.js +20 -20
- package/Concertina.js +16 -16
- package/ControlGroup.js +13 -13
- package/Date.js +20 -20
- package/DefinitionList.js +2 -2
- package/Divider.js +2 -2
- package/Dropdown.js +12 -12
- package/DualListbox.js +24 -24
- package/EventListener.js +4 -4
- package/File.js +21 -21
- package/FormRows.js +14 -14
- package/Heading.js +2 -2
- package/Image.js +16 -16
- 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 +250 -230
- package/Message.js +37 -37
- package/MessageBar.js +33 -33
- package/Modal.js +17 -17
- package/ModalLayer.js +6 -6
- package/Monogram.js +2 -2
- package/Multiselect.js +2822 -2328
- package/Number.js +6 -6
- package/Paginator.js +16 -16
- package/Paragraph.js +2 -2
- package/Popover.js +106 -43
- package/Progress.js +10 -10
- package/RadioBar.js +2 -2
- package/RadioList.js +2 -2
- package/Resize.js +2 -2
- package/ResultsMenu.js +41 -20
- package/ScreenReaderContent.js +2 -2
- package/Scroll.js +6 -6
- package/ScrollContainerContext.js +4 -4
- package/Search.js +15 -15
- package/Select.js +511 -114
- package/SidePanel.js +6 -6
- package/Slider.js +6 -6
- package/SlidingPanels.js +8 -8
- package/SplitButton.js +4 -4
- package/StaticContent.js +2 -2
- package/StepBar.js +8 -8
- package/Switch.js +6 -6
- package/TabBar.js +4 -4
- package/TabLayout.js +4 -4
- package/Table.js +132 -99
- package/Text.js +23 -23
- package/TextArea.js +25 -25
- package/Tooltip.js +6 -6
- package/TransitionOpen.js +11 -11
- package/Typography.js +4 -4
- package/WaitSpinner.js +5 -5
- package/package.json +9 -9
- 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/Code/Code.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/types/src/Typography/docs/examples/Variants.d.ts +0 -2
package/Divider.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 = 221);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 221:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"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 = 240);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -149,7 +149,7 @@ module.exports = require("@splunk/react-ui/Popover");
|
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 240:
|
|
153
153
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
154
154
|
|
|
155
155
|
"use strict";
|
|
@@ -177,10 +177,10 @@ var includes_ = __webpack_require__(15);
|
|
|
177
177
|
var includes_default = /*#__PURE__*/__webpack_require__.n(includes_);
|
|
178
178
|
|
|
179
179
|
// EXTERNAL MODULE: external "lodash/isEmpty"
|
|
180
|
-
var isEmpty_ = __webpack_require__(
|
|
180
|
+
var isEmpty_ = __webpack_require__(90);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: external "lodash/isFunction"
|
|
183
|
-
var isFunction_ = __webpack_require__(
|
|
183
|
+
var isFunction_ = __webpack_require__(71);
|
|
184
184
|
var isFunction_default = /*#__PURE__*/__webpack_require__.n(isFunction_);
|
|
185
185
|
|
|
186
186
|
// EXTERNAL MODULE: external "lodash/keys"
|
|
@@ -537,17 +537,17 @@ module.exports = require("lodash/omit");
|
|
|
537
537
|
|
|
538
538
|
/***/ }),
|
|
539
539
|
|
|
540
|
-
/***/
|
|
540
|
+
/***/ 7:
|
|
541
541
|
/***/ (function(module, exports) {
|
|
542
542
|
|
|
543
|
-
module.exports = require("
|
|
543
|
+
module.exports = require("@splunk/ui-utils/keyboard");
|
|
544
544
|
|
|
545
545
|
/***/ }),
|
|
546
546
|
|
|
547
|
-
/***/
|
|
547
|
+
/***/ 71:
|
|
548
548
|
/***/ (function(module, exports) {
|
|
549
549
|
|
|
550
|
-
module.exports = require("
|
|
550
|
+
module.exports = require("lodash/isFunction");
|
|
551
551
|
|
|
552
552
|
/***/ }),
|
|
553
553
|
|
|
@@ -558,17 +558,17 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
558
558
|
|
|
559
559
|
/***/ }),
|
|
560
560
|
|
|
561
|
-
/***/
|
|
561
|
+
/***/ 9:
|
|
562
562
|
/***/ (function(module, exports) {
|
|
563
563
|
|
|
564
|
-
module.exports = require("lodash/
|
|
564
|
+
module.exports = require("lodash/keys");
|
|
565
565
|
|
|
566
566
|
/***/ }),
|
|
567
567
|
|
|
568
|
-
/***/
|
|
568
|
+
/***/ 90:
|
|
569
569
|
/***/ (function(module, exports) {
|
|
570
570
|
|
|
571
|
-
module.exports = require("lodash/
|
|
571
|
+
module.exports = require("lodash/isEmpty");
|
|
572
572
|
|
|
573
573
|
/***/ })
|
|
574
574
|
|
package/DualListbox.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
|
/******/ ({
|
|
@@ -115,7 +115,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 171:
|
|
119
119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
120
|
|
|
121
121
|
"use strict";
|
|
@@ -141,18 +141,18 @@ var i18n_ = __webpack_require__(4);
|
|
|
141
141
|
var keyboard_ = __webpack_require__(7);
|
|
142
142
|
|
|
143
143
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronLeft"
|
|
144
|
-
var ChevronLeft_ = __webpack_require__(
|
|
144
|
+
var ChevronLeft_ = __webpack_require__(66);
|
|
145
145
|
var ChevronLeft_default = /*#__PURE__*/__webpack_require__.n(ChevronLeft_);
|
|
146
146
|
|
|
147
147
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/ChevronRight"
|
|
148
|
-
var ChevronRight_ = __webpack_require__(
|
|
148
|
+
var ChevronRight_ = __webpack_require__(38);
|
|
149
149
|
var ChevronRight_default = /*#__PURE__*/__webpack_require__.n(ChevronRight_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
152
|
-
var format_ = __webpack_require__(
|
|
152
|
+
var format_ = __webpack_require__(29);
|
|
153
153
|
|
|
154
154
|
// EXTERNAL MODULE: external "@splunk/react-ui/useForceUpdate"
|
|
155
|
-
var useForceUpdate_ = __webpack_require__(
|
|
155
|
+
var useForceUpdate_ = __webpack_require__(48);
|
|
156
156
|
var useForceUpdate_default = /*#__PURE__*/__webpack_require__.n(useForceUpdate_);
|
|
157
157
|
|
|
158
158
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
@@ -255,10 +255,10 @@ var findNextValue = function findNextValue(index, originalValues, removedValues)
|
|
|
255
255
|
|
|
256
256
|
|
|
257
257
|
// EXTERNAL MODULE: ./src/utils/scrollIntoViewIfNeeded.ts
|
|
258
|
-
var scrollIntoViewIfNeeded = __webpack_require__(
|
|
258
|
+
var scrollIntoViewIfNeeded = __webpack_require__(91);
|
|
259
259
|
|
|
260
260
|
// EXTERNAL MODULE: ./src/utils/fuzzyMatch.ts
|
|
261
|
-
var fuzzyMatch = __webpack_require__(
|
|
261
|
+
var fuzzyMatch = __webpack_require__(59);
|
|
262
262
|
|
|
263
263
|
// CONCATENATED MODULE: ./src/DualListbox/ToolbarContext.tsx
|
|
264
264
|
|
|
@@ -272,7 +272,7 @@ var fuzzyMatch = __webpack_require__(56);
|
|
|
272
272
|
var ToolbarContext = /*#__PURE__*/external_react_default.a.createContext({});
|
|
273
273
|
/* harmony default export */ var DualListbox_ToolbarContext = (ToolbarContext);
|
|
274
274
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
275
|
-
var Tooltip_ = __webpack_require__(
|
|
275
|
+
var Tooltip_ = __webpack_require__(45);
|
|
276
276
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
277
277
|
|
|
278
278
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -416,7 +416,7 @@ function ToolbarButton(_ref) {
|
|
|
416
416
|
ToolbarButton.propsTypes = propTypes;
|
|
417
417
|
/* harmony default export */ var DualListbox_ToolbarButton = (ToolbarButton);
|
|
418
418
|
// EXTERNAL MODULE: external "@splunk/react-ui/Switch"
|
|
419
|
-
var Switch_ = __webpack_require__(
|
|
419
|
+
var Switch_ = __webpack_require__(39);
|
|
420
420
|
var Switch_default = /*#__PURE__*/__webpack_require__.n(Switch_);
|
|
421
421
|
|
|
422
422
|
// CONCATENATED MODULE: ./src/DualListbox/OptionStyles.ts
|
|
@@ -1621,7 +1621,7 @@ module.exports = require("react");
|
|
|
1621
1621
|
|
|
1622
1622
|
/***/ }),
|
|
1623
1623
|
|
|
1624
|
-
/***/
|
|
1624
|
+
/***/ 29:
|
|
1625
1625
|
/***/ (function(module, exports) {
|
|
1626
1626
|
|
|
1627
1627
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -1635,13 +1635,20 @@ module.exports = require("styled-components");
|
|
|
1635
1635
|
|
|
1636
1636
|
/***/ }),
|
|
1637
1637
|
|
|
1638
|
-
/***/
|
|
1638
|
+
/***/ 38:
|
|
1639
1639
|
/***/ (function(module, exports) {
|
|
1640
1640
|
|
|
1641
1641
|
module.exports = require("@splunk/react-icons/enterprise/ChevronRight");
|
|
1642
1642
|
|
|
1643
1643
|
/***/ }),
|
|
1644
1644
|
|
|
1645
|
+
/***/ 39:
|
|
1646
|
+
/***/ (function(module, exports) {
|
|
1647
|
+
|
|
1648
|
+
module.exports = require("@splunk/react-ui/Switch");
|
|
1649
|
+
|
|
1650
|
+
/***/ }),
|
|
1651
|
+
|
|
1645
1652
|
/***/ 4:
|
|
1646
1653
|
/***/ (function(module, exports) {
|
|
1647
1654
|
|
|
@@ -1649,21 +1656,21 @@ module.exports = require("@splunk/ui-utils/i18n");
|
|
|
1649
1656
|
|
|
1650
1657
|
/***/ }),
|
|
1651
1658
|
|
|
1652
|
-
/***/
|
|
1659
|
+
/***/ 45:
|
|
1653
1660
|
/***/ (function(module, exports) {
|
|
1654
1661
|
|
|
1655
1662
|
module.exports = require("@splunk/react-ui/Tooltip");
|
|
1656
1663
|
|
|
1657
1664
|
/***/ }),
|
|
1658
1665
|
|
|
1659
|
-
/***/
|
|
1666
|
+
/***/ 48:
|
|
1660
1667
|
/***/ (function(module, exports) {
|
|
1661
1668
|
|
|
1662
1669
|
module.exports = require("@splunk/react-ui/useForceUpdate");
|
|
1663
1670
|
|
|
1664
1671
|
/***/ }),
|
|
1665
1672
|
|
|
1666
|
-
/***/
|
|
1673
|
+
/***/ 59:
|
|
1667
1674
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1668
1675
|
|
|
1669
1676
|
"use strict";
|
|
@@ -1714,13 +1721,6 @@ var fuzzyMatch = function fuzzyMatch(options, matchChar) {
|
|
|
1714
1721
|
|
|
1715
1722
|
|
|
1716
1723
|
|
|
1717
|
-
/***/ }),
|
|
1718
|
-
|
|
1719
|
-
/***/ 58:
|
|
1720
|
-
/***/ (function(module, exports) {
|
|
1721
|
-
|
|
1722
|
-
module.exports = require("@splunk/react-ui/Switch");
|
|
1723
|
-
|
|
1724
1724
|
/***/ }),
|
|
1725
1725
|
|
|
1726
1726
|
/***/ 6:
|
|
@@ -1730,7 +1730,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1730
1730
|
|
|
1731
1731
|
/***/ }),
|
|
1732
1732
|
|
|
1733
|
-
/***/
|
|
1733
|
+
/***/ 66:
|
|
1734
1734
|
/***/ (function(module, exports) {
|
|
1735
1735
|
|
|
1736
1736
|
module.exports = require("@splunk/react-icons/enterprise/ChevronLeft");
|
|
@@ -1751,7 +1751,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
1751
1751
|
|
|
1752
1752
|
/***/ }),
|
|
1753
1753
|
|
|
1754
|
-
/***/
|
|
1754
|
+
/***/ 91:
|
|
1755
1755
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1756
1756
|
|
|
1757
1757
|
"use strict";
|
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 = 241);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 132:
|
|
98
98
|
/***/ (function(module, exports) {
|
|
99
99
|
|
|
100
100
|
module.exports = require("use-typed-event-listener");
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 241:
|
|
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 "use-typed-event-listener"
|
|
130
|
-
var external_use_typed_event_listener_ = __webpack_require__(
|
|
130
|
+
var external_use_typed_event_listener_ = __webpack_require__(132);
|
|
131
131
|
var external_use_typed_event_listener_default = /*#__PURE__*/__webpack_require__.n(external_use_typed_event_listener_);
|
|
132
132
|
|
|
133
133
|
// CONCATENATED MODULE: ./src/EventListener/EventListener.tsx
|
package/File.js
CHANGED
|
@@ -108,14 +108,14 @@ module.exports = require("@splunk/react-ui/Clickable");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 133:
|
|
112
112
|
/***/ (function(module, exports) {
|
|
113
113
|
|
|
114
114
|
module.exports = require("lodash/toUpper");
|
|
115
115
|
|
|
116
116
|
/***/ }),
|
|
117
117
|
|
|
118
|
-
/***/
|
|
118
|
+
/***/ 134:
|
|
119
119
|
/***/ (function(module, exports) {
|
|
120
120
|
|
|
121
121
|
module.exports = require("@splunk/react-ui/Progress");
|
|
@@ -149,7 +149,7 @@ var external_prop_types_ = __webpack_require__(1);
|
|
|
149
149
|
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
150
150
|
|
|
151
151
|
// EXTERNAL MODULE: external "lodash/debounce"
|
|
152
|
-
var debounce_ = __webpack_require__(
|
|
152
|
+
var debounce_ = __webpack_require__(68);
|
|
153
153
|
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce_);
|
|
154
154
|
|
|
155
155
|
// EXTERNAL MODULE: external "lodash/omit"
|
|
@@ -157,7 +157,7 @@ var omit_ = __webpack_require__(5);
|
|
|
157
157
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
158
158
|
|
|
159
159
|
// EXTERNAL MODULE: external "lodash/toUpper"
|
|
160
|
-
var toUpper_ = __webpack_require__(
|
|
160
|
+
var toUpper_ = __webpack_require__(133);
|
|
161
161
|
var toUpper_default = /*#__PURE__*/__webpack_require__.n(toUpper_);
|
|
162
162
|
|
|
163
163
|
// EXTERNAL MODULE: external "lodash/isString"
|
|
@@ -178,23 +178,23 @@ var i18n_ = __webpack_require__(4);
|
|
|
178
178
|
var id_ = __webpack_require__(8);
|
|
179
179
|
|
|
180
180
|
// EXTERNAL MODULE: external "lodash/isUndefined"
|
|
181
|
-
var isUndefined_ = __webpack_require__(
|
|
181
|
+
var isUndefined_ = __webpack_require__(42);
|
|
182
182
|
var isUndefined_default = /*#__PURE__*/__webpack_require__.n(isUndefined_);
|
|
183
183
|
|
|
184
184
|
// EXTERNAL MODULE: external "@splunk/react-icons/Cross"
|
|
185
|
-
var Cross_ = __webpack_require__(
|
|
185
|
+
var Cross_ = __webpack_require__(26);
|
|
186
186
|
var Cross_default = /*#__PURE__*/__webpack_require__.n(Cross_);
|
|
187
187
|
|
|
188
188
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Close"
|
|
189
|
-
var Close_ = __webpack_require__(
|
|
189
|
+
var Close_ = __webpack_require__(27);
|
|
190
190
|
var Close_default = /*#__PURE__*/__webpack_require__.n(Close_);
|
|
191
191
|
|
|
192
192
|
// EXTERNAL MODULE: external "@splunk/react-ui/Progress"
|
|
193
|
-
var Progress_ = __webpack_require__(
|
|
193
|
+
var Progress_ = __webpack_require__(134);
|
|
194
194
|
var Progress_default = /*#__PURE__*/__webpack_require__.n(Progress_);
|
|
195
195
|
|
|
196
196
|
// EXTERNAL MODULE: external "@splunk/ui-utils/format"
|
|
197
|
-
var format_ = __webpack_require__(
|
|
197
|
+
var format_ = __webpack_require__(29);
|
|
198
198
|
|
|
199
199
|
// CONCATENATED MODULE: ./src/File/FileContext.tsx
|
|
200
200
|
|
|
@@ -204,7 +204,7 @@ var FileContext = /*#__PURE__*/Object(external_react_["createContext"])({
|
|
|
204
204
|
FileContext.displayName = 'File';
|
|
205
205
|
/* harmony default export */ var File_FileContext = (FileContext);
|
|
206
206
|
// EXTERNAL MODULE: external "@splunk/react-icons/SVGEnterprise"
|
|
207
|
-
var SVGEnterprise_ = __webpack_require__(
|
|
207
|
+
var SVGEnterprise_ = __webpack_require__(34);
|
|
208
208
|
var SVGEnterprise_default = /*#__PURE__*/__webpack_require__.n(SVGEnterprise_);
|
|
209
209
|
|
|
210
210
|
// CONCATENATED MODULE: ./src/File/PaperClip.tsx
|
|
@@ -278,7 +278,7 @@ var Clickable_ = __webpack_require__(12);
|
|
|
278
278
|
var Clickable_default = /*#__PURE__*/__webpack_require__.n(Clickable_);
|
|
279
279
|
|
|
280
280
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
281
|
-
var mixins_ = __webpack_require__(
|
|
281
|
+
var mixins_ = __webpack_require__(83);
|
|
282
282
|
|
|
283
283
|
// CONCATENATED MODULE: ./src/File/ItemStyles.ts
|
|
284
284
|
|
|
@@ -1099,21 +1099,21 @@ module.exports = require("lodash/isString");
|
|
|
1099
1099
|
|
|
1100
1100
|
/***/ }),
|
|
1101
1101
|
|
|
1102
|
-
/***/
|
|
1102
|
+
/***/ 26:
|
|
1103
1103
|
/***/ (function(module, exports) {
|
|
1104
1104
|
|
|
1105
1105
|
module.exports = require("@splunk/react-icons/Cross");
|
|
1106
1106
|
|
|
1107
1107
|
/***/ }),
|
|
1108
1108
|
|
|
1109
|
-
/***/
|
|
1109
|
+
/***/ 27:
|
|
1110
1110
|
/***/ (function(module, exports) {
|
|
1111
1111
|
|
|
1112
1112
|
module.exports = require("@splunk/react-icons/enterprise/Close");
|
|
1113
1113
|
|
|
1114
1114
|
/***/ }),
|
|
1115
1115
|
|
|
1116
|
-
/***/
|
|
1116
|
+
/***/ 29:
|
|
1117
1117
|
/***/ (function(module, exports) {
|
|
1118
1118
|
|
|
1119
1119
|
module.exports = require("@splunk/ui-utils/format");
|
|
@@ -1127,24 +1127,24 @@ module.exports = require("styled-components");
|
|
|
1127
1127
|
|
|
1128
1128
|
/***/ }),
|
|
1129
1129
|
|
|
1130
|
-
/***/
|
|
1130
|
+
/***/ 34:
|
|
1131
1131
|
/***/ (function(module, exports) {
|
|
1132
1132
|
|
|
1133
1133
|
module.exports = require("@splunk/react-icons/SVGEnterprise");
|
|
1134
1134
|
|
|
1135
1135
|
/***/ }),
|
|
1136
1136
|
|
|
1137
|
-
/***/
|
|
1137
|
+
/***/ 4:
|
|
1138
1138
|
/***/ (function(module, exports) {
|
|
1139
1139
|
|
|
1140
|
-
module.exports = require("
|
|
1140
|
+
module.exports = require("@splunk/ui-utils/i18n");
|
|
1141
1141
|
|
|
1142
1142
|
/***/ }),
|
|
1143
1143
|
|
|
1144
|
-
/***/
|
|
1144
|
+
/***/ 42:
|
|
1145
1145
|
/***/ (function(module, exports) {
|
|
1146
1146
|
|
|
1147
|
-
module.exports = require("
|
|
1147
|
+
module.exports = require("lodash/isUndefined");
|
|
1148
1148
|
|
|
1149
1149
|
/***/ }),
|
|
1150
1150
|
|
|
@@ -1162,7 +1162,7 @@ module.exports = require("@splunk/react-ui/Box");
|
|
|
1162
1162
|
|
|
1163
1163
|
/***/ }),
|
|
1164
1164
|
|
|
1165
|
-
/***/
|
|
1165
|
+
/***/ 68:
|
|
1166
1166
|
/***/ (function(module, exports) {
|
|
1167
1167
|
|
|
1168
1168
|
module.exports = require("lodash/debounce");
|
|
@@ -1176,7 +1176,7 @@ module.exports = require("@splunk/ui-utils/id");
|
|
|
1176
1176
|
|
|
1177
1177
|
/***/ }),
|
|
1178
1178
|
|
|
1179
|
-
/***/
|
|
1179
|
+
/***/ 83:
|
|
1180
1180
|
/***/ (function(module, exports) {
|
|
1181
1181
|
|
|
1182
1182
|
module.exports = require("@splunk/themes/mixins");
|
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 = 178);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,28 +128,28 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 109:
|
|
132
132
|
/***/ (function(module, exports) {
|
|
133
133
|
|
|
134
134
|
module.exports = require("@dnd-kit/sortable");
|
|
135
135
|
|
|
136
136
|
/***/ }),
|
|
137
137
|
|
|
138
|
-
/***/
|
|
138
|
+
/***/ 135:
|
|
139
139
|
/***/ (function(module, exports) {
|
|
140
140
|
|
|
141
141
|
module.exports = require("@splunk/react-icons/Plus");
|
|
142
142
|
|
|
143
143
|
/***/ }),
|
|
144
144
|
|
|
145
|
-
/***/
|
|
145
|
+
/***/ 136:
|
|
146
146
|
/***/ (function(module, exports) {
|
|
147
147
|
|
|
148
148
|
module.exports = require("@splunk/react-icons/enterprise/Plus");
|
|
149
149
|
|
|
150
150
|
/***/ }),
|
|
151
151
|
|
|
152
|
-
/***/
|
|
152
|
+
/***/ 137:
|
|
153
153
|
/***/ (function(module, exports) {
|
|
154
154
|
|
|
155
155
|
module.exports = require("@dnd-kit/utilities");
|
|
@@ -170,7 +170,7 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
170
170
|
|
|
171
171
|
/***/ }),
|
|
172
172
|
|
|
173
|
-
/***/
|
|
173
|
+
/***/ 178:
|
|
174
174
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
175
175
|
|
|
176
176
|
"use strict";
|
|
@@ -207,11 +207,11 @@ FormRowsContext.displayName = 'FormRows';
|
|
|
207
207
|
var themes_ = __webpack_require__(0);
|
|
208
208
|
|
|
209
209
|
// EXTERNAL MODULE: external "@splunk/react-icons/Plus"
|
|
210
|
-
var Plus_ = __webpack_require__(
|
|
210
|
+
var Plus_ = __webpack_require__(135);
|
|
211
211
|
var Plus_default = /*#__PURE__*/__webpack_require__.n(Plus_);
|
|
212
212
|
|
|
213
213
|
// EXTERNAL MODULE: external "@splunk/react-icons/enterprise/Plus"
|
|
214
|
-
var enterprise_Plus_ = __webpack_require__(
|
|
214
|
+
var enterprise_Plus_ = __webpack_require__(136);
|
|
215
215
|
var enterprise_Plus_default = /*#__PURE__*/__webpack_require__.n(enterprise_Plus_);
|
|
216
216
|
|
|
217
217
|
// CONCATENATED MODULE: ./src/FormRows/icons/FormRowsPlusIcon.tsx
|
|
@@ -241,7 +241,7 @@ var omit_ = __webpack_require__(5);
|
|
|
241
241
|
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
242
242
|
|
|
243
243
|
// EXTERNAL MODULE: external "@splunk/react-ui/CloseButton"
|
|
244
|
-
var CloseButton_ = __webpack_require__(
|
|
244
|
+
var CloseButton_ = __webpack_require__(92);
|
|
245
245
|
var CloseButton_default = /*#__PURE__*/__webpack_require__.n(CloseButton_);
|
|
246
246
|
|
|
247
247
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -410,10 +410,10 @@ var RowInternal = /*#__PURE__*/external_react_default.a.forwardRef(function (_re
|
|
|
410
410
|
RowInternal.propTypes = propTypes;
|
|
411
411
|
/* harmony default export */ var FormRows_RowInternal = (RowInternal);
|
|
412
412
|
// EXTERNAL MODULE: external "@dnd-kit/sortable"
|
|
413
|
-
var sortable_ = __webpack_require__(
|
|
413
|
+
var sortable_ = __webpack_require__(109);
|
|
414
414
|
|
|
415
415
|
// EXTERNAL MODULE: external "@dnd-kit/utilities"
|
|
416
|
-
var utilities_ = __webpack_require__(
|
|
416
|
+
var utilities_ = __webpack_require__(137);
|
|
417
417
|
|
|
418
418
|
// EXTERNAL MODULE: external "@splunk/react-ui/ScreenReaderContent"
|
|
419
419
|
var ScreenReaderContent_ = __webpack_require__(14);
|
|
@@ -574,7 +574,7 @@ _defineProperty(Row_Row, "contextType", FormRows_FormRowsContext);
|
|
|
574
574
|
|
|
575
575
|
/* harmony default export */ var FormRows_Row = (Row_Row);
|
|
576
576
|
// EXTERNAL MODULE: external "@dnd-kit/core"
|
|
577
|
-
var core_ = __webpack_require__(
|
|
577
|
+
var core_ = __webpack_require__(75);
|
|
578
578
|
|
|
579
579
|
// CONCATENATED MODULE: ./src/FormRows/SortableList.tsx
|
|
580
580
|
|
|
@@ -918,14 +918,14 @@ module.exports = require("@splunk/ui-utils/keyboard");
|
|
|
918
918
|
|
|
919
919
|
/***/ }),
|
|
920
920
|
|
|
921
|
-
/***/
|
|
921
|
+
/***/ 75:
|
|
922
922
|
/***/ (function(module, exports) {
|
|
923
923
|
|
|
924
924
|
module.exports = require("@dnd-kit/core");
|
|
925
925
|
|
|
926
926
|
/***/ }),
|
|
927
927
|
|
|
928
|
-
/***/
|
|
928
|
+
/***/ 92:
|
|
929
929
|
/***/ (function(module, exports) {
|
|
930
930
|
|
|
931
931
|
module.exports = require("@splunk/react-ui/CloseButton");
|
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 = 222);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -108,7 +108,7 @@ module.exports = require("react");
|
|
|
108
108
|
|
|
109
109
|
/***/ }),
|
|
110
110
|
|
|
111
|
-
/***/
|
|
111
|
+
/***/ 222:
|
|
112
112
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
113
|
|
|
114
114
|
"use strict";
|