@mongodb-js/compass-shell 3.0.0 → 3.2.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/.depcheckrc +3 -1
- package/lib/1.js +12222 -12056
- package/lib/2.js +12 -12
- package/lib/index.js +15852 -16598
- package/package.json +20 -30
package/lib/2.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
(window["webpackJsonpCompassShellPlugin"] = window["webpackJsonpCompassShellPlugin"] || []).push([[2],{
|
|
2
2
|
|
|
3
|
-
/***/
|
|
3
|
+
/***/ 480:
|
|
4
4
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
@@ -14,18 +14,18 @@ __webpack_require__.d(__webpack_exports__, "CompassShell", function() { return /
|
|
|
14
14
|
var external_react_ = __webpack_require__(2);
|
|
15
15
|
var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
|
|
16
16
|
|
|
17
|
-
// EXTERNAL MODULE: /
|
|
18
|
-
var prop_types = __webpack_require__(
|
|
17
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/prop-types/index.js
|
|
18
|
+
var prop_types = __webpack_require__(244);
|
|
19
19
|
var prop_types_default = /*#__PURE__*/__webpack_require__.n(prop_types);
|
|
20
20
|
|
|
21
|
-
// EXTERNAL MODULE:
|
|
22
|
-
var es = __webpack_require__(
|
|
21
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/react-redux/es/index.js + 26 modules
|
|
22
|
+
var es = __webpack_require__(128);
|
|
23
23
|
|
|
24
|
-
// EXTERNAL MODULE: /
|
|
25
|
-
var mongosh_browser_repl = __webpack_require__(
|
|
24
|
+
// EXTERNAL MODULE: /home/runner/work/compass/compass/node_modules/@mongosh/browser-repl/lib/mongosh-browser-repl.js
|
|
25
|
+
var mongosh_browser_repl = __webpack_require__(285);
|
|
26
26
|
|
|
27
27
|
// EXTERNAL MODULE: external "@mongodb-js/compass-components"
|
|
28
|
-
var compass_components_ = __webpack_require__(
|
|
28
|
+
var compass_components_ = __webpack_require__(242);
|
|
29
29
|
|
|
30
30
|
// CONCATENATED MODULE: ./src/components/info-modal/keyboard-shortcuts-table.jsx
|
|
31
31
|
|
|
@@ -102,7 +102,7 @@ function KeyboardShortcutsTable() {
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
const mongoshVersion = `v${__webpack_require__(
|
|
105
|
+
const mongoshVersion = `v${__webpack_require__(476).version}`;
|
|
106
106
|
const modalContentWrapperStyles = Object(compass_components_["css"])({
|
|
107
107
|
padding: 'initial'
|
|
108
108
|
});
|
|
@@ -261,7 +261,7 @@ class shell_header_ShellHeader extends external_react_["Component"] {
|
|
|
261
261
|
}, /*#__PURE__*/external_react_default.a.createElement("div", {
|
|
262
262
|
className: shellHeaderLeftStyles
|
|
263
263
|
}, /*#__PURE__*/external_react_default.a.createElement("button", {
|
|
264
|
-
"data-
|
|
264
|
+
"data-testid": "shell-expand-button",
|
|
265
265
|
className: shellHeaderToggleStyles,
|
|
266
266
|
"aria-label": isExpanded ? 'Close Shell' : 'Open Shell',
|
|
267
267
|
onClick: onShellToggleClicked,
|
|
@@ -488,7 +488,7 @@ class compass_shell_CompassShell extends external_react_["Component"] {
|
|
|
488
488
|
show: showInfoModal,
|
|
489
489
|
hideInfoModal: this.hideInfoModal.bind(this)
|
|
490
490
|
}), /*#__PURE__*/external_react_default.a.createElement("div", {
|
|
491
|
-
"data-
|
|
491
|
+
"data-testid": "shell-section",
|
|
492
492
|
className: compassShellStyles,
|
|
493
493
|
style: {
|
|
494
494
|
height: renderedHeight
|
|
@@ -510,7 +510,7 @@ class compass_shell_CompassShell extends external_react_["Component"] {
|
|
|
510
510
|
showInfoModal: true
|
|
511
511
|
})
|
|
512
512
|
}), /*#__PURE__*/external_react_default.a.createElement("div", {
|
|
513
|
-
"data-
|
|
513
|
+
"data-testid": "shell-content",
|
|
514
514
|
className: Object(compass_components_["cx"])(compassShellContainerStyles, {
|
|
515
515
|
[compassShellContainerVisibleStyles]: isExpanded
|
|
516
516
|
})
|