@splunk/react-ui 4.20.0 → 4.21.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 +114 -230
- package/Anchor.js +74 -150
- package/Animation.js +52 -124
- package/AnimationToggle.js +86 -146
- package/Box.js +77 -153
- package/Breadcrumbs.js +105 -197
- package/Button.js +168 -316
- package/ButtonGroup.js +84 -168
- package/ButtonSimple.js +224 -324
- package/CHANGELOG.md +21 -0
- package/Calendar.js +264 -462
- package/Card.js +223 -371
- package/CardLayout.js +87 -163
- package/Chip.js +199 -323
- package/Clickable.js +128 -246
- package/CloseButton.js +92 -200
- package/Code.js +162 -250
- package/CollapsiblePanel.js +214 -370
- package/Color.js +267 -495
- package/ColumnLayout.js +152 -254
- package/ComboBox.js +197 -371
- package/Concertina.js +214 -374
- package/ControlGroup.js +164 -288
- package/Date.js +154 -304
- package/DefinitionList.js +104 -180
- package/Divider.js +80 -156
- package/Dropdown.js +121 -263
- package/DualListbox.js +408 -601
- package/EventListener.js +70 -138
- package/File.js +343 -547
- package/FormRows.js +232 -414
- package/Heading.js +94 -164
- package/Image.js +167 -323
- package/JSONTree.js +166 -314
- package/Layer.js +221 -388
- package/Link.js +133 -239
- package/List.js +85 -161
- package/Markdown.js +230 -354
- package/Menu.js +489 -760
- package/Message.js +248 -437
- package/MessageBar.js +220 -408
- package/Modal.js +201 -365
- package/ModalLayer.js +96 -196
- package/Monogram.js +112 -204
- package/Multiselect.js +1135 -1761
- package/Number.js +178 -334
- package/Paginator.js +170 -336
- package/Paragraph.js +77 -153
- package/Popover.js +370 -620
- package/Progress.js +139 -255
- package/RadioBar.js +156 -280
- package/RadioList.js +182 -282
- package/Resize.js +173 -307
- package/ResultsMenu.js +161 -303
- package/ScreenReaderContent.js +75 -151
- package/Scroll.js +125 -267
- package/ScrollContainerContext.js +129 -201
- package/Search.js +188 -354
- package/Select.js +1028 -1430
- package/SidePanel.js +106 -214
- package/Slider.js +198 -348
- package/SlidingPanels.js +138 -280
- package/SplitButton.js +141 -273
- package/StaticContent.js +84 -168
- package/StepBar.js +138 -246
- package/Switch.js +261 -385
- package/TabBar.js +261 -398
- package/TabLayout.js +122 -238
- package/Table.js +943 -1448
- package/Text.js +335 -549
- package/TextArea.js +315 -537
- package/Tooltip.js +152 -292
- package/TransitionOpen.js +118 -242
- package/Typography.js +81 -157
- package/WaitSpinner.js +117 -209
- package/package.json +14 -15
- package/stubs-splunkui.d.ts +4 -1
- package/types/src/ComboBox/Option.d.ts +1 -1
- package/types/src/Concertina/Concertina.d.ts +4 -0
- package/types/src/Link/Link.d.ts +7 -3
- package/types/src/Link/docs/examples/NewWindow.d.ts +2 -0
- package/types/src/Markdown/Markdown.d.ts +1 -1
- package/types/src/Markdown/renderers/MarkdownHeading.d.ts +1 -1
- package/types/src/Menu/Item.d.ts +1 -1
- package/types/src/Menu/Menu.d.ts +1 -0
- package/types/src/MessageBar/docs/examples/WithActions.d.ts +2 -0
- package/types/src/Multiselect/Option.d.ts +1 -1
- package/types/src/Search/Option.d.ts +1 -1
- package/types/src/Select/Option.d.ts +1 -1
- package/types/src/Select/OptionBase.d.ts +1 -1
- package/types/src/fixtures/FetchOptions.d.ts +2 -8
- package/useForceUpdate.js +46 -110
- package/useKeyPress.js +50 -107
- package/usePrevious.js +47 -111
- package/useRovingFocus.js +53 -133
- package/types/src/Link/docs/examples/NewTab.d.ts +0 -2
- /package/types/src/Table/docs/examples/{DockedHeader.d.ts → DockedHeaderScrollbar.d.ts} +0 -0
- /package/types/src/Table/docs/examples/prisma/{DockedHeader.d.ts → DockedHeaderScrollbar.d.ts} +0 -0
package/SidePanel.js
CHANGED
|
@@ -1,187 +1,108 @@
|
|
|
1
|
-
|
|
2
|
-
/******/
|
|
3
|
-
/******/ // The
|
|
4
|
-
/******/ var
|
|
5
|
-
/******/
|
|
6
|
-
|
|
7
|
-
/******/
|
|
8
|
-
/******/
|
|
9
|
-
/******/ //
|
|
10
|
-
/******/
|
|
11
|
-
/******/
|
|
12
|
-
/******/
|
|
13
|
-
/******/
|
|
14
|
-
/******/
|
|
15
|
-
/******/
|
|
16
|
-
/******/
|
|
17
|
-
/******/
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ "use strict";
|
|
3
|
+
/******/ // The require scope
|
|
4
|
+
/******/ var __webpack_require__ = {};
|
|
5
|
+
/******/
|
|
6
|
+
/************************************************************************/
|
|
7
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
8
|
+
/******/ (() => {
|
|
9
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
10
|
+
/******/ __webpack_require__.n = (module) => {
|
|
11
|
+
/******/ var getter = module && module.__esModule ?
|
|
12
|
+
/******/ () => (module['default']) :
|
|
13
|
+
/******/ () => (module);
|
|
14
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15
|
+
/******/ return getter;
|
|
16
|
+
/******/ };
|
|
17
|
+
/******/ })();
|
|
18
|
+
/******/
|
|
19
|
+
/******/ /* webpack/runtime/define property getters */
|
|
20
|
+
/******/ (() => {
|
|
21
|
+
/******/ // define getter functions for harmony exports
|
|
22
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
23
|
+
/******/ for(var key in definition) {
|
|
24
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
25
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
26
|
+
/******/ }
|
|
27
|
+
/******/ }
|
|
28
|
+
/******/ };
|
|
29
|
+
/******/ })();
|
|
30
|
+
/******/
|
|
31
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32
|
+
/******/ (() => {
|
|
33
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
34
|
+
/******/ })();
|
|
35
|
+
/******/
|
|
36
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
37
|
+
/******/ (() => {
|
|
38
|
+
/******/ // define __esModule on exports
|
|
39
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
40
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
41
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
42
|
+
/******/ }
|
|
43
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
18
44
|
/******/ };
|
|
19
|
-
/******/
|
|
20
|
-
/******/
|
|
21
|
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
22
|
-
/******/
|
|
23
|
-
/******/ // Flag the module as loaded
|
|
24
|
-
/******/ module.l = true;
|
|
25
|
-
/******/
|
|
26
|
-
/******/ // Return the exports of the module
|
|
27
|
-
/******/ return module.exports;
|
|
28
|
-
/******/ }
|
|
29
|
-
/******/
|
|
30
|
-
/******/
|
|
31
|
-
/******/ // expose the modules object (__webpack_modules__)
|
|
32
|
-
/******/ __webpack_require__.m = modules;
|
|
33
|
-
/******/
|
|
34
|
-
/******/ // expose the module cache
|
|
35
|
-
/******/ __webpack_require__.c = installedModules;
|
|
36
|
-
/******/
|
|
37
|
-
/******/ // define getter function for harmony exports
|
|
38
|
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
39
|
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
40
|
-
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
41
|
-
/******/ }
|
|
42
|
-
/******/ };
|
|
43
|
-
/******/
|
|
44
|
-
/******/ // define __esModule on exports
|
|
45
|
-
/******/ __webpack_require__.r = function(exports) {
|
|
46
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
47
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
48
|
-
/******/ }
|
|
49
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
50
|
-
/******/ };
|
|
51
|
-
/******/
|
|
52
|
-
/******/ // create a fake namespace object
|
|
53
|
-
/******/ // mode & 1: value is a module id, require it
|
|
54
|
-
/******/ // mode & 2: merge all properties of value into the ns
|
|
55
|
-
/******/ // mode & 4: return value when already ns object
|
|
56
|
-
/******/ // mode & 8|1: behave like require
|
|
57
|
-
/******/ __webpack_require__.t = function(value, mode) {
|
|
58
|
-
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
59
|
-
/******/ if(mode & 8) return value;
|
|
60
|
-
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
61
|
-
/******/ var ns = Object.create(null);
|
|
62
|
-
/******/ __webpack_require__.r(ns);
|
|
63
|
-
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
64
|
-
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
65
|
-
/******/ return ns;
|
|
66
|
-
/******/ };
|
|
67
|
-
/******/
|
|
68
|
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
69
|
-
/******/ __webpack_require__.n = function(module) {
|
|
70
|
-
/******/ var getter = module && module.__esModule ?
|
|
71
|
-
/******/ function getDefault() { return module['default']; } :
|
|
72
|
-
/******/ function getModuleExports() { return module; };
|
|
73
|
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
74
|
-
/******/ return getter;
|
|
75
|
-
/******/ };
|
|
76
|
-
/******/
|
|
77
|
-
/******/ // Object.prototype.hasOwnProperty.call
|
|
78
|
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
79
|
-
/******/
|
|
80
|
-
/******/ // __webpack_public_path__
|
|
81
|
-
/******/ __webpack_require__.p = "";
|
|
82
|
-
/******/
|
|
83
|
-
/******/
|
|
84
|
-
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s = 234);
|
|
86
|
-
/******/ })
|
|
45
|
+
/******/ })();
|
|
46
|
+
/******/
|
|
87
47
|
/************************************************************************/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
/***/ 0:
|
|
91
|
-
/***/ (function(module, exports) {
|
|
92
|
-
|
|
93
|
-
module.exports = require("@splunk/themes");
|
|
94
|
-
|
|
95
|
-
/***/ }),
|
|
96
|
-
|
|
97
|
-
/***/ 1:
|
|
98
|
-
/***/ (function(module, exports) {
|
|
99
|
-
|
|
100
|
-
module.exports = require("prop-types");
|
|
101
|
-
|
|
102
|
-
/***/ }),
|
|
103
|
-
|
|
104
|
-
/***/ 104:
|
|
105
|
-
/***/ (function(module, exports) {
|
|
106
|
-
|
|
107
|
-
module.exports = require("@splunk/react-ui/ModalLayer");
|
|
108
|
-
|
|
109
|
-
/***/ }),
|
|
110
|
-
|
|
111
|
-
/***/ 2:
|
|
112
|
-
/***/ (function(module, exports) {
|
|
113
|
-
|
|
114
|
-
module.exports = require("react");
|
|
115
|
-
|
|
116
|
-
/***/ }),
|
|
117
|
-
|
|
118
|
-
/***/ 234:
|
|
119
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
120
|
-
|
|
121
|
-
"use strict";
|
|
48
|
+
var __webpack_exports__ = {};
|
|
122
49
|
// ESM COMPAT FLAG
|
|
123
50
|
__webpack_require__.r(__webpack_exports__);
|
|
124
51
|
|
|
125
52
|
// EXPORTS
|
|
126
|
-
__webpack_require__.d(__webpack_exports__,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
var external_react_ = __webpack_require__(2);
|
|
130
|
-
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
131
|
-
|
|
132
|
-
// EXTERNAL MODULE: external "prop-types"
|
|
133
|
-
var external_prop_types_ = __webpack_require__(1);
|
|
134
|
-
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_);
|
|
135
|
-
|
|
136
|
-
// EXTERNAL MODULE: external "lodash/keys"
|
|
137
|
-
var keys_ = __webpack_require__(9);
|
|
138
|
-
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_);
|
|
139
|
-
|
|
140
|
-
// EXTERNAL MODULE: external "lodash/omit"
|
|
141
|
-
var omit_ = __webpack_require__(5);
|
|
142
|
-
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_);
|
|
143
|
-
|
|
144
|
-
// EXTERNAL MODULE: external "@splunk/react-ui/ModalLayer"
|
|
145
|
-
var ModalLayer_ = __webpack_require__(104);
|
|
146
|
-
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_);
|
|
147
|
-
|
|
148
|
-
// EXTERNAL MODULE: external "styled-components"
|
|
149
|
-
var external_styled_components_ = __webpack_require__(3);
|
|
150
|
-
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_);
|
|
151
|
-
|
|
152
|
-
// EXTERNAL MODULE: external "@splunk/react-ui/TransitionOpen"
|
|
153
|
-
var TransitionOpen_ = __webpack_require__(74);
|
|
154
|
-
var TransitionOpen_default = /*#__PURE__*/__webpack_require__.n(TransitionOpen_);
|
|
155
|
-
|
|
156
|
-
// EXTERNAL MODULE: external "@splunk/themes"
|
|
157
|
-
var themes_ = __webpack_require__(0);
|
|
158
|
-
|
|
159
|
-
// CONCATENATED MODULE: ./src/SidePanel/SidePanelStyles.ts
|
|
160
|
-
|
|
161
|
-
|
|
53
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
+
"default": () => (/* reexport */ SidePanel_SidePanel)
|
|
55
|
+
});
|
|
162
56
|
|
|
163
|
-
|
|
57
|
+
;// CONCATENATED MODULE: external "react"
|
|
58
|
+
const external_react_namespaceObject = require("react");
|
|
59
|
+
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_namespaceObject);
|
|
60
|
+
;// CONCATENATED MODULE: external "prop-types"
|
|
61
|
+
const external_prop_types_namespaceObject = require("prop-types");
|
|
62
|
+
var external_prop_types_default = /*#__PURE__*/__webpack_require__.n(external_prop_types_namespaceObject);
|
|
63
|
+
;// CONCATENATED MODULE: external "lodash/keys"
|
|
64
|
+
const keys_namespaceObject = require("lodash/keys");
|
|
65
|
+
var keys_default = /*#__PURE__*/__webpack_require__.n(keys_namespaceObject);
|
|
66
|
+
;// CONCATENATED MODULE: external "lodash/omit"
|
|
67
|
+
const omit_namespaceObject = require("lodash/omit");
|
|
68
|
+
var omit_default = /*#__PURE__*/__webpack_require__.n(omit_namespaceObject);
|
|
69
|
+
;// CONCATENATED MODULE: external "@splunk/react-ui/ModalLayer"
|
|
70
|
+
const ModalLayer_namespaceObject = require("@splunk/react-ui/ModalLayer");
|
|
71
|
+
var ModalLayer_default = /*#__PURE__*/__webpack_require__.n(ModalLayer_namespaceObject);
|
|
72
|
+
;// CONCATENATED MODULE: external "styled-components"
|
|
73
|
+
const external_styled_components_namespaceObject = require("styled-components");
|
|
74
|
+
var external_styled_components_default = /*#__PURE__*/__webpack_require__.n(external_styled_components_namespaceObject);
|
|
75
|
+
;// CONCATENATED MODULE: external "@splunk/react-ui/TransitionOpen"
|
|
76
|
+
const TransitionOpen_namespaceObject = require("@splunk/react-ui/TransitionOpen");
|
|
77
|
+
var TransitionOpen_default = /*#__PURE__*/__webpack_require__.n(TransitionOpen_namespaceObject);
|
|
78
|
+
;// CONCATENATED MODULE: external "@splunk/themes"
|
|
79
|
+
const themes_namespaceObject = require("@splunk/themes");
|
|
80
|
+
;// CONCATENATED MODULE: ./src/SidePanel/SidePanelStyles.ts
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
var panel = (0,external_styled_components_namespaceObject.css)(["", " position:fixed;flex-direction:column;box-shadow:", ";background-color:", ";z-index:", ";"], themes_namespaceObject.mixins.reset('flex'), (0,themes_namespaceObject.pick)({
|
|
164
85
|
enterprise: '0 0 12px rgba(0, 0, 0, 0.3)',
|
|
165
|
-
prisma:
|
|
166
|
-
}),
|
|
167
|
-
var StyledLeftPanelTransitionOpen = external_styled_components_default()(TransitionOpen_default
|
|
86
|
+
prisma: themes_namespaceObject.variables.overlayShadow
|
|
87
|
+
}), themes_namespaceObject.variables.backgroundColorSidebar, themes_namespaceObject.variables.zindexModal);
|
|
88
|
+
var StyledLeftPanelTransitionOpen = external_styled_components_default()((TransitionOpen_default())).withConfig({
|
|
168
89
|
displayName: "SidePanelStyles__StyledLeftPanelTransitionOpen",
|
|
169
90
|
componentId: "mtbcuz-0"
|
|
170
91
|
})(["", ";top:0;left:0;height:100vh;"], panel);
|
|
171
|
-
var StyledRightPanelTransitionOpen = external_styled_components_default()(TransitionOpen_default
|
|
92
|
+
var StyledRightPanelTransitionOpen = external_styled_components_default()((TransitionOpen_default())).withConfig({
|
|
172
93
|
displayName: "SidePanelStyles__StyledRightPanelTransitionOpen",
|
|
173
94
|
componentId: "mtbcuz-1"
|
|
174
95
|
})(["", ";right:0;top:0;height:100vh;"], panel);
|
|
175
|
-
var StyledTopPanelTransitionOpen = external_styled_components_default()(TransitionOpen_default
|
|
96
|
+
var StyledTopPanelTransitionOpen = external_styled_components_default()((TransitionOpen_default())).withConfig({
|
|
176
97
|
displayName: "SidePanelStyles__StyledTopPanelTransitionOpen",
|
|
177
98
|
componentId: "mtbcuz-2"
|
|
178
99
|
})(["", ";top:0;left:0;width:100vw;"], panel);
|
|
179
|
-
var StyledBottomPanelTransitionOpen = external_styled_components_default()(TransitionOpen_default
|
|
100
|
+
var StyledBottomPanelTransitionOpen = external_styled_components_default()((TransitionOpen_default())).withConfig({
|
|
180
101
|
displayName: "SidePanelStyles__StyledBottomPanelTransitionOpen",
|
|
181
102
|
componentId: "mtbcuz-3"
|
|
182
103
|
})(["", ";left:0;bottom:0;width:100vw;"], panel);
|
|
183
104
|
|
|
184
|
-
|
|
105
|
+
;// CONCATENATED MODULE: ./src/SidePanel/SidePanel.tsx
|
|
185
106
|
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); }
|
|
186
107
|
|
|
187
108
|
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); }
|
|
@@ -231,16 +152,16 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
231
152
|
|
|
232
153
|
|
|
233
154
|
var propTypes = {
|
|
234
|
-
children: external_prop_types_default.
|
|
235
|
-
dockPosition: external_prop_types_default.
|
|
236
|
-
innerClassName: external_prop_types_default.
|
|
237
|
-
innerStyle: external_prop_types_default.
|
|
238
|
-
onAnimationEnd: external_prop_types_default.
|
|
239
|
-
onRequestClose: external_prop_types_default.
|
|
240
|
-
open: external_prop_types_default.
|
|
241
|
-
outerClassName: external_prop_types_default.
|
|
242
|
-
outerStyle: external_prop_types_default.
|
|
243
|
-
useLayerForClickAway: external_prop_types_default.
|
|
155
|
+
children: (external_prop_types_default()).node,
|
|
156
|
+
dockPosition: external_prop_types_default().oneOf(['top', 'bottom', 'left', 'right']),
|
|
157
|
+
innerClassName: (external_prop_types_default()).string,
|
|
158
|
+
innerStyle: (external_prop_types_default()).object,
|
|
159
|
+
onAnimationEnd: (external_prop_types_default()).func,
|
|
160
|
+
onRequestClose: (external_prop_types_default()).func,
|
|
161
|
+
open: (external_prop_types_default()).bool,
|
|
162
|
+
outerClassName: (external_prop_types_default()).string,
|
|
163
|
+
outerStyle: (external_prop_types_default()).object,
|
|
164
|
+
useLayerForClickAway: (external_prop_types_default()).bool
|
|
244
165
|
};
|
|
245
166
|
var defaultProps = {
|
|
246
167
|
dockPosition: 'right',
|
|
@@ -254,7 +175,7 @@ var animationMap = {
|
|
|
254
175
|
bottom: 'slideFromBottom'
|
|
255
176
|
};
|
|
256
177
|
|
|
257
|
-
var
|
|
178
|
+
var SidePanel = /*#__PURE__*/function (_Component) {
|
|
258
179
|
_inherits(SidePanel, _Component);
|
|
259
180
|
|
|
260
181
|
var _super = _createSuper(SidePanel);
|
|
@@ -296,7 +217,7 @@ var SidePanel_SidePanel = /*#__PURE__*/function (_Component) {
|
|
|
296
217
|
} : {
|
|
297
218
|
width: '100%'
|
|
298
219
|
};
|
|
299
|
-
return /*#__PURE__*/external_react_default.
|
|
220
|
+
return /*#__PURE__*/external_react_default().createElement(StyledTransitionOpen, _extends({
|
|
300
221
|
animateOnMount: true,
|
|
301
222
|
animation: animationMap[dockPosition],
|
|
302
223
|
"data-test": "side-panel",
|
|
@@ -329,7 +250,7 @@ var SidePanel_SidePanel = /*#__PURE__*/function (_Component) {
|
|
|
329
250
|
onRequestClose = _this$props3.onRequestClose,
|
|
330
251
|
useLayerForClickAway = _this$props3.useLayerForClickAway;
|
|
331
252
|
var panelAnimating = this.state.panelAnimating;
|
|
332
|
-
return /*#__PURE__*/external_react_default.
|
|
253
|
+
return /*#__PURE__*/external_react_default().createElement((ModalLayer_default()), {
|
|
333
254
|
childrenInAnimation: panelAnimating,
|
|
334
255
|
onRequestClose: onRequestClose,
|
|
335
256
|
open: open,
|
|
@@ -340,13 +261,13 @@ var SidePanel_SidePanel = /*#__PURE__*/function (_Component) {
|
|
|
340
261
|
}]);
|
|
341
262
|
|
|
342
263
|
return SidePanel;
|
|
343
|
-
}(
|
|
264
|
+
}(external_react_namespaceObject.Component);
|
|
344
265
|
|
|
345
|
-
_defineProperty(
|
|
266
|
+
_defineProperty(SidePanel, "propTypes", propTypes);
|
|
346
267
|
|
|
347
|
-
_defineProperty(
|
|
268
|
+
_defineProperty(SidePanel, "defaultProps", defaultProps);
|
|
348
269
|
|
|
349
|
-
_defineProperty(
|
|
270
|
+
_defineProperty(SidePanel, "getDerivedStateFromProps", function (props, state) {
|
|
350
271
|
if (props.open !== state.prevOpen) {
|
|
351
272
|
return {
|
|
352
273
|
panelAnimating: true,
|
|
@@ -357,39 +278,10 @@ _defineProperty(SidePanel_SidePanel, "getDerivedStateFromProps", function (props
|
|
|
357
278
|
return null;
|
|
358
279
|
});
|
|
359
280
|
|
|
360
|
-
/* harmony default export */
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
/***/ }),
|
|
366
|
-
|
|
367
|
-
/***/ 3:
|
|
368
|
-
/***/ (function(module, exports) {
|
|
369
|
-
|
|
370
|
-
module.exports = require("styled-components");
|
|
371
|
-
|
|
372
|
-
/***/ }),
|
|
373
|
-
|
|
374
|
-
/***/ 5:
|
|
375
|
-
/***/ (function(module, exports) {
|
|
376
|
-
|
|
377
|
-
module.exports = require("lodash/omit");
|
|
378
|
-
|
|
379
|
-
/***/ }),
|
|
380
|
-
|
|
381
|
-
/***/ 74:
|
|
382
|
-
/***/ (function(module, exports) {
|
|
383
|
-
|
|
384
|
-
module.exports = require("@splunk/react-ui/TransitionOpen");
|
|
385
|
-
|
|
386
|
-
/***/ }),
|
|
387
|
-
|
|
388
|
-
/***/ 9:
|
|
389
|
-
/***/ (function(module, exports) {
|
|
390
|
-
|
|
391
|
-
module.exports = require("lodash/keys");
|
|
281
|
+
/* harmony default export */ const SidePanel_SidePanel = (SidePanel);
|
|
282
|
+
;// CONCATENATED MODULE: ./src/SidePanel/index.ts
|
|
392
283
|
|
|
393
|
-
/***/ })
|
|
394
284
|
|
|
395
|
-
|
|
285
|
+
module.exports = __webpack_exports__;
|
|
286
|
+
/******/ })()
|
|
287
|
+
;
|