"use strict"; (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["vendors-node_modules_taro_weapp_prebundle_react-i18next_js"],{ /***/ "./node_modules/.taro/weapp/prebundle/chunk-P7VEE7PG.js": /*!**************************************************************!*\ !*** ./node_modules/.taro/weapp/prebundle/chunk-P7VEE7PG.js ***! \**************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ __commonJS: function() { return /* binding */ __commonJS; }, /* harmony export */ __esm: function() { return /* binding */ __esm; }, /* harmony export */ __export: function() { return /* binding */ __export; }, /* harmony export */ __toCommonJS: function() { return /* binding */ __toCommonJS; }, /* harmony export */ __toESM: function() { return /* binding */ __toESM; } /* harmony export */ }); var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __esm = (fn, res)=>function __init() { return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res; }; var __commonJS = (cb, mod)=>function __require() { return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; }; var __export = (target, all)=>{ for(var name in all)__defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc)=>{ if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from))if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: ()=>from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toESM = (mod, isNodeMode, target)=>(target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod)); var __toCommonJS = (mod)=>__copyProps(__defProp({}, "__esModule", { value: true }), mod); /***/ }), /***/ "./node_modules/.taro/weapp/prebundle/react-i18next.js": /*!*************************************************************!*\ !*** ./node_modules/.taro/weapp/prebundle/react-i18next.js ***! \*************************************************************/ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) { __webpack_require__.r(__webpack_exports__); /* harmony export */ __webpack_require__.d(__webpack_exports__, { /* harmony export */ I18nContext: function() { return /* binding */ I18nContext; }, /* harmony export */ I18nextProvider: function() { return /* binding */ I18nextProvider; }, /* harmony export */ Trans: function() { return /* binding */ Trans2; }, /* harmony export */ TransWithoutContext: function() { return /* binding */ Trans; }, /* harmony export */ Translation: function() { return /* binding */ Translation; }, /* harmony export */ composeInitialProps: function() { return /* binding */ composeInitialProps; }, /* harmony export */ date: function() { return /* binding */ date; }, /* harmony export */ getDefaults: function() { return /* binding */ getDefaults; }, /* harmony export */ getI18n: function() { return /* binding */ getI18n; }, /* harmony export */ getInitialProps: function() { return /* binding */ getInitialProps; }, /* harmony export */ initReactI18next: function() { return /* binding */ initReactI18next; }, /* harmony export */ number: function() { return /* binding */ number; }, /* harmony export */ plural: function() { return /* binding */ plural; }, /* harmony export */ select: function() { return /* binding */ select; }, /* harmony export */ selectOrdinal: function() { return /* binding */ selectOrdinal; }, /* harmony export */ setDefaults: function() { return /* binding */ setDefaults; }, /* harmony export */ setI18n: function() { return /* binding */ setI18n; }, /* harmony export */ time: function() { return /* binding */ time; }, /* harmony export */ useSSR: function() { return /* binding */ useSSR; }, /* harmony export */ useTranslation: function() { return /* binding */ useTranslation; }, /* harmony export */ withSSR: function() { return /* binding */ withSSR; }, /* harmony export */ withTranslation: function() { return /* binding */ withTranslation; } /* harmony export */ }); /* harmony import */ var _chunk_LNJCN3VW_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./chunk-LNJCN3VW.js */ "./node_modules/.taro/weapp/prebundle/chunk-LNJCN3VW.js"); /* harmony import */ var _chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./chunk-P7VEE7PG.js */ "./node_modules/.taro/weapp/prebundle/chunk-P7VEE7PG.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _objectSpread(target) { for(var i = 1; i < arguments.length; i++){ var source = arguments[i] != null ? arguments[i] : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; })); } ownKeys.forEach(function(key) { _defineProperty(target, key, source[key]); }); } return target; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function(sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function _objectSpreadProps(target, source) { source = source != null ? source : {}; if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function(key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for(i = 0; i < sourceSymbolKeys.length; i++){ key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for(i = 0; i < sourceKeys.length; i++){ key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } // node_modules/void-elements/index.js var require_void_elements = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_1__.__commonJS)({ "node_modules/void-elements/index.js" (exports, module) { module.exports = { "area": true, "base": true, "br": true, "col": true, "embed": true, "hr": true, "img": true, "input": true, "link": true, "meta": true, "param": true, "source": true, "track": true, "wbr": true }; } }); // node_modules/react-i18next/dist/es/Trans.js var import_react3 = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_1__.__toESM)((0,_chunk_LNJCN3VW_js__WEBPACK_IMPORTED_MODULE_0__.require_react_production_min)(), 1); // node_modules/@babel/runtime/helpers/esm/extends.js function _extends() { _extends = Object.assign ? Object.assign.bind() : function(target) { for(var i2 = 1; i2 < arguments.length; i2++){ var source = arguments[i2]; for(var key in source){ if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } // node_modules/react-i18next/dist/es/TransWithoutContext.js var import_react = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_1__.__toESM)((0,_chunk_LNJCN3VW_js__WEBPACK_IMPORTED_MODULE_0__.require_react_production_min)(), 1); // node_modules/html-parse-stringify/dist/html-parse-stringify.module.js var import_void_elements = (0,_chunk_P7VEE7PG_js__WEBPACK_IMPORTED_MODULE_1__.__toESM)(require_void_elements()); var t = /\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g; function n(n2) { var r2 = { type: "tag", name: "", voidElement: false, attrs: {}, children: [] }, i2 = n2.match(/<\/?([^\s]+?)[/\s>]/); if (i2 && (r2.name = i2[1], (import_void_elements.default[i2[1]] || "/" === n2.charAt(n2.length - 2)) && (r2.voidElement = true), r2.name.startsWith("!--"))) { var s2 = n2.indexOf("-->"); return { type: "comment", comment: -1 !== s2 ? n2.slice(4, s2) : "" }; } for(var a2 = new RegExp(t), c2 = null; null !== (c2 = a2.exec(n2));)if (c2[0].trim()) if (c2[1]) { var o = c2[1].trim(), l = [ o, "" ]; o.indexOf("=") > -1 && (l = o.split("=")), r2.attrs[l[0]] = l[1], a2.lastIndex--; } else c2[2] && (r2.attrs[c2[2]] = c2[3].trim().substring(1, c2[3].length - 1)); return r2; } var r = /<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g; var i = /^\s*$/; var s = /* @__PURE__ */ Object.create(null); function a(e2, t2) { switch(t2.type){ case "text": return e2 + t2.content; case "tag": return e2 += "<" + t2.name + (t2.attrs ? function(e3) { var t3 = []; for(var n2 in e3)t3.push(n2 + '="' + e3[n2] + '"'); return t3.length ? " " + t3.join(" ") : ""; }(t2.attrs) : "") + (t2.voidElement ? "/>" : ">"), t2.voidElement ? e2 : e2 + t2.children.reduce(a, "") + ""; case "comment": return e2 + ""; } } var c = { parse: function(e2, t2) { t2 || (t2 = {}), t2.components || (t2.components = s); var a2, c2 = [], o = [], l = -1, m = false; if (0 !== e2.indexOf("<")) { var u = e2.indexOf("<"); c2.push({ type: "text", content: -1 === u ? e2 : e2.substring(0, u) }); } return e2.replace(r, function(r2, s2) { if (m) { if (r2 !== "") return; m = false; } var u2, f = "/" !== r2.charAt(1), h = r2.startsWith("