@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/Table.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 = 112);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -328,14 +328,14 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
328
328
|
module.exports = require("@splunk/react-ui/Popover");
|
|
329
329
|
|
|
330
330
|
/***/ }),
|
|
331
|
-
/* 18
|
|
332
|
-
/* 19 */,
|
|
333
|
-
/* 20 */
|
|
331
|
+
/* 18 */
|
|
334
332
|
/***/ (function(module, exports) {
|
|
335
333
|
|
|
336
334
|
module.exports = require("@splunk/react-ui/Dropdown");
|
|
337
335
|
|
|
338
336
|
/***/ }),
|
|
337
|
+
/* 19 */,
|
|
338
|
+
/* 20 */,
|
|
339
339
|
/* 21 */,
|
|
340
340
|
/* 22 */,
|
|
341
341
|
/* 23 */,
|
|
@@ -466,14 +466,20 @@ module.exports = require("@splunk/react-icons/Caret");
|
|
|
466
466
|
/* 49 */
|
|
467
467
|
/***/ (function(module, exports) {
|
|
468
468
|
|
|
469
|
+
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
470
|
+
|
|
471
|
+
/***/ }),
|
|
472
|
+
/* 50 */
|
|
473
|
+
/***/ (function(module, exports) {
|
|
474
|
+
|
|
469
475
|
module.exports = require("@splunk/react-ui/Tooltip");
|
|
470
476
|
|
|
471
477
|
/***/ }),
|
|
472
|
-
/* 50 */,
|
|
473
478
|
/* 51 */,
|
|
474
479
|
/* 52 */,
|
|
475
480
|
/* 53 */,
|
|
476
|
-
/* 54
|
|
481
|
+
/* 54 */,
|
|
482
|
+
/* 55 */
|
|
477
483
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
478
484
|
|
|
479
485
|
"use strict";
|
|
@@ -496,21 +502,21 @@ function assertDefined(val, msg) {
|
|
|
496
502
|
|
|
497
503
|
|
|
498
504
|
/***/ }),
|
|
499
|
-
/* 55 */,
|
|
500
505
|
/* 56 */,
|
|
501
506
|
/* 57 */,
|
|
502
507
|
/* 58 */,
|
|
503
508
|
/* 59 */,
|
|
504
509
|
/* 60 */,
|
|
505
510
|
/* 61 */,
|
|
506
|
-
/* 62
|
|
511
|
+
/* 62 */,
|
|
512
|
+
/* 63 */
|
|
507
513
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
508
514
|
|
|
509
515
|
"use strict";
|
|
510
516
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return MoreVertical; });
|
|
511
517
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
512
518
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
513
|
-
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
519
|
+
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(64);
|
|
514
520
|
/* harmony import */ var _splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_MoreVertical__WEBPACK_IMPORTED_MODULE_1__);
|
|
515
521
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
516
522
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -540,20 +546,20 @@ function MoreVertical(props) {
|
|
|
540
546
|
}
|
|
541
547
|
|
|
542
548
|
/***/ }),
|
|
543
|
-
/*
|
|
549
|
+
/* 64 */
|
|
544
550
|
/***/ (function(module, exports) {
|
|
545
551
|
|
|
546
552
|
module.exports = require("@splunk/react-icons/MoreVertical");
|
|
547
553
|
|
|
548
554
|
/***/ }),
|
|
549
|
-
/*
|
|
555
|
+
/* 65 */
|
|
550
556
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
551
557
|
|
|
552
558
|
"use strict";
|
|
553
559
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return ChevronDown; });
|
|
554
560
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
555
561
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
556
|
-
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
562
|
+
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(49);
|
|
557
563
|
/* harmony import */ var _splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_splunk_react_icons_ChevronDown__WEBPACK_IMPORTED_MODULE_1__);
|
|
558
564
|
/* harmony import */ var _ThemedIcon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
559
565
|
/* harmony import */ var _SVG__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
|
|
@@ -594,12 +600,6 @@ function ChevronDown(props) {
|
|
|
594
600
|
}, props));
|
|
595
601
|
}
|
|
596
602
|
|
|
597
|
-
/***/ }),
|
|
598
|
-
/* 65 */
|
|
599
|
-
/***/ (function(module, exports) {
|
|
600
|
-
|
|
601
|
-
module.exports = require("@splunk/react-icons/ChevronDown");
|
|
602
|
-
|
|
603
603
|
/***/ }),
|
|
604
604
|
/* 66 */,
|
|
605
605
|
/* 67 */,
|
|
@@ -643,39 +643,41 @@ module.exports = require("@splunk/react-ui/Switch");
|
|
|
643
643
|
/* 100 */,
|
|
644
644
|
/* 101 */,
|
|
645
645
|
/* 102 */,
|
|
646
|
-
/* 103
|
|
646
|
+
/* 103 */,
|
|
647
|
+
/* 104 */,
|
|
648
|
+
/* 105 */
|
|
647
649
|
/***/ (function(module, exports) {
|
|
648
650
|
|
|
649
651
|
module.exports = require("react-resize-detector");
|
|
650
652
|
|
|
651
653
|
/***/ }),
|
|
652
|
-
/*
|
|
654
|
+
/* 106 */
|
|
653
655
|
/***/ (function(module, exports) {
|
|
654
656
|
|
|
655
657
|
module.exports = require("@splunk/react-icons/SortedDown");
|
|
656
658
|
|
|
657
659
|
/***/ }),
|
|
658
|
-
/*
|
|
660
|
+
/* 107 */
|
|
659
661
|
/***/ (function(module, exports) {
|
|
660
662
|
|
|
661
663
|
module.exports = require("@splunk/react-icons/SortedUp");
|
|
662
664
|
|
|
663
665
|
/***/ }),
|
|
664
|
-
/*
|
|
666
|
+
/* 108 */
|
|
665
667
|
/***/ (function(module, exports) {
|
|
666
668
|
|
|
667
669
|
module.exports = require("@splunk/react-icons/Sort");
|
|
668
670
|
|
|
669
671
|
/***/ }),
|
|
670
|
-
/*
|
|
672
|
+
/* 109 */
|
|
671
673
|
/***/ (function(module, exports) {
|
|
672
674
|
|
|
673
675
|
module.exports = require("@splunk/react-icons/Info");
|
|
674
676
|
|
|
675
677
|
/***/ }),
|
|
676
|
-
/*
|
|
677
|
-
/*
|
|
678
|
-
/*
|
|
678
|
+
/* 110 */,
|
|
679
|
+
/* 111 */,
|
|
680
|
+
/* 112 */
|
|
679
681
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
680
682
|
|
|
681
683
|
"use strict";
|
|
@@ -704,7 +706,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
704
706
|
var external_lodash_ = __webpack_require__(4);
|
|
705
707
|
|
|
706
708
|
// EXTERNAL MODULE: external "react-resize-detector"
|
|
707
|
-
var external_react_resize_detector_ = __webpack_require__(
|
|
709
|
+
var external_react_resize_detector_ = __webpack_require__(105);
|
|
708
710
|
var external_react_resize_detector_default = /*#__PURE__*/__webpack_require__.n(external_react_resize_detector_);
|
|
709
711
|
|
|
710
712
|
// EXTERNAL MODULE: external "@splunk/react-ui/EventListener"
|
|
@@ -1408,7 +1410,7 @@ Cell_defineProperty(Cell_Cell, "defaultProps", Cell_defaultProps);
|
|
|
1408
1410
|
var i18n_ = __webpack_require__(5);
|
|
1409
1411
|
|
|
1410
1412
|
// EXTERNAL MODULE: external "@splunk/react-icons/SortedDown"
|
|
1411
|
-
var SortedDown_ = __webpack_require__(
|
|
1413
|
+
var SortedDown_ = __webpack_require__(106);
|
|
1412
1414
|
var SortedDown_default = /*#__PURE__*/__webpack_require__.n(SortedDown_);
|
|
1413
1415
|
|
|
1414
1416
|
// EXTERNAL MODULE: ./src/icons/ThemedIcon.tsx
|
|
@@ -1455,7 +1457,7 @@ function SortedDown(props) {
|
|
|
1455
1457
|
}, props));
|
|
1456
1458
|
}
|
|
1457
1459
|
// EXTERNAL MODULE: external "@splunk/react-icons/SortedUp"
|
|
1458
|
-
var SortedUp_ = __webpack_require__(
|
|
1460
|
+
var SortedUp_ = __webpack_require__(107);
|
|
1459
1461
|
var SortedUp_default = /*#__PURE__*/__webpack_require__.n(SortedUp_);
|
|
1460
1462
|
|
|
1461
1463
|
// CONCATENATED MODULE: ./src/icons/SortedUp.tsx
|
|
@@ -1496,7 +1498,7 @@ function SortedUp(props) {
|
|
|
1496
1498
|
}, props));
|
|
1497
1499
|
}
|
|
1498
1500
|
// EXTERNAL MODULE: external "@splunk/react-icons/Sort"
|
|
1499
|
-
var Sort_ = __webpack_require__(
|
|
1501
|
+
var Sort_ = __webpack_require__(108);
|
|
1500
1502
|
var Sort_default = /*#__PURE__*/__webpack_require__.n(Sort_);
|
|
1501
1503
|
|
|
1502
1504
|
// CONCATENATED MODULE: ./src/icons/Sort.tsx
|
|
@@ -2275,6 +2277,8 @@ var HeadCell_propTypes = {
|
|
|
2275
2277
|
|
|
2276
2278
|
/** @private. */
|
|
2277
2279
|
variant: external_prop_types_default.a.oneOf(['toggleAll', 'info', 'actions']),
|
|
2280
|
+
|
|
2281
|
+
/** @private. */
|
|
2278
2282
|
zIndex: external_prop_types_default.a.number
|
|
2279
2283
|
};
|
|
2280
2284
|
var HeadCell_defaultProps = {
|
|
@@ -2472,7 +2476,7 @@ HeadCell_defineProperty(HeadCell_HeadCell, "contextType", Table_TableContext);
|
|
|
2472
2476
|
|
|
2473
2477
|
/* harmony default export */ var Table_HeadCell = (HeadCell_HeadCell);
|
|
2474
2478
|
// EXTERNAL MODULE: external "@splunk/react-icons/Info"
|
|
2475
|
-
var Info_ = __webpack_require__(
|
|
2479
|
+
var Info_ = __webpack_require__(109);
|
|
2476
2480
|
var Info_default = /*#__PURE__*/__webpack_require__.n(Info_);
|
|
2477
2481
|
|
|
2478
2482
|
// EXTERNAL MODULE: ./src/icons/ChevronRight.tsx
|
|
@@ -2504,18 +2508,18 @@ var Button_ = __webpack_require__(16);
|
|
|
2504
2508
|
var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
|
|
2505
2509
|
|
|
2506
2510
|
// EXTERNAL MODULE: external "@splunk/react-ui/Dropdown"
|
|
2507
|
-
var Dropdown_ = __webpack_require__(
|
|
2511
|
+
var Dropdown_ = __webpack_require__(18);
|
|
2508
2512
|
var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
|
|
2509
2513
|
|
|
2510
2514
|
// EXTERNAL MODULE: external "@splunk/react-ui/Tooltip"
|
|
2511
|
-
var Tooltip_ = __webpack_require__(
|
|
2515
|
+
var Tooltip_ = __webpack_require__(50);
|
|
2512
2516
|
var Tooltip_default = /*#__PURE__*/__webpack_require__.n(Tooltip_);
|
|
2513
2517
|
|
|
2514
2518
|
// EXTERNAL MODULE: ./src/icons/ChevronDown.tsx
|
|
2515
|
-
var ChevronDown = __webpack_require__(
|
|
2519
|
+
var ChevronDown = __webpack_require__(65);
|
|
2516
2520
|
|
|
2517
2521
|
// EXTERNAL MODULE: ./src/icons/MoreVertical.tsx
|
|
2518
|
-
var MoreVertical = __webpack_require__(
|
|
2522
|
+
var MoreVertical = __webpack_require__(63);
|
|
2519
2523
|
|
|
2520
2524
|
// CONCATENATED MODULE: ./src/Table/RowDragCell.tsx
|
|
2521
2525
|
function RowDragCell_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { RowDragCell_typeof = function _typeof(obj) { return typeof obj; }; } else { RowDragCell_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return RowDragCell_typeof(obj); }
|
|
@@ -3681,6 +3685,9 @@ function HeadDropdownCell_defineProperty(obj, key, value) { if (key in obj) { Ob
|
|
|
3681
3685
|
|
|
3682
3686
|
|
|
3683
3687
|
|
|
3688
|
+
|
|
3689
|
+
/** @public */
|
|
3690
|
+
|
|
3684
3691
|
var possibleCloseReasons = ['clickAway', 'contentClick', 'escapeKey', 'offScreen', 'tabKey', 'toggleClick'];
|
|
3685
3692
|
var HeadDropdownCell_propTypes = {
|
|
3686
3693
|
align: external_prop_types_default.a.oneOf(['left', 'center', 'right']),
|
|
@@ -3733,7 +3740,10 @@ var HeadDropdownCell_propTypes = {
|
|
|
3733
3740
|
width: external_prop_types_default.a.number,
|
|
3734
3741
|
|
|
3735
3742
|
/** @private. */
|
|
3736
|
-
variant: external_prop_types_default.a.oneOf(['toggleAll', 'info', 'actions'])
|
|
3743
|
+
variant: external_prop_types_default.a.oneOf(['toggleAll', 'info', 'actions']),
|
|
3744
|
+
|
|
3745
|
+
/** @private. */
|
|
3746
|
+
zIndex: external_prop_types_default.a.number
|
|
3737
3747
|
};
|
|
3738
3748
|
var HeadDropdownCell_defaultProps = {
|
|
3739
3749
|
align: 'left',
|
|
@@ -3746,7 +3756,8 @@ var HeadDropdownCell_defaultProps = {
|
|
|
3746
3756
|
retainFocus: false,
|
|
3747
3757
|
takeFocus: true,
|
|
3748
3758
|
truncate: true,
|
|
3749
|
-
visible: true
|
|
3759
|
+
visible: true,
|
|
3760
|
+
zIndex: 1
|
|
3750
3761
|
};
|
|
3751
3762
|
|
|
3752
3763
|
var HeadDropdownCell_HeadDropdownCell = /*#__PURE__*/function (_Component) {
|
|
@@ -3991,11 +4002,13 @@ var HeadDropdownCell_HeadDropdownCell = /*#__PURE__*/function (_Component) {
|
|
|
3991
4002
|
truncate = _this$props6.truncate,
|
|
3992
4003
|
variant = _this$props6.variant,
|
|
3993
4004
|
visible = _this$props6.visible,
|
|
3994
|
-
width = _this$props6.width
|
|
4005
|
+
width = _this$props6.width,
|
|
4006
|
+
zIndex = _this$props6.zIndex;
|
|
3995
4007
|
var _this$state = this.state,
|
|
3996
4008
|
el = _this$state.el,
|
|
3997
4009
|
clientX = _this$state.clientX;
|
|
3998
4010
|
var cellId = id || this.cellId;
|
|
4011
|
+
var headType = this.context.headType;
|
|
3999
4012
|
return /*#__PURE__*/external_react_default.a.createElement(HeadCellStyles_Styled, HeadDropdownCell_extends({
|
|
4000
4013
|
style: Object(external_lodash_["merge"])(style, {
|
|
4001
4014
|
width: width
|
|
@@ -4012,7 +4025,9 @@ var HeadDropdownCell_HeadDropdownCell = /*#__PURE__*/function (_Component) {
|
|
|
4012
4025
|
onKeyDown: this.handleKeyDown,
|
|
4013
4026
|
"aria-haspopup": true,
|
|
4014
4027
|
"aria-owns": this.popoverId,
|
|
4015
|
-
"aria-expanded": this.isOpen()
|
|
4028
|
+
"aria-expanded": this.isOpen(),
|
|
4029
|
+
$isFixed: headType === 'fixed',
|
|
4030
|
+
$zIndex: zIndex
|
|
4016
4031
|
}), /*#__PURE__*/external_react_default.a.createElement(Table_HeadInner, {
|
|
4017
4032
|
label: label,
|
|
4018
4033
|
align: align,
|
|
@@ -4073,6 +4088,8 @@ HeadDropdownCell_defineProperty(HeadDropdownCell_HeadDropdownCell, "propTypes",
|
|
|
4073
4088
|
|
|
4074
4089
|
HeadDropdownCell_defineProperty(HeadDropdownCell_HeadDropdownCell, "defaultProps", HeadDropdownCell_defaultProps);
|
|
4075
4090
|
|
|
4091
|
+
HeadDropdownCell_defineProperty(HeadDropdownCell_HeadDropdownCell, "contextType", Table_TableContext);
|
|
4092
|
+
|
|
4076
4093
|
/* harmony default export */ var Table_HeadDropdownCell = (HeadDropdownCell_HeadDropdownCell);
|
|
4077
4094
|
// CONCATENATED MODULE: ./src/Table/HeadTableStyles.ts
|
|
4078
4095
|
|
|
@@ -4259,7 +4276,7 @@ HeadTable_defineProperty(HeadTable_HeadTable, "defaultProps", HeadTable_defaultP
|
|
|
4259
4276
|
|
|
4260
4277
|
/* harmony default export */ var Table_HeadTable = (HeadTable_HeadTable);
|
|
4261
4278
|
// EXTERNAL MODULE: ./src/utils/types.ts
|
|
4262
|
-
var types = __webpack_require__(
|
|
4279
|
+
var types = __webpack_require__(55);
|
|
4263
4280
|
|
|
4264
4281
|
// CONCATENATED MODULE: ./src/Table/Table.tsx
|
|
4265
4282
|
function Table_typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { Table_typeof = function _typeof(obj) { return typeof obj; }; } else { Table_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return Table_typeof(obj); }
|
package/Text.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 136);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,13 +101,6 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/ 108:
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("@splunk/react-ui/TextArea");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
104
|
/***/ 11:
|
|
112
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
113
106
|
|
|
@@ -135,7 +128,14 @@ function updateReactRef(ref, current) {
|
|
|
135
128
|
|
|
136
129
|
/***/ }),
|
|
137
130
|
|
|
138
|
-
/***/
|
|
131
|
+
/***/ 110:
|
|
132
|
+
/***/ (function(module, exports) {
|
|
133
|
+
|
|
134
|
+
module.exports = require("@splunk/react-ui/TextArea");
|
|
135
|
+
|
|
136
|
+
/***/ }),
|
|
137
|
+
|
|
138
|
+
/***/ 136:
|
|
139
139
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
140
140
|
|
|
141
141
|
"use strict";
|
|
@@ -170,7 +170,7 @@ var themes_ = __webpack_require__(0);
|
|
|
170
170
|
var ControlGroup_ = __webpack_require__(78);
|
|
171
171
|
|
|
172
172
|
// EXTERNAL MODULE: external "@splunk/react-ui/TextArea"
|
|
173
|
-
var TextArea_ = __webpack_require__(
|
|
173
|
+
var TextArea_ = __webpack_require__(110);
|
|
174
174
|
var TextArea_default = /*#__PURE__*/__webpack_require__.n(TextArea_);
|
|
175
175
|
|
|
176
176
|
// EXTERNAL MODULE: external "@splunk/ui-utils/i18n"
|
|
@@ -180,7 +180,7 @@ var i18n_ = __webpack_require__(5);
|
|
|
180
180
|
var Search = __webpack_require__(29);
|
|
181
181
|
|
|
182
182
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
183
|
-
var CrossMark = __webpack_require__(
|
|
183
|
+
var CrossMark = __webpack_require__(20);
|
|
184
184
|
|
|
185
185
|
// EXTERNAL MODULE: ./src/utils/updateReactRef.ts
|
|
186
186
|
var updateReactRef = __webpack_require__(11);
|
|
@@ -338,7 +338,7 @@ var buttonStyles = Object(external_styled_components_["css"])(["border-radius:",
|
|
|
338
338
|
light: themes_["variables"].gray60,
|
|
339
339
|
dark: themes_["variables"].white
|
|
340
340
|
},
|
|
341
|
-
prisma: themes_["variables"].
|
|
341
|
+
prisma: themes_["variables"].contentColorMuted
|
|
342
342
|
}));
|
|
343
343
|
var StyledClearButton = external_styled_components_default()(Button_default.a).withConfig({
|
|
344
344
|
displayName: "TextStyles__StyledClearButton",
|
|
@@ -579,7 +579,7 @@ var StyledEndAdornmentHolder = external_styled_components_default.a.div.withConf
|
|
|
579
579
|
var StyledAdornment = external_styled_components_default.a.div.withConfig({
|
|
580
580
|
displayName: "TextStyles__StyledAdornment",
|
|
581
581
|
componentId: "eg7n6t-10"
|
|
582
|
-
})(["display:inline-flex;align-items:center;justify-content:center;position:absolute;pointer-events:none;z-index:1;height:", ";", ";", ";", ""], Object(themes_["pick"])({
|
|
582
|
+
})(["display:inline-flex;align-items:center;justify-content:center;position:absolute;pointer-events:none;z-index:1;height:", ";color:", ";", ";", ";", ""], Object(themes_["pick"])({
|
|
583
583
|
enterprise: {
|
|
584
584
|
comfortable: '30px',
|
|
585
585
|
compact: '26px'
|
|
@@ -588,6 +588,12 @@ var StyledAdornment = external_styled_components_default.a.div.withConfig({
|
|
|
588
588
|
comfortable: '38px',
|
|
589
589
|
compact: '30px'
|
|
590
590
|
}
|
|
591
|
+
}), Object(themes_["pick"])({
|
|
592
|
+
enterprise: {
|
|
593
|
+
light: themes_["variables"].gray60,
|
|
594
|
+
dark: themes_["variables"].white
|
|
595
|
+
},
|
|
596
|
+
prisma: themes_["variables"].contentColorMuted
|
|
591
597
|
}), function (_ref16) {
|
|
592
598
|
var $position = _ref16.$position;
|
|
593
599
|
return $position === 'start' ? Object(external_styled_components_["css"])(["top:1px;left:1px;"]) : Object(external_styled_components_["css"])(["top:1px;right:1px;"]);
|
|
@@ -999,6 +1005,8 @@ var Text_Text = /*#__PURE__*/function (_Component) {
|
|
|
999
1005
|
|
|
1000
1006
|
if (false) {}
|
|
1001
1007
|
|
|
1008
|
+
if (false) {}
|
|
1009
|
+
|
|
1002
1010
|
Text.validateRows(props);
|
|
1003
1011
|
return _this;
|
|
1004
1012
|
}
|
|
@@ -1217,7 +1225,14 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
1217
1225
|
|
|
1218
1226
|
/***/ }),
|
|
1219
1227
|
|
|
1220
|
-
/***/
|
|
1228
|
+
/***/ 2:
|
|
1229
|
+
/***/ (function(module, exports) {
|
|
1230
|
+
|
|
1231
|
+
module.exports = require("react");
|
|
1232
|
+
|
|
1233
|
+
/***/ }),
|
|
1234
|
+
|
|
1235
|
+
/***/ 20:
|
|
1221
1236
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1222
1237
|
|
|
1223
1238
|
"use strict";
|
|
@@ -1267,13 +1282,6 @@ function CrossMark(props) {
|
|
|
1267
1282
|
|
|
1268
1283
|
/***/ }),
|
|
1269
1284
|
|
|
1270
|
-
/***/ 2:
|
|
1271
|
-
/***/ (function(module, exports) {
|
|
1272
|
-
|
|
1273
|
-
module.exports = require("react");
|
|
1274
|
-
|
|
1275
|
-
/***/ }),
|
|
1276
|
-
|
|
1277
1285
|
/***/ 21:
|
|
1278
1286
|
/***/ (function(module, exports) {
|
|
1279
1287
|
|
package/TextArea.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 148);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -128,7 +128,7 @@ function updateReactRef(ref, current) {
|
|
|
128
128
|
|
|
129
129
|
/***/ }),
|
|
130
130
|
|
|
131
|
-
/***/
|
|
131
|
+
/***/ 148:
|
|
132
132
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
133
133
|
|
|
134
134
|
"use strict";
|
|
@@ -169,7 +169,7 @@ var i18n_ = __webpack_require__(5);
|
|
|
169
169
|
var Search = __webpack_require__(29);
|
|
170
170
|
|
|
171
171
|
// EXTERNAL MODULE: ./src/icons/CrossMark.tsx
|
|
172
|
-
var CrossMark = __webpack_require__(
|
|
172
|
+
var CrossMark = __webpack_require__(20);
|
|
173
173
|
|
|
174
174
|
// CONCATENATED MODULE: ./src/TextArea/syncHeightWithShadow.ts
|
|
175
175
|
// This file was adapted from [Call-Em-All's material-ui](https://github.com/mui-org/material-ui),
|
|
@@ -286,7 +286,7 @@ var buttonStyles = Object(external_styled_components_["css"])(["border-radius:",
|
|
|
286
286
|
light: themes_["variables"].gray60,
|
|
287
287
|
dark: themes_["variables"].white
|
|
288
288
|
},
|
|
289
|
-
prisma: themes_["variables"].
|
|
289
|
+
prisma: themes_["variables"].contentColorMuted
|
|
290
290
|
}));
|
|
291
291
|
var StyledClearButton = external_styled_components_default()(Button_default.a).withConfig({
|
|
292
292
|
displayName: "TextAreaStyles__StyledClearButton",
|
|
@@ -519,7 +519,7 @@ var StyledEndAdornmentHolder = external_styled_components_default.a.div.withConf
|
|
|
519
519
|
var StyledAdornment = external_styled_components_default.a.div.withConfig({
|
|
520
520
|
displayName: "TextAreaStyles__StyledAdornment",
|
|
521
521
|
componentId: "gfy8yp-9"
|
|
522
|
-
})(["display:inline-flex;align-items:center;justify-content:center;position:absolute;pointer-events:none;z-index:1;height:", ";", ";", ";", ""], Object(themes_["pick"])({
|
|
522
|
+
})(["display:inline-flex;align-items:center;justify-content:center;position:absolute;pointer-events:none;z-index:1;height:", ";color:", ";", ";", ";", ""], Object(themes_["pick"])({
|
|
523
523
|
enterprise: {
|
|
524
524
|
comfortable: '30px',
|
|
525
525
|
compact: '26px'
|
|
@@ -528,6 +528,12 @@ var StyledAdornment = external_styled_components_default.a.div.withConfig({
|
|
|
528
528
|
comfortable: '38px',
|
|
529
529
|
compact: '30px'
|
|
530
530
|
}
|
|
531
|
+
}), Object(themes_["pick"])({
|
|
532
|
+
enterprise: {
|
|
533
|
+
light: themes_["variables"].gray60,
|
|
534
|
+
dark: themes_["variables"].white
|
|
535
|
+
},
|
|
536
|
+
prisma: themes_["variables"].contentColorMuted
|
|
531
537
|
}), function (_ref15) {
|
|
532
538
|
var $position = _ref15.$position;
|
|
533
539
|
return $position === 'start' ? Object(external_styled_components_["css"])(["top:1px;left:1px;"]) : Object(external_styled_components_["css"])(["top:1px;right:1px;"]);
|
|
@@ -911,6 +917,8 @@ var TextArea_TextArea = /*#__PURE__*/function (_Component) {
|
|
|
911
917
|
|
|
912
918
|
if (false) {}
|
|
913
919
|
|
|
920
|
+
if (false) {}
|
|
921
|
+
|
|
914
922
|
TextArea.validateRows(props);
|
|
915
923
|
_this.handleResize = Object(external_lodash_["throttle"])(_this.handleResize, 100);
|
|
916
924
|
return _this;
|
|
@@ -1138,7 +1146,14 @@ module.exports = require("@splunk/react-ui/Button");
|
|
|
1138
1146
|
|
|
1139
1147
|
/***/ }),
|
|
1140
1148
|
|
|
1141
|
-
/***/
|
|
1149
|
+
/***/ 2:
|
|
1150
|
+
/***/ (function(module, exports) {
|
|
1151
|
+
|
|
1152
|
+
module.exports = require("react");
|
|
1153
|
+
|
|
1154
|
+
/***/ }),
|
|
1155
|
+
|
|
1156
|
+
/***/ 20:
|
|
1142
1157
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1143
1158
|
|
|
1144
1159
|
"use strict";
|
|
@@ -1188,13 +1203,6 @@ function CrossMark(props) {
|
|
|
1188
1203
|
|
|
1189
1204
|
/***/ }),
|
|
1190
1205
|
|
|
1191
|
-
/***/ 2:
|
|
1192
|
-
/***/ (function(module, exports) {
|
|
1193
|
-
|
|
1194
|
-
module.exports = require("react");
|
|
1195
|
-
|
|
1196
|
-
/***/ }),
|
|
1197
|
-
|
|
1198
1206
|
/***/ 21:
|
|
1199
1207
|
/***/ (function(module, exports) {
|
|
1200
1208
|
|
package/Tooltip.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 149);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -122,7 +122,7 @@ module.exports = require("@splunk/react-ui/ScreenReaderContent");
|
|
|
122
122
|
|
|
123
123
|
/***/ }),
|
|
124
124
|
|
|
125
|
-
/***/
|
|
125
|
+
/***/ 149:
|
|
126
126
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
127
127
|
|
|
128
128
|
"use strict";
|
package/TransitionOpen.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 176);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -101,7 +101,7 @@ module.exports = require("prop-types");
|
|
|
101
101
|
|
|
102
102
|
/***/ }),
|
|
103
103
|
|
|
104
|
-
/***/
|
|
104
|
+
/***/ 176:
|
|
105
105
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
106
106
|
|
|
107
107
|
"use strict";
|
|
@@ -132,7 +132,7 @@ var focus_ = __webpack_require__(26);
|
|
|
132
132
|
var style_ = __webpack_require__(32);
|
|
133
133
|
|
|
134
134
|
// EXTERNAL MODULE: external "react-spring"
|
|
135
|
-
var external_react_spring_ = __webpack_require__(
|
|
135
|
+
var external_react_spring_ = __webpack_require__(19);
|
|
136
136
|
|
|
137
137
|
// EXTERNAL MODULE: external "styled-components"
|
|
138
138
|
var external_styled_components_ = __webpack_require__(3);
|
|
@@ -466,7 +466,7 @@ _defineProperty(TransitionOpen_TransitionOpen, "getDerivedStateFromProps", funct
|
|
|
466
466
|
|
|
467
467
|
/***/ }),
|
|
468
468
|
|
|
469
|
-
/***/
|
|
469
|
+
/***/ 19:
|
|
470
470
|
/***/ (function(module, exports) {
|
|
471
471
|
|
|
472
472
|
module.exports = require("react-spring");
|
package/Typography.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 182);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -94,7 +94,7 @@ module.exports = require("prop-types");
|
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|
|
97
|
-
/***/
|
|
97
|
+
/***/ 182:
|
|
98
98
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
99
99
|
|
|
100
100
|
"use strict";
|
|
@@ -117,7 +117,7 @@ var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_pr
|
|
|
117
117
|
var external_lodash_ = __webpack_require__(4);
|
|
118
118
|
|
|
119
119
|
// EXTERNAL MODULE: external "@splunk/themes/mixins"
|
|
120
|
-
var mixins_ = __webpack_require__(
|
|
120
|
+
var mixins_ = __webpack_require__(57);
|
|
121
121
|
var mixins_default = /*#__PURE__*/__webpack_require__.n(mixins_);
|
|
122
122
|
|
|
123
123
|
// EXTERNAL MODULE: external "styled-components"
|
|
@@ -215,7 +215,7 @@ module.exports = require("lodash");
|
|
|
215
215
|
|
|
216
216
|
/***/ }),
|
|
217
217
|
|
|
218
|
-
/***/
|
|
218
|
+
/***/ 57:
|
|
219
219
|
/***/ (function(module, exports) {
|
|
220
220
|
|
|
221
221
|
module.exports = require("@splunk/themes/mixins");
|