vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. "use strict";
  2. (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js"],{
  3. /***/ "./node_modules/.taro/weapp/prebundle/chunk-LNJCN3VW.js":
  4. /*!**************************************************************!*\
  5. !*** ./node_modules/.taro/weapp/prebundle/chunk-LNJCN3VW.js ***!
  6. \**************************************************************/
  7. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  8. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  9. /* harmony export */ require_react_production_min: function() { return /* binding */ require_react_production_min; }
  10. /* harmony export */ });
  11. /* harmony import */ var _chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./chunk-P7VEE7PG.js */ "./node_modules/.taro/weapp/prebundle/chunk-P7VEE7PG.js");
  12. // node_modules/react/cjs/react.production.min.js
  13. var require_react_production_min = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_0__.__commonJS)({
  14. "node_modules/react/cjs/react.production.min.js" (exports) {
  15. "use strict";
  16. var l = Symbol.for("react.element");
  17. var n = Symbol.for("react.portal");
  18. var p = Symbol.for("react.fragment");
  19. var q = Symbol.for("react.strict_mode");
  20. var r = Symbol.for("react.profiler");
  21. var t = Symbol.for("react.provider");
  22. var u = Symbol.for("react.context");
  23. var v = Symbol.for("react.forward_ref");
  24. var w = Symbol.for("react.suspense");
  25. var x = Symbol.for("react.memo");
  26. var y = Symbol.for("react.lazy");
  27. var z = Symbol.iterator;
  28. function A(a) {
  29. if (null === a || "object" !== typeof a) return null;
  30. a = z && a[z] || a["@@iterator"];
  31. return "function" === typeof a ? a : null;
  32. }
  33. var B = {
  34. isMounted: function() {
  35. return false;
  36. },
  37. enqueueForceUpdate: function() {},
  38. enqueueReplaceState: function() {},
  39. enqueueSetState: function() {}
  40. };
  41. var C = Object.assign;
  42. var D = {};
  43. function E(a, b, e) {
  44. this.props = a;
  45. this.context = b;
  46. this.refs = D;
  47. this.updater = e || B;
  48. }
  49. E.prototype.isReactComponent = {};
  50. E.prototype.setState = function(a, b) {
  51. 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.");
  52. this.updater.enqueueSetState(this, a, b, "setState");
  53. };
  54. E.prototype.forceUpdate = function(a) {
  55. this.updater.enqueueForceUpdate(this, a, "forceUpdate");
  56. };
  57. function F() {}
  58. F.prototype = E.prototype;
  59. function G(a, b, e) {
  60. this.props = a;
  61. this.context = b;
  62. this.refs = D;
  63. this.updater = e || B;
  64. }
  65. var H = G.prototype = new F();
  66. H.constructor = G;
  67. C(H, E.prototype);
  68. H.isPureReactComponent = true;
  69. var I = Array.isArray;
  70. var J = Object.prototype.hasOwnProperty;
  71. var K = {
  72. current: null
  73. };
  74. var L = {
  75. key: true,
  76. ref: true,
  77. __self: true,
  78. __source: true
  79. };
  80. function M(a, b, e) {
  81. var d, c = {}, k = null, h = null;
  82. 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]);
  83. var g = arguments.length - 2;
  84. if (1 === g) c.children = e;
  85. else if (1 < g) {
  86. for(var f = Array(g), m = 0; m < g; m++)f[m] = arguments[m + 2];
  87. c.children = f;
  88. }
  89. if (a && a.defaultProps) for(d in g = a.defaultProps, g)void 0 === c[d] && (c[d] = g[d]);
  90. return {
  91. $$typeof: l,
  92. type: a,
  93. key: k,
  94. ref: h,
  95. props: c,
  96. _owner: K.current
  97. };
  98. }
  99. function N(a, b) {
  100. return {
  101. $$typeof: l,
  102. type: a.type,
  103. key: b,
  104. ref: a.ref,
  105. props: a.props,
  106. _owner: a._owner
  107. };
  108. }
  109. function O(a) {
  110. return "object" === typeof a && null !== a && a.$$typeof === l;
  111. }
  112. function escape(a) {
  113. var b = {
  114. "=": "=0",
  115. ":": "=2"
  116. };
  117. return "$" + a.replace(/[=:]/g, function(a2) {
  118. return b[a2];
  119. });
  120. }
  121. var P = /\/+/g;
  122. function Q(a, b) {
  123. return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
  124. }
  125. function R(a, b, e, d, c) {
  126. var k = typeof a;
  127. if ("undefined" === k || "boolean" === k) a = null;
  128. var h = false;
  129. if (null === a) h = true;
  130. else switch(k){
  131. case "string":
  132. case "number":
  133. h = true;
  134. break;
  135. case "object":
  136. switch(a.$$typeof){
  137. case l:
  138. case n:
  139. h = true;
  140. }
  141. }
  142. 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) {
  143. return a2;
  144. })) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
  145. h = 0;
  146. d = "" === d ? "." : d + ":";
  147. if (I(a)) for(var g = 0; g < a.length; g++){
  148. k = a[g];
  149. var f = d + Q(k, g);
  150. h += R(k, b, e, f, c);
  151. }
  152. 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);
  153. 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.");
  154. return h;
  155. }
  156. function S(a, b, e) {
  157. if (null == a) return a;
  158. var d = [], c = 0;
  159. R(a, d, "", "", function(a2) {
  160. return b.call(e, a2, c++);
  161. });
  162. return d;
  163. }
  164. function T(a) {
  165. if (-1 === a._status) {
  166. var b = a._result;
  167. b = b();
  168. b.then(function(b2) {
  169. if (0 === a._status || -1 === a._status) a._status = 1, a._result = b2;
  170. }, function(b2) {
  171. if (0 === a._status || -1 === a._status) a._status = 2, a._result = b2;
  172. });
  173. -1 === a._status && (a._status = 0, a._result = b);
  174. }
  175. if (1 === a._status) return a._result.default;
  176. throw a._result;
  177. }
  178. var U = {
  179. current: null
  180. };
  181. var V = {
  182. transition: null
  183. };
  184. var W = {
  185. ReactCurrentDispatcher: U,
  186. ReactCurrentBatchConfig: V,
  187. ReactCurrentOwner: K
  188. };
  189. exports.Children = {
  190. map: S,
  191. forEach: function(a, b, e) {
  192. S(a, function() {
  193. b.apply(this, arguments);
  194. }, e);
  195. },
  196. count: function(a) {
  197. var b = 0;
  198. S(a, function() {
  199. b++;
  200. });
  201. return b;
  202. },
  203. toArray: function(a) {
  204. return S(a, function(a2) {
  205. return a2;
  206. }) || [];
  207. },
  208. only: function(a) {
  209. if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
  210. return a;
  211. }
  212. };
  213. exports.Component = E;
  214. exports.Fragment = p;
  215. exports.Profiler = r;
  216. exports.PureComponent = G;
  217. exports.StrictMode = q;
  218. exports.Suspense = w;
  219. exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
  220. exports.cloneElement = function(a, b, e) {
  221. if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
  222. var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
  223. if (null != b) {
  224. void 0 !== b.ref && (k = b.ref, h = K.current);
  225. void 0 !== b.key && (c = "" + b.key);
  226. if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
  227. for(f in b)J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
  228. }
  229. var f = arguments.length - 2;
  230. if (1 === f) d.children = e;
  231. else if (1 < f) {
  232. g = Array(f);
  233. for(var m = 0; m < f; m++)g[m] = arguments[m + 2];
  234. d.children = g;
  235. }
  236. return {
  237. $$typeof: l,
  238. type: a.type,
  239. key: c,
  240. ref: k,
  241. props: d,
  242. _owner: h
  243. };
  244. };
  245. exports.createContext = function(a) {
  246. a = {
  247. $$typeof: u,
  248. _currentValue: a,
  249. _currentValue2: a,
  250. _threadCount: 0,
  251. Provider: null,
  252. Consumer: null,
  253. _defaultValue: null,
  254. _globalName: null
  255. };
  256. a.Provider = {
  257. $$typeof: t,
  258. _context: a
  259. };
  260. return a.Consumer = a;
  261. };
  262. exports.createElement = M;
  263. exports.createFactory = function(a) {
  264. var b = M.bind(null, a);
  265. b.type = a;
  266. return b;
  267. };
  268. exports.createRef = function() {
  269. return {
  270. current: null
  271. };
  272. };
  273. exports.forwardRef = function(a) {
  274. return {
  275. $$typeof: v,
  276. render: a
  277. };
  278. };
  279. exports.isValidElement = O;
  280. exports.lazy = function(a) {
  281. return {
  282. $$typeof: y,
  283. _payload: {
  284. _status: -1,
  285. _result: a
  286. },
  287. _init: T
  288. };
  289. };
  290. exports.memo = function(a, b) {
  291. return {
  292. $$typeof: x,
  293. type: a,
  294. compare: void 0 === b ? null : b
  295. };
  296. };
  297. exports.startTransition = function(a) {
  298. var b = V.transition;
  299. V.transition = {};
  300. try {
  301. a();
  302. } finally{
  303. V.transition = b;
  304. }
  305. };
  306. exports.unstable_act = function() {
  307. throw Error("act(...) is not supported in production builds of React.");
  308. };
  309. exports.useCallback = function(a, b) {
  310. return U.current.useCallback(a, b);
  311. };
  312. exports.useContext = function(a) {
  313. return U.current.useContext(a);
  314. };
  315. exports.useDebugValue = function() {};
  316. exports.useDeferredValue = function(a) {
  317. return U.current.useDeferredValue(a);
  318. };
  319. exports.useEffect = function(a, b) {
  320. return U.current.useEffect(a, b);
  321. };
  322. exports.useId = function() {
  323. return U.current.useId();
  324. };
  325. exports.useImperativeHandle = function(a, b, e) {
  326. return U.current.useImperativeHandle(a, b, e);
  327. };
  328. exports.useInsertionEffect = function(a, b) {
  329. return U.current.useInsertionEffect(a, b);
  330. };
  331. exports.useLayoutEffect = function(a, b) {
  332. return U.current.useLayoutEffect(a, b);
  333. };
  334. exports.useMemo = function(a, b) {
  335. return U.current.useMemo(a, b);
  336. };
  337. exports.useReducer = function(a, b, e) {
  338. return U.current.useReducer(a, b, e);
  339. };
  340. exports.useRef = function(a) {
  341. return U.current.useRef(a);
  342. };
  343. exports.useState = function(a) {
  344. return U.current.useState(a);
  345. };
  346. exports.useSyncExternalStore = function(a, b, e) {
  347. return U.current.useSyncExternalStore(a, b, e);
  348. };
  349. exports.useTransition = function() {
  350. return U.current.useTransition();
  351. };
  352. exports.version = "18.2.0";
  353. }
  354. });
  355. /**
  356. * @license React
  357. * react.production.min.js
  358. *
  359. * Copyright (c) Facebook, Inc. and its affiliates.
  360. *
  361. * This source code is licensed under the MIT license found in the
  362. * LICENSE file in the root directory of this source tree.
  363. */
  364. /***/ })
  365. }]);