| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371 |
- "use strict";
- (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js"],{
- /***/ "./node_modules/.taro/weapp/prebundle/chunk-LNJCN3VW.js":
- /*!**************************************************************!*\
- !*** ./node_modules/.taro/weapp/prebundle/chunk-LNJCN3VW.js ***!
- \**************************************************************/
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
- /* harmony export */ require_react_production_min: function() { return /* binding */ require_react_production_min; }
- /* harmony export */ });
- /* harmony import */ var _chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./chunk-P7VEE7PG.js */ "./node_modules/.taro/weapp/prebundle/chunk-P7VEE7PG.js");
- // node_modules/react/cjs/react.production.min.js
- var require_react_production_min = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_0__.__commonJS)({
- "node_modules/react/cjs/react.production.min.js" (exports) {
- "use strict";
- var l = Symbol.for("react.element");
- var n = Symbol.for("react.portal");
- var p = Symbol.for("react.fragment");
- var q = Symbol.for("react.strict_mode");
- var r = Symbol.for("react.profiler");
- var t = Symbol.for("react.provider");
- var u = Symbol.for("react.context");
- var v = Symbol.for("react.forward_ref");
- var w = Symbol.for("react.suspense");
- var x = Symbol.for("react.memo");
- var y = Symbol.for("react.lazy");
- var z = Symbol.iterator;
- function A(a) {
- if (null === a || "object" !== typeof a) return null;
- a = z && a[z] || a["@@iterator"];
- return "function" === typeof a ? a : null;
- }
- var B = {
- isMounted: function() {
- return false;
- },
- enqueueForceUpdate: function() {},
- enqueueReplaceState: function() {},
- enqueueSetState: function() {}
- };
- var C = Object.assign;
- var D = {};
- function E(a, b, e) {
- this.props = a;
- this.context = b;
- this.refs = D;
- this.updater = e || B;
- }
- E.prototype.isReactComponent = {};
- E.prototype.setState = function(a, b) {
- if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
- this.updater.enqueueSetState(this, a, b, "setState");
- };
- E.prototype.forceUpdate = function(a) {
- this.updater.enqueueForceUpdate(this, a, "forceUpdate");
- };
- function F() {}
- F.prototype = E.prototype;
- function G(a, b, e) {
- this.props = a;
- this.context = b;
- this.refs = D;
- this.updater = e || B;
- }
- var H = G.prototype = new F();
- H.constructor = G;
- C(H, E.prototype);
- H.isPureReactComponent = true;
- var I = Array.isArray;
- var J = Object.prototype.hasOwnProperty;
- var K = {
- current: null
- };
- var L = {
- key: true,
- ref: true,
- __self: true,
- __source: true
- };
- function M(a, b, e) {
- var d, c = {}, k = null, h = null;
- if (null != b) for(d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b)J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
- var g = arguments.length - 2;
- if (1 === g) c.children = e;
- else if (1 < g) {
- for(var f = Array(g), m = 0; m < g; m++)f[m] = arguments[m + 2];
- c.children = f;
- }
- if (a && a.defaultProps) for(d in g = a.defaultProps, g)void 0 === c[d] && (c[d] = g[d]);
- return {
- $$typeof: l,
- type: a,
- key: k,
- ref: h,
- props: c,
- _owner: K.current
- };
- }
- function N(a, b) {
- return {
- $$typeof: l,
- type: a.type,
- key: b,
- ref: a.ref,
- props: a.props,
- _owner: a._owner
- };
- }
- function O(a) {
- return "object" === typeof a && null !== a && a.$$typeof === l;
- }
- function escape(a) {
- var b = {
- "=": "=0",
- ":": "=2"
- };
- return "$" + a.replace(/[=:]/g, function(a2) {
- return b[a2];
- });
- }
- var P = /\/+/g;
- function Q(a, b) {
- return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
- }
- function R(a, b, e, d, c) {
- var k = typeof a;
- if ("undefined" === k || "boolean" === k) a = null;
- var h = false;
- if (null === a) h = true;
- else switch(k){
- case "string":
- case "number":
- h = true;
- break;
- case "object":
- switch(a.$$typeof){
- case l:
- case n:
- h = true;
- }
- }
- if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a2) {
- return a2;
- })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
- h = 0;
- d = "" === d ? "." : d + ":";
- if (I(a)) for(var g = 0; g < a.length; g++){
- k = a[g];
- var f = d + Q(k, g);
- h += R(k, b, e, f, c);
- }
- else if (f = A(a), "function" === typeof f) for(a = f.call(a), g = 0; !(k = a.next()).done;)k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
- else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
- return h;
- }
- function S(a, b, e) {
- if (null == a) return a;
- var d = [], c = 0;
- R(a, d, "", "", function(a2) {
- return b.call(e, a2, c++);
- });
- return d;
- }
- function T(a) {
- if (-1 === a._status) {
- var b = a._result;
- b = b();
- b.then(function(b2) {
- if (0 === a._status || -1 === a._status) a._status = 1, a._result = b2;
- }, function(b2) {
- if (0 === a._status || -1 === a._status) a._status = 2, a._result = b2;
- });
- -1 === a._status && (a._status = 0, a._result = b);
- }
- if (1 === a._status) return a._result.default;
- throw a._result;
- }
- var U = {
- current: null
- };
- var V = {
- transition: null
- };
- var W = {
- ReactCurrentDispatcher: U,
- ReactCurrentBatchConfig: V,
- ReactCurrentOwner: K
- };
- exports.Children = {
- map: S,
- forEach: function(a, b, e) {
- S(a, function() {
- b.apply(this, arguments);
- }, e);
- },
- count: function(a) {
- var b = 0;
- S(a, function() {
- b++;
- });
- return b;
- },
- toArray: function(a) {
- return S(a, function(a2) {
- return a2;
- }) || [];
- },
- only: function(a) {
- if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
- return a;
- }
- };
- exports.Component = E;
- exports.Fragment = p;
- exports.Profiler = r;
- exports.PureComponent = G;
- exports.StrictMode = q;
- exports.Suspense = w;
- exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
- exports.cloneElement = function(a, b, e) {
- if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
- var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
- if (null != b) {
- void 0 !== b.ref && (k = b.ref, h = K.current);
- void 0 !== b.key && (c = "" + b.key);
- if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
- for(f in b)J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
- }
- var f = arguments.length - 2;
- if (1 === f) d.children = e;
- else if (1 < f) {
- g = Array(f);
- for(var m = 0; m < f; m++)g[m] = arguments[m + 2];
- d.children = g;
- }
- return {
- $$typeof: l,
- type: a.type,
- key: c,
- ref: k,
- props: d,
- _owner: h
- };
- };
- exports.createContext = function(a) {
- a = {
- $$typeof: u,
- _currentValue: a,
- _currentValue2: a,
- _threadCount: 0,
- Provider: null,
- Consumer: null,
- _defaultValue: null,
- _globalName: null
- };
- a.Provider = {
- $$typeof: t,
- _context: a
- };
- return a.Consumer = a;
- };
- exports.createElement = M;
- exports.createFactory = function(a) {
- var b = M.bind(null, a);
- b.type = a;
- return b;
- };
- exports.createRef = function() {
- return {
- current: null
- };
- };
- exports.forwardRef = function(a) {
- return {
- $$typeof: v,
- render: a
- };
- };
- exports.isValidElement = O;
- exports.lazy = function(a) {
- return {
- $$typeof: y,
- _payload: {
- _status: -1,
- _result: a
- },
- _init: T
- };
- };
- exports.memo = function(a, b) {
- return {
- $$typeof: x,
- type: a,
- compare: void 0 === b ? null : b
- };
- };
- exports.startTransition = function(a) {
- var b = V.transition;
- V.transition = {};
- try {
- a();
- } finally{
- V.transition = b;
- }
- };
- exports.unstable_act = function() {
- throw Error("act(...) is not supported in production builds of React.");
- };
- exports.useCallback = function(a, b) {
- return U.current.useCallback(a, b);
- };
- exports.useContext = function(a) {
- return U.current.useContext(a);
- };
- exports.useDebugValue = function() {};
- exports.useDeferredValue = function(a) {
- return U.current.useDeferredValue(a);
- };
- exports.useEffect = function(a, b) {
- return U.current.useEffect(a, b);
- };
- exports.useId = function() {
- return U.current.useId();
- };
- exports.useImperativeHandle = function(a, b, e) {
- return U.current.useImperativeHandle(a, b, e);
- };
- exports.useInsertionEffect = function(a, b) {
- return U.current.useInsertionEffect(a, b);
- };
- exports.useLayoutEffect = function(a, b) {
- return U.current.useLayoutEffect(a, b);
- };
- exports.useMemo = function(a, b) {
- return U.current.useMemo(a, b);
- };
- exports.useReducer = function(a, b, e) {
- return U.current.useReducer(a, b, e);
- };
- exports.useRef = function(a) {
- return U.current.useRef(a);
- };
- exports.useState = function(a) {
- return U.current.useState(a);
- };
- exports.useSyncExternalStore = function(a, b, e) {
- return U.current.useSyncExternalStore(a, b, e);
- };
- exports.useTransition = function() {
- return U.current.useTransition();
- };
- exports.version = "18.2.0";
- }
- });
- /**
- * @license React
- * react.production.min.js
- *
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
- /***/ })
- }]);
|