app.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. "use strict";
  2. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-dom_js.js");
  3. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-3EXGJ5BE_js.js");
  4. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_i18next_js.js");
  5. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-77KB62LY_js.js");
  6. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_react-i18next_js.js");
  7. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-framework-react_dist_runtime_js.js");
  8. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_taro_js.js");
  9. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_i18next-browser-languagedetector_js.js");
  10. require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_runtime_js.js");
  11. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js");
  12. require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js");
  13. require("./prebundle/remoteEntry.js");
  14. require("./prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js");
  15. require("./prebundle/node_modules_taro_weapp_prebundle_react_js.js");
  16. require("./common");
  17. require("./vendors");
  18. require("./taro");
  19. require("./runtime");
  20. (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["app"],{
  21. /***/ "./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.ts":
  22. /*!*****************************************************************************************!*\
  23. !*** ./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.ts ***!
  24. \*****************************************************************************************/
  25. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  26. /* harmony import */ var _Users_Work_hola2_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js */ "./node_modules/@babel/runtime/helpers/esm/classCallCheck.js");
  27. /* harmony import */ var _Users_Work_hola2_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/createClass.js */ "./node_modules/@babel/runtime/helpers/esm/createClass.js");
  28. /* harmony import */ var _Users_Work_hola2_node_modules_babel_runtime_helpers_esm_inherits_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/inherits.js */ "./node_modules/@babel/runtime/helpers/esm/inherits.js");
  29. /* harmony import */ var _Users_Work_hola2_node_modules_babel_runtime_helpers_esm_createSuper_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/createSuper.js */ "./node_modules/@babel/runtime/helpers/esm/createSuper.js");
  30. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "webpack/container/remote/react");
  31. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  32. /* harmony import */ var _context_locales_index__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./context/locales/index */ "./src/context/locales/index.ts");
  33. var App = /*#__PURE__*/function (_Component) {
  34. (0,_Users_Work_hola2_node_modules_babel_runtime_helpers_esm_inherits_js__WEBPACK_IMPORTED_MODULE_2__["default"])(App, _Component);
  35. var _super = (0,_Users_Work_hola2_node_modules_babel_runtime_helpers_esm_createSuper_js__WEBPACK_IMPORTED_MODULE_3__["default"])(App);
  36. function App() {
  37. (0,_Users_Work_hola2_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_4__["default"])(this, App);
  38. return _super.apply(this, arguments);
  39. }
  40. (0,_Users_Work_hola2_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_5__["default"])(App, [{
  41. key: "componentDidMount",
  42. value: function componentDidMount() {}
  43. }, {
  44. key: "componentDidShow",
  45. value: function componentDidShow() {}
  46. }, {
  47. key: "componentDidHide",
  48. value: function componentDidHide() {}
  49. // this.props.children 是将要会渲染的页面
  50. }, {
  51. key: "render",
  52. value: function render() {
  53. return this.props.children;
  54. }
  55. }]);
  56. return App;
  57. }(react__WEBPACK_IMPORTED_MODULE_0__.Component);
  58. /* harmony default export */ __webpack_exports__["default"] = (App);
  59. /***/ }),
  60. /***/ "./src/app.ts":
  61. /*!********************!*\
  62. !*** ./src/app.ts ***!
  63. \********************/
  64. /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
  65. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tarojs/plugin-platform-weapp/dist/runtime */ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime");
  66. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__);
  67. /* harmony import */ var _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @tarojs/runtime */ "webpack/container/remote/@tarojs/runtime");
  68. /* harmony import */ var _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__);
  69. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @tarojs/plugin-framework-react/dist/runtime */ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime");
  70. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__);
  71. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @tarojs/taro */ "webpack/container/remote/@tarojs/taro");
  72. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_tarojs_taro__WEBPACK_IMPORTED_MODULE_3__);
  73. /* harmony import */ var _node_modules_babel_loader_lib_index_js_ruleSet_1_rules_5_use_0_app_ts__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./app.ts */ "./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[5].use[0]!./src/app.ts");
  74. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ "webpack/container/remote/react");
  75. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);
  76. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! react-dom */ "webpack/container/remote/react-dom");
  77. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_6__);
  78. var config = {"pages":["pages/index/index","pages/Second","pages/Login","pages/Auth","pages/ChooseAuth","pages/ChooseScenario","pages/SetGoal"],"subPackages":[{"root":"moduleA","pages":["pages/third"]}],"tabBar":{"list":[{"pagePath":"pages/index/index","text":"首页"},{"pagePath":"pages/Second","text":"第二页"}]},"window":{"backgroundTextStyle":"light","navigationBarBackgroundColor":"#000000","navigationBarTitleText":"Weixin","navigationBarTextStyle":"white","backgroundColor":"#000000"},"darkmode":true};
  79. _tarojs_runtime__WEBPACK_IMPORTED_MODULE_1__.window.__taroAppConfig = config
  80. var inst = App((0,_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_2__.createReactApp)(_node_modules_babel_loader_lib_index_js_ruleSet_1_rules_5_use_0_app_ts__WEBPACK_IMPORTED_MODULE_4__["default"], react__WEBPACK_IMPORTED_MODULE_5__, (react_dom__WEBPACK_IMPORTED_MODULE_6___default()), config))
  81. ;(0,_tarojs_taro__WEBPACK_IMPORTED_MODULE_3__.initPxTransform)({
  82. designWidth: 750,
  83. deviceRatio: {"640":1.17,"750":1,"828":0.905},
  84. baseFontSize: 20,
  85. unitPrecision: undefined,
  86. targetUnit: undefined
  87. })
  88. /***/ }),
  89. /***/ "./src/context/locales/en.js":
  90. /*!***********************************!*\
  91. !*** ./src/context/locales/en.js ***!
  92. \***********************************/
  93. /***/ (function(__unused_webpack_module, __webpack_exports__) {
  94. /* harmony default export */ __webpack_exports__["default"] = ({
  95. languageList: {
  96. switch_language: 'Switch Language',
  97. zh: 'Chinese',
  98. en: 'English'
  99. },
  100. page: {
  101. choose_language: {
  102. title: '',
  103. sub_title: '',
  104. btn_confirm: ''
  105. },
  106. choose_auth: {
  107. app_name: '',
  108. btn_create_account: '',
  109. btn_login: '登录',
  110. btn_wechat: '微信登录'
  111. },
  112. auth: {
  113. agreement: 'I agree to the Terms of Service and Privacy Policy.'
  114. },
  115. choose_scenario: {
  116. title: 'Choose scenario',
  117. sub_title: 'A scenario clock will display on homepage',
  118. btn_next: 'Next',
  119. btn_more: 'Learn more',
  120. fast: 'Fast',
  121. sleep: 'Sleep',
  122. fast_sleep: 'Fast Sleep'
  123. },
  124. set_goal: {
  125. title: '',
  126. btn_done: ''
  127. }
  128. },
  129. feature: {
  130. auth: {
  131. create_account: {
  132. title: 'Create Account',
  133. sub_title: 'Enter username and email',
  134. input_username_placeholder: 'Username',
  135. input_email_placeholder: 'Email',
  136. footer_desc: 'Already have an account? ',
  137. footer_login: 'Log in',
  138. btn_next: 'Next'
  139. },
  140. login: {
  141. input_account_placeholder: '',
  142. input_password_placeholder: '',
  143. footer_desc: '',
  144. footer_sign_up: ''
  145. },
  146. create_password: {
  147. title: '',
  148. sub_title: '',
  149. input_password_placeholder: '',
  150. input_password_confirm_placeholder: '',
  151. btn_next: ''
  152. }
  153. }
  154. }
  155. });
  156. /***/ }),
  157. /***/ "./src/context/locales/index.ts":
  158. /*!**************************************!*\
  159. !*** ./src/context/locales/index.ts ***!
  160. \**************************************/
  161. /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
  162. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tarojs/taro */ "webpack/container/remote/@tarojs/taro");
  163. /* harmony import */ var _tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tarojs_taro__WEBPACK_IMPORTED_MODULE_0__);
  164. /* harmony import */ var i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! i18next-browser-languagedetector */ "webpack/container/remote/i18next-browser-languagedetector");
  165. /* harmony import */ var i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1__);
  166. /* harmony import */ var i18next__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! i18next */ "webpack/container/remote/i18next");
  167. /* harmony import */ var i18next__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(i18next__WEBPACK_IMPORTED_MODULE_2__);
  168. /* harmony import */ var _zh__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./zh */ "./src/context/locales/zh.js");
  169. /* harmony import */ var _en__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./en */ "./src/context/locales/en.js");
  170. /* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react-i18next */ "webpack/container/remote/react-i18next");
  171. /* harmony import */ var react_i18next__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react_i18next__WEBPACK_IMPORTED_MODULE_5__);
  172. _tarojs_taro__WEBPACK_IMPORTED_MODULE_0___default().getStorage({
  173. key: 'language'
  174. }).then(function (res) {
  175. // initLocale(res.data)
  176. initLocale('zh');
  177. }).catch(function (err) {
  178. initLocale('zh');
  179. });
  180. function initLocale(strLocale) {
  181. i18next__WEBPACK_IMPORTED_MODULE_2___default().use((i18next_browser_languagedetector__WEBPACK_IMPORTED_MODULE_1___default())) //嗅探当前浏览器语言
  182. .use(react_i18next__WEBPACK_IMPORTED_MODULE_5__.initReactI18next) //init i18next
  183. .init({
  184. //引入资源文件
  185. resources: {
  186. en: {
  187. translation: _en__WEBPACK_IMPORTED_MODULE_4__["default"]
  188. },
  189. zh: {
  190. translation: _zh__WEBPACK_IMPORTED_MODULE_3__["default"]
  191. }
  192. },
  193. //选择默认语言,选择内容为上述配置中的key,即en/zh
  194. lng: strLocale,
  195. //Taro.getStorageSync('language') ? Taro.getStorageSync('language') : 'en',
  196. debug: false,
  197. interpolation: {
  198. escapeValue: false // not needed for react as it escapes by default
  199. }
  200. });
  201. }
  202. /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((i18next__WEBPACK_IMPORTED_MODULE_2___default()));
  203. /***/ }),
  204. /***/ "./src/context/locales/zh.js":
  205. /*!***********************************!*\
  206. !*** ./src/context/locales/zh.js ***!
  207. \***********************************/
  208. /***/ (function(__unused_webpack_module, __webpack_exports__) {
  209. /* harmony default export */ __webpack_exports__["default"] = ({
  210. languageList: {
  211. switch_language: '切换语言',
  212. zh: '中文',
  213. en: '英文'
  214. },
  215. page: {
  216. choose_language: {
  217. title: '',
  218. sub_title: '',
  219. btn_confirm: ''
  220. },
  221. choose_auth: {
  222. app_name: '',
  223. btn_create_account: '',
  224. btn_login: '登录',
  225. btn_wechat: '微信登录'
  226. },
  227. auth: {
  228. agreement: '已阅读并同意《用户协议》和《隐私政策》'
  229. },
  230. choose_scenario: {
  231. title: '选择场景',
  232. sub_title: '场景时钟将在首页展示',
  233. btn_next: '下一步',
  234. btn_more: '了解更多',
  235. fast: '断食',
  236. sleep: '睡眠',
  237. fast_sleep: '断食睡眠'
  238. }
  239. },
  240. feature: {
  241. auth: {
  242. create_account: {
  243. title: '注册账号',
  244. sub_title: '创建用户名',
  245. input_username_placeholder: '用户名',
  246. input_email_placeholder: '邮箱',
  247. footer_desc: '已有账号?',
  248. footer_login: '去登录',
  249. btn_next: '下一步'
  250. },
  251. login: {
  252. input_account_placeholder: '',
  253. input_password_placeholder: '',
  254. footer_desc: '',
  255. footer_sign_up: ''
  256. },
  257. create_password: {
  258. title: '',
  259. sub_title: '',
  260. input_password_placeholder: '',
  261. input_password_confirm_placeholder: '',
  262. btn_next: ''
  263. }
  264. }
  265. }
  266. });
  267. /***/ }),
  268. /***/ "./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":
  269. /*!**************************************************************************!*\
  270. !*** ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js ***!
  271. \**************************************************************************/
  272. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  273. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  274. /* harmony export */ "default": function() { return /* binding */ _assertThisInitialized; }
  275. /* harmony export */ });
  276. function _assertThisInitialized(self) {
  277. if (self === void 0) {
  278. throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  279. }
  280. return self;
  281. }
  282. /***/ }),
  283. /***/ "./node_modules/@babel/runtime/helpers/esm/classCallCheck.js":
  284. /*!*******************************************************************!*\
  285. !*** ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js ***!
  286. \*******************************************************************/
  287. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  288. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  289. /* harmony export */ "default": function() { return /* binding */ _classCallCheck; }
  290. /* harmony export */ });
  291. function _classCallCheck(instance, Constructor) {
  292. if (!(instance instanceof Constructor)) {
  293. throw new TypeError("Cannot call a class as a function");
  294. }
  295. }
  296. /***/ }),
  297. /***/ "./node_modules/@babel/runtime/helpers/esm/createClass.js":
  298. /*!****************************************************************!*\
  299. !*** ./node_modules/@babel/runtime/helpers/esm/createClass.js ***!
  300. \****************************************************************/
  301. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  302. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  303. /* harmony export */ "default": function() { return /* binding */ _createClass; }
  304. /* harmony export */ });
  305. /* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
  306. function _defineProperties(target, props) {
  307. for (var i = 0; i < props.length; i++) {
  308. var descriptor = props[i];
  309. descriptor.enumerable = descriptor.enumerable || false;
  310. descriptor.configurable = true;
  311. if ("value" in descriptor) descriptor.writable = true;
  312. Object.defineProperty(target, (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(descriptor.key), descriptor);
  313. }
  314. }
  315. function _createClass(Constructor, protoProps, staticProps) {
  316. if (protoProps) _defineProperties(Constructor.prototype, protoProps);
  317. if (staticProps) _defineProperties(Constructor, staticProps);
  318. Object.defineProperty(Constructor, "prototype", {
  319. writable: false
  320. });
  321. return Constructor;
  322. }
  323. /***/ }),
  324. /***/ "./node_modules/@babel/runtime/helpers/esm/createSuper.js":
  325. /*!****************************************************************!*\
  326. !*** ./node_modules/@babel/runtime/helpers/esm/createSuper.js ***!
  327. \****************************************************************/
  328. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  329. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  330. /* harmony export */ "default": function() { return /* binding */ _createSuper; }
  331. /* harmony export */ });
  332. /* harmony import */ var _getPrototypeOf_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getPrototypeOf.js */ "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
  333. /* harmony import */ var _isNativeReflectConstruct_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./isNativeReflectConstruct.js */ "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js");
  334. /* harmony import */ var _possibleConstructorReturn_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./possibleConstructorReturn.js */ "./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
  335. function _createSuper(Derived) {
  336. var hasNativeReflectConstruct = (0,_isNativeReflectConstruct_js__WEBPACK_IMPORTED_MODULE_0__["default"])();
  337. return function _createSuperInternal() {
  338. var Super = (0,_getPrototypeOf_js__WEBPACK_IMPORTED_MODULE_1__["default"])(Derived),
  339. result;
  340. if (hasNativeReflectConstruct) {
  341. var NewTarget = (0,_getPrototypeOf_js__WEBPACK_IMPORTED_MODULE_1__["default"])(this).constructor;
  342. result = Reflect.construct(Super, arguments, NewTarget);
  343. } else {
  344. result = Super.apply(this, arguments);
  345. }
  346. return (0,_possibleConstructorReturn_js__WEBPACK_IMPORTED_MODULE_2__["default"])(this, result);
  347. };
  348. }
  349. /***/ }),
  350. /***/ "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js":
  351. /*!*******************************************************************!*\
  352. !*** ./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js ***!
  353. \*******************************************************************/
  354. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  355. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  356. /* harmony export */ "default": function() { return /* binding */ _getPrototypeOf; }
  357. /* harmony export */ });
  358. function _getPrototypeOf(o) {
  359. _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
  360. return o.__proto__ || Object.getPrototypeOf(o);
  361. };
  362. return _getPrototypeOf(o);
  363. }
  364. /***/ }),
  365. /***/ "./node_modules/@babel/runtime/helpers/esm/inherits.js":
  366. /*!*************************************************************!*\
  367. !*** ./node_modules/@babel/runtime/helpers/esm/inherits.js ***!
  368. \*************************************************************/
  369. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  370. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  371. /* harmony export */ "default": function() { return /* binding */ _inherits; }
  372. /* harmony export */ });
  373. /* harmony import */ var _setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./setPrototypeOf.js */ "./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js");
  374. function _inherits(subClass, superClass) {
  375. if (typeof superClass !== "function" && superClass !== null) {
  376. throw new TypeError("Super expression must either be null or a function");
  377. }
  378. subClass.prototype = Object.create(superClass && superClass.prototype, {
  379. constructor: {
  380. value: subClass,
  381. writable: true,
  382. configurable: true
  383. }
  384. });
  385. Object.defineProperty(subClass, "prototype", {
  386. writable: false
  387. });
  388. if (superClass) (0,_setPrototypeOf_js__WEBPACK_IMPORTED_MODULE_0__["default"])(subClass, superClass);
  389. }
  390. /***/ }),
  391. /***/ "./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js":
  392. /*!*****************************************************************************!*\
  393. !*** ./node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js ***!
  394. \*****************************************************************************/
  395. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  396. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  397. /* harmony export */ "default": function() { return /* binding */ _isNativeReflectConstruct; }
  398. /* harmony export */ });
  399. function _isNativeReflectConstruct() {
  400. if (typeof Reflect === "undefined" || !Reflect.construct) return false;
  401. if (Reflect.construct.sham) return false;
  402. if (typeof Proxy === "function") return true;
  403. try {
  404. Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
  405. return true;
  406. } catch (e) {
  407. return false;
  408. }
  409. }
  410. /***/ }),
  411. /***/ "./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js":
  412. /*!******************************************************************************!*\
  413. !*** ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js ***!
  414. \******************************************************************************/
  415. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  416. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  417. /* harmony export */ "default": function() { return /* binding */ _possibleConstructorReturn; }
  418. /* harmony export */ });
  419. /* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "./node_modules/@babel/runtime/helpers/esm/typeof.js");
  420. /* harmony import */ var _assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assertThisInitialized.js */ "./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js");
  421. function _possibleConstructorReturn(self, call) {
  422. if (call && ((0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(call) === "object" || typeof call === "function")) {
  423. return call;
  424. } else if (call !== void 0) {
  425. throw new TypeError("Derived constructors may only return object or undefined");
  426. }
  427. return (0,_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_1__["default"])(self);
  428. }
  429. /***/ }),
  430. /***/ "./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js":
  431. /*!*******************************************************************!*\
  432. !*** ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
  433. \*******************************************************************/
  434. /***/ (function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
  435. /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  436. /* harmony export */ "default": function() { return /* binding */ _setPrototypeOf; }
  437. /* harmony export */ });
  438. function _setPrototypeOf(o, p) {
  439. _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
  440. o.__proto__ = p;
  441. return o;
  442. };
  443. return _setPrototypeOf(o, p);
  444. }
  445. /***/ })
  446. },
  447. /******/ function(__webpack_require__) { // webpackRuntimeModules
  448. /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  449. /******/ __webpack_require__.O(0, ["vendors","common"], function() { return __webpack_exec__("./src/app.ts"); });
  450. /******/ var __webpack_exports__ = __webpack_require__.O();
  451. /******/ }
  452. ]);;;
  453. //# sourceMappingURL=app.js.map