xshell 1.2.61 → 1.2.63
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/net.d.ts +1 -1
- package/package.json +2 -2
- package/path.d.ts +2 -2
- package/react.development.js +1 -1
- package/react.development.js.map +1 -1
- package/react.production.js +118 -118
- package/react.production.js.map +1 -1
- package/utils.common.d.ts +2 -0
- package/utils.common.js +7 -0
package/react.production.js
CHANGED
|
@@ -2,90 +2,23 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
6
|
-
|
|
7
|
-
!*** ./node_modules/.pnpm/
|
|
8
|
-
|
|
9
|
-
/***/ ((__unused_webpack_module, exports) => {
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @license React
|
|
13
|
-
* react-jsx-runtime.production.js
|
|
14
|
-
*
|
|
15
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
16
|
-
*
|
|
17
|
-
* This source code is licensed under the MIT license found in the
|
|
18
|
-
* LICENSE file in the root directory of this source tree.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
23
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
24
|
-
function jsxProd(type, config, maybeKey) {
|
|
25
|
-
var key = null;
|
|
26
|
-
void 0 !== maybeKey && (key = "" + maybeKey);
|
|
27
|
-
void 0 !== config.key && (key = "" + config.key);
|
|
28
|
-
if ("key" in config) {
|
|
29
|
-
maybeKey = {};
|
|
30
|
-
for (var propName in config)
|
|
31
|
-
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
32
|
-
} else maybeKey = config;
|
|
33
|
-
config = maybeKey.ref;
|
|
34
|
-
return {
|
|
35
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
36
|
-
type: type,
|
|
37
|
-
key: key,
|
|
38
|
-
ref: void 0 !== config ? config : null,
|
|
39
|
-
props: maybeKey
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
43
|
-
exports.jsx = jsxProd;
|
|
44
|
-
exports.jsxs = jsxProd;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
/***/ }),
|
|
48
|
-
|
|
49
|
-
/***/ 97:
|
|
50
|
-
/*!*******************************************************************************************!*\
|
|
51
|
-
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/client.js ***!
|
|
52
|
-
\*******************************************************************************************/
|
|
5
|
+
/***/ 64:
|
|
6
|
+
/*!*****************************************************************************!*\
|
|
7
|
+
!*** ./node_modules/.pnpm/scheduler@0.26.0/node_modules/scheduler/index.js ***!
|
|
8
|
+
\*****************************************************************************/
|
|
53
9
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
54
10
|
|
|
55
11
|
|
|
56
12
|
|
|
57
|
-
function checkDCE() {
|
|
58
|
-
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
|
59
|
-
if (
|
|
60
|
-
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
|
|
61
|
-
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
|
|
62
|
-
) {
|
|
63
|
-
return;
|
|
64
|
-
}
|
|
65
|
-
if (false) // removed by dead control flow
|
|
66
|
-
{}
|
|
67
|
-
try {
|
|
68
|
-
// Verify that the code above has been dead code eliminated (DCE'd).
|
|
69
|
-
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
70
|
-
} catch (err) {
|
|
71
|
-
// DevTools shouldn't crash React, no matter what.
|
|
72
|
-
// We should still report in case we break this code.
|
|
73
|
-
console.error(err);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
13
|
if (true) {
|
|
78
|
-
|
|
79
|
-
// DevTools can report bad minification during injection.
|
|
80
|
-
checkDCE();
|
|
81
|
-
module.exports = __webpack_require__(/*! ./cjs/react-dom-client.production.js */ 526);
|
|
14
|
+
module.exports = __webpack_require__(/*! ./cjs/scheduler.production.js */ 723);
|
|
82
15
|
} else // removed by dead control flow
|
|
83
16
|
{}
|
|
84
17
|
|
|
85
18
|
|
|
86
19
|
/***/ }),
|
|
87
20
|
|
|
88
|
-
/***/
|
|
21
|
+
/***/ 216:
|
|
89
22
|
/*!************************************************************************************!*\
|
|
90
23
|
!*** ./node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.production.js ***!
|
|
91
24
|
\************************************************************************************/
|
|
@@ -641,55 +574,90 @@ exports.version = "19.1.0";
|
|
|
641
574
|
|
|
642
575
|
/***/ }),
|
|
643
576
|
|
|
644
|
-
/***/
|
|
645
|
-
|
|
646
|
-
!*** ./node_modules/.pnpm/
|
|
647
|
-
|
|
577
|
+
/***/ 306:
|
|
578
|
+
/*!******************************************************************************************!*\
|
|
579
|
+
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/index.js ***!
|
|
580
|
+
\******************************************************************************************/
|
|
648
581
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
649
582
|
|
|
650
583
|
|
|
651
584
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
585
|
+
function checkDCE() {
|
|
586
|
+
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
|
587
|
+
if (
|
|
588
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||
|
|
589
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'
|
|
590
|
+
) {
|
|
591
|
+
return;
|
|
592
|
+
}
|
|
593
|
+
if (false) // removed by dead control flow
|
|
655
594
|
{}
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
595
|
+
try {
|
|
596
|
+
// Verify that the code above has been dead code eliminated (DCE'd).
|
|
597
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);
|
|
598
|
+
} catch (err) {
|
|
599
|
+
// DevTools shouldn't crash React, no matter what.
|
|
600
|
+
// We should still report in case we break this code.
|
|
601
|
+
console.error(err);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
667
604
|
|
|
668
605
|
if (true) {
|
|
669
|
-
|
|
606
|
+
// DCE check should happen before ReactDOM bundle executes so that
|
|
607
|
+
// DevTools can report bad minification during injection.
|
|
608
|
+
checkDCE();
|
|
609
|
+
module.exports = __webpack_require__(/*! ./cjs/react-dom.production.js */ 964);
|
|
670
610
|
} else // removed by dead control flow
|
|
671
611
|
{}
|
|
672
612
|
|
|
673
613
|
|
|
674
614
|
/***/ }),
|
|
675
615
|
|
|
676
|
-
/***/
|
|
677
|
-
|
|
678
|
-
!*** ./node_modules/.pnpm/react@19.1.0/node_modules/react/
|
|
679
|
-
|
|
680
|
-
/***/ ((
|
|
616
|
+
/***/ 487:
|
|
617
|
+
/*!************************************************************************************************!*\
|
|
618
|
+
!*** ./node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react-jsx-runtime.production.js ***!
|
|
619
|
+
\************************************************************************************************/
|
|
620
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
681
621
|
|
|
622
|
+
/**
|
|
623
|
+
* @license React
|
|
624
|
+
* react-jsx-runtime.production.js
|
|
625
|
+
*
|
|
626
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
627
|
+
*
|
|
628
|
+
* This source code is licensed under the MIT license found in the
|
|
629
|
+
* LICENSE file in the root directory of this source tree.
|
|
630
|
+
*/
|
|
682
631
|
|
|
683
632
|
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
633
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
634
|
+
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
635
|
+
function jsxProd(type, config, maybeKey) {
|
|
636
|
+
var key = null;
|
|
637
|
+
void 0 !== maybeKey && (key = "" + maybeKey);
|
|
638
|
+
void 0 !== config.key && (key = "" + config.key);
|
|
639
|
+
if ("key" in config) {
|
|
640
|
+
maybeKey = {};
|
|
641
|
+
for (var propName in config)
|
|
642
|
+
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
643
|
+
} else maybeKey = config;
|
|
644
|
+
config = maybeKey.ref;
|
|
645
|
+
return {
|
|
646
|
+
$$typeof: REACT_ELEMENT_TYPE,
|
|
647
|
+
type: type,
|
|
648
|
+
key: key,
|
|
649
|
+
ref: void 0 !== config ? config : null,
|
|
650
|
+
props: maybeKey
|
|
651
|
+
};
|
|
652
|
+
}
|
|
653
|
+
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
654
|
+
exports.jsx = jsxProd;
|
|
655
|
+
exports.jsxs = jsxProd;
|
|
688
656
|
|
|
689
657
|
|
|
690
658
|
/***/ }),
|
|
691
659
|
|
|
692
|
-
/***/
|
|
660
|
+
/***/ 520:
|
|
693
661
|
/*!********************************************************************************************************************!*\
|
|
694
662
|
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/cjs/react-dom-client.production.js ***!
|
|
695
663
|
\********************************************************************************************************************/
|
|
@@ -709,9 +677,9 @@ if (true) {
|
|
|
709
677
|
Modernizr 3.0.0pre (Custom Build) | MIT
|
|
710
678
|
*/
|
|
711
679
|
|
|
712
|
-
var Scheduler = __webpack_require__(/*! scheduler */
|
|
713
|
-
React = __webpack_require__(/*! react */
|
|
714
|
-
ReactDOM = __webpack_require__(/*! react-dom */
|
|
680
|
+
var Scheduler = __webpack_require__(/*! scheduler */ 64),
|
|
681
|
+
React = __webpack_require__(/*! react */ 563),
|
|
682
|
+
ReactDOM = __webpack_require__(/*! react-dom */ 306);
|
|
715
683
|
function formatProdErrorMessage(code) {
|
|
716
684
|
var url = "https://react.dev/errors/" + code;
|
|
717
685
|
if (1 < arguments.length) {
|
|
@@ -16092,7 +16060,23 @@ exports.version = "19.1.0";
|
|
|
16092
16060
|
|
|
16093
16061
|
/***/ }),
|
|
16094
16062
|
|
|
16095
|
-
/***/
|
|
16063
|
+
/***/ 563:
|
|
16064
|
+
/*!*********************************************************************!*\
|
|
16065
|
+
!*** ./node_modules/.pnpm/react@19.1.0/node_modules/react/index.js ***!
|
|
16066
|
+
\*********************************************************************/
|
|
16067
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16068
|
+
|
|
16069
|
+
|
|
16070
|
+
|
|
16071
|
+
if (true) {
|
|
16072
|
+
module.exports = __webpack_require__(/*! ./cjs/react.production.js */ 216);
|
|
16073
|
+
} else // removed by dead control flow
|
|
16074
|
+
{}
|
|
16075
|
+
|
|
16076
|
+
|
|
16077
|
+
/***/ }),
|
|
16078
|
+
|
|
16079
|
+
/***/ 723:
|
|
16096
16080
|
/*!************************************************************************************************!*\
|
|
16097
16081
|
!*** ./node_modules/.pnpm/scheduler@0.26.0/node_modules/scheduler/cjs/scheduler.production.js ***!
|
|
16098
16082
|
\************************************************************************************************/
|
|
@@ -16442,7 +16426,23 @@ exports.unstable_wrapCallback = function (callback) {
|
|
|
16442
16426
|
|
|
16443
16427
|
/***/ }),
|
|
16444
16428
|
|
|
16445
|
-
/***/
|
|
16429
|
+
/***/ 867:
|
|
16430
|
+
/*!***************************************************************************!*\
|
|
16431
|
+
!*** ./node_modules/.pnpm/react@19.1.0/node_modules/react/jsx-runtime.js ***!
|
|
16432
|
+
\***************************************************************************/
|
|
16433
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16434
|
+
|
|
16435
|
+
|
|
16436
|
+
|
|
16437
|
+
if (true) {
|
|
16438
|
+
module.exports = __webpack_require__(/*! ./cjs/react-jsx-runtime.production.js */ 487);
|
|
16439
|
+
} else // removed by dead control flow
|
|
16440
|
+
{}
|
|
16441
|
+
|
|
16442
|
+
|
|
16443
|
+
/***/ }),
|
|
16444
|
+
|
|
16445
|
+
/***/ 964:
|
|
16446
16446
|
/*!*************************************************************************************************************!*\
|
|
16447
16447
|
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/cjs/react-dom.production.js ***!
|
|
16448
16448
|
\*************************************************************************************************************/
|
|
@@ -16459,7 +16459,7 @@ exports.unstable_wrapCallback = function (callback) {
|
|
|
16459
16459
|
*/
|
|
16460
16460
|
|
|
16461
16461
|
|
|
16462
|
-
var React = __webpack_require__(/*! react */
|
|
16462
|
+
var React = __webpack_require__(/*! react */ 563);
|
|
16463
16463
|
function formatProdErrorMessage(code) {
|
|
16464
16464
|
var url = "https://react.dev/errors/" + code;
|
|
16465
16465
|
if (1 < arguments.length) {
|
|
@@ -16662,10 +16662,10 @@ exports.version = "19.1.0";
|
|
|
16662
16662
|
|
|
16663
16663
|
/***/ }),
|
|
16664
16664
|
|
|
16665
|
-
/***/
|
|
16666
|
-
|
|
16667
|
-
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/
|
|
16668
|
-
|
|
16665
|
+
/***/ 987:
|
|
16666
|
+
/*!*******************************************************************************************!*\
|
|
16667
|
+
!*** ./node_modules/.pnpm/react-dom@19.1.0_react@19.1.0/node_modules/react-dom/client.js ***!
|
|
16668
|
+
\*******************************************************************************************/
|
|
16669
16669
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
16670
16670
|
|
|
16671
16671
|
|
|
@@ -16694,7 +16694,7 @@ if (true) {
|
|
|
16694
16694
|
// DCE check should happen before ReactDOM bundle executes so that
|
|
16695
16695
|
// DevTools can report bad minification during injection.
|
|
16696
16696
|
checkDCE();
|
|
16697
|
-
module.exports = __webpack_require__(/*! ./cjs/react-dom.production.js */
|
|
16697
|
+
module.exports = __webpack_require__(/*! ./cjs/react-dom-client.production.js */ 520);
|
|
16698
16698
|
} else // removed by dead control flow
|
|
16699
16699
|
{}
|
|
16700
16700
|
|
|
@@ -16749,7 +16749,7 @@ if (true) {
|
|
|
16749
16749
|
/******/ __webpack_require__.r(ns);
|
|
16750
16750
|
/******/ var def = {};
|
|
16751
16751
|
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
16752
|
-
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
16752
|
+
/******/ for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
16753
16753
|
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
16754
16754
|
/******/ }
|
|
16755
16755
|
/******/ def['default'] = () => (value);
|
|
@@ -16801,10 +16801,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16801
16801
|
/* harmony export */ ReactDOMClient: () => (/* reexport fake namespace object from non-harmony */ react_dom_client__WEBPACK_IMPORTED_MODULE_3___namespace_cache || (react_dom_client__WEBPACK_IMPORTED_MODULE_3___namespace_cache = __webpack_require__.t(react_dom_client__WEBPACK_IMPORTED_MODULE_3__, 2))),
|
|
16802
16802
|
/* harmony export */ ReactJSX: () => (/* reexport fake namespace object from non-harmony */ react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__, 2)))
|
|
16803
16803
|
/* harmony export */ });
|
|
16804
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */
|
|
16805
|
-
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react/jsx-runtime */
|
|
16806
|
-
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-dom */
|
|
16807
|
-
/* harmony import */ var react_dom_client__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-dom/client */
|
|
16804
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ 563);
|
|
16805
|
+
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react/jsx-runtime */ 867);
|
|
16806
|
+
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react-dom */ 306);
|
|
16807
|
+
/* harmony import */ var react_dom_client__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-dom/client */ 987);
|
|
16808
16808
|
|
|
16809
16809
|
|
|
16810
16810
|
|