From 5ab03139c367b072ef7be2a0293fc44896557843 Mon Sep 17 00:00:00 2001 From: han <151435705@qq.com> Date: Thu, 19 Dec 2024 15:37:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mescroll-diy/mescroll-beibei-option.js | 2 +- .../mescroll-diy/mescroll-xinlang-option.js | 2 +- .../mescroll-uni/mescroll-uni-option.js | 2 +- pages/index/index.vue | 13 ++--- static/ancss/an.css | 2 +- static/css/common.scss | 48 +++++++++++-------- store/modules/user.js | 3 +- subPageA/feiyi/feiyilist/feiyilist.vue | 4 +- subPageA/food/foodlist/foodlist.vue | 4 +- .../hotevent/hoteventlist/hoteventlist.vue | 2 +- subPageA/scenic/sceniclist/sceniclist.vue | 8 ++-- subPageA/search/search.vue | 2 +- .../travelroutelist/travelroutelist.vue | 2 +- subPageA/wenchuang/wenlist/wenlist.vue | 6 +-- .../homestaydetail/homestaydetail.vue | 6 ++- .../Homestay/homestaylist/homestaylist.vue | 2 +- .../mescroll-diy/mescroll-beibei-option.js | 2 +- .../mescroll-diy/mescroll-xinlang-option.js | 2 +- .../mescroll-uni/mescroll-uni-option.js | 2 +- subPageB/hotel/hotellist/hotellist.vue | 2 +- subPageC/translate/index.vue | 21 ++++---- .../components/uni-nav-bar/uni-nav-bar.vue | 8 ++-- unpackage/dist/dev/mp-weixin/common/main.wxss | 9 ++-- unpackage/dist/dev/mp-weixin/common/vendor.js | 6 +-- .../dist/dev/mp-weixin/pages/index/index.wxss | 2 + .../dist/dev/mp-weixin/static/ancss/an.css | 2 +- .../dist/dev/mp-weixin/static/css/common.scss | 48 +++++++++++-------- .../subPageA/feiyi/feiyilist/feiyilist.wxml | 2 +- .../subPageA/food/foodlist/foodlist.wxml | 2 +- .../hotevent/hoteventlist/hoteventlist.wxml | 2 +- .../scenic/sceniclist/sceniclist.wxml | 2 +- .../dev/mp-weixin/subPageA/search/search.wxml | 2 +- .../travelroutelist/travelroutelist.wxml | 2 +- .../subPageA/wenchuang/wenlist/wenlist.wxml | 2 +- .../subPageA/wenchuang/wenlist/wenlist.wxss | 2 +- .../homestaydetail/homestaydetail.wxml | 2 +- .../homestaydetail/homestaydetail.wxss | 7 +++ .../Homestay/homestaylist/homestaylist.wxml | 2 +- .../dev/mp-weixin/subPageB/common/vendor.js | 2 +- .../subPageB/hotel/hotellist/hotellist.wxml | 2 +- .../subPageC/orderHomestay/cancelStep.wxss | 7 ++- .../subPageC/orderHomestay/orderDetail.wxss | 7 ++- .../subPageC/orderHomestay/orderList.wxss | 7 ++- .../subPageC/orderShop/cancelStep.wxss | 7 ++- .../subPageC/orderShop/orderDetail.wxss | 7 ++- .../subPageC/orderShop/orderList.wxss | 7 ++- .../dev/mp-weixin/subPageC/translate/index.js | 2 +- .../components/uni-nav-bar/uni-nav-bar.wxml | 2 +- .../components/uni-nav-bar/uni-nav-bar.wxss | 6 +-- 49 files changed, 175 insertions(+), 120 deletions(-) diff --git a/components/mescroll-diy/mescroll-beibei-option.js b/components/mescroll-diy/mescroll-beibei-option.js index 622392f..bddf539 100644 --- a/components/mescroll-diy/mescroll-beibei-option.js +++ b/components/mescroll-diy/mescroll-beibei-option.js @@ -16,7 +16,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/components/mescroll-diy/mescroll-xinlang-option.js b/components/mescroll-diy/mescroll-xinlang-option.js index c5ef097..b2b55c4 100644 --- a/components/mescroll-diy/mescroll-xinlang-option.js +++ b/components/mescroll-diy/mescroll-xinlang-option.js @@ -19,7 +19,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/components/mescroll-uni/mescroll-uni-option.js b/components/mescroll-uni/mescroll-uni-option.js index 51c8e54..45ba932 100644 --- a/components/mescroll-uni/mescroll-uni-option.js +++ b/components/mescroll-uni/mescroll-uni-option.js @@ -23,7 +23,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/pages/index/index.vue b/pages/index/index.vue index dfcafa7..a47e7db 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -54,7 +54,7 @@ class="at_size_1"> 行程规划 - + AI管家 - + @@ -326,7 +326,7 @@ }; }, onReady() { - let menuButtonInfo = uni.getMenuButtonBoundingClientRect() + let menuButtonInfo = uni.getMenuButtonBoundingClientRect() this.height = menuButtonInfo.height + menuButtonInfo.top; }, onLoad(option) { @@ -488,7 +488,7 @@ }); break; case 'tousu': - this.onTokenJump('/subPageB/suggest/sug_list?type=1', 'navigateTo') + this.onTokenJump('/subPageB/suggest/sug_list?type=1', 'navigateTo') break; } }, @@ -730,7 +730,7 @@ uni.navigateTo({ url: '/subPageC/Ai/index' }); - }); + }); } }, goToDetail: function(type, guid, region) { @@ -1100,7 +1100,8 @@ .no-fixed-box { position: relative; - + padding-top: 20rpx; + padding-bottom: 20rpx; background-color: #fff; diff --git a/static/ancss/an.css b/static/ancss/an.css index 61450c0..73df241 100644 --- a/static/ancss/an.css +++ b/static/ancss/an.css @@ -330,7 +330,7 @@ s首页菜单 box-sizing: border-box; z-index: 6; width: 100%; - height: 300rpx; + height: 320rpx; padding: 20rpx; } .h_nav_box{ text-align: center; margin-top:60rpx} diff --git a/static/css/common.scss b/static/css/common.scss index 530215f..065a7d9 100644 --- a/static/css/common.scss +++ b/static/css/common.scss @@ -1,16 +1,17 @@ - ::v-deep .uni-select { - border: none !important; - } - - ::v-deep .uni-select__input-placeholder { - font-size: 32rpx; - color: #000; - padding-left: 24rpx; - } - ::v-deep .uni-textarea-textarea{font-size: 32rpx; - color: #000; - padding-left: 24rpx;} + border: none !important; +} + +::v-deep .uni-select__input-placeholder { + font-size: 32rpx; + color: #000; + padding-left: 24rpx; +} +::v-deep .uni-textarea-textarea { + font-size: 32rpx; + color: #000; + padding-left: 24rpx; +} page { background: #f5f6fa; } @@ -38,7 +39,9 @@ page { -ms-flex: 0 0 100%; flex: 0 0 100%; } -.text-center{text-align: center;} +.text-center { + text-align: center; +} .flex-justify-center { justify-content: center; } @@ -447,16 +450,15 @@ page { /* 页面列表 */ .v-pages-list { box-sizing: border-box; - padding: 0 24rpx; + padding:0 24rpx; &.bgfff { background: #fff; - padding: 24rpx; + padding:12rpx 24rpx; } .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; - + margin: 24rpx 0; .item_recommend { position: absolute; &.normal { @@ -581,14 +583,15 @@ page { } .content-tip { - height: 40rpx;overflow: hidden; + height: 40rpx; + overflow: hidden; .item { display: inline-block; padding: 0 8rpx; margin-right: 12rpx; border-radius: 4rpx; font-size: 24rpx; - color: #0983ff; + color: #0983ff; background-color: rgba(9, 131, 255, 0.05); } } @@ -656,7 +659,9 @@ page { } } &.vertical { - .item_recommend.normal{width: 200rpx;} + .item_recommend.normal { + width: 200rpx; + } .item_image { width: 100%; height: 380rpx; @@ -1077,6 +1082,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/store/modules/user.js b/store/modules/user.js index 8f1ae33..e9f7e04 100644 --- a/store/modules/user.js +++ b/store/modules/user.js @@ -5,8 +5,7 @@ export const state = { }; export const mutations = { //储存用户信息 - setUserInfo(state, data) { - + setUserInfo(state, data) { if (data) { state.userInfo = Object.assign({}, state.userInfo,data); diff --git a/subPageA/feiyi/feiyilist/feiyilist.vue b/subPageA/feiyi/feiyilist/feiyilist.vue index 0f78fb6..0522c25 100644 --- a/subPageA/feiyi/feiyilist/feiyilist.vue +++ b/subPageA/feiyi/feiyilist/feiyilist.vue @@ -26,7 +26,7 @@ - + ~ 暂无相关数据 ~ @@ -490,4 +490,4 @@ .sort-page { top: 180rpx; } - \ No newline at end of file + diff --git a/subPageA/food/foodlist/foodlist.vue b/subPageA/food/foodlist/foodlist.vue index 87dc694..f92dd80 100644 --- a/subPageA/food/foodlist/foodlist.vue +++ b/subPageA/food/foodlist/foodlist.vue @@ -25,7 +25,7 @@ - + 热门推荐 @@ -42,7 +42,7 @@ {{this.$param.pageMsg}} - + ~ 暂无相关数据 ~ diff --git a/subPageA/hotevent/hoteventlist/hoteventlist.vue b/subPageA/hotevent/hoteventlist/hoteventlist.vue index 987838e..81ae747 100644 --- a/subPageA/hotevent/hoteventlist/hoteventlist.vue +++ b/subPageA/hotevent/hoteventlist/hoteventlist.vue @@ -46,7 +46,7 @@ - + ~ 暂无相关数据 ~ diff --git a/subPageA/scenic/sceniclist/sceniclist.vue b/subPageA/scenic/sceniclist/sceniclist.vue index e7d0415..d8007e3 100644 --- a/subPageA/scenic/sceniclist/sceniclist.vue +++ b/subPageA/scenic/sceniclist/sceniclist.vue @@ -40,7 +40,7 @@ - + 热门推荐 @@ -49,10 +49,10 @@ {{ p_item.cname }} - {{ + {{ p_item.slevel }} - + {{ p_item.address }} @@ -61,7 +61,7 @@ - ~ 暂无相关数据 ~ diff --git a/subPageA/search/search.vue b/subPageA/search/search.vue index d9ef7f3..0b15295 100644 --- a/subPageA/search/search.vue +++ b/subPageA/search/search.vue @@ -31,7 +31,7 @@ 线路 - + ~ 暂无相关数据 ~ diff --git a/subPageA/travelroute/travelroutelist/travelroutelist.vue b/subPageA/travelroute/travelroutelist/travelroutelist.vue index 6228e14..654bde6 100644 --- a/subPageA/travelroute/travelroutelist/travelroutelist.vue +++ b/subPageA/travelroute/travelroutelist/travelroutelist.vue @@ -40,7 +40,7 @@ - + ~ 暂无相关数据 ~ diff --git a/subPageA/wenchuang/wenlist/wenlist.vue b/subPageA/wenchuang/wenlist/wenlist.vue index e636da4..917668f 100644 --- a/subPageA/wenchuang/wenlist/wenlist.vue +++ b/subPageA/wenchuang/wenlist/wenlist.vue @@ -42,7 +42,7 @@ - + ~ 暂无相关数据 ~ @@ -569,7 +569,7 @@ } .scroll-view { position: absolute; - top: 60rpx; + top: 180rpx; right: 0; bottom: 0; left: 0; @@ -582,4 +582,4 @@ .filter-page { top: 180rpx; } - \ No newline at end of file + diff --git a/subPageB/Homestay/homestaydetail/homestaydetail.vue b/subPageB/Homestay/homestaydetail/homestaydetail.vue index 9e72b75..9afc6bf 100644 --- a/subPageB/Homestay/homestaydetail/homestaydetail.vue +++ b/subPageB/Homestay/homestaydetail/homestaydetail.vue @@ -70,7 +70,7 @@ --> - + @@ -373,4 +373,8 @@ left: 0; z-index: 999; } + .v-pages-list{ + .list_item{margin-top: 0;margin-bottom: 0;} + .list_item:not(:last-child){ margin-bottom: 24rpx;} + } \ No newline at end of file diff --git a/subPageB/Homestay/homestaylist/homestaylist.vue b/subPageB/Homestay/homestaylist/homestaylist.vue index 486df3f..555a428 100644 --- a/subPageB/Homestay/homestaylist/homestaylist.vue +++ b/subPageB/Homestay/homestaylist/homestaylist.vue @@ -13,7 +13,7 @@ - + diff --git a/subPageB/components/mescroll-diy/mescroll-beibei-option.js b/subPageB/components/mescroll-diy/mescroll-beibei-option.js index 622392f..bddf539 100644 --- a/subPageB/components/mescroll-diy/mescroll-beibei-option.js +++ b/subPageB/components/mescroll-diy/mescroll-beibei-option.js @@ -16,7 +16,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/subPageB/components/mescroll-diy/mescroll-xinlang-option.js b/subPageB/components/mescroll-diy/mescroll-xinlang-option.js index c5ef097..b2b55c4 100644 --- a/subPageB/components/mescroll-diy/mescroll-xinlang-option.js +++ b/subPageB/components/mescroll-diy/mescroll-xinlang-option.js @@ -19,7 +19,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/subPageB/components/mescroll-uni/mescroll-uni-option.js b/subPageB/components/mescroll-uni/mescroll-uni-option.js index 51c8e54..45ba932 100644 --- a/subPageB/components/mescroll-uni/mescroll-uni-option.js +++ b/subPageB/components/mescroll-uni/mescroll-uni-option.js @@ -23,7 +23,7 @@ const GlobalOption = { }, empty: { use: true, // 是否显示空布局 - icon: "http://www.mescroll.com/img/mescroll-empty.png?v=1", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) + icon: "https://eluyou.ailuquan.cn/upload/image/2024/mapIcon/daolan/no-data.png", // 图标路径 (建议放入static目录, 如 /static/img/mescroll-empty.png ) tip: '~ 暂无相关数据 ~' // 提示 } } diff --git a/subPageB/hotel/hotellist/hotellist.vue b/subPageB/hotel/hotellist/hotellist.vue index 3a31b96..22c11fa 100644 --- a/subPageB/hotel/hotellist/hotellist.vue +++ b/subPageB/hotel/hotellist/hotellist.vue @@ -26,7 +26,7 @@ - + diff --git a/subPageC/translate/index.vue b/subPageC/translate/index.vue index ac92a9a..18bb41f 100644 --- a/subPageC/translate/index.vue +++ b/subPageC/translate/index.vue @@ -23,8 +23,8 @@ - + @@ -184,7 +184,7 @@ }, success: (res) => { let data = JSON.parse(res.data) - console.log('====',data) + console.log('====', data) uni.showToast({ title: '识别成功', icon: 'success', @@ -194,7 +194,7 @@ data.data.forEach((item) => { this.ActiveText = this.ActiveText + item.words + '\n' - }) + }) } else { this.ActiveText = "" } @@ -248,16 +248,21 @@ to: this.ActiveFrom.value, } } - this.$Request.get(this.$config.getTtranslate, queryParams, "", "", false, true) + this.$Request.post(this.$config.getTtranslate, queryParams, "json", "", false, true) .then(res => { - if (res.data !== null) { + console.log("==============", res) + if (res.code == -1) { + uni.showToast({ + title: '翻译失败,请重试!', + icon: '', + duration: 2000 + }) + } else { this.resultText = "" res.data.forEach((item) => { this.resultText = this.resultText + item.dst + '
' }) this.resultText = this.resultText.replaceAll('\n', '
'); - } else { - this.resultText = this.ActiveText.replaceAll('\n', '
'); } }) } diff --git a/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue b/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue index cbfc168..747da75 100644 --- a/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue +++ b/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue @@ -29,7 +29,7 @@ :style="{width:rightIconWidth}"> - + {{ rightText }} @@ -205,12 +205,12 @@ font-size: 34rpx; /* #endif */ /* #ifndef APP-PLUS */ - font-size: 14px; + font-size: 16px; /* #endif */ } .uni-nav-bar-right-text { - font-size: 12px; + font-size: 16px; } .uni-navbar__content { @@ -297,7 +297,7 @@ flex-direction: row; align-items: center; justify-content: center; - font-size: 12px; + font-size: 16px; overflow: hidden; // box-sizing: border-box; } diff --git a/unpackage/dist/dev/mp-weixin/common/main.wxss b/unpackage/dist/dev/mp-weixin/common/main.wxss index 15ad645..cebd80d 100644 --- a/unpackage/dist/dev/mp-weixin/common/main.wxss +++ b/unpackage/dist/dev/mp-weixin/common/main.wxss @@ -355,7 +355,7 @@ s首页菜单 box-sizing: border-box; z-index: 6; width: 100%; - height: 300rpx; + height: 320rpx; padding: 20rpx; } .h_nav_box{ text-align: center; margin-top:60rpx} @@ -3768,12 +3768,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -4344,6 +4344,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/common/vendor.js b/unpackage/dist/dev/mp-weixin/common/vendor.js index def3a93..54fb4e7 100644 --- a/unpackage/dist/dev/mp-weixin/common/vendor.js +++ b/unpackage/dist/dev/mp-weixin/common/vendor.js @@ -1,10 +1,10 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/vendor"],[,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=["qy","env","error","version","lanDebug","cloud","serviceMarket","router","worklet","__webpack_require_UNI_MP_PLUGIN__"],i=["lanDebug","router","worklet"],a="undefined"!==typeof globalThis?globalThis:function(){return this}(),o=["w","x"].join(""),s=a[o],u=s.getLaunchOptionsSync?s.getLaunchOptionsSync():null;function c(e){return(!u||1154!==u.scene||!i.includes(e))&&(r.indexOf(e)>-1||"function"===typeof s[e])}function d(){var e={};for(var t in s)c(t)&&(e[t]=s[t]);return e}a[o]=d();var l=a[o];t.default=l},function(e,t,n){"use strict";(function(e,r){var i=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.createApp=Bn,t.createComponent=Qn,t.createPage=Kn,t.createPlugin=Gn,t.createSubpackageApp=$n,t.default=void 0;var a,o=i(n(5)),s=i(n(11)),u=i(n(15)),c=i(n(18)),d=i(n(13)),l=n(22),f=i(n(25));function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t-1},e.prototype.uniIDHasPermission=function(e){var t=_(),n=t.permission;return this.uniIDHasRole("admin")||n.indexOf(e)>-1},e.prototype.uniIDTokenValid=function(){var e=_(),t=e.tokenExpired;return t>Date.now()}}a="function"!==typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!g.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,r,i="",a=0;a>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}:atob;var b=Object.prototype.toString,w=Object.prototype.hasOwnProperty;function M(e){return"function"===typeof e}function k(e){return"string"===typeof e}function S(e){return null!==e&&"object"===(0,d.default)(e)}function L(e){return"[object Object]"===b.call(e)}function x(e,t){return w.call(e,t)}function D(){}function T(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var A=/-(\w)/g,Y=T((function(e){return e.replace(A,(function(e,t){return t?t.toUpperCase():""}))}));function j(e){var t={};return L(e)&&Object.keys(e).sort().forEach((function(n){t[n]=e[n]})),Object.keys(t)?t:e}var O=["invoke","success","fail","complete","returnValue"],E={},P={};function C(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?I(n):n}function I(e){for(var t=[],n=0;n1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(n){if(Array.isArray(e[n])){var r=t[n];t[n]=function(i){W(e[n],i,t).then((function(e){return M(r)&&r(e)||e}))}}})),t}function V(e,t){var n=[];Array.isArray(E.returnValue)&&n.push.apply(n,(0,c.default)(E.returnValue));var r=P[e];return r&&Array.isArray(r.returnValue)&&n.push.apply(n,(0,c.default)(r.returnValue)),n.forEach((function(e){t=e(t)||t})),t}function J(e){var t=Object.create(null);Object.keys(E).forEach((function(e){"returnValue"!==e&&(t[e]=E[e].slice())}));var n=P[e];return n&&Object.keys(n).forEach((function(e){"returnValue"!==e&&(t[e]=(t[e]||[]).concat(n[e]))})),t}function K(e,t,n){for(var r=arguments.length,i=new Array(r>3?r-3:0),a=3;a0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length,i=new Array(r>1?r-1:0),a=1;a-1?me:e.indexOf("-hant")>-1||xe(e,["-tw","-hk","-mo","-cht"])?ge:me;var n=De(e,[ye,_e,ve]);return n||void 0}}function Ae(){if(M(getApp)){var t=getApp({allowDefault:!0});if(t&&t.$vm)return t.$vm.$locale}return Te(e.getSystemInfoSync().language)||ye}function Ye(e){var t=!!M(getApp)&&getApp();if(!t)return!1;var n=t.$vm.$locale;return n!==e&&(t.$vm.$locale=e,je.forEach((function(t){return t({locale:e})})),!0)}var je=[];function Oe(e){-1===je.indexOf(e)&&je.push(e)}"undefined"!==typeof r&&(r.getLocale=Ae);var Ee={promiseInterceptor:Q},Pe=Object.freeze({__proto__:null,upx2px:he,getLocale:Ae,setLocale:Ye,onLocaleChange:Oe,addInterceptor:N,removeInterceptor:U,interceptors:Ee});function Ce(e){var t=getCurrentPages(),n=t.length;while(n--){var r=t[n];if(r.$page&&r.$page.fullPath===e)return n}return-1}var Ie,Be={name:function(e){return"back"===e.exists&&e.delta?"navigateBack":"redirectTo"},args:function(e){if("back"===e.exists&&e.url){var t=Ce(e.url);if(-1!==t){var n=getCurrentPages().length-1-t;n>0&&(e.delta=n)}}}},He={args:function(e){var t=parseInt(e.current);if(!isNaN(t)){var n=e.urls;if(Array.isArray(n)){var r=n.length;if(r)return t<0?t=0:t>=r&&(t=r-1),t>0?(e.current=n[t],e.urls=n.filter((function(e,r){return!(r2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(L(t)){var a=!0===i?t:{};for(var o in M(n)&&(n=n(t,a)||{}),t)if(x(n,o)){var s=n[o];M(s)&&(s=s(t[o],t,a)),s?k(s)?a[s]=t[o]:L(s)&&(a[s.name?s.name:o]=s.value):console.warn("The '".concat(e,"' method of platform '微信小程序' does not support option '").concat(o,"'"))}else-1!==rt.indexOf(o)?M(t[o])&&(a[o]=it(e,t[o],r)):i||(a[o]=t[o]);return a}return M(t)&&(t=it(e,t,r)),t}function ot(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return M(et.returnValue)&&(t=et.returnValue(e,t)),at(e,t,n,{},r)}function st(t,n){if(x(et,t)){var r=et[t];return r?function(n,i){var a=r;M(r)&&(a=r(n)),n=at(t,n,a.args,a.returnValue);var o=[n];"undefined"!==typeof i&&o.push(i),M(a.name)?t=a.name(n):k(a.name)&&(t=a.name);var s=e[t].apply(e,o);return ne(t)?ot(t,s,a.returnValue,te(t)):s}:function(){console.error("Platform '微信小程序' does not support '".concat(t,"'."))}}return n}var ut=Object.create(null),ct=["onTabBarMidButtonTap","subscribePush","unsubscribePush","onPush","offPush","share"];function dt(e){return function(t){var n=t.fail,r=t.complete,i={errMsg:"".concat(e,":fail method '").concat(e,"' not supported")};M(n)&&n(i),M(r)&&r(i)}}ct.forEach((function(e){ut[e]=dt(e)}));var lt={oauth:["weixin"],share:["weixin"],payment:["wxpay"],push:["weixin"]};function ft(e){var t=e.service,n=e.success,r=e.fail,i=e.complete,a=!1;lt[t]?(a={errMsg:"getProvider:ok",service:t,provider:lt[t]},M(n)&&n(a)):(a={errMsg:"getProvider:fail service not found"},M(r)&&r(a)),M(i)&&i(a)}var ht=Object.freeze({__proto__:null,getProvider:ft}),pt=function(){var e;return function(){return e||(e=new f.default),e}}();function mt(e,t,n){return e[t].apply(e,n)}function gt(){return mt(pt(),"$on",Array.prototype.slice.call(arguments))}function yt(){return mt(pt(),"$off",Array.prototype.slice.call(arguments))}function _t(){return mt(pt(),"$once",Array.prototype.slice.call(arguments))}function vt(){return mt(pt(),"$emit",Array.prototype.slice.call(arguments))}var bt,wt,Mt,kt=Object.freeze({__proto__:null,$on:gt,$off:yt,$once:_t,$emit:vt});function St(e){return function(){try{return e.apply(e,arguments)}catch(t){console.error(t)}}}function Lt(e){var t={};for(var n in e){var r=e[n];M(r)&&(t[n]=St(r),delete e[n])}return t}function xt(e){try{return JSON.parse(e)}catch(t){}return e}function Dt(e){if("enabled"===e.type)Mt=!0;else if("clientId"===e.type)bt=e.cid,wt=e.errMsg,At(bt,e.errMsg);else if("pushMsg"===e.type)for(var t={type:"receive",data:xt(e.message)},n=0;n-1&&jt.splice(t,1)}else jt.length=0},Pt=e.getAppBaseInfo&&e.getAppBaseInfo();Pt||(Pt=e.getSystemInfoSync());var Ct=Pt?Pt.host:null,It=Ct&&"SAAASDK"===Ct.env?e.miniapp.shareVideoMessage:e.shareVideoMessage,Bt=Object.freeze({__proto__:null,shareVideoMessage:It,getPushClientId:Yt,onPushMessage:Ot,offPushMessage:Et,invokePushCallback:Dt}),Ht=["__route__","__wxExparserNodeId__","__wxWebviewId__"];function Rt(e,t){for(var n,r=e.$children,i=r.length-1;i>=0;i--){var a=r[i];if(a.$scope._$vueId===t)return a}for(var o=r.length-1;o>=0;o--)if(n=Rt(r[o],t),n)return n}function Nt(e){return Behavior(e)}function Ut(){return!!this.route}function Ft(e){this.triggerEvent("__l",e)}function zt(e,t,n){var r=e.selectAllComponents(t)||[];r.forEach((function(e){var r=e.dataset.ref;n[r]=e.$vm||Kt(e),"scoped"===e.dataset.vueGeneric&&e.selectAllComponents(".scoped-ref").forEach((function(e){zt(e,t,n)}))}))}function Wt(e,t){var n=(0,u.default)(Set,(0,c.default)(Object.keys(e))),r=Object.keys(t);return r.forEach((function(r){var i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.length===a.length&&a.every((function(e){return i.includes(e)}))||(e[r]=a,n.delete(r))})),n.forEach((function(t){delete e[t]})),e}function qt(e){var t=e.$scope,n={};Object.defineProperty(e,"$refs",{get:function(){var e={};zt(t,".vue-ref",e);var r=t.selectAllComponents(".vue-ref-in-for")||[];return r.forEach((function(t){var n=t.dataset.ref;e[n]||(e[n]=[]),e[n].push(t.$vm||Kt(t))})),Wt(n,e)}})}function Vt(e){var t,n=e.detail||e.value,r=n.vuePid,i=n.vueOptions;r&&(t=Rt(this.$vm,r)),t||(t=this.$vm),i.parent=t}function Jt(e){var t="__v_isMPComponent";return Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:!0}),e}function Kt(e){var t="__ob__",n="__v_skip";return S(e)&&Object.isExtensible(e)&&Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:(0,s.default)({},n,!0)}),e}var Qt=/_(.*)_worklet_factory_/;function $t(e,t){t&&Object.keys(t).forEach((function(n){var r=n.match(Qt);if(r){var i=r[1];e[n]=t[n],e[i]=t[i]}}))}var Gt=Page,Xt=Component,Zt=/:/g,en=T((function(e){return Y(e.replace(Zt,"-"))}));function tn(e){var t=e.triggerEvent,n=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i0&&void 0!==arguments[0]?arguments[0]:{};return nn("onLoad",e),Gt(e)},Page.after=Gt.after,Component=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return nn("created",e),Xt(e)});var rn=["onPullDownRefresh","onReachBottom","onAddToFavorites","onShareTimeline","onShareAppMessage","onPageScroll","onResize","onTabItemTap"];function an(e,t){var n=e.$mp[e.mpType];t.forEach((function(t){x(n,t)&&(e[t]=n[t])}))}function on(e,t){if(!t)return!0;if(f.default.options&&Array.isArray(f.default.options[e]))return!0;if(t=t.default||t,M(t))return!!M(t.extendOptions[e])||!!(t.super&&t.super.options&&Array.isArray(t.super.options[e]));if(M(t[e])||Array.isArray(t[e]))return!0;var n=t.mixins;return Array.isArray(n)?!!n.find((function(t){return on(e,t)})):void 0}function sn(e,t,n){t.forEach((function(t){on(t,n)&&(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}))}function un(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];cn(t).forEach((function(t){return dn(e,t,n)}))}function cn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e&&Object.keys(e).forEach((function(n){0===n.indexOf("on")&&M(e[n])&&t.push(n)})),t}function dn(e,t,n){-1!==n.indexOf(t)||x(e,t)||(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}function ln(e,t){var n;return t=t.default||t,n=M(t)?t:e.extend(t),t=n.options,[n,t]}function fn(e,t){if(Array.isArray(t)&&t.length){var n=Object.create(null);t.forEach((function(e){n[e]=!0})),e.$scopedSlots=e.$slots=n}}function hn(e,t){e=(e||"").split(",");var n=e.length;1===n?t._$vueId=e[0]:2===n&&(t._$vueId=e[0],t._$vuePid=e[1])}function pn(e,t){var n=e.data||{},r=e.methods||{};if("function"===typeof n)try{n=n.call(t)}catch(i){Object({VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"ECodeTravel",VUE_APP_PLATFORM:"mp-weixin",NODE_ENV:"development",BASE_URL:"/"}).VUE_APP_DEBUG&&console.warn("根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。",n)}else try{n=JSON.parse(JSON.stringify(n))}catch(i){}return L(n)||(n={}),Object.keys(r).forEach((function(e){-1!==t.__lifecycle_hooks__.indexOf(e)||x(n,e)||(n[e]=r[e])})),n}var mn=[String,Number,Boolean,Object,Array,null];function gn(e){return function(t,n){this.$vm&&(this.$vm[e]=t)}}function yn(e,t){var n=e.behaviors,r=e.extends,i=e.mixins,a=e.props;a||(e.props=a=[]);var o=[];return Array.isArray(n)&&n.forEach((function(e){o.push(e.replace("uni://","wx".concat("://"))),"uni://form-field"===e&&(Array.isArray(a)?(a.push("name"),a.push("value")):(a.name={type:String,default:""},a.value={type:[String,Number,Boolean,Array,Object,Date],default:""}))})),L(r)&&r.props&&o.push(t({properties:vn(r.props,!0)})),Array.isArray(i)&&i.forEach((function(e){L(e)&&e.props&&o.push(t({properties:vn(e.props,!0)}))})),o}function _n(e,t,n,r){return Array.isArray(t)&&1===t.length?t[0]:t}function vn(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>3?arguments[3]:void 0,r={};return t||(r.vueId={type:String,value:""},n.virtualHost&&(r.virtualHostStyle={type:null,value:""},r.virtualHostClass={type:null,value:""}),r.scopedSlotsCompiler={type:String,value:""},r.vueSlots={type:null,value:[],observer:function(e,t){var n=Object.create(null);e.forEach((function(e){n[e]=!0})),this.setData({$slots:n})}}),Array.isArray(e)?e.forEach((function(e){r[e]={type:null,observer:gn(e)}})):L(e)&&Object.keys(e).forEach((function(t){var n=e[t];if(L(n)){var i=n.default;M(i)&&(i=i()),n.type=_n(t,n.type),r[t]={type:-1!==mn.indexOf(n.type)?n.type:null,value:i,observer:gn(t)}}else{var a=_n(t,n);r[t]={type:-1!==mn.indexOf(a)?a:null,observer:gn(t)}}})),r}function bn(e){try{e.mp=JSON.parse(JSON.stringify(e))}catch(t){}return e.stopPropagation=D,e.preventDefault=D,e.target=e.target||{},x(e,"detail")||(e.detail={}),x(e,"markerId")&&(e.detail="object"===(0,d.default)(e.detail)?e.detail:{},e.detail.markerId=e.markerId),L(e.detail)&&(e.target=Object.assign({},e.target,e.detail)),e}function wn(e,t){var n=e;return t.forEach((function(t){var r=t[0],i=t[2];if(r||"undefined"!==typeof i){var a,o=t[1],s=t[3];Number.isInteger(r)?a=r:r?"string"===typeof r&&r&&(a=0===r.indexOf("#s#")?r.substr(3):e.__get_value(r,n)):a=n,Number.isInteger(a)?n=i:o?Array.isArray(a)?n=a.find((function(t){return e.__get_value(o,t)===i})):L(a)?n=Object.keys(a).find((function(t){return e.__get_value(o,a[t])===i})):console.error("v-for 暂不支持循环数据:",a):n=a[i],s&&(n=e.__get_value(s,n))}})),n}function Mn(e,t,n,r){var i={};return Array.isArray(t)&&t.length&&t.forEach((function(t,a){"string"===typeof t?t?"$event"===t?i["$"+a]=n:"arguments"===t?i["$"+a]=n.detail&&n.detail.__args__||r:0===t.indexOf("$event.")?i["$"+a]=e.__get_value(t.replace("$event.",""),n):i["$"+a]=e.__get_value(t):i["$"+a]=e:i["$"+a]=wn(e,t)})),i}function kn(e){for(var t={},n=1;n2&&void 0!==arguments[2]?arguments[2]:[],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0,o=!1,s=L(t.detail)&&t.detail.__args__||[t.detail];if(i&&(o=t.currentTarget&&t.currentTarget.dataset&&"wx"===t.currentTarget.dataset.comType,!n.length))return o?[t]:s;var u=Mn(e,r,t,s),c=[];return n.forEach((function(e){"$event"===e?"__set_model"!==a||i?i&&!o?c.push(s[0]):c.push(t):c.push(t.target.value):Array.isArray(e)&&"o"===e[0]?c.push(kn(e)):"string"===typeof e&&x(u,e)?c.push(u[e]):c.push(e)})),c}var Ln="~",xn="^";function Dn(e,t){return e===t||"regionchange"===t&&("begin"===e||"end"===e)}function Tn(e){var t=e.$parent;while(t&&t.$parent&&(t.$options.generic||t.$parent.$options.generic||t.$scope._$vuePid))t=t.$parent;return t&&t.$parent}function An(e){var t=this;e=bn(e);var n=(e.currentTarget||e.target).dataset;if(!n)return console.warn("事件信息不存在");var r=n.eventOpts||n["event-opts"];if(!r)return console.warn("事件信息不存在");var i=e.type,a=[];return r.forEach((function(n){var r=n[0],o=n[1],s=r.charAt(0)===xn;r=s?r.slice(1):r;var u=r.charAt(0)===Ln;r=u?r.slice(1):r,o&&Dn(i,r)&&o.forEach((function(n){var r=n[0];if(r){var i=t.$vm;if(i.$options.generic&&(i=Tn(i)||i),"$emit"===r)return void i.$emit.apply(i,Sn(t.$vm,e,n[1],n[2],s,r));var o=i[r];if(!M(o)){var c="page"===t.$vm.mpType?"Page":"Component",d=t.route||t.is;throw new Error("".concat(c,' "').concat(d,'" does not have a method "').concat(r,'"'))}if(u){if(o.once)return;o.once=!0}var l=Sn(t.$vm,e,n[1],n[2],s,r);l=Array.isArray(l)?l:[],/=\s*\S+\.eventParams\s*\|\|\s*\S+\[['"]event-params['"]\]/.test(o.toString())&&(l=l.concat([,,,,,,,,,,e])),a.push(o.apply(i,l))}}))})),"input"===i&&1===a.length&&"undefined"!==typeof a[0]?a[0]:void 0}var Yn={};function jn(e){var t=Yn[e];return delete Yn[e],t}var On=["onShow","onHide","onError","onPageNotFound","onThemeChange","onUnhandledRejection"];function En(){f.default.prototype.getOpenerEventChannel=function(){return this.$scope.getOpenerEventChannel()};var e=f.default.prototype.__call_hook;f.default.prototype.__call_hook=function(t,n){return"onLoad"===t&&n&&n.__id__&&(this.__eventChannel__=jn(n.__id__),delete n.__id__),e.call(this,t,n)}}function Pn(){var e={},t={};function n(e){var t=this.$options.propsData.vueId;if(t){var n=t.split(",")[0];e(n)}}f.default.prototype.$hasSSP=function(n){var r=e[n];return r||(t[n]=this,this.$on("hook:destroyed",(function(){delete t[n]}))),r},f.default.prototype.$getSSP=function(t,n,r){var i=e[t];if(i){var a=i[n]||[];return r?a:a[0]}},f.default.prototype.$setSSP=function(t,r){var i=0;return n.call(this,(function(n){var a=e[n],o=a[t]=a[t]||[];o.push(r),i=o.length-1})),i},f.default.prototype.$initSSP=function(){n.call(this,(function(t){e[t]={}}))},f.default.prototype.$callSSP=function(){n.call(this,(function(e){t[e]&&t[e].$forceUpdate()}))},f.default.mixin({destroyed:function(){var n=this.$options.propsData,r=n&&n.vueId;r&&(delete e[r],delete t[r])}})}function Cn(t,n){var r=n.mocks,i=n.initRefs;En(),Pn(),t.$options.store&&(f.default.prototype.$store=t.$options.store),v(f.default),f.default.prototype.mpHost="mp-weixin",f.default.mixin({beforeCreate:function(){if(this.$options.mpType){if(this.mpType=this.$options.mpType,this.$mp=(0,s.default)({data:{}},this.mpType,this.$options.mpInstance),this.$scope=this.$options.mpInstance,delete this.$options.mpType,delete this.$options.mpInstance,"page"===this.mpType&&"function"===typeof getApp){var e=getApp();e.$vm&&e.$vm.$i18n&&(this._i18n=e.$vm.$i18n)}"app"!==this.mpType&&(i(this),an(this,r))}}});var a={onLaunch:function(n){this.$vm||(e.canIUse&&!e.canIUse("nextTick")&&console.error("当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上"),this.$vm=t,this.$vm.$mp={app:this},this.$vm.$scope=this,this.$vm.globalData=this.globalData,this.$vm._isMounted=!0,this.$vm.__call_hook("mounted",n),this.$vm.__call_hook("onLaunch",n))}};a.globalData=t.$options.globalData||{};var o=t.$options.methods;return o&&Object.keys(o).forEach((function(e){a[e]=o[e]})),Se(f.default,t,Te(e.getSystemInfoSync().language)||ye),sn(a,On),un(a,t.$options),a}function In(e){return Cn(e,{mocks:Ht,initRefs:qt})}function Bn(e){return App(In(e)),e}var Hn=/[!'()*]/g,Rn=function(e){return"%"+e.charCodeAt(0).toString(16)},Nn=/%2C/g,Un=function(e){return encodeURIComponent(e).replace(Hn,Rn).replace(Nn,",")};function Fn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Un,n=e?Object.keys(e).map((function(n){var r=e[n];if(void 0===r)return"";if(null===r)return t(n);if(Array.isArray(r)){var i=[];return r.forEach((function(e){void 0!==e&&(null===e?i.push(t(n)):i.push(t(n)+"="+t(e)))})),i.join("&")}return t(n)+"="+t(r)})).filter((function(e){return e.length>0})).join("&"):null;return n?"?".concat(n):""}function zn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isPage,r=t.initRelation,i=arguments.length>2?arguments[2]:void 0,a=ln(f.default,e),s=(0,o.default)(a,2),u=s[0],c=s[1],d=p({multipleSlots:!0,addGlobalClass:!0},c.options||{});c["mp-weixin"]&&c["mp-weixin"].options&&Object.assign(d,c["mp-weixin"].options);var l={options:d,data:pn(c,f.default.prototype),behaviors:yn(c,Nt),properties:vn(c.props,!1,c.__file,d),lifetimes:{attached:function(){var e=this.properties,t={mpType:n.call(this)?"page":"component",mpInstance:this,propsData:e};hn(e.vueId,this),r.call(this,{vuePid:this._$vuePid,vueOptions:t}),this.$vm=new u(t),fn(this.$vm,e.vueSlots),this.$vm.$mount()},ready:function(){this.$vm&&(this.$vm._isMounted=!0,this.$vm.__call_hook("mounted"),this.$vm.__call_hook("onReady"))},detached:function(){this.$vm&&this.$vm.$destroy()}},pageLifetimes:{show:function(e){this.$vm&&this.$vm.__call_hook("onPageShow",e)},hide:function(){this.$vm&&this.$vm.__call_hook("onPageHide")},resize:function(e){this.$vm&&this.$vm.__call_hook("onPageResize",e)}},methods:{__l:Vt,__e:An}};return c.externalClasses&&(l.externalClasses=c.externalClasses),Array.isArray(c.wxsCallMethods)&&c.wxsCallMethods.forEach((function(e){l.methods[e]=function(t){return this.$vm[e](t)}})),i?[l,c,u]:n?l:[l,u]}function Wn(e,t){return zn(e,{isPage:Ut,initRelation:Ft},t)}var qn=["onShow","onHide","onUnload"];function Vn(e){var t=Wn(e,!0),n=(0,o.default)(t,2),r=n[0],i=n[1];return sn(r.methods,qn,i),r.methods.onLoad=function(e){this.options=e;var t=Object.assign({},e);delete t.__id__,this.$page={fullPath:"/"+(this.route||this.is)+Fn(t)},this.$vm.$mp.query=e,this.$vm.__call_hook("onLoad",e)},un(r.methods,e,["onReady"]),$t(r.methods,i.methods),r}function Jn(e){return Vn(e)}function Kn(e){return Component(Jn(e))}function Qn(e){return Component(Wn(e))}function $n(t){var n=In(t),r=getApp({allowDefault:!0});t.$scope=r;var i=r.globalData;if(i&&Object.keys(n.globalData).forEach((function(e){x(i,e)||(i[e]=n.globalData[e])})),Object.keys(n).forEach((function(e){x(r,e)||(r[e]=n[e])})),M(n.onShow)&&e.onAppShow&&e.onAppShow((function(){for(var e=arguments.length,n=new Array(e),r=0;re.length)&&(t=e.length);for(var n=0,r=new Array(t);n2&&void 0!==arguments[2]?arguments[2]:d;if(!t)return[e];var r=this._caches[e];return r||(r=p(e,n),this._caches[e]=r),m(r,t)}}]),e}();t.Formatter=l;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(e,t){var n=(0,a.default)(t,2),r=n[0],i=n[1],o=[],s=0,u="";while(s-1?g:e.indexOf("-hant")>-1||S(e,["-tw","-hk","-mo","-cht"])?y:g;var n=[_,v,b];t&&Object.keys(t).length>0&&(n=Object.keys(t));var r=L(e,n);return r||void 0}}var D=function(){function e(t){var n=t.locale,r=t.fallbackLocale,i=t.messages,a=t.watcher,s=t.formater;(0,o.default)(this,e),this.locale=_,this.fallbackLocale=_,this.message={},this.messages={},this.watchers=[],r&&(this.fallbackLocale=r),this.formater=s||k,this.messages=i||{},this.setLocale(n||_),a&&this.watchLocale(a)}return(0,s.default)(e,[{key:"setLocale",value:function(e){var t=this,n=this.locale;this.locale=x(e,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],n!==this.locale&&this.watchers.forEach((function(e){e(t.locale,n)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(e){var t=this,n=this.watchers.push(e)-1;return function(){t.watchers.splice(n,1)}}},{key:"add",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=this.messages[e];r?n?Object.assign(r,t):Object.keys(t).forEach((function(e){M(r,e)||(r[e]=t[e])})):this.messages[e]=t}},{key:"f",value:function(e,t,n){return this.formater.interpolate(e,t,n).join("")}},{key:"t",value:function(e,t,n){var r=this.message;return"string"===typeof t?(t=x(t,this.messages),t&&(r=this.messages[t])):n=t,M(r,e)?this.formater.interpolate(r[e],n).join(""):(console.warn("Cannot translate the value of keypath ".concat(e,". Use the value of keypath as default.")),e)}}]),e}();function T(e,t){e.$watchLocale?e.$watchLocale((function(e){t.setLocale(e)})):e.$watch((function(){return e.$locale}),(function(e){t.setLocale(e)}))}function A(){return"undefined"!==typeof e&&e.getLocale?e.getLocale():"undefined"!==typeof r&&r.getLocale?r.getLocale():_}function Y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;if("string"!==typeof e){var i=[t,e];e=i[0],t=i[1]}"string"!==typeof e&&(e=A()),"string"!==typeof n&&(n="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||_);var a=new D({locale:e,fallbackLocale:n,messages:t,watcher:r}),o=function(e,t){if("function"!==typeof getApp)o=function(e,t){return a.t(e,t)};else{var n=!1;o=function(e,t){var r=getApp().$vm;return r&&(r.$locale,n||(n=!0,T(r,a))),a.t(e,t)}}return o(e,t)};return{i18n:a,f:function(e,t,n){return a.f(e,t,n)},t:function(e,t){return o(e,t)},add:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return a.add(e,t,n)},watch:function(e){return a.watchLocale(e)},getLocale:function(){return a.getLocale()},setLocale:function(e){return a.setLocale(e)}}}t.I18n=D;var j,O=function(e){return"string"===typeof e};function E(e,t){return j||(j=new l),N(e,(function(e,n){var r=e[n];return O(r)?!!I(r,t)||void 0:E(r,t)}))}function P(e,t,n){return j||(j=new l),N(e,(function(e,r){var i=e[r];O(i)?I(i,n)&&(e[r]=B(i,t,n)):P(i,t,n)})),e}function C(e,t){var n=t.locale,r=t.locales,i=t.delimiters;if(!I(e,i))return e;j||(j=new l);var a=[];Object.keys(r).forEach((function(e){e!==n&&a.push({locale:e,values:r[e]})})),a.unshift({locale:n,values:r[n]});try{return JSON.stringify(R(JSON.parse(e),a,i),null,2)}catch(o){}return e}function I(e,t){return e.indexOf(t[0])>-1}function B(e,t,n){return j.interpolate(e,t,n).join("")}function H(e,t,n,r){var i=e[t];if(O(i)){if(I(i,r)&&(e[t]=B(i,n[0].values,r),n.length>1)){var a=e[t+"Locales"]={};n.forEach((function(e){a[e.locale]=B(i,e.values,r)}))}}else R(i,n,r)}function R(e,t,n){return N(e,(function(e,r){H(e,r,t,n)})),e}function N(e,t){if(Array.isArray(e)){for(var n=0;n-1}))):t}}function F(e){var t=[],n=e.split("-");while(n.length)t.push(n.join("-")),n.pop();return t}t.isString=O}).call(this,n(2)["default"],n(3))},function(e,t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){var r=n(12);function i(e,t){for(var n=0;n-1||"function"===typeof s[e])}function d(){var e={};for(var t in s)c(t)&&(e[t]=s[t]);return e}a[o]=d();var l=a[o];t.default=l},function(e,t,n){"use strict";(function(e,r){var i=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.createApp=Bn,t.createComponent=Qn,t.createPage=Kn,t.createPlugin=Gn,t.createSubpackageApp=$n,t.default=void 0;var a,o=i(n(5)),s=i(n(11)),u=i(n(15)),c=i(n(18)),d=i(n(13)),l=n(22),f=i(n(25));function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t-1},e.prototype.uniIDHasPermission=function(e){var t=_(),n=t.permission;return this.uniIDHasRole("admin")||n.indexOf(e)>-1},e.prototype.uniIDTokenValid=function(){var e=_(),t=e.tokenExpired;return t>Date.now()}}a="function"!==typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!g.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,r,i="",a=0;a>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}:atob;var b=Object.prototype.toString,w=Object.prototype.hasOwnProperty;function M(e){return"function"===typeof e}function k(e){return"string"===typeof e}function S(e){return null!==e&&"object"===(0,d.default)(e)}function L(e){return"[object Object]"===b.call(e)}function x(e,t){return w.call(e,t)}function D(){}function T(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var A=/-(\w)/g,Y=T((function(e){return e.replace(A,(function(e,t){return t?t.toUpperCase():""}))}));function j(e){var t={};return L(e)&&Object.keys(e).sort().forEach((function(n){t[n]=e[n]})),Object.keys(t)?t:e}var O=["invoke","success","fail","complete","returnValue"],E={},P={};function C(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?I(n):n}function I(e){for(var t=[],n=0;n1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(n){if(Array.isArray(e[n])){var r=t[n];t[n]=function(i){W(e[n],i,t).then((function(e){return M(r)&&r(e)||e}))}}})),t}function V(e,t){var n=[];Array.isArray(E.returnValue)&&n.push.apply(n,(0,c.default)(E.returnValue));var r=P[e];return r&&Array.isArray(r.returnValue)&&n.push.apply(n,(0,c.default)(r.returnValue)),n.forEach((function(e){t=e(t)||t})),t}function J(e){var t=Object.create(null);Object.keys(E).forEach((function(e){"returnValue"!==e&&(t[e]=E[e].slice())}));var n=P[e];return n&&Object.keys(n).forEach((function(e){"returnValue"!==e&&(t[e]=(t[e]||[]).concat(n[e]))})),t}function K(e,t,n){for(var r=arguments.length,i=new Array(r>3?r-3:0),a=3;a0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length,i=new Array(r>1?r-1:0),a=1;a-1?me:e.indexOf("-hant")>-1||xe(e,["-tw","-hk","-mo","-cht"])?ge:me;var n=De(e,[ye,_e,ve]);return n||void 0}}function Ae(){if(M(getApp)){var t=getApp({allowDefault:!0});if(t&&t.$vm)return t.$vm.$locale}return Te(e.getSystemInfoSync().language)||ye}function Ye(e){var t=!!M(getApp)&&getApp();if(!t)return!1;var n=t.$vm.$locale;return n!==e&&(t.$vm.$locale=e,je.forEach((function(t){return t({locale:e})})),!0)}var je=[];function Oe(e){-1===je.indexOf(e)&&je.push(e)}"undefined"!==typeof r&&(r.getLocale=Ae);var Ee={promiseInterceptor:Q},Pe=Object.freeze({__proto__:null,upx2px:he,getLocale:Ae,setLocale:Ye,onLocaleChange:Oe,addInterceptor:N,removeInterceptor:U,interceptors:Ee});function Ce(e){var t=getCurrentPages(),n=t.length;while(n--){var r=t[n];if(r.$page&&r.$page.fullPath===e)return n}return-1}var Ie,Be={name:function(e){return"back"===e.exists&&e.delta?"navigateBack":"redirectTo"},args:function(e){if("back"===e.exists&&e.url){var t=Ce(e.url);if(-1!==t){var n=getCurrentPages().length-1-t;n>0&&(e.delta=n)}}}},He={args:function(e){var t=parseInt(e.current);if(!isNaN(t)){var n=e.urls;if(Array.isArray(n)){var r=n.length;if(r)return t<0?t=0:t>=r&&(t=r-1),t>0?(e.current=n[t],e.urls=n.filter((function(e,r){return!(r2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(L(t)){var a=!0===i?t:{};for(var o in M(n)&&(n=n(t,a)||{}),t)if(x(n,o)){var s=n[o];M(s)&&(s=s(t[o],t,a)),s?k(s)?a[s]=t[o]:L(s)&&(a[s.name?s.name:o]=s.value):console.warn("The '".concat(e,"' method of platform '微信小程序' does not support option '").concat(o,"'"))}else-1!==rt.indexOf(o)?M(t[o])&&(a[o]=it(e,t[o],r)):i||(a[o]=t[o]);return a}return M(t)&&(t=it(e,t,r)),t}function ot(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return M(et.returnValue)&&(t=et.returnValue(e,t)),at(e,t,n,{},r)}function st(t,n){if(x(et,t)){var r=et[t];return r?function(n,i){var a=r;M(r)&&(a=r(n)),n=at(t,n,a.args,a.returnValue);var o=[n];"undefined"!==typeof i&&o.push(i),M(a.name)?t=a.name(n):k(a.name)&&(t=a.name);var s=e[t].apply(e,o);return ne(t)?ot(t,s,a.returnValue,te(t)):s}:function(){console.error("Platform '微信小程序' does not support '".concat(t,"'."))}}return n}var ut=Object.create(null),ct=["onTabBarMidButtonTap","subscribePush","unsubscribePush","onPush","offPush","share"];function dt(e){return function(t){var n=t.fail,r=t.complete,i={errMsg:"".concat(e,":fail method '").concat(e,"' not supported")};M(n)&&n(i),M(r)&&r(i)}}ct.forEach((function(e){ut[e]=dt(e)}));var lt={oauth:["weixin"],share:["weixin"],payment:["wxpay"],push:["weixin"]};function ft(e){var t=e.service,n=e.success,r=e.fail,i=e.complete,a=!1;lt[t]?(a={errMsg:"getProvider:ok",service:t,provider:lt[t]},M(n)&&n(a)):(a={errMsg:"getProvider:fail service not found"},M(r)&&r(a)),M(i)&&i(a)}var ht=Object.freeze({__proto__:null,getProvider:ft}),pt=function(){var e;return function(){return e||(e=new f.default),e}}();function mt(e,t,n){return e[t].apply(e,n)}function gt(){return mt(pt(),"$on",Array.prototype.slice.call(arguments))}function yt(){return mt(pt(),"$off",Array.prototype.slice.call(arguments))}function _t(){return mt(pt(),"$once",Array.prototype.slice.call(arguments))}function vt(){return mt(pt(),"$emit",Array.prototype.slice.call(arguments))}var bt,wt,Mt,kt=Object.freeze({__proto__:null,$on:gt,$off:yt,$once:_t,$emit:vt});function St(e){return function(){try{return e.apply(e,arguments)}catch(t){console.error(t)}}}function Lt(e){var t={};for(var n in e){var r=e[n];M(r)&&(t[n]=St(r),delete e[n])}return t}function xt(e){try{return JSON.parse(e)}catch(t){}return e}function Dt(e){if("enabled"===e.type)Mt=!0;else if("clientId"===e.type)bt=e.cid,wt=e.errMsg,At(bt,e.errMsg);else if("pushMsg"===e.type)for(var t={type:"receive",data:xt(e.message)},n=0;n-1&&jt.splice(t,1)}else jt.length=0},Pt=e.getAppBaseInfo&&e.getAppBaseInfo();Pt||(Pt=e.getSystemInfoSync());var Ct=Pt?Pt.host:null,It=Ct&&"SAAASDK"===Ct.env?e.miniapp.shareVideoMessage:e.shareVideoMessage,Bt=Object.freeze({__proto__:null,shareVideoMessage:It,getPushClientId:Yt,onPushMessage:Ot,offPushMessage:Et,invokePushCallback:Dt}),Ht=["__route__","__wxExparserNodeId__","__wxWebviewId__"];function Rt(e,t){for(var n,r=e.$children,i=r.length-1;i>=0;i--){var a=r[i];if(a.$scope._$vueId===t)return a}for(var o=r.length-1;o>=0;o--)if(n=Rt(r[o],t),n)return n}function Nt(e){return Behavior(e)}function Ut(){return!!this.route}function Ft(e){this.triggerEvent("__l",e)}function zt(e,t,n){var r=e.selectAllComponents(t)||[];r.forEach((function(e){var r=e.dataset.ref;n[r]=e.$vm||Kt(e),"scoped"===e.dataset.vueGeneric&&e.selectAllComponents(".scoped-ref").forEach((function(e){zt(e,t,n)}))}))}function Wt(e,t){var n=(0,u.default)(Set,(0,c.default)(Object.keys(e))),r=Object.keys(t);return r.forEach((function(r){var i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.length===a.length&&a.every((function(e){return i.includes(e)}))||(e[r]=a,n.delete(r))})),n.forEach((function(t){delete e[t]})),e}function qt(e){var t=e.$scope,n={};Object.defineProperty(e,"$refs",{get:function(){var e={};zt(t,".vue-ref",e);var r=t.selectAllComponents(".vue-ref-in-for")||[];return r.forEach((function(t){var n=t.dataset.ref;e[n]||(e[n]=[]),e[n].push(t.$vm||Kt(t))})),Wt(n,e)}})}function Vt(e){var t,n=e.detail||e.value,r=n.vuePid,i=n.vueOptions;r&&(t=Rt(this.$vm,r)),t||(t=this.$vm),i.parent=t}function Jt(e){var t="__v_isMPComponent";return Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:!0}),e}function Kt(e){var t="__ob__",n="__v_skip";return S(e)&&Object.isExtensible(e)&&Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:(0,s.default)({},n,!0)}),e}var Qt=/_(.*)_worklet_factory_/;function $t(e,t){t&&Object.keys(t).forEach((function(n){var r=n.match(Qt);if(r){var i=r[1];e[n]=t[n],e[i]=t[i]}}))}var Gt=Page,Xt=Component,Zt=/:/g,en=T((function(e){return Y(e.replace(Zt,"-"))}));function tn(e){var t=e.triggerEvent,n=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i0&&void 0!==arguments[0]?arguments[0]:{};return nn("onLoad",e),Gt(e)},Page.after=Gt.after,Component=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return nn("created",e),Xt(e)});var rn=["onPullDownRefresh","onReachBottom","onAddToFavorites","onShareTimeline","onShareAppMessage","onPageScroll","onResize","onTabItemTap"];function an(e,t){var n=e.$mp[e.mpType];t.forEach((function(t){x(n,t)&&(e[t]=n[t])}))}function on(e,t){if(!t)return!0;if(f.default.options&&Array.isArray(f.default.options[e]))return!0;if(t=t.default||t,M(t))return!!M(t.extendOptions[e])||!!(t.super&&t.super.options&&Array.isArray(t.super.options[e]));if(M(t[e])||Array.isArray(t[e]))return!0;var n=t.mixins;return Array.isArray(n)?!!n.find((function(t){return on(e,t)})):void 0}function sn(e,t,n){t.forEach((function(t){on(t,n)&&(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}))}function un(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];cn(t).forEach((function(t){return dn(e,t,n)}))}function cn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e&&Object.keys(e).forEach((function(n){0===n.indexOf("on")&&M(e[n])&&t.push(n)})),t}function dn(e,t,n){-1!==n.indexOf(t)||x(e,t)||(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}function ln(e,t){var n;return t=t.default||t,n=M(t)?t:e.extend(t),t=n.options,[n,t]}function fn(e,t){if(Array.isArray(t)&&t.length){var n=Object.create(null);t.forEach((function(e){n[e]=!0})),e.$scopedSlots=e.$slots=n}}function hn(e,t){e=(e||"").split(",");var n=e.length;1===n?t._$vueId=e[0]:2===n&&(t._$vueId=e[0],t._$vuePid=e[1])}function pn(e,t){var n=e.data||{},r=e.methods||{};if("function"===typeof n)try{n=n.call(t)}catch(i){Object({NODE_ENV:"development",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"ECodeTravel",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG&&console.warn("根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。",n)}else try{n=JSON.parse(JSON.stringify(n))}catch(i){}return L(n)||(n={}),Object.keys(r).forEach((function(e){-1!==t.__lifecycle_hooks__.indexOf(e)||x(n,e)||(n[e]=r[e])})),n}var mn=[String,Number,Boolean,Object,Array,null];function gn(e){return function(t,n){this.$vm&&(this.$vm[e]=t)}}function yn(e,t){var n=e.behaviors,r=e.extends,i=e.mixins,a=e.props;a||(e.props=a=[]);var o=[];return Array.isArray(n)&&n.forEach((function(e){o.push(e.replace("uni://","wx".concat("://"))),"uni://form-field"===e&&(Array.isArray(a)?(a.push("name"),a.push("value")):(a.name={type:String,default:""},a.value={type:[String,Number,Boolean,Array,Object,Date],default:""}))})),L(r)&&r.props&&o.push(t({properties:vn(r.props,!0)})),Array.isArray(i)&&i.forEach((function(e){L(e)&&e.props&&o.push(t({properties:vn(e.props,!0)}))})),o}function _n(e,t,n,r){return Array.isArray(t)&&1===t.length?t[0]:t}function vn(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>3?arguments[3]:void 0,r={};return t||(r.vueId={type:String,value:""},n.virtualHost&&(r.virtualHostStyle={type:null,value:""},r.virtualHostClass={type:null,value:""}),r.scopedSlotsCompiler={type:String,value:""},r.vueSlots={type:null,value:[],observer:function(e,t){var n=Object.create(null);e.forEach((function(e){n[e]=!0})),this.setData({$slots:n})}}),Array.isArray(e)?e.forEach((function(e){r[e]={type:null,observer:gn(e)}})):L(e)&&Object.keys(e).forEach((function(t){var n=e[t];if(L(n)){var i=n.default;M(i)&&(i=i()),n.type=_n(t,n.type),r[t]={type:-1!==mn.indexOf(n.type)?n.type:null,value:i,observer:gn(t)}}else{var a=_n(t,n);r[t]={type:-1!==mn.indexOf(a)?a:null,observer:gn(t)}}})),r}function bn(e){try{e.mp=JSON.parse(JSON.stringify(e))}catch(t){}return e.stopPropagation=D,e.preventDefault=D,e.target=e.target||{},x(e,"detail")||(e.detail={}),x(e,"markerId")&&(e.detail="object"===(0,d.default)(e.detail)?e.detail:{},e.detail.markerId=e.markerId),L(e.detail)&&(e.target=Object.assign({},e.target,e.detail)),e}function wn(e,t){var n=e;return t.forEach((function(t){var r=t[0],i=t[2];if(r||"undefined"!==typeof i){var a,o=t[1],s=t[3];Number.isInteger(r)?a=r:r?"string"===typeof r&&r&&(a=0===r.indexOf("#s#")?r.substr(3):e.__get_value(r,n)):a=n,Number.isInteger(a)?n=i:o?Array.isArray(a)?n=a.find((function(t){return e.__get_value(o,t)===i})):L(a)?n=Object.keys(a).find((function(t){return e.__get_value(o,a[t])===i})):console.error("v-for 暂不支持循环数据:",a):n=a[i],s&&(n=e.__get_value(s,n))}})),n}function Mn(e,t,n,r){var i={};return Array.isArray(t)&&t.length&&t.forEach((function(t,a){"string"===typeof t?t?"$event"===t?i["$"+a]=n:"arguments"===t?i["$"+a]=n.detail&&n.detail.__args__||r:0===t.indexOf("$event.")?i["$"+a]=e.__get_value(t.replace("$event.",""),n):i["$"+a]=e.__get_value(t):i["$"+a]=e:i["$"+a]=wn(e,t)})),i}function kn(e){for(var t={},n=1;n2&&void 0!==arguments[2]?arguments[2]:[],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0,o=!1,s=L(t.detail)&&t.detail.__args__||[t.detail];if(i&&(o=t.currentTarget&&t.currentTarget.dataset&&"wx"===t.currentTarget.dataset.comType,!n.length))return o?[t]:s;var u=Mn(e,r,t,s),c=[];return n.forEach((function(e){"$event"===e?"__set_model"!==a||i?i&&!o?c.push(s[0]):c.push(t):c.push(t.target.value):Array.isArray(e)&&"o"===e[0]?c.push(kn(e)):"string"===typeof e&&x(u,e)?c.push(u[e]):c.push(e)})),c}var Ln="~",xn="^";function Dn(e,t){return e===t||"regionchange"===t&&("begin"===e||"end"===e)}function Tn(e){var t=e.$parent;while(t&&t.$parent&&(t.$options.generic||t.$parent.$options.generic||t.$scope._$vuePid))t=t.$parent;return t&&t.$parent}function An(e){var t=this;e=bn(e);var n=(e.currentTarget||e.target).dataset;if(!n)return console.warn("事件信息不存在");var r=n.eventOpts||n["event-opts"];if(!r)return console.warn("事件信息不存在");var i=e.type,a=[];return r.forEach((function(n){var r=n[0],o=n[1],s=r.charAt(0)===xn;r=s?r.slice(1):r;var u=r.charAt(0)===Ln;r=u?r.slice(1):r,o&&Dn(i,r)&&o.forEach((function(n){var r=n[0];if(r){var i=t.$vm;if(i.$options.generic&&(i=Tn(i)||i),"$emit"===r)return void i.$emit.apply(i,Sn(t.$vm,e,n[1],n[2],s,r));var o=i[r];if(!M(o)){var c="page"===t.$vm.mpType?"Page":"Component",d=t.route||t.is;throw new Error("".concat(c,' "').concat(d,'" does not have a method "').concat(r,'"'))}if(u){if(o.once)return;o.once=!0}var l=Sn(t.$vm,e,n[1],n[2],s,r);l=Array.isArray(l)?l:[],/=\s*\S+\.eventParams\s*\|\|\s*\S+\[['"]event-params['"]\]/.test(o.toString())&&(l=l.concat([,,,,,,,,,,e])),a.push(o.apply(i,l))}}))})),"input"===i&&1===a.length&&"undefined"!==typeof a[0]?a[0]:void 0}var Yn={};function jn(e){var t=Yn[e];return delete Yn[e],t}var On=["onShow","onHide","onError","onPageNotFound","onThemeChange","onUnhandledRejection"];function En(){f.default.prototype.getOpenerEventChannel=function(){return this.$scope.getOpenerEventChannel()};var e=f.default.prototype.__call_hook;f.default.prototype.__call_hook=function(t,n){return"onLoad"===t&&n&&n.__id__&&(this.__eventChannel__=jn(n.__id__),delete n.__id__),e.call(this,t,n)}}function Pn(){var e={},t={};function n(e){var t=this.$options.propsData.vueId;if(t){var n=t.split(",")[0];e(n)}}f.default.prototype.$hasSSP=function(n){var r=e[n];return r||(t[n]=this,this.$on("hook:destroyed",(function(){delete t[n]}))),r},f.default.prototype.$getSSP=function(t,n,r){var i=e[t];if(i){var a=i[n]||[];return r?a:a[0]}},f.default.prototype.$setSSP=function(t,r){var i=0;return n.call(this,(function(n){var a=e[n],o=a[t]=a[t]||[];o.push(r),i=o.length-1})),i},f.default.prototype.$initSSP=function(){n.call(this,(function(t){e[t]={}}))},f.default.prototype.$callSSP=function(){n.call(this,(function(e){t[e]&&t[e].$forceUpdate()}))},f.default.mixin({destroyed:function(){var n=this.$options.propsData,r=n&&n.vueId;r&&(delete e[r],delete t[r])}})}function Cn(t,n){var r=n.mocks,i=n.initRefs;En(),Pn(),t.$options.store&&(f.default.prototype.$store=t.$options.store),v(f.default),f.default.prototype.mpHost="mp-weixin",f.default.mixin({beforeCreate:function(){if(this.$options.mpType){if(this.mpType=this.$options.mpType,this.$mp=(0,s.default)({data:{}},this.mpType,this.$options.mpInstance),this.$scope=this.$options.mpInstance,delete this.$options.mpType,delete this.$options.mpInstance,"page"===this.mpType&&"function"===typeof getApp){var e=getApp();e.$vm&&e.$vm.$i18n&&(this._i18n=e.$vm.$i18n)}"app"!==this.mpType&&(i(this),an(this,r))}}});var a={onLaunch:function(n){this.$vm||(e.canIUse&&!e.canIUse("nextTick")&&console.error("当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上"),this.$vm=t,this.$vm.$mp={app:this},this.$vm.$scope=this,this.$vm.globalData=this.globalData,this.$vm._isMounted=!0,this.$vm.__call_hook("mounted",n),this.$vm.__call_hook("onLaunch",n))}};a.globalData=t.$options.globalData||{};var o=t.$options.methods;return o&&Object.keys(o).forEach((function(e){a[e]=o[e]})),Se(f.default,t,Te(e.getSystemInfoSync().language)||ye),sn(a,On),un(a,t.$options),a}function In(e){return Cn(e,{mocks:Ht,initRefs:qt})}function Bn(e){return App(In(e)),e}var Hn=/[!'()*]/g,Rn=function(e){return"%"+e.charCodeAt(0).toString(16)},Nn=/%2C/g,Un=function(e){return encodeURIComponent(e).replace(Hn,Rn).replace(Nn,",")};function Fn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Un,n=e?Object.keys(e).map((function(n){var r=e[n];if(void 0===r)return"";if(null===r)return t(n);if(Array.isArray(r)){var i=[];return r.forEach((function(e){void 0!==e&&(null===e?i.push(t(n)):i.push(t(n)+"="+t(e)))})),i.join("&")}return t(n)+"="+t(r)})).filter((function(e){return e.length>0})).join("&"):null;return n?"?".concat(n):""}function zn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isPage,r=t.initRelation,i=arguments.length>2?arguments[2]:void 0,a=ln(f.default,e),s=(0,o.default)(a,2),u=s[0],c=s[1],d=p({multipleSlots:!0,addGlobalClass:!0},c.options||{});c["mp-weixin"]&&c["mp-weixin"].options&&Object.assign(d,c["mp-weixin"].options);var l={options:d,data:pn(c,f.default.prototype),behaviors:yn(c,Nt),properties:vn(c.props,!1,c.__file,d),lifetimes:{attached:function(){var e=this.properties,t={mpType:n.call(this)?"page":"component",mpInstance:this,propsData:e};hn(e.vueId,this),r.call(this,{vuePid:this._$vuePid,vueOptions:t}),this.$vm=new u(t),fn(this.$vm,e.vueSlots),this.$vm.$mount()},ready:function(){this.$vm&&(this.$vm._isMounted=!0,this.$vm.__call_hook("mounted"),this.$vm.__call_hook("onReady"))},detached:function(){this.$vm&&this.$vm.$destroy()}},pageLifetimes:{show:function(e){this.$vm&&this.$vm.__call_hook("onPageShow",e)},hide:function(){this.$vm&&this.$vm.__call_hook("onPageHide")},resize:function(e){this.$vm&&this.$vm.__call_hook("onPageResize",e)}},methods:{__l:Vt,__e:An}};return c.externalClasses&&(l.externalClasses=c.externalClasses),Array.isArray(c.wxsCallMethods)&&c.wxsCallMethods.forEach((function(e){l.methods[e]=function(t){return this.$vm[e](t)}})),i?[l,c,u]:n?l:[l,u]}function Wn(e,t){return zn(e,{isPage:Ut,initRelation:Ft},t)}var qn=["onShow","onHide","onUnload"];function Vn(e){var t=Wn(e,!0),n=(0,o.default)(t,2),r=n[0],i=n[1];return sn(r.methods,qn,i),r.methods.onLoad=function(e){this.options=e;var t=Object.assign({},e);delete t.__id__,this.$page={fullPath:"/"+(this.route||this.is)+Fn(t)},this.$vm.$mp.query=e,this.$vm.__call_hook("onLoad",e)},un(r.methods,e,["onReady"]),$t(r.methods,i.methods),r}function Jn(e){return Vn(e)}function Kn(e){return Component(Jn(e))}function Qn(e){return Component(Wn(e))}function $n(t){var n=In(t),r=getApp({allowDefault:!0});t.$scope=r;var i=r.globalData;if(i&&Object.keys(n.globalData).forEach((function(e){x(i,e)||(i[e]=n.globalData[e])})),Object.keys(n).forEach((function(e){x(r,e)||(r[e]=n[e])})),M(n.onShow)&&e.onAppShow&&e.onAppShow((function(){for(var e=arguments.length,n=new Array(e),r=0;re.length)&&(t=e.length);for(var n=0,r=new Array(t);n2&&void 0!==arguments[2]?arguments[2]:d;if(!t)return[e];var r=this._caches[e];return r||(r=p(e,n),this._caches[e]=r),m(r,t)}}]),e}();t.Formatter=l;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(e,t){var n=(0,a.default)(t,2),r=n[0],i=n[1],o=[],s=0,u="";while(s-1?g:e.indexOf("-hant")>-1||S(e,["-tw","-hk","-mo","-cht"])?y:g;var n=[_,v,b];t&&Object.keys(t).length>0&&(n=Object.keys(t));var r=L(e,n);return r||void 0}}var D=function(){function e(t){var n=t.locale,r=t.fallbackLocale,i=t.messages,a=t.watcher,s=t.formater;(0,o.default)(this,e),this.locale=_,this.fallbackLocale=_,this.message={},this.messages={},this.watchers=[],r&&(this.fallbackLocale=r),this.formater=s||k,this.messages=i||{},this.setLocale(n||_),a&&this.watchLocale(a)}return(0,s.default)(e,[{key:"setLocale",value:function(e){var t=this,n=this.locale;this.locale=x(e,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],n!==this.locale&&this.watchers.forEach((function(e){e(t.locale,n)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(e){var t=this,n=this.watchers.push(e)-1;return function(){t.watchers.splice(n,1)}}},{key:"add",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=this.messages[e];r?n?Object.assign(r,t):Object.keys(t).forEach((function(e){M(r,e)||(r[e]=t[e])})):this.messages[e]=t}},{key:"f",value:function(e,t,n){return this.formater.interpolate(e,t,n).join("")}},{key:"t",value:function(e,t,n){var r=this.message;return"string"===typeof t?(t=x(t,this.messages),t&&(r=this.messages[t])):n=t,M(r,e)?this.formater.interpolate(r[e],n).join(""):(console.warn("Cannot translate the value of keypath ".concat(e,". Use the value of keypath as default.")),e)}}]),e}();function T(e,t){e.$watchLocale?e.$watchLocale((function(e){t.setLocale(e)})):e.$watch((function(){return e.$locale}),(function(e){t.setLocale(e)}))}function A(){return"undefined"!==typeof e&&e.getLocale?e.getLocale():"undefined"!==typeof r&&r.getLocale?r.getLocale():_}function Y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;if("string"!==typeof e){var i=[t,e];e=i[0],t=i[1]}"string"!==typeof e&&(e=A()),"string"!==typeof n&&(n="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||_);var a=new D({locale:e,fallbackLocale:n,messages:t,watcher:r}),o=function(e,t){if("function"!==typeof getApp)o=function(e,t){return a.t(e,t)};else{var n=!1;o=function(e,t){var r=getApp().$vm;return r&&(r.$locale,n||(n=!0,T(r,a))),a.t(e,t)}}return o(e,t)};return{i18n:a,f:function(e,t,n){return a.f(e,t,n)},t:function(e,t){return o(e,t)},add:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return a.add(e,t,n)},watch:function(e){return a.watchLocale(e)},getLocale:function(){return a.getLocale()},setLocale:function(e){return a.setLocale(e)}}}t.I18n=D;var j,O=function(e){return"string"===typeof e};function E(e,t){return j||(j=new l),N(e,(function(e,n){var r=e[n];return O(r)?!!I(r,t)||void 0:E(r,t)}))}function P(e,t,n){return j||(j=new l),N(e,(function(e,r){var i=e[r];O(i)?I(i,n)&&(e[r]=B(i,t,n)):P(i,t,n)})),e}function C(e,t){var n=t.locale,r=t.locales,i=t.delimiters;if(!I(e,i))return e;j||(j=new l);var a=[];Object.keys(r).forEach((function(e){e!==n&&a.push({locale:e,values:r[e]})})),a.unshift({locale:n,values:r[n]});try{return JSON.stringify(R(JSON.parse(e),a,i),null,2)}catch(o){}return e}function I(e,t){return e.indexOf(t[0])>-1}function B(e,t,n){return j.interpolate(e,t,n).join("")}function H(e,t,n,r){var i=e[t];if(O(i)){if(I(i,r)&&(e[t]=B(i,n[0].values,r),n.length>1)){var a=e[t+"Locales"]={};n.forEach((function(e){a[e.locale]=B(i,e.values,r)}))}}else R(i,n,r)}function R(e,t,n){return N(e,(function(e,r){H(e,r,t,n)})),e}function N(e,t){if(Array.isArray(e)){for(var n=0;n-1}))):t}}function F(e){var t=[],n=e.split("-");while(n.length)t.push(n.join("-")),n.pop();return t}t.isString=O}).call(this,n(2)["default"],n(3))},function(e,t){function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){var r=n(12);function i(e,t){for(var n=0;n=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function m(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function g(e){var t=parseFloat(e);return isNaN(t)?e:t}function y(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var w=Object.prototype.hasOwnProperty;function M(e,t){return w.call(e,t)}function k(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var S=/-(\w)/g,L=k((function(e){return e.replace(S,(function(e,t){return t?t.toUpperCase():""}))})),x=k((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),D=/\B([A-Z])/g,T=k((function(e){return e.replace(D,"-$1").toLowerCase()}));function A(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function Y(e,t){return e.bind(t)}var j=Function.prototype.bind?Y:A;function O(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function E(e,t){for(var n in t)e[n]=t[n];return e}function P(e){for(var t={},n=0;n0),re=(ee&&ee.indexOf("android"),ee&&/iphone|ipad|ipod|ios/.test(ee)||"ios"===Z),ie=(ee&&/chrome\/\d+/.test(ee),ee&&/phantomjs/.test(ee),ee&&ee.match(/firefox\/(\d+)/),{}.watch);if(G)try{var ae={};Object.defineProperty(ae,"passive",{get:function(){}}),window.addEventListener("test-passive",null,ae)}catch(Ri){}var oe=function(){return void 0===Q&&(Q=!G&&!X&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),Q},se=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var ce,de="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);ce="undefined"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=C,fe=C,he=C,pe=C,me="undefined"!==typeof console,ge=/(?:^|[-_])(\w)/g,ye=function(e){return e.replace(ge,(function(e){return e.toUpperCase()})).replace(/[-_]/g,"")};le=function(e,t){var n=t?he(t):"";z.warnHandler?z.warnHandler.call(null,e,t,n):me&&!z.silent&&console.error("[Vue warn]: "+e+n)},fe=function(e,t){me&&!z.silent&&console.warn("[Vue tip]: "+e+(t?he(t):""))},pe=function(e,t){if(e.$root===e)return e.$options&&e.$options.__file?""+e.$options.__file:"";var n="function"===typeof e&&null!=e.cid?e.options:e._isVue?e.$options||e.constructor.options:e,r=n.name||n._componentTag,i=n.__file;if(!r&&i){var a=i.match(/([^/\\]+)\.vue$/);r=a&&a[1]}return(r?"<"+ye(r)+">":"")+(i&&!1!==t?" at "+i:"")};var _e=function(e,t){var n="";while(t)t%2===1&&(n+=e),t>1&&(e+=e),t>>=1;return n};he=function(e){if(e._isVue&&e.$parent){var t=[],n=0;while(e&&"PageBody"!==e.$options.name){if(t.length>0){var r=t[t.length-1];if(r.constructor===e.constructor){n++,e=e.$parent;continue}n>0&&(t[t.length-1]=[r,n],n=0)}!e.$options.isReserved&&t.push(e),e=e.$parent}return"\n\nfound in\n\n"+t.map((function(e,t){return""+(0===t?"---\x3e ":_e(" ",5+2*t))+(Array.isArray(e)?pe(e[0])+"... ("+e[1]+" recursive calls)":pe(e))})).join("\n")}return"\n\n(found in "+pe(e)+")"};var ve=0,be=function(){this.id=ve++,this.subs=[]};function we(e){be.SharedObject.targetStack.push(e),be.SharedObject.target=e,be.target=e}function Me(){be.SharedObject.targetStack.pop(),be.SharedObject.target=be.SharedObject.targetStack[be.SharedObject.targetStack.length-1],be.target=be.SharedObject.target}be.prototype.addSub=function(e){this.subs.push(e)},be.prototype.removeSub=function(e){b(this.subs,e)},be.prototype.depend=function(){be.SharedObject.target&&be.SharedObject.target.addDep(this)},be.prototype.notify=function(){var e=this.subs.slice();z.async||e.sort((function(e,t){return e.id-t.id}));for(var t=0,n=e.length;t-1)if(a&&!M(i,"default"))o=!1;else if(""===o||o===T(e)){var u=dt(String,i.type);(u<0||s0&&(o=Gt(o,(t||"")+"_"+n),$t(o[0])&&$t(c)&&(d[u]=xe(c.text+o[0].text),o.shift()),d.push.apply(d,o)):s(o)?$t(c)?d[u]=xe(c.text+o):""!==o&&d.push(xe(o)):$t(o)&&$t(c)?d[u]=xe(c.text+o.text):(a(e._isVList)&&i(o.tag)&&r(o.key)&&i(t)&&(o.key="__vlist"+t+"_"+n+"__"),d.push(o)));return d}function Xt(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function Zt(e){var t=en(e.$options.inject,e);t&&(Ee(!1),Object.keys(t).forEach((function(n){He(e,n,t[n],(function(){le('Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. injection being mutated: "'+n+'"',e)}))})),Ee(!0))}function en(e,t){if(e){for(var n=Object.create(null),r=de?Reflect.ownKeys(e):Object.keys(e),i=0;i0,o=e?!!e.$stable:!a,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&r&&r!==n&&s===r.$key&&!a&&!r.$hasNormal)return r;for(var u in i={},e)e[u]&&"$"!==u[0]&&(i[u]=an(t,u,e[u]))}else i={};for(var c in t)c in i||(i[c]=on(t,c));return e&&Object.isExtensible(e)&&(e._normalized=i),V(i,"$stable",o),V(i,"$key",s),V(i,"$hasNormal",a),i}function an(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:Qt(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function on(e,t){return function(){return e[t]}}function sn(e,t){var n,r,a,o,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,a=e.length;r.",e),o=new ke(z.parsePlatformTagName(t),n,r,void 0,void 0,e)):o=n&&n.pre||!i(c=nt(e.$options,"components",t))?new ke(t,n,r,void 0,void 0,e):Tn(c,n,e,r,t)):o=Tn(t,n,e,r);return Array.isArray(o)?o:i(o)?(i(u)&&Bn(o,u),i(n)&&Hn(n),o):Le()}function Bn(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),i(e.children))for(var o=0,s=e.children.length;o1?O(r):r;for(var i=O(arguments,1),a='event handler for "'+e+'"',o=0,s=r.length;odocument.createEvent("Event").timeStamp&&(vr=function(){return br.now()})}function wr(){var e,t;for(vr(),gr=!0,lr.sort((function(e,t){return e.id-t.id})),yr=0;yrdr)){le("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}var n=fr.slice(),r=lr.slice();_r(),Sr(n),Mr(r),se&&z.devtools&&se.emit("flush")}function Mr(e){var t=e.length;while(t--){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&cr(r,"updated")}}function kr(e){e._inactive=!1,fr.push(e)}function Sr(e){for(var t=0;tyr&&lr[n].id>e.id)n--;lr.splice(n+1,0,e)}else lr.push(e);if(!mr){if(mr=!0,!z.async)return void wr();Tt(wr)}}}var xr=0,Dr=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++xr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ce,this.newDepIds=new ce,this.expression=t.toString(),"function"===typeof t?this.getter=t:(this.getter=K(t),this.getter||(this.getter=C,le('Failed watching path: "'+t+'" Watcher only accepts simple dot-delimited paths. For full control, use a function instead.',e))),this.value=this.lazy?void 0:this.get()};Dr.prototype.get=function(){var e;we(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(Ri){if(!this.user)throw Ri;mt(Ri,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Rt(e),Me(),this.cleanupDeps()}return e},Dr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Dr.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Dr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Lr(this)},Dr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(Ri){mt(Ri,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Dr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Dr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},Dr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var Tr={enumerable:!0,configurable:!0,get:C,set:C};function Ar(e,t,n){Tr.get=function(){return this[t][n]},Tr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Tr)}function Yr(e){e._watchers=[];var t=e.$options;t.props&&jr(e,t.props),t.methods&&Rr(e,t.methods),t.data?Or(e):Be(e._data={},!0),t.computed&&Cr(e,t.computed),t.watch&&t.watch!==ie&&Nr(e,t.watch)}function jr(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;a||Ee(!1);var o=function(o){i.push(o);var s=rt(o,t,n,e),u=T(o);(v(u)||z.isReservedAttr(u))&&le('"'+u+'" is a reserved attribute and cannot be used as component prop.',e),He(r,o,s,(function(){if(!a&&!tr){if("mp-baidu"===e.mpHost||"mp-kuaishou"===e.mpHost||"mp-xhs"===e.mpHost)return;if("value"===o&&Array.isArray(e.$options.behaviors)&&-1!==e.$options.behaviors.indexOf("uni://form-field"))return;if(e._getFormData)return;var t=e.$parent;while(t){if(t.__next_tick_pending)return;t=t.$parent}le("Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: \""+o+'"',e)}})),o in e||Ar(e,"_props",o)};for(var s in t)o(s);Ee(!0)}function Or(e){var t=e.$options.data;t=e._data="function"===typeof t?Er(t,e):t||{},l(t)||(t={},le("data functions should return an object:\nhttps://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function",e));var n=Object.keys(t),r=e.$options.props,i=e.$options.methods,a=n.length;while(a--){var o=n[a];i&&M(i,o)&&le('Method "'+o+'" has already been defined as a data property.',e),r&&M(r,o)?le('The data property "'+o+'" is already declared as a prop. Use prop default value instead.',e):q(o)||Ar(e,"_data",o)}Be(t,!0)}function Er(e,t){we();try{return e.call(t,t)}catch(Ri){return mt(Ri,t,"data()"),{}}finally{Me()}}var Pr={lazy:!0};function Cr(e,t){var n=e._computedWatchers=Object.create(null),r=oe();for(var i in t){var a=t[i],o="function"===typeof a?a:a.get;null==o&&le('Getter is missing for computed property "'+i+'".',e),r||(n[i]=new Dr(e,o||C,C,Pr)),i in e?i in e.$data?le('The computed property "'+i+'" is already defined in data.',e):e.$options.props&&i in e.$options.props&&le('The computed property "'+i+'" is already defined as a prop.',e):Ir(e,i,a)}}function Ir(e,t,n){var r=!oe();"function"===typeof n?(Tr.get=r?Br(t):Hr(n),Tr.set=C):(Tr.get=n.get?r&&!1!==n.cache?Br(t):Hr(n.get):C,Tr.set=n.set||C),Tr.set===C&&(Tr.set=function(){le('Computed property "'+t+'" was assigned to but it has no setter.',this)}),Object.defineProperty(e,t,Tr)}function Br(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),be.SharedObject.target&&t.depend(),t.value}}function Hr(e){return function(){return e.call(this,this)}}function Rr(e,t){var n=e.$options.props;for(var r in t)"function"!==typeof t[r]&&le('Method "'+r+'" has type "'+typeof t[r]+'" in the component definition. Did you reference the function correctly?',e),n&&M(n,r)&&le('Method "'+r+'" has already been defined as a prop.',e),r in e&&q(r)&&le('Method "'+r+'" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $.'),e[r]="function"!==typeof t[r]?C:j(t[r],e)}function Nr(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i-1)return this;var n=O(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}function $r(e){e.mixin=function(e){return this.options=tt(this.options,e),this}}function Gr(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;a&&$e(a);var o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=tt(n.options,e),o["super"]=n,o.options.props&&Xr(o),o.options.computed&&Zr(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,U.forEach((function(e){o[e]=n[e]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=E({},o.options),i[r]=o,o}}function Xr(e){var t=e.options.props;for(var n in t)Ar(e.prototype,"_props",n)}function Zr(e){var t=e.options.computed;for(var n in t)Ir(e.prototype,n,t[n])}function ei(e){U.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&$e(e),"component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}function ti(e){return e&&(e.Ctor.options.name||e.tag)}function ni(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function ri(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=ti(o.componentOptions);s&&!t(s)&&ii(n,a,r,i)}}}function ii(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,b(n,t)}Wr(Kr),Fr(Kr),Zn(Kr),ir(Kr),Fn(Kr);var ai=[String,RegExp,Array],oi={name:"keep-alive",abstract:!0,props:{include:ai,exclude:ai,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)ii(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){ri(e,(function(e){return ni(t,e)}))})),this.$watch("exclude",(function(t){ri(e,(function(e){return!ni(t,e)}))}))},render:function(){var e=this.$slots.default,t=Jn(e),n=t&&t.componentOptions;if(n){var r=ti(n),i=this,a=i.include,o=i.exclude;if(a&&(!r||!ni(a,r))||o&&r&&ni(o,r))return t;var s=this,u=s.cache,c=s.keys,d=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;u[d]?(t.componentInstance=u[d].componentInstance,b(c,d),c.push(d)):(u[d]=t,c.push(d),this.max&&c.length>parseInt(this.max)&&ii(u,c[0],c,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},si={KeepAlive:oi};function ui(e){var t={get:function(){return z},set:function(){le("Do not replace the Vue.config object, set individual fields instead.")}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:E,mergeOptions:tt,defineReactive:He},e.set=Re,e.delete=Ne,e.nextTick=Tt,e.observable=function(e){return Be(e),e},e.options=Object.create(null),U.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,E(e.options.components,si),Qr(e),$r(e),Gr(e),ei(e)}ui(Kr),Object.defineProperty(Kr.prototype,"$isServer",{get:oe}),Object.defineProperty(Kr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Kr,"FunctionalRenderContext",{value:Mn}),Kr.version="2.6.11";var ci="[object Array]",di="[object Object]",li="[object Null]",fi="[object Undefined]";function hi(e,t){var n={};return pi(e,t),gi(e,t,"",n),n}function pi(e,t){if(e!==t){var n=_i(e),r=_i(t);if(n==di&&r==di){if(Object.keys(e).length>=Object.keys(t).length)for(var i in t){var a=e[i];void 0===a?e[i]=null:pi(a,t[i])}}else n==ci&&r==ci&&e.length>=t.length&&t.forEach((function(t,n){pi(e[n],t)}))}}function mi(e,t){return e!==li&&e!==fi||t!==li&&t!==fi}function gi(e,t,n,r){if(e!==t){var i=_i(e),a=_i(t);if(i==di)if(a!=di||Object.keys(e).length1&&(t[n[0].trim()]=n[1].trim())}})),t}));function Ei(e){return Array.isArray(e)?P(e):"string"===typeof e?Oi(e):e}var Pi=["createSelectorQuery","createIntersectionObserver","selectAllComponents","selectComponent"];function Ci(e,t){var n=t.split("."),r=n[0];return 0===r.indexOf("__$n")&&(r=parseInt(r.replace("__$n",""))),1===n.length?e[r]:Ci(e[r],n.slice(1).join("."))}function Ii(e){e.config.errorHandler=function(t,n,r){e.util.warn("Error in "+r+': "'+t.toString()+'"',n),console.error(t);var i="function"===typeof getApp&&getApp();i&&i.onError&&i.onError(t)};var t=e.prototype.$emit;e.prototype.$emit=function(e){if(this.$scope&&e){var n=this.$scope["_triggerEvent"]||this.$scope["triggerEvent"];if(n)try{n.call(this.$scope,e,{__args__:O(arguments,1)})}catch(r){}}return t.apply(this,arguments)},e.prototype.$nextTick=function(e){return wi(this,e)},Pi.forEach((function(t){e.prototype[t]=function(e){return this.$scope&&this.$scope[t]?this.$scope[t](e):"undefined"!==typeof my?"createSelectorQuery"===t?my.createSelectorQuery(e):"createIntersectionObserver"===t?my.createIntersectionObserver(e):void 0:void 0}})),e.prototype.__init_provide=Xt,e.prototype.__init_injections=Zt,e.prototype.__call_hook=function(e,t){var n=this;we();var r,i=n.$options[e],a=e+" hook";if(i)for(var o=0,s=i.length;o=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function m(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function g(e){var t=parseFloat(e);return isNaN(t)?e:t}function y(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var w=Object.prototype.hasOwnProperty;function M(e,t){return w.call(e,t)}function k(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var S=/-(\w)/g,L=k((function(e){return e.replace(S,(function(e,t){return t?t.toUpperCase():""}))})),x=k((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),D=/\B([A-Z])/g,T=k((function(e){return e.replace(D,"-$1").toLowerCase()}));function A(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function Y(e,t){return e.bind(t)}var j=Function.prototype.bind?Y:A;function O(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function E(e,t){for(var n in t)e[n]=t[n];return e}function P(e){for(var t={},n=0;n0),re=(ee&&ee.indexOf("android"),ee&&/iphone|ipad|ipod|ios/.test(ee)||"ios"===Z),ie=(ee&&/chrome\/\d+/.test(ee),ee&&/phantomjs/.test(ee),ee&&ee.match(/firefox\/(\d+)/),{}.watch);if(G)try{var ae={};Object.defineProperty(ae,"passive",{get:function(){}}),window.addEventListener("test-passive",null,ae)}catch(Ri){}var oe=function(){return void 0===Q&&(Q=!G&&!X&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),Q},se=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var ce,de="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);ce="undefined"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=C,fe=C,he=C,pe=C,me="undefined"!==typeof console,ge=/(?:^|[-_])(\w)/g,ye=function(e){return e.replace(ge,(function(e){return e.toUpperCase()})).replace(/[-_]/g,"")};le=function(e,t){var n=t?he(t):"";z.warnHandler?z.warnHandler.call(null,e,t,n):me&&!z.silent&&console.error("[Vue warn]: "+e+n)},fe=function(e,t){me&&!z.silent&&console.warn("[Vue tip]: "+e+(t?he(t):""))},pe=function(e,t){if(e.$root===e)return e.$options&&e.$options.__file?""+e.$options.__file:"";var n="function"===typeof e&&null!=e.cid?e.options:e._isVue?e.$options||e.constructor.options:e,r=n.name||n._componentTag,i=n.__file;if(!r&&i){var a=i.match(/([^/\\]+)\.vue$/);r=a&&a[1]}return(r?"<"+ye(r)+">":"")+(i&&!1!==t?" at "+i:"")};var _e=function(e,t){var n="";while(t)t%2===1&&(n+=e),t>1&&(e+=e),t>>=1;return n};he=function(e){if(e._isVue&&e.$parent){var t=[],n=0;while(e&&"PageBody"!==e.$options.name){if(t.length>0){var r=t[t.length-1];if(r.constructor===e.constructor){n++,e=e.$parent;continue}n>0&&(t[t.length-1]=[r,n],n=0)}!e.$options.isReserved&&t.push(e),e=e.$parent}return"\n\nfound in\n\n"+t.map((function(e,t){return""+(0===t?"---\x3e ":_e(" ",5+2*t))+(Array.isArray(e)?pe(e[0])+"... ("+e[1]+" recursive calls)":pe(e))})).join("\n")}return"\n\n(found in "+pe(e)+")"};var ve=0,be=function(){this.id=ve++,this.subs=[]};function we(e){be.SharedObject.targetStack.push(e),be.SharedObject.target=e,be.target=e}function Me(){be.SharedObject.targetStack.pop(),be.SharedObject.target=be.SharedObject.targetStack[be.SharedObject.targetStack.length-1],be.target=be.SharedObject.target}be.prototype.addSub=function(e){this.subs.push(e)},be.prototype.removeSub=function(e){b(this.subs,e)},be.prototype.depend=function(){be.SharedObject.target&&be.SharedObject.target.addDep(this)},be.prototype.notify=function(){var e=this.subs.slice();z.async||e.sort((function(e,t){return e.id-t.id}));for(var t=0,n=e.length;t-1)if(a&&!M(i,"default"))o=!1;else if(""===o||o===T(e)){var u=dt(String,i.type);(u<0||s0&&(o=Gt(o,(t||"")+"_"+n),$t(o[0])&&$t(c)&&(d[u]=xe(c.text+o[0].text),o.shift()),d.push.apply(d,o)):s(o)?$t(c)?d[u]=xe(c.text+o):""!==o&&d.push(xe(o)):$t(o)&&$t(c)?d[u]=xe(c.text+o.text):(a(e._isVList)&&i(o.tag)&&r(o.key)&&i(t)&&(o.key="__vlist"+t+"_"+n+"__"),d.push(o)));return d}function Xt(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function Zt(e){var t=en(e.$options.inject,e);t&&(Ee(!1),Object.keys(t).forEach((function(n){He(e,n,t[n],(function(){le('Avoid mutating an injected value directly since the changes will be overwritten whenever the provided component re-renders. injection being mutated: "'+n+'"',e)}))})),Ee(!0))}function en(e,t){if(e){for(var n=Object.create(null),r=de?Reflect.ownKeys(e):Object.keys(e),i=0;i0,o=e?!!e.$stable:!a,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&r&&r!==n&&s===r.$key&&!a&&!r.$hasNormal)return r;for(var u in i={},e)e[u]&&"$"!==u[0]&&(i[u]=an(t,u,e[u]))}else i={};for(var c in t)c in i||(i[c]=on(t,c));return e&&Object.isExtensible(e)&&(e._normalized=i),V(i,"$stable",o),V(i,"$key",s),V(i,"$hasNormal",a),i}function an(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:Qt(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function on(e,t){return function(){return e[t]}}function sn(e,t){var n,r,a,o,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,a=e.length;r.",e),o=new ke(z.parsePlatformTagName(t),n,r,void 0,void 0,e)):o=n&&n.pre||!i(c=nt(e.$options,"components",t))?new ke(t,n,r,void 0,void 0,e):Tn(c,n,e,r,t)):o=Tn(t,n,e,r);return Array.isArray(o)?o:i(o)?(i(u)&&Bn(o,u),i(n)&&Hn(n),o):Le()}function Bn(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),i(e.children))for(var o=0,s=e.children.length;o1?O(r):r;for(var i=O(arguments,1),a='event handler for "'+e+'"',o=0,s=r.length;odocument.createEvent("Event").timeStamp&&(vr=function(){return br.now()})}function wr(){var e,t;for(vr(),gr=!0,lr.sort((function(e,t){return e.id-t.id})),yr=0;yrdr)){le("You may have an infinite update loop "+(e.user?'in watcher with expression "'+e.expression+'"':"in a component render function."),e.vm);break}var n=fr.slice(),r=lr.slice();_r(),Sr(n),Mr(r),se&&z.devtools&&se.emit("flush")}function Mr(e){var t=e.length;while(t--){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&cr(r,"updated")}}function kr(e){e._inactive=!1,fr.push(e)}function Sr(e){for(var t=0;tyr&&lr[n].id>e.id)n--;lr.splice(n+1,0,e)}else lr.push(e);if(!mr){if(mr=!0,!z.async)return void wr();Tt(wr)}}}var xr=0,Dr=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++xr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ce,this.newDepIds=new ce,this.expression=t.toString(),"function"===typeof t?this.getter=t:(this.getter=K(t),this.getter||(this.getter=C,le('Failed watching path: "'+t+'" Watcher only accepts simple dot-delimited paths. For full control, use a function instead.',e))),this.value=this.lazy?void 0:this.get()};Dr.prototype.get=function(){var e;we(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(Ri){if(!this.user)throw Ri;mt(Ri,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Rt(e),Me(),this.cleanupDeps()}return e},Dr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Dr.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Dr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Lr(this)},Dr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||u(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(Ri){mt(Ri,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Dr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Dr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},Dr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var Tr={enumerable:!0,configurable:!0,get:C,set:C};function Ar(e,t,n){Tr.get=function(){return this[t][n]},Tr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Tr)}function Yr(e){e._watchers=[];var t=e.$options;t.props&&jr(e,t.props),t.methods&&Rr(e,t.methods),t.data?Or(e):Be(e._data={},!0),t.computed&&Cr(e,t.computed),t.watch&&t.watch!==ie&&Nr(e,t.watch)}function jr(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;a||Ee(!1);var o=function(o){i.push(o);var s=rt(o,t,n,e),u=T(o);(v(u)||z.isReservedAttr(u))&&le('"'+u+'" is a reserved attribute and cannot be used as component prop.',e),He(r,o,s,(function(){if(!a&&!tr){if("mp-baidu"===e.mpHost||"mp-kuaishou"===e.mpHost||"mp-xhs"===e.mpHost)return;if("value"===o&&Array.isArray(e.$options.behaviors)&&-1!==e.$options.behaviors.indexOf("uni://form-field"))return;if(e._getFormData)return;var t=e.$parent;while(t){if(t.__next_tick_pending)return;t=t.$parent}le("Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: \""+o+'"',e)}})),o in e||Ar(e,"_props",o)};for(var s in t)o(s);Ee(!0)}function Or(e){var t=e.$options.data;t=e._data="function"===typeof t?Er(t,e):t||{},l(t)||(t={},le("data functions should return an object:\nhttps://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function",e));var n=Object.keys(t),r=e.$options.props,i=e.$options.methods,a=n.length;while(a--){var o=n[a];i&&M(i,o)&&le('Method "'+o+'" has already been defined as a data property.',e),r&&M(r,o)?le('The data property "'+o+'" is already declared as a prop. Use prop default value instead.',e):q(o)||Ar(e,"_data",o)}Be(t,!0)}function Er(e,t){we();try{return e.call(t,t)}catch(Ri){return mt(Ri,t,"data()"),{}}finally{Me()}}var Pr={lazy:!0};function Cr(e,t){var n=e._computedWatchers=Object.create(null),r=oe();for(var i in t){var a=t[i],o="function"===typeof a?a:a.get;null==o&&le('Getter is missing for computed property "'+i+'".',e),r||(n[i]=new Dr(e,o||C,C,Pr)),i in e?i in e.$data?le('The computed property "'+i+'" is already defined in data.',e):e.$options.props&&i in e.$options.props&&le('The computed property "'+i+'" is already defined as a prop.',e):Ir(e,i,a)}}function Ir(e,t,n){var r=!oe();"function"===typeof n?(Tr.get=r?Br(t):Hr(n),Tr.set=C):(Tr.get=n.get?r&&!1!==n.cache?Br(t):Hr(n.get):C,Tr.set=n.set||C),Tr.set===C&&(Tr.set=function(){le('Computed property "'+t+'" was assigned to but it has no setter.',this)}),Object.defineProperty(e,t,Tr)}function Br(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),be.SharedObject.target&&t.depend(),t.value}}function Hr(e){return function(){return e.call(this,this)}}function Rr(e,t){var n=e.$options.props;for(var r in t)"function"!==typeof t[r]&&le('Method "'+r+'" has type "'+typeof t[r]+'" in the component definition. Did you reference the function correctly?',e),n&&M(n,r)&&le('Method "'+r+'" has already been defined as a prop.',e),r in e&&q(r)&&le('Method "'+r+'" conflicts with an existing Vue instance method. Avoid defining component methods that start with _ or $.'),e[r]="function"!==typeof t[r]?C:j(t[r],e)}function Nr(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i-1)return this;var n=O(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}function $r(e){e.mixin=function(e){return this.options=tt(this.options,e),this}}function Gr(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;a&&$e(a);var o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=tt(n.options,e),o["super"]=n,o.options.props&&Xr(o),o.options.computed&&Zr(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,U.forEach((function(e){o[e]=n[e]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=E({},o.options),i[r]=o,o}}function Xr(e){var t=e.options.props;for(var n in t)Ar(e.prototype,"_props",n)}function Zr(e){var t=e.options.computed;for(var n in t)Ir(e.prototype,n,t[n])}function ei(e){U.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&$e(e),"component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}function ti(e){return e&&(e.Ctor.options.name||e.tag)}function ni(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!f(e)&&e.test(t)}function ri(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=ti(o.componentOptions);s&&!t(s)&&ii(n,a,r,i)}}}function ii(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,b(n,t)}Wr(Kr),Fr(Kr),Zn(Kr),ir(Kr),Fn(Kr);var ai=[String,RegExp,Array],oi={name:"keep-alive",abstract:!0,props:{include:ai,exclude:ai,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)ii(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){ri(e,(function(e){return ni(t,e)}))})),this.$watch("exclude",(function(t){ri(e,(function(e){return!ni(t,e)}))}))},render:function(){var e=this.$slots.default,t=Jn(e),n=t&&t.componentOptions;if(n){var r=ti(n),i=this,a=i.include,o=i.exclude;if(a&&(!r||!ni(a,r))||o&&r&&ni(o,r))return t;var s=this,u=s.cache,c=s.keys,d=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;u[d]?(t.componentInstance=u[d].componentInstance,b(c,d),c.push(d)):(u[d]=t,c.push(d),this.max&&c.length>parseInt(this.max)&&ii(u,c[0],c,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},si={KeepAlive:oi};function ui(e){var t={get:function(){return z},set:function(){le("Do not replace the Vue.config object, set individual fields instead.")}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:E,mergeOptions:tt,defineReactive:He},e.set=Re,e.delete=Ne,e.nextTick=Tt,e.observable=function(e){return Be(e),e},e.options=Object.create(null),U.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,E(e.options.components,si),Qr(e),$r(e),Gr(e),ei(e)}ui(Kr),Object.defineProperty(Kr.prototype,"$isServer",{get:oe}),Object.defineProperty(Kr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Kr,"FunctionalRenderContext",{value:Mn}),Kr.version="2.6.11";var ci="[object Array]",di="[object Object]",li="[object Null]",fi="[object Undefined]";function hi(e,t){var n={};return pi(e,t),gi(e,t,"",n),n}function pi(e,t){if(e!==t){var n=_i(e),r=_i(t);if(n==di&&r==di){if(Object.keys(e).length>=Object.keys(t).length)for(var i in t){var a=e[i];void 0===a?e[i]=null:pi(a,t[i])}}else n==ci&&r==ci&&e.length>=t.length&&t.forEach((function(t,n){pi(e[n],t)}))}}function mi(e,t){return e!==li&&e!==fi||t!==li&&t!==fi}function gi(e,t,n,r){if(e!==t){var i=_i(e),a=_i(t);if(i==di)if(a!=di||Object.keys(e).length1&&(t[n[0].trim()]=n[1].trim())}})),t}));function Ei(e){return Array.isArray(e)?P(e):"string"===typeof e?Oi(e):e}var Pi=["createSelectorQuery","createIntersectionObserver","selectAllComponents","selectComponent"];function Ci(e,t){var n=t.split("."),r=n[0];return 0===r.indexOf("__$n")&&(r=parseInt(r.replace("__$n",""))),1===n.length?e[r]:Ci(e[r],n.slice(1).join("."))}function Ii(e){e.config.errorHandler=function(t,n,r){e.util.warn("Error in "+r+': "'+t.toString()+'"',n),console.error(t);var i="function"===typeof getApp&&getApp();i&&i.onError&&i.onError(t)};var t=e.prototype.$emit;e.prototype.$emit=function(e){if(this.$scope&&e){var n=this.$scope["_triggerEvent"]||this.$scope["triggerEvent"];if(n)try{n.call(this.$scope,e,{__args__:O(arguments,1)})}catch(r){}}return t.apply(this,arguments)},e.prototype.$nextTick=function(e){return wi(this,e)},Pi.forEach((function(t){e.prototype[t]=function(e){return this.$scope&&this.$scope[t]?this.$scope[t](e):"undefined"!==typeof my?"createSelectorQuery"===t?my.createSelectorQuery(e):"createIntersectionObserver"===t?my.createIntersectionObserver(e):void 0:void 0}})),e.prototype.__init_provide=Xt,e.prototype.__init_injections=Zt,e.prototype.__call_hook=function(e,t){var n=this;we();var r,i=n.$options[e],a=e+" hook";if(i)for(var o=0,s=i.length;o>24&255)){var t=e>>16&255,n=e>>8&255,r=255&e;255===t?(t=0,255===n?(n=0,255===r?r=0:++r):++n):++t,e=0,e+=t<<16,e+=n<<8,e+=r}else e+=1<<24;return e}function r(e){return 0===(e[0]=n(e[0]))&&(e[1]=n(e[1])),e}var i=t.Encryptor=t.extend({processBlock:function(e,t){var n=this._cipher,i=n.blockSize,a=this._iv,o=this._counter;a&&(o=this._counter=a.slice(0),this._iv=void 0),r(o);var s=o.slice(0);n.encryptBlock(s,0);for(var u=0;u>>2]|=i<<24-a%4*8,e.sigBytes+=i},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Ansix923}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(212))})(0,(function(e){return e.pad.Iso10126={pad:function(t,n){var r=4*n,i=r-t.sigBytes%r;t.concat(e.lib.WordArray.random(i-1)).concat(e.lib.WordArray.create([i<<24],1))},unpad:function(e){var t=255&e.words[e.sigBytes-1>>>2];e.sigBytes-=t}},e.pad.Iso10126}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(212))})(0,(function(e){return e.pad.Iso97971={pad:function(t,n){t.concat(e.lib.WordArray.create([2147483648],1)),e.pad.ZeroPadding.pad(t,n)},unpad:function(t){e.pad.ZeroPadding.unpad(t),t.sigBytes--}},e.pad.Iso97971}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(212))})(0,(function(e){return e.pad.ZeroPadding={pad:function(e,t){var n=4*t;e.clamp(),e.sigBytes+=n-(e.sigBytes%n||n)},unpad:function(e){var t=e.words,n=e.sigBytes-1;for(n=e.sigBytes-1;n>=0;n--)if(t[n>>>2]>>>24-n%4*8&255){e.sigBytes=n+1;break}}},e.pad.ZeroPadding}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(212))})(0,(function(e){return e.pad.NoPadding={pad:function(){},unpad:function(){}},e.pad.NoPadding}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(212))})(0,(function(e){return function(t){var n=e,r=n.lib,i=r.CipherParams,a=n.enc,o=a.Hex,s=n.format;s.Hex={stringify:function(e){return e.ciphertext.toString(o)},parse:function(e){var t=o.parse(e);return i.create({ciphertext:t})}}}(),e.format.Hex}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(200),n(201),n(211),n(212))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.BlockCipher,i=t.algo,a=[],o=[],s=[],u=[],c=[],d=[],l=[],f=[],h=[],p=[];(function(){for(var e=[],t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;var n=0,r=0;for(t=0;t<256;t++){var i=r^r<<1^r<<2^r<<3^r<<4;i=i>>>8^255&i^99,a[n]=i,o[i]=n;var m=e[n],g=e[m],y=e[g],_=257*e[i]^16843008*i;s[n]=_<<24|_>>>8,u[n]=_<<16|_>>>16,c[n]=_<<8|_>>>24,d[n]=_;_=16843009*y^65537*g^257*m^16843008*n;l[i]=_<<24|_>>>8,f[i]=_<<16|_>>>16,h[i]=_<<8|_>>>24,p[i]=_,n?(n=m^e[e[e[y^m]]],r^=e[e[r]]):n=r=1}})();var m=[0,1,2,4,8,16,32,64,128,27,54],g=i.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var e=this._keyPriorReset=this._key,t=e.words,n=e.sigBytes/4,r=this._nRounds=n+6,i=4*(r+1),o=this._keySchedule=[],s=0;s6&&s%n==4&&(d=a[d>>>24]<<24|a[d>>>16&255]<<16|a[d>>>8&255]<<8|a[255&d]):(d=d<<8|d>>>24,d=a[d>>>24]<<24|a[d>>>16&255]<<16|a[d>>>8&255]<<8|a[255&d],d^=m[s/n|0]<<24),o[s]=o[s-n]^d);for(var u=this._invKeySchedule=[],c=0;c>>24]]^f[a[d>>>16&255]]^h[a[d>>>8&255]]^p[a[255&d]]}}},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._keySchedule,s,u,c,d,a)},decryptBlock:function(e,t){var n=e[t+1];e[t+1]=e[t+3],e[t+3]=n,this._doCryptBlock(e,t,this._invKeySchedule,l,f,h,p,o);n=e[t+1];e[t+1]=e[t+3],e[t+3]=n},_doCryptBlock:function(e,t,n,r,i,a,o,s){for(var u=this._nRounds,c=e[t]^n[0],d=e[t+1]^n[1],l=e[t+2]^n[2],f=e[t+3]^n[3],h=4,p=1;p>>24]^i[d>>>16&255]^a[l>>>8&255]^o[255&f]^n[h++],g=r[d>>>24]^i[l>>>16&255]^a[f>>>8&255]^o[255&c]^n[h++],y=r[l>>>24]^i[f>>>16&255]^a[c>>>8&255]^o[255&d]^n[h++],_=r[f>>>24]^i[c>>>16&255]^a[d>>>8&255]^o[255&l]^n[h++];c=m,d=g,l=y,f=_}m=(s[c>>>24]<<24|s[d>>>16&255]<<16|s[l>>>8&255]<<8|s[255&f])^n[h++],g=(s[d>>>24]<<24|s[l>>>16&255]<<16|s[f>>>8&255]<<8|s[255&c])^n[h++],y=(s[l>>>24]<<24|s[f>>>16&255]<<16|s[c>>>8&255]<<8|s[255&d])^n[h++],_=(s[f>>>24]<<24|s[c>>>16&255]<<16|s[d>>>8&255]<<8|s[255&l])^n[h++];e[t]=m,e[t+1]=g,e[t+2]=y,e[t+3]=_},keySize:8});t.AES=r._createHelper(g)}(),e.AES}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(200),n(201),n(211),n(212))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.WordArray,i=n.BlockCipher,a=t.algo,o=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],s=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],c=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],d=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],l=a.DES=i.extend({_doReset:function(){for(var e=this._key,t=e.words,n=[],r=0;r<56;r++){var i=o[r]-1;n[r]=t[i>>>5]>>>31-i%32&1}for(var a=this._subKeys=[],c=0;c<16;c++){var d=a[c]=[],l=u[c];for(r=0;r<24;r++)d[r/6|0]|=n[(s[r]-1+l)%28]<<31-r%6,d[4+(r/6|0)]|=n[28+(s[r+24]-1+l)%28]<<31-r%6;d[0]=d[0]<<1|d[0]>>>31;for(r=1;r<7;r++)d[r]=d[r]>>>4*(r-1)+3;d[7]=d[7]<<5|d[7]>>>27}var f=this._invSubKeys=[];for(r=0;r<16;r++)f[r]=a[15-r]},encryptBlock:function(e,t){this._doCryptBlock(e,t,this._subKeys)},decryptBlock:function(e,t){this._doCryptBlock(e,t,this._invSubKeys)},_doCryptBlock:function(e,t,n){this._lBlock=e[t],this._rBlock=e[t+1],f.call(this,4,252645135),f.call(this,16,65535),h.call(this,2,858993459),h.call(this,8,16711935),f.call(this,1,1431655765);for(var r=0;r<16;r++){for(var i=n[r],a=this._lBlock,o=this._rBlock,s=0,u=0;u<8;u++)s|=c[u][((o^i[u])&d[u])>>>0];this._lBlock=o,this._rBlock=a^s}var l=this._lBlock;this._lBlock=this._rBlock,this._rBlock=l,f.call(this,1,1431655765),h.call(this,8,16711935),h.call(this,2,858993459),f.call(this,16,65535),f.call(this,4,252645135),e[t]=this._lBlock,e[t+1]=this._rBlock},keySize:2,ivSize:2,blockSize:2});function f(e,t){var n=(this._lBlock>>>e^this._rBlock)&t;this._rBlock^=n,this._lBlock^=n<>>e^this._lBlock)&t;this._lBlock^=n,this._rBlock^=n<192.");var n=t.slice(0,2),i=t.length<4?t.slice(0,2):t.slice(2,4),a=t.length<6?t.slice(0,2):t.slice(4,6);this._des1=l.createEncryptor(r.create(n)),this._des2=l.createEncryptor(r.create(i)),this._des3=l.createEncryptor(r.create(a))},encryptBlock:function(e,t){this._des1.encryptBlock(e,t),this._des2.decryptBlock(e,t),this._des3.encryptBlock(e,t)},decryptBlock:function(e,t){this._des3.decryptBlock(e,t),this._des2.encryptBlock(e,t),this._des1.decryptBlock(e,t)},keySize:6,ivSize:2,blockSize:2});t.TripleDES=i._createHelper(p)}(),e.TripleDES}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(200),n(201),n(211),n(212))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,a=i.RC4=r.extend({_doReset:function(){for(var e=this._key,t=e.words,n=e.sigBytes,r=this._S=[],i=0;i<256;i++)r[i]=i;i=0;for(var a=0;i<256;i++){var o=i%n,s=t[o>>>2]>>>24-o%4*8&255;a=(a+r[i]+s)%256;var u=r[i];r[i]=r[a],r[a]=u}this._i=this._j=0},_doProcessBlock:function(e,t){e[t]^=o.call(this)},keySize:8,ivSize:0});function o(){for(var e=this._S,t=this._i,n=this._j,r=0,i=0;i<4;i++){t=(t+1)%256,n=(n+e[t])%256;var a=e[t];e[t]=e[n],e[n]=a,r|=e[(e[t]+e[n])%256]<<24-8*i}return this._i=t,this._j=n,r}t.RC4=r._createHelper(a);var s=i.RC4Drop=a.extend({cfg:a.cfg.extend({drop:192}),_doReset:function(){a._doReset.call(this);for(var e=this.cfg.drop;e>0;e--)o.call(this)}});t.RC4Drop=r._createHelper(s)}(),e.RC4}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(200),n(201),n(211),n(212))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,a=[],o=[],s=[],u=i.Rabbit=r.extend({_doReset:function(){for(var e=this._key.words,t=this.cfg.iv,n=0;n<4;n++)e[n]=16711935&(e[n]<<8|e[n]>>>24)|4278255360&(e[n]<<24|e[n]>>>8);var r=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],i=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(n=0;n<4;n++)c.call(this);for(n=0;n<8;n++)i[n]^=r[n+4&7];if(t){var a=t.words,o=a[0],s=a[1],u=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),d=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=u>>>16|4294901760&d,f=d<<16|65535&u;i[0]^=u,i[1]^=l,i[2]^=d,i[3]^=f,i[4]^=u,i[5]^=l,i[6]^=d,i[7]^=f;for(n=0;n<4;n++)c.call(this)}},_doProcessBlock:function(e,t){var n=this._X;c.call(this),a[0]=n[0]^n[5]>>>16^n[3]<<16,a[1]=n[2]^n[7]>>>16^n[5]<<16,a[2]=n[4]^n[1]>>>16^n[7]<<16,a[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)a[r]=16711935&(a[r]<<8|a[r]>>>24)|4278255360&(a[r]<<24|a[r]>>>8),e[t+r]^=a[r]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,n=0;n<8;n++)o[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,a=r>>>16,u=((i*i>>>17)+i*a>>>15)+a*a,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[n]=u^c}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.Rabbit=r._createHelper(u)}(),e.Rabbit}))},function(e,t,n){(function(t,r,i){e.exports=r(n(39),n(200),n(201),n(211),n(212))})(0,(function(e){return function(){var t=e,n=t.lib,r=n.StreamCipher,i=t.algo,a=[],o=[],s=[],u=i.RabbitLegacy=r.extend({_doReset:function(){var e=this._key.words,t=this.cfg.iv,n=this._X=[e[0],e[3]<<16|e[2]>>>16,e[1],e[0]<<16|e[3]>>>16,e[2],e[1]<<16|e[0]>>>16,e[3],e[2]<<16|e[1]>>>16],r=this._C=[e[2]<<16|e[2]>>>16,4294901760&e[0]|65535&e[1],e[3]<<16|e[3]>>>16,4294901760&e[1]|65535&e[2],e[0]<<16|e[0]>>>16,4294901760&e[2]|65535&e[3],e[1]<<16|e[1]>>>16,4294901760&e[3]|65535&e[0]];this._b=0;for(var i=0;i<4;i++)c.call(this);for(i=0;i<8;i++)r[i]^=n[i+4&7];if(t){var a=t.words,o=a[0],s=a[1],u=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),d=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),l=u>>>16|4294901760&d,f=d<<16|65535&u;r[0]^=u,r[1]^=l,r[2]^=d,r[3]^=f,r[4]^=u,r[5]^=l,r[6]^=d,r[7]^=f;for(i=0;i<4;i++)c.call(this)}},_doProcessBlock:function(e,t){var n=this._X;c.call(this),a[0]=n[0]^n[5]>>>16^n[3]<<16,a[1]=n[2]^n[7]>>>16^n[5]<<16,a[2]=n[4]^n[1]>>>16^n[7]<<16,a[3]=n[6]^n[3]>>>16^n[1]<<16;for(var r=0;r<4;r++)a[r]=16711935&(a[r]<<8|a[r]>>>24)|4278255360&(a[r]<<24|a[r]>>>8),e[t+r]^=a[r]},blockSize:4,ivSize:2});function c(){for(var e=this._X,t=this._C,n=0;n<8;n++)o[n]=t[n];t[0]=t[0]+1295307597+this._b|0,t[1]=t[1]+3545052371+(t[0]>>>0>>0?1:0)|0,t[2]=t[2]+886263092+(t[1]>>>0>>0?1:0)|0,t[3]=t[3]+1295307597+(t[2]>>>0>>0?1:0)|0,t[4]=t[4]+3545052371+(t[3]>>>0>>0?1:0)|0,t[5]=t[5]+886263092+(t[4]>>>0>>0?1:0)|0,t[6]=t[6]+1295307597+(t[5]>>>0>>0?1:0)|0,t[7]=t[7]+3545052371+(t[6]>>>0>>0?1:0)|0,this._b=t[7]>>>0>>0?1:0;for(n=0;n<8;n++){var r=e[n]+t[n],i=65535&r,a=r>>>16,u=((i*i>>>17)+i*a>>>15)+a*a,c=((4294901760&r)*r|0)+((65535&r)*r|0);s[n]=u^c}e[0]=s[0]+(s[7]<<16|s[7]>>>16)+(s[6]<<16|s[6]>>>16)|0,e[1]=s[1]+(s[0]<<8|s[0]>>>24)+s[7]|0,e[2]=s[2]+(s[1]<<16|s[1]>>>16)+(s[0]<<16|s[0]>>>16)|0,e[3]=s[3]+(s[2]<<8|s[2]>>>24)+s[1]|0,e[4]=s[4]+(s[3]<<16|s[3]>>>16)+(s[2]<<16|s[2]>>>16)|0,e[5]=s[5]+(s[4]<<8|s[4]>>>24)+s[3]|0,e[6]=s[6]+(s[5]<<16|s[5]>>>16)+(s[4]<<16|s[4]>>>16)|0,e[7]=s[7]+(s[6]<<8|s[6]>>>24)+s[5]|0}t.RabbitLegacy=r._createHelper(u)}(),e.RabbitLegacy}))},,,function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s,u,c){var d,l="function"===typeof e?e.options:e;if(u){l.components||(l.components={});var f=Object.prototype.hasOwnProperty;for(var h in u)f.call(u,h)&&!f.call(l.components,h)&&(l.components[h]=u[h])}if(c&&("function"===typeof c.beforeCreate&&(c.beforeCreate=[c.beforeCreate]),(c.beforeCreate||(c.beforeCreate=[])).unshift((function(){this[c.__module]=this})),(l.mixins||(l.mixins=[])).push(c)),t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),a&&(l._scopeId="data-v-"+a),o?(d=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},l._ssrRegister=d):i&&(d=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),d)if(l.functional){l._injectStyles=d;var p=l.render;l.render=function(e,t){return d.call(t),p(e,t)}}else{var m=l.beforeCreate;l.beforeCreate=m?[].concat(m,d):[d]}return{exports:e,options:l}}n.r(t),n.d(t,"default",(function(){return r}))},function(e,t,n){(function(e){var r,i,a=n(13);(function(o,s){"object"===a(t)&&"undefined"!==typeof e?e.exports=s():(r=s,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i))})(0,(function(){"use strict";var t,r;function i(){return t.apply(null,arguments)}function o(e){t=e}function s(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function u(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function c(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0}function d(e){return void 0===e}function l(e){return"number"===typeof e||"[object Number]"===Object.prototype.toString.call(e)}function f(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function h(e,t){var n,r=[];for(n=0;n>>0,r=0;r0)for(n=0;n0?"future":"past"];return P(n)?n(t):n.replace(/%s/i,t)}var $={};function G(e,t){var n=e.toLowerCase();$[n]=$[n+"s"]=$[t]=e}function X(e){return"string"===typeof e?$[e]||$[e.toLowerCase()]:void 0}function Z(e){var t,n,r={};for(n in e)p(e,n)&&(t=X(n),t&&(r[t]=e[n]));return r}var ee={};function te(e,t){ee[e]=t}function ne(e){var t=[];for(var n in e)t.push({unit:n,priority:ee[n]});return t.sort((function(e,t){return e.priority-t.priority})),t}function re(e,t,n){var r=""+Math.abs(e),i=t-r.length,a=e>=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var ie=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,ae=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,oe={},se={};function ue(e,t,n,r){var i=r;"string"===typeof r&&(i=function(){return this[r]()}),e&&(se[e]=i),t&&(se[t[0]]=function(){return re(i.apply(this,arguments),t[1],t[2])}),n&&(se[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function ce(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function de(e){var t,n,r=e.match(ie);for(t=0,n=r.length;t=0&&ae.test(e))e=e.replace(ae,r),ae.lastIndex=0,n-=1;return e}var he=/\d/,pe=/\d\d/,me=/\d{3}/,ge=/\d{4}/,ye=/[+-]?\d{6}/,_e=/\d\d?/,ve=/\d\d\d\d?/,be=/\d\d\d\d\d\d?/,we=/\d{1,3}/,Me=/\d{1,4}/,ke=/[+-]?\d{1,6}/,Se=/\d+/,Le=/[+-]?\d+/,xe=/Z|[+-]\d\d:?\d\d/gi,De=/Z|[+-]\d\d(?::?\d\d)?/gi,Te=/[+-]?\d+(\.\d{1,3})?/,Ae=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Ye={};function je(e,t,n){Ye[e]=P(t)?t:function(e,r){return e&&n?n:t}}function Oe(e,t){return p(Ye,e)?Ye[e](t._strict,t._locale):new RegExp(Ee(e))}function Ee(e){return Pe(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,i){return t||n||r||i})))}function Pe(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var Ce={};function Ie(e,t){var n,r=t;for("string"===typeof e&&(e=[e]),l(t)&&(r=function(e,n){n[t]=D(e)}),n=0;n68?1900:2e3)};var $e,Ge=Ze("FullYear",!0);function Xe(){return Qe(this.year())}function Ze(e,t){return function(n){return null!=n?(tt(this,e,n),i.updateOffset(this,t),this):et(this,e)}}function et(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function tt(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&Qe(e.year())&&1===e.month()&&29===e.date()?e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),at(n,e.month())):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function nt(e){return e=X(e),P(this[e])?this[e]():this}function rt(e,t){if("object"===a(e)){e=Z(e);for(var n=ne(e),r=0;r=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function Mt(e){var t;if(e<100&&e>=0){var n=Array.prototype.slice.call(arguments);n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function kt(e,t,n){var r=7+t-n,i=(7+Mt(e,0,r).getUTCDay()-t)%7;return-i+r-1}function St(e,t,n,r,i){var a,o,s=(7+n-r)%7,u=kt(e,r,i),c=1+7*(t-1)+s+u;return c<=0?(a=e-1,o=Ke(a)+c):c>Ke(e)?(a=e+1,o=c-Ke(e)):(a=e,o=c),{year:a,dayOfYear:o}}function Lt(e,t,n){var r,i,a=kt(e.year(),t,n),o=Math.floor((e.dayOfYear()-a-1)/7)+1;return o<1?(i=e.year()-1,r=o+xt(i,t,n)):o>xt(e.year(),t,n)?(r=o-xt(e.year(),t,n),i=e.year()+1):(i=e.year(),r=o),{week:r,year:i}}function xt(e,t,n){var r=kt(e,t,n),i=kt(e+1,t,n);return(Ke(e)-r+i)/7}function Dt(e){return Lt(e,this._week.dow,this._week.doy).week}ue("w",["ww",2],"wo","week"),ue("W",["WW",2],"Wo","isoWeek"),G("week","w"),G("isoWeek","W"),te("week",5),te("isoWeek",5),je("w",_e),je("ww",_e,pe),je("W",_e),je("WW",_e,pe),Be(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=D(e)}));var Tt={dow:0,doy:6};function At(){return this._week.dow}function Yt(){return this._week.doy}function jt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ot(e){var t=Lt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Et(e,t){return"string"!==typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"===typeof e?e:null):parseInt(e,10)}function Pt(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ct(e,t){return e.slice(t,7).concat(e.slice(0,t))}ue("d",0,"do","day"),ue("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),ue("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),ue("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),ue("e",0,0,"weekday"),ue("E",0,0,"isoWeekday"),G("day","d"),G("weekday","e"),G("isoWeekday","E"),te("day",11),te("weekday",11),te("isoWeekday",11),je("d",_e),je("e",_e),je("E",_e),je("dd",(function(e,t){return t.weekdaysMinRegex(e)})),je("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),je("dddd",(function(e,t){return t.weekdaysRegex(e)})),Be(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:_(n).invalidWeekday=e})),Be(["d","e","E"],(function(e,t,n,r){t[r]=D(e)}));var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_");function Bt(e,t){var n=s(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Ct(n,this._week.dow):e?n[e.day()]:n}var Ht="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_");function Rt(e){return!0===e?Ct(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}var Nt="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function Ut(e){return!0===e?Ct(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Ft(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=g([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?(i=$e.call(this._weekdaysParse,o),-1!==i?i:null):"ddd"===t?(i=$e.call(this._shortWeekdaysParse,o),-1!==i?i:null):(i=$e.call(this._minWeekdaysParse,o),-1!==i?i:null):"dddd"===t?(i=$e.call(this._weekdaysParse,o),-1!==i?i:(i=$e.call(this._shortWeekdaysParse,o),-1!==i?i:(i=$e.call(this._minWeekdaysParse,o),-1!==i?i:null))):"ddd"===t?(i=$e.call(this._shortWeekdaysParse,o),-1!==i?i:(i=$e.call(this._weekdaysParse,o),-1!==i?i:(i=$e.call(this._minWeekdaysParse,o),-1!==i?i:null))):(i=$e.call(this._minWeekdaysParse,o),-1!==i?i:(i=$e.call(this._weekdaysParse,o),-1!==i?i:(i=$e.call(this._shortWeekdaysParse,o),-1!==i?i:null)))}function zt(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Ft.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=g([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Wt(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Et(e,this.localeData()),this.add(e-t,"d")):t}function qt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Vt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Pt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}var Jt=Ae;function Kt(e){return this._weekdaysParseExact?(p(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(p(this,"_weekdaysRegex")||(this._weekdaysRegex=Jt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}var Qt=Ae;function $t(e){return this._weekdaysParseExact?(p(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(p(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Qt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}var Gt=Ae;function Xt(e){return this._weekdaysParseExact?(p(this,"_weekdaysRegex")||Zt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(p(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Gt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Zt(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],u=[],c=[];for(t=0;t<7;t++)n=g([2e3,1]).day(t),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),a=this.weekdays(n,""),o.push(r),s.push(i),u.push(a),c.push(r),c.push(i),c.push(a);for(o.sort(e),s.sort(e),u.sort(e),c.sort(e),t=0;t<7;t++)s[t]=Pe(s[t]),u[t]=Pe(u[t]),c[t]=Pe(c[t]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function en(){return this.hours()%12||12}function tn(){return this.hours()||24}function nn(e,t){ue(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function rn(e,t){return t._meridiemParse}function an(e){return"p"===(e+"").toLowerCase().charAt(0)}ue("H",["HH",2],0,"hour"),ue("h",["hh",2],0,en),ue("k",["kk",2],0,tn),ue("hmm",0,0,(function(){return""+en.apply(this)+re(this.minutes(),2)})),ue("hmmss",0,0,(function(){return""+en.apply(this)+re(this.minutes(),2)+re(this.seconds(),2)})),ue("Hmm",0,0,(function(){return""+this.hours()+re(this.minutes(),2)})),ue("Hmmss",0,0,(function(){return""+this.hours()+re(this.minutes(),2)+re(this.seconds(),2)})),nn("a",!0),nn("A",!1),G("hour","h"),te("hour",13),je("a",rn),je("A",rn),je("H",_e),je("h",_e),je("k",_e),je("HH",_e,pe),je("hh",_e,pe),je("kk",_e,pe),je("hmm",ve),je("hmmss",be),je("Hmm",ve),je("Hmmss",be),Ie(["H","HH"],Fe),Ie(["k","kk"],(function(e,t,n){var r=D(e);t[Fe]=24===r?0:r})),Ie(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Ie(["h","hh"],(function(e,t,n){t[Fe]=D(e),_(n).bigHour=!0})),Ie("hmm",(function(e,t,n){var r=e.length-2;t[Fe]=D(e.substr(0,r)),t[ze]=D(e.substr(r)),_(n).bigHour=!0})),Ie("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Fe]=D(e.substr(0,r)),t[ze]=D(e.substr(r,2)),t[We]=D(e.substr(i)),_(n).bigHour=!0})),Ie("Hmm",(function(e,t,n){var r=e.length-2;t[Fe]=D(e.substr(0,r)),t[ze]=D(e.substr(r))})),Ie("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Fe]=D(e.substr(0,r)),t[ze]=D(e.substr(r,2)),t[We]=D(e.substr(i))}));var on=/[ap]\.?m?\.?/i;function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var un,cn=Ze("Hours",!0),dn={calendar:H,longDateFormat:N,invalidDate:F,ordinal:W,dayOfMonthOrdinalParse:q,relativeTime:J,months:st,monthsShort:ct,week:Tt,weekdays:It,weekdaysMin:Nt,weekdaysShort:Ht,meridiemParse:on},ln={},fn={};function hn(e){return e?e.toLowerCase().replace("_","-"):e}function pn(e){var t,n,r,i,a=0;while(a0){if(r=mn(i.slice(0,t).join("-")),r)return r;if(n&&n.length>=t&&T(i,n,!0)>=t-1)break;t--}a++}return un}function mn(t){var r=null;if(!ln[t]&&"undefined"!==typeof e&&e&&e.exports)try{r=un._abbr;n(233)("./"+t),gn(r)}catch(i){}return ln[t]}function gn(e,t){var n;return e&&(n=d(t)?vn(e):yn(e,t),n?un=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),un._abbr}function yn(e,t){if(null!==t){var n,r=dn;if(t.abbr=e,null!=ln[e])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=ln[e]._config;else if(null!=t.parentLocale)if(null!=ln[t.parentLocale])r=ln[t.parentLocale]._config;else{if(n=mn(t.parentLocale),null==n)return fn[t.parentLocale]||(fn[t.parentLocale]=[]),fn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return ln[e]=new B(I(r,t)),fn[e]&&fn[e].forEach((function(e){yn(e.name,e.config)})),gn(e),ln[e]}return delete ln[e],null}function _n(e,t){if(null!=t){var n,r,i=dn;r=mn(e),null!=r&&(i=r._config),t=I(i,t),n=new B(t),n.parentLocale=ln[e],ln[e]=n,gn(e)}else null!=ln[e]&&(null!=ln[e].parentLocale?ln[e]=ln[e].parentLocale:null!=ln[e]&&delete ln[e]);return ln[e]}function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return un;if(!s(e)){if(t=mn(e),t)return t;e=[e]}return pn(e)}function bn(){return j(ln)}function wn(e){var t,n=e._a;return n&&-2===_(e).overflow&&(t=n[Ne]<0||n[Ne]>11?Ne:n[Ue]<1||n[Ue]>at(n[Re],n[Ne])?Ue:n[Fe]<0||n[Fe]>24||24===n[Fe]&&(0!==n[ze]||0!==n[We]||0!==n[qe])?Fe:n[ze]<0||n[ze]>59?ze:n[We]<0||n[We]>59?We:n[qe]<0||n[qe]>999?qe:-1,_(e)._overflowDayOfYear&&(tUe)&&(t=Ue),_(e)._overflowWeeks&&-1===t&&(t=Ve),_(e)._overflowWeekday&&-1===t&&(t=Je),_(e).overflow=t),e}function Mn(e,t,n){return null!=e?e:null!=t?t:n}function kn(e){var t=new Date(i.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Sn(e){var t,n,r,i,a,o=[];if(!e._d){for(r=kn(e),e._w&&null==e._a[Ue]&&null==e._a[Ne]&&Ln(e),null!=e._dayOfYear&&(a=Mn(e._a[Re],r[Re]),(e._dayOfYear>Ke(a)||0===e._dayOfYear)&&(_(e)._overflowDayOfYear=!0),n=Mt(a,0,e._dayOfYear),e._a[Ne]=n.getUTCMonth(),e._a[Ue]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=r[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Fe]&&0===e._a[ze]&&0===e._a[We]&&0===e._a[qe]&&(e._nextDay=!0,e._a[Fe]=0),e._d=(e._useUTC?Mt:wt).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Fe]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==i&&(_(e).weekdayMismatch=!0)}}function Ln(e){var t,n,r,i,a,o,s,u;if(t=e._w,null!=t.GG||null!=t.W||null!=t.E)a=1,o=4,n=Mn(t.GG,e._a[Re],Lt($n(),1,4).year),r=Mn(t.W,1),i=Mn(t.E,1),(i<1||i>7)&&(u=!0);else{a=e._locale._week.dow,o=e._locale._week.doy;var c=Lt($n(),a,o);n=Mn(t.gg,e._a[Re],c.year),r=Mn(t.w,c.week),null!=t.d?(i=t.d,(i<0||i>6)&&(u=!0)):null!=t.e?(i=t.e+a,(t.e<0||t.e>6)&&(u=!0)):i=a}r<1||r>xt(n,a,o)?_(e)._overflowWeeks=!0:null!=u?_(e)._overflowWeekday=!0:(s=St(n,r,i,a,o),e._a[Re]=s.year,e._dayOfYear=s.dayOfYear)}var xn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Dn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Tn=/Z|[+-]\d\d(?::?\d\d)?/,An=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Yn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],jn=/^\/?Date\((\-?\d+)/i;function On(e){var t,n,r,i,a,o,s=e._i,u=xn.exec(s)||Dn.exec(s);if(u){for(_(e).iso=!0,t=0,n=An.length;t0&&_(e).unusedInput.push(o),s=s.slice(s.indexOf(n)+n.length),c+=n.length),se[a]?(n?_(e).empty=!1:_(e).unusedTokens.push(a),He(a,n,e)):e._strict&&!n&&_(e).unusedTokens.push(a);_(e).charsLeftOver=u-c,s.length>0&&_(e).unusedInput.push(s),e._a[Fe]<=12&&!0===_(e).bigHour&&e._a[Fe]>0&&(_(e).bigHour=void 0),_(e).parsedDateParts=e._a.slice(0),_(e).meridiem=e._meridiem,e._a[Fe]=zn(e._locale,e._a[Fe],e._meridiem),Sn(e),wn(e)}else Nn(e);else On(e)}function zn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(r=e.isPM(n),r&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function Wn(e){var t,n,r,i,a;if(0===e._f.length)return _(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;ithis?this:e:b()}));function Zn(e,t){var n,r;if(1===t.length&&s(t[0])&&(t=t[0]),!t.length)return $n();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Mr(){if(!d(this._isDSTShifted))return this._isDSTShifted;var e={};if(M(e,this),e=Jn(e),e._a){var t=e._isUTC?g(e._a):$n(e._a);this._isDSTShifted=this.isValid()&&T(e._a,t.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function kr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function Lr(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}i.updateOffset=function(){};var xr=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Dr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Tr(e,t){var n,r,i,o=e,s=null;return ur(e)?o={ms:e._milliseconds,d:e._days,M:e._months}:l(e)?(o={},t?o[t]=e:o.milliseconds=e):(s=xr.exec(e))?(n="-"===s[1]?-1:1,o={y:0,d:D(s[Ue])*n,h:D(s[Fe])*n,m:D(s[ze])*n,s:D(s[We])*n,ms:D(cr(1e3*s[qe]))*n}):(s=Dr.exec(e))?(n="-"===s[1]?-1:1,o={y:Ar(s[2],n),M:Ar(s[3],n),w:Ar(s[4],n),d:Ar(s[5],n),h:Ar(s[6],n),m:Ar(s[7],n),s:Ar(s[8],n)}):null==o?o={}:"object"===a(o)&&("from"in o||"to"in o)&&(i=jr($n(o.from),$n(o.to)),o={},o.ms=i.milliseconds,o.M=i.months),r=new sr(o),ur(e)&&p(e,"_locale")&&(r._locale=e._locale),r}function Ar(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Yr(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function jr(e,t){var n;return e.isValid()&&t.isValid()?(t=hr(t,e),e.isBefore(t)?n=Yr(e,t):(n=Yr(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Or(e,t){return function(n,r){var i,a;return null===r||isNaN(+r)||(E(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),n="string"===typeof n?+n:n,i=Tr(n,r),Er(this,i,e),this}}function Er(e,t,n,r){var a=t._milliseconds,o=cr(t._days),s=cr(t._months);e.isValid()&&(r=null==r||r,s&&ht(e,et(e,"Month")+s*n),o&&tt(e,"Date",et(e,"Date")+o*n),a&&e._d.setTime(e._d.valueOf()+a*n),r&&i.updateOffset(e,o||s))}Tr.fn=sr.prototype,Tr.invalid=or;var Pr=Or(1,"add"),Cr=Or(-1,"subtract");function Ir(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Br(e,t){var n=e||$n(),r=hr(n,this).startOf("day"),a=i.calendarFormat(this,r)||"sameElse",o=t&&(P(t[a])?t[a].call(this,n):t[a]);return this.format(o||this.localeData().calendar(a,this,$n(n)))}function Hr(){return new S(this)}function Rr(e,t){var n=L(e)?e:$n(e);return!(!this.isValid()||!n.isValid())&&(t=X(t)||"millisecond","millisecond"===t?this.valueOf()>n.valueOf():n.valueOf()9999?le(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):P(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",le(n,"Z")):le(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Qr(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="";this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",t="Z");var n="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",a=t+'[")]';return this.format(n+r+i+a)}function $r(e){e||(e=this.isUtc()?i.defaultFormatUtc:i.defaultFormat);var t=le(this,e);return this.localeData().postformat(t)}function Gr(e,t){return this.isValid()&&(L(e)&&e.isValid()||$n(e).isValid())?Tr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Xr(e){return this.from($n(),e)}function Zr(e,t){return this.isValid()&&(L(e)&&e.isValid()||$n(e).isValid())?Tr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ei(e){return this.to($n(),e)}function ti(e){var t;return void 0===e?this._locale._abbr:(t=vn(e),null!=t&&(this._locale=t),this)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",i.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ni=Y("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function ri(){return this._locale}var ii=1e3,ai=60*ii,oi=60*ai,si=3506328*oi;function ui(e,t){return(e%t+t)%t}function ci(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-si:new Date(e,t,n).valueOf()}function di(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-si:Date.UTC(e,t,n)}function li(e){var t;if(e=X(e),void 0===e||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?di:ci;switch(e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=ui(t+(this._isUTC?0:this.utcOffset()*ai),oi);break;case"minute":t=this._d.valueOf(),t-=ui(t,ai);break;case"second":t=this._d.valueOf(),t-=ui(t,ii);break}return this._d.setTime(t),i.updateOffset(this,!0),this}function fi(e){var t;if(e=X(e),void 0===e||"millisecond"===e||!this.isValid())return this;var n=this._isUTC?di:ci;switch(e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=oi-ui(t+(this._isUTC?0:this.utcOffset()*ai),oi)-1;break;case"minute":t=this._d.valueOf(),t+=ai-ui(t,ai)-1;break;case"second":t=this._d.valueOf(),t+=ii-ui(t,ii)-1;break}return this._d.setTime(t),i.updateOffset(this,!0),this}function hi(){return this._d.valueOf()-6e4*(this._offset||0)}function pi(){return Math.floor(this.valueOf()/1e3)}function mi(){return new Date(this.valueOf())}function gi(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function yi(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function _i(){return this.isValid()?this.toISOString():null}function vi(){return v(this)}function bi(){return m({},_(this))}function wi(){return _(this).overflow}function Mi(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function ki(e,t){ue(0,[e,e.length],0,t)}function Si(e){return Ti.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Li(e){return Ti.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function xi(){return xt(this.year(),1,4)}function Di(){var e=this.localeData()._week;return xt(this.year(),e.dow,e.doy)}function Ti(e,t,n,r,i){var a;return null==e?Lt(this,r,i).year:(a=xt(e,r,i),t>a&&(t=a),Ai.call(this,e,t,n,r,i))}function Ai(e,t,n,r,i){var a=St(e,t,n,r,i),o=Mt(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function Yi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}ue(0,["gg",2],0,(function(){return this.weekYear()%100})),ue(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ki("gggg","weekYear"),ki("ggggg","weekYear"),ki("GGGG","isoWeekYear"),ki("GGGGG","isoWeekYear"),G("weekYear","gg"),G("isoWeekYear","GG"),te("weekYear",1),te("isoWeekYear",1),je("G",Le),je("g",Le),je("GG",_e,pe),je("gg",_e,pe),je("GGGG",Me,ge),je("gggg",Me,ge),je("GGGGG",ke,ye),je("ggggg",ke,ye),Be(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=D(e)})),Be(["gg","GG"],(function(e,t,n,r){t[r]=i.parseTwoDigitYear(e)})),ue("Q",0,"Qo","quarter"),G("quarter","Q"),te("quarter",7),je("Q",he),Ie("Q",(function(e,t){t[Ne]=3*(D(e)-1)})),ue("D",["DD",2],"Do","date"),G("date","D"),te("date",9),je("D",_e),je("DD",_e,pe),je("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Ie(["D","DD"],Ue),Ie("Do",(function(e,t){t[Ue]=D(e.match(_e)[0])}));var ji=Ze("Date",!0);function Oi(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}ue("DDD",["DDDD",3],"DDDo","dayOfYear"),G("dayOfYear","DDD"),te("dayOfYear",4),je("DDD",we),je("DDDD",me),Ie(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=D(e)})),ue("m",["mm",2],0,"minute"),G("minute","m"),te("minute",14),je("m",_e),je("mm",_e,pe),Ie(["m","mm"],ze);var Ei=Ze("Minutes",!1);ue("s",["ss",2],0,"second"),G("second","s"),te("second",15),je("s",_e),je("ss",_e,pe),Ie(["s","ss"],We);var Pi,Ci=Ze("Seconds",!1);for(ue("S",0,0,(function(){return~~(this.millisecond()/100)})),ue(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),ue(0,["SSS",3],0,"millisecond"),ue(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),ue(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),ue(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),ue(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),ue(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),ue(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),G("millisecond","ms"),te("millisecond",16),je("S",we,he),je("SS",we,pe),je("SSS",we,me),Pi="SSSS";Pi.length<=9;Pi+="S")je(Pi,Se);function Ii(e,t){t[qe]=D(1e3*("0."+e))}for(Pi="S";Pi.length<=9;Pi+="S")Ie(Pi,Ii);var Bi=Ze("Milliseconds",!1);function Hi(){return this._isUTC?"UTC":""}function Ri(){return this._isUTC?"Coordinated Universal Time":""}ue("z",0,0,"zoneAbbr"),ue("zz",0,0,"zoneName");var Ni=S.prototype;function Ui(e){return $n(1e3*e)}function Fi(){return $n.apply(null,arguments).parseZone()}function zi(e){return e}Ni.add=Pr,Ni.calendar=Br,Ni.clone=Hr,Ni.diff=qr,Ni.endOf=fi,Ni.format=$r,Ni.from=Gr,Ni.fromNow=Xr,Ni.to=Zr,Ni.toNow=ei,Ni.get=nt,Ni.invalidAt=wi,Ni.isAfter=Rr,Ni.isBefore=Nr,Ni.isBetween=Ur,Ni.isSame=Fr,Ni.isSameOrAfter=zr,Ni.isSameOrBefore=Wr,Ni.isValid=vi,Ni.lang=ni,Ni.locale=ti,Ni.localeData=ri,Ni.max=Xn,Ni.min=Gn,Ni.parsingFlags=bi,Ni.set=rt,Ni.startOf=li,Ni.subtract=Cr,Ni.toArray=gi,Ni.toObject=yi,Ni.toDate=mi,Ni.toISOString=Kr,Ni.inspect=Qr,Ni.toJSON=_i,Ni.toString=Jr,Ni.unix=pi,Ni.valueOf=hi,Ni.creationData=Mi,Ni.year=Ge,Ni.isLeapYear=Xe,Ni.weekYear=Si,Ni.isoWeekYear=Li,Ni.quarter=Ni.quarters=Yi,Ni.month=pt,Ni.daysInMonth=mt,Ni.week=Ni.weeks=jt,Ni.isoWeek=Ni.isoWeeks=Ot,Ni.weeksInYear=Di,Ni.isoWeeksInYear=xi,Ni.date=ji,Ni.day=Ni.days=Wt,Ni.weekday=qt,Ni.isoWeekday=Vt,Ni.dayOfYear=Oi,Ni.hour=Ni.hours=cn,Ni.minute=Ni.minutes=Ei,Ni.second=Ni.seconds=Ci,Ni.millisecond=Ni.milliseconds=Bi,Ni.utcOffset=mr,Ni.utc=yr,Ni.local=_r,Ni.parseZone=vr,Ni.hasAlignedHourOffset=br,Ni.isDST=wr,Ni.isLocal=kr,Ni.isUtcOffset=Sr,Ni.isUtc=Lr,Ni.isUTC=Lr,Ni.zoneAbbr=Hi,Ni.zoneName=Ri,Ni.dates=Y("dates accessor is deprecated. Use date instead.",ji),Ni.months=Y("months accessor is deprecated. Use month instead",pt),Ni.years=Y("years accessor is deprecated. Use year instead",Ge),Ni.zone=Y("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",gr),Ni.isDSTShifted=Y("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Mr);var Wi=B.prototype;function qi(e,t,n,r){var i=vn(),a=g().set(r,t);return i[n](a,e)}function Vi(e,t,n){if(l(e)&&(t=e,e=void 0),e=e||"",null!=t)return qi(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=qi(e,r,n,"month");return i}function Ji(e,t,n,r){"boolean"===typeof e?(l(t)&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,l(t)&&(n=t,t=void 0),t=t||"");var i,a=vn(),o=e?a._week.dow:0;if(null!=n)return qi(t,(n+o)%7,r,"day");var s=[];for(i=0;i<7;i++)s[i]=qi(t,(i+o)%7,r,"day");return s}function Ki(e,t){return Vi(e,t,"months")}function Qi(e,t){return Vi(e,t,"monthsShort")}function $i(e,t,n){return Ji(e,t,n,"weekdays")}function Gi(e,t,n){return Ji(e,t,n,"weekdaysShort")}function Xi(e,t,n){return Ji(e,t,n,"weekdaysMin")}Wi.calendar=R,Wi.longDateFormat=U,Wi.invalidDate=z,Wi.ordinal=V,Wi.preparse=zi,Wi.postformat=zi,Wi.relativeTime=K,Wi.pastFuture=Q,Wi.set=C,Wi.months=ut,Wi.monthsShort=dt,Wi.monthsParse=ft,Wi.monthsRegex=vt,Wi.monthsShortRegex=yt,Wi.week=Dt,Wi.firstDayOfYear=Yt,Wi.firstDayOfWeek=At,Wi.weekdays=Bt,Wi.weekdaysMin=Ut,Wi.weekdaysShort=Rt,Wi.weekdaysParse=zt,Wi.weekdaysRegex=Kt,Wi.weekdaysShortRegex=$t,Wi.weekdaysMinRegex=Xt,Wi.isPM=an,Wi.meridiem=sn,gn("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===D(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),i.lang=Y("moment.lang is deprecated. Use moment.locale instead.",gn),i.langData=Y("moment.langData is deprecated. Use moment.localeData instead.",vn);var Zi=Math.abs;function ea(){var e=this._data;return this._milliseconds=Zi(this._milliseconds),this._days=Zi(this._days),this._months=Zi(this._months),e.milliseconds=Zi(e.milliseconds),e.seconds=Zi(e.seconds),e.minutes=Zi(e.minutes),e.hours=Zi(e.hours),e.months=Zi(e.months),e.years=Zi(e.years),this}function ta(e,t,n,r){var i=Tr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function na(e,t){return ta(this,e,t,1)}function ra(e,t){return ta(this,e,t,-1)}function ia(e){return e<0?Math.floor(e):Math.ceil(e)}function aa(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,u=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*ia(sa(s)+o),o=0,s=0),u.milliseconds=a%1e3,e=x(a/1e3),u.seconds=e%60,t=x(e/60),u.minutes=t%60,n=x(t/60),u.hours=n%24,o+=x(n/24),i=x(oa(o)),s+=i,o-=ia(sa(i)),r=x(s/12),s%=12,u.days=o,u.months=s,u.years=r,this}function oa(e){return 4800*e/146097}function sa(e){return 146097*e/4800}function ua(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if(e=X(e),"month"===e||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+oa(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(sa(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function ca(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*D(this._months/12):NaN}function da(e){return function(){return this.as(e)}}var la=da("ms"),fa=da("s"),ha=da("m"),pa=da("h"),ma=da("d"),ga=da("w"),ya=da("M"),_a=da("Q"),va=da("y");function ba(){return Tr(this)}function wa(e){return e=X(e),this.isValid()?this[e+"s"]():NaN}function Ma(e){return function(){return this.isValid()?this._data[e]:NaN}}var ka=Ma("milliseconds"),Sa=Ma("seconds"),La=Ma("minutes"),xa=Ma("hours"),Da=Ma("days"),Ta=Ma("months"),Aa=Ma("years");function Ya(){return x(this.days()/7)}var ja=Math.round,Oa={ss:44,s:45,m:45,h:22,d:26,M:11};function Ea(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function Pa(e,t,n){var r=Tr(e).abs(),i=ja(r.as("s")),a=ja(r.as("m")),o=ja(r.as("h")),s=ja(r.as("d")),u=ja(r.as("M")),c=ja(r.as("y")),d=i<=Oa.ss&&["s",i]||i0,d[4]=n,Ea.apply(null,d)}function Ca(e){return void 0===e?ja:"function"===typeof e&&(ja=e,!0)}function Ia(e,t){return void 0!==Oa[e]&&(void 0===t?Oa[e]:(Oa[e]=t,"s"===e&&(Oa.ss=t-1),!0))}function Ba(e){if(!this.isValid())return this.localeData().invalidDate();var t=this.localeData(),n=Pa(this,!e,t);return e&&(n=t.pastFuture(+this,n)),t.postformat(n)}var Ha=Math.abs;function Ra(e){return(e>0)-(e<0)||+e}function Na(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r=Ha(this._milliseconds)/1e3,i=Ha(this._days),a=Ha(this._months);e=x(r/60),t=x(e/60),r%=60,e%=60,n=x(a/12),a%=12;var o=n,s=a,u=i,c=t,d=e,l=r?r.toFixed(3).replace(/\.?0+$/,""):"",f=this.asSeconds();if(!f)return"P0D";var h=f<0?"-":"",p=Ra(this._months)!==Ra(f)?"-":"",m=Ra(this._days)!==Ra(f)?"-":"",g=Ra(this._milliseconds)!==Ra(f)?"-":"";return h+"P"+(o?p+o+"Y":"")+(s?p+s+"M":"")+(u?m+u+"D":"")+(c||d||l?"T":"")+(c?g+c+"H":"")+(d?g+d+"M":"")+(l?g+l+"S":"")}var Ua=sr.prototype;return Ua.isValid=ar,Ua.abs=ea,Ua.add=na,Ua.subtract=ra,Ua.as=ua,Ua.asMilliseconds=la,Ua.asSeconds=fa,Ua.asMinutes=ha,Ua.asHours=pa,Ua.asDays=ma,Ua.asWeeks=ga,Ua.asMonths=ya,Ua.asQuarters=_a,Ua.asYears=va,Ua.valueOf=ca,Ua._bubble=aa,Ua.clone=ba,Ua.get=wa,Ua.milliseconds=ka,Ua.seconds=Sa,Ua.minutes=La,Ua.hours=xa,Ua.days=Da,Ua.weeks=Ya,Ua.months=Ta,Ua.years=Aa,Ua.humanize=Ba,Ua.toISOString=Na,Ua.toString=Na,Ua.toJSON=Na,Ua.locale=ti,Ua.localeData=ri,Ua.toIsoString=Y("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Na),Ua.lang=ni,ue("X",0,0,"unix"),ue("x",0,0,"valueOf"),je("x",Le),je("X",Te),Ie("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e,10))})),Ie("x",(function(e,t,n){n._d=new Date(D(e))})),i.version="2.24.0",o($n),i.fn=Ni,i.min=er,i.max=tr,i.now=nr,i.utc=g,i.unix=Ui,i.months=Ki,i.isDate=f,i.locale=gn,i.invalid=b,i.duration=Tr,i.isMoment=L,i.weekdays=$i,i.parseZone=Fi,i.localeData=vn,i.isDuration=ur,i.monthsShort=Qi,i.weekdaysMin=Xi,i.defineLocale=yn,i.updateLocale=_n,i.locales=bn,i.weekdaysShort=Gi,i.normalizeUnits=X,i.relativeTimeRounding=Ca,i.relativeTimeThreshold=Ia,i.calendarFormat=Ir,i.prototype=Ni,i.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},i}))}).call(this,n(127)(e))},function(e,t,n){var r={"./af":234,"./af.js":234,"./ar":235,"./ar-dz":236,"./ar-dz.js":236,"./ar-kw":237,"./ar-kw.js":237,"./ar-ly":238,"./ar-ly.js":238,"./ar-ma":239,"./ar-ma.js":239,"./ar-sa":240,"./ar-sa.js":240,"./ar-tn":241,"./ar-tn.js":241,"./ar.js":235,"./az":242,"./az.js":242,"./be":243,"./be.js":243,"./bg":244,"./bg.js":244,"./bm":245,"./bm.js":245,"./bn":246,"./bn.js":246,"./bo":247,"./bo.js":247,"./br":248,"./br.js":248,"./bs":249,"./bs.js":249,"./ca":250,"./ca.js":250,"./cs":251,"./cs.js":251,"./cv":252,"./cv.js":252,"./cy":253,"./cy.js":253,"./da":254,"./da.js":254,"./de":255,"./de-at":256,"./de-at.js":256,"./de-ch":257,"./de-ch.js":257,"./de.js":255,"./dv":258,"./dv.js":258,"./el":259,"./el.js":259,"./en-SG":260,"./en-SG.js":260,"./en-au":261,"./en-au.js":261,"./en-ca":262,"./en-ca.js":262,"./en-gb":263,"./en-gb.js":263,"./en-ie":264,"./en-ie.js":264,"./en-il":265,"./en-il.js":265,"./en-nz":266,"./en-nz.js":266,"./eo":267,"./eo.js":267,"./es":268,"./es-do":269,"./es-do.js":269,"./es-us":270,"./es-us.js":270,"./es.js":268,"./et":271,"./et.js":271,"./eu":272,"./eu.js":272,"./fa":273,"./fa.js":273,"./fi":274,"./fi.js":274,"./fo":275,"./fo.js":275,"./fr":276,"./fr-ca":277,"./fr-ca.js":277,"./fr-ch":278,"./fr-ch.js":278,"./fr.js":276,"./fy":279,"./fy.js":279,"./ga":280,"./ga.js":280,"./gd":281,"./gd.js":281,"./gl":282,"./gl.js":282,"./gom-latn":283,"./gom-latn.js":283,"./gu":284,"./gu.js":284,"./he":285,"./he.js":285,"./hi":286,"./hi.js":286,"./hr":287,"./hr.js":287,"./hu":288,"./hu.js":288,"./hy-am":289,"./hy-am.js":289,"./id":290,"./id.js":290,"./is":291,"./is.js":291,"./it":292,"./it-ch":293,"./it-ch.js":293,"./it.js":292,"./ja":294,"./ja.js":294,"./jv":295,"./jv.js":295,"./ka":296,"./ka.js":296,"./kk":297,"./kk.js":297,"./km":298,"./km.js":298,"./kn":299,"./kn.js":299,"./ko":300,"./ko.js":300,"./ku":301,"./ku.js":301,"./ky":302,"./ky.js":302,"./lb":303,"./lb.js":303,"./lo":304,"./lo.js":304,"./lt":305,"./lt.js":305,"./lv":306,"./lv.js":306,"./me":307,"./me.js":307,"./mi":308,"./mi.js":308,"./mk":309,"./mk.js":309,"./ml":310,"./ml.js":310,"./mn":311,"./mn.js":311,"./mr":312,"./mr.js":312,"./ms":313,"./ms-my":314,"./ms-my.js":314,"./ms.js":313,"./mt":315,"./mt.js":315,"./my":316,"./my.js":316,"./nb":317,"./nb.js":317,"./ne":318,"./ne.js":318,"./nl":319,"./nl-be":320,"./nl-be.js":320,"./nl.js":319,"./nn":321,"./nn.js":321,"./pa-in":322,"./pa-in.js":322,"./pl":323,"./pl.js":323,"./pt":324,"./pt-br":325,"./pt-br.js":325,"./pt.js":324,"./ro":326,"./ro.js":326,"./ru":327,"./ru.js":327,"./sd":328,"./sd.js":328,"./se":329,"./se.js":329,"./si":330,"./si.js":330,"./sk":331,"./sk.js":331,"./sl":332,"./sl.js":332,"./sq":333,"./sq.js":333,"./sr":334,"./sr-cyrl":335,"./sr-cyrl.js":335,"./sr.js":334,"./ss":336,"./ss.js":336,"./sv":337,"./sv.js":337,"./sw":338,"./sw.js":338,"./ta":339,"./ta.js":339,"./te":340,"./te.js":340,"./tet":341,"./tet.js":341,"./tg":342,"./tg.js":342,"./th":343,"./th.js":343,"./tl-ph":344,"./tl-ph.js":344,"./tlh":345,"./tlh.js":345,"./tr":346,"./tr.js":346,"./tzl":347,"./tzl.js":347,"./tzm":348,"./tzm-latn":349,"./tzm-latn.js":349,"./tzm.js":348,"./ug-cn":350,"./ug-cn.js":350,"./uk":351,"./uk.js":351,"./ur":352,"./ur.js":352,"./uz":353,"./uz-latn":354,"./uz-latn.js":354,"./uz.js":353,"./vi":355,"./vi.js":355,"./x-pseudo":356,"./x-pseudo.js":356,"./yo":357,"./yo.js":357,"./zh-cn":358,"./zh-cn.js":358,"./zh-hk":359,"./zh-hk.js":359,"./zh-tw":360,"./zh-tw.js":360};function i(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=a,e.exports=i,i.id=233},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(e){return function(t,n,a,o){var s=r(t),u=i[e][r(t)];return 2===s&&(u=u[n?0:1]),u.replace(/%d/i,t)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],s=e.defineLocale("ar",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),ss:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return s}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,i,a,o){var s=n(t),u=r[e][n(t)];return 2===s&&(u=u[i?0:1]),u.replace(/%d/i,t)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],o=e.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,n){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"},n=e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,n){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var n=e%10,r=e%100-n,i=e>=100?100:null;return e+(t[n]||t[r]||t[i])},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t){var n=e.split("_");return t%10===1&&t%100!==11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){var i={ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===r?n?"хвіліна":"хвіліну":"h"===r?n?"гадзіна":"гадзіну":e+" "+t(i[r],+e)}var r=e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!==2&&e%10!==3||e%100===12||e%100===13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},r=e.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,n){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"},r=e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,n){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n){var r={mm:"munutenn",MM:"miz",dd:"devezh"};return e+" "+i(r[n],e)}function n(e){switch(r(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function r(e){return e>9?r(e%10):e}function i(e,t){return 2===t?a(e):e}function a(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var o=e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){var t=1===e?"añ":"vet";return e+t},week:{dow:1,doy:4}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",r;case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",r;case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",r;case"dd":return r+=1===e?"dan":"dana",r;case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",r;case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",r}}var n=e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var n=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(n="a"),e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),r=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],i=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function a(e){return e>1&&e<5&&1!==~~(e/10)}function o(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"pár sekund":"pár sekundami";case"ss":return t||r?i+(a(e)?"sekundy":"sekund"):i+"sekundami";case"m":return t?"minuta":r?"minutu":"minutou";case"mm":return t||r?i+(a(e)?"minuty":"minut"):i+"minutami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(a(e)?"hodiny":"hodin"):i+"hodinami";case"d":return t||r?"den":"dnem";case"dd":return t||r?i+(a(e)?"dny":"dní"):i+"dny";case"M":return t||r?"měsíc":"měsícem";case"MM":return t||r?i+(a(e)?"měsíce":"měsíců"):i+"měsíci";case"y":return t||r?"rok":"rokem";case"yy":return t||r?i+(a(e)?"roky":"let"):i+"lety"}}var s=e.defineLocale("cs",{months:t,monthsShort:n,monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:o,ss:o,m:o,mm:o,h:o,hh:o,d:o,dd:o,M:o,MM:o,y:o,yy:o},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){var t=/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран";return e+t},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t=e,n="",r=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return t>20?n=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(n=r[t]),e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}var n=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}var n=e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}var n=e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],r=e.defineLocale("dv",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,n){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e){return e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}var n=e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"===typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,n){return e>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,n){var r=this._calendarEl[e],i=n&&n.hours();return t(r)&&(r=r.apply(n)),r.replace("{}",i%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,n){return e>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,a=e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,a=e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),r=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],i=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,a=e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?i[n][2]?i[n][2]:i[n][1]:r?i[n][0]:i[n][1]}var n=e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},r=e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,n){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function r(e,t,n,r){var a="";switch(n){case"s":return r?"muutaman sekunnin":"muutama sekunti";case"ss":return r?"sekunnin":"sekuntia";case"m":return r?"minuutin":"minuutti";case"mm":a=r?"minuutin":"minuuttia";break;case"h":return r?"tunnin":"tunti";case"hh":a=r?"tunnin":"tuntia";break;case"d":return r?"päivän":"päivä";case"dd":a=r?"päivän":"päivää";break;case"M":return r?"kuukauden":"kuukausi";case"MM":a=r?"kuukauden":"kuukautta";break;case"y":return r?"vuoden":"vuosi";case"yy":a=r?"vuoden":"vuotta";break}return a=i(e,r)+" "+a,a}function i(e,r){return e<10?r?n[e]:t[e]:e}var a=e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),r=e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],n=["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],r=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],i=["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],a=["Do","Lu","Má","Ce","Dé","hA","Sa"],o=e.defineLocale("ga",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:i,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],r=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],i=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],o=e.defineLocale("gd",{months:t,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:i,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={s:["thodde secondanim","thodde second"],ss:[e+" secondanim",e+" second"],m:["eka mintan","ek minute"],mm:[e+" mintanim",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voranim",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disanim",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineanim",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsanim",e+" vorsam"]};return t?i[n][0]:i[n][1]}var n=e.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokalli"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"rati":e<12?"sokalli":e<16?"donparam":e<20?"sanje":"rati"}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"},r=e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10===0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,n){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?n?'לפנה"צ':"לפני הצהריים":e<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n){var r=e+" ";switch(n){case"ss":return r+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",r;case"m":return t?"jedna minuta":"jedne minute";case"mm":return r+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",r;case"h":return t?"jedan sat":"jednog sata";case"hh":return r+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",r;case"dd":return r+=1===e?"dan":"dana",r;case"MM":return r+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",r;case"yy":return r+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",r}}var n=e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(e,t,n,r){var i=e;switch(n){case"s":return r||t?"néhány másodperc":"néhány másodperce";case"ss":return i+(r||t)?" másodperc":" másodperce";case"m":return"egy"+(r||t?" perc":" perce");case"mm":return i+(r||t?" perc":" perce");case"h":return"egy"+(r||t?" óra":" órája");case"hh":return i+(r||t?" óra":" órája");case"d":return"egy"+(r||t?" nap":" napja");case"dd":return i+(r||t?" nap":" napja");case"M":return"egy"+(r||t?" hónap":" hónapja");case"MM":return i+(r||t?" hónap":" hónapja");case"y":return"egy"+(r||t?" év":" éve");case"yy":return i+(r||t?" év":" éve")}return""}function r(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}var i=e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,n){return e<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return r.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return r.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e){return e%100===11||e%10!==1}function n(e,n,r,i){var a=e+" ";switch(r){case"s":return n||i?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?a+(n||i?"sekúndur":"sekúndum"):a+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return t(e)?a+(n||i?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return t(e)?a+(n||i?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":i?"dag":"degi";case"dd":return t(e)?n?a+"dagar":a+(i?"daga":"dögum"):n?a+"dagur":a+(i?"dag":"degi");case"M":return n?"mánuður":i?"mánuð":"mánuði";case"MM":return t(e)?n?a+"mánuðir":a+(i?"mánuði":"mánuðum"):n?a+"mánuður":a+(i?"mánuð":"mánuði");case"y":return n||i?"ár":"ári";case"yy":return t(e)?a+(n||i?"ár":"árum"):a+(n||i?"ár":"ári")}}var r=e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20===0||e%100===0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"},n=e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"},r=e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,n){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"},r=e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,n){return e<12?"오전":"오후"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"],i=e.defineLocale("ku",{months:r,monthsShort:r,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,n){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return n[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return i}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"},n=e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?i[n][0]:i[n][1]}function n(e){var t=e.substr(0,e.indexOf(" "));return i(t)?"a "+e:"an "+e}function r(e){var t=e.substr(0,e.indexOf(" "));return i(t)?"viru "+e:"virun "+e}function i(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10,n=e/10;return i(0===t?n:t)}if(e<1e4){while(e>=10)e/=10;return i(e)}return e/=1e3,i(e)}var a=e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:r,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,n){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(e,t,n,r){return t?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"}function r(e,t,n,r){return t?a(n)[0]:r?a(n)[1]:a(n)[2]}function i(e){return e%10===0||e>10&&e<20}function a(e){return t[e].split("_")}function o(e,t,n,o){var s=e+" ";return 1===e?s+r(e,t,n[0],o):t?s+(i(e)?a(n)[1]:a(n)[0]):o?s+a(n)[1]:s+(i(e)?a(n)[1]:a(n)[2])}var s=e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:n,ss:o,m:r,mm:o,h:r,hh:o,d:r,dd:o,M:r,MM:o,y:r,yy:o},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});return s}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(e,t,n){return n?t%10===1&&t%100!==11?e[2]:e[3]:t%10===1&&t%100!==11?e[0]:e[1]}function r(e,r,i){return e+" "+n(t[i],e,r)}function i(e,r,i){return n(t[i],e,r)}function a(e,t){return t?"dažas sekundes":"dažām sekundēm"}var o=e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:a,ss:r,m:i,mm:r,h:i,hh:r,d:i,dd:r,M:i,MM:r,y:i,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}},n=e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,n=e%100;return 0===e?e+"-ев":0===n?e+"-ен":n>10&&n<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,n){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){switch(n){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}var n=e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,n){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function r(e,t,n,r){var i="";if(t)switch(n){case"s":i="काही सेकंद";break;case"ss":i="%d सेकंद";break;case"m":i="एक मिनिट";break;case"mm":i="%d मिनिटे";break;case"h":i="एक तास";break;case"hh":i="%d तास";break;case"d":i="एक दिवस";break;case"dd":i="%d दिवस";break;case"M":i="एक महिना";break;case"MM":i="%d महिने";break;case"y":i="एक वर्ष";break;case"yy":i="%d वर्षे";break}else switch(n){case"s":i="काही सेकंदां";break;case"ss":i="%d सेकंदां";break;case"m":i="एका मिनिटा";break;case"mm":i="%d मिनिटां";break;case"h":i="एका तासा";break;case"hh":i="%d तासां";break;case"d":i="एका दिवसा";break;case"dd":i="%d दिवसां";break;case"M":i="एका महिन्या";break;case"MM":i="%d महिन्यां";break;case"y":i="एका वर्षा";break;case"yy":i="%d वर्षां";break}return i.replace(/%d/i,e)}var i=e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?e<4?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"रात्री":e<10?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}});return i}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,n){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"},r=e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},r=e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,a=e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,a=e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,r){return e?/-MMM-/.test(r)?n[e.month()]:t[e.month()]:t},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"},r=e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function i(e,t,n){var i=e+" ";switch(n){case"ss":return i+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return i+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return i+(r(e)?"godziny":"godzin");case"MM":return i+(r(e)?"miesiące":"miesięcy");case"yy":return i+(r(e)?"lata":"lat")}}var a=e.defineLocale("pl",{months:function(e,r){return e?""===r?"("+n[e.month()]+"|"+t[e.month()]+")":/D MMMM/.test(r)?n[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n){var r={ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},i=" ";return(e%100>=20||e>=100&&e%100===0)&&(i=" de "),e+i+r[n]}var n=e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t){var n=e.split("_");return t%10===1&&t%100!==11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){var i={ss:n?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===r?n?"минута":"минуту":e+" "+t(i[r],+e)}var r=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],i=e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:n,m:n,mm:n,h:"час",hh:n,d:"день",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}});return i}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"],r=e.defineLocale("sd",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,n){return e>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function r(e){return e>1&&e<5}function i(e,t,n,i){var a=e+" ";switch(n){case"s":return t||i?"pár sekúnd":"pár sekundami";case"ss":return t||i?a+(r(e)?"sekundy":"sekúnd"):a+"sekundami";case"m":return t?"minúta":i?"minútu":"minútou";case"mm":return t||i?a+(r(e)?"minúty":"minút"):a+"minútami";case"h":return t?"hodina":i?"hodinu":"hodinou";case"hh":return t||i?a+(r(e)?"hodiny":"hodín"):a+"hodinami";case"d":return t||i?"deň":"dňom";case"dd":return t||i?a+(r(e)?"dni":"dní"):a+"dňami";case"M":return t||i?"mesiac":"mesiacom";case"MM":return t||i?a+(r(e)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return t||i?"rok":"rokom";case"yy":return t||i?a+(r(e)?"roky":"rokov"):a+"rokmi"}}var a=e.defineLocale("sk",{months:t,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return i+=1===e?t?"sekundo":"sekundi":2===e?t||r?"sekundi":"sekundah":e<5?t||r?"sekunde":"sekundah":"sekund",i;case"m":return t?"ena minuta":"eno minuto";case"mm":return i+=1===e?t?"minuta":"minuto":2===e?t||r?"minuti":"minutama":e<5?t||r?"minute":"minutami":t||r?"minut":"minutami",i;case"h":return t?"ena ura":"eno uro";case"hh":return i+=1===e?t?"ura":"uro":2===e?t||r?"uri":"urama":e<5?t||r?"ure":"urami":t||r?"ur":"urami",i;case"d":return t||r?"en dan":"enim dnem";case"dd":return i+=1===e?t||r?"dan":"dnem":2===e?t||r?"dni":"dnevoma":t||r?"dni":"dnevi",i;case"M":return t||r?"en mesec":"enim mesecem";case"MM":return i+=1===e?t||r?"mesec":"mesecem":2===e?t||r?"meseca":"mesecema":e<5?t||r?"mesece":"meseci":t||r?"mesecev":"meseci",i;case"y":return t||r?"eno leto":"enim letom";case"yy":return i+=1===e?t||r?"leto":"letom":2===e?t||r?"leti":"letoma":e<5?t||r?"leta":"leti":t||r?"let":"leti",i}}var n=e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,n){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}},n=e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,n,r){var i=t.words[r];return 1===r.length?n?i[0]:i[1]:e+" "+t.correctGrammaticalCase(e,i)}},n=e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var e=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,n){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"e":1===t||2===t?"a":"e";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"},r=e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,n){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"},n=e.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,n){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var n=e%10,r=e>=100?100:null;return e+(t[e]||t[n]||t[r])},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,n){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq",t}function r(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret",t}function i(e,t,n,r){var i=a(e);switch(n){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}function a(e){var n=Math.floor(e%1e3/100),r=Math.floor(e%100/10),i=e%10,a="";return n>0&&(a+=t[n]+"vatlh"),r>0&&(a+=(""!==a?" ":"")+t[r]+"maH"),i>0&&(a+=(""!==a?" ":"")+t[i]),""===a?"pagh":a}var o=e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:n,past:r,s:"puS lup",ss:i,m:"wa’ tup",mm:i,h:"wa’ rep",hh:i,d:"wa’ jaj",dd:i,M:"wa’ jar",MM:i,y:"wa’ DIS",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return o}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},n=e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,n){switch(n){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var r=e%10,i=e%100-r,a=e>=100?100:null;return e+(t[r]||t[i]||t[a])}},week:{dow:1,doy:7}});return n}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,n){return e>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});function n(e,t,n,r){var i={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return r||t?i[n][0]:i[n][1]}return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"يېرىم كېچە":r<900?"سەھەر":r<1130?"چۈشتىن بۇرۇن":r<1230?"چۈش":r<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";function t(e,t){var n=e.split("_");return t%10===1&&t%100!==11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,r){var i={ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===r?n?"хвилина":"хвилину":"h"===r?n?"година":"годину":e+" "+t(i[r],+e)}function r(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};if(!0===e)return n["nominative"].slice(1,7).concat(n["nominative"].slice(0,1));if(!e)return n["nominative"];var r=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative";return n[r][e.day()]}function i(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var a=e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:r,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:i("[Сьогодні "),nextDay:i("[Завтра "),lastDay:i("[Вчора "),nextWeek:i("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return i("[Минулої] dddd [").call(this);case 1:case 2:case 4:return i("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});return a}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],r=e.defineLocale("ur",{months:t,monthsShort:t,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,n){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return r}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,n){return e<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,n=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},function(e,t,n){var r,i,a,o=n(13);(function(s,u){"object"===o(t)&&"undefined"!==typeof e?u(n(232)):(i=[n(232)],r=u,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a))})(0,(function(e){"use strict";var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},function(e,t,n){"use strict";(function(t){var r=n(4),i=n(13),a=r(n(13)),o=l(n(362)),s=r(n(363)),u=r(n(37)),c=r(n(30));function d(e){if("function"!==typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(d=function(e){return e?n:t})(e)}function l(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!==typeof e)return{default:e};var n=d(t);if(n&&n.has(e))return n.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var s=a?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(r,o,s):r[o]=e[o]}return r.default=e,n&&n.set(e,r),r}var f=[],h=!1,p=null,m=function(){if(h)return p;h=!0;var n=t.getStorageSync("userInfo"),r=n.refreshToken;if(r)return e.exports.post(o.refreshToken,{refreshToken:r},"application/json",null,!1,!1).then((function(e){var t=e.data.accessToken,r=e.data.refreshToken;return n.accessToken=t,n.refreshToken=r,c.default.commit("setUserInfo",n),t})).catch((function(e){return h=!1,Promise.reject(e)}));c.default.commit("setUserInfo",null),t.removeStorageSync("userInfo"),setTimeout((function(){t.navigateBack({delta:1})}),1500),t.showToast({title:"登录过期,请重新登录",icon:"none",mask:!0})},g=function(e){var n=t.getStorageSync("userInfo")?t.getStorageSync("userInfo").accessToken:null;if(n&&(e.header["Authorization"]="Bearer "+n),e.data&&"object"===(0,a.default)(e.data))for(var r in e.data)"oldFieldName"===r&&(e.data["newFieldName"]=e.data[r],delete e.data[r]);return e},y=function e(n,r){var i=n[1].data.status||n[1].data.code;if(i&&401===i){var a=r;return new Promise((function(n,r){f.push((function(){return a.header["Authorization"]="Bearer "+c.default.state.userInfo.accessToken,t.request(a).then((function(t){if(401===t[1].data.status||401===t[1].data.code)return e(t,a);n(t[1])})).catch(r)})),m().then((function(){f.forEach((function(e){return e()})),f=[]})).catch(r)}))}return i&&400==i&&(c.default.commit("setUserInfo",null),console.log(c.default,"store清除了吗"),t.removeStorageSync("userInfo"),setTimeout((function(){t.navigateBack({delta:1})}),1500),t.showToast({title:"登录过期,请重新登录",icon:"none",mask:!0})),n[1]};e.exports={config:function(e){var t=null;if(e){var n=e.split(".");if(t=n.length>1?configdata[n[0]][n[1]]||null:configdata[e]||null,null==t){var r=s.default.get("web_config");r&&(t=n.length>1?r[n[0]][n[1]]||null:r[e]||null)}}return t},post:function(e,n,r,i,a,o){if(console.log(e,n,r,i,a,"post 请求参数"),!1!==a)for(var s in n)n[s]=u.default.aesMinEncrypt(n[s]);r="json"===r?"application/json":"application/x-www-form-urlencoded";var d={"content-type":r,"Cache-Control":"no-cache"};if(!0===o){var l=c.default.state.userInfo.accessToken||t.getStorageSync("userInfo").accessToken;d["Authorization"]="Bearer "+l}return i&&""!==i&&null!==i&&void 0!==i&&(d["tenant-id"]=i),new Promise((function(i,a){var o={url:e,data:"application/json"===r?JSON.stringify(n):n,method:"POST",header:d,xhrFields:{withCredentials:!0}};o=g(o),t.request(o).then((function(e){var t=y(e,o);t instanceof Promise?t.then((function(e){i.call(self,e.data)})).catch((function(e){console.error("POST 请求错误:",e),a.call(self,e)})):i.call(self,t.data)})).catch((function(e){console.error("POST 请求失败:",e),a.call(self,e)}))}))},put:function(e,n,r,i,a,o){if(console.log(e,n,r,i,a,"get 请求参数"),!1!==a)for(var s in n)n[s]=u.default.aesMinEncrypt(n[s]);r=r||"application/x-www-form-urlencoded";var c={"content-type":r,"Cache-Control":"no-cache"};if(!0===o){var d=t.getStorageSync("userInfo").accessToken;c["Authorization"]="Bearer "+d}return i&&""!==i&&null!==i&&void 0!==i&&(c["tenant-id"]=i),new Promise((function(i,a){var o={url:e,data:n,method:"PUT",header:c};if("application/x-www-form-urlencoded"===r&&"PUT"===o.method){var s=[];for(var u in n)s.push("".concat(u,"=").concat(encodeURIComponent(n[u])));o.url+="?".concat(s.join("&")),o.data={}}o=g(o),t.request(o).then((function(e){var t=y(e,o);t instanceof Promise?t.then((function(e){i.call(self,e.data)})).catch((function(e){console.error("PUT 请求错误:",e),a.call(self,e)})):i.call(self,t.data)})).catch((function(e){console.error("PUT 请求失败:",e),a.call(self,e)}))}))},get:function(e,n,r,i,a,o){if(!1!==a)for(var s in n)n[s]=u.default.aesMinEncrypt(n[s]);r=r||"application/x-www-form-urlencoded";var c={"content-type":r,"Cache-Control":"no-cache"};if(!0===o){var d=t.getStorageSync("userInfo").accessToken;c["Authorization"]="Bearer "+d}return i&&""!==i&&null!==i&&void 0!==i&&(c["tenant-id"]=i),new Promise((function(r,i){var a={url:e,data:n,method:"GET",header:c};console.log("config".config),a=g(a),t.request(a).then((function(e){var t=y(e,a);t instanceof Promise?t.then((function(e){r.call(self,e.data)})).catch((function(e){console.error("GET 请求错误:",e),i.call(self,e)})):r.call(self,t.data)})).catch((function(e){console.error("GET 请求失败:",e),i.call(self,e)}))}))}}}).call(this,n(2)["default"])},function(e,t){var n="https://eluyou.ailuquan.cn",r="https://eluyou.ailuquan.cn",i="https://eluyou.ailuquan.cn",a="";e.exports={REAUEST_ROOTPATH:n,ROOTPATH:r,HANDDRAWNNAME:a,PWPATH:i,ARER_CODE:"131401",ARER_CODE_FOUR:"131401",lunbo_url:n+"/mobile/index/getLoopPic.do",messagelist:n+"/mobile/messageInfo/messagelist",sceniclist:n+"/mobile/scenic/sceniclist",scenicDetial:n+"/mobile/scenic/getDetailes.do",techanlist:n+"/mobile/shopping/getSpecialList",getProposalFood:n+"/mobile/food/delicacyFood/getProposalFood",getFoodList:n+"/mobile/food/delicacyFood/getFood",getFoodDetail:n+"/mobile/food/delicacyFood/getFood",getRestaurantList:n+"/mobile/food/restaurant/getRestaurant",getSpecialGoodDetail:n+"/mobile/shopping/getShoppingById",getMessageDetail:n+"/mobile/messageInfo/messages",getscenicList:n+"/mobile/scenic/getScenicList.do",getAmuseList:n+"/mobile/amuse/getAmuseList.do",getLineList:n+"/mobile/line/getLineList.do",getHotelList:n+"/mobile/gyhotel/getgyHotel.do",getHomestayList:n+"/admin-api/homestay/HotelApp/pageListHotel",getHomestayDetail:n+"/admin-api/homestay/HotelApp/getHotelInfoVo",createHotelOrder:n+"/admin-api/homestay/HotelOrder/createHotelOrder",userCancelUpdateOrder:n+"/admin-api/homestay/HotelOrder/userCancelUpdateOrder",getDictDataList:n+"/admin-api/homestay/HotelOrder/getDictDataList",aiSendMsg:n+"/app-api/wechatshop/ai/sendMsg",getWeatherForecast:n+"/app-api/wechatshop/weather/getWeatherForecast",getRealTimeWeather:n+"/app-api/wechatshop/weather/getRealTimeWeather",getTtranslate:n+"/app-api/wechatshop/toolTranslate/translate",getMethodList:n+"/mobile/WalkthroughType/selectWalkthroughType",getMethodRecommendList:n+"/mobile/WalkthroughType/selectMessageRecommend",selectMessageWalkthroughType:n+"/mobile/WalkthroughType/selectMessageWalkthroughType",getVideoList:n+"/mobile/WalkthroughType/selectVideoSoundList",getHotevenList:n+"/mobile/hotevent/getHoteventList.do",getHotevenDetail:n+"/mobile/hotevent/getDetailes.do",getScenicLiveTvList:n+"/mobile/index/getScenicLiveTv.do",getnear:n+"/mobile/appnear/getnear.do",scenicgoodlist:n+"/mobile/scenic/scenicgoodlist",getCommentFromMobile:n+"/mobile/scenic/getCommentFromMobile",totalnumAndPj:n+"/mobile/scenic/totalnumAndPj",hotelgoodlist:n+"/mobile/gyhotel/hotelgoodlist",hoteltotalnumAndPj:n+"/mobile/gyhotel/hoteltotalnumAndPj",wisdomGuide:r+"/sjz_qyly/map/index.html",searchList:n+"/mobile/conlumnInfo/getAllDataByBcode",getAllConlumn:n+"/mobile/conlumnInfo/getAllConlumn",getCircumData:n+"/mobile/messageInfo/getCircumData.do",jilu:n+"/mobile/messageInfo/messageInfoBrowsenum",dianzan:n+"/mobile/messageInfo/messageInfoEventLike",hotevenJilu:n+"/mobile/hotevent/hoteventRead.do",hotevenDianzan:n+"/mobile/hotevent/hoteventLike.do",realTimeCar:n+"/mobile/cyjcstat/realTimeCar",getYbsjSysParam:n+"/mobile/system/getYbsjSysParam.do",campsitedetail:n+"/mobile/messageInfo/messages",quyuList:n+"/mobile/sort/getCondition.do",getgyHoteldetails:n+"/mobile/gyhotel/getgyHoteldetails.do",getAllDataByBcode:n+"/mobile/conlumnInfo/getAllDataByBcode",methodDetail:n+"/mobile/method/getDetailes",tousuList:n+"/mobile/messageInfo/getAreaFromType.do",travelroutedetail:n+"/mobile/line/getDetail.do",huanjing:n+"/mobile/cyjcstat/envMonitoring",getAittoData:n+"/mobile/h5/getAittoData.do",getOauthWxUser:r+"/weixin/get",getUserOrderCount:"/phone/api/getUserOrderCount",getLogin:"/phone/api/getLogin",getUserOrder:"/phone/api/getUserOrder",getUserOrderInfo:"/phone/api/getUserOrderInfo",uploadPicture:"/phone/api/uploadPicture",commentSave:"/phone/api/commentSave",getSpotInfo:"/phone/api/getSpotInfo",getSpotSuitVilTime:"/phone/api/getSpotSuitVilTime",getSpotSuitInfo:"/phone/api/getSpotSuitInfo",spotCreate:"/phone/api/spotCreate",paymentJSAPI:"/phone/api/paymentJSAPI",userCancelOrder:"/phone/api/userCancelOrder",LoginUN:"/phone/api/LoginUN",paymentH5:"/phone/api/paymentH5",insertScinceGoodComment:n+"/mobile/scenic/insertScinceGoodComment",imgPushFun:n+"/mobile/jpush/imgPush.do",getMessageInfoFormFilter:n+"/mobile/messageInfo/getMessageInfoFormFilter",getMessageInfoFormFilter_two:n+"/mobile/messageInfo/getMessageInfoFormFilter_two",getMessageInfoFormFilter_food:n+"/mobile/messageInfo/getMessageInfoFormFilter_food",getMessgeInfoDetailFormId:n+"/mobile/messageInfo/getMessgeInfoDetailFormId",getSysParamFormRegion:n+"/mobile/sysParam/getSysParamFormRegion",getCondition:n+"/mobile/sort/getCondition.do",getLineInfoFormFilterByPage:n+"/mobile/lineInfo/getLineInfoFormFilterByPage",getLineDetailFormId:n+"/mobile/lineInfo/getLineDetailFormId",updateMessageInfoUBFeildFormId:n+"/mobile/messageInfo/updateMessageInfoUBFeildFormId",getMapData:n+"/mobile/h5/getTenXData",getRedisData:n+"/mobile/messageInfo/getRedisData.do",getScenicListToMap:n+"/mobile/scenic/getScenicListToMap",getHotelListToMap:n+"/mobile/gyhotel/getHotelListToMap",getScenicListFormFilter:n+"/mobile/scenic/getScenicListFormFilter",getWeather:n+"/mobile/weather/getweather",saveUser:n+"/mobile/weixin/saveUserInfo",getUserInterest:n+"/mobile/interest/getUserInterest.do",addUserInterest:n+"/mobile/interest/addUserInterest.do",selectControlListFormFilter:n+"/mobile/complaint/selectControlListFormFilter",getAddressByLatLng:n+"/mobile/h5/getAddressByLatLng",fileUpload:n+"/mobile/file/upload",base64Upload:n+"/mobile/file/base64Upload",addFeedback:n+"/mobile/complaint/addFeedback",getMapScenicList:n+"/mobile/mapScenic/getMapScenicList",getAllDataListPage:n+"/mobile/allDataList/getAllDataList",wxLiveAdd:n+"/mobile/wxLive/liveAdd.do",wxQueryLive:n+"/mobile/wxLive/queryLive.do",wxGetLiveUrl:n+"/mobile/wxLive/getLiveUrl.do",generalTranslation:n+"/mobile/translate/generalTranslation",photoTranslation:n+"/mobile/translate/photoTranslation",objectDistinguish:n+"/mobile/translate/objectDistinguish",insertLoginLog:n+"/mobile/ybsjLoginLogInfo/insertLoginLog",saveOperatorLog:n+"/mobile/ybsjLoginLogInfo/saveOperatorLog",getDicByDicnum:n+"/mobile/dictionary/getDicByDicnum",getScenic:n+"/mobile/reserve/subscribeScenic",scenicState:n+"/mobile/reserve/scenicState",reserveScenic:n+"/mobile/reserve/scenic",myReserve:n+"/mobile/reserve/myReserve",cancelReserve:n+"/mobile/reserve/cancelReserve",scanQrCode:n+"/mobile/reserve/scanQrCode",confirmReserve:n+"/mobile/reserve/confirmReserve",scanRecored:n+"/mobile/reserve/scanRecored",scenicAdminLogin:n+"/mobile/weixin/scenicAdminLogin",getCommentList:n+"/mobile/comment/getCommentList",getCommentDetail:n+"/mobile/comment/getCommentDetail",saveCommentInteract:n+"/mobile/comment/saveCommentInteract",saveCommentDetail:n+"/mobile/comment/saveCommentDetail",getDimensionList:n+"/mobile/comment/getDimensionList",getScenicVolume:n+"/mobile/scenic/getScenicVolume",subscribeScenic:n+"/mobile/reserve/subscribeScenic",scenicDetail:n+"/mobile/reserve/scenicDetail",scenicTimeList:n+"/mobile/reserve/scenicTimeList",saveReserveInfo:n+"/mobile/reserve/saveReserveInfo",reserveDetail:n+"/mobile/reserve/reserveDetail",loginApp:n+"/mobile/weixin/loginApp",registerUserApp:n+"/mobile/weixin/registerUserApp",getScenicListByGuids:n+"/mobile/scenic/getScenicListByGuids",deleteUserApp:n+"/mobile/weixin/deleteUserApp",pageComplaintinfo:i+"/app-api/wechatshop/complaintinfo/pageComplaintinfo",createComplaintinfo:i+"/app-api/wechatshop/complaintinfo/createComplaintinfo",getComplaintinfo:i+"/app-api/wechatshop/complaintinfo/getComplaintinfo",getTicketSortList:i+"/app-api/wechatshop/ticket/getTicketSortList",getTicketList:i+"/app-api/wechatshop/ticket/getTicketList",isQuota:i+"/app-api/wechatshop/ticket/isQuota",getTicketInfo:i+"/app-api/wechatshop/ticket/getTicketInfo",getScencAndTicketInfo:i+"/app-api/wechatshop/ticket/getScencAndTicketInfo",getTicketDateInventory:i+"/app-api/wechatshop/ticket/getTicketDateInventory",verifyAndCreateOrder:i+"/app-api/wechatshop/ticket/verifyAndCreateOrder",isHaveOrder:i+"/app-api/wechatshop/ticket/isHaveOrder",getOrderList:i+"/app-api/wechatshop/order/getOrderList",cancelOrder:i+"/app-api/wechatshop/order/cancelOrder",delectOrder:i+"/app-api/wechatshop/order/delectOrder",getOrderDetails:i+"/app-api/wechatshop/order/getOrderDetails",payOrder:i+"/app-api/pay/order/submit",refund:i+"/app-api/pay/refund/refund",refundWeChat:i+"/app-api/pay/refund/refundWeChat",getQmxTicketDoc:i+"/app-api/wechatshop/ticket/getQmxTicketDoc",getOrderExpireTime:i+"/app-api/wechatshop/order/getOrderExpireTime",getPhone:i+"/app-api/wechatshop/auth/getWeChatUserMobile",weChatLogin:i+"/app-api/wechatshop/auth/weChatLogin",refreshToken:i+"/admin-api/system/auth/refresh-token",getHomestayOrderDetail:i+"/admin-api/homestay/HotelOrder/selectUserOrderOne",getHomestayOrderList:i+"/admin-api/homestay/HotelOrder/selectPageUser",getHomestayOrderRefund:i+"/admin-api/homestay/HotelOrder/getHotelRefundLog",getMerchantOrderList:i+"/admin-api/homestay/merchantOrder/selectPageUserMerchantOrder",getMerchantOrderDetails:i+"/admin-api/homestay/merchantOrder/selectDetailsUserMerchantOrder",getMerchantOrderCancelOrder:i+"/admin-api/homestay/merchantOrder/cancelOrder",getMerchantDictDataList:i+"/admin-api/homestay/merchantOrder/getDictDataList",getMerchantRefundLog:i+"/admin-api/homestay/merchantOrder/getMerchantRefundLog",selectAppGoodsPage:i+"/admin-api/homestay/merchantOrder/selectAppGoodsPage",selectAppGoodsDetails:i+"/admin-api/homestay/merchantOrder/selectAppGoodsDetails",createMerchantOrder:i+"/admin-api/homestay/merchantOrder/createMerchantOrder"}},function(e,t,n){(function(t){var n="_mallStore";function r(e,r,i){t.setStorageSync(e,r);var a=parseInt(i);if(a>0){var o=Date.parse(new Date);o=o/1e3+a,t.setStorageSync(e+n,o+"")}else t.removeStorageSync(e+n)}function i(e,r){var i=parseInt(t.getStorageSync(e+n));if(i&&parseInt(i)>2,a=(3&t)<<4|n>>4,o=(15&n)<<2|r>>6,s=63&r,isNaN(n)?o=s=64:isNaN(r)&&(s=64),u=u+this._keyStr.charAt(i)+this._keyStr.charAt(a)+this._keyStr.charAt(o)+this._keyStr.charAt(s);return u},decode:function(e){var t,n,r,i,a,o,s,u="",c=0;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(c>4,n=(15&a)<<4|o>>2,r=(3&o)<<6|s,u+=String.fromCharCode(t),64!=o&&(u+=String.fromCharCode(n)),64!=s&&(u+=String.fromCharCode(r));return u=this._utf8_decode(u),u},_utf8_encode:function(e){e=e.replace(/\r\n/g,"\n");for(var t="",n=0;n127&&r<2048?(t+=String.fromCharCode(r>>6|192),t+=String.fromCharCode(63&r|128)):(t+=String.fromCharCode(r>>12|224),t+=String.fromCharCode(r>>6&63|128),t+=String.fromCharCode(63&r|128))}return t},_utf8_decode:function(e){var t="",n=0,r=0,i=0;while(n191&&r<224?(i=e.charCodeAt(n+1),t+=String.fromCharCode((31&r)<<6|63&i),n+=2):(i=e.charCodeAt(n+1),c3=e.charCodeAt(n+2),t+=String.fromCharCode((15&r)<<12|(63&i)<<6|63&c3),n+=3);return t}}},function(e,t){e.exports={safe_add:function(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n},rol:function(e,t){return e<>>32-t},cmn:function(e,t,n,r,i,a){return this.safe_add(this.rol(this.safe_add(this.safe_add(t,e),this.safe_add(r,a)),i),n)},ff:function(e,t,n,r,i,a,o){return this.cmn(t&n|~t&r,e,t,i,a,o)},gg:function(e,t,n,r,i,a,o){return this.cmn(t&r|n&~r,e,t,i,a,o)},hh:function(e,t,n,r,i,a,o){return this.cmn(t^n^r,e,t,i,a,o)},ii:function(e,t,n,r,i,a,o){return this.cmn(n^(t|~r),e,t,i,a,o)},coreMD5:function(e){for(var t=1732584193,n=-271733879,r=-1732584194,i=271733878,a=0;a>2]>>r%4*8+4&15)+t.charAt(e[r>>2]>>r%4*8&15);return n},binl2b64:function(e){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n="",r=0;r<32*e.length;r+=6)n+=t.charAt(e[r>>5]<>6]>>32-r%32&63);return n},str2binl:function(e){for(var t=1+(e.length+8>>6),n=new Array(16*t),r=0;r<16*t;r++)n[r]=0;for(r=0;r>2]|=(255&e.charCodeAt(r))<>2]|=128<>5),n=new Array(16*t),r=0;r<16*t;r++)n[r]=0;for(r=0;r>1]|=e.charCodeAt(r)<>1]|=128<0&&void 0!==arguments[0]?arguments[0]:"url",n=this[e];n&&t[this.linkType]({url:n})},$uGetRect:function(e,n){var r=this;return new Promise((function(i){t.createSelectorQuery().in(r)[n?"selectAll":"select"](e).boundingClientRect((function(e){n&&Array.isArray(e)&&e.length&&i(e),!n&&e&&i(e)})).exec()}))},getParentData:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.parent||(this.parent={}),this.parent=t.$u.$parent.call(this,n),this.parent.children&&-1===this.parent.children.indexOf(this)&&this.parent.children.push(this),this.parent&&this.parentData&&Object.keys(this.parentData).map((function(t){e.parentData[t]=e.parent[t]}))},preventEvent:function(e){e&&"function"===typeof e.stopPropagation&&e.stopPropagation()},noop:function(e){this.preventEvent(e)}},onReachBottom:function(){t.$emit("uOnReachBottom")},beforeDestroy:function(){var e=this;if(this.parent&&t.$u.test.array(this.parent.children)){var n=this.parent.children;n.map((function(t,r){t===e&&n.splice(r,1)}))}}}}).call(this,n(2)["default"])},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={options:{virtualHost:!0}};t.default=r},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(372)),a=i.default;t.default=a},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(11)),a=r(n(23)),o=r(n(24)),s=r(n(373)),u=r(n(381)),c=r(n(382)),d=r(n(383)),l=n(376),f=r(n(384));function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:{};(0,a.default)(this,e),(0,l.isPlainObject)(t)||(t={},console.warn("设置全局参数必须接收一个Object")),this.config=(0,f.default)(p(p({},d.default),t)),this.interceptors={request:new u.default,response:new u.default}}return(0,o.default)(e,[{key:"setConfig",value:function(e){this.config=e(this.config)}},{key:"middleware",value:function(e){e=(0,c.default)(this.config,e);var t=[s.default,void 0],n=Promise.resolve(e);this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));while(t.length)n=n.then(t.shift(),t.shift());return n}},{key:"request",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.middleware(e)}},{key:"get",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.middleware(p({url:e,method:"GET"},t))}},{key:"post",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"POST"},n))}},{key:"put",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"PUT"},n))}},{key:"delete",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"DELETE"},n))}},{key:"connect",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"CONNECT"},n))}},{key:"head",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"HEAD"},n))}},{key:"options",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"OPTIONS"},n))}},{key:"trace",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.middleware(p({url:e,data:t,method:"TRACE"},n))}},{key:"upload",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.url=e,t.method="UPLOAD",this.middleware(t)}},{key:"download",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t.url=e,t.method="DOWNLOAD",this.middleware(t)}}]),e}();t.default=m},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(374)),a=function(e){return(0,i.default)(e)};t.default=a},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(11)),a=r(n(375)),o=r(n(377)),s=r(n(380)),u=n(376);function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function d(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:{},n=t.method||e.method||"GET",r={baseURL:e.baseURL||"",method:n,url:t.url||"",params:t.params||{},custom:s(s({},e.custom||{}),t.custom||{}),header:(0,a.deepMerge)(e.header||{},t.header||{})},i=["getTask","validateStatus"];if(r=s(s({},r),u(i,e,t)),"DOWNLOAD"===n);else if("UPLOAD"===n){delete r.header["content-type"],delete r.header["Content-Type"];var o=["filePath","name","formData"];o.forEach((function(e){(0,a.isUndefined)(t[e])||(r[e]=t[e])}))}else{var c=["data","timeout","dataType","responseType"];r=s(s({},r),u(c,e,t))}return r};t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={baseURL:"",header:{},method:"GET",dataType:"json",responseType:"text",custom:{},timeout:6e4,validateStatus:function(e){return e>=200&&e<300}};t.default=r},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(13)),a=function(){function t(e,t){return null!=t&&e instanceof t}var n,r,a;try{n=Map}catch(f){n=function(){}}try{r=Set}catch(f){r=function(){}}try{a=Promise}catch(f){a=function(){}}function o(s,u,c,d,f){"object"===(0,i.default)(u)&&(c=u.depth,d=u.prototype,f=u.includeNonEnumerable,u=u.circular);var h=[],p=[],m="undefined"!=typeof e;function g(s,c){if(null===s)return null;if(0===c)return s;var y,_;if("object"!=(0,i.default)(s))return s;if(t(s,n))y=new n;else if(t(s,r))y=new r;else if(t(s,a))y=new a((function(e,t){s.then((function(t){e(g(t,c-1))}),(function(e){t(g(e,c-1))}))}));else if(o.__isArray(s))y=[];else if(o.__isRegExp(s))y=new RegExp(s.source,l(s)),s.lastIndex&&(y.lastIndex=s.lastIndex);else if(o.__isDate(s))y=new Date(s.getTime());else{if(m&&e.isBuffer(s))return e.from?y=e.from(s):(y=new e(s.length),s.copy(y)),y;t(s,Error)?y=Object.create(s):"undefined"==typeof d?(_=Object.getPrototypeOf(s),y=Object.create(_)):(y=Object.create(d),_=d)}if(u){var v=h.indexOf(s);if(-1!=v)return p[v];h.push(s),p.push(y)}for(var b in t(s,n)&&s.forEach((function(e,t){var n=g(t,c-1),r=g(e,c-1);y.set(n,r)})),t(s,r)&&s.forEach((function(e){var t=g(e,c-1);y.add(t)})),s){var w=Object.getOwnPropertyDescriptor(s,b);w&&(y[b]=g(s[b],c-1));try{var M=Object.getOwnPropertyDescriptor(s,b);if("undefined"===M.set)continue;y[b]=g(s[b],c-1)}catch(T){if(T instanceof TypeError)continue;if(T instanceof ReferenceError)continue}}if(Object.getOwnPropertySymbols){var k=Object.getOwnPropertySymbols(s);for(b=0;b0&&void 0!==s[0]?s[0]:{},r=s.length>1&&void 0!==s[1]?s[1]:{},a={},"string"===typeof n?(a.url=this.mixinParam(n,r),a.type="navigateTo"):(a=e.$u.deepMerge(this.config,n),a.url=this.mixinParam(n.url,n.params)),a.url!==e.$u.page()){t.next=6;break}return t.abrupt("return");case 6:if(r.intercept&&(this.config.intercept=r.intercept),a.params=r,a=e.$u.deepMerge(this.config,a),"function"!==typeof e.$u.routeIntercept){t.next=16;break}return t.next=12,new Promise((function(t,n){e.$u.routeIntercept(a,t)}));case 12:o=t.sent,o&&this.openPage(a),t.next=17;break;case 16:this.openPage(a);case 17:case"end":return t.stop()}}),t,this)})));function n(){return t.apply(this,arguments)}return n}()},{key:"openPage",value:function(t){var n=t.url,r=(t.type,t.delta),i=t.animationType,a=t.animationDuration;"navigateTo"!=t.type&&"to"!=t.type||e.navigateTo({url:n,animationType:i,animationDuration:a}),"redirectTo"!=t.type&&"redirect"!=t.type||e.redirectTo({url:n}),"switchTab"!=t.type&&"tab"!=t.type||e.switchTab({url:n}),"reLaunch"!=t.type&&"launch"!=t.type||e.reLaunch({url:n}),"navigateBack"!=t.type&&"back"!=t.type||e.navigateBack({delta:r})}}]),t}(),c=(new u).route;t.default=c}).call(this,n(2)["default"])},function(e,t,n){var r=n(387)();e.exports=r},function(e,t,n){var r=n(13)["default"];function i(){"use strict"; -/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=i=function(){return n},e.exports.__esModule=!0,e.exports["default"]=e.exports;var t,n={},a=Object.prototype,o=a.hasOwnProperty,s=Object.defineProperty||function(e,t,n){e[t]=n.value},u="function"==typeof Symbol?Symbol:{},c=u.iterator||"@@iterator",d=u.asyncIterator||"@@asyncIterator",l=u.toStringTag||"@@toStringTag";function f(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{f({},"")}catch(t){f=function(e,t,n){return e[t]=n}}function h(e,t,n,r){var i=t&&t.prototype instanceof b?t:b,a=Object.create(i.prototype),o=new E(r||[]);return s(a,"_invoke",{value:A(e,n,o)}),a}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}n.wrap=h;var m="suspendedStart",g="suspendedYield",y="executing",_="completed",v={};function b(){}function w(){}function M(){}var k={};f(k,c,(function(){return this}));var S=Object.getPrototypeOf,L=S&&S(S(P([])));L&&L!==a&&o.call(L,c)&&(k=L);var x=M.prototype=b.prototype=Object.create(k);function D(e){["next","throw","return"].forEach((function(t){f(e,t,(function(e){return this._invoke(t,e)}))}))}function T(e,t){function n(i,a,s,u){var c=p(e[i],e,a);if("throw"!==c.type){var d=c.arg,l=d.value;return l&&"object"==r(l)&&o.call(l,"__await")?t.resolve(l.__await).then((function(e){n("next",e,s,u)}),(function(e){n("throw",e,s,u)})):t.resolve(l).then((function(e){d.value=e,s(d)}),(function(e){return n("throw",e,s,u)}))}u(c.arg)}var i;s(this,"_invoke",{value:function(e,r){function a(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(a,a):a()}})}function A(e,n,r){var i=m;return function(a,o){if(i===y)throw Error("Generator is already running");if(i===_){if("throw"===a)throw o;return{value:t,done:!0}}for(r.method=a,r.arg=o;;){var s=r.delegate;if(s){var u=Y(s,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===m)throw i=_,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=y;var c=p(e,n,r);if("normal"===c.type){if(i=r.done?_:g,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=_,r.method="throw",r.arg=c.arg)}}}function Y(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator["return"]&&(n.method="return",n.arg=t,Y(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=p(i,e.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function E(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[c];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function n(){for(;++i=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),O(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;O(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:P(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),v}},n}e.exports=i,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t){function n(e,t,n,r,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void n(c)}s.done?t(u):Promise.resolve(u).then(r,i)}function r(e){return function(){var t=this,r=arguments;return new Promise((function(i,a){var o=e.apply(t,r);function s(e){n(o,i,a,s,u,"next",e)}function u(e){n(o,i,a,s,u,"throw",e)}s(void 0)}))}}e.exports=r,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){"use strict";function r(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=i(e,!1),o=r[0],s=r[1],u=r[2],c=i(t,!1),d=c[0],l=c[1],f=c[2],h=(d-o)/n,p=(l-s)/n,m=(f-u)/n,g=[],y=0;y1&&void 0!==arguments[1])||arguments[1],n=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(e=String(e).toLowerCase(),e&&n.test(e)){if(4===e.length){for(var r="#",i=1;i<4;i+=1)r+=e.slice(i,i+1).concat(e.slice(i,i+1));e=r}for(var a=[],o=1;o<7;o+=2)a.push(parseInt("0x".concat(e.slice(o,o+2))));return t?"rgb(".concat(a[0],",").concat(a[1],",").concat(a[2],")"):a}if(/^(rgb|RGB)/.test(e)){var s=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return s.map((function(e){return Number(e)}))}return e}function a(e){var t=e,n=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(/^(rgb|RGB)/.test(t)){for(var r=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),i="#",a=0;a=0}function b(e,t){return e>=t[0]&&e<=t[1]}function w(e,t){return e.length>=t[0]&&e.length<=t[1]}function M(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function k(e){switch((0,i.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function S(e){if("string"===typeof e)try{var t=JSON.parse(e);return!("object"!==(0,i.default)(t)||!t)}catch(n){return!1}return!1}function L(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function x(e){return"[object Object]"===Object.prototype.toString.call(e)}function D(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}function T(e){return"function"===typeof e}function A(e){return x(e)&&T(e.then)&&T(e.catch)}function Y(e){var t=e.split("?")[0],n=/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i;return n.test(t)}function j(e){var t=/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i;return t.test(e)}function O(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)}var E={email:a,mobile:o,url:s,date:u,dateISO:c,number:d,digits:f,idCard:h,carNo:p,amount:m,chinese:g,letter:y,enOrNum:_,contains:v,range:b,rangeLength:w,empty:k,isEmpty:k,jsonString:S,landline:M,object:x,array:L,code:D,func:T,promise:A,video:j,image:Y,regExp:O,string:l};t.default=E},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=null;function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(null!==r&&clearTimeout(r),n){var i=!r;r=setTimeout((function(){r=null}),t),i&&"function"===typeof e&&e()}else r=setTimeout((function(){"function"===typeof e&&e()}),t)}var a=i;t.default=a},function(e,t,n){"use strict";var r;function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];n?r||(r=!0,"function"===typeof e&&e(),setTimeout((function(){r=!1}),t)):r||(r=!0,setTimeout((function(){r=!1,"function"===typeof e&&e()}),t))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i;t.default=a},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(5)),a=r(n(13)),o=r(n(390)),s=n(394);function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return Math.max(e,Math.min(t,Number(n)))}function c(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return o.default.number(t)?n?"".concat(t,"px"):Number(t):/(rpx|upx)$/.test(t)?n?"".concat(e.upx2px(parseInt(t)),"px"):Number(e.upx2px(parseInt(t))):n?"".concat(parseInt(t),"px"):parseInt(t)}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:30;return new Promise((function(t){setTimeout((function(){t()}),e)}))}function l(){return e.getSystemInfoSync().platform.toLowerCase()}function f(){return e.getSystemInfoSync()}function h(e,t){if(e>=0&&t>0&&t>=e){var n=t-e+1;return Math.floor(Math.random()*n+e)}return 0}function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),i=[];if(n=n||r.length,e)for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"object";if(o.default.empty(e)||"object"===(0,a.default)(e)&&"object"===t||"string"===t&&"string"===typeof e)return e;if("object"===t){e=S(e);for(var n=e.split(";"),r={},i=0;i0&&void 0!==arguments[0]?arguments[0]:"auto",s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null!==(t=null===(n=e)||void 0===n||null===(r=n.$u)||void 0===r||null===(i=r.config)||void 0===i?void 0:i.unit)&&void 0!==t?t:"px";return a=String(a),o.default.number(a)?"".concat(a).concat(s):a}function _(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new WeakMap;if(null===e||"object"!==(0,a.default)(e))return e;if(n.has(e))return n.get(e);if(e instanceof Date)t=new Date(e.getTime());else if(e instanceof RegExp)t=new RegExp(e);else if(e instanceof Map)t=new Map(Array.from(e,(function(e){var t=(0,i.default)(e,2),r=t[0],a=t[1];return[r,_(a,n)]})));else if(e instanceof Set)t=new Set(Array.from(e,(function(e){return _(e,n)})));else if(Array.isArray(e))t=e.map((function(e){return _(e,n)}));else if("[object Object]"===Object.prototype.toString.call(e)){t=Object.create(Object.getPrototypeOf(e)),n.set(e,t);for(var r=0,o=Object.entries(e);r0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e=_(e),"object"!==(0,a.default)(e)||null===e||"object"!==(0,a.default)(t)||null===t)return e;var n=Array.isArray(e)?e.slice():Object.assign({},e);for(var r in t)if(t.hasOwnProperty(r)){var i=t[r],o=n[r];i instanceof Date?n[r]=new Date(i):i instanceof RegExp?n[r]=new RegExp(i):i instanceof Map?n[r]=new Map(i):i instanceof Set?n[r]=new Set(i):"object"===(0,a.default)(i)&&null!==i?n[r]=v(o,i):n[r]=i}return n}function b(e){console.error("uView提示:".concat(e))}function w(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))}function M(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=t?/^\d{10}$/.test(null===t||void 0===t?void 0:t.toString().trim())?new Date(1e3*t):"string"===typeof t&&/^\d+$/.test(t.trim())?new Date(Number(t)):"string"===typeof t&&t.includes("-")&&!t.includes("T")?new Date(t.replace(/-/g,"/")):new Date(t):new Date;var r={y:e.getFullYear().toString(),m:(e.getMonth()+1).toString().padStart(2,"0"),d:e.getDate().toString().padStart(2,"0"),h:e.getHours().toString().padStart(2,"0"),M:e.getMinutes().toString().padStart(2,"0"),s:e.getSeconds().toString().padStart(2,"0")};for(var a in r){var o=new RegExp("".concat(a,"+")).exec(n)||[],s=(0,i.default)(o,1),u=s[0];if(u){var c="y"===a&&2===u.length?2:0;n=n.replace(u,r[a].slice(c))}}return n}function k(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var n=(new Date).getTime()-e;n=parseInt(n/1e3);var r="";switch(!0){case n<300:r="刚刚";break;case n>=300&&n<3600:r="".concat(parseInt(n/60),"分钟前");break;case n>=3600&&n<86400:r="".concat(parseInt(n/3600),"小时前");break;case n>=86400&&n<2592e3:r="".concat(parseInt(n/86400),"天前");break;default:r=!1===t?n>=2592e3&&n<31536e3?"".concat(parseInt(n/2592e3),"个月前"):"".concat(parseInt(n/31536e3),"年前"):M(e,t)}return r}function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function L(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",r=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(n)&&(n="brackets");var a=function(t){var r=e[t];if(["",void 0,null].indexOf(r)>=0)return"continue";if(r.constructor===Array)switch(n){case"indices":for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:2e3;e.showToast({title:String(t),icon:"none",duration:n})}function D(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var n="";switch(e){case"primary":n="info-circle";break;case"info":n="info-circle";break;case"error":n="close-circle";break;case"warning":n="error-circle";break;case"success":n="checkmark-circle";break;default:n="checkmark-circle"}return t&&(n+="-fill"),n}function T(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:",";e="".concat(e).replace(/[^0-9+-Ee.]/g,"");var i=isFinite(+e)?+e:0,a=isFinite(+t)?Math.abs(t):0,o="undefined"===typeof r?",":r,u="undefined"===typeof n?".":n,c="";c=(a?(0,s.round)(i,a)+"":"".concat(Math.round(i))).split(".");var d=/(-?\d+)(\d{3})/;while(d.test(c[0]))c[0]=c[0].replace(d,"$1".concat(o,"$2"));return(c[1]||"").length1&&void 0!==arguments[1])||arguments[1],n=parseInt(e);return t?/s$/.test(e)?e:"".concat(e,e>30?"ms":"s"):/ms$/.test(e)?n:/s$/.test(e)?n>30?n:1e3*n:n}function Y(e){return"00".concat(e).slice(-2)}function j(t,n){var r=e.$u.$parent.call(t,"u-form-item"),i=e.$u.$parent.call(t,"u-form");r&&i&&i.validateField(r.prop,(function(){}),n)}function O(e,t){if(e){if("string"!==typeof t||""===t)return"";if(-1!==t.indexOf(".")){for(var n=t.split("."),r=e[n[0]]||{},i=1;i1){var i=n[0];t[i]&&"object"===(0,a.default)(t[i])||(t[i]={});n.shift();e(t[i],n,r)}else t[n[0]]=r};if("string"!==typeof t||""===t);else if(-1!==t.indexOf(".")){var i=t.split(".");r(e,i,n)}else e[t]=n}}function P(){var e,t,n=getCurrentPages();return"/".concat(null!==(e=null===(t=n[n.length-1])||void 0===t?void 0:t.route)&&void 0!==e?e:"")}function C(){var e=getCurrentPages();return e}function I(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=getCurrentPages(),n=t.length;return t[n-1+e]}function B(t){var n=t.props,r=void 0===n?{}:n,i=t.config,a=void 0===i?{}:i,o=t.color,s=void 0===o?{}:o,u=t.zIndex,c=void 0===u?{}:u,d=e.$u.deepMerge;e.$u.config=d(e.$u.config,a),e.$u.props=d(e.$u.props,r),e.$u.color=d(e.$u.color,s),e.$u.zIndex=d(e.$u.zIndex,c)}String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var n=this;if(n.length>=e)return String(n);var r=e-n.length,i=Math.ceil(r/t.length);while(i>>=1)t+=t,1===i&&(t+=t);return t.slice(0,r)+n});var H={range:u,getPx:c,sleep:d,os:l,sys:f,random:h,guid:p,$parent:m,addStyle:g,addUnit:y,deepClone:_,deepMerge:v,error:b,randomArray:w,timeFormat:M,timeFrom:k,trim:S,queryParams:L,toast:x,type2icon:D,priceFormat:T,getDuration:A,padZero:Y,formValidate:j,getProperty:O,setProperty:E,page:P,pages:C,getHistoryPage:I,setConfig:B};t.default=H}).call(this,n(2)["default"])},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.divide=p,t.enableBoundaryChecking=g,t.minus=h,t.plus=f,t.round=m,t.times=l;var i=r(n(395)),a=!0;function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return+parseFloat(Number(e).toPrecision(t))}function s(e){var t=e.toString().split(/[eE]/),n=(t[0].split(".")[1]||"").length-+(t[1]||0);return n>0?n:0}function u(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));var t=s(e);return t>0?o(Number(e)*Math.pow(10,t)):Number(e)}function c(e){a&&(e>Number.MAX_SAFE_INTEGER||e2)return d(t,l);var r=t[0],i=t[1],a=u(r),o=u(i),f=s(r)+s(i),h=a*o;return c(h),h/Math.pow(10,f)}function f(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,f);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)+l(i,a))/a}function h(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,h);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)-l(i,a))/a}function p(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,p);var r=t[0],i=t[1],a=u(r),f=u(i);return c(a),c(f),l(a/f,o(Math.pow(10,s(i)-s(r))))}function m(e,t){var n=Math.pow(10,t),r=p(Math.round(Math.abs(l(e,n))),n);return e<0&&0!==r&&(r=l(r,-1)),r}function g(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];a=e}var y={times:l,plus:f,minus:h,divide:p,round:m,enableBoundaryChecking:g};t.default=y},function(e,t,n){var r=n(6),i=n(20),a=n(8),o=n(10);function s(e){return r(e)||i(e)||a(e)||o()}e.exports=s,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r="2.0.36";console.log("\n %c uView V".concat(r," %c https://uviewui.com/ \n\n"),"color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px;");var i={v:r,version:r,type:["primary","success","info","error","warning"],color:{"u-primary":"#2979ff","u-warning":"#ff9900","u-success":"#19be6b","u-error":"#fa3534","u-info":"#909399","u-main-color":"#303133","u-content-color":"#606266","u-tips-color":"#909399","u-light-color":"#c0c4cc"},unit:"px"};t.default=i},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(11)),a=r(n(396)),o=r(n(398)),s=r(n(399)),u=r(n(400)),c=r(n(401)),d=r(n(402)),l=r(n(403)),f=r(n(404)),h=r(n(405)),p=r(n(406)),m=r(n(407)),g=r(n(408)),y=r(n(409)),_=r(n(410)),v=r(n(411)),b=r(n(412)),w=r(n(413)),M=r(n(414)),k=r(n(415)),S=r(n(416)),L=r(n(417)),x=r(n(418)),D=r(n(419)),T=r(n(420)),A=r(n(421)),Y=r(n(422)),j=r(n(423)),O=r(n(424)),E=r(n(425)),P=r(n(426)),C=r(n(427)),I=r(n(428)),B=r(n(429)),H=r(n(430)),R=r(n(431)),N=r(n(432)),U=r(n(433)),F=r(n(434)),z=r(n(435)),W=r(n(436)),q=r(n(437)),V=r(n(438)),J=r(n(439)),K=r(n(440)),Q=r(n(441)),$=r(n(442)),G=r(n(443)),X=r(n(444)),Z=r(n(446)),ee=r(n(447)),te=r(n(448)),ne=r(n(449)),re=r(n(450)),ie=r(n(451)),ae=r(n(452)),oe=r(n(453)),se=r(n(454)),ue=r(n(455)),ce=r(n(456)),de=r(n(457)),le=r(n(458)),fe=r(n(459)),he=r(n(460)),pe=r(n(461)),me=r(n(462)),ge=r(n(463)),ye=r(n(464)),_e=r(n(465)),ve=r(n(466)),be=r(n(467)),we=r(n(468)),Me=r(n(469)),ke=r(n(470)),Se=r(n(471)),Le=r(n(472)),xe=r(n(473)),De=r(n(474)),Te=r(n(475)),Ae=r(n(476)),Ye=r(n(477)),je=r(n(478)),Oe=r(n(479)),Ee=r(n(480)),Pe=r(n(481)),Ce=r(n(482)),Ie=r(n(483)),Be=r(n(484)),He=r(n(485)),Re=r(n(486));function Ne(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ue(e){for(var t=1;t",quot:'"',apos:"'",ensp:" ",emsp:" ",nbsp:" ",semi:";",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"},tagStyle:{address:"font-style:italic",big:"display:inline;font-size:1.2em",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",mark:"background-color:yellow",pre:"font-family:monospace;white-space:pre",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"}},u=t.getSystemInfoSync(),c=u.windowWidth,d=f(" ,\r,\n,\t,\f"),l=0;function f(e){for(var t=Object.create(null),n=e.split(","),r=n.length;r--;)t[n[r]]=!0;return t}function h(e,t){var n=e.indexOf("&");while(-1!=n){var r=e.indexOf(";",n+3),i=void 0;if(-1==r)break;"#"==e[n+1]?(i=parseInt(("x"==e[n+2]?"0":"")+e.substring(n+2,r)),isNaN(i)||(e=e.substr(0,n)+String.fromCharCode(i)+e.substr(r+1))):(i=e.substring(n+1,r),(s.entities[i]||"amp"==i&&t)&&(e=e.substr(0,n)+(s.entities[i]||"&")+e.substr(r+1))),n=e.indexOf("&",n+1)}return e}function p(e){this.options=e||{},this.tagStyle=Object.assign(s.tagStyle,this.options.tagStyle),this.imgList=e.imgList||[],this.plugins=e.plugins||[],this.attrs=Object.create(null),this.stack=[],this.nodes=[]}function m(e){this.handler=e}p.prototype.parse=function(e){for(var t=this.plugins.length;t--;)this.plugins[t].onUpdate&&(e=this.plugins[t].onUpdate(e,s)||e);new m(this).parse(e);while(this.stack.length)this.popNode();return this.nodes},p.prototype.expose=function(){for(var e=this.stack.length;e--;){var t=this.stack[e];if("a"==t.name||t.c)return;t.c=1}},p.prototype.hook=function(e){for(var t=this.plugins.length;t--;)if(this.plugins[t].onParse&&0==this.plugins[t].onParse(e,this))return!1;return!0},p.prototype.getUrl=function(e){var t=this.options.domain;return"/"==e[0]?"/"==e[1]?e="".concat(t?t.split("://")[0]:"http",":").concat(e):t&&(e=t+e):!t||e.includes("data:")||e.includes("://")||(e="".concat(t,"/").concat(e)),e},p.prototype.parseStyle=function(e){var t=e.attrs,n=(this.tagStyle[e.name]||"").split(";").concat((t.style||"").split(";")),r={},i="";t.id&&(this.options.useAnchor?this.expose():"img"!=e.name&&"a"!=e.name&&"video"!=e.name&&"audio"!=e.name&&(t.id=void 0)),t.width&&(r.width=parseFloat(t.width)+(t.width.includes("%")?"%":"px"),t.width=void 0),t.height&&(r.height=parseFloat(t.height)+(t.height.includes("%")?"%":"px"),t.height=void 0);for(var a=0,o=n.length;a0||l.includes("safe"))i+=";".concat(u,":").concat(l);else if(!r[u]||l.includes("import")||!r[u].includes("import")){if(l.includes("url")){var f=l.indexOf("(")+1;if(f){while('"'==l[f]||"'"==l[f]||d[l[f]])f++;l=l.substr(0,f)+this.getUrl(l.substr(f))}}else l.includes("rpx")&&(l=l.replace(/[0-9.]+\s*rpx/g,(function(e){return"".concat(parseFloat(e)*c/750,"px")})));r[u]=l}}}return e.attrs.style=i,r},p.prototype.onTagName=function(e){this.tagName=this.xml?e:e.toLowerCase(),"svg"==this.tagName&&(this.xml=!0)},p.prototype.onAttrName=function(e){e=this.xml?e:e.toLowerCase(),"data-"==e.substr(0,5)?"data-src"!=e||this.attrs.src?"img"==this.tagName||"a"==this.tagName?this.attrName=e:this.attrName=void 0:this.attrName="src":(this.attrName=e,this.attrs[e]="T")},p.prototype.onAttrVal=function(e){var t=this.attrName||"";"style"==t||"href"==t?this.attrs[t]=h(e,!0):t.includes("src")?this.attrs[t]=this.getUrl(h(e,!0)):t&&(this.attrs[t]=e)},p.prototype.onOpenTag=function(e){var t=Object.create(null);t.name=this.tagName,t.attrs=this.attrs,this.attrs=Object.create(null);var n=t.attrs,r=this.stack[this.stack.length-1],i=r?r.children:this.nodes,a=this.xml?e:s.voidTags[t.name];if("embed"==t.name){var o=n.src||"";o.includes(".mp4")||o.includes(".3gp")||o.includes(".m3u8")||(n.type||"").includes("video")?t.name="video":(o.includes(".mp3")||o.includes(".wav")||o.includes(".aac")||o.includes(".m4a")||(n.type||"").includes("audio"))&&(t.name="audio"),n.autostart&&(n.autoplay="T"),n.controls="T"}if("video"!=t.name&&"audio"!=t.name||("video"!=t.name||n.id||(n.id="v".concat(l++)),n.controls||n.autoplay||(n.controls="T"),t.src=[],n.src&&(t.src.push(n.src),n.src=void 0),this.expose()),a){if(!this.hook(t)||s.ignoreTags[t.name])return void("base"!=t.name||this.options.domain?"source"==t.name&&r&&("video"==r.name||"audio"==r.name)&&n.src&&r.src.push(n.src):this.options.domain=n.href);var u=this.parseStyle(t);if("img"==t.name){if(n.src&&(n.src.includes("webp")&&(t.webp="T"),n.src.includes("data:")&&!n["original-src"]&&(n.ignore="T"),!n.ignore||t.webp||n.src.includes("cloud://"))){for(var d=this.stack.length;d--;){var f=this.stack[d];if("a"==f.name){t.a=f.attrs;break}var h=f.attrs.style||"";if(!h.includes("flex:")||h.includes("flex:0")||h.includes("flex: 0")||u.width&&u.width.includes("%"))if(h.includes("flex")&&"100%"==u.width)for(var p=d+1;p.5?y[_].toUpperCase():y[_]}v+=y.substr(_),y=v}}this.imgList.push(y)}"inline"==u.display&&(u.display=""),n.ignore&&(u["max-width"]=u["max-width"]||"100%",n.style+=";-webkit-touch-callout:none"),parseInt(u.width)>c&&(u.height=void 0),u.width&&(u.width.includes("auto")?u.width="":(t.w="T",u.height&&!u.height.includes("auto")&&(t.h="T")))}else if("svg"==t.name)return i.push(t),this.stack.push(t),void this.popNode();for(var b in u)u[b]&&(n.style+=";".concat(b,":").concat(u[b].replace(" !important","")));n.style=n.style.substr(1)||void 0}else("pre"==t.name||(n.style||"").includes("white-space")&&n.style.includes("pre"))&&(this.pre=t.pre=!0),t.children=[],this.stack.push(t);i.push(t)},p.prototype.onCloseTag=function(e){var t;for(e=this.xml?e:e.toLowerCase(),t=this.stack.length;t--;)if(this.stack[t].name==e)break;if(-1!=t)while(this.stack.length>t)this.popNode();else if("p"==e||"br"==e){var n=this.stack.length?this.stack[this.stack.length-1].children:this.nodes;n.push({name:e,attrs:{}})}},p.prototype.popNode=function(){var e=this.stack.pop(),n=e.attrs,i=e.children,a=this.stack[this.stack.length-1],u=a?a.children:this.nodes;if(!this.hook(e)||s.ignoreTags[e.name])return"title"==e.name&&i.length&&"text"==i[0].type&&this.options.setTitle&&t.setNavigationBarTitle({title:i[0].text}),void u.pop();if(e.pre){e.pre=this.pre=void 0;for(var d=this.stack.length;d--;)this.stack[d].pre&&(this.pre=!0)}var l={};if("svg"==e.name){var f="",h=n,p=h.style;return n.style="",n.xmlns="http://www.w3.org/2000/svg",function e(t){for(var n in f+="<".concat(t.name),t.attrs){var r=t.attrs[n];r&&("viewbox"==n&&(n="viewBox"),f+=" ".concat(n,'="').concat(r,'"'))}if(t.children){f+=">";for(var i=0;i")}else f+="/>"}(e),e.name="img",e.attrs={src:"data:image/svg+xml;utf8,".concat(f.replace(/#/g,"%23")),style:p,ignore:"T"},e.children=void 0,void(this.xml=!1)}if(n.align&&("table"==e.name?"center"==n.align?l["margin-inline-start"]=l["margin-inline-end"]="auto":l.float=n.align:l["text-align"]=n.align,n.align=void 0),"font"==e.name&&(n.color&&(l.color=n.color,n.color=void 0),n.face&&(l["font-family"]=n.face,n.face=void 0),n.size)){var m=parseInt(n.size);isNaN(m)||(m<1?m=1:m>7&&(m=7),l["font-size"]=["xx-small","x-small","small","medium","large","x-large","xx-large"][m-1]),n.size=void 0}if((n.class||"").includes("align-center")&&(l["text-align"]="center"),Object.assign(l,this.parseStyle(e)),parseInt(l.width)>c&&(l["max-width"]="100%",l["box-sizing"]="border-box"),s.blockTags[e.name]?e.name="div":s.trustTags[e.name]||this.xml||(e.name="span"),"a"==e.name||"ad"==e.name)this.expose();else if("ul"!=e.name&&"ol"!=e.name||!e.c){if("table"==e.name){var g=parseFloat(n.cellpadding),y=parseFloat(n.cellspacing),_=parseFloat(n.border);if(e.c&&(isNaN(g)&&(g=2),isNaN(y)&&(y=2)),_&&(n.style+=";border:".concat(_,"px solid gray")),e.flag&&e.c){l.display="grid",y?(l["grid-gap"]="".concat(y,"px"),l.padding="".concat(y,"px")):_&&(n.style+=";border-left:0;border-top:0");var v=[],b=[],w=[],M={};(function e(t){for(var n=0;n"==this.content[this.i]||t&&">"==this.content[this.i+1])&&(e&&this.handler[e](this.content.substring(this.start,this.i)),this.i+=t?2:1,this.start=this.i,this.handler.onOpenTag(t),"script"==this.handler.tagName?(this.i=this.content.indexOf("="a"&&e<="z"||e>="A"&&e<="Z")this.start!=this.i&&this.handler.onText(this.content.substring(this.start,this.i)),this.start=++this.i,this.state=this.tagName;else if("/"==e||"!"==e||"?"==e){this.start!=this.i&&this.handler.onText(this.content.substring(this.start,this.i));var t=this.content[this.i+2];if("/"==e&&(t>="a"&&t<="z"||t>="A"&&t<="Z"))return this.i+=2,this.start=this.i,this.state=this.endTag;var n="--\x3e";"!"==e&&"-"==this.content[this.i+2]&&"-"==this.content[this.i+3]||(n=">"),this.i=this.content.indexOf(n,this.i),-1!=this.i&&(this.i+=n.length,this.start=this.i)}else this.i++}else this.start"==e||"/"==e){if(this.handler.onCloseTag(this.content.substring(this.start,this.i)),">"!=e&&(this.i=this.content.indexOf(">",this.i),-1==this.i))return;this.start=++this.i,this.state=this.text}else this.i++},e.exports=p}).call(this,n(2)["default"],n(1)["default"])},,,,,,,,function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var i=r(n(13));function a(e){var t=this;t.version="1.2.0",t.options=e||{},t.isDownScrolling=!1,t.isUpScrolling=!1;var n=t.options.down&&t.options.down.callback;t.initDownScroll(),t.initUpScroll(),setTimeout((function(){t.optDown.use&&t.optDown.auto&&n&&(t.optDown.autoShowLoading?t.triggerDownScroll():t.optDown.callback&&t.optDown.callback(t)),t.optUp.use&&t.optUp.auto&&!t.isUpAutoLoad&&t.triggerUpScroll()}),30)}a.prototype.extendDownScroll=function(e){a.extend(e,{use:!0,auto:!1,autoShowLoading:!1,isLock:!1,offset:30,startTop:100,fps:30,inOffsetRate:.5,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,endDownScroll:null,callback:function(e){e.resetUpScroll()}})},a.prototype.extendUpScroll=function(e){a.extend(e,{use:!0,auto:!1,isLock:!1,isBoth:!0,isBounce:!1,callback:null,page:{num:0,size:10,time:null},noMoreSize:1,offset:80,textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"35%",zIndex:99},onScroll:!1})},a.extend=function(e,t){if(!e)return t;for(var n in t)if(null==e[n]){var r=t[n];null!=r&&"object"===(0,i.default)(r)?e[n]=a.extend({},r):e[n]=r}else"object"===(0,i.default)(e[n])&&a.extend(e[n],t[n]);return e},a.prototype.initDownScroll=function(){var e=this;e.optDown=e.options.down||{},e.extendDownScroll(e.optDown),e.downHight=0,e.optDown.use&&e.optDown.inited&&setTimeout((function(){e.optDown.inited(e)}),0)},a.prototype.touchstartEvent=function(e){this.optDown.use&&(this.startPoint=this.getPoint(e),this.startTop=this.getScrollTop(),this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},a.prototype.touchmoveEvent=function(e){if(this.optDown.use&&this.startPoint){var t=this,n=(new Date).getTime();if(!(t.moveTime&&n-t.moveTime0&&(r<=0||r<=t.optDown.startTop&&r===t.startTop)&&t.optDown.use&&!t.inTouchend&&!t.isDownScrolling&&!t.optDown.isLock&&(!t.isUpScrolling||t.isUpScrolling&&t.optUp.isBoth)){var o=t.getAngle(t.lastPoint,i);if(o0&&i.y>=t.maxTouchmoveY)return t.inTouchend=!0,void t.touchendEvent();t.preventDefault(e);var s=i.y-t.lastPoint.y;t.downHight0?Math.round(s*t.optDown.outOffsetRate):s);var u=t.downHight/t.optDown.offset;t.optDown.onMoving&&t.optDown.onMoving(t,u,t.downHight)}t.lastPoint=i}}},a.prototype.touchendEvent=function(e){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.optDown.endDownScroll&&this.optDown.endDownScroll(this)),this.movetype=0,this.isMoveDown=!1;else if(this.getScrollTop()===this.startTop){var t=this.getPoint(e).y-this.startPoint.y<0;if(t){var n=this.getAngle(this.getPoint(e),this.startPoint);n>80&&this.triggerUpScroll(!0)}}},a.prototype.getPoint=function(e){return e?e.touches&&e.touches[0]?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches[0]?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.clientX,y:e.clientY}:{x:0,y:0}},a.prototype.getAngle=function(e,t){var n=Math.abs(e.x-t.x),r=Math.abs(e.y-t.y),i=Math.sqrt(n*n+r*r),a=0;return 0!==i&&(a=Math.asin(r/i)/Math.PI*180),a},a.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),this.optDown.callback&&this.optDown.callback(this))},a.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.downHight=this.optDown.offset,this.optDown.showLoading(this,this.downHight)},a.prototype.endDownScroll=function(){var e=this,t=function(){e.downHight=0,e.isDownScrolling=!1,e.optDown.endDownScroll&&e.optDown.endDownScroll(e),e.setScrollHeight(0)},n=0;e.optDown.afterLoading&&(n=e.optDown.afterLoading(e)),"number"===typeof n&&n>0?setTimeout(t,n):t()},a.prototype.lockDownScroll=function(e){null==e&&(e=!0),this.optDown.isLock=e},a.prototype.lockUpScroll=function(e){null==e&&(e=!0),this.optUp.isLock=e},a.prototype.initUpScroll=function(){var e=this;e.optUp=e.options.up||{use:!1},e.extendUpScroll(e.optUp),e.optUp.isBounce||e.setBounce(!1),!1!==e.optUp.use&&(e.optUp.hasNext=!0,e.startNum=e.optUp.page.num+1,e.optUp.inited&&setTimeout((function(){e.optUp.inited(e)}),0))},a.prototype.scroll=function(e,t){this.setScrollTop(e.scrollTop),this.setScrollHeight(e.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=e.scrollTop-this.preScrollY>0,this.preScrollY=e.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),e.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&t&&t()},a.prototype.triggerUpScroll=function(e){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===e){var t=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(t=!0),!1===t)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},a.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},a.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},a.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},a.prototype.endUpScroll=function(e){null!=e&&(e?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},a.prototype.resetUpScroll=function(e){if(this.optUp&&this.optUp.use){var t=this.optUp.page;this.prePageNum=t.num,this.prePageTime=t.time,t.num=this.startNum,t.time=null,this.isDownScrolling||!1===e||(null==e?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=t.num,this.size=t.size,this.time=t.time,this.optUp.callback&&this.optUp.callback(this)}},a.prototype.setPageNum=function(e){this.optUp.page.num=e-1},a.prototype.setPageSize=function(e){this.optUp.page.size=e},a.prototype.endByPage=function(e,t,n){var r;this.optUp.use&&null!=t&&(r=this.optUp.page.num([^]*)<\/body>/.test(e);return t?RegExp.$1:e}function l(e){return e.replace(//gi,"").replace(/\/\*.*?\*\//gi,"").replace(/[ ]+/gi,"").replace(//gi,"")}function f(){var t={};return e.getSystemInfo({success:function(e){t.width=e.windowWidth,t.height=e.windowHeight}}),t}function h(e,t,n,r){e=d(e),e=l(e),e=i.default.strDiscode(e);var o=[],h={nodes:[],imageUrls:[]},p=f();function m(e){this.node="element",this.tag=e,this.$screen=p}return(0,a.default)(e,{start:function(e,r,a){var d=new m(e);if(0!==o.length){var l=o[0];void 0===l.nodes&&(l.nodes=[])}if(s[e]?d.tagType="block":u[e]?d.tagType="inline":c[e]&&(d.tagType="closeSelf"),d.attr=r.reduce((function(e,t){var n=t.name,r=t.value;return"class"===n&&(d.classStr=r),"style"===n&&(d.styleStr=r),r.match(/ /)&&(r=r.split(" ")),e[n]?Array.isArray(e[n])?e[n].push(r):e[n]=[e[n],r]:e[n]=r,e}),{}),d.classStr?d.classStr+=" ".concat(d.tag):d.classStr=d.tag,"inline"===d.tagType&&(d.classStr+=" inline"),"img"===d.tag){var f=d.attr.src;f=i.default.urlToHttpUrl(f,n.domain),Object.assign(d.attr,n,{src:f||""}),f&&h.imageUrls.push(f)}if("a"===d.tag&&(d.attr.href=d.attr.href||""),"font"===d.tag){var p=["x-small","small","medium","large","x-large","xx-large","-webkit-xxx-large"],g={color:"color",face:"font-family",size:"font-size"};d.styleStr||(d.styleStr=""),Object.keys(g).forEach((function(e){if(d.attr[e]){var t="size"===e?p[d.attr[e]-1]:d.attr[e];d.styleStr+="".concat(g[e],": ").concat(t,";")}}))}if("source"===d.tag&&(h.source=d.attr.src),t.start&&t.start(d,h),a){var y=o[0]||h;void 0===y.nodes&&(y.nodes=[]),y.nodes.push(d)}else o.unshift(d)},end:function(e){var n=o.shift();if(n.tag!==e&&console.error("invalid state: mismatch end tag"),"video"===n.tag&&h.source&&(n.attr.src=h.source,delete h.source),t.end&&t.end(n,h),0===o.length)h.nodes.push(n);else{var r=o[0];r.nodes||(r.nodes=[]),r.nodes.push(n)}},chars:function(e){if(e.trim()){var n={node:"text",text:e};if(t.chars&&t.chars(n,h),0===o.length)h.nodes.push(n);else{var r=o[0];void 0===r.nodes&&(r.nodes=[]),r.nodes.push(n)}}}}),h}var p=h;t.default=p}).call(this,n(1)["default"])},function(e,t,n){"use strict";function r(e){return e=e.replace(/∀/g,"∀"),e=e.replace(/∂/g,"∂"),e=e.replace(/∃/g,"∃"),e=e.replace(/∅/g,"∅"),e=e.replace(/∇/g,"∇"),e=e.replace(/∈/g,"∈"),e=e.replace(/∉/g,"∉"),e=e.replace(/∋/g,"∋"),e=e.replace(/∏/g,"∏"),e=e.replace(/∑/g,"∑"),e=e.replace(/−/g,"−"),e=e.replace(/∗/g,"∗"),e=e.replace(/√/g,"√"),e=e.replace(/∝/g,"∝"),e=e.replace(/∞/g,"∞"),e=e.replace(/∠/g,"∠"),e=e.replace(/∧/g,"∧"),e=e.replace(/∨/g,"∨"),e=e.replace(/∩/g,"∩"),e=e.replace(/∪/g,"∪"),e=e.replace(/∫/g,"∫"),e=e.replace(/∴/g,"∴"),e=e.replace(/∼/g,"∼"),e=e.replace(/≅/g,"≅"),e=e.replace(/≈/g,"≈"),e=e.replace(/≠/g,"≠"),e=e.replace(/≤/g,"≤"),e=e.replace(/≥/g,"≥"),e=e.replace(/⊂/g,"⊂"),e=e.replace(/⊃/g,"⊃"),e=e.replace(/⊄/g,"⊄"),e=e.replace(/⊆/g,"⊆"),e=e.replace(/⊇/g,"⊇"),e=e.replace(/⊕/g,"⊕"),e=e.replace(/⊗/g,"⊗"),e=e.replace(/⊥/g,"⊥"),e=e.replace(/⋅/g,"⋅"),e}function i(e){return e=e.replace(/Α/g,"Α"),e=e.replace(/Β/g,"Β"),e=e.replace(/Γ/g,"Γ"),e=e.replace(/Δ/g,"Δ"),e=e.replace(/Ε/g,"Ε"),e=e.replace(/Ζ/g,"Ζ"),e=e.replace(/Η/g,"Η"),e=e.replace(/Θ/g,"Θ"),e=e.replace(/Ι/g,"Ι"),e=e.replace(/Κ/g,"Κ"),e=e.replace(/Λ/g,"Λ"),e=e.replace(/Μ/g,"Μ"),e=e.replace(/Ν/g,"Ν"),e=e.replace(/Ξ/g,"Ν"),e=e.replace(/Ο/g,"Ο"),e=e.replace(/Π/g,"Π"),e=e.replace(/Ρ/g,"Ρ"),e=e.replace(/Σ/g,"Σ"),e=e.replace(/Τ/g,"Τ"),e=e.replace(/Υ/g,"Υ"),e=e.replace(/Φ/g,"Φ"),e=e.replace(/Χ/g,"Χ"),e=e.replace(/Ψ/g,"Ψ"),e=e.replace(/Ω/g,"Ω"),e=e.replace(/α/g,"α"),e=e.replace(/β/g,"β"),e=e.replace(/γ/g,"γ"),e=e.replace(/δ/g,"δ"),e=e.replace(/ε/g,"ε"),e=e.replace(/ζ/g,"ζ"),e=e.replace(/η/g,"η"),e=e.replace(/θ/g,"θ"),e=e.replace(/ι/g,"ι"),e=e.replace(/κ/g,"κ"),e=e.replace(/λ/g,"λ"),e=e.replace(/μ/g,"μ"),e=e.replace(/ν/g,"ν"),e=e.replace(/ξ/g,"ξ"),e=e.replace(/ο/g,"ο"),e=e.replace(/π/g,"π"),e=e.replace(/ρ/g,"ρ"),e=e.replace(/ς/g,"ς"),e=e.replace(/σ/g,"σ"),e=e.replace(/τ/g,"τ"),e=e.replace(/υ/g,"υ"),e=e.replace(/φ/g,"φ"),e=e.replace(/χ/g,"χ"),e=e.replace(/ψ/g,"ψ"),e=e.replace(/ω/g,"ω"),e=e.replace(/ϑ/g,"ϑ"),e=e.replace(/ϒ/g,"ϒ"),e=e.replace(/ϖ/g,"ϖ"),e=e.replace(/·/g,"·"),e}function a(e){return e=e.replace(/ /g," "),e=e.replace(/ /g," "),e=e.replace(/ /g," "),e=e.replace(/"/g,"'"),e=e.replace(/&/g,"&"),e=e.replace(/</g,"<"),e=e.replace(/>/g,">"),e=e.replace(/•/g,"•"),e}function o(e){return e=e.replace(/Œ/g,"Œ"),e=e.replace(/œ/g,"œ"),e=e.replace(/Š/g,"Š"),e=e.replace(/š/g,"š"),e=e.replace(/Ÿ/g,"Ÿ"),e=e.replace(/ƒ/g,"ƒ"),e=e.replace(/ˆ/g,"ˆ"),e=e.replace(/˜/g,"˜"),e=e.replace(/ /g,""),e=e.replace(/ /g,""),e=e.replace(/ /g,""),e=e.replace(/‌/g,""),e=e.replace(/‍/g,""),e=e.replace(/‎/g,""),e=e.replace(/‏/g,""),e=e.replace(/–/g,"–"),e=e.replace(/—/g,"—"),e=e.replace(/‘/g,"‘"),e=e.replace(/’/g,"’"),e=e.replace(/‚/g,"‚"),e=e.replace(/“/g,"“"),e=e.replace(/”/g,"”"),e=e.replace(/„/g,"„"),e=e.replace(/†/g,"†"),e=e.replace(/‡/g,"‡"),e=e.replace(/•/g,"•"),e=e.replace(/…/g,"…"),e=e.replace(/‰/g,"‰"),e=e.replace(/′/g,"′"),e=e.replace(/″/g,"″"),e=e.replace(/‹/g,"‹"),e=e.replace(/›/g,"›"),e=e.replace(/‾/g,"‾"),e=e.replace(/€/g,"€"),e=e.replace(/™/g,"™"),e=e.replace(/←/g,"←"),e=e.replace(/↑/g,"↑"),e=e.replace(/→/g,"→"),e=e.replace(/↓/g,"↓"),e=e.replace(/↔/g,"↔"),e=e.replace(/↵/g,"↵"),e=e.replace(/⌈/g,"⌈"),e=e.replace(/⌉/g,"⌉"),e=e.replace(/⌊/g,"⌊"),e=e.replace(/⌋/g,"⌋"),e=e.replace(/◊/g,"◊"),e=e.replace(/♠/g,"♠"),e=e.replace(/♣/g,"♣"),e=e.replace(/♥/g,"♥"),e=e.replace(/♦/g,"♦"),e=e.replace(/'/g,"'"),e}function s(e){return e=r(e),e=i(e),e=a(e),e=o(e),e}function u(e,t){return/^\/\//.test(e)?"https:".concat(e):/^\//.test(e)?"https://".concat(t).concat(e):e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c={strDiscode:s,urlToHttpUrl:u};t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=/^<([-A-Za-z0-9_]+)((?:\s+[a-zA-Z0-9_:][-a-zA-Z0-9_:.]*(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/,i=/^<\/([-A-Za-z0-9_]+)[^>]*>/,a=/([a-zA-Z0-9_:][-a-zA-Z0-9_:.]*)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g;function o(e){for(var t={},n=e.split(","),r=0;r=0;r-=1)if(p[r]===n)break}else r=0;if(r>=0){for(var i=p.length-1;i>=r;i-=1)t.end&&t.end(p[i]);p.length=r}}function g(e,n,r,i){if(n=n.toLowerCase(),u[n])while(p.last()&&c[p.last()])m("",p.last());if(d[n]&&p.last()===n&&m("",n),i=s[n]||!!i,i||p.push(n),t.start){var o=[];r.replace(a,(function(e,t){var n=arguments[2]||arguments[3]||arguments[4]||(l[t]?t:"");o.push({name:t,value:n,escaped:n.replace(/(^|[^\\])"/g,'$1\\"')})})),t.start&&t.start(n,o,i)}}p.last=function(){return p[p.length-1]};while(e){if(o=!0,0===e.indexOf("0&&void 0!==arguments[0]?arguments[0]:{},n=(t.date,t.selected),r=t.startDate,i=t.endDate,o=t.mode,s=t.monthShowCurrentMonth,u=t.rangeEndRepick,c=t.rangeSameDay,d=t.rangeHaveDisableTruncation,l=t.type,f=t.foldStatus,h=t.startWeek;(0,a.default)(this,e),this.date=this.getDate(new Date),this.selected=n||[],this.startDate=r,this.endDate=i,this.startWeek=h,this.mode=o,this.type=l,this.foldStatus=f,this.rangeEndRepick=u,this.rangeSameDay=c,this.rangeHaveDisableTruncation=d,this.monthShowCurrentMonth=s,this.cleanRange(),this.weeks={},this.multiple=[]}return(0,o.default)(e,[{key:"setDate",value:function(e){this.selectDate=this.getDate(e),this._getWeek(this.selectDate.fullDate)}},{key:"cleanRange",value:function(){this.rangeStatus={before:"",after:"",data:[]}}},{key:"cleanMultiple",value:function(){this.multiple=[]}},{key:"resetSatrtDate",value:function(e){this.startDate=e}},{key:"resetEndDate",value:function(e){this.endDate=e}},{key:"resetMonthShowCurrentMonth",value:function(e){this.monthShowCurrentMonth=e}},{key:"resetRangeEndRepick",value:function(e){this.rangeEndRepick=e}},{key:"resetRangeSameDay",value:function(e){this.rangeSameDay=e}},{key:"resetRangeHaveDisableTruncation",value:function(e){this.rangeHaveDisableTruncation=e}},{key:"resetMode",value:function(e){this.mode=e}},{key:"resetFoldStatus",value:function(e){this.foldStatus=e}},{key:"resetStartWeek",value:function(e){this.startWeek=e}},{key:"_createCurrentDay",value:function(e,t,n){var r=this,i=this.date.fullDate===e,a=this.selected&&this.selected.find((function(t){if(r.dateEqual(e,t.date))return t})),o=!0,s=!0;this.startDate&&(o=this.dateCompare(this.startDate,e)),this.endDate&&(s=this.dateCompare(e,this.endDate));var u=this.rangeStatus.data,c=!1;"range"==this.mode&&(c=-1!==u.findIndex((function(t){return r.dateEqual(t,e)})));var d=this.multiple,l=!1;"multiple"==this.mode&&(l=-1!==d.findIndex((function(t){return r.dateEqual(t,e)})));var f={fullDate:e,year:t.year,date:n,type:this.type,mode:this.mode,multiples:"multiple"==this.mode&&l,rangeMultiple:"range"==this.mode&&c,beforeRange:this.dateEqual(this.rangeStatus.before,e),afterRange:this.dateEqual(this.rangeStatus.after,e),month:t.month,lunar:this.getlunar(t.year,t.month,n),disable:!(o&&s),isDay:i};return a&&(f.extraInfo=a,f.disable=a.disable||!1),f}},{key:"getDate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";e||(e=new Date),"object"!==(0,i.default)(e)&&(e=e.replace(/-/g,"/"));var r=new Date(e);switch(n){case"day":r.setDate(r.getDate()+t);break;case"month":if(31===r.getDate()&&t>0)r.setDate(r.getDate()+t);else{var a=r.getMonth();r.setMonth(a+t);var o=r.getMonth();t<0&&0!==a&&o-a>t&&r.setMonth(o+(o-a+t)),t>0&&o-a>t&&r.setMonth(o-(o-a-t))}break;case"week":r.setDate(r.getDate()+7*t);break;case"year":r.setFullYear(r.getFullYear()+t);break}var s=r.getFullYear(),u=r.getMonth()+1<10?"0"+(r.getMonth()+1):r.getMonth()+1,c=r.getDate()<10?"0"+r.getDate():r.getDate();return{fullDate:s+"-"+u+"-"+c,year:s,month:u,date:c,day:r.getDay()}}},{key:"_getLastMonthDays",value:function(e,t){for(var n=[],r=e;r>0;r--){var i=new Date(t.year,t.month-1,1-r).getDate();n.push({date:i,month:t.month-1,year:t.year,lunar:this.getlunar(t.year,t.month-1,i),disable:!0})}return n}},{key:"_currentMonthDays",value:function(e,t){for(var n=[],r=(this.date.fullDate,1);r<=e;r++){var i=t.year+"-"+(t.month,t.month+"-")+(r<10?"0"+r:r);n.push(this._createCurrentDay(i,t,r))}return n}},{key:"_getNextMonthDays",value:function(e,t){for(var n=[],r=1;r0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e=new Date(e.replace("-","/").replace("-","/")),t=new Date(t.replace("-","/").replace("-","/")),e.getTime()-t.getTime()===0}},{key:"getDateAll",value:function(e,t){var n=this.selected.filter((function(e){return e.date&&e.disable})).map((function(e){return e.date})),r=[],i=e.split("-"),a=t.split("-"),o=new Date;o.setFullYear(i[0],i[1]-1,i[2]);var s=new Date;s.setFullYear(a[0],a[1]-1,a[2]);for(var u=o.getTime()-864e5,c=s.getTime()-864e5,d=u;d<=c;){d+=864e5;var l=this.getDate(new Date(parseInt(d))).fullDate;if(this.rangeHaveDisableTruncation){if(n.includes(l))return r;r.push(l)}else n.includes(l)||r.push(l)}return r}},{key:"getlunar",value:function(e,t,n){return s.default.solar2lunar(e,t,n)}},{key:"setSelectInfo",value:function(e,t){this.selected=t,this._getWeek(e)}},{key:"setRange",value:function(e){var t=this.rangeStatus,n=t.before,r=t.after;if("range"==this.mode){var i=this.dateCompare(e,n);this.rangeSameDay&&n&&i&&(i=!this.dateEqual(e,n)),(n&&r||i)&&(!this.rangeEndRepick||this.rangeEndRepick&&-1==this.rangeStatus.data.indexOf(e))?(this.rangeStatus.before=e,this.rangeStatus.after="",this.rangeStatus.data=[]):n?(this.dateCompare(this.rangeStatus.before,e)?this.rangeStatus.data=this.getDateAll(this.rangeStatus.before,e):this.rangeStatus.data=this.getDateAll(e,this.rangeStatus.before),this.rangeStatus.after=this.rangeStatus.data[this.rangeStatus.data.length-1]):this.rangeStatus.before=e,this._getWeek(e)}}},{key:"setMultiple",value:function(e){var t=this;if("multiple"==this.mode){var n=this.multiple.findIndex((function(n){if(t.dateEqual(e,n))return n}));-1===n?(this.multiple.push(e),this.setDate(e)):this.multiple=this.multiple.filter((function(e,t){return t!=n})),this._getWeek(e)}}},{key:"_getWeek",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=this.getDate(e),r=n.year,i=n.month,a={},o=[];if("open"===this.foldStatus){var s=new Date(r,i-1,1).getDay();"mon"===this.startWeek&&(s=0===s?6:s-1);var u=new Date(r,i,0).getDate(),c={lastMonthDays:this._getLastMonthDays(s,this.getDate(e)),currentMonthDys:this._currentMonthDays(u,this.getDate(e)),weeks:[]},d=42-(c.lastMonthDays.length+c.currentMonthDys.length);c.nextMonthDays=this._getNextMonthDays(d,this.getDate(e)),o=this.monthShowCurrentMonth?o.concat(c.lastMonthDays.map((function(e){return{empty:!0,lunar:{}}})),c.currentMonthDys,c.nextMonthDays.map((function(e){return{empty:!0,lunar:{}}}))):o.concat(c.lastMonthDays,c.currentMonthDys,c.nextMonthDays)}else o=this._getWeekDays(e);for(var l=0;l8;t>>=1)n+=this.lunarInfo[e-1900]&t?1:0;return n+this.leapDays(e)},leapMonth:function(e){return 15&this.lunarInfo[e-1900]},leapDays:function(e){return this.leapMonth(e)?65536&this.lunarInfo[e-1900]?30:29:0},monthDays:function(e,t){return t>12||t<1?-1:this.lunarInfo[e-1900]&65536>>t?30:29},solarDays:function(e,t){if(t>12||t<1)return-1;var n=t-1;return 1==n?e%4==0&&e%100!=0||e%400==0?29:28:this.solarMonth[n]},toGanZhiYear:function(e){var t=(e-3)%10,n=(e-3)%12;return 0==t&&(t=10),0==n&&(n=12),this.Gan[t-1]+this.Zhi[n-1]},toAstro:function(e,t){var n="魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯",r=[20,19,21,21,21,22,23,23,23,23,22,22];return n.substr(2*e-(t2100)return-1;if(t<1||t>24)return-1;var n=this.sTermInfo[e-1900],r=[parseInt("0x"+n.substr(0,5)).toString(),parseInt("0x"+n.substr(5,5)).toString(),parseInt("0x"+n.substr(10,5)).toString(),parseInt("0x"+n.substr(15,5)).toString(),parseInt("0x"+n.substr(20,5)).toString(),parseInt("0x"+n.substr(25,5)).toString()],i=[r[0].substr(0,1),r[0].substr(1,2),r[0].substr(3,1),r[0].substr(4,2),r[1].substr(0,1),r[1].substr(1,2),r[1].substr(3,1),r[1].substr(4,2),r[2].substr(0,1),r[2].substr(1,2),r[2].substr(3,1),r[2].substr(4,2),r[3].substr(0,1),r[3].substr(1,2),r[3].substr(3,1),r[3].substr(4,2),r[4].substr(0,1),r[4].substr(1,2),r[4].substr(3,1),r[4].substr(4,2),r[5].substr(0,1),r[5].substr(1,2),r[5].substr(3,1),r[5].substr(4,2)];return parseInt(i[t-1])},toChinaMonth:function(e){if(e>12||e<1)return-1;var t=this.nStr3[e-1];return t+="月",t},toChinaDay:function(e){var t;switch(e){case 10:t="初十";break;case 20:t="二十";break;case 30:t="三十";break;default:t=this.nStr2[Math.floor(e/10)],t+=this.nStr1[e%10]}return t},getAnimal:function(e){return this.Animals[(e-4)%12]},solar2lunar:function(e,t,n){if(e<1900||e>2100)return-1;if(1900==e&&1==t&&n<31)return-1;if(e)r=new Date(e,parseInt(t)-1,n);else var r=new Date;var i,a=0,o=0,s=(e=r.getFullYear(),t=r.getMonth()+1,n=r.getDate(),(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate())-Date.UTC(1900,0,31))/864e5);for(i=1900;i<2101&&s>0;i++)o=this.lYearDays(i),s-=o;s<0&&(s+=o,i--);var u=new Date,c=!1;u.getFullYear()==e&&u.getMonth()+1==t&&u.getDate()==n&&(c=!0);var d=r.getDay(),l=this.nStr1[d];0==d&&(d=7);var f=i,h=(a=this.leapMonth(i),!1);for(i=1;i<13&&s>0;i++)a>0&&i==a+1&&0==h?(--i,h=!0,o=this.leapDays(f)):o=this.monthDays(f,i),1==h&&i==a+1&&(h=!1),s-=o;0==s&&a>0&&i==a+1&&(h?h=!1:(h=!0,--i)),s<0&&(s+=o,--i);var p=i,m=s+1,g=t-1,y=this.toGanZhiYear(f),_=this.getTerm(e,2*t-1),v=this.getTerm(e,2*t),b=this.toGanZhi(12*(e-1900)+t+11);n>=_&&(b=this.toGanZhi(12*(e-1900)+t+12));var w=!1,M=null;_==n&&(w=!0,M=this.solarTerm[2*t-2]),v==n&&(w=!0,M=this.solarTerm[2*t-1]);var k=(h?"闰":"")+this.toChinaMonth(p),S=this.toChinaDay(m),L="",x=k+S,D=t+"-"+n;this.festivals.hasOwnProperty(x)?L=this.festivals[x]:this.festivals.hasOwnProperty(D)&&(L=this.festivals[D]);var T=Date.UTC(e,g,1,0,0,0,0)/864e5+25567+10,A=this.toGanZhi(T+n-1),Y=this.toAstro(t,n);return{lYear:f,lMonth:p,lDay:m,Animal:this.getAnimal(f),IMonthCn:k,IDayCn:S,cYear:e,cMonth:t,cDay:n,gzYear:y,gzMonth:b,gzDay:A,isToday:c,isLeap:h,nWeek:d,ncWeek:"星期"+l,isTerm:w,Term:M,astro:Y,festival:L}},lunar2solar:function(e,t,n,r){r=!!r;var i=this.leapMonth(e);this.leapDays(e);if(r&&i!=t)return-1;if(2100==e&&12==t&&n>1||1900==e&&1==t&&n<31)return-1;var a=this.monthDays(e,t),o=a;if(r&&(o=this.leapDays(e,t)),e<1900||e>2100||n>o)return-1;for(var s=0,u=1900;u0&&(s+=this.leapDays(e),d=!0),s+=this.monthDays(e,u);r&&(s+=a);var l=Date.UTC(1900,1,30,0,0,0),f=new Date(864e5*(s+n-31)+l),h=f.getUTCFullYear(),p=f.getUTCMonth()+1,m=f.getUTCDate();return this.solar2lunar(h,p,m)}},i=r;t.default=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={options:{virtualHost:!0}};t.default=r},function(e,t,n){"use strict";(function(e){var r=n(4),i=n(13);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(11)),o=c(n(1400)),s=c(n(1401));function u(e){if("function"!==typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function c(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!==typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var s=a?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(r,o,s):r[o]=e[o]}return r.default=e,n&&n.set(e,r),r}function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:"url",n=this[t];n&&e[this.linkType]({url:n})},$wuGetRect:function(t,n){var r=this;return new Promise((function(i){e.createSelectorQuery().in(r)[n?"selectAll":"select"](t).boundingClientRect((function(e){n&&Array.isArray(e)&&e.length&&i(e),!n&&e&&i(e)})).exec()}))},IntersectionObserver:function(t,n,r){var i=this;this.$nextTick((function(){var a=e.createIntersectionObserver(t);a.relativeToViewport({bottom:Number(i.lazyLoadRootMargin)}).observe(n,(function(e){r(e,(function(){return a.disconnect()}))}))}))},getParentData:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.parent||(this.parent={}),this.parent=this.$w.$parent.call(this,t),this.parent.children&&-1===this.parent.children.indexOf(this)&&this.parent.children.push(this),this.parent&&this.parentData&&Object.keys(this.parentData).map((function(t){e.parentData[t]=e.parent[t]}))},preventEvent:function(e){e&&"function"===typeof e.stopPropagation&&e.stopPropagation()},noop:function(e){this.preventEvent(e)}},onReachBottom:function(){e.$emit("wuOnReachBottom")},beforeDestroy:function(){var e=this;if(this.parent&&s.array(this.parent.children)){var t=this.parent.children;t.map((function(n,r){n===e&&t.splice(r,1)}))}}};t.default=f}).call(this,n(2)["default"])},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.$parent=g,Object.defineProperty(t,"Color",{enumerable:!0,get:function(){return u.default}}),t.addStyle=y,t.addUnit=_,t.deepClone=v,t.deepMerge=b,t.error=w,t.formValidate=O,t.getDuration=Y,t.getHistoryPage=B,t.getProperty=E,t.getPx=d,t.guid=m,t.os=f,t.padZero=j,t.page=C,t.pages=I,t.priceFormat=A,t.queryParams=x,t.random=p,t.randomArray=M,t.range=c,t.setConfig=H,t.setProperty=P,t.sleep=l,t.sys=h,t.timeFormat=k,t.timeFrom=S,t.toast=D,t.trim=L,t.type2icon=T;var i=r(n(5)),a=r(n(13)),o=n(1401),s=n(1402),u=r(n(1403));function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return Math.max(e,Math.min(t,Number(n)))}function d(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return(0,o.number)(t)?n?"".concat(t,"px"):Number(t):/(rpx|upx)$/.test(t)?n?"".concat(e.upx2px(parseInt(t)),"px"):Number(e.upx2px(parseInt(t))):n?"".concat(parseInt(t),"px"):parseInt(t)}function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:30;return new Promise((function(t){setTimeout((function(){t()}),e)}))}function f(){return e.getSystemInfoSync().platform.toLowerCase()}function h(){return e.getSystemInfoSync()}function p(e,t){if(e>=0&&t>0&&t>=e){var n=t-e+1;return Math.floor(Math.random()*n+e)}return 0}function m(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),i=[];if(n=n||r.length,e)for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"object";if((0,o.empty)(e)||"object"===(0,a.default)(e)&&"object"===t||"string"===t&&"string"===typeof e)return e;if("object"===t){e=L(e);for(var n=e.split(";"),r={},i=0;i0&&void 0!==arguments[0]?arguments[0]:"auto",c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null!==(t=e)&&void 0!==t&&null!==(n=t.$w)&&void 0!==n&&null!==(r=n.config)&&void 0!==r&&r.unit?null===(i=e)||void 0===i||null===(a=i.$w)||void 0===a||null===(s=a.config)||void 0===s?void 0:s.unit:"px";return u=String(u),(0,o.number)(u)?"".concat(u).concat(c):u}function v(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new WeakMap;if(null===e||"object"!==(0,a.default)(e))return e;if(n.has(e))return n.get(e);if(e instanceof Date)t=new Date(e.getTime());else if(e instanceof RegExp)t=new RegExp(e);else if(e instanceof Map)t=new Map(Array.from(e,(function(e){var t=(0,i.default)(e,2),r=t[0],a=t[1];return[r,v(a,n)]})));else if(e instanceof Set)t=new Set(Array.from(e,(function(e){return v(e,n)})));else if(Array.isArray(e))t=e.map((function(e){return v(e,n)}));else if("[object Object]"===Object.prototype.toString.call(e)){t=Object.create(Object.getPrototypeOf(e)),n.set(e,t);for(var r=0,o=Object.entries(e);r0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e=v(e),"object"!==(0,a.default)(e)||null===e||"object"!==(0,a.default)(t)||null===t)return e;var n=Array.isArray(e)?e.slice():Object.assign({},e);for(var r in t)if(t.hasOwnProperty(r)){var i=t[r],o=n[r];i instanceof Date?n[r]=new Date(i):i instanceof RegExp?n[r]=new RegExp(i):i instanceof Map?n[r]=new Map(i):i instanceof Set?n[r]=new Set(i):"object"===(0,a.default)(i)&&null!==i?n[r]=b(o,i):n[r]=i}return n}function w(e){console.error("wuui提示:".concat(e))}function M(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))}function k(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=t?/^\d{10}$/.test(null===t||void 0===t?void 0:t.toString().trim())?new Date(1e3*t):"string"===typeof t&&/^\d+$/.test(t.trim())?new Date(Number(t)):"string"===typeof t&&t.includes("-")&&!t.includes("T")?new Date(t.replace(/-/g,"/")):new Date(t):new Date;var r={y:e.getFullYear().toString(),m:(e.getMonth()+1).toString().padStart(2,"0"),d:e.getDate().toString().padStart(2,"0"),h:e.getHours().toString().padStart(2,"0"),M:e.getMinutes().toString().padStart(2,"0"),s:e.getSeconds().toString().padStart(2,"0")};for(var a in r){var o=new RegExp("".concat(a,"+")).exec(n)||[],s=(0,i.default)(o,1),u=s[0];if(u){var c="y"===a&&2===u.length?2:0;n=n.replace(u,r[a].slice(c))}}return n}function S(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var n=(new Date).getTime()-e;n=parseInt(n/1e3);var r="";switch(!0){case n<300:r="刚刚";break;case n>=300&&n<3600:r="".concat(parseInt(n/60),"分钟前");break;case n>=3600&&n<86400:r="".concat(parseInt(n/3600),"小时前");break;case n>=86400&&n<2592e3:r="".concat(parseInt(n/86400),"天前");break;default:r=!1===t?n>=2592e3&&n<31536e3?"".concat(parseInt(n/2592e3),"个月前"):"".concat(parseInt(n/31536e3),"年前"):k(e,t)}return r}function L(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function x(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",r=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(n)&&(n="brackets");var a=function(t){var r=e[t];if(["",void 0,null].indexOf(r)>=0)return"continue";if(r.constructor===Array)switch(n){case"indices":for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:2e3;e.showToast({title:String(t),icon:"none",duration:n})}function T(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var n="";switch(e){case"primary":n="info-circle";break;case"info":n="info-circle";break;case"error":n="close-circle";break;case"warning":n="error-circle";break;case"success":n="checkmark-circle";break;default:n="checkmark-circle"}return t&&(n+="-fill"),n}function A(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:",";e="".concat(e).replace(/[^0-9+-Ee.]/g,"");var i=isFinite(+e)?+e:0,a=isFinite(+t)?Math.abs(t):0,o="undefined"===typeof r?",":r,u="undefined"===typeof n?".":n,c="";c=(a?(0,s.round)(i,a)+"":"".concat(Math.round(i))).split(".");var d=/(-?\d+)(\d{3})/;while(d.test(c[0]))c[0]=c[0].replace(d,"$1".concat(o,"$2"));return(c[1]||"").length1&&void 0!==arguments[1])||arguments[1],n=parseInt(e);return t?/s$/.test(e)?e:"".concat(e,e>30?"ms":"s"):/ms$/.test(e)?n:/s$/.test(e)?n>30?n:1e3*n:n}function j(e){return"00".concat(e).slice(-2)}function O(e,t){var n=g.call(e,"wu-form-item"),r=g.call(e,"wu-form");n&&r&&r.validateField(n.prop,(function(){}),t)}function E(e,t){if(e){if("string"!==typeof t||""===t)return"";if(-1!==t.indexOf(".")){for(var n=t.split("."),r=e[n[0]]||{},i=1;i1){var i=n[0];t[i]&&"object"===(0,a.default)(t[i])||(t[i]={});n.shift();e(t[i],n,r)}else t[n[0]]=r};if("string"!==typeof t||""===t);else if(-1!==t.indexOf(".")){var i=t.split(".");r(e,i,n)}else e[t]=n}}function C(){var e,t=getCurrentPages(),n=null===(e=t[t.length-1])||void 0===e?void 0:e.route;return"/".concat(n||"")}function I(){var e=getCurrentPages();return e}function B(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=getCurrentPages(),n=t.length;return t[n-1+e]}function H(t){var n=t.props,r=void 0===n?{}:n,i=t.config,a=void 0===i?{}:i,o=t.color,s=void 0===o?{}:o,u=t.zIndex,c=void 0===u?{}:u,d=e.$w.deepMerge;e.$w.config=d(e.$w.config,a),e.$w.props=d(e.$w.props,r),e.$w.color=d(e.$w.color,s),e.$w.zIndex=d(e.$w.zIndex,c)}String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var n=this;if(n.length>=e)return String(n);var r=e-n.length,i=Math.ceil(r/t.length);while(i>>=1)t+=t,1===i&&(t+=t);return t.slice(0,r)+n})}).call(this,n(2)["default"])},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.amount=m,t.array=L,t.carNo=p,t.chinese=g,t.code=D,t.contains=v,t.date=u,t.dateISO=c,t.digits=f,t.email=a,t.empty=k,t.enOrNum=_,t.func=T,t.idCard=h,t.image=Y,t.jsonString=S,t.landline=M,t.letter=y,t.mobile=o,t.number=d,t.object=x,t.promise=A,t.range=b,t.rangeLength=w,t.regExp=O,t.string=l,t.url=s,t.video=j;var i=r(n(13));function a(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)}function o(e){return/^1([3589]\d|4[5-9]|6[1-2,4-7]|7[0-8])\d{8}$/.test(e)}function s(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)}function u(e){return!!e&&(d(e)&&(e=+e),!/Invalid|NaN/.test(new Date(e).toString()))}function c(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)}function d(e){return/^[\+-]?(\d+\.?\d*|\.\d+|\d\.\d+e\+\d+)$/.test(e)}function l(e){return"string"===typeof e}function f(e){return/^\d+$/.test(e)}function h(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)}function p(e){var t=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/,n=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/;return 7===e.length?n.test(e):8===e.length&&t.test(e)}function m(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)}function g(e){var t=/^[\u4e00-\u9fa5]+$/gi;return t.test(e)}function y(e){return/^[a-zA-Z]*$/.test(e)}function _(e){var t=/^[0-9a-zA-Z]*$/g;return t.test(e)}function v(e,t){return e.indexOf(t)>=0}function b(e,t){return e>=t[0]&&e<=t[1]}function w(e,t){return e.length>=t[0]&&e.length<=t[1]}function M(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function k(e){switch((0,i.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function S(e){if("string"===typeof e)try{var t=JSON.parse(e);return!("object"!==(0,i.default)(t)||!t)}catch(n){return!1}return!1}function L(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function x(e){return"[object Object]"===Object.prototype.toString.call(e)}function D(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}function T(e){return"function"===typeof e}function A(e){return x(e)&&T(e.then)&&T(e.catch)}function Y(e){var t=e.split("?")[0],n=/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i;return n.test(t)}function j(e){var t=/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i;return t.test(e)}function O(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.divide=p,t.enableBoundaryChecking=g,t.minus=h,t.plus=f,t.round=m,t.times=l;var i=r(n(395)),a=!0;function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return+parseFloat(Number(e).toPrecision(t))}function s(e){var t=e.toString().split(/[eE]/),n=(t[0].split(".")[1]||"").length-+(t[1]||0);return n>0?n:0}function u(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));var t=s(e);return t>0?o(Number(e)*Math.pow(10,t)):Number(e)}function c(e){a&&(e>Number.MAX_SAFE_INTEGER||e2)return d(t,l);var r=t[0],i=t[1],a=u(r),o=u(i),f=s(r)+s(i),h=a*o;return c(h),h/Math.pow(10,f)}function f(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,f);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)+l(i,a))/a}function h(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,h);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)-l(i,a))/a}function p(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,p);var r=t[0],i=t[1],a=u(r),f=u(i);return c(a),c(f),l(a/f,o(Math.pow(10,s(i)-s(r))))}function m(e,t){var n=Math.pow(10,t),r=p(Math.round(Math.abs(l(e,n))),n);return e<0&&0!==r&&(r=l(r,-1)),r}function g(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];a=e}var y={times:l,plus:f,minus:h,divide:p,round:m,enableBoundaryChecking:g};t.default=y},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(1404));function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"#fff",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"string",r=(0,i.default)(e);if(r[t]){"hex"==t&&"string"!=n&&(t="rgb");var a="";switch(n){case"string":a="toString";break;case"object":a="object";break;case"array":a="array";break;case"round":a="round";break;default:throw Error("Unsupported target type:"+n)}return r[t]()[a]()}throw Error("Unsupported target format: "+t)}function o(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=a(e,"rgb","array"),i=r[0],o=r[1],s=r[2],u=a(t,"rgb","array"),c=u[0],d=u[1],l=u[2],f=(c-i)/n,h=(d-o)/n,p=(l-s)/n,m=[],g=0;g2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).lighten(t),n,r)},darken:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).darken(t),n,r)},saturate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).saturate(t),n,r)},desaturate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).desaturate(t),n,r)},rotate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).rotate(t),n,r)},adjustAlpha:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).alpha(t),n,r)},luminosity:function(e,t){return(0,i.default)(e).luminosity()},isDark:function(e,t){return(0,i.default)(e).isDark()},isLight:function(e,t){return(0,i.default)(e).isLight()}};t.default=s},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(13)),a=r(n(5)),o=r(n(18)),s=r(n(1405)),u=r(n(1409));function c(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=d(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}function d(e,t){if(e){if("string"===typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0){this.model=t||"rgb",r=u.default[this.model].channels;var a=Array.prototype.slice.call(e,0,r);this.color=D(a,r),this.valpha="number"===typeof e[r]?e[r]:1}else if("number"===typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;var c=Object.keys(e);"alpha"in e&&(c.splice(c.indexOf("alpha"),1),this.valpha="number"===typeof e.alpha?e.alpha:0);var d=c.sort().join("");if(!(d in h))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=h[d];var l=u.default[this.model].labels,p=[];for(n=0;nn?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark:function(){var e=this.rgb().color,t=(2126*e[0]+7152*e[1]+722*e[2])/1e4;return t<128},isLight:function(){return!this.isDark()},negate:function(){for(var e=this.rgb(),t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten:function(e){var t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken:function(e){var t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate:function(e){var t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate:function(e){var t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten:function(e){var t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken:function(e){var t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale:function(){var e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return _.rgb(t,t,t)},fade:function(e){return this.alpha(this.valpha-this.valpha*e)},opaquer:function(e){return this.alpha(this.valpha+this.valpha*e)},rotate:function(e){var t=this.hsl(),n=t.color[0];return n=(n+e)%360,n=n<0?360+n:n,t.color[0]=n,t},mix:function(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+(0,i.default)(e));var n=e.rgb(),r=this.rgb(),a=void 0===t?.5:t,o=2*a-1,s=n.alpha()-r.alpha(),u=((o*s===-1?o:(o+s)/(1+o*s))+1)/2,c=1-u;return _.rgb(u*n.red()+c*r.red(),u*n.green()+c*r.green(),u*n.blue()+c*r.blue(),n.alpha()*a+r.alpha()*(1-a))}};for(var v=function(){var e=w[b];if(f.includes(e))return"continue";var t=u.default[e].channels;_.prototype[e]=function(){if(this.model===e)return new _(this);for(var t=arguments.length,n=new Array(t),r=0;r0?new _(n,e):new _([].concat((0,o.default)(x(u.default[this.model][e].raw(this.color))),[this.valpha]),e)},_[e]=function(){for(var n=arguments.length,r=new Array(n),i=0;i=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},c.to.keyword=function(e){return s[e.slice(0,3)]};var f=c;t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};t.default=r},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var i=r(n(1408)),a=Array.prototype.concat,o=Array.prototype.slice;function s(e){for(var t=[],n=0,r=e.length;n=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(13)),a=r(n(1410)),o=r(n(1411)),s={},u=Object.keys(o.default);function c(e){var t=function(){for(var t=arguments.length,n=new Array(t),r=0;r1&&(n=i),e(n))};return"conversion"in e&&(t.conversion=e.conversion),t}function d(e){var t=function(){for(var t=arguments.length,n=new Array(t),r=0;r1&&(n=a);var o=e(n);if("object"===(0,i.default)(o))for(var s=o.length,u=0;u1&&(i-=1)),[360*i,100*a,100*c]},d.rgb.hwb=function(e){var t=e[0],n=e[1],r=e[2],i=d.rgb.hsl(e)[0],a=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[i,100*a,100*r]},d.rgb.cmyk=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255,i=Math.min(1-t,1-n,1-r),a=(1-t-i)/(1-i)||0,o=(1-n-i)/(1-i)||0,s=(1-r-i)/(1-i)||0;return[100*a,100*o,100*s,100*i]},d.rgb.keyword=function(e){var t=o[e];if(t)return t;for(var n,r=1/0,i=0,s=Object.keys(a.default);i.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92;var i=.4124*t+.3576*n+.1805*r,a=.2126*t+.7152*n+.0722*r,o=.0193*t+.1192*n+.9505*r;return[100*i,100*a,100*o]},d.rgb.lab=function(e){var t=d.rgb.xyz(e),n=t[0],r=t[1],i=t[2];n/=95.047,r/=100,i/=108.883,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116;var a=116*r-16,o=500*(n-r),s=200*(r-i);return[a,o,s]},d.hsl.rgb=function(e){var t,n,r,i=e[0]/360,a=e[1]/100,o=e[2]/100;if(0===a)return r=255*o,[r,r,r];t=o<.5?o*(1+a):o+a-o*a;for(var s=2*o-t,u=[0,0,0],c=0;c<3;c++)n=i+1/3*-(c-1),n<0&&n++,n>1&&n--,r=6*n<1?s+6*(t-s)*n:2*n<1?t:3*n<2?s+(t-s)*(2/3-n)*6:s,u[c]=255*r;return u},d.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,i=n,a=Math.max(r,.01);r*=2,n*=r<=1?r:2-r,i*=a<=1?a:2-a;var o=(r+n)/2,s=0===r?2*i/(a+i):2*n/(r+n);return[t,100*s,100*o]},d.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,i=Math.floor(t)%6,a=t-Math.floor(t),o=255*r*(1-n),s=255*r*(1-n*a),u=255*r*(1-n*(1-a));switch(r*=255,i){case 0:return[r,u,o];case 1:return[s,r,o];case 2:return[o,r,u];case 3:return[o,s,r];case 4:return[u,o,r];case 5:return[r,o,s]}},d.hsv.hsl=function(e){var t,n,r=e[0],i=e[1]/100,a=e[2]/100,o=Math.max(a,.01);n=(2-i)*a;var s=(2-i)*o;return t=i*o,t/=s<=1?s:2-s,t=t||0,n/=2,[r,100*t,100*n]},d.hwb.rgb=function(e){var t,n=e[0]/360,r=e[1]/100,i=e[2]/100,a=r+i;a>1&&(r/=a,i/=a);var o=Math.floor(6*n),s=1-i;t=6*n-o,0!==(1&o)&&(t=1-t);var u,c,d,l=r+t*(s-r);switch(o){default:case 6:case 0:u=s,c=l,d=r;break;case 1:u=l,c=s,d=r;break;case 2:u=r,c=s,d=l;break;case 3:u=r,c=l,d=s;break;case 4:u=l,c=r,d=s;break;case 5:u=s,c=r,d=l;break}return[255*u,255*c,255*d]},d.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,i=e[3]/100,a=1-Math.min(1,t*(1-i)+i),o=1-Math.min(1,n*(1-i)+i),s=1-Math.min(1,r*(1-i)+i);return[255*a,255*o,255*s]},d.xyz.rgb=function(e){var t,n,r,i=e[0]/100,a=e[1]/100,o=e[2]/100;return t=3.2406*i+-1.5372*a+-.4986*o,n=-.9689*i+1.8758*a+.0415*o,r=.0557*i+-.204*a+1.057*o,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,t=Math.min(Math.max(0,t),1),n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),[255*t,255*n,255*r]},d.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];t/=95.047,n/=100,r/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116;var i=116*n-16,a=500*(t-n),o=200*(n-r);return[i,a,o]},d.lab.xyz=function(e){var t,n,r,i=e[0],a=e[1],o=e[2];n=(i+16)/116,t=a/500+n,r=n-o/200;var s=Math.pow(n,3),u=Math.pow(t,3),c=Math.pow(r,3);return n=s>.008856?s:(n-16/116)/7.787,t=u>.008856?u:(t-16/116)/7.787,r=c>.008856?c:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},d.lab.lch=function(e){var t,n=e[0],r=e[1],i=e[2],a=Math.atan2(i,r);t=360*a/2/Math.PI,t<0&&(t+=360);var o=Math.sqrt(r*r+i*i);return[n,o,t]},d.lch.lab=function(e){var t=e[0],n=e[1],r=e[2],i=r/360*2*Math.PI,a=n*Math.cos(i),o=n*Math.sin(i);return[t,a,o]},d.rgb.ansi16=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=(0,i.default)(e,3),r=n[0],a=n[1],o=n[2],s=null===t?d.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;var u=30+(Math.round(o/255)<<2|Math.round(a/255)<<1|Math.round(r/255));return 2===s&&(u+=60),u},d.hsv.ansi16=function(e){return d.rgb.ansi16(d.hsv.rgb(e),e[2])},d.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];if(t===n&&n===r)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var i=16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5);return i},d.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var n=.5*(1+~~(e>50)),r=(1&t)*n*255,i=(t>>1&1)*n*255,a=(t>>2&1)*n*255;return[r,i,a]},d.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;e-=16;var r=Math.floor(e/36)/5*255,i=Math.floor((n=e%36)/6)/5*255,a=n%6/5*255;return[r,i,a]},d.rgb.hex=function(e){var t=((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2])),n=t.toString(16).toUpperCase();return"000000".substring(n.length)+n},d.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16),i=r>>16&255,a=r>>8&255,o=255&r;return[i,a,o]},d.rgb.hcg=function(e){var t,n,r=e[0]/255,i=e[1]/255,a=e[2]/255,o=Math.max(Math.max(r,i),a),s=Math.min(Math.min(r,i),a),u=o-s;return t=u<1?s/(1-u):0,n=u<=0?0:o===r?(i-a)/u%6:o===i?2+(a-r)/u:4+(r-i)/u,n/=6,n%=1,[360*n,100*u,100*t]},d.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n),i=0;return r<1&&(i=(n-.5*r)/(1-r)),[e[0],100*r,100*i]},d.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},d.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var i=[0,0,0],a=t%1*6,o=a%1,s=1-o,u=0;switch(Math.floor(a)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=s,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=s,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=s}return u=(1-n)*r,[255*(n*i[0]+u),255*(n*i[1]+u),255*(n*i[2]+u)]},d.hcg.hsv=function(e){var t=e[1]/100,n=e[2]/100,r=t+n*(1-t),i=0;return r>0&&(i=t/r),[e[0],100*i,100*r]},d.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100,r=n*(1-t)+.5*t,i=0;return r>0&&r<.5?i=t/(2*r):r>=.5&&r<1&&(i=t/(2*(1-r))),[e[0],100*i,100*r]},d.hcg.hwb=function(e){var t=e[1]/100,n=e[2]/100,r=t+n*(1-t);return[e[0],100*(r-t),100*(1-r)]},d.hwb.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=1-n,i=r-t,a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},d.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},d.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},d.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},d.gray.hsl=function(e){return[0,0,e[0]]},d.gray.hsv=d.gray.hsl,d.gray.hwb=function(e){return[0,100,e[0]]},d.gray.cmyk=function(e){return[0,0,0,e[0]]},d.gray.lab=function(e){return[e[0],0,0]},d.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=(t<<16)+(t<<8)+t,r=n.toString(16).toUpperCase();return"000000".substring(r.length)+r},d.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]}},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,a,o=r(n(11));function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:"",n=["label"];n.forEach((function(t){void 0===e[t]&&(e[t]="")}));var r=t;for(var i in e){var a=new RegExp("{"+i+"}");r=r.replace(a,e[i])}return r}function y(e,t){return void 0===e||null===e||("string"===typeof e&&!e||(!(!Array.isArray(e)||e.length)||"object"===t&&!Object.keys(e).length))}var _={integer:function(e){return _.number(e)&&parseInt(e,10)===e},string:function(e){return"string"===typeof e},number:function(e){return!isNaN(e)&&"number"===typeof e},boolean:function(e){return"boolean"===typeof e},float:function(e){return _.number(e)&&!_.integer(e)},array:function(e){return Array.isArray(e)},object:function(e){return"object"===(0,l.default)(e)&&!_.array(e)},date:function(e){return e instanceof Date},timestamp:function(e){return!(!this.integer(e)||Math.abs(e).toString().length>16)},file:function(e){return"string"===typeof e.url},email:function(e){return"string"===typeof e&&!!e.match(p.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(p.url)},pattern:function(e,t){try{return new RegExp(e).test(t)}catch(n){return!1}},method:function(e){return"function"===typeof e},idcard:function(e){return"string"===typeof e&&!!e.match(p.idcard)},"url-https":function(e){return this.url(e)&&e.startsWith("https://")},"url-scheme":function(e){return e.startsWith("://")},"url-web":function(e){return!1}},v=function(){function e(t){(0,c.default)(this,e),this._message=t}return(0,d.default)(e,[{key:"validateRule",value:function(){var e=(0,u.default)(i.default.mark((function e(t,n,r,a,o){var s,u,c,d,l,f,h,p,m;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(s=null,u=n.rules,c=u.findIndex((function(e){return e.required})),!(c<0)){e.next=8;break}if(null!==r&&void 0!==r){e.next=6;break}return e.abrupt("return",s);case 6:if("string"!==typeof r||r.length){e.next=8;break}return e.abrupt("return",s);case 8:if(d=this._message,void 0!==u){e.next=11;break}return e.abrupt("return",d["default"]);case 11:l=0;case 12:if(!(l-1&&(u=!0),u?null:g(e,i||n["enum"])},rangeNumber:function(e,t,n){if(!_.number(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minimum,i=e.maximum,a=e.exclusiveMinimum,o=e.exclusiveMaximum,s=a?t<=r:t=i:t>i;return void 0!==r&&s?g(e,e.errorMessage||n["number"][a?"exclusiveMinimum":"minimum"]):void 0!==i&&u?g(e,e.errorMessage||n["number"][o?"exclusiveMaximum":"maximum"]):void 0!==r&&void 0!==i&&(s||u)?g(e,e.errorMessage||n["number"].range):null},rangeLength:function(e,t,n){if(!_.string(t)&&!_.array(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minLength,i=e.maxLength,a=t.length;return void 0!==r&&ai?g(e,e.errorMessage||n["length"].maxLength):void 0!==r&&void 0!==i&&(ai)?g(e,e.errorMessage||n["length"].range):null},pattern:function(e,t,n){return _["pattern"](e.pattern,t)?null:g(e,e.errorMessage||n.pattern.mismatch)},format:function(e,t,n){var r=Object.keys(_),i=m[e.format]?m[e.format]:e.format||e.arrayType;return r.indexOf(i)>-1&&!_[i](t)?g(e,e.errorMessage||n.typeError):null},arrayTypeFormat:function(e,t,n){if(!Array.isArray(t))return g(e,e.errorMessage||n.typeError);for(var r=0;r1){var n=t.reduce((function(e,t){return e+"#".concat(t)}),"_formdata_");return n}return t[0]||e};t.realName=l;var f=function(e){var t=/^_formdata_#*/;return t.test(e)};t.isRealName=f;var h=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=JSON.parse(JSON.stringify(e)),n={};for(var r in t){var i=p(r);m(n,i,t[r])}return n};t.rawData=h;var p=function(e){var t=e.replace("_formdata_#","");return t=t.split("#").map((function(e){return _(e)?Number(e):e})),t};t.name2arr=p;var m=function(e,t,n){return"object"!==(0,i.default)(e)||g(t).reduce((function(e,t,r,i){return r===i.length-1?(e[t]=n,null):(t in e||(e[t]=/^[0-9]{1,}$/.test(i[r+1])?[]:{}),e[t])}),e),e};function g(e){return Array.isArray(e)?e:e.replace(/\[/g,".").replace(/\]/g,"").split(".")}t.objSet=m;var y=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"undefined",r=g(t),i=r.reduce((function(e,t){return(e||{})[t]}),e);return i&&void 0===i?n:i};t.objGet=y;var _=function(e){return!isNaN(Number(e))};t.isNumber=_;var v=function(e){return"boolean"===typeof e};t.isBoolean=v;var b=function(e){for(var t=!1,n=0;n=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}function w(e,t){if(e){if("string"===typeof e)return M(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?M(e,t):void 0}}function M(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(a=0;a>>2]=n[a>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,r=[],i=function(t){t=t;var n=987654321,r=4294967295;return function(){var i=((n=36969*(65535&n)+(n>>16)&r)<<16)+(t=18e3*(65535&t)+(t>>16)&r)&r;return i/=4294967296,(i+=.5)*(e.random()>.5?1:-1)}},a=0;a>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new o.init(n,t/2)}},c=s.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new o.init(n,t)}},d=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(c.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return c.parse(unescape(encodeURIComponent(e)))}},l=i.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=d.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,r=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,c=e.min(4*u,i);if(u){for(var d=0;d>>24)|4278255360&(i<<24|i>>>8)}var a=this._hash.words,o=e[t+0],u=e[t+1],h=e[t+2],p=e[t+3],m=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],v=e[t+8],b=e[t+9],w=e[t+10],M=e[t+11],k=e[t+12],S=e[t+13],L=e[t+14],x=e[t+15],D=a[0],T=a[1],A=a[2],Y=a[3];D=c(D,T,A,Y,o,7,s[0]),Y=c(Y,D,T,A,u,12,s[1]),A=c(A,Y,D,T,h,17,s[2]),T=c(T,A,Y,D,p,22,s[3]),D=c(D,T,A,Y,m,7,s[4]),Y=c(Y,D,T,A,g,12,s[5]),A=c(A,Y,D,T,y,17,s[6]),T=c(T,A,Y,D,_,22,s[7]),D=c(D,T,A,Y,v,7,s[8]),Y=c(Y,D,T,A,b,12,s[9]),A=c(A,Y,D,T,w,17,s[10]),T=c(T,A,Y,D,M,22,s[11]),D=c(D,T,A,Y,k,7,s[12]),Y=c(Y,D,T,A,S,12,s[13]),A=c(A,Y,D,T,L,17,s[14]),D=d(D,T=c(T,A,Y,D,x,22,s[15]),A,Y,u,5,s[16]),Y=d(Y,D,T,A,y,9,s[17]),A=d(A,Y,D,T,M,14,s[18]),T=d(T,A,Y,D,o,20,s[19]),D=d(D,T,A,Y,g,5,s[20]),Y=d(Y,D,T,A,w,9,s[21]),A=d(A,Y,D,T,x,14,s[22]),T=d(T,A,Y,D,m,20,s[23]),D=d(D,T,A,Y,b,5,s[24]),Y=d(Y,D,T,A,L,9,s[25]),A=d(A,Y,D,T,p,14,s[26]),T=d(T,A,Y,D,v,20,s[27]),D=d(D,T,A,Y,S,5,s[28]),Y=d(Y,D,T,A,h,9,s[29]),A=d(A,Y,D,T,_,14,s[30]),D=l(D,T=d(T,A,Y,D,k,20,s[31]),A,Y,g,4,s[32]),Y=l(Y,D,T,A,v,11,s[33]),A=l(A,Y,D,T,M,16,s[34]),T=l(T,A,Y,D,L,23,s[35]),D=l(D,T,A,Y,u,4,s[36]),Y=l(Y,D,T,A,m,11,s[37]),A=l(A,Y,D,T,_,16,s[38]),T=l(T,A,Y,D,w,23,s[39]),D=l(D,T,A,Y,S,4,s[40]),Y=l(Y,D,T,A,o,11,s[41]),A=l(A,Y,D,T,p,16,s[42]),T=l(T,A,Y,D,y,23,s[43]),D=l(D,T,A,Y,b,4,s[44]),Y=l(Y,D,T,A,k,11,s[45]),A=l(A,Y,D,T,x,16,s[46]),D=f(D,T=l(T,A,Y,D,h,23,s[47]),A,Y,o,6,s[48]),Y=f(Y,D,T,A,_,10,s[49]),A=f(A,Y,D,T,L,15,s[50]),T=f(T,A,Y,D,g,21,s[51]),D=f(D,T,A,Y,k,6,s[52]),Y=f(Y,D,T,A,p,10,s[53]),A=f(A,Y,D,T,w,15,s[54]),T=f(T,A,Y,D,u,21,s[55]),D=f(D,T,A,Y,v,6,s[56]),Y=f(Y,D,T,A,x,10,s[57]),A=f(A,Y,D,T,y,15,s[58]),T=f(T,A,Y,D,S,21,s[59]),D=f(D,T,A,Y,m,6,s[60]),Y=f(Y,D,T,A,M,10,s[61]),A=f(A,Y,D,T,h,15,s[62]),T=f(T,A,Y,D,b,21,s[63]),a[0]=a[0]+D|0,a[1]=a[1]+T|0,a[2]=a[2]+A|0,a[3]=a[3]+Y|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;n[i>>>5]|=128<<24-i%32;var a=e.floor(r/4294967296),o=r;n[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,u=s.words,c=0;c<4;c++){var d=u[c];u[c]=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<>>32-a)+t}function l(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<>>32-a)+t}t.MD5=a._createHelper(u),t.HmacMD5=a._createHmacHelper(u)}(Math),n.MD5)})),T((function(e,t){var n;e.exports=(n=Y,void function(){var e=n,t=e.lib.Base,r=e.enc.Utf8;e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,u=o.words,c=0;c>>6-o%4*2;i[a>>>2]|=(s|u)<<24-a%4*8,a++}return t.create(i,a)}e.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s>>6*(3-s)&63));var u=r.charAt(64);if(u)for(;i.length%4;)i.push(u);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},n=t.createPromise,r=t.retryRule,i=void 0===r?W:r;(0,y.default)(this,e),this.createPromise=n,this.status=null,this.promise=null,this.retryRule=i}return(0,_.default)(e,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case W:return this.status===R;case q:return this.status!==B}}},{key:"exec",value:function(){var e=this;return this.needRetry?(this.status=B,this.promise=this.createPromise().then((function(t){return e.status=H,Promise.resolve(t)}),(function(t){return e.status=R,Promise.reject(t)})),this.promise):this.promise}}]),e}();function J(e){return e&&"string"==typeof e?JSON.parse(e):e}var K=!0,Q="mp-weixin",$=!1,G=J([]),X="h5"===Q?"web":"app-plus"===Q||"app-harmony"===Q?"app":Q,Z=J(void 0),ee=J([])||[],te=!0;try{(n(1448).default||n(1448)).appid}catch(Ai){}var ne={};function re(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=ne,n=e,Object.prototype.hasOwnProperty.call(t,n)||(ne[e]=r),ne[e]}"app"===X&&(ne=r._globalUniCloudObj?r._globalUniCloudObj:r._globalUniCloudObj={});var ie=["invoke","success","fail","complete"],ae=re("_globalUniCloudInterceptor");function oe(e,t){ae[e]||(ae[e]={}),U(t)&&Object.keys(t).forEach((function(n){ie.indexOf(n)>-1&&function(e,t,n){var r=ae[e][t];r||(r=ae[e][t]=[]),-1===r.indexOf(n)&&F(n)&&r.push(n)}(e,n,t[n])}))}function se(e,t){ae[e]||(ae[e]={}),U(t)?Object.keys(t).forEach((function(n){ie.indexOf(n)>-1&&function(e,t,n){var r=ae[e][t];if(r){var i=r.indexOf(n);i>-1&&r.splice(i,1)}}(e,n,t[n])})):delete ae[e]}function ue(e,t){return e&&0!==e.length?e.reduce((function(e,n){return e.then((function(){return n(t)}))}),Promise.resolve()):Promise.resolve()}function ce(e,t){return ae[e]&&ae[e][t]||[]}function de(e){oe("callObject",e)}var le=re("_globalUniCloudListener"),fe="response",he="needLogin",pe="refreshToken",me="clientdb",ge="cloudfunction",ye="cloudobject";function _e(e){return le[e]||(le[e]=[]),le[e]}function ve(e,t){var n=_e(e);n.includes(t)||n.push(t)}function be(e,t){var n=_e(e),r=n.indexOf(t);-1!==r&&n.splice(r,1)}function we(e,t){for(var n=_e(e),r=0;r0&&void 0!==arguments[0]?arguments[0]:0;if(!(e>=10))return e++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(e):this.cause}}}]),n}((0,g.default)(Error));t.UniCloudError=xe;var De,Te,Ae={request:function(e){return r.request(e)},uploadFile:function(e){return r.uploadFile(e)},setStorageSync:function(e,t){return r.setStorageSync(e,t)},getStorageSync:function(e){return r.getStorageSync(e)},removeStorageSync:function(e){return r.removeStorageSync(e)},clearStorageSync:function(){return r.clearStorageSync()},connectSocket:function(e){return r.connectSocket(e)}};function Ye(){return{token:Ae.getStorageSync("uni_id_token")||Ae.getStorageSync("uniIdToken"),tokenExpired:Ae.getStorageSync("uni_id_token_expired")}}function je(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.token,n=e.tokenExpired;t&&Ae.setStorageSync("uni_id_token",t),n&&Ae.setStorageSync("uni_id_token_expired",n)}function Oe(){return De||(De=r.getSystemInfoSync()),De}function Ee(){var e,t;try{if(r.getLaunchOptionsSync){if(r.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var n=r.getLaunchOptionsSync(),i=n.scene,a=n.channel;e=a,t=i}}catch(e){}return{channel:e,scene:t}}var Pe={};function Ce(){var e=r.getLocale&&r.getLocale()||"en";if(Te)return S(S(S({},Pe),Te),{},{locale:e,LOCALE:e});var t=Oe(),n=t.deviceId,i=t.osName,a=t.uniPlatform,o=t.appId,s=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var u in t)Object.hasOwnProperty.call(t,u)&&-1===s.indexOf(u)&&delete t[u];return Te=S(S({PLATFORM:a,OS:i,APPID:o,DEVICEID:n},Ee()),t),S(S(S({},Pe),Te),{},{locale:e,LOCALE:e})}var Ie,Be={sign:function(e,t){var n="";return Object.keys(e).sort().forEach((function(t){e[t]&&(n=n+"&"+t+"="+e[t])})),n=n.slice(1),j(n,t).toString()},wrappedRequest:function(e,t){return new Promise((function(n,r){t(Object.assign(e,{complete:function(e){e||(e={}),K&&"web"===X&&e.errMsg&&0===e.errMsg.indexOf("request:fail")&&console.warn("发布H5,需要在uniCloud后台操作,绑定安全域名,否则会因为跨域问题而无法访问。教程参考:https://uniapp.dcloud.io/uniCloud/quickstart?id=useinh5");var t=e.data&&e.data.header&&e.data.header["x-serverless-request-id"]||e.header&&e.header["request-id"];if(!e.statusCode||e.statusCode>=400){var i=e.data&&e.data.error&&e.data.error.code||"SYS_ERR",a=e.data&&e.data.error&&e.data.error.message||e.errMsg||"request:fail";return r(new xe({code:i,message:a,requestId:t}))}var o=e.data;if(o.error)return r(new xe({code:o.error.code,message:o.error.message,requestId:t}));o.result=o.data,o.requestId=t,delete o.data,n(o)}}))}))},toBase64:function(e){return E.stringify(O.parse(e))}},He=function(){function e(t){var n=this;(0,y.default)(this,e),["spaceId","clientSecret"].forEach((function(e){if(!Object.prototype.hasOwnProperty.call(t,e))throw new Error("".concat(e," required"))})),this.config=Object.assign({},{endpoint:0===t.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},t),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=Ae,this._getAccessTokenPromiseHub=new V({createPromise:function(){return n.requestAuth(n.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(e){if(!e.result||!e.result.accessToken)throw new xe({code:"AUTH_FAILED",message:"获取accessToken失败"});n.setAccessToken(e.result.accessToken)}))},retryRule:q})}return(0,_.default)(e,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(e){this.accessToken=e}},{key:"requestWrapped",value:function(e){return Be.wrappedRequest(e,this.adapter.request)}},{key:"requestAuth",value:function(e){return this.requestWrapped(e)}},{key:"request",value:function(e,t){var n=this;return Promise.resolve().then((function(){return n.hasAccessToken?t?n.requestWrapped(e):n.requestWrapped(e).catch((function(t){return new Promise((function(e,n){!t||"GATEWAY_INVALID_TOKEN"!==t.code&&"InvalidParameter.InvalidToken"!==t.code?n(t):e()})).then((function(){return n.getAccessToken()})).then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))})):n.getAccessToken().then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))}))}},{key:"rebuildRequest",value:function(e){var t=Object.assign({},e);return t.data.token=this.accessToken,t.header["x-basement-token"]=this.accessToken,t.header["x-serverless-sign"]=Be.sign(t.data,this.config.clientSecret),t}},{key:"setupRequest",value:function(e,t){var n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),r={"Content-Type":"application/json"};return"auth"!==t&&(n.token=this.accessToken,r["x-basement-token"]=this.accessToken),r["x-serverless-sign"]=Be.sign(n,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:r}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getAccessToken();case 2:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"callFunction",value:function(e){var t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(S(S({},this.setupRequest(t)),{},{timeout:e.timeout}))}},{key:"getOSSUploadOptionsFromPath",value:function(e){var t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFileToOSS",value:function(e){var t=this,n=e.url,r=e.formData,i=e.name,a=e.filePath,o=e.fileType,s=e.onUploadProgress;return new Promise((function(e,u){var c=t.adapter.uploadFile({url:n,formData:r,name:i,filePath:a,fileType:o,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(t){t&&t.statusCode<400?e(t):u(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){u(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(e){var t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFile",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l,f,h,p,m,g,y,_,v,b,w,M,k,S;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t.filePath,r=t.cloudPath,i=t.fileType,a=void 0===i?"image":i,s=t.cloudPathAsRealPath,u=void 0!==s&&s,c=t.onUploadProgress,d=t.config,"string"===N(r)){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});case 3:if(r=r.trim()){e.next=5;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不可为空"});case 5:if(!/:\/\//.test(r)){e.next=7;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不合法"});case 7:if(l=d&&d.envType||this.config.envType,!(u&&("/"!==r[0]&&(r="/"+r),r.indexOf("\\")>-1))){e.next=10;break}throw new xe({code:"INVALID_PARAM",message:"使用cloudPath作为路径时,cloudPath不可包含“\\”"});case 10:return e.next=12,this.getOSSUploadOptionsFromPath({env:l,filename:u?r.split("/").pop():r,fileId:u?r:void 0});case 12:return f=e.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,m=f.accessKeyId,g=f.signature,y=f.host,_=f.ossPath,v=f.id,b=f.policy,w=f.ossCallbackUrl,M={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:m,Signature:g,host:y,id:v,key:_,policy:b,success_action_status:200},p&&(M["x-oss-security-token"]=p),w&&(k=JSON.stringify({callbackUrl:w,callbackBody:JSON.stringify({fileId:v,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),M.callback=Be.toBase64(k)),S={url:"https://"+f.host,formData:M,fileName:"file",name:"file",filePath:n,fileType:a},e.next=27,this.uploadFileToOSS(Object.assign({},S,{onUploadProgress:c}));case 27:if(!w){e.next=29;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 29:return e.next=31,this.reportOSSUpload({id:v});case 31:if(!e.sent.success){e.next=33;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 33:throw new xe({code:"UPLOAD_FAILED",message:"文件上传失败"});case 34:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList;return new Promise((function(e,n){Array.isArray(t)&&0!==t.length||n(new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"})),e({fileList:t.map((function(e){return{fileID:e,tempFileURL:e}}))})}))}},{key:"getFileInfo",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=i.length>0&&void 0!==i[0]?i[0]:{},n=t.fileList,Array.isArray(n)&&0!==n.length){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});case 3:return r={method:"serverless.file.resource.info",params:JSON.stringify({id:n.map((function(e){return e.split("?")[0]})).join(",")})},e.next=6,this.request(this.setupRequest(r));case 6:return e.t0=e.sent.result,e.abrupt("return",{fileList:e.t0});case 8:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()}]),e}(),Re={init:function(e){var t=new He(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},Ne="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(e){e.local="local",e.none="none",e.session="session"}(Ie||(Ie={}));var Ue,Fe=function(){},ze=T((function(e,t){var n;e.exports=(n=Y,function(e){var t=n,r=t.lib,i=r.WordArray,a=r.Hasher,o=t.algo,s=[],u=[];!function(){function t(t){for(var n=e.sqrt(t),r=2;r<=n;r++)if(!(t%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}for(var r=2,i=0;i<64;)t(r)&&(i<8&&(s[i]=n(e.pow(r,.5))),u[i]=n(e.pow(r,1/3)),i++),r++}();var c=[],d=o.SHA256=a.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],s=n[4],d=n[5],l=n[6],f=n[7],h=0;h<64;h++){if(h<16)c[h]=0|e[t+h];else{var p=c[h-15],m=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=c[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;c[h]=m+c[h-7]+y+c[h-16]}var _=r&i^r&a^i&a,v=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),b=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&d^~s&l)+u[h]+c[h];f=l,l=d,d=s,s=o+b|0,o=a,a=i,i=r,r=b+(v+_)|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+s|0,n[5]=n[5]+d|0,n[6]=n[6]+l|0,n[7]=n[7]+f|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=e.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=a._createHelper(d),t.HmacSHA256=a._createHmacHelper(d)}(Math),n.SHA256)})),We=ze,qe=T((function(e,t){e.exports=Y.HmacSHA256})),Ve=function(){var e;if(!Promise){e=function(){},e.promise={};var t=function(){throw new xe({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var n=new Promise((function(t,n){e=function(e,r){return e?n(e):t(r)}}));return e.promise=n,e};function Je(e){return void 0===e}function Ke(e){return"[object Null]"===Object.prototype.toString.call(e)}function Qe(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.replace(/([\s\S]+)\s+(请前往云开发AI小助手查看问题:.*)/,"$1")}function $e(e){var t,n,r=(t=e,"[object Array]"===Object.prototype.toString.call(t)?e:[e]),i=b(r);try{for(i.s();!(n=i.n()).done;){var a=n.value,o=a.isMatch,s=a.genAdapter,u=a.runtime;if(o())return{adapter:s(),runtime:u}}}catch(c){i.e(c)}finally{i.f()}}!function(e){e.WEB="web",e.WX_MP="wx_mp"}(Ue||(Ue={}));var Ge={adapter:null,runtime:void 0},Xe=["anonymousUuidKey"],Ze=function(e){(0,h.default)(n,e);var t=L(n);function n(){var e;return(0,y.default)(this,n),e=t.call(this),Ge.adapter.root.tcbObject||(Ge.adapter.root.tcbObject={}),e}return(0,_.default)(n,[{key:"setItem",value:function(e,t){Ge.adapter.root.tcbObject[e]=t}},{key:"getItem",value:function(e){return Ge.adapter.root.tcbObject[e]}},{key:"removeItem",value:function(e){delete Ge.adapter.root.tcbObject[e]}},{key:"clear",value:function(){delete Ge.adapter.root.tcbObject}}]),n}(Fe);function et(e,t){switch(e){case"local":return t.localStorage||new Ze;case"none":return new Ze;default:return t.sessionStorage||new Ze}}var tt=function(){function e(t){if((0,y.default)(this,e),!this._storage){this._persistence=Ge.adapter.primaryStorage||t.persistence,this._storage=et(this._persistence,Ge.adapter);var n="access_token_".concat(t.env),r="access_token_expire_".concat(t.env),i="refresh_token_".concat(t.env),a="anonymous_uuid_".concat(t.env),o="login_type_".concat(t.env),s="user_info_".concat(t.env);this.keys={accessTokenKey:n,accessTokenExpireKey:r,refreshTokenKey:i,anonymousUuidKey:a,loginTypeKey:o,userInfoKey:s}}}return(0,_.default)(e,[{key:"updatePersistence",value:function(e){if(e!==this._persistence){var t="local"===this._persistence;this._persistence=e;var n=et(e,Ge.adapter);for(var r in this.keys){var i=this.keys[r];if(!t||!Xe.includes(r)){var a=this._storage.getItem(i);Je(a)||Ke(a)||(n.setItem(i,a),this._storage.removeItem(i))}}this._storage=n}}},{key:"setStore",value:function(e,t,n){if(this._storage){var r={version:n||"localCachev1",content:t},i=JSON.stringify(r);try{this._storage.setItem(e,i)}catch(e){throw e}}}},{key:"getStore",value:function(e,t){try{if(!this._storage)return}catch(e){return""}t=t||"localCachev1";var n=this._storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}},{key:"removeStore",value:function(e){this._storage.removeItem(e)}}]),e}(),nt={},rt={};function it(e){return nt[e]}var at=(0,_.default)((function e(t,n){(0,y.default)(this,e),this.data=n||null,this.name=t})),ot=function(e){(0,h.default)(n,e);var t=L(n);function n(e,r){var i;return(0,y.default)(this,n),i=t.call(this,"error",{error:e,data:r}),i.error=e,i}return(0,_.default)(n)}(at),st=new(function(){function e(){(0,y.default)(this,e),this._listeners={}}return(0,_.default)(e,[{key:"on",value:function(e,t){return function(e,t,n){n[e]=n[e]||[],n[e].push(t)}(e,t,this._listeners),this}},{key:"off",value:function(e,t){return function(e,t,n){if(n&&n[e]){var r=n[e].indexOf(t);-1!==r&&n[e].splice(r,1)}}(e,t,this._listeners),this}},{key:"fire",value:function(e,t){if(e instanceof ot)return console.error(e.error),this;var n="string"==typeof e?new at(e,t||{}):e,r=n.name;if(this._listens(r)){n.target=this;var i,a=this._listeners[r]?(0,d.default)(this._listeners[r]):[],o=b(a);try{for(o.s();!(i=o.n()).done;){var s=i.value;s.call(this,n)}}catch(u){o.e(u)}finally{o.f()}}return this}},{key:"_listens",value:function(e){return this._listeners[e]&&this._listeners[e].length>0}}]),e}());function ut(e,t){st.on(e,t)}function ct(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};st.fire(e,t)}function dt(e,t){st.off(e,t)}var lt,ft="loginStateChanged",ht="loginStateExpire",pt="loginTypeChanged",mt="anonymousConverted",gt="refreshAccessToken";!function(e){e.ANONYMOUS="ANONYMOUS",e.WECHAT="WECHAT",e.WECHAT_PUBLIC="WECHAT-PUBLIC",e.WECHAT_OPEN="WECHAT-OPEN",e.CUSTOM="CUSTOM",e.EMAIL="EMAIL",e.USERNAME="USERNAME",e.NULL="NULL"}(lt||(lt={}));var yt=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],_t={"X-SDK-Version":"1.3.5"};function vt(e,t,n){var r=e[t];e[t]=function(t){var i={},a={};n.forEach((function(n){var r=n.call(e,t),o=r.data,s=r.headers;Object.assign(i,o),Object.assign(a,s)}));var o=t.data;return o&&function(){var e;if(e=o,"[object FormData]"!==Object.prototype.toString.call(e))t.data=S(S({},o),i);else for(var n in i)o.append(n,i[n])}(),t.headers=S(S({},t.headers||{}),a),r.call(e,t)}}function bt(){var e=Math.random().toString(16).slice(2);return{data:{seqId:e},headers:S(S({},_t),{},{"x-seqid":e})}}var wt=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,y.default)(this,e),this.config=n,this._reqClass=new Ge.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post"]}),this._cache=it(this.config.env),this._localCache=(t=this.config.env,rt[t]),vt(this._reqClass,"post",[bt]),vt(this._reqClass,"upload",[bt]),vt(this._reqClass,"download",[bt])}return(0,_.default)(e,[{key:"post",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.post(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"upload",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.upload(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"download",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.download(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"refreshAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),e.prev=1,e.next=4,this._refreshAccessTokenPromise;case 4:t=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e["catch"](1),n=e.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!n){e.next=12;break}throw n;case 12:return e.abrupt("return",t);case 13:case"end":return e.stop()}}),e,this,[[1,7]])})));function t(){return e.apply(this,arguments)}return t}()},{key:"_refreshAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u,c,d,l,f,h,p;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,a=t.loginTypeKey,s=t.anonymousUuidKey,this._cache.removeStore(n),this._cache.removeStore(r),u=this._cache.getStore(i),u){e.next=5;break}throw new xe({message:"未登录CloudBase"});case 5:return c={refresh_token:u},e.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",c);case 8:if(d=e.sent,!d.data.code){e.next=21;break}if(l=d.data.code,"SIGN_PARAM_INVALID"!==l&&"REFRESH_TOKEN_EXPIRED"!==l&&"INVALID_REFRESH_TOKEN"!==l){e.next=20;break}if(this._cache.getStore(a)!==lt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==l){e.next=19;break}return f=this._cache.getStore(s),h=this._cache.getStore(i),e.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=e.sent,e.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:ct(ht),this._cache.removeStore(i);case 20:throw new xe({code:d.data.code,message:"刷新access token失败:".concat(d.data.code)});case 21:if(!d.data.access_token){e.next=23;break}return e.abrupt("return",(ct(gt),this._cache.setStore(n,d.data.access_token),this._cache.setStore(r,d.data.access_token_expire+Date.now()),{accessToken:d.data.access_token,accessTokenExpire:d.data.access_token_expire}));case 23:d.data.refresh_token&&(this._cache.removeStore(i),this._cache.setStore(i,d.data.refresh_token),this._refreshAccessToken());case 24:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"getAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,this._cache.getStore(i)){e.next=3;break}throw new xe({message:"refresh token不存在,登录状态异常"});case 3:if(a=this._cache.getStore(n),s=this._cache.getStore(r),u=!0,e.t0=this._shouldRefreshAccessTokenHook,!e.t0){e.next=9;break}return e.next=8,this._shouldRefreshAccessTokenHook(a,s);case 8:e.t0=!e.sent;case 9:if(e.t1=e.t0,!e.t1){e.next=12;break}u=!1;case 12:return e.abrupt("return",(!a||!s||s2&&void 0!==arguments[2]?arguments[2]:{},r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+="".concat(a,"=").concat(encodeURIComponent(n[a]));return/^http(s)?\:\/\//.test(t+=i)?t:"".concat(e).concat(t)}(Ne,"//tcb-api.tencentcloudapi.com/web",y),g&&(_+=g),e.next=22,this.post(S({url:_,data:c},f));case 22:if(v=e.sent,b=v.header&&v.header["x-tcb-trace"],b&&this._localCache.setStore(i,b),(200===Number(v.status)||200===Number(v.statusCode))&&v.data){e.next=26;break}throw new xe({code:"NETWORK_ERROR",message:"network request error"});case 26:return e.abrupt("return",v);case 27:case"end":return e.stop()}}),e,this)})));function t(t,n,r){return e.apply(this,arguments)}return t}()},{key:"send",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=s.length>1&&void 0!==s[1]?s[1]:{},r=s.length>2&&void 0!==s[2]?s[2]:{},e.next=4,this.request(t,n,S(S({},r),{},{onUploadProgress:n.onUploadProgress}));case 4:if(i=e.sent,"ACCESS_TOKEN_EXPIRED"!==i.data.code||-1!==yt.indexOf(t)){e.next=14;break}return e.next=8,this.refreshAccessToken();case 8:return e.next=10,this.request(t,n,S(S({},r),{},{onUploadProgress:n.onUploadProgress}));case 10:if(a=e.sent,!a.data.code){e.next=13;break}throw new xe({code:a.data.code,message:Qe(a.data.message)});case 13:return e.abrupt("return",a.data);case 14:if(!i.data.code){e.next=16;break}throw new xe({code:i.data.code,message:Qe(i.data.message)});case 16:return e.abrupt("return",i.data);case 17:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}}]),e}(),Mt={};function kt(e){return Mt[e]}var St=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=it(t.env),this._request=kt(t.env)}return(0,_.default)(e,[{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}},{key:"setAccessToken",value:function(e,t){var n=this._cache.keys,r=n.accessTokenKey,i=n.accessTokenExpireKey;this._cache.setStore(r,e),this._cache.setStore(i,t)}},{key:"refreshUserInfo",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e)}}]),e}(),Lt=function(){function e(t){if((0,y.default)(this,e),!t)throw new xe({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=t,this._cache=it(this._envId),this._request=kt(this._envId),this.setUserInfo()}return(0,_.default)(e,[{key:"linkWithTicket",value:function(e){if("string"!=typeof e)throw new xe({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:e})}},{key:"linkWithRedirect",value:function(e){e.signInWithRedirect()}},{key:"updatePassword",value:function(e,t){return this._request.send("auth.updatePassword",{oldPassword:t,newPassword:e})}},{key:"updateEmail",value:function(e){return this._request.send("auth.updateEmail",{newEmail:e})}},{key:"updateUsername",value:function(e){if("string"!=typeof e)throw new xe({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:e})}},{key:"getLinkedUidList",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return t=e.sent,n=t.data,r=!1,i=n.users,e.abrupt("return",(i.forEach((function(e){e.wxOpenId&&e.wxPublicId&&(r=!0)})),{users:i,hasPrimaryUid:r}));case 7:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setPrimaryUid",value:function(e){return this._request.send("auth.setPrimaryUid",{uid:e})}},{key:"unlink",value:function(e){return this._request.send("auth.unlink",{platform:e})}},{key:"update",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.nickName,r=t.gender,i=t.avatarUrl,a=t.province,s=t.country,u=t.city,e.next=8,this._request.send("auth.updateUserInfo",{nickName:n,gender:r,avatarUrl:i,province:a,country:s,city:u});case 8:c=e.sent,d=c.data,this.setLocalUserInfo(d);case 11:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"refresh",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setUserInfo",value:function(){var e=this,t=this._cache.keys.userInfoKey,n=this._cache.getStore(t);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(t){e[t]=n[t]})),this.location={country:n.country,province:n.province,city:n.city}}},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e),this.setUserInfo()}}]),e}(),xt=function(){function e(t){if((0,y.default)(this,e),!t)throw new xe({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=it(t);var n=this._cache.keys,r=n.refreshTokenKey,i=n.accessTokenKey,a=n.accessTokenExpireKey,o=this._cache.getStore(r),s=this._cache.getStore(i),u=this._cache.getStore(a);this.credential={refreshToken:o,accessToken:s,accessTokenExpire:u},this.user=new Lt(t)}return(0,_.default)(e,[{key:"isAnonymousAuth",get:function(){return this.loginType===lt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===lt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===lt.WECHAT||this.loginType===lt.WECHAT_OPEN||this.loginType===lt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),e}(),Dt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._cache.updatePersistence("local"),t=this._cache.keys,n=t.anonymousUuidKey,r=t.refreshTokenKey,i=this._cache.getStore(n)||void 0,a=this._cache.getStore(r)||void 0,e.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:i,refresh_token:a});case 8:if(s=e.sent,!s.uuid||!s.refresh_token){e.next=20;break}return this._setAnonymousUUID(s.uuid),this.setRefreshToken(s.refresh_token),e.next=14,this._request.refreshAccessToken();case 14:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.ANONYMOUS,persistence:"local"}),u=new xt(this.config.env),e.next=19,u.user.refresh();case 19:return e.abrupt("return",u);case 20:throw new xe({message:"匿名登录失败"});case 21:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=this._cache.keys,r=n.anonymousUuidKey,i=n.refreshTokenKey,a=this._cache.getStore(r),s=this._cache.getStore(i),e.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:a,refresh_token:s,ticket:t});case 7:if(u=e.sent,!u.refresh_token){e.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(u.refresh_token),e.next=13,this._request.refreshAccessToken();case 13:return ct(mt,{env:this.config.env}),ct(pt,{loginType:lt.CUSTOM,persistence:"local"}),e.abrupt("return",{credential:{refreshToken:u.refresh_token}});case 16:throw new xe({message:"匿名转化失败"});case 17:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"_setAnonymousUUID",value:function(e){var t=this._cache.keys,n=t.anonymousUuidKey,r=t.loginTypeKey;this._cache.removeStore(n),this._cache.setStore(n,e),this._cache.setStore(r,lt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),n}(St),Tt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signInWithTicket",{ticket:t,refresh_token:this._cache.getStore(n)||""});case 5:if(r=e.sent,!r.refresh_token){e.next=15;break}return this.setRefreshToken(r.refresh_token),e.next=10,this._request.refreshAccessToken();case 10:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.CUSTOM,persistence:this.config.persistence}),e.next=14,this.refreshUserInfo();case 14:return e.abrupt("return",new xt(this.config.env));case 15:throw new xe({message:"自定义登录失败"});case 16:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()}]),n}(St),At=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"email must be a string"});case 2:return r=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:t,password:n,refresh_token:this._cache.getStore(r)||""});case 5:if(i=e.sent,a=i.refresh_token,s=i.access_token,u=i.access_token_expire,!a){e.next=22;break}if(this.setRefreshToken(a),!s||!u){e.next=15;break}this.setAccessToken(s,u),e.next=17;break;case 15:return e.next=17,this._request.refreshAccessToken();case 17:return e.next=19,this.refreshUserInfo();case 19:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.EMAIL,persistence:this.config.persistence}),e.abrupt("return",new xt(this.config.env));case 22:throw i.code?new xe({code:i.code,message:"邮箱登录失败: ".concat(i.message)}):new xe({message:"邮箱登录失败"});case 23:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"activate",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.activateEndUserMail",{token:t}));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"resetPasswordWithToken",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:t,newPassword:n}));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()}]),n}(St),Yt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof n&&(n="",console.warn("password is empty")),r=this._cache.keys.refreshTokenKey,e.next=6,this._request.send("auth.signIn",{loginType:lt.USERNAME,username:t,password:n,refresh_token:this._cache.getStore(r)||""});case 6:if(i=e.sent,a=i.refresh_token,s=i.access_token_expire,u=i.access_token,!a){e.next=23;break}if(this.setRefreshToken(a),!u||!s){e.next=16;break}this.setAccessToken(u,s),e.next=18;break;case 16:return e.next=18,this._request.refreshAccessToken();case 18:return e.next=20,this.refreshUserInfo();case 20:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.USERNAME,persistence:this.config.persistence}),e.abrupt("return",new xt(this.config.env));case 23:throw i.code?new xe({code:i.code,message:"用户名密码登录失败: ".concat(i.message)}):new xe({message:"用户名密码登录失败"});case 24:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()}]),n}(St),jt=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=it(t.env),this._request=kt(t.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),ut(pt,this._onLoginTypeChanged)}return(0,_.default)(e,[{key:"currentUser",get:function(){var e=this.hasLoginState();return e&&e.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new Dt(this.config)}},{key:"customAuthProvider",value:function(){return new Tt(this.config)}},{key:"emailAuthProvider",value:function(){return new At(this.config)}},{key:"usernameAuthProvider",value:function(){return new Yt(this.config)}},{key:"signInAnonymously",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Dt(this.config).signIn());case 1:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"signInWithEmailAndPassword",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new At(this.config).signIn(t,n));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"signInWithUsernameAndPassword",value:function(e,t){return new Yt(this.config).signIn(e,t)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new Dt(this.config)),ut(mt,this._onAnonymousConverted),e.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(t);case 3:return e.abrupt("return",e.sent);case 4:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"signOut",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(this.loginType!==lt.ANONYMOUS){e.next=2;break}throw new xe({message:"匿名用户不支持登出操作"});case 2:if(t=this._cache.keys,n=t.refreshTokenKey,r=t.accessTokenKey,i=t.accessTokenExpireKey,a=this._cache.getStore(n),a){e.next=5;break}return e.abrupt("return");case 5:return e.next=7,this._request.send("auth.logout",{refresh_token:a});case 7:return s=e.sent,e.abrupt("return",(this._cache.removeStore(n),this._cache.removeStore(r),this._cache.removeStore(i),ct(ft),ct(pt,{env:this.config.env,loginType:lt.NULL,persistence:this.config.persistence}),s));case 9:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"signUpWithEmailAndPassword",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:t,password:n}));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"sendPasswordResetEmail",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:t}));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"onLoginStateChanged",value:function(e){var t=this;ut(ft,(function(){var n=t.hasLoginState();e.call(t,n)}));var n=this.hasLoginState();e.call(this,n)}},{key:"onLoginStateExpired",value:function(e){ut(ht,e.bind(this))}},{key:"onAccessTokenRefreshed",value:function(e){ut(gt,e.bind(this))}},{key:"onAnonymousConverted",value:function(e){ut(mt,e.bind(this))}},{key:"onLoginTypeChanged",value:function(e){var t=this;ut(pt,(function(){var n=t.hasLoginState();e.call(t,n)}))}},{key:"getAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.getAccessToken();case 2:return e.t0=e.sent.accessToken,e.t1=this.config.env,e.abrupt("return",{accessToken:e.t0,env:e.t1});case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"hasLoginState",value:function(){var e=this._cache.keys.refreshTokenKey;return this._cache.getStore(e)?new xt(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"username must be a string"});case 2:return e.next=4,this._request.send("auth.isUsernameRegistered",{username:t});case 4:return n=e.sent,r=n.data,e.abrupt("return",r&&r.isRegistered);case 7:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Tt(this.config).signIn(t));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"shouldRefreshAccessToken",value:function(e){this._request._shouldRefreshAccessTokenHook=e.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(e){return e.code?e:S(S({},e.data),{},{requestId:e.seqId})}))}},{key:"getAuthHeader",value:function(){var e=this._cache.keys,t=e.refreshTokenKey,n=e.accessTokenKey,r=this._cache.getStore(t);return{"x-cloudbase-credentials":this._cache.getStore(n)+"/@@/"+r}}},{key:"_onAnonymousConverted",value:function(e){var t=e.data.env;t===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(e){var t=e.data,n=t.loginType,r=t.persistence,i=t.env;i===this.config.env&&(this._cache.updatePersistence(r),this._cache.setStore(this._cache.keys.loginTypeKey,n))}}]),e}(),Ot=function(e,t){t=t||Ve();var n=kt(this.config.env),r=e.cloudPath,i=e.filePath,a=e.onUploadProgress,o=e.fileType,s=void 0===o?"image":o;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){var o=e.data,u=o.url,c=o.authorization,d=o.token,l=o.fileId,f=o.cosFileId,h=e.requestId,p={key:r,signature:c,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":d};n.upload({url:u,data:p,file:i,name:r,fileType:s,onUploadProgress:a}).then((function(e){201===e.statusCode?t(null,{fileID:l,requestId:h}):t(new xe({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(e.data)}))})).catch((function(e){t(e)}))})).catch((function(e){t(e)})),t.promise},Et=function(e,t){t=t||Ve();var n=kt(this.config.env),r=e.cloudPath;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){t(null,e)})).catch((function(e){t(e)})),t.promise},Pt=function(e,t){var n=e.fileList;if(t=t||Ve(),!n||!Array.isArray(n))return{code:"INVALID_PARAM",message:"fileList必须是非空的数组"};var r,i=b(n);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(!a||"string"!=typeof a)return{code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"}}}catch(s){i.e(s)}finally{i.f()}var o={fileid_list:n};return kt(this.config.env).send("storage.batchDeleteFile",o).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.delete_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},Ct=function(e,t){var n=e.fileList;t=t||Ve(),n&&Array.isArray(n)||t(null,{code:"INVALID_PARAM",message:"fileList必须是非空的数组"});var r,i=[],a=b(n);try{for(a.s();!(r=a.n()).done;){var o=r.value;"object"==(0,c.default)(o)?(o.hasOwnProperty("fileID")&&o.hasOwnProperty("maxAge")||t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是包含fileID和maxAge的对象"}),i.push({fileid:o.fileID,max_age:o.maxAge})):"string"==typeof o?i.push({fileid:o}):t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是字符串"})}}catch(u){a.e(u)}finally{a.f()}var s={file_list:i};return kt(this.config.env).send("storage.batchGetDownloadUrl",s).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.download_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},It=function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return r=t.fileID,e.next=3,Ct.call(this,{fileList:[{fileID:r,maxAge:600}]});case 3:if(i=e.sent.fileList[0],"SUCCESS"===i.code){e.next=6;break}return e.abrupt("return",n?n(i):new Promise((function(e){e(i)})));case 6:if(a=kt(this.config.env),s=i.download_url,s=encodeURI(s),n){e.next=10;break}return e.abrupt("return",a.download({url:s}));case 10:return e.t0=n,e.next=13,a.download({url:s});case 13:e.t1=e.sent,(0,e.t0)(e.t1);case 15:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}(),Bt=function(e,t){var n,r=e.name,i=e.data,a=e.query,o=e.parse,s=e.search,u=e.timeout,c=t||Ve();try{n=i?JSON.stringify(i):""}catch(r){return Promise.reject(r)}if(!r)return Promise.reject(new xe({code:"PARAM_ERROR",message:"函数名不能为空"}));var d={inQuery:a,parse:o,search:s,function_name:r,request_data:n};return kt(this.config.env).send("functions.invokeFunction",d,{timeout:u}).then((function(e){if(e.code)c(null,e);else{var t=e.data.response_data;if(o)c(null,{result:t,requestId:e.requestId});else try{t=JSON.parse(e.data.response_data),c(null,{result:t,requestId:e.requestId})}catch(e){c(new xe({message:"response data must be json"}))}}return c.promise})).catch((function(e){c(e)})),c.promise},Ht={timeout:15e3,persistence:"session"},Rt={},Nt=function(){function e(t){(0,y.default)(this,e),this.config=t||this.config,this.authObj=void 0}return(0,_.default)(e,[{key:"init",value:function(t){switch(Ge.adapter||(this.requestClient=new Ge.adapter.reqClass({timeout:t.timeout||5e3,timeoutMsg:"请求在".concat((t.timeout||5e3)/1e3,"s内未完成,已中断")})),this.config=S(S({},Ht),t),!0){case this.config.timeout>6e5:console.warn("timeout大于可配置上限[10分钟],已重置为上限数值"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout小于可配置下限[100ms],已重置为下限数值"),this.config.timeout=100}return new e(this.config)}},{key:"auth",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.persistence;if(this.authObj)return this.authObj;var n,r=t||Ge.adapter.primaryStorage||Ht.persistence;return r!==this.config.persistence&&(this.config.persistence=r),function(e){var t=e.env;nt[t]=new tt(e),rt[t]=new tt(S(S({},e),{},{persistence:"local"}))}(this.config),n=this.config,Mt[n.env]=new wt(n),this.authObj=new jt(this.config),this.authObj}},{key:"on",value:function(e,t){return ut.apply(this,[e,t])}},{key:"off",value:function(e,t){return dt.apply(this,[e,t])}},{key:"callFunction",value:function(e,t){return Bt.apply(this,[e,t])}},{key:"deleteFile",value:function(e,t){return Pt.apply(this,[e,t])}},{key:"getTempFileURL",value:function(e,t){return Ct.apply(this,[e,t])}},{key:"downloadFile",value:function(e,t){return It.apply(this,[e,t])}},{key:"uploadFile",value:function(e,t){return Ot.apply(this,[e,t])}},{key:"getUploadMetadata",value:function(e,t){return Et.apply(this,[e,t])}},{key:"registerExtension",value:function(e){Rt[e.name]=e}},{key:"invokeExtension",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=Rt[t],r){e.next=3;break}throw new xe({message:"扩展".concat(t," 必须先注册")});case 3:return e.next=5,r.invoke(n,this);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"useAdapters",value:function(e){var t=$e(e)||{},n=t.adapter,r=t.runtime;n&&(Ge.adapter=n),r&&(Ge.runtime=r)}}]),e}(),Ut=new Nt;function Ft(e,t,n){void 0===n&&(n={});var r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+=a+"="+encodeURIComponent(n[a]);return/^http(s)?:\/\//.test(t+=i)?t:""+e+t}var zt=function(){function e(){(0,y.default)(this,e)}return(0,_.default)(e,[{key:"post",value:function(e){var t=e.url,n=e.data,r=e.headers,i=e.timeout;return new Promise((function(e,a){Ae.request({url:Ft("https:",t),data:n,method:"POST",header:r,timeout:i,success:function(t){e(t)},fail:function(e){a(e)}})}))}},{key:"upload",value:function(e){return new Promise((function(t,n){var r=e.url,i=e.file,a=e.data,o=e.headers,s=e.fileType,u=Ae.uploadFile({url:Ft("https:",r),name:"file",formData:Object.assign({},a),filePath:i,fileType:s,header:o,success:function(e){var n={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&a.success_action_status&&(n.statusCode=parseInt(a.success_action_status,10)),t(n)},fail:function(e){n(new Error(e.errMsg||"uploadFile:fail"))}});"function"==typeof e.onUploadProgress&&u&&"function"==typeof u.onProgressUpdate&&u.onProgressUpdate((function(t){e.onUploadProgress({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}}]),e}(),Wt={setItem:function(e,t){Ae.setStorageSync(e,t)},getItem:function(e){return Ae.getStorageSync(e)},removeItem:function(e){Ae.removeStorageSync(e)},clear:function(){Ae.clearStorageSync()}},qt={genAdapter:function(){return{root:{},reqClass:zt,localStorage:Wt,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Ut.useAdapters(qt);var Vt=Ut,Jt=Vt.init;Vt.init=function(e){e.env=e.spaceId;var t=Jt.call(this,e);t.config.provider="tencent",t.config.spaceId=e.spaceId;var n=t.auth;return t.auth=function(e){var t=n.call(this,e);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(e){var n;t[e]=(n=t[e],function(e){e=e||{};var t=Le(e),r=t.success,i=t.fail,a=t.complete;if(!(r||i||a))return n.call(this,e);n.call(this,e).then((function(e){r&&r(e),a&&a(e)}),(function(e){i&&i(e),a&&a(e)}))}).bind(t)})),t},t.customAuth=t.auth,t};var Kt=Vt;function Qt(e,t){return $t.apply(this,arguments)}function $t(){return $t=(0,l.default)(o.default.mark((function e(t,n){var r,i,a;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return r="http://".concat(t,":").concat(n,"/system/ping"),e.prev=1,e.next=4,a={url:r,timeout:500},new Promise((function(e,t){Ae.request(S(S({},a),{},{success:function(t){e(t)},fail:function(e){t(e)}}))}));case 4:return i=e.sent,e.abrupt("return",!(!i.data||0!==i.data.code));case 8:return e.prev=8,e.t0=e["catch"](1),e.abrupt("return",!1);case 11:case"end":return e.stop()}}),e,null,[[1,8]])}))),$t.apply(this,arguments)}function Gt(e,t){return Xt.apply(this,arguments)}function Xt(){return Xt=(0,l.default)(o.default.mark((function e(t,n){var r,i,a;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=0;case 1:if(!(i1&&void 0!==a[1])||a[1],r=K&&n,!r){e.next=8;break}return e.next=5,this.setupLocalRequest(t);case 5:e.t0=e.sent,e.next=9;break;case 8:e.t0=this.setupRequest(t);case 9:return t=e.t0,e.abrupt("return",Promise.resolve().then((function(){return r?i.requestLocal(t):Be.wrappedRequest(t,i.adapter.request)})));case 11:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"requestLocal",value:function(e){var t=this;return new Promise((function(n,r){t.adapter.request(Object.assign(e,{complete:function(e){if(e||(e={}),!e.statusCode||e.statusCode>=400){var t=e.data&&e.data.code||"SYS_ERR",i=e.data&&e.data.message||"request:fail";return r(new xe({code:t,message:i}))}n({success:!0,result:e.data})}}))}))}},{key:"setupRequest",value:function(e){var t=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};n["x-serverless-sign"]=Be.sign(t,this.config.clientSecret);var r=Ce();n["x-client-info"]=encodeURIComponent(JSON.stringify(r));var i=Ye(),a=i.token;return n["x-client-token"]=a,{url:this.config.requestUrl,method:"POST",data:t,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"setupLocalRequest",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=Ce(),r=Ye(),i=r.token,a=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now(),clientInfo:n,token:i}),s=this.__dev__&&this.__dev__.debugInfo||{},u=s.address,c=s.servePort,e.next=9,Gt(u,c);case 9:return d=e.sent,l=d.address,e.abrupt("return",{url:"http://".concat(l,":").concat(c,"/").concat(Zt[t.method]),method:"POST",data:a,dataType:"json",header:JSON.parse(JSON.stringify({"Content-Type":"application/json"}))});case 12:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"callFunction",value:function(e){var t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(t,!1)}},{key:"getUploadFileOptions",value:function(e){var t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(t)}},{key:"reportUploadFile",value:function(e){var t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(t)}},{key:"uploadFile",value:function(e){var t,n=this,r=e.filePath,i=e.cloudPath,a=e.fileType,o=void 0===a?"image":a,s=e.onUploadProgress;if(!i)throw new xe({code:"CLOUDPATH_REQUIRED",message:"cloudPath不可为空"});return this.getUploadFileOptions({cloudPath:i}).then((function(e){var i=e.result,a=i.url,u=i.formData,c=i.name;return t=e.result.fileUrl,new Promise((function(e,t){var i=n.adapter.uploadFile({url:a,formData:u,name:c,filePath:r,fileType:o,success:function(n){n&&n.statusCode<400?e(n):t(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){t(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&i&&"function"==typeof i.onProgressUpdate&&i.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))})).then((function(){return n.reportUploadFile({cloudPath:i})})).then((function(e){return new Promise((function(n,i){e.success?n({success:!0,filePath:r,fileID:t}):i(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))}))}))}},{key:"deleteFile",value:function(e){var t=e.fileList,n={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:t})};return this.request(n).then((function(e){if(e.success)return e.result;throw new xe({code:"DELETE_FILE_FAILED",message:"删除文件失败"})}))}},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList,n=e.maxAge;if(!Array.isArray(t)||0===t.length)throw new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});var r={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:t,maxAge:n})};return this.request(r).then((function(e){if(e.success)return{fileList:e.result.fileList.map((function(e){return{fileID:e.fileID,tempFileURL:e.tempFileURL}}))};throw new xe({code:"GET_TEMP_FILE_URL_FAILED",message:"获取临时文件链接失败"})}))}}]),e}(),tn={init:function(e){var t=new en(e),n={signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},nn=T((function(e,t){e.exports=Y.enc.Hex}));function rn(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function an(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.data,r=t.functionName,i=t.method,a=t.headers,o=t.signHeaderKeys,s=void 0===o?[]:o,c=t.config,d=Date.now(),l=rn(),f=Object.assign({},a,{"x-from-app-id":c.spaceAppId,"x-from-env-id":c.spaceId,"x-to-env-id":c.spaceId,"x-from-instance-id":d,"x-from-function-name":r,"x-client-timestamp":d,"x-alipay-source":"client","x-request-id":l,"x-alipay-callid":l,"x-trace-id":l}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(s),p=e.split("?")||[],m=(0,u.default)(p,2),g=m[0],y=void 0===g?"":g,_=m[1],v=void 0===_?"":_,b=function(e){var t=e.signedHeaders.join(";"),n=e.signedHeaders.map((function(t){return"".concat(t.toLowerCase(),":").concat(e.headers[t],"\n")})).join(""),r=We(e.body).toString(nn),i="".concat(e.method.toUpperCase(),"\n").concat(e.path,"\n").concat(e.query,"\n").concat(n,"\n").concat(t,"\n").concat(r,"\n"),a=We(i).toString(nn),o="HMAC-SHA256\n".concat(e.timestamp,"\n").concat(a,"\n"),s=qe(o,e.secretKey).toString(nn);return"HMAC-SHA256 Credential=".concat(e.secretId,", SignedHeaders=").concat(t,", Signature=").concat(s)}({path:y,query:v,method:i,headers:f,timestamp:d,body:JSON.stringify(n),secretId:c.accessKey,secretKey:c.secretKey,signedHeaders:h.sort()});return{url:"".concat(c.endpoint).concat(e),headers:Object.assign({},f,{Authorization:b})}}function on(e){var t=e.url,n=e.data,r=e.method,i=void 0===r?"POST":r,a=e.headers,o=void 0===a?{}:a,s=e.timeout;return new Promise((function(e,r){Ae.request({url:t,method:i,data:"object"==(0,c.default)(n)?JSON.stringify(n):n,header:o,dataType:"json",timeout:s,complete:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=o["x-trace-id"]||"";if(!t.statusCode||t.statusCode>=400){var i=t.data||{},a=i.message,s=i.errMsg,u=i.trace_id;return r(new xe({code:"SYS_ERR",message:a||s||"request:fail",requestId:u||n}))}e({status:t.statusCode,data:t.data,headers:t.header,requestId:n})}})}))}function sn(e,t){var n=e.path,r=e.data,i=e.method,a=void 0===i?"GET":i,o=an(n,{functionName:"",data:r,method:a,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:t}),s=o.url,u=o.headers;return on({url:s,data:r,method:a,headers:u}).then((function(e){var t=e.data||{};if(!t.success)throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId});return t.data||{}})).catch((function(e){throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}function un(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.trim().replace(/^cloud:\/\//,""),n=t.indexOf("/");if(n<=0)throw new xe({code:"INVALID_PARAM",message:"fileID不合法"});var r=t.substring(0,n),i=t.substring(n+1);return r!==this.config.spaceId&&console.warn("file ".concat(e," does not belong to env ").concat(this.config.spaceId)),i}function cn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(e.replace(/^\/+/,""))}var dn=function(){function e(t){(0,y.default)(this,e),this.config=t}return(0,_.default)(e,[{key:"signedURL",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="/ws/function/".concat(e),r=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),i=Object.assign({},t,{accessKeyId:this.config.accessKey,signatureNonce:rn(),timestamp:""+Date.now()}),a=[n,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(e){return i[e]?"".concat(e,"=").concat(i[e]):null})).filter(Boolean).join("&"),"host:".concat(r)].join("\n"),o=["HMAC-SHA256",We(a).toString(nn)].join("\n"),s=qe(o,this.config.secretKey).toString(nn),u=Object.keys(i).map((function(e){return"".concat(e,"=").concat(encodeURIComponent(i[e]))})).join("&");return"".concat(this.config.wsEndpoint).concat(n,"?").concat(u,"&signature=").concat(s)}}]),e}(),ln=function(){function e(t){if((0,y.default)(this,e),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(e){if(!Object.prototype.hasOwnProperty.call(t,e))throw new Error("".concat(e," required"))})),t.endpoint){if("string"!=typeof t.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(t.endpoint))throw new Error("endpoint must start with https://");t.endpoint=t.endpoint.replace(/\/$/,"")}this.config=Object.assign({},t,{endpoint:t.endpoint||"https://".concat(t.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:t.wsEndpoint||"wss://".concat(t.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new dn(this.config)}return(0,_.default)(e,[{key:"callFunction",value:function(e){return function(e,t){var n=e.name,r=e.data,i=e.async,a=void 0!==i&&i,o=e.timeout,s="POST",u={"x-to-function-name":n};a&&(u["x-function-invoke-type"]="async");var c=an("/functions/invokeFunction",{functionName:n,data:r,method:s,headers:u,signHeaderKeys:["x-to-function-name"],config:t}),d=c.url,l=c.headers;return on({url:d,data:r,method:s,headers:l,timeout:o}).then((function(e){var t=0;if(a){var n=e.data||{};t="200"===n.errCode?0:n.errCode,e.data=n.data||{},e.errMsg=n.errMsg}if(0!==t)throw new xe({code:t,message:e.errMsg,requestId:e.requestId});return{errCode:t,success:0===t,requestId:e.requestId,result:e.data}})).catch((function(e){throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}(e,this.config)}},{key:"uploadFileToOSS",value:function(e){var t=e.url,n=e.filePath,r=e.fileType,i=e.formData,a=e.onUploadProgress;return new Promise((function(e,o){var s=Ae.uploadFile({url:t,filePath:n,fileType:r,formData:i,name:"file",success:function(t){t&&t.statusCode<400?e(t):o(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){o(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof a&&s&&"function"==typeof s.onProgressUpdate&&s.onProgressUpdate((function(e){a({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l,f,h;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t.filePath,r=t.cloudPath,i=void 0===r?"":r,a=t.fileType,s=void 0===a?"image":a,u=t.onUploadProgress,"string"===N(i)){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});case 3:if(i=i.trim()){e.next=5;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不可为空"});case 5:if(!/:\/\//.test(i)){e.next=7;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不合法"});case 7:return e.next=9,sn({path:"/".concat(i.replace(/^\//,""),"?post_url")},this.config);case 9:return c=e.sent,d=c.file_id,l=c.upload_url,f=c.form_data,h=f&&f.reduce((function(e,t){return e[t.key]=t.value,e}),{}),e.abrupt("return",this.uploadFileToOSS({url:l,filePath:n,fileType:s,formData:h,onUploadProgress:u}).then((function(){return{fileID:d}})));case 15:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getTempFileURL",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r=this;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.fileList,e.abrupt("return",new Promise((function(e,t){(!n||n.length<0)&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList不能为空数组"})),n.length>50&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList数组长度不能超过50"}));var i,a=[],o=b(n);try{for(o.s();!(i=o.n()).done;){var s=i.value;"string"!==N(s)&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList的元素必须是非空的字符串"}));var u=un.call(r,s);a.push({file_id:u,expire:600})}}catch(c){o.e(c)}finally{o.f()}sn({path:"/?download_url",data:{file_list:a},method:"POST"},r.config).then((function(t){var n=t.file_list,i=void 0===n?[]:n;e({fileList:i.map((function(e){return{fileID:cn.call(r,e.file_id),tempFileURL:e.download_url}}))})})).catch((function(e){return t(e)}))})));case 2:case"end":return e.stop()}}),e)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"connectWebSocket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.name,r=t.query,e.abrupt("return",Ae.connectSocket({url:this._websocket.signedURL(n,r),complete:function(){}}));case 2:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()}]),e}(),fn={init:function(e){e.provider="alipay";var t=new ln(e);return t.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},t}};function hn(e){var t,n=e.data;t=Ce();var r=JSON.parse(JSON.stringify(n||{}));if(Object.assign(r,{clientInfo:t}),!r.uniIdToken){var i=Ye(),a=i.token;a&&(r.uniIdToken=a)}return r}function pn(){return mn.apply(this,arguments)}function mn(){return mn=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u,c,d=this,l=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t=l.length>0&&void 0!==l[0]?l[0]:{},e.next=3,this.__dev__.initLocalNetwork();case 3:return n=this.__dev__,r=n.localAddress,i=n.localPort,a={aliyun:"aliyun",tencent:"tcb",alipay:"alipay",dcloud:"dcloud"}[this.config.provider],s=this.config.spaceId,u="http://".concat(r,":").concat(i,"/system/check-function"),c="http://".concat(r,":").concat(i,"/cloudfunctions/").concat(t.name),e.abrupt("return",new Promise((function(e,n){Ae.request({method:"POST",url:u,data:{name:t.name,platform:X,provider:a,spaceId:s},timeout:3e3,success:function(t){e(t)},fail:function(){e({data:{code:"NETWORK_ERROR",message:"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下,自动切换为已部署的云函数。"}})}})})).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.data,n=t||{},r=n.code,i=n.message;return{code:0===r?0:r||"SYS_ERR",message:i||"SYS_ERR"}})).then((function(e){var n=e.code,r=e.message;if(0!==n){switch(n){case"MODULE_ENCRYPTED":console.error("此云函数(".concat(t.name,")依赖加密公共模块不可本地调试,自动切换为云端已部署的云函数"));break;case"FUNCTION_ENCRYPTED":console.error("此云函数(".concat(t.name,")已加密不可本地调试,自动切换为云端已部署的云函数"));break;case"ACTION_ENCRYPTED":console.error(r||"需要访问加密的uni-clientDB-action,自动切换为云端环境");break;case"NETWORK_ERROR":console.error(r||"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下");break;case"SWITCH_TO_CLOUD":break;default:var i="检测本地调试服务出现错误:".concat(r,",请检查网络环境或重启客户端再试");throw console.error(i),new Error(i)}return d._callCloudFunction(t)}return new Promise((function(e,n){var r=hn.call(d,{data:t.data});Ae.request({method:"POST",url:c,data:{provider:a,platform:X,param:r},timeout:t.timeout,success:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.statusCode,i=t.data;return!r||r>=400?n(new xe({code:i.code||"SYS_ERR",message:i.message||"request:fail"})):e({result:i})},fail:function(e){n(new xe({code:e.code||e.errCode||"SYS_ERR",message:e.message||e.errMsg||"request:fail"}))}})}))})));case 5:case"end":return e.stop()}}),e,this)}))),mn.apply(this,arguments)}var gn=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:",云函数[{functionName}]在云端不存在,请检查此云函数名称是否正确以及该云函数是否已上传到服务空间",mode:"append"}],yn=/[\\^$.*+?()[\]{}|]/g,_n=RegExp(yn.source);function vn(e,t,n){return e.replace(new RegExp((r=t)&&_n.test(r)?r.replace(yn,"\\$&"):r,"g"),n);var r}var bn="none",wn="request",Mn="response",kn="both",Sn=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.secretType,r=t.uniCloudIns;(0,y.default)(this,e),this.clientType="",this.secretType=n||bn,this.uniCloudIns=r;var i,a=this.uniCloudIns.config,o=a.provider,s=a.spaceId;this.provider=o,this.spaceId=s,this.scopedGlobalCache=(i=this.uniCloudIns,re("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",i.config.spaceId)))}return(0,_.default)(e,[{key:"getSystemInfo",value:function(){return this._systemInfo||(this._systemInfo=Oe()),this._systemInfo}},{key:"appId",get:function(){return this.getSystemInfo().appId}},{key:"deviceId",get:function(){return this.getSystemInfo().deviceId}},{key:"encryptData",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this.secretType===bn?t:this.platformEncryptData(t));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"decryptResult",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(this.secretType!==bn){e.next=2;break}return e.abrupt("return",t);case 2:return n=t||{},r=n.errCode,i=n.content,e.abrupt("return",r||!i?t:this.secretType===wn?i:this.platformDecryptResult(t));case 4:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"wrapVerifyClientCallFunction",value:function(e){var t=this;return(0,l.default)(o.default.mark((function n(){var r,i,a,s,u,c=arguments;return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=c.length>0&&void 0!==c[0]?c[0]:{},i=r.name,a=r.data,s=void 0===a?{}:a,n.next=3,t.prepare();case 3:return n.next=5,t.platformGetSignOption();case 5:return(s=JSON.parse(JSON.stringify(s)))._uniCloudOptions=n.sent,n.next=8,e({name:i,data:s});case 8:if(u=n.sent,n.t0=t.isClientKeyNotFound(u),!n.t0){n.next=19;break}return n.next=13,t.prepare({forceUpdate:!0});case 13:return n.next=15,t.platformGetSignOption();case 15:return s._uniCloudOptions=n.sent,n.next=18,e({name:i,data:s});case 18:u=n.sent;case 19:return n.abrupt("return",u);case 20:case"end":return n.stop()}}),n)})))}},{key:"wrapEncryptDataCallFunction",value:function(e){var t=this;return(0,l.default)(o.default.mark((function n(){var r,i,a,s,u,c,d,l=arguments;return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=l.length>0&&void 0!==l[0]?l[0]:{},i=r.name,a=r.data,s=void 0===a?{}:a,n.next=3,t.prepare();case 3:return n.next=5,t.encryptData(s);case 5:return u=n.sent,n.next=8,e({name:i,data:u});case 8:if(c=n.sent,!t.isClientKeyNotFound(c)){n.next=21;break}return n.next=12,t.prepare({forceUpdate:!0});case 12:return n.next=14,t.encryptData(s);case 14:return d=n.sent,n.next=17,t.platformGetSignOption();case 17:return s._uniCloudOptions=n.sent,n.next=20,e({name:i,data:d});case 20:c=n.sent;case 21:return n.next=23,t.decryptResult(c.result);case 23:return c.result=n.sent,n.abrupt("return",c);case 25:case"end":return n.stop()}}),n)})))}}]),e}(); +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=i=function(){return n},e.exports.__esModule=!0,e.exports["default"]=e.exports;var t,n={},a=Object.prototype,o=a.hasOwnProperty,s=Object.defineProperty||function(e,t,n){e[t]=n.value},u="function"==typeof Symbol?Symbol:{},c=u.iterator||"@@iterator",d=u.asyncIterator||"@@asyncIterator",l=u.toStringTag||"@@toStringTag";function f(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{f({},"")}catch(t){f=function(e,t,n){return e[t]=n}}function h(e,t,n,r){var i=t&&t.prototype instanceof b?t:b,a=Object.create(i.prototype),o=new E(r||[]);return s(a,"_invoke",{value:A(e,n,o)}),a}function p(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}n.wrap=h;var m="suspendedStart",g="suspendedYield",y="executing",_="completed",v={};function b(){}function w(){}function M(){}var k={};f(k,c,(function(){return this}));var S=Object.getPrototypeOf,L=S&&S(S(P([])));L&&L!==a&&o.call(L,c)&&(k=L);var x=M.prototype=b.prototype=Object.create(k);function D(e){["next","throw","return"].forEach((function(t){f(e,t,(function(e){return this._invoke(t,e)}))}))}function T(e,t){function n(i,a,s,u){var c=p(e[i],e,a);if("throw"!==c.type){var d=c.arg,l=d.value;return l&&"object"==r(l)&&o.call(l,"__await")?t.resolve(l.__await).then((function(e){n("next",e,s,u)}),(function(e){n("throw",e,s,u)})):t.resolve(l).then((function(e){d.value=e,s(d)}),(function(e){return n("throw",e,s,u)}))}u(c.arg)}var i;s(this,"_invoke",{value:function(e,r){function a(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(a,a):a()}})}function A(e,n,r){var i=m;return function(a,o){if(i===y)throw Error("Generator is already running");if(i===_){if("throw"===a)throw o;return{value:t,done:!0}}for(r.method=a,r.arg=o;;){var s=r.delegate;if(s){var u=Y(s,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===m)throw i=_,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=y;var c=p(e,n,r);if("normal"===c.type){if(i=r.done?_:g,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=_,r.method="throw",r.arg=c.arg)}}}function Y(e,n){var r=n.method,i=e.iterator[r];if(i===t)return n.delegate=null,"throw"===r&&e.iterator["return"]&&(n.method="return",n.arg=t,Y(e,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=p(i,e.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function j(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function E(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(j,this),this.reset(!0)}function P(e){if(e||""===e){var n=e[c];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function n(){for(;++i=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=o.call(a,"catchLoc"),c=o.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&o.call(r,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),O(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;O(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:P(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),v}},n}e.exports=i,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t){function n(e,t,n,r,i,a,o){try{var s=e[a](o),u=s.value}catch(c){return void n(c)}s.done?t(u):Promise.resolve(u).then(r,i)}function r(e){return function(){var t=this,r=arguments;return new Promise((function(i,a){var o=e.apply(t,r);function s(e){n(o,i,a,s,u,"next",e)}function u(e){n(o,i,a,s,u,"throw",e)}s(void 0)}))}}e.exports=r,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){"use strict";function r(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=i(e,!1),o=r[0],s=r[1],u=r[2],c=i(t,!1),d=c[0],l=c[1],f=c[2],h=(d-o)/n,p=(l-s)/n,m=(f-u)/n,g=[],y=0;y1&&void 0!==arguments[1])||arguments[1],n=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(e=String(e).toLowerCase(),e&&n.test(e)){if(4===e.length){for(var r="#",i=1;i<4;i+=1)r+=e.slice(i,i+1).concat(e.slice(i,i+1));e=r}for(var a=[],o=1;o<7;o+=2)a.push(parseInt("0x".concat(e.slice(o,o+2))));return t?"rgb(".concat(a[0],",").concat(a[1],",").concat(a[2],")"):a}if(/^(rgb|RGB)/.test(e)){var s=e.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(",");return s.map((function(e){return Number(e)}))}return e}function a(e){var t=e,n=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;if(/^(rgb|RGB)/.test(t)){for(var r=t.replace(/(?:\(|\)|rgb|RGB)*/g,"").split(","),i="#",a=0;a=0}function b(e,t){return e>=t[0]&&e<=t[1]}function w(e,t){return e.length>=t[0]&&e.length<=t[1]}function M(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function k(e){switch((0,i.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function S(e){if("string"===typeof e)try{var t=JSON.parse(e);return!("object"!==(0,i.default)(t)||!t)}catch(n){return!1}return!1}function L(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function x(e){return"[object Object]"===Object.prototype.toString.call(e)}function D(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}function T(e){return"function"===typeof e}function A(e){return x(e)&&T(e.then)&&T(e.catch)}function Y(e){var t=e.split("?")[0],n=/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i;return n.test(t)}function j(e){var t=/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i;return t.test(e)}function O(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)}var E={email:a,mobile:o,url:s,date:u,dateISO:c,number:d,digits:f,idCard:h,carNo:p,amount:m,chinese:g,letter:y,enOrNum:_,contains:v,range:b,rangeLength:w,empty:k,isEmpty:k,jsonString:S,landline:M,object:x,array:L,code:D,func:T,promise:A,video:j,image:Y,regExp:O,string:l};t.default=E},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=null;function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(null!==r&&clearTimeout(r),n){var i=!r;r=setTimeout((function(){r=null}),t),i&&"function"===typeof e&&e()}else r=setTimeout((function(){"function"===typeof e&&e()}),t)}var a=i;t.default=a},function(e,t,n){"use strict";var r;function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];n?r||(r=!0,"function"===typeof e&&e(),setTimeout((function(){r=!1}),t)):r||(r=!0,setTimeout((function(){r=!1,"function"===typeof e&&e()}),t))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i;t.default=a},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(5)),a=r(n(13)),o=r(n(390)),s=n(394);function u(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return Math.max(e,Math.min(t,Number(n)))}function c(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return o.default.number(t)?n?"".concat(t,"px"):Number(t):/(rpx|upx)$/.test(t)?n?"".concat(e.upx2px(parseInt(t)),"px"):Number(e.upx2px(parseInt(t))):n?"".concat(parseInt(t),"px"):parseInt(t)}function d(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:30;return new Promise((function(t){setTimeout((function(){t()}),e)}))}function l(){return e.getSystemInfoSync().platform.toLowerCase()}function f(){return e.getSystemInfoSync()}function h(e,t){if(e>=0&&t>0&&t>=e){var n=t-e+1;return Math.floor(Math.random()*n+e)}return 0}function p(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),i=[];if(n=n||r.length,e)for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"object";if(o.default.empty(e)||"object"===(0,a.default)(e)&&"object"===t||"string"===t&&"string"===typeof e)return e;if("object"===t){e=S(e);for(var n=e.split(";"),r={},i=0;i0&&void 0!==arguments[0]?arguments[0]:"auto",s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null!==(t=null===(n=e)||void 0===n||null===(r=n.$u)||void 0===r||null===(i=r.config)||void 0===i?void 0:i.unit)&&void 0!==t?t:"px";return a=String(a),o.default.number(a)?"".concat(a).concat(s):a}function _(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new WeakMap;if(null===e||"object"!==(0,a.default)(e))return e;if(n.has(e))return n.get(e);if(e instanceof Date)t=new Date(e.getTime());else if(e instanceof RegExp)t=new RegExp(e);else if(e instanceof Map)t=new Map(Array.from(e,(function(e){var t=(0,i.default)(e,2),r=t[0],a=t[1];return[r,_(a,n)]})));else if(e instanceof Set)t=new Set(Array.from(e,(function(e){return _(e,n)})));else if(Array.isArray(e))t=e.map((function(e){return _(e,n)}));else if("[object Object]"===Object.prototype.toString.call(e)){t=Object.create(Object.getPrototypeOf(e)),n.set(e,t);for(var r=0,o=Object.entries(e);r0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e=_(e),"object"!==(0,a.default)(e)||null===e||"object"!==(0,a.default)(t)||null===t)return e;var n=Array.isArray(e)?e.slice():Object.assign({},e);for(var r in t)if(t.hasOwnProperty(r)){var i=t[r],o=n[r];i instanceof Date?n[r]=new Date(i):i instanceof RegExp?n[r]=new RegExp(i):i instanceof Map?n[r]=new Map(i):i instanceof Set?n[r]=new Set(i):"object"===(0,a.default)(i)&&null!==i?n[r]=v(o,i):n[r]=i}return n}function b(e){console.error("uView提示:".concat(e))}function w(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))}function M(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=t?/^\d{10}$/.test(null===t||void 0===t?void 0:t.toString().trim())?new Date(1e3*t):"string"===typeof t&&/^\d+$/.test(t.trim())?new Date(Number(t)):"string"===typeof t&&t.includes("-")&&!t.includes("T")?new Date(t.replace(/-/g,"/")):new Date(t):new Date;var r={y:e.getFullYear().toString(),m:(e.getMonth()+1).toString().padStart(2,"0"),d:e.getDate().toString().padStart(2,"0"),h:e.getHours().toString().padStart(2,"0"),M:e.getMinutes().toString().padStart(2,"0"),s:e.getSeconds().toString().padStart(2,"0")};for(var a in r){var o=new RegExp("".concat(a,"+")).exec(n)||[],s=(0,i.default)(o,1),u=s[0];if(u){var c="y"===a&&2===u.length?2:0;n=n.replace(u,r[a].slice(c))}}return n}function k(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var n=(new Date).getTime()-e;n=parseInt(n/1e3);var r="";switch(!0){case n<300:r="刚刚";break;case n>=300&&n<3600:r="".concat(parseInt(n/60),"分钟前");break;case n>=3600&&n<86400:r="".concat(parseInt(n/3600),"小时前");break;case n>=86400&&n<2592e3:r="".concat(parseInt(n/86400),"天前");break;default:r=!1===t?n>=2592e3&&n<31536e3?"".concat(parseInt(n/2592e3),"个月前"):"".concat(parseInt(n/31536e3),"年前"):M(e,t)}return r}function S(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function L(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",r=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(n)&&(n="brackets");var a=function(t){var r=e[t];if(["",void 0,null].indexOf(r)>=0)return"continue";if(r.constructor===Array)switch(n){case"indices":for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:2e3;e.showToast({title:String(t),icon:"none",duration:n})}function D(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var n="";switch(e){case"primary":n="info-circle";break;case"info":n="info-circle";break;case"error":n="close-circle";break;case"warning":n="error-circle";break;case"success":n="checkmark-circle";break;default:n="checkmark-circle"}return t&&(n+="-fill"),n}function T(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:",";e="".concat(e).replace(/[^0-9+-Ee.]/g,"");var i=isFinite(+e)?+e:0,a=isFinite(+t)?Math.abs(t):0,o="undefined"===typeof r?",":r,u="undefined"===typeof n?".":n,c="";c=(a?(0,s.round)(i,a)+"":"".concat(Math.round(i))).split(".");var d=/(-?\d+)(\d{3})/;while(d.test(c[0]))c[0]=c[0].replace(d,"$1".concat(o,"$2"));return(c[1]||"").length1&&void 0!==arguments[1])||arguments[1],n=parseInt(e);return t?/s$/.test(e)?e:"".concat(e,e>30?"ms":"s"):/ms$/.test(e)?n:/s$/.test(e)?n>30?n:1e3*n:n}function Y(e){return"00".concat(e).slice(-2)}function j(t,n){var r=e.$u.$parent.call(t,"u-form-item"),i=e.$u.$parent.call(t,"u-form");r&&i&&i.validateField(r.prop,(function(){}),n)}function O(e,t){if(e){if("string"!==typeof t||""===t)return"";if(-1!==t.indexOf(".")){for(var n=t.split("."),r=e[n[0]]||{},i=1;i1){var i=n[0];t[i]&&"object"===(0,a.default)(t[i])||(t[i]={});n.shift();e(t[i],n,r)}else t[n[0]]=r};if("string"!==typeof t||""===t);else if(-1!==t.indexOf(".")){var i=t.split(".");r(e,i,n)}else e[t]=n}}function P(){var e,t,n=getCurrentPages();return"/".concat(null!==(e=null===(t=n[n.length-1])||void 0===t?void 0:t.route)&&void 0!==e?e:"")}function C(){var e=getCurrentPages();return e}function I(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=getCurrentPages(),n=t.length;return t[n-1+e]}function B(t){var n=t.props,r=void 0===n?{}:n,i=t.config,a=void 0===i?{}:i,o=t.color,s=void 0===o?{}:o,u=t.zIndex,c=void 0===u?{}:u,d=e.$u.deepMerge;e.$u.config=d(e.$u.config,a),e.$u.props=d(e.$u.props,r),e.$u.color=d(e.$u.color,s),e.$u.zIndex=d(e.$u.zIndex,c)}String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var n=this;if(n.length>=e)return String(n);var r=e-n.length,i=Math.ceil(r/t.length);while(i>>=1)t+=t,1===i&&(t+=t);return t.slice(0,r)+n});var H={range:u,getPx:c,sleep:d,os:l,sys:f,random:h,guid:p,$parent:m,addStyle:g,addUnit:y,deepClone:_,deepMerge:v,error:b,randomArray:w,timeFormat:M,timeFrom:k,trim:S,queryParams:L,toast:x,type2icon:D,priceFormat:T,getDuration:A,padZero:Y,formValidate:j,getProperty:O,setProperty:E,page:P,pages:C,getHistoryPage:I,setConfig:B};t.default=H}).call(this,n(2)["default"])},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.divide=p,t.enableBoundaryChecking=g,t.minus=h,t.plus=f,t.round=m,t.times=l;var i=r(n(395)),a=!0;function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return+parseFloat(Number(e).toPrecision(t))}function s(e){var t=e.toString().split(/[eE]/),n=(t[0].split(".")[1]||"").length-+(t[1]||0);return n>0?n:0}function u(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));var t=s(e);return t>0?o(Number(e)*Math.pow(10,t)):Number(e)}function c(e){a&&(e>Number.MAX_SAFE_INTEGER||e2)return d(t,l);var r=t[0],i=t[1],a=u(r),o=u(i),f=s(r)+s(i),h=a*o;return c(h),h/Math.pow(10,f)}function f(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,f);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)+l(i,a))/a}function h(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,h);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)-l(i,a))/a}function p(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,p);var r=t[0],i=t[1],a=u(r),f=u(i);return c(a),c(f),l(a/f,o(Math.pow(10,s(i)-s(r))))}function m(e,t){var n=Math.pow(10,t),r=p(Math.round(Math.abs(l(e,n))),n);return e<0&&0!==r&&(r=l(r,-1)),r}function g(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];a=e}var y={times:l,plus:f,minus:h,divide:p,round:m,enableBoundaryChecking:g};t.default=y},function(e,t,n){var r=n(6),i=n(20),a=n(8),o=n(10);function s(e){return r(e)||i(e)||a(e)||o()}e.exports=s,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r="2.0.36";console.log("\n %c uView V".concat(r," %c https://uviewui.com/ \n\n"),"color: #ffffff; background: #3c9cff; padding:5px 0; border-radius: 5px;");var i={v:r,version:r,type:["primary","success","info","error","warning"],color:{"u-primary":"#2979ff","u-warning":"#ff9900","u-success":"#19be6b","u-error":"#fa3534","u-info":"#909399","u-main-color":"#303133","u-content-color":"#606266","u-tips-color":"#909399","u-light-color":"#c0c4cc"},unit:"px"};t.default=i},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(11)),a=r(n(396)),o=r(n(398)),s=r(n(399)),u=r(n(400)),c=r(n(401)),d=r(n(402)),l=r(n(403)),f=r(n(404)),h=r(n(405)),p=r(n(406)),m=r(n(407)),g=r(n(408)),y=r(n(409)),_=r(n(410)),v=r(n(411)),b=r(n(412)),w=r(n(413)),M=r(n(414)),k=r(n(415)),S=r(n(416)),L=r(n(417)),x=r(n(418)),D=r(n(419)),T=r(n(420)),A=r(n(421)),Y=r(n(422)),j=r(n(423)),O=r(n(424)),E=r(n(425)),P=r(n(426)),C=r(n(427)),I=r(n(428)),B=r(n(429)),H=r(n(430)),R=r(n(431)),N=r(n(432)),U=r(n(433)),F=r(n(434)),z=r(n(435)),W=r(n(436)),q=r(n(437)),V=r(n(438)),J=r(n(439)),K=r(n(440)),Q=r(n(441)),$=r(n(442)),G=r(n(443)),X=r(n(444)),Z=r(n(446)),ee=r(n(447)),te=r(n(448)),ne=r(n(449)),re=r(n(450)),ie=r(n(451)),ae=r(n(452)),oe=r(n(453)),se=r(n(454)),ue=r(n(455)),ce=r(n(456)),de=r(n(457)),le=r(n(458)),fe=r(n(459)),he=r(n(460)),pe=r(n(461)),me=r(n(462)),ge=r(n(463)),ye=r(n(464)),_e=r(n(465)),ve=r(n(466)),be=r(n(467)),we=r(n(468)),Me=r(n(469)),ke=r(n(470)),Se=r(n(471)),Le=r(n(472)),xe=r(n(473)),De=r(n(474)),Te=r(n(475)),Ae=r(n(476)),Ye=r(n(477)),je=r(n(478)),Oe=r(n(479)),Ee=r(n(480)),Pe=r(n(481)),Ce=r(n(482)),Ie=r(n(483)),Be=r(n(484)),He=r(n(485)),Re=r(n(486));function Ne(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Ue(e){for(var t=1;t",quot:'"',apos:"'",ensp:" ",emsp:" ",nbsp:" ",semi:";",ndash:"–",mdash:"—",middot:"·",lsquo:"‘",rsquo:"’",ldquo:"“",rdquo:"”",bull:"•",hellip:"…"},tagStyle:{address:"font-style:italic",big:"display:inline;font-size:1.2em",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",mark:"background-color:yellow",pre:"font-family:monospace;white-space:pre",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"}},u=t.getSystemInfoSync(),c=u.windowWidth,d=f(" ,\r,\n,\t,\f"),l=0;function f(e){for(var t=Object.create(null),n=e.split(","),r=n.length;r--;)t[n[r]]=!0;return t}function h(e,t){var n=e.indexOf("&");while(-1!=n){var r=e.indexOf(";",n+3),i=void 0;if(-1==r)break;"#"==e[n+1]?(i=parseInt(("x"==e[n+2]?"0":"")+e.substring(n+2,r)),isNaN(i)||(e=e.substr(0,n)+String.fromCharCode(i)+e.substr(r+1))):(i=e.substring(n+1,r),(s.entities[i]||"amp"==i&&t)&&(e=e.substr(0,n)+(s.entities[i]||"&")+e.substr(r+1))),n=e.indexOf("&",n+1)}return e}function p(e){this.options=e||{},this.tagStyle=Object.assign(s.tagStyle,this.options.tagStyle),this.imgList=e.imgList||[],this.plugins=e.plugins||[],this.attrs=Object.create(null),this.stack=[],this.nodes=[]}function m(e){this.handler=e}p.prototype.parse=function(e){for(var t=this.plugins.length;t--;)this.plugins[t].onUpdate&&(e=this.plugins[t].onUpdate(e,s)||e);new m(this).parse(e);while(this.stack.length)this.popNode();return this.nodes},p.prototype.expose=function(){for(var e=this.stack.length;e--;){var t=this.stack[e];if("a"==t.name||t.c)return;t.c=1}},p.prototype.hook=function(e){for(var t=this.plugins.length;t--;)if(this.plugins[t].onParse&&0==this.plugins[t].onParse(e,this))return!1;return!0},p.prototype.getUrl=function(e){var t=this.options.domain;return"/"==e[0]?"/"==e[1]?e="".concat(t?t.split("://")[0]:"http",":").concat(e):t&&(e=t+e):!t||e.includes("data:")||e.includes("://")||(e="".concat(t,"/").concat(e)),e},p.prototype.parseStyle=function(e){var t=e.attrs,n=(this.tagStyle[e.name]||"").split(";").concat((t.style||"").split(";")),r={},i="";t.id&&(this.options.useAnchor?this.expose():"img"!=e.name&&"a"!=e.name&&"video"!=e.name&&"audio"!=e.name&&(t.id=void 0)),t.width&&(r.width=parseFloat(t.width)+(t.width.includes("%")?"%":"px"),t.width=void 0),t.height&&(r.height=parseFloat(t.height)+(t.height.includes("%")?"%":"px"),t.height=void 0);for(var a=0,o=n.length;a0||l.includes("safe"))i+=";".concat(u,":").concat(l);else if(!r[u]||l.includes("import")||!r[u].includes("import")){if(l.includes("url")){var f=l.indexOf("(")+1;if(f){while('"'==l[f]||"'"==l[f]||d[l[f]])f++;l=l.substr(0,f)+this.getUrl(l.substr(f))}}else l.includes("rpx")&&(l=l.replace(/[0-9.]+\s*rpx/g,(function(e){return"".concat(parseFloat(e)*c/750,"px")})));r[u]=l}}}return e.attrs.style=i,r},p.prototype.onTagName=function(e){this.tagName=this.xml?e:e.toLowerCase(),"svg"==this.tagName&&(this.xml=!0)},p.prototype.onAttrName=function(e){e=this.xml?e:e.toLowerCase(),"data-"==e.substr(0,5)?"data-src"!=e||this.attrs.src?"img"==this.tagName||"a"==this.tagName?this.attrName=e:this.attrName=void 0:this.attrName="src":(this.attrName=e,this.attrs[e]="T")},p.prototype.onAttrVal=function(e){var t=this.attrName||"";"style"==t||"href"==t?this.attrs[t]=h(e,!0):t.includes("src")?this.attrs[t]=this.getUrl(h(e,!0)):t&&(this.attrs[t]=e)},p.prototype.onOpenTag=function(e){var t=Object.create(null);t.name=this.tagName,t.attrs=this.attrs,this.attrs=Object.create(null);var n=t.attrs,r=this.stack[this.stack.length-1],i=r?r.children:this.nodes,a=this.xml?e:s.voidTags[t.name];if("embed"==t.name){var o=n.src||"";o.includes(".mp4")||o.includes(".3gp")||o.includes(".m3u8")||(n.type||"").includes("video")?t.name="video":(o.includes(".mp3")||o.includes(".wav")||o.includes(".aac")||o.includes(".m4a")||(n.type||"").includes("audio"))&&(t.name="audio"),n.autostart&&(n.autoplay="T"),n.controls="T"}if("video"!=t.name&&"audio"!=t.name||("video"!=t.name||n.id||(n.id="v".concat(l++)),n.controls||n.autoplay||(n.controls="T"),t.src=[],n.src&&(t.src.push(n.src),n.src=void 0),this.expose()),a){if(!this.hook(t)||s.ignoreTags[t.name])return void("base"!=t.name||this.options.domain?"source"==t.name&&r&&("video"==r.name||"audio"==r.name)&&n.src&&r.src.push(n.src):this.options.domain=n.href);var u=this.parseStyle(t);if("img"==t.name){if(n.src&&(n.src.includes("webp")&&(t.webp="T"),n.src.includes("data:")&&!n["original-src"]&&(n.ignore="T"),!n.ignore||t.webp||n.src.includes("cloud://"))){for(var d=this.stack.length;d--;){var f=this.stack[d];if("a"==f.name){t.a=f.attrs;break}var h=f.attrs.style||"";if(!h.includes("flex:")||h.includes("flex:0")||h.includes("flex: 0")||u.width&&u.width.includes("%"))if(h.includes("flex")&&"100%"==u.width)for(var p=d+1;p.5?y[_].toUpperCase():y[_]}v+=y.substr(_),y=v}}this.imgList.push(y)}"inline"==u.display&&(u.display=""),n.ignore&&(u["max-width"]=u["max-width"]||"100%",n.style+=";-webkit-touch-callout:none"),parseInt(u.width)>c&&(u.height=void 0),u.width&&(u.width.includes("auto")?u.width="":(t.w="T",u.height&&!u.height.includes("auto")&&(t.h="T")))}else if("svg"==t.name)return i.push(t),this.stack.push(t),void this.popNode();for(var b in u)u[b]&&(n.style+=";".concat(b,":").concat(u[b].replace(" !important","")));n.style=n.style.substr(1)||void 0}else("pre"==t.name||(n.style||"").includes("white-space")&&n.style.includes("pre"))&&(this.pre=t.pre=!0),t.children=[],this.stack.push(t);i.push(t)},p.prototype.onCloseTag=function(e){var t;for(e=this.xml?e:e.toLowerCase(),t=this.stack.length;t--;)if(this.stack[t].name==e)break;if(-1!=t)while(this.stack.length>t)this.popNode();else if("p"==e||"br"==e){var n=this.stack.length?this.stack[this.stack.length-1].children:this.nodes;n.push({name:e,attrs:{}})}},p.prototype.popNode=function(){var e=this.stack.pop(),n=e.attrs,i=e.children,a=this.stack[this.stack.length-1],u=a?a.children:this.nodes;if(!this.hook(e)||s.ignoreTags[e.name])return"title"==e.name&&i.length&&"text"==i[0].type&&this.options.setTitle&&t.setNavigationBarTitle({title:i[0].text}),void u.pop();if(e.pre){e.pre=this.pre=void 0;for(var d=this.stack.length;d--;)this.stack[d].pre&&(this.pre=!0)}var l={};if("svg"==e.name){var f="",h=n,p=h.style;return n.style="",n.xmlns="http://www.w3.org/2000/svg",function e(t){for(var n in f+="<".concat(t.name),t.attrs){var r=t.attrs[n];r&&("viewbox"==n&&(n="viewBox"),f+=" ".concat(n,'="').concat(r,'"'))}if(t.children){f+=">";for(var i=0;i")}else f+="/>"}(e),e.name="img",e.attrs={src:"data:image/svg+xml;utf8,".concat(f.replace(/#/g,"%23")),style:p,ignore:"T"},e.children=void 0,void(this.xml=!1)}if(n.align&&("table"==e.name?"center"==n.align?l["margin-inline-start"]=l["margin-inline-end"]="auto":l.float=n.align:l["text-align"]=n.align,n.align=void 0),"font"==e.name&&(n.color&&(l.color=n.color,n.color=void 0),n.face&&(l["font-family"]=n.face,n.face=void 0),n.size)){var m=parseInt(n.size);isNaN(m)||(m<1?m=1:m>7&&(m=7),l["font-size"]=["xx-small","x-small","small","medium","large","x-large","xx-large"][m-1]),n.size=void 0}if((n.class||"").includes("align-center")&&(l["text-align"]="center"),Object.assign(l,this.parseStyle(e)),parseInt(l.width)>c&&(l["max-width"]="100%",l["box-sizing"]="border-box"),s.blockTags[e.name]?e.name="div":s.trustTags[e.name]||this.xml||(e.name="span"),"a"==e.name||"ad"==e.name)this.expose();else if("ul"!=e.name&&"ol"!=e.name||!e.c){if("table"==e.name){var g=parseFloat(n.cellpadding),y=parseFloat(n.cellspacing),_=parseFloat(n.border);if(e.c&&(isNaN(g)&&(g=2),isNaN(y)&&(y=2)),_&&(n.style+=";border:".concat(_,"px solid gray")),e.flag&&e.c){l.display="grid",y?(l["grid-gap"]="".concat(y,"px"),l.padding="".concat(y,"px")):_&&(n.style+=";border-left:0;border-top:0");var v=[],b=[],w=[],M={};(function e(t){for(var n=0;n"==this.content[this.i]||t&&">"==this.content[this.i+1])&&(e&&this.handler[e](this.content.substring(this.start,this.i)),this.i+=t?2:1,this.start=this.i,this.handler.onOpenTag(t),"script"==this.handler.tagName?(this.i=this.content.indexOf("="a"&&e<="z"||e>="A"&&e<="Z")this.start!=this.i&&this.handler.onText(this.content.substring(this.start,this.i)),this.start=++this.i,this.state=this.tagName;else if("/"==e||"!"==e||"?"==e){this.start!=this.i&&this.handler.onText(this.content.substring(this.start,this.i));var t=this.content[this.i+2];if("/"==e&&(t>="a"&&t<="z"||t>="A"&&t<="Z"))return this.i+=2,this.start=this.i,this.state=this.endTag;var n="--\x3e";"!"==e&&"-"==this.content[this.i+2]&&"-"==this.content[this.i+3]||(n=">"),this.i=this.content.indexOf(n,this.i),-1!=this.i&&(this.i+=n.length,this.start=this.i)}else this.i++}else this.start"==e||"/"==e){if(this.handler.onCloseTag(this.content.substring(this.start,this.i)),">"!=e&&(this.i=this.content.indexOf(">",this.i),-1==this.i))return;this.start=++this.i,this.state=this.text}else this.i++},e.exports=p}).call(this,n(2)["default"],n(1)["default"])},,,,,,,,function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var i=r(n(13));function a(e){var t=this;t.version="1.2.0",t.options=e||{},t.isDownScrolling=!1,t.isUpScrolling=!1;var n=t.options.down&&t.options.down.callback;t.initDownScroll(),t.initUpScroll(),setTimeout((function(){t.optDown.use&&t.optDown.auto&&n&&(t.optDown.autoShowLoading?t.triggerDownScroll():t.optDown.callback&&t.optDown.callback(t)),t.optUp.use&&t.optUp.auto&&!t.isUpAutoLoad&&t.triggerUpScroll()}),30)}a.prototype.extendDownScroll=function(e){a.extend(e,{use:!0,auto:!1,autoShowLoading:!1,isLock:!1,offset:30,startTop:100,fps:30,inOffsetRate:.5,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,endDownScroll:null,callback:function(e){e.resetUpScroll()}})},a.prototype.extendUpScroll=function(e){a.extend(e,{use:!0,auto:!1,isLock:!1,isBoth:!0,isBounce:!1,callback:null,page:{num:0,size:10,time:null},noMoreSize:1,offset:80,textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"35%",zIndex:99},onScroll:!1})},a.extend=function(e,t){if(!e)return t;for(var n in t)if(null==e[n]){var r=t[n];null!=r&&"object"===(0,i.default)(r)?e[n]=a.extend({},r):e[n]=r}else"object"===(0,i.default)(e[n])&&a.extend(e[n],t[n]);return e},a.prototype.initDownScroll=function(){var e=this;e.optDown=e.options.down||{},e.extendDownScroll(e.optDown),e.downHight=0,e.optDown.use&&e.optDown.inited&&setTimeout((function(){e.optDown.inited(e)}),0)},a.prototype.touchstartEvent=function(e){this.optDown.use&&(this.startPoint=this.getPoint(e),this.startTop=this.getScrollTop(),this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},a.prototype.touchmoveEvent=function(e){if(this.optDown.use&&this.startPoint){var t=this,n=(new Date).getTime();if(!(t.moveTime&&n-t.moveTime0&&(r<=0||r<=t.optDown.startTop&&r===t.startTop)&&t.optDown.use&&!t.inTouchend&&!t.isDownScrolling&&!t.optDown.isLock&&(!t.isUpScrolling||t.isUpScrolling&&t.optUp.isBoth)){var o=t.getAngle(t.lastPoint,i);if(o0&&i.y>=t.maxTouchmoveY)return t.inTouchend=!0,void t.touchendEvent();t.preventDefault(e);var s=i.y-t.lastPoint.y;t.downHight0?Math.round(s*t.optDown.outOffsetRate):s);var u=t.downHight/t.optDown.offset;t.optDown.onMoving&&t.optDown.onMoving(t,u,t.downHight)}t.lastPoint=i}}},a.prototype.touchendEvent=function(e){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.optDown.endDownScroll&&this.optDown.endDownScroll(this)),this.movetype=0,this.isMoveDown=!1;else if(this.getScrollTop()===this.startTop){var t=this.getPoint(e).y-this.startPoint.y<0;if(t){var n=this.getAngle(this.getPoint(e),this.startPoint);n>80&&this.triggerUpScroll(!0)}}},a.prototype.getPoint=function(e){return e?e.touches&&e.touches[0]?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches[0]?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.clientX,y:e.clientY}:{x:0,y:0}},a.prototype.getAngle=function(e,t){var n=Math.abs(e.x-t.x),r=Math.abs(e.y-t.y),i=Math.sqrt(n*n+r*r),a=0;return 0!==i&&(a=Math.asin(r/i)/Math.PI*180),a},a.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),this.optDown.callback&&this.optDown.callback(this))},a.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.downHight=this.optDown.offset,this.optDown.showLoading(this,this.downHight)},a.prototype.endDownScroll=function(){var e=this,t=function(){e.downHight=0,e.isDownScrolling=!1,e.optDown.endDownScroll&&e.optDown.endDownScroll(e),e.setScrollHeight(0)},n=0;e.optDown.afterLoading&&(n=e.optDown.afterLoading(e)),"number"===typeof n&&n>0?setTimeout(t,n):t()},a.prototype.lockDownScroll=function(e){null==e&&(e=!0),this.optDown.isLock=e},a.prototype.lockUpScroll=function(e){null==e&&(e=!0),this.optUp.isLock=e},a.prototype.initUpScroll=function(){var e=this;e.optUp=e.options.up||{use:!1},e.extendUpScroll(e.optUp),e.optUp.isBounce||e.setBounce(!1),!1!==e.optUp.use&&(e.optUp.hasNext=!0,e.startNum=e.optUp.page.num+1,e.optUp.inited&&setTimeout((function(){e.optUp.inited(e)}),0))},a.prototype.scroll=function(e,t){this.setScrollTop(e.scrollTop),this.setScrollHeight(e.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=e.scrollTop-this.preScrollY>0,this.preScrollY=e.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),e.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&t&&t()},a.prototype.triggerUpScroll=function(e){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===e){var t=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(t=!0),!1===t)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},a.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},a.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},a.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},a.prototype.endUpScroll=function(e){null!=e&&(e?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},a.prototype.resetUpScroll=function(e){if(this.optUp&&this.optUp.use){var t=this.optUp.page;this.prePageNum=t.num,this.prePageTime=t.time,t.num=this.startNum,t.time=null,this.isDownScrolling||!1===e||(null==e?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=t.num,this.size=t.size,this.time=t.time,this.optUp.callback&&this.optUp.callback(this)}},a.prototype.setPageNum=function(e){this.optUp.page.num=e-1},a.prototype.setPageSize=function(e){this.optUp.page.size=e},a.prototype.endByPage=function(e,t,n){var r;this.optUp.use&&null!=t&&(r=this.optUp.page.num([^]*)<\/body>/.test(e);return t?RegExp.$1:e}function l(e){return e.replace(//gi,"").replace(/\/\*.*?\*\//gi,"").replace(/[ ]+/gi,"").replace(//gi,"")}function f(){var t={};return e.getSystemInfo({success:function(e){t.width=e.windowWidth,t.height=e.windowHeight}}),t}function h(e,t,n,r){e=d(e),e=l(e),e=i.default.strDiscode(e);var o=[],h={nodes:[],imageUrls:[]},p=f();function m(e){this.node="element",this.tag=e,this.$screen=p}return(0,a.default)(e,{start:function(e,r,a){var d=new m(e);if(0!==o.length){var l=o[0];void 0===l.nodes&&(l.nodes=[])}if(s[e]?d.tagType="block":u[e]?d.tagType="inline":c[e]&&(d.tagType="closeSelf"),d.attr=r.reduce((function(e,t){var n=t.name,r=t.value;return"class"===n&&(d.classStr=r),"style"===n&&(d.styleStr=r),r.match(/ /)&&(r=r.split(" ")),e[n]?Array.isArray(e[n])?e[n].push(r):e[n]=[e[n],r]:e[n]=r,e}),{}),d.classStr?d.classStr+=" ".concat(d.tag):d.classStr=d.tag,"inline"===d.tagType&&(d.classStr+=" inline"),"img"===d.tag){var f=d.attr.src;f=i.default.urlToHttpUrl(f,n.domain),Object.assign(d.attr,n,{src:f||""}),f&&h.imageUrls.push(f)}if("a"===d.tag&&(d.attr.href=d.attr.href||""),"font"===d.tag){var p=["x-small","small","medium","large","x-large","xx-large","-webkit-xxx-large"],g={color:"color",face:"font-family",size:"font-size"};d.styleStr||(d.styleStr=""),Object.keys(g).forEach((function(e){if(d.attr[e]){var t="size"===e?p[d.attr[e]-1]:d.attr[e];d.styleStr+="".concat(g[e],": ").concat(t,";")}}))}if("source"===d.tag&&(h.source=d.attr.src),t.start&&t.start(d,h),a){var y=o[0]||h;void 0===y.nodes&&(y.nodes=[]),y.nodes.push(d)}else o.unshift(d)},end:function(e){var n=o.shift();if(n.tag!==e&&console.error("invalid state: mismatch end tag"),"video"===n.tag&&h.source&&(n.attr.src=h.source,delete h.source),t.end&&t.end(n,h),0===o.length)h.nodes.push(n);else{var r=o[0];r.nodes||(r.nodes=[]),r.nodes.push(n)}},chars:function(e){if(e.trim()){var n={node:"text",text:e};if(t.chars&&t.chars(n,h),0===o.length)h.nodes.push(n);else{var r=o[0];void 0===r.nodes&&(r.nodes=[]),r.nodes.push(n)}}}}),h}var p=h;t.default=p}).call(this,n(1)["default"])},function(e,t,n){"use strict";function r(e){return e=e.replace(/∀/g,"∀"),e=e.replace(/∂/g,"∂"),e=e.replace(/∃/g,"∃"),e=e.replace(/∅/g,"∅"),e=e.replace(/∇/g,"∇"),e=e.replace(/∈/g,"∈"),e=e.replace(/∉/g,"∉"),e=e.replace(/∋/g,"∋"),e=e.replace(/∏/g,"∏"),e=e.replace(/∑/g,"∑"),e=e.replace(/−/g,"−"),e=e.replace(/∗/g,"∗"),e=e.replace(/√/g,"√"),e=e.replace(/∝/g,"∝"),e=e.replace(/∞/g,"∞"),e=e.replace(/∠/g,"∠"),e=e.replace(/∧/g,"∧"),e=e.replace(/∨/g,"∨"),e=e.replace(/∩/g,"∩"),e=e.replace(/∪/g,"∪"),e=e.replace(/∫/g,"∫"),e=e.replace(/∴/g,"∴"),e=e.replace(/∼/g,"∼"),e=e.replace(/≅/g,"≅"),e=e.replace(/≈/g,"≈"),e=e.replace(/≠/g,"≠"),e=e.replace(/≤/g,"≤"),e=e.replace(/≥/g,"≥"),e=e.replace(/⊂/g,"⊂"),e=e.replace(/⊃/g,"⊃"),e=e.replace(/⊄/g,"⊄"),e=e.replace(/⊆/g,"⊆"),e=e.replace(/⊇/g,"⊇"),e=e.replace(/⊕/g,"⊕"),e=e.replace(/⊗/g,"⊗"),e=e.replace(/⊥/g,"⊥"),e=e.replace(/⋅/g,"⋅"),e}function i(e){return e=e.replace(/Α/g,"Α"),e=e.replace(/Β/g,"Β"),e=e.replace(/Γ/g,"Γ"),e=e.replace(/Δ/g,"Δ"),e=e.replace(/Ε/g,"Ε"),e=e.replace(/Ζ/g,"Ζ"),e=e.replace(/Η/g,"Η"),e=e.replace(/Θ/g,"Θ"),e=e.replace(/Ι/g,"Ι"),e=e.replace(/Κ/g,"Κ"),e=e.replace(/Λ/g,"Λ"),e=e.replace(/Μ/g,"Μ"),e=e.replace(/Ν/g,"Ν"),e=e.replace(/Ξ/g,"Ν"),e=e.replace(/Ο/g,"Ο"),e=e.replace(/Π/g,"Π"),e=e.replace(/Ρ/g,"Ρ"),e=e.replace(/Σ/g,"Σ"),e=e.replace(/Τ/g,"Τ"),e=e.replace(/Υ/g,"Υ"),e=e.replace(/Φ/g,"Φ"),e=e.replace(/Χ/g,"Χ"),e=e.replace(/Ψ/g,"Ψ"),e=e.replace(/Ω/g,"Ω"),e=e.replace(/α/g,"α"),e=e.replace(/β/g,"β"),e=e.replace(/γ/g,"γ"),e=e.replace(/δ/g,"δ"),e=e.replace(/ε/g,"ε"),e=e.replace(/ζ/g,"ζ"),e=e.replace(/η/g,"η"),e=e.replace(/θ/g,"θ"),e=e.replace(/ι/g,"ι"),e=e.replace(/κ/g,"κ"),e=e.replace(/λ/g,"λ"),e=e.replace(/μ/g,"μ"),e=e.replace(/ν/g,"ν"),e=e.replace(/ξ/g,"ξ"),e=e.replace(/ο/g,"ο"),e=e.replace(/π/g,"π"),e=e.replace(/ρ/g,"ρ"),e=e.replace(/ς/g,"ς"),e=e.replace(/σ/g,"σ"),e=e.replace(/τ/g,"τ"),e=e.replace(/υ/g,"υ"),e=e.replace(/φ/g,"φ"),e=e.replace(/χ/g,"χ"),e=e.replace(/ψ/g,"ψ"),e=e.replace(/ω/g,"ω"),e=e.replace(/ϑ/g,"ϑ"),e=e.replace(/ϒ/g,"ϒ"),e=e.replace(/ϖ/g,"ϖ"),e=e.replace(/·/g,"·"),e}function a(e){return e=e.replace(/ /g," "),e=e.replace(/ /g," "),e=e.replace(/ /g," "),e=e.replace(/"/g,"'"),e=e.replace(/&/g,"&"),e=e.replace(/</g,"<"),e=e.replace(/>/g,">"),e=e.replace(/•/g,"•"),e}function o(e){return e=e.replace(/Œ/g,"Œ"),e=e.replace(/œ/g,"œ"),e=e.replace(/Š/g,"Š"),e=e.replace(/š/g,"š"),e=e.replace(/Ÿ/g,"Ÿ"),e=e.replace(/ƒ/g,"ƒ"),e=e.replace(/ˆ/g,"ˆ"),e=e.replace(/˜/g,"˜"),e=e.replace(/ /g,""),e=e.replace(/ /g,""),e=e.replace(/ /g,""),e=e.replace(/‌/g,""),e=e.replace(/‍/g,""),e=e.replace(/‎/g,""),e=e.replace(/‏/g,""),e=e.replace(/–/g,"–"),e=e.replace(/—/g,"—"),e=e.replace(/‘/g,"‘"),e=e.replace(/’/g,"’"),e=e.replace(/‚/g,"‚"),e=e.replace(/“/g,"“"),e=e.replace(/”/g,"”"),e=e.replace(/„/g,"„"),e=e.replace(/†/g,"†"),e=e.replace(/‡/g,"‡"),e=e.replace(/•/g,"•"),e=e.replace(/…/g,"…"),e=e.replace(/‰/g,"‰"),e=e.replace(/′/g,"′"),e=e.replace(/″/g,"″"),e=e.replace(/‹/g,"‹"),e=e.replace(/›/g,"›"),e=e.replace(/‾/g,"‾"),e=e.replace(/€/g,"€"),e=e.replace(/™/g,"™"),e=e.replace(/←/g,"←"),e=e.replace(/↑/g,"↑"),e=e.replace(/→/g,"→"),e=e.replace(/↓/g,"↓"),e=e.replace(/↔/g,"↔"),e=e.replace(/↵/g,"↵"),e=e.replace(/⌈/g,"⌈"),e=e.replace(/⌉/g,"⌉"),e=e.replace(/⌊/g,"⌊"),e=e.replace(/⌋/g,"⌋"),e=e.replace(/◊/g,"◊"),e=e.replace(/♠/g,"♠"),e=e.replace(/♣/g,"♣"),e=e.replace(/♥/g,"♥"),e=e.replace(/♦/g,"♦"),e=e.replace(/'/g,"'"),e}function s(e){return e=r(e),e=i(e),e=a(e),e=o(e),e}function u(e,t){return/^\/\//.test(e)?"https:".concat(e):/^\//.test(e)?"https://".concat(t).concat(e):e}Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c={strDiscode:s,urlToHttpUrl:u};t.default=c},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=/^<([-A-Za-z0-9_]+)((?:\s+[a-zA-Z0-9_:][-a-zA-Z0-9_:.]*(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)>/,i=/^<\/([-A-Za-z0-9_]+)[^>]*>/,a=/([a-zA-Z0-9_:][-a-zA-Z0-9_:.]*)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g;function o(e){for(var t={},n=e.split(","),r=0;r=0;r-=1)if(p[r]===n)break}else r=0;if(r>=0){for(var i=p.length-1;i>=r;i-=1)t.end&&t.end(p[i]);p.length=r}}function g(e,n,r,i){if(n=n.toLowerCase(),u[n])while(p.last()&&c[p.last()])m("",p.last());if(d[n]&&p.last()===n&&m("",n),i=s[n]||!!i,i||p.push(n),t.start){var o=[];r.replace(a,(function(e,t){var n=arguments[2]||arguments[3]||arguments[4]||(l[t]?t:"");o.push({name:t,value:n,escaped:n.replace(/(^|[^\\])"/g,'$1\\"')})})),t.start&&t.start(n,o,i)}}p.last=function(){return p[p.length-1]};while(e){if(o=!0,0===e.indexOf("0&&void 0!==arguments[0]?arguments[0]:{},n=(t.date,t.selected),r=t.startDate,i=t.endDate,o=t.mode,s=t.monthShowCurrentMonth,u=t.rangeEndRepick,c=t.rangeSameDay,d=t.rangeHaveDisableTruncation,l=t.type,f=t.foldStatus,h=t.startWeek;(0,a.default)(this,e),this.date=this.getDate(new Date),this.selected=n||[],this.startDate=r,this.endDate=i,this.startWeek=h,this.mode=o,this.type=l,this.foldStatus=f,this.rangeEndRepick=u,this.rangeSameDay=c,this.rangeHaveDisableTruncation=d,this.monthShowCurrentMonth=s,this.cleanRange(),this.weeks={},this.multiple=[]}return(0,o.default)(e,[{key:"setDate",value:function(e){this.selectDate=this.getDate(e),this._getWeek(this.selectDate.fullDate)}},{key:"cleanRange",value:function(){this.rangeStatus={before:"",after:"",data:[]}}},{key:"cleanMultiple",value:function(){this.multiple=[]}},{key:"resetSatrtDate",value:function(e){this.startDate=e}},{key:"resetEndDate",value:function(e){this.endDate=e}},{key:"resetMonthShowCurrentMonth",value:function(e){this.monthShowCurrentMonth=e}},{key:"resetRangeEndRepick",value:function(e){this.rangeEndRepick=e}},{key:"resetRangeSameDay",value:function(e){this.rangeSameDay=e}},{key:"resetRangeHaveDisableTruncation",value:function(e){this.rangeHaveDisableTruncation=e}},{key:"resetMode",value:function(e){this.mode=e}},{key:"resetFoldStatus",value:function(e){this.foldStatus=e}},{key:"resetStartWeek",value:function(e){this.startWeek=e}},{key:"_createCurrentDay",value:function(e,t,n){var r=this,i=this.date.fullDate===e,a=this.selected&&this.selected.find((function(t){if(r.dateEqual(e,t.date))return t})),o=!0,s=!0;this.startDate&&(o=this.dateCompare(this.startDate,e)),this.endDate&&(s=this.dateCompare(e,this.endDate));var u=this.rangeStatus.data,c=!1;"range"==this.mode&&(c=-1!==u.findIndex((function(t){return r.dateEqual(t,e)})));var d=this.multiple,l=!1;"multiple"==this.mode&&(l=-1!==d.findIndex((function(t){return r.dateEqual(t,e)})));var f={fullDate:e,year:t.year,date:n,type:this.type,mode:this.mode,multiples:"multiple"==this.mode&&l,rangeMultiple:"range"==this.mode&&c,beforeRange:this.dateEqual(this.rangeStatus.before,e),afterRange:this.dateEqual(this.rangeStatus.after,e),month:t.month,lunar:this.getlunar(t.year,t.month,n),disable:!(o&&s),isDay:i};return a&&(f.extraInfo=a,f.disable=a.disable||!1),f}},{key:"getDate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";e||(e=new Date),"object"!==(0,i.default)(e)&&(e=e.replace(/-/g,"/"));var r=new Date(e);switch(n){case"day":r.setDate(r.getDate()+t);break;case"month":if(31===r.getDate()&&t>0)r.setDate(r.getDate()+t);else{var a=r.getMonth();r.setMonth(a+t);var o=r.getMonth();t<0&&0!==a&&o-a>t&&r.setMonth(o+(o-a+t)),t>0&&o-a>t&&r.setMonth(o-(o-a-t))}break;case"week":r.setDate(r.getDate()+7*t);break;case"year":r.setFullYear(r.getFullYear()+t);break}var s=r.getFullYear(),u=r.getMonth()+1<10?"0"+(r.getMonth()+1):r.getMonth()+1,c=r.getDate()<10?"0"+r.getDate():r.getDate();return{fullDate:s+"-"+u+"-"+c,year:s,month:u,date:c,day:r.getDay()}}},{key:"_getLastMonthDays",value:function(e,t){for(var n=[],r=e;r>0;r--){var i=new Date(t.year,t.month-1,1-r).getDate();n.push({date:i,month:t.month-1,year:t.year,lunar:this.getlunar(t.year,t.month-1,i),disable:!0})}return n}},{key:"_currentMonthDays",value:function(e,t){for(var n=[],r=(this.date.fullDate,1);r<=e;r++){var i=t.year+"-"+(t.month,t.month+"-")+(r<10?"0"+r:r);n.push(this._createCurrentDay(i,t,r))}return n}},{key:"_getNextMonthDays",value:function(e,t){for(var n=[],r=1;r0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e=new Date(e.replace("-","/").replace("-","/")),t=new Date(t.replace("-","/").replace("-","/")),e.getTime()-t.getTime()===0}},{key:"getDateAll",value:function(e,t){var n=this.selected.filter((function(e){return e.date&&e.disable})).map((function(e){return e.date})),r=[],i=e.split("-"),a=t.split("-"),o=new Date;o.setFullYear(i[0],i[1]-1,i[2]);var s=new Date;s.setFullYear(a[0],a[1]-1,a[2]);for(var u=o.getTime()-864e5,c=s.getTime()-864e5,d=u;d<=c;){d+=864e5;var l=this.getDate(new Date(parseInt(d))).fullDate;if(this.rangeHaveDisableTruncation){if(n.includes(l))return r;r.push(l)}else n.includes(l)||r.push(l)}return r}},{key:"getlunar",value:function(e,t,n){return s.default.solar2lunar(e,t,n)}},{key:"setSelectInfo",value:function(e,t){this.selected=t,this._getWeek(e)}},{key:"setRange",value:function(e){var t=this.rangeStatus,n=t.before,r=t.after;if("range"==this.mode){var i=this.dateCompare(e,n);this.rangeSameDay&&n&&i&&(i=!this.dateEqual(e,n)),(n&&r||i)&&(!this.rangeEndRepick||this.rangeEndRepick&&-1==this.rangeStatus.data.indexOf(e))?(this.rangeStatus.before=e,this.rangeStatus.after="",this.rangeStatus.data=[]):n?(this.dateCompare(this.rangeStatus.before,e)?this.rangeStatus.data=this.getDateAll(this.rangeStatus.before,e):this.rangeStatus.data=this.getDateAll(e,this.rangeStatus.before),this.rangeStatus.after=this.rangeStatus.data[this.rangeStatus.data.length-1]):this.rangeStatus.before=e,this._getWeek(e)}}},{key:"setMultiple",value:function(e){var t=this;if("multiple"==this.mode){var n=this.multiple.findIndex((function(n){if(t.dateEqual(e,n))return n}));-1===n?(this.multiple.push(e),this.setDate(e)):this.multiple=this.multiple.filter((function(e,t){return t!=n})),this._getWeek(e)}}},{key:"_getWeek",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=this.getDate(e),r=n.year,i=n.month,a={},o=[];if("open"===this.foldStatus){var s=new Date(r,i-1,1).getDay();"mon"===this.startWeek&&(s=0===s?6:s-1);var u=new Date(r,i,0).getDate(),c={lastMonthDays:this._getLastMonthDays(s,this.getDate(e)),currentMonthDys:this._currentMonthDays(u,this.getDate(e)),weeks:[]},d=42-(c.lastMonthDays.length+c.currentMonthDys.length);c.nextMonthDays=this._getNextMonthDays(d,this.getDate(e)),o=this.monthShowCurrentMonth?o.concat(c.lastMonthDays.map((function(e){return{empty:!0,lunar:{}}})),c.currentMonthDys,c.nextMonthDays.map((function(e){return{empty:!0,lunar:{}}}))):o.concat(c.lastMonthDays,c.currentMonthDys,c.nextMonthDays)}else o=this._getWeekDays(e);for(var l=0;l8;t>>=1)n+=this.lunarInfo[e-1900]&t?1:0;return n+this.leapDays(e)},leapMonth:function(e){return 15&this.lunarInfo[e-1900]},leapDays:function(e){return this.leapMonth(e)?65536&this.lunarInfo[e-1900]?30:29:0},monthDays:function(e,t){return t>12||t<1?-1:this.lunarInfo[e-1900]&65536>>t?30:29},solarDays:function(e,t){if(t>12||t<1)return-1;var n=t-1;return 1==n?e%4==0&&e%100!=0||e%400==0?29:28:this.solarMonth[n]},toGanZhiYear:function(e){var t=(e-3)%10,n=(e-3)%12;return 0==t&&(t=10),0==n&&(n=12),this.Gan[t-1]+this.Zhi[n-1]},toAstro:function(e,t){var n="魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯",r=[20,19,21,21,21,22,23,23,23,23,22,22];return n.substr(2*e-(t2100)return-1;if(t<1||t>24)return-1;var n=this.sTermInfo[e-1900],r=[parseInt("0x"+n.substr(0,5)).toString(),parseInt("0x"+n.substr(5,5)).toString(),parseInt("0x"+n.substr(10,5)).toString(),parseInt("0x"+n.substr(15,5)).toString(),parseInt("0x"+n.substr(20,5)).toString(),parseInt("0x"+n.substr(25,5)).toString()],i=[r[0].substr(0,1),r[0].substr(1,2),r[0].substr(3,1),r[0].substr(4,2),r[1].substr(0,1),r[1].substr(1,2),r[1].substr(3,1),r[1].substr(4,2),r[2].substr(0,1),r[2].substr(1,2),r[2].substr(3,1),r[2].substr(4,2),r[3].substr(0,1),r[3].substr(1,2),r[3].substr(3,1),r[3].substr(4,2),r[4].substr(0,1),r[4].substr(1,2),r[4].substr(3,1),r[4].substr(4,2),r[5].substr(0,1),r[5].substr(1,2),r[5].substr(3,1),r[5].substr(4,2)];return parseInt(i[t-1])},toChinaMonth:function(e){if(e>12||e<1)return-1;var t=this.nStr3[e-1];return t+="月",t},toChinaDay:function(e){var t;switch(e){case 10:t="初十";break;case 20:t="二十";break;case 30:t="三十";break;default:t=this.nStr2[Math.floor(e/10)],t+=this.nStr1[e%10]}return t},getAnimal:function(e){return this.Animals[(e-4)%12]},solar2lunar:function(e,t,n){if(e<1900||e>2100)return-1;if(1900==e&&1==t&&n<31)return-1;if(e)r=new Date(e,parseInt(t)-1,n);else var r=new Date;var i,a=0,o=0,s=(e=r.getFullYear(),t=r.getMonth()+1,n=r.getDate(),(Date.UTC(r.getFullYear(),r.getMonth(),r.getDate())-Date.UTC(1900,0,31))/864e5);for(i=1900;i<2101&&s>0;i++)o=this.lYearDays(i),s-=o;s<0&&(s+=o,i--);var u=new Date,c=!1;u.getFullYear()==e&&u.getMonth()+1==t&&u.getDate()==n&&(c=!0);var d=r.getDay(),l=this.nStr1[d];0==d&&(d=7);var f=i,h=(a=this.leapMonth(i),!1);for(i=1;i<13&&s>0;i++)a>0&&i==a+1&&0==h?(--i,h=!0,o=this.leapDays(f)):o=this.monthDays(f,i),1==h&&i==a+1&&(h=!1),s-=o;0==s&&a>0&&i==a+1&&(h?h=!1:(h=!0,--i)),s<0&&(s+=o,--i);var p=i,m=s+1,g=t-1,y=this.toGanZhiYear(f),_=this.getTerm(e,2*t-1),v=this.getTerm(e,2*t),b=this.toGanZhi(12*(e-1900)+t+11);n>=_&&(b=this.toGanZhi(12*(e-1900)+t+12));var w=!1,M=null;_==n&&(w=!0,M=this.solarTerm[2*t-2]),v==n&&(w=!0,M=this.solarTerm[2*t-1]);var k=(h?"闰":"")+this.toChinaMonth(p),S=this.toChinaDay(m),L="",x=k+S,D=t+"-"+n;this.festivals.hasOwnProperty(x)?L=this.festivals[x]:this.festivals.hasOwnProperty(D)&&(L=this.festivals[D]);var T=Date.UTC(e,g,1,0,0,0,0)/864e5+25567+10,A=this.toGanZhi(T+n-1),Y=this.toAstro(t,n);return{lYear:f,lMonth:p,lDay:m,Animal:this.getAnimal(f),IMonthCn:k,IDayCn:S,cYear:e,cMonth:t,cDay:n,gzYear:y,gzMonth:b,gzDay:A,isToday:c,isLeap:h,nWeek:d,ncWeek:"星期"+l,isTerm:w,Term:M,astro:Y,festival:L}},lunar2solar:function(e,t,n,r){r=!!r;var i=this.leapMonth(e);this.leapDays(e);if(r&&i!=t)return-1;if(2100==e&&12==t&&n>1||1900==e&&1==t&&n<31)return-1;var a=this.monthDays(e,t),o=a;if(r&&(o=this.leapDays(e,t)),e<1900||e>2100||n>o)return-1;for(var s=0,u=1900;u0&&(s+=this.leapDays(e),d=!0),s+=this.monthDays(e,u);r&&(s+=a);var l=Date.UTC(1900,1,30,0,0,0),f=new Date(864e5*(s+n-31)+l),h=f.getUTCFullYear(),p=f.getUTCMonth()+1,m=f.getUTCDate();return this.solar2lunar(h,p,m)}},i=r;t.default=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={options:{virtualHost:!0}};t.default=r},function(e,t,n){"use strict";(function(e){var r=n(4),i=n(13);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=r(n(11)),o=c(n(1400)),s=c(n(1401));function u(e){if("function"!==typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(u=function(e){return e?n:t})(e)}function c(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==i(e)&&"function"!==typeof e)return{default:e};var n=u(t);if(n&&n.has(e))return n.get(e);var r={},a=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var s=a?Object.getOwnPropertyDescriptor(e,o):null;s&&(s.get||s.set)?Object.defineProperty(r,o,s):r[o]=e[o]}return r.default=e,n&&n.set(e,r),r}function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function l(e){for(var t=1;t0&&void 0!==arguments[0]?arguments[0]:"url",n=this[t];n&&e[this.linkType]({url:n})},$wuGetRect:function(t,n){var r=this;return new Promise((function(i){e.createSelectorQuery().in(r)[n?"selectAll":"select"](t).boundingClientRect((function(e){n&&Array.isArray(e)&&e.length&&i(e),!n&&e&&i(e)})).exec()}))},IntersectionObserver:function(t,n,r){var i=this;this.$nextTick((function(){var a=e.createIntersectionObserver(t);a.relativeToViewport({bottom:Number(i.lazyLoadRootMargin)}).observe(n,(function(e){r(e,(function(){return a.disconnect()}))}))}))},getParentData:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.parent||(this.parent={}),this.parent=this.$w.$parent.call(this,t),this.parent.children&&-1===this.parent.children.indexOf(this)&&this.parent.children.push(this),this.parent&&this.parentData&&Object.keys(this.parentData).map((function(t){e.parentData[t]=e.parent[t]}))},preventEvent:function(e){e&&"function"===typeof e.stopPropagation&&e.stopPropagation()},noop:function(e){this.preventEvent(e)}},onReachBottom:function(){e.$emit("wuOnReachBottom")},beforeDestroy:function(){var e=this;if(this.parent&&s.array(this.parent.children)){var t=this.parent.children;t.map((function(n,r){n===e&&t.splice(r,1)}))}}};t.default=f}).call(this,n(2)["default"])},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.$parent=g,Object.defineProperty(t,"Color",{enumerable:!0,get:function(){return u.default}}),t.addStyle=y,t.addUnit=_,t.deepClone=v,t.deepMerge=b,t.error=w,t.formValidate=O,t.getDuration=Y,t.getHistoryPage=B,t.getProperty=E,t.getPx=d,t.guid=m,t.os=f,t.padZero=j,t.page=C,t.pages=I,t.priceFormat=A,t.queryParams=x,t.random=p,t.randomArray=M,t.range=c,t.setConfig=H,t.setProperty=P,t.sleep=l,t.sys=h,t.timeFormat=k,t.timeFrom=S,t.toast=D,t.trim=L,t.type2icon=T;var i=r(n(5)),a=r(n(13)),o=n(1401),s=n(1402),u=r(n(1403));function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return Math.max(e,Math.min(t,Number(n)))}function d(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return(0,o.number)(t)?n?"".concat(t,"px"):Number(t):/(rpx|upx)$/.test(t)?n?"".concat(e.upx2px(parseInt(t)),"px"):Number(e.upx2px(parseInt(t))):n?"".concat(parseInt(t),"px"):parseInt(t)}function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:30;return new Promise((function(t){setTimeout((function(){t()}),e)}))}function f(){return e.getSystemInfoSync().platform.toLowerCase()}function h(){return e.getSystemInfoSync()}function p(e,t){if(e>=0&&t>0&&t>=e){var n=t-e+1;return Math.floor(Math.random()*n+e)}return 0}function m(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:32,t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,r="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),i=[];if(n=n||r.length,e)for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:void 0,t=this.$parent;while(t){if(!t.$options||t.$options.name===e)return t;t=t.$parent}return!1}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"object";if((0,o.empty)(e)||"object"===(0,a.default)(e)&&"object"===t||"string"===t&&"string"===typeof e)return e;if("object"===t){e=L(e);for(var n=e.split(";"),r={},i=0;i0&&void 0!==arguments[0]?arguments[0]:"auto",c=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null!==(t=e)&&void 0!==t&&null!==(n=t.$w)&&void 0!==n&&null!==(r=n.config)&&void 0!==r&&r.unit?null===(i=e)||void 0===i||null===(a=i.$w)||void 0===a||null===(s=a.config)||void 0===s?void 0:s.unit:"px";return u=String(u),(0,o.number)(u)?"".concat(u).concat(c):u}function v(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new WeakMap;if(null===e||"object"!==(0,a.default)(e))return e;if(n.has(e))return n.get(e);if(e instanceof Date)t=new Date(e.getTime());else if(e instanceof RegExp)t=new RegExp(e);else if(e instanceof Map)t=new Map(Array.from(e,(function(e){var t=(0,i.default)(e,2),r=t[0],a=t[1];return[r,v(a,n)]})));else if(e instanceof Set)t=new Set(Array.from(e,(function(e){return v(e,n)})));else if(Array.isArray(e))t=e.map((function(e){return v(e,n)}));else if("[object Object]"===Object.prototype.toString.call(e)){t=Object.create(Object.getPrototypeOf(e)),n.set(e,t);for(var r=0,o=Object.entries(e);r0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(e=v(e),"object"!==(0,a.default)(e)||null===e||"object"!==(0,a.default)(t)||null===t)return e;var n=Array.isArray(e)?e.slice():Object.assign({},e);for(var r in t)if(t.hasOwnProperty(r)){var i=t[r],o=n[r];i instanceof Date?n[r]=new Date(i):i instanceof RegExp?n[r]=new RegExp(i):i instanceof Map?n[r]=new Map(i):i instanceof Set?n[r]=new Set(i):"object"===(0,a.default)(i)&&null!==i?n[r]=b(o,i):n[r]=i}return n}function w(e){console.error("wuui提示:".concat(e))}function M(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return e.sort((function(){return Math.random()-.5}))}function k(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";e=t?/^\d{10}$/.test(null===t||void 0===t?void 0:t.toString().trim())?new Date(1e3*t):"string"===typeof t&&/^\d+$/.test(t.trim())?new Date(Number(t)):"string"===typeof t&&t.includes("-")&&!t.includes("T")?new Date(t.replace(/-/g,"/")):new Date(t):new Date;var r={y:e.getFullYear().toString(),m:(e.getMonth()+1).toString().padStart(2,"0"),d:e.getDate().toString().padStart(2,"0"),h:e.getHours().toString().padStart(2,"0"),M:e.getMinutes().toString().padStart(2,"0"),s:e.getSeconds().toString().padStart(2,"0")};for(var a in r){var o=new RegExp("".concat(a,"+")).exec(n)||[],s=(0,i.default)(o,1),u=s[0];if(u){var c="y"===a&&2===u.length?2:0;n=n.replace(u,r[a].slice(c))}}return n}function S(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"yyyy-mm-dd";null==e&&(e=Number(new Date)),e=parseInt(e),10==e.toString().length&&(e*=1e3);var n=(new Date).getTime()-e;n=parseInt(n/1e3);var r="";switch(!0){case n<300:r="刚刚";break;case n>=300&&n<3600:r="".concat(parseInt(n/60),"分钟前");break;case n>=3600&&n<86400:r="".concat(parseInt(n/3600),"小时前");break;case n>=86400&&n<2592e3:r="".concat(parseInt(n/86400),"天前");break;default:r=!1===t?n>=2592e3&&n<31536e3?"".concat(parseInt(n/2592e3),"个月前"):"".concat(parseInt(n/31536e3),"年前"):k(e,t)}return r}function L(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"both";return e=String(e),"both"==t?e.replace(/^\s+|\s+$/g,""):"left"==t?e.replace(/^\s*/,""):"right"==t?e.replace(/(\s*$)/g,""):"all"==t?e.replace(/\s+/g,""):e}function x(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"brackets",r=t?"?":"",i=[];-1==["indices","brackets","repeat","comma"].indexOf(n)&&(n="brackets");var a=function(t){var r=e[t];if(["",void 0,null].indexOf(r)>=0)return"continue";if(r.constructor===Array)switch(n){case"indices":for(var a=0;a1&&void 0!==arguments[1]?arguments[1]:2e3;e.showToast({title:String(t),icon:"none",duration:n})}function T(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"success",t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];-1==["primary","info","error","warning","success"].indexOf(e)&&(e="success");var n="";switch(e){case"primary":n="info-circle";break;case"info":n="info-circle";break;case"error":n="close-circle";break;case"warning":n="error-circle";break;case"success":n="checkmark-circle";break;default:n="checkmark-circle"}return t&&(n+="-fill"),n}function A(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:",";e="".concat(e).replace(/[^0-9+-Ee.]/g,"");var i=isFinite(+e)?+e:0,a=isFinite(+t)?Math.abs(t):0,o="undefined"===typeof r?",":r,u="undefined"===typeof n?".":n,c="";c=(a?(0,s.round)(i,a)+"":"".concat(Math.round(i))).split(".");var d=/(-?\d+)(\d{3})/;while(d.test(c[0]))c[0]=c[0].replace(d,"$1".concat(o,"$2"));return(c[1]||"").length1&&void 0!==arguments[1])||arguments[1],n=parseInt(e);return t?/s$/.test(e)?e:"".concat(e,e>30?"ms":"s"):/ms$/.test(e)?n:/s$/.test(e)?n>30?n:1e3*n:n}function j(e){return"00".concat(e).slice(-2)}function O(e,t){var n=g.call(e,"wu-form-item"),r=g.call(e,"wu-form");n&&r&&r.validateField(n.prop,(function(){}),t)}function E(e,t){if(e){if("string"!==typeof t||""===t)return"";if(-1!==t.indexOf(".")){for(var n=t.split("."),r=e[n[0]]||{},i=1;i1){var i=n[0];t[i]&&"object"===(0,a.default)(t[i])||(t[i]={});n.shift();e(t[i],n,r)}else t[n[0]]=r};if("string"!==typeof t||""===t);else if(-1!==t.indexOf(".")){var i=t.split(".");r(e,i,n)}else e[t]=n}}function C(){var e,t=getCurrentPages(),n=null===(e=t[t.length-1])||void 0===e?void 0:e.route;return"/".concat(n||"")}function I(){var e=getCurrentPages();return e}function B(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=getCurrentPages(),n=t.length;return t[n-1+e]}function H(t){var n=t.props,r=void 0===n?{}:n,i=t.config,a=void 0===i?{}:i,o=t.color,s=void 0===o?{}:o,u=t.zIndex,c=void 0===u?{}:u,d=e.$w.deepMerge;e.$w.config=d(e.$w.config,a),e.$w.props=d(e.$w.props,r),e.$w.color=d(e.$w.color,s),e.$w.zIndex=d(e.$w.zIndex,c)}String.prototype.padStart||(String.prototype.padStart=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:" ";if("[object String]"!==Object.prototype.toString.call(t))throw new TypeError("fillString must be String");var n=this;if(n.length>=e)return String(n);var r=e-n.length,i=Math.ceil(r/t.length);while(i>>=1)t+=t,1===i&&(t+=t);return t.slice(0,r)+n})}).call(this,n(2)["default"])},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.amount=m,t.array=L,t.carNo=p,t.chinese=g,t.code=D,t.contains=v,t.date=u,t.dateISO=c,t.digits=f,t.email=a,t.empty=k,t.enOrNum=_,t.func=T,t.idCard=h,t.image=Y,t.jsonString=S,t.landline=M,t.letter=y,t.mobile=o,t.number=d,t.object=x,t.promise=A,t.range=b,t.rangeLength=w,t.regExp=O,t.string=l,t.url=s,t.video=j;var i=r(n(13));function a(e){return/^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(e)}function o(e){return/^1([3589]\d|4[5-9]|6[1-2,4-7]|7[0-8])\d{8}$/.test(e)}function s(e){return/^((https|http|ftp|rtsp|mms):\/\/)(([0-9a-zA-Z_!~*'().&=+$%-]+: )?[0-9a-zA-Z_!~*'().&=+$%-]+@)?(([0-9]{1,3}.){3}[0-9]{1,3}|([0-9a-zA-Z_!~*'()-]+.)*([0-9a-zA-Z][0-9a-zA-Z-]{0,61})?[0-9a-zA-Z].[a-zA-Z]{2,6})(:[0-9]{1,4})?((\/?)|(\/[0-9a-zA-Z_!~*'().;?:@&=+$,%#-]+)+\/?)$/.test(e)}function u(e){return!!e&&(d(e)&&(e=+e),!/Invalid|NaN/.test(new Date(e).toString()))}function c(e){return/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(e)}function d(e){return/^[\+-]?(\d+\.?\d*|\.\d+|\d\.\d+e\+\d+)$/.test(e)}function l(e){return"string"===typeof e}function f(e){return/^\d+$/.test(e)}function h(e){return/^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/.test(e)}function p(e){var t=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}(([0-9]{5}[DF]$)|([DF][A-HJ-NP-Z0-9][0-9]{4}$))/,n=/^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳]{1}$/;return 7===e.length?n.test(e):8===e.length&&t.test(e)}function m(e){return/^[1-9]\d*(,\d{3})*(\.\d{1,2})?$|^0\.\d{1,2}$/.test(e)}function g(e){var t=/^[\u4e00-\u9fa5]+$/gi;return t.test(e)}function y(e){return/^[a-zA-Z]*$/.test(e)}function _(e){var t=/^[0-9a-zA-Z]*$/g;return t.test(e)}function v(e,t){return e.indexOf(t)>=0}function b(e,t){return e>=t[0]&&e<=t[1]}function w(e,t){return e.length>=t[0]&&e.length<=t[1]}function M(e){var t=/^\d{3,4}-\d{7,8}(-\d{3,4})?$/;return t.test(e)}function k(e){switch((0,i.default)(e)){case"undefined":return!0;case"string":if(0==e.replace(/(^[ \t\n\r]*)|([ \t\n\r]*$)/g,"").length)return!0;break;case"boolean":if(!e)return!0;break;case"number":if(0===e||isNaN(e))return!0;break;case"object":if(null===e||0===e.length)return!0;for(var t in e)return!1;return!0}return!1}function S(e){if("string"===typeof e)try{var t=JSON.parse(e);return!("object"!==(0,i.default)(t)||!t)}catch(n){return!1}return!1}function L(e){return"function"===typeof Array.isArray?Array.isArray(e):"[object Array]"===Object.prototype.toString.call(e)}function x(e){return"[object Object]"===Object.prototype.toString.call(e)}function D(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:6;return new RegExp("^\\d{".concat(t,"}$")).test(e)}function T(e){return"function"===typeof e}function A(e){return x(e)&&T(e.then)&&T(e.catch)}function Y(e){var t=e.split("?")[0],n=/\.(jpeg|jpg|gif|png|svg|webp|jfif|bmp|dpg)/i;return n.test(t)}function j(e){var t=/\.(mp4|mpg|mpeg|dat|asf|avi|rm|rmvb|mov|wmv|flv|mkv|m3u8)/i;return t.test(e)}function O(e){return e&&"[object RegExp]"===Object.prototype.toString.call(e)}},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,t.divide=p,t.enableBoundaryChecking=g,t.minus=h,t.plus=f,t.round=m,t.times=l;var i=r(n(395)),a=!0;function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return+parseFloat(Number(e).toPrecision(t))}function s(e){var t=e.toString().split(/[eE]/),n=(t[0].split(".")[1]||"").length-+(t[1]||0);return n>0?n:0}function u(e){if(-1===e.toString().indexOf("e"))return Number(e.toString().replace(".",""));var t=s(e);return t>0?o(Number(e)*Math.pow(10,t)):Number(e)}function c(e){a&&(e>Number.MAX_SAFE_INTEGER||e2)return d(t,l);var r=t[0],i=t[1],a=u(r),o=u(i),f=s(r)+s(i),h=a*o;return c(h),h/Math.pow(10,f)}function f(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,f);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)+l(i,a))/a}function h(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,h);var r=t[0],i=t[1],a=Math.pow(10,Math.max(s(r),s(i)));return(l(r,a)-l(i,a))/a}function p(){for(var e=arguments.length,t=new Array(e),n=0;n2)return d(t,p);var r=t[0],i=t[1],a=u(r),f=u(i);return c(a),c(f),l(a/f,o(Math.pow(10,s(i)-s(r))))}function m(e,t){var n=Math.pow(10,t),r=p(Math.round(Math.abs(l(e,n))),n);return e<0&&0!==r&&(r=l(r,-1)),r}function g(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];a=e}var y={times:l,plus:f,minus:h,divide:p,round:m,enableBoundaryChecking:g};t.default=y},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(1404));function a(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"#fff",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"string",r=(0,i.default)(e);if(r[t]){"hex"==t&&"string"!=n&&(t="rgb");var a="";switch(n){case"string":a="toString";break;case"object":a="object";break;case"array":a="array";break;case"round":a="round";break;default:throw Error("Unsupported target type:"+n)}return r[t]()[a]()}throw Error("Unsupported target format: "+t)}function o(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"rgb(0, 0, 0)",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"rgb(255, 255, 255)",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:10,r=a(e,"rgb","array"),i=r[0],o=r[1],s=r[2],u=a(t,"rgb","array"),c=u[0],d=u[1],l=u[2],f=(c-i)/n,h=(d-o)/n,p=(l-s)/n,m=[],g=0;g2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).lighten(t),n,r)},darken:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).darken(t),n,r)},saturate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).saturate(t),n,r)},desaturate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).desaturate(t),n,r)},rotate:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).rotate(t),n,r)},adjustAlpha:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"rgb",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"string";return a((0,i.default)(e).alpha(t),n,r)},luminosity:function(e,t){return(0,i.default)(e).luminosity()},isDark:function(e,t){return(0,i.default)(e).isDark()},isLight:function(e,t){return(0,i.default)(e).isLight()}};t.default=s},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(13)),a=r(n(5)),o=r(n(18)),s=r(n(1405)),u=r(n(1409));function c(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=d(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}function d(e,t){if(e){if("string"===typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0){this.model=t||"rgb",r=u.default[this.model].channels;var a=Array.prototype.slice.call(e,0,r);this.color=D(a,r),this.valpha="number"===typeof e[r]?e[r]:1}else if("number"===typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;var c=Object.keys(e);"alpha"in e&&(c.splice(c.indexOf("alpha"),1),this.valpha="number"===typeof e.alpha?e.alpha:0);var d=c.sort().join("");if(!(d in h))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=h[d];var l=u.default[this.model].labels,p=[];for(n=0;nn?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark:function(){var e=this.rgb().color,t=(2126*e[0]+7152*e[1]+722*e[2])/1e4;return t<128},isLight:function(){return!this.isDark()},negate:function(){for(var e=this.rgb(),t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten:function(e){var t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken:function(e){var t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate:function(e){var t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate:function(e){var t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten:function(e){var t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken:function(e){var t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale:function(){var e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return _.rgb(t,t,t)},fade:function(e){return this.alpha(this.valpha-this.valpha*e)},opaquer:function(e){return this.alpha(this.valpha+this.valpha*e)},rotate:function(e){var t=this.hsl(),n=t.color[0];return n=(n+e)%360,n=n<0?360+n:n,t.color[0]=n,t},mix:function(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+(0,i.default)(e));var n=e.rgb(),r=this.rgb(),a=void 0===t?.5:t,o=2*a-1,s=n.alpha()-r.alpha(),u=((o*s===-1?o:(o+s)/(1+o*s))+1)/2,c=1-u;return _.rgb(u*n.red()+c*r.red(),u*n.green()+c*r.green(),u*n.blue()+c*r.blue(),n.alpha()*a+r.alpha()*(1-a))}};for(var v=function(){var e=w[b];if(f.includes(e))return"continue";var t=u.default[e].channels;_.prototype[e]=function(){if(this.model===e)return new _(this);for(var t=arguments.length,n=new Array(t),r=0;r0?new _(n,e):new _([].concat((0,o.default)(x(u.default[this.model][e].raw(this.color))),[this.valpha]),e)},_[e]=function(){for(var n=arguments.length,r=new Array(n),i=0;i=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},c.to.keyword=function(e){return s[e.slice(0,3)]};var f=c;t.default=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]};t.default=r},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=s;var i=r(n(1408)),a=Array.prototype.concat,o=Array.prototype.slice;function s(e){for(var t=[],n=0,r=e.length;n=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(13)),a=r(n(1410)),o=r(n(1411)),s={},u=Object.keys(o.default);function c(e){var t=function(){for(var t=arguments.length,n=new Array(t),r=0;r1&&(n=i),e(n))};return"conversion"in e&&(t.conversion=e.conversion),t}function d(e){var t=function(){for(var t=arguments.length,n=new Array(t),r=0;r1&&(n=a);var o=e(n);if("object"===(0,i.default)(o))for(var s=o.length,u=0;u1&&(i-=1)),[360*i,100*a,100*c]},d.rgb.hwb=function(e){var t=e[0],n=e[1],r=e[2],i=d.rgb.hsl(e)[0],a=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[i,100*a,100*r]},d.rgb.cmyk=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255,i=Math.min(1-t,1-n,1-r),a=(1-t-i)/(1-i)||0,o=(1-n-i)/(1-i)||0,s=(1-r-i)/(1-i)||0;return[100*a,100*o,100*s,100*i]},d.rgb.keyword=function(e){var t=o[e];if(t)return t;for(var n,r=1/0,i=0,s=Object.keys(a.default);i.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92;var i=.4124*t+.3576*n+.1805*r,a=.2126*t+.7152*n+.0722*r,o=.0193*t+.1192*n+.9505*r;return[100*i,100*a,100*o]},d.rgb.lab=function(e){var t=d.rgb.xyz(e),n=t[0],r=t[1],i=t[2];n/=95.047,r/=100,i/=108.883,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116;var a=116*r-16,o=500*(n-r),s=200*(r-i);return[a,o,s]},d.hsl.rgb=function(e){var t,n,r,i=e[0]/360,a=e[1]/100,o=e[2]/100;if(0===a)return r=255*o,[r,r,r];t=o<.5?o*(1+a):o+a-o*a;for(var s=2*o-t,u=[0,0,0],c=0;c<3;c++)n=i+1/3*-(c-1),n<0&&n++,n>1&&n--,r=6*n<1?s+6*(t-s)*n:2*n<1?t:3*n<2?s+(t-s)*(2/3-n)*6:s,u[c]=255*r;return u},d.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,i=n,a=Math.max(r,.01);r*=2,n*=r<=1?r:2-r,i*=a<=1?a:2-a;var o=(r+n)/2,s=0===r?2*i/(a+i):2*n/(r+n);return[t,100*s,100*o]},d.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,i=Math.floor(t)%6,a=t-Math.floor(t),o=255*r*(1-n),s=255*r*(1-n*a),u=255*r*(1-n*(1-a));switch(r*=255,i){case 0:return[r,u,o];case 1:return[s,r,o];case 2:return[o,r,u];case 3:return[o,s,r];case 4:return[u,o,r];case 5:return[r,o,s]}},d.hsv.hsl=function(e){var t,n,r=e[0],i=e[1]/100,a=e[2]/100,o=Math.max(a,.01);n=(2-i)*a;var s=(2-i)*o;return t=i*o,t/=s<=1?s:2-s,t=t||0,n/=2,[r,100*t,100*n]},d.hwb.rgb=function(e){var t,n=e[0]/360,r=e[1]/100,i=e[2]/100,a=r+i;a>1&&(r/=a,i/=a);var o=Math.floor(6*n),s=1-i;t=6*n-o,0!==(1&o)&&(t=1-t);var u,c,d,l=r+t*(s-r);switch(o){default:case 6:case 0:u=s,c=l,d=r;break;case 1:u=l,c=s,d=r;break;case 2:u=r,c=s,d=l;break;case 3:u=r,c=l,d=s;break;case 4:u=l,c=r,d=s;break;case 5:u=s,c=r,d=l;break}return[255*u,255*c,255*d]},d.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,i=e[3]/100,a=1-Math.min(1,t*(1-i)+i),o=1-Math.min(1,n*(1-i)+i),s=1-Math.min(1,r*(1-i)+i);return[255*a,255*o,255*s]},d.xyz.rgb=function(e){var t,n,r,i=e[0]/100,a=e[1]/100,o=e[2]/100;return t=3.2406*i+-1.5372*a+-.4986*o,n=-.9689*i+1.8758*a+.0415*o,r=.0557*i+-.204*a+1.057*o,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,t=Math.min(Math.max(0,t),1),n=Math.min(Math.max(0,n),1),r=Math.min(Math.max(0,r),1),[255*t,255*n,255*r]},d.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];t/=95.047,n/=100,r/=108.883,t=t>.008856?Math.pow(t,1/3):7.787*t+16/116,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116;var i=116*n-16,a=500*(t-n),o=200*(n-r);return[i,a,o]},d.lab.xyz=function(e){var t,n,r,i=e[0],a=e[1],o=e[2];n=(i+16)/116,t=a/500+n,r=n-o/200;var s=Math.pow(n,3),u=Math.pow(t,3),c=Math.pow(r,3);return n=s>.008856?s:(n-16/116)/7.787,t=u>.008856?u:(t-16/116)/7.787,r=c>.008856?c:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},d.lab.lch=function(e){var t,n=e[0],r=e[1],i=e[2],a=Math.atan2(i,r);t=360*a/2/Math.PI,t<0&&(t+=360);var o=Math.sqrt(r*r+i*i);return[n,o,t]},d.lch.lab=function(e){var t=e[0],n=e[1],r=e[2],i=r/360*2*Math.PI,a=n*Math.cos(i),o=n*Math.sin(i);return[t,a,o]},d.rgb.ansi16=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=(0,i.default)(e,3),r=n[0],a=n[1],o=n[2],s=null===t?d.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;var u=30+(Math.round(o/255)<<2|Math.round(a/255)<<1|Math.round(r/255));return 2===s&&(u+=60),u},d.hsv.ansi16=function(e){return d.rgb.ansi16(d.hsv.rgb(e),e[2])},d.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];if(t===n&&n===r)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var i=16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5);return i},d.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var n=.5*(1+~~(e>50)),r=(1&t)*n*255,i=(t>>1&1)*n*255,a=(t>>2&1)*n*255;return[r,i,a]},d.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;e-=16;var r=Math.floor(e/36)/5*255,i=Math.floor((n=e%36)/6)/5*255,a=n%6/5*255;return[r,i,a]},d.rgb.hex=function(e){var t=((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2])),n=t.toString(16).toUpperCase();return"000000".substring(n.length)+n},d.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16),i=r>>16&255,a=r>>8&255,o=255&r;return[i,a,o]},d.rgb.hcg=function(e){var t,n,r=e[0]/255,i=e[1]/255,a=e[2]/255,o=Math.max(Math.max(r,i),a),s=Math.min(Math.min(r,i),a),u=o-s;return t=u<1?s/(1-u):0,n=u<=0?0:o===r?(i-a)/u%6:o===i?2+(a-r)/u:4+(r-i)/u,n/=6,n%=1,[360*n,100*u,100*t]},d.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n),i=0;return r<1&&(i=(n-.5*r)/(1-r)),[e[0],100*r,100*i]},d.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},d.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var i=[0,0,0],a=t%1*6,o=a%1,s=1-o,u=0;switch(Math.floor(a)){case 0:i[0]=1,i[1]=o,i[2]=0;break;case 1:i[0]=s,i[1]=1,i[2]=0;break;case 2:i[0]=0,i[1]=1,i[2]=o;break;case 3:i[0]=0,i[1]=s,i[2]=1;break;case 4:i[0]=o,i[1]=0,i[2]=1;break;default:i[0]=1,i[1]=0,i[2]=s}return u=(1-n)*r,[255*(n*i[0]+u),255*(n*i[1]+u),255*(n*i[2]+u)]},d.hcg.hsv=function(e){var t=e[1]/100,n=e[2]/100,r=t+n*(1-t),i=0;return r>0&&(i=t/r),[e[0],100*i,100*r]},d.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100,r=n*(1-t)+.5*t,i=0;return r>0&&r<.5?i=t/(2*r):r>=.5&&r<1&&(i=t/(2*(1-r))),[e[0],100*i,100*r]},d.hcg.hwb=function(e){var t=e[1]/100,n=e[2]/100,r=t+n*(1-t);return[e[0],100*(r-t),100*(1-r)]},d.hwb.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=1-n,i=r-t,a=0;return i<1&&(a=(r-i)/(1-i)),[e[0],100*i,100*a]},d.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},d.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},d.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},d.gray.hsl=function(e){return[0,0,e[0]]},d.gray.hsv=d.gray.hsl,d.gray.hwb=function(e){return[0,100,e[0]]},d.gray.cmyk=function(e){return[0,0,0,e[0]]},d.gray.lab=function(e){return[e[0],0,0]},d.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=(t<<16)+(t<<8)+t,r=n.toString(16).toUpperCase();return"000000".substring(r.length)+r},d.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]}},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,a,o=r(n(11));function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t1&&void 0!==arguments[1]?arguments[1]:"",n=["label"];n.forEach((function(t){void 0===e[t]&&(e[t]="")}));var r=t;for(var i in e){var a=new RegExp("{"+i+"}");r=r.replace(a,e[i])}return r}function y(e,t){return void 0===e||null===e||("string"===typeof e&&!e||(!(!Array.isArray(e)||e.length)||"object"===t&&!Object.keys(e).length))}var _={integer:function(e){return _.number(e)&&parseInt(e,10)===e},string:function(e){return"string"===typeof e},number:function(e){return!isNaN(e)&&"number"===typeof e},boolean:function(e){return"boolean"===typeof e},float:function(e){return _.number(e)&&!_.integer(e)},array:function(e){return Array.isArray(e)},object:function(e){return"object"===(0,l.default)(e)&&!_.array(e)},date:function(e){return e instanceof Date},timestamp:function(e){return!(!this.integer(e)||Math.abs(e).toString().length>16)},file:function(e){return"string"===typeof e.url},email:function(e){return"string"===typeof e&&!!e.match(p.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(p.url)},pattern:function(e,t){try{return new RegExp(e).test(t)}catch(n){return!1}},method:function(e){return"function"===typeof e},idcard:function(e){return"string"===typeof e&&!!e.match(p.idcard)},"url-https":function(e){return this.url(e)&&e.startsWith("https://")},"url-scheme":function(e){return e.startsWith("://")},"url-web":function(e){return!1}},v=function(){function e(t){(0,c.default)(this,e),this._message=t}return(0,d.default)(e,[{key:"validateRule",value:function(){var e=(0,u.default)(i.default.mark((function e(t,n,r,a,o){var s,u,c,d,l,f,h,p,m;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(s=null,u=n.rules,c=u.findIndex((function(e){return e.required})),!(c<0)){e.next=8;break}if(null!==r&&void 0!==r){e.next=6;break}return e.abrupt("return",s);case 6:if("string"!==typeof r||r.length){e.next=8;break}return e.abrupt("return",s);case 8:if(d=this._message,void 0!==u){e.next=11;break}return e.abrupt("return",d["default"]);case 11:l=0;case 12:if(!(l-1&&(u=!0),u?null:g(e,i||n["enum"])},rangeNumber:function(e,t,n){if(!_.number(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minimum,i=e.maximum,a=e.exclusiveMinimum,o=e.exclusiveMaximum,s=a?t<=r:t=i:t>i;return void 0!==r&&s?g(e,e.errorMessage||n["number"][a?"exclusiveMinimum":"minimum"]):void 0!==i&&u?g(e,e.errorMessage||n["number"][o?"exclusiveMaximum":"maximum"]):void 0!==r&&void 0!==i&&(s||u)?g(e,e.errorMessage||n["number"].range):null},rangeLength:function(e,t,n){if(!_.string(t)&&!_.array(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minLength,i=e.maxLength,a=t.length;return void 0!==r&&ai?g(e,e.errorMessage||n["length"].maxLength):void 0!==r&&void 0!==i&&(ai)?g(e,e.errorMessage||n["length"].range):null},pattern:function(e,t,n){return _["pattern"](e.pattern,t)?null:g(e,e.errorMessage||n.pattern.mismatch)},format:function(e,t,n){var r=Object.keys(_),i=m[e.format]?m[e.format]:e.format||e.arrayType;return r.indexOf(i)>-1&&!_[i](t)?g(e,e.errorMessage||n.typeError):null},arrayTypeFormat:function(e,t,n){if(!Array.isArray(t))return g(e,e.errorMessage||n.typeError);for(var r=0;r1){var n=t.reduce((function(e,t){return e+"#".concat(t)}),"_formdata_");return n}return t[0]||e};t.realName=l;var f=function(e){var t=/^_formdata_#*/;return t.test(e)};t.isRealName=f;var h=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=JSON.parse(JSON.stringify(e)),n={};for(var r in t){var i=p(r);m(n,i,t[r])}return n};t.rawData=h;var p=function(e){var t=e.replace("_formdata_#","");return t=t.split("#").map((function(e){return _(e)?Number(e):e})),t};t.name2arr=p;var m=function(e,t,n){return"object"!==(0,i.default)(e)||g(t).reduce((function(e,t,r,i){return r===i.length-1?(e[t]=n,null):(t in e||(e[t]=/^[0-9]{1,}$/.test(i[r+1])?[]:{}),e[t])}),e),e};function g(e){return Array.isArray(e)?e:e.replace(/\[/g,".").replace(/\]/g,"").split(".")}t.objSet=m;var y=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"undefined",r=g(t),i=r.reduce((function(e,t){return(e||{})[t]}),e);return i&&void 0===i?n:i};t.objGet=y;var _=function(e){return!isNaN(Number(e))};t.isNumber=_;var v=function(e){return"boolean"===typeof e};t.isBoolean=v;var b=function(e){for(var t=!1,n=0;n=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}function w(e,t){if(e){if("string"===typeof e)return M(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?M(e,t):void 0}}function M(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(a=0;a>>2]=n[a>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,r=[],i=function(t){t=t;var n=987654321,r=4294967295;return function(){var i=((n=36969*(65535&n)+(n>>16)&r)<<16)+(t=18e3*(65535&t)+(t>>16)&r)&r;return i/=4294967296,(i+=.5)*(e.random()>.5?1:-1)}},a=0;a>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new o.init(n,t/2)}},c=s.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new o.init(n,t)}},d=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(c.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return c.parse(unescape(encodeURIComponent(e)))}},l=i.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=d.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,r=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),u=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,c=e.min(4*u,i);if(u){for(var d=0;d>>24)|4278255360&(i<<24|i>>>8)}var a=this._hash.words,o=e[t+0],u=e[t+1],h=e[t+2],p=e[t+3],m=e[t+4],g=e[t+5],y=e[t+6],_=e[t+7],v=e[t+8],b=e[t+9],w=e[t+10],M=e[t+11],k=e[t+12],S=e[t+13],L=e[t+14],x=e[t+15],D=a[0],T=a[1],A=a[2],Y=a[3];D=c(D,T,A,Y,o,7,s[0]),Y=c(Y,D,T,A,u,12,s[1]),A=c(A,Y,D,T,h,17,s[2]),T=c(T,A,Y,D,p,22,s[3]),D=c(D,T,A,Y,m,7,s[4]),Y=c(Y,D,T,A,g,12,s[5]),A=c(A,Y,D,T,y,17,s[6]),T=c(T,A,Y,D,_,22,s[7]),D=c(D,T,A,Y,v,7,s[8]),Y=c(Y,D,T,A,b,12,s[9]),A=c(A,Y,D,T,w,17,s[10]),T=c(T,A,Y,D,M,22,s[11]),D=c(D,T,A,Y,k,7,s[12]),Y=c(Y,D,T,A,S,12,s[13]),A=c(A,Y,D,T,L,17,s[14]),D=d(D,T=c(T,A,Y,D,x,22,s[15]),A,Y,u,5,s[16]),Y=d(Y,D,T,A,y,9,s[17]),A=d(A,Y,D,T,M,14,s[18]),T=d(T,A,Y,D,o,20,s[19]),D=d(D,T,A,Y,g,5,s[20]),Y=d(Y,D,T,A,w,9,s[21]),A=d(A,Y,D,T,x,14,s[22]),T=d(T,A,Y,D,m,20,s[23]),D=d(D,T,A,Y,b,5,s[24]),Y=d(Y,D,T,A,L,9,s[25]),A=d(A,Y,D,T,p,14,s[26]),T=d(T,A,Y,D,v,20,s[27]),D=d(D,T,A,Y,S,5,s[28]),Y=d(Y,D,T,A,h,9,s[29]),A=d(A,Y,D,T,_,14,s[30]),D=l(D,T=d(T,A,Y,D,k,20,s[31]),A,Y,g,4,s[32]),Y=l(Y,D,T,A,v,11,s[33]),A=l(A,Y,D,T,M,16,s[34]),T=l(T,A,Y,D,L,23,s[35]),D=l(D,T,A,Y,u,4,s[36]),Y=l(Y,D,T,A,m,11,s[37]),A=l(A,Y,D,T,_,16,s[38]),T=l(T,A,Y,D,w,23,s[39]),D=l(D,T,A,Y,S,4,s[40]),Y=l(Y,D,T,A,o,11,s[41]),A=l(A,Y,D,T,p,16,s[42]),T=l(T,A,Y,D,y,23,s[43]),D=l(D,T,A,Y,b,4,s[44]),Y=l(Y,D,T,A,k,11,s[45]),A=l(A,Y,D,T,x,16,s[46]),D=f(D,T=l(T,A,Y,D,h,23,s[47]),A,Y,o,6,s[48]),Y=f(Y,D,T,A,_,10,s[49]),A=f(A,Y,D,T,L,15,s[50]),T=f(T,A,Y,D,g,21,s[51]),D=f(D,T,A,Y,k,6,s[52]),Y=f(Y,D,T,A,p,10,s[53]),A=f(A,Y,D,T,w,15,s[54]),T=f(T,A,Y,D,u,21,s[55]),D=f(D,T,A,Y,v,6,s[56]),Y=f(Y,D,T,A,x,10,s[57]),A=f(A,Y,D,T,y,15,s[58]),T=f(T,A,Y,D,S,21,s[59]),D=f(D,T,A,Y,m,6,s[60]),Y=f(Y,D,T,A,M,10,s[61]),A=f(A,Y,D,T,h,15,s[62]),T=f(T,A,Y,D,b,21,s[63]),a[0]=a[0]+D|0,a[1]=a[1]+T|0,a[2]=a[2]+A|0,a[3]=a[3]+Y|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;n[i>>>5]|=128<<24-i%32;var a=e.floor(r/4294967296),o=r;n[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,u=s.words,c=0;c<4;c++){var d=u[c];u[c]=16711935&(d<<8|d>>>24)|4278255360&(d<<24|d>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function c(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<>>32-a)+t}function l(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<>>32-a)+t}t.MD5=a._createHelper(u),t.HmacMD5=a._createHmacHelper(u)}(Math),n.MD5)})),T((function(e,t){var n;e.exports=(n=Y,void function(){var e=n,t=e.lib.Base,r=e.enc.Utf8;e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,u=o.words,c=0;c>>6-o%4*2;i[a>>>2]|=(s|u)<<24-a%4*8,a++}return t.create(i,a)}e.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s>>6*(3-s)&63));var u=r.charAt(64);if(u)for(;i.length%4;)i.push(u);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:{},n=t.createPromise,r=t.retryRule,i=void 0===r?W:r;(0,y.default)(this,e),this.createPromise=n,this.status=null,this.promise=null,this.retryRule=i}return(0,_.default)(e,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case W:return this.status===R;case q:return this.status!==B}}},{key:"exec",value:function(){var e=this;return this.needRetry?(this.status=B,this.promise=this.createPromise().then((function(t){return e.status=H,Promise.resolve(t)}),(function(t){return e.status=R,Promise.reject(t)})),this.promise):this.promise}}]),e}();function J(e){return e&&"string"==typeof e?JSON.parse(e):e}var K=!0,Q="mp-weixin",$=!1,G=J([]),X="h5"===Q?"web":"app-plus"===Q||"app-harmony"===Q?"app":Q,Z=J(void 0),ee=J([])||[],te=!0;try{(n(1448).default||n(1448)).appid}catch(Ai){}var ne={};function re(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=ne,n=e,Object.prototype.hasOwnProperty.call(t,n)||(ne[e]=r),ne[e]}"app"===X&&(ne=r._globalUniCloudObj?r._globalUniCloudObj:r._globalUniCloudObj={});var ie=["invoke","success","fail","complete"],ae=re("_globalUniCloudInterceptor");function oe(e,t){ae[e]||(ae[e]={}),U(t)&&Object.keys(t).forEach((function(n){ie.indexOf(n)>-1&&function(e,t,n){var r=ae[e][t];r||(r=ae[e][t]=[]),-1===r.indexOf(n)&&F(n)&&r.push(n)}(e,n,t[n])}))}function se(e,t){ae[e]||(ae[e]={}),U(t)?Object.keys(t).forEach((function(n){ie.indexOf(n)>-1&&function(e,t,n){var r=ae[e][t];if(r){var i=r.indexOf(n);i>-1&&r.splice(i,1)}}(e,n,t[n])})):delete ae[e]}function ue(e,t){return e&&0!==e.length?e.reduce((function(e,n){return e.then((function(){return n(t)}))}),Promise.resolve()):Promise.resolve()}function ce(e,t){return ae[e]&&ae[e][t]||[]}function de(e){oe("callObject",e)}var le=re("_globalUniCloudListener"),fe="response",he="needLogin",pe="refreshToken",me="clientdb",ge="cloudfunction",ye="cloudobject";function _e(e){return le[e]||(le[e]=[]),le[e]}function ve(e,t){var n=_e(e);n.includes(t)||n.push(t)}function be(e,t){var n=_e(e),r=n.indexOf(t);-1!==r&&n.splice(r,1)}function we(e,t){for(var n=_e(e),r=0;r0&&void 0!==arguments[0]?arguments[0]:0;if(!(e>=10))return e++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(e):this.cause}}}]),n}((0,g.default)(Error));t.UniCloudError=xe;var De,Te,Ae={request:function(e){return r.request(e)},uploadFile:function(e){return r.uploadFile(e)},setStorageSync:function(e,t){return r.setStorageSync(e,t)},getStorageSync:function(e){return r.getStorageSync(e)},removeStorageSync:function(e){return r.removeStorageSync(e)},clearStorageSync:function(){return r.clearStorageSync()},connectSocket:function(e){return r.connectSocket(e)}};function Ye(){return{token:Ae.getStorageSync("uni_id_token")||Ae.getStorageSync("uniIdToken"),tokenExpired:Ae.getStorageSync("uni_id_token_expired")}}function je(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.token,n=e.tokenExpired;t&&Ae.setStorageSync("uni_id_token",t),n&&Ae.setStorageSync("uni_id_token_expired",n)}function Oe(){return De||(De=r.getSystemInfoSync()),De}function Ee(){var e,t;try{if(r.getLaunchOptionsSync){if(r.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var n=r.getLaunchOptionsSync(),i=n.scene,a=n.channel;e=a,t=i}}catch(e){}return{channel:e,scene:t}}var Pe={};function Ce(){var e=r.getLocale&&r.getLocale()||"en";if(Te)return S(S(S({},Pe),Te),{},{locale:e,LOCALE:e});var t=Oe(),n=t.deviceId,i=t.osName,a=t.uniPlatform,o=t.appId,s=["appId","appLanguage","appName","appVersion","appVersionCode","appWgtVersion","browserName","browserVersion","deviceBrand","deviceId","deviceModel","deviceType","osName","osVersion","romName","romVersion","ua","hostName","hostVersion","uniPlatform","uniRuntimeVersion","uniRuntimeVersionCode","uniCompilerVersion","uniCompilerVersionCode"];for(var u in t)Object.hasOwnProperty.call(t,u)&&-1===s.indexOf(u)&&delete t[u];return Te=S(S({PLATFORM:a,OS:i,APPID:o,DEVICEID:n},Ee()),t),S(S(S({},Pe),Te),{},{locale:e,LOCALE:e})}var Ie,Be={sign:function(e,t){var n="";return Object.keys(e).sort().forEach((function(t){e[t]&&(n=n+"&"+t+"="+e[t])})),n=n.slice(1),j(n,t).toString()},wrappedRequest:function(e,t){return new Promise((function(n,r){t(Object.assign(e,{complete:function(e){e||(e={}),K&&"web"===X&&e.errMsg&&0===e.errMsg.indexOf("request:fail")&&console.warn("发布H5,需要在uniCloud后台操作,绑定安全域名,否则会因为跨域问题而无法访问。教程参考:https://uniapp.dcloud.io/uniCloud/quickstart?id=useinh5");var t=e.data&&e.data.header&&e.data.header["x-serverless-request-id"]||e.header&&e.header["request-id"];if(!e.statusCode||e.statusCode>=400){var i=e.data&&e.data.error&&e.data.error.code||"SYS_ERR",a=e.data&&e.data.error&&e.data.error.message||e.errMsg||"request:fail";return r(new xe({code:i,message:a,requestId:t}))}var o=e.data;if(o.error)return r(new xe({code:o.error.code,message:o.error.message,requestId:t}));o.result=o.data,o.requestId=t,delete o.data,n(o)}}))}))},toBase64:function(e){return E.stringify(O.parse(e))}},He=function(){function e(t){var n=this;(0,y.default)(this,e),["spaceId","clientSecret"].forEach((function(e){if(!Object.prototype.hasOwnProperty.call(t,e))throw new Error("".concat(e," required"))})),this.config=Object.assign({},{endpoint:0===t.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},t),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=Ae,this._getAccessTokenPromiseHub=new V({createPromise:function(){return n.requestAuth(n.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(e){if(!e.result||!e.result.accessToken)throw new xe({code:"AUTH_FAILED",message:"获取accessToken失败"});n.setAccessToken(e.result.accessToken)}))},retryRule:q})}return(0,_.default)(e,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(e){this.accessToken=e}},{key:"requestWrapped",value:function(e){return Be.wrappedRequest(e,this.adapter.request)}},{key:"requestAuth",value:function(e){return this.requestWrapped(e)}},{key:"request",value:function(e,t){var n=this;return Promise.resolve().then((function(){return n.hasAccessToken?t?n.requestWrapped(e):n.requestWrapped(e).catch((function(t){return new Promise((function(e,n){!t||"GATEWAY_INVALID_TOKEN"!==t.code&&"InvalidParameter.InvalidToken"!==t.code?n(t):e()})).then((function(){return n.getAccessToken()})).then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))})):n.getAccessToken().then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))}))}},{key:"rebuildRequest",value:function(e){var t=Object.assign({},e);return t.data.token=this.accessToken,t.header["x-basement-token"]=this.accessToken,t.header["x-serverless-sign"]=Be.sign(t.data,this.config.clientSecret),t}},{key:"setupRequest",value:function(e,t){var n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),r={"Content-Type":"application/json"};return"auth"!==t&&(n.token=this.accessToken,r["x-basement-token"]=this.accessToken),r["x-serverless-sign"]=Be.sign(n,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:r}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getAccessToken();case 2:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"callFunction",value:function(e){var t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(S(S({},this.setupRequest(t)),{},{timeout:e.timeout}))}},{key:"getOSSUploadOptionsFromPath",value:function(e){var t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFileToOSS",value:function(e){var t=this,n=e.url,r=e.formData,i=e.name,a=e.filePath,o=e.fileType,s=e.onUploadProgress;return new Promise((function(e,u){var c=t.adapter.uploadFile({url:n,formData:r,name:i,filePath:a,fileType:o,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(t){t&&t.statusCode<400?e(t):u(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){u(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(e){var t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFile",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l,f,h,p,m,g,y,_,v,b,w,M,k,S;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t.filePath,r=t.cloudPath,i=t.fileType,a=void 0===i?"image":i,s=t.cloudPathAsRealPath,u=void 0!==s&&s,c=t.onUploadProgress,d=t.config,"string"===N(r)){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});case 3:if(r=r.trim()){e.next=5;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不可为空"});case 5:if(!/:\/\//.test(r)){e.next=7;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不合法"});case 7:if(l=d&&d.envType||this.config.envType,!(u&&("/"!==r[0]&&(r="/"+r),r.indexOf("\\")>-1))){e.next=10;break}throw new xe({code:"INVALID_PARAM",message:"使用cloudPath作为路径时,cloudPath不可包含“\\”"});case 10:return e.next=12,this.getOSSUploadOptionsFromPath({env:l,filename:u?r.split("/").pop():r,fileId:u?r:void 0});case 12:return f=e.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,m=f.accessKeyId,g=f.signature,y=f.host,_=f.ossPath,v=f.id,b=f.policy,w=f.ossCallbackUrl,M={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:m,Signature:g,host:y,id:v,key:_,policy:b,success_action_status:200},p&&(M["x-oss-security-token"]=p),w&&(k=JSON.stringify({callbackUrl:w,callbackBody:JSON.stringify({fileId:v,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),M.callback=Be.toBase64(k)),S={url:"https://"+f.host,formData:M,fileName:"file",name:"file",filePath:n,fileType:a},e.next=27,this.uploadFileToOSS(Object.assign({},S,{onUploadProgress:c}));case 27:if(!w){e.next=29;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 29:return e.next=31,this.reportOSSUpload({id:v});case 31:if(!e.sent.success){e.next=33;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 33:throw new xe({code:"UPLOAD_FAILED",message:"文件上传失败"});case 34:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList;return new Promise((function(e,n){Array.isArray(t)&&0!==t.length||n(new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"})),e({fileList:t.map((function(e){return{fileID:e,tempFileURL:e}}))})}))}},{key:"getFileInfo",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=i.length>0&&void 0!==i[0]?i[0]:{},n=t.fileList,Array.isArray(n)&&0!==n.length){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});case 3:return r={method:"serverless.file.resource.info",params:JSON.stringify({id:n.map((function(e){return e.split("?")[0]})).join(",")})},e.next=6,this.request(this.setupRequest(r));case 6:return e.t0=e.sent.result,e.abrupt("return",{fileList:e.t0});case 8:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()}]),e}(),Re={init:function(e){var t=new He(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},Ne="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(e){e.local="local",e.none="none",e.session="session"}(Ie||(Ie={}));var Ue,Fe=function(){},ze=T((function(e,t){var n;e.exports=(n=Y,function(e){var t=n,r=t.lib,i=r.WordArray,a=r.Hasher,o=t.algo,s=[],u=[];!function(){function t(t){for(var n=e.sqrt(t),r=2;r<=n;r++)if(!(t%r))return!1;return!0}function n(e){return 4294967296*(e-(0|e))|0}for(var r=2,i=0;i<64;)t(r)&&(i<8&&(s[i]=n(e.pow(r,.5))),u[i]=n(e.pow(r,1/3)),i++),r++}();var c=[],d=o.SHA256=a.extend({_doReset:function(){this._hash=new i.init(s.slice(0))},_doProcessBlock:function(e,t){for(var n=this._hash.words,r=n[0],i=n[1],a=n[2],o=n[3],s=n[4],d=n[5],l=n[6],f=n[7],h=0;h<64;h++){if(h<16)c[h]=0|e[t+h];else{var p=c[h-15],m=(p<<25|p>>>7)^(p<<14|p>>>18)^p>>>3,g=c[h-2],y=(g<<15|g>>>17)^(g<<13|g>>>19)^g>>>10;c[h]=m+c[h-7]+y+c[h-16]}var _=r&i^r&a^i&a,v=(r<<30|r>>>2)^(r<<19|r>>>13)^(r<<10|r>>>22),b=f+((s<<26|s>>>6)^(s<<21|s>>>11)^(s<<7|s>>>25))+(s&d^~s&l)+u[h]+c[h];f=l,l=d,d=s,s=o+b|0,o=a,a=i,i=r,r=b+(v+_)|0}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+a|0,n[3]=n[3]+o|0,n[4]=n[4]+s|0,n[5]=n[5]+d|0,n[6]=n[6]+l|0,n[7]=n[7]+f|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;return n[i>>>5]|=128<<24-i%32,n[14+(i+64>>>9<<4)]=e.floor(r/4294967296),n[15+(i+64>>>9<<4)]=r,t.sigBytes=4*n.length,this._process(),this._hash},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});t.SHA256=a._createHelper(d),t.HmacSHA256=a._createHmacHelper(d)}(Math),n.SHA256)})),We=ze,qe=T((function(e,t){e.exports=Y.HmacSHA256})),Ve=function(){var e;if(!Promise){e=function(){},e.promise={};var t=function(){throw new xe({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var n=new Promise((function(t,n){e=function(e,r){return e?n(e):t(r)}}));return e.promise=n,e};function Je(e){return void 0===e}function Ke(e){return"[object Null]"===Object.prototype.toString.call(e)}function Qe(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return e.replace(/([\s\S]+)\s+(请前往云开发AI小助手查看问题:.*)/,"$1")}function $e(e){var t,n,r=(t=e,"[object Array]"===Object.prototype.toString.call(t)?e:[e]),i=b(r);try{for(i.s();!(n=i.n()).done;){var a=n.value,o=a.isMatch,s=a.genAdapter,u=a.runtime;if(o())return{adapter:s(),runtime:u}}}catch(c){i.e(c)}finally{i.f()}}!function(e){e.WEB="web",e.WX_MP="wx_mp"}(Ue||(Ue={}));var Ge={adapter:null,runtime:void 0},Xe=["anonymousUuidKey"],Ze=function(e){(0,h.default)(n,e);var t=L(n);function n(){var e;return(0,y.default)(this,n),e=t.call(this),Ge.adapter.root.tcbObject||(Ge.adapter.root.tcbObject={}),e}return(0,_.default)(n,[{key:"setItem",value:function(e,t){Ge.adapter.root.tcbObject[e]=t}},{key:"getItem",value:function(e){return Ge.adapter.root.tcbObject[e]}},{key:"removeItem",value:function(e){delete Ge.adapter.root.tcbObject[e]}},{key:"clear",value:function(){delete Ge.adapter.root.tcbObject}}]),n}(Fe);function et(e,t){switch(e){case"local":return t.localStorage||new Ze;case"none":return new Ze;default:return t.sessionStorage||new Ze}}var tt=function(){function e(t){if((0,y.default)(this,e),!this._storage){this._persistence=Ge.adapter.primaryStorage||t.persistence,this._storage=et(this._persistence,Ge.adapter);var n="access_token_".concat(t.env),r="access_token_expire_".concat(t.env),i="refresh_token_".concat(t.env),a="anonymous_uuid_".concat(t.env),o="login_type_".concat(t.env),s="user_info_".concat(t.env);this.keys={accessTokenKey:n,accessTokenExpireKey:r,refreshTokenKey:i,anonymousUuidKey:a,loginTypeKey:o,userInfoKey:s}}}return(0,_.default)(e,[{key:"updatePersistence",value:function(e){if(e!==this._persistence){var t="local"===this._persistence;this._persistence=e;var n=et(e,Ge.adapter);for(var r in this.keys){var i=this.keys[r];if(!t||!Xe.includes(r)){var a=this._storage.getItem(i);Je(a)||Ke(a)||(n.setItem(i,a),this._storage.removeItem(i))}}this._storage=n}}},{key:"setStore",value:function(e,t,n){if(this._storage){var r={version:n||"localCachev1",content:t},i=JSON.stringify(r);try{this._storage.setItem(e,i)}catch(e){throw e}}}},{key:"getStore",value:function(e,t){try{if(!this._storage)return}catch(e){return""}t=t||"localCachev1";var n=this._storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}},{key:"removeStore",value:function(e){this._storage.removeItem(e)}}]),e}(),nt={},rt={};function it(e){return nt[e]}var at=(0,_.default)((function e(t,n){(0,y.default)(this,e),this.data=n||null,this.name=t})),ot=function(e){(0,h.default)(n,e);var t=L(n);function n(e,r){var i;return(0,y.default)(this,n),i=t.call(this,"error",{error:e,data:r}),i.error=e,i}return(0,_.default)(n)}(at),st=new(function(){function e(){(0,y.default)(this,e),this._listeners={}}return(0,_.default)(e,[{key:"on",value:function(e,t){return function(e,t,n){n[e]=n[e]||[],n[e].push(t)}(e,t,this._listeners),this}},{key:"off",value:function(e,t){return function(e,t,n){if(n&&n[e]){var r=n[e].indexOf(t);-1!==r&&n[e].splice(r,1)}}(e,t,this._listeners),this}},{key:"fire",value:function(e,t){if(e instanceof ot)return console.error(e.error),this;var n="string"==typeof e?new at(e,t||{}):e,r=n.name;if(this._listens(r)){n.target=this;var i,a=this._listeners[r]?(0,d.default)(this._listeners[r]):[],o=b(a);try{for(o.s();!(i=o.n()).done;){var s=i.value;s.call(this,n)}}catch(u){o.e(u)}finally{o.f()}}return this}},{key:"_listens",value:function(e){return this._listeners[e]&&this._listeners[e].length>0}}]),e}());function ut(e,t){st.on(e,t)}function ct(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};st.fire(e,t)}function dt(e,t){st.off(e,t)}var lt,ft="loginStateChanged",ht="loginStateExpire",pt="loginTypeChanged",mt="anonymousConverted",gt="refreshAccessToken";!function(e){e.ANONYMOUS="ANONYMOUS",e.WECHAT="WECHAT",e.WECHAT_PUBLIC="WECHAT-PUBLIC",e.WECHAT_OPEN="WECHAT-OPEN",e.CUSTOM="CUSTOM",e.EMAIL="EMAIL",e.USERNAME="USERNAME",e.NULL="NULL"}(lt||(lt={}));var yt=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],_t={"X-SDK-Version":"1.3.5"};function vt(e,t,n){var r=e[t];e[t]=function(t){var i={},a={};n.forEach((function(n){var r=n.call(e,t),o=r.data,s=r.headers;Object.assign(i,o),Object.assign(a,s)}));var o=t.data;return o&&function(){var e;if(e=o,"[object FormData]"!==Object.prototype.toString.call(e))t.data=S(S({},o),i);else for(var n in i)o.append(n,i[n])}(),t.headers=S(S({},t.headers||{}),a),r.call(e,t)}}function bt(){var e=Math.random().toString(16).slice(2);return{data:{seqId:e},headers:S(S({},_t),{},{"x-seqid":e})}}var wt=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,y.default)(this,e),this.config=n,this._reqClass=new Ge.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post"]}),this._cache=it(this.config.env),this._localCache=(t=this.config.env,rt[t]),vt(this._reqClass,"post",[bt]),vt(this._reqClass,"upload",[bt]),vt(this._reqClass,"download",[bt])}return(0,_.default)(e,[{key:"post",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.post(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"upload",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.upload(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"download",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.download(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"refreshAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),e.prev=1,e.next=4,this._refreshAccessTokenPromise;case 4:t=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e["catch"](1),n=e.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!n){e.next=12;break}throw n;case 12:return e.abrupt("return",t);case 13:case"end":return e.stop()}}),e,this,[[1,7]])})));function t(){return e.apply(this,arguments)}return t}()},{key:"_refreshAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u,c,d,l,f,h,p;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,a=t.loginTypeKey,s=t.anonymousUuidKey,this._cache.removeStore(n),this._cache.removeStore(r),u=this._cache.getStore(i),u){e.next=5;break}throw new xe({message:"未登录CloudBase"});case 5:return c={refresh_token:u},e.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",c);case 8:if(d=e.sent,!d.data.code){e.next=21;break}if(l=d.data.code,"SIGN_PARAM_INVALID"!==l&&"REFRESH_TOKEN_EXPIRED"!==l&&"INVALID_REFRESH_TOKEN"!==l){e.next=20;break}if(this._cache.getStore(a)!==lt.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==l){e.next=19;break}return f=this._cache.getStore(s),h=this._cache.getStore(i),e.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=e.sent,e.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:ct(ht),this._cache.removeStore(i);case 20:throw new xe({code:d.data.code,message:"刷新access token失败:".concat(d.data.code)});case 21:if(!d.data.access_token){e.next=23;break}return e.abrupt("return",(ct(gt),this._cache.setStore(n,d.data.access_token),this._cache.setStore(r,d.data.access_token_expire+Date.now()),{accessToken:d.data.access_token,accessTokenExpire:d.data.access_token_expire}));case 23:d.data.refresh_token&&(this._cache.removeStore(i),this._cache.setStore(i,d.data.refresh_token),this._refreshAccessToken());case 24:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"getAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,this._cache.getStore(i)){e.next=3;break}throw new xe({message:"refresh token不存在,登录状态异常"});case 3:if(a=this._cache.getStore(n),s=this._cache.getStore(r),u=!0,e.t0=this._shouldRefreshAccessTokenHook,!e.t0){e.next=9;break}return e.next=8,this._shouldRefreshAccessTokenHook(a,s);case 8:e.t0=!e.sent;case 9:if(e.t1=e.t0,!e.t1){e.next=12;break}u=!1;case 12:return e.abrupt("return",(!a||!s||s2&&void 0!==arguments[2]?arguments[2]:{},r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+="".concat(a,"=").concat(encodeURIComponent(n[a]));return/^http(s)?\:\/\//.test(t+=i)?t:"".concat(e).concat(t)}(Ne,"//tcb-api.tencentcloudapi.com/web",y),g&&(_+=g),e.next=22,this.post(S({url:_,data:c},f));case 22:if(v=e.sent,b=v.header&&v.header["x-tcb-trace"],b&&this._localCache.setStore(i,b),(200===Number(v.status)||200===Number(v.statusCode))&&v.data){e.next=26;break}throw new xe({code:"NETWORK_ERROR",message:"network request error"});case 26:return e.abrupt("return",v);case 27:case"end":return e.stop()}}),e,this)})));function t(t,n,r){return e.apply(this,arguments)}return t}()},{key:"send",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=s.length>1&&void 0!==s[1]?s[1]:{},r=s.length>2&&void 0!==s[2]?s[2]:{},e.next=4,this.request(t,n,S(S({},r),{},{onUploadProgress:n.onUploadProgress}));case 4:if(i=e.sent,"ACCESS_TOKEN_EXPIRED"!==i.data.code||-1!==yt.indexOf(t)){e.next=14;break}return e.next=8,this.refreshAccessToken();case 8:return e.next=10,this.request(t,n,S(S({},r),{},{onUploadProgress:n.onUploadProgress}));case 10:if(a=e.sent,!a.data.code){e.next=13;break}throw new xe({code:a.data.code,message:Qe(a.data.message)});case 13:return e.abrupt("return",a.data);case 14:if(!i.data.code){e.next=16;break}throw new xe({code:i.data.code,message:Qe(i.data.message)});case 16:return e.abrupt("return",i.data);case 17:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}}]),e}(),Mt={};function kt(e){return Mt[e]}var St=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=it(t.env),this._request=kt(t.env)}return(0,_.default)(e,[{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}},{key:"setAccessToken",value:function(e,t){var n=this._cache.keys,r=n.accessTokenKey,i=n.accessTokenExpireKey;this._cache.setStore(r,e),this._cache.setStore(i,t)}},{key:"refreshUserInfo",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e)}}]),e}(),Lt=function(){function e(t){if((0,y.default)(this,e),!t)throw new xe({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=t,this._cache=it(this._envId),this._request=kt(this._envId),this.setUserInfo()}return(0,_.default)(e,[{key:"linkWithTicket",value:function(e){if("string"!=typeof e)throw new xe({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:e})}},{key:"linkWithRedirect",value:function(e){e.signInWithRedirect()}},{key:"updatePassword",value:function(e,t){return this._request.send("auth.updatePassword",{oldPassword:t,newPassword:e})}},{key:"updateEmail",value:function(e){return this._request.send("auth.updateEmail",{newEmail:e})}},{key:"updateUsername",value:function(e){if("string"!=typeof e)throw new xe({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:e})}},{key:"getLinkedUidList",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return t=e.sent,n=t.data,r=!1,i=n.users,e.abrupt("return",(i.forEach((function(e){e.wxOpenId&&e.wxPublicId&&(r=!0)})),{users:i,hasPrimaryUid:r}));case 7:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setPrimaryUid",value:function(e){return this._request.send("auth.setPrimaryUid",{uid:e})}},{key:"unlink",value:function(e){return this._request.send("auth.unlink",{platform:e})}},{key:"update",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.nickName,r=t.gender,i=t.avatarUrl,a=t.province,s=t.country,u=t.city,e.next=8,this._request.send("auth.updateUserInfo",{nickName:n,gender:r,avatarUrl:i,province:a,country:s,city:u});case 8:c=e.sent,d=c.data,this.setLocalUserInfo(d);case 11:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"refresh",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"setUserInfo",value:function(){var e=this,t=this._cache.keys.userInfoKey,n=this._cache.getStore(t);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(t){e[t]=n[t]})),this.location={country:n.country,province:n.province,city:n.city}}},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e),this.setUserInfo()}}]),e}(),xt=function(){function e(t){if((0,y.default)(this,e),!t)throw new xe({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=it(t);var n=this._cache.keys,r=n.refreshTokenKey,i=n.accessTokenKey,a=n.accessTokenExpireKey,o=this._cache.getStore(r),s=this._cache.getStore(i),u=this._cache.getStore(a);this.credential={refreshToken:o,accessToken:s,accessTokenExpire:u},this.user=new Lt(t)}return(0,_.default)(e,[{key:"isAnonymousAuth",get:function(){return this.loginType===lt.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===lt.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===lt.WECHAT||this.loginType===lt.WECHAT_OPEN||this.loginType===lt.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),e}(),Dt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._cache.updatePersistence("local"),t=this._cache.keys,n=t.anonymousUuidKey,r=t.refreshTokenKey,i=this._cache.getStore(n)||void 0,a=this._cache.getStore(r)||void 0,e.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:i,refresh_token:a});case 8:if(s=e.sent,!s.uuid||!s.refresh_token){e.next=20;break}return this._setAnonymousUUID(s.uuid),this.setRefreshToken(s.refresh_token),e.next=14,this._request.refreshAccessToken();case 14:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.ANONYMOUS,persistence:"local"}),u=new xt(this.config.env),e.next=19,u.user.refresh();case 19:return e.abrupt("return",u);case 20:throw new xe({message:"匿名登录失败"});case 21:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=this._cache.keys,r=n.anonymousUuidKey,i=n.refreshTokenKey,a=this._cache.getStore(r),s=this._cache.getStore(i),e.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:a,refresh_token:s,ticket:t});case 7:if(u=e.sent,!u.refresh_token){e.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(u.refresh_token),e.next=13,this._request.refreshAccessToken();case 13:return ct(mt,{env:this.config.env}),ct(pt,{loginType:lt.CUSTOM,persistence:"local"}),e.abrupt("return",{credential:{refreshToken:u.refresh_token}});case 16:throw new xe({message:"匿名转化失败"});case 17:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"_setAnonymousUUID",value:function(e){var t=this._cache.keys,n=t.anonymousUuidKey,r=t.loginTypeKey;this._cache.removeStore(n),this._cache.setStore(n,e),this._cache.setStore(r,lt.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),n}(St),Tt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signInWithTicket",{ticket:t,refresh_token:this._cache.getStore(n)||""});case 5:if(r=e.sent,!r.refresh_token){e.next=15;break}return this.setRefreshToken(r.refresh_token),e.next=10,this._request.refreshAccessToken();case 10:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.CUSTOM,persistence:this.config.persistence}),e.next=14,this.refreshUserInfo();case 14:return e.abrupt("return",new xt(this.config.env));case 15:throw new xe({message:"自定义登录失败"});case 16:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()}]),n}(St),At=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"email must be a string"});case 2:return r=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:t,password:n,refresh_token:this._cache.getStore(r)||""});case 5:if(i=e.sent,a=i.refresh_token,s=i.access_token,u=i.access_token_expire,!a){e.next=22;break}if(this.setRefreshToken(a),!s||!u){e.next=15;break}this.setAccessToken(s,u),e.next=17;break;case 15:return e.next=17,this._request.refreshAccessToken();case 17:return e.next=19,this.refreshUserInfo();case 19:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.EMAIL,persistence:this.config.persistence}),e.abrupt("return",new xt(this.config.env));case 22:throw i.code?new xe({code:i.code,message:"邮箱登录失败: ".concat(i.message)}):new xe({message:"邮箱登录失败"});case 23:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"activate",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.activateEndUserMail",{token:t}));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"resetPasswordWithToken",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:t,newPassword:n}));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()}]),n}(St),Yt=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"signIn",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof n&&(n="",console.warn("password is empty")),r=this._cache.keys.refreshTokenKey,e.next=6,this._request.send("auth.signIn",{loginType:lt.USERNAME,username:t,password:n,refresh_token:this._cache.getStore(r)||""});case 6:if(i=e.sent,a=i.refresh_token,s=i.access_token_expire,u=i.access_token,!a){e.next=23;break}if(this.setRefreshToken(a),!u||!s){e.next=16;break}this.setAccessToken(u,s),e.next=18;break;case 16:return e.next=18,this._request.refreshAccessToken();case 18:return e.next=20,this.refreshUserInfo();case 20:return ct(ft),ct(pt,{env:this.config.env,loginType:lt.USERNAME,persistence:this.config.persistence}),e.abrupt("return",new xt(this.config.env));case 23:throw i.code?new xe({code:i.code,message:"用户名密码登录失败: ".concat(i.message)}):new xe({message:"用户名密码登录失败"});case 24:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()}]),n}(St),jt=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=it(t.env),this._request=kt(t.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),ut(pt,this._onLoginTypeChanged)}return(0,_.default)(e,[{key:"currentUser",get:function(){var e=this.hasLoginState();return e&&e.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new Dt(this.config)}},{key:"customAuthProvider",value:function(){return new Tt(this.config)}},{key:"emailAuthProvider",value:function(){return new At(this.config)}},{key:"usernameAuthProvider",value:function(){return new Yt(this.config)}},{key:"signInAnonymously",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Dt(this.config).signIn());case 1:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"signInWithEmailAndPassword",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new At(this.config).signIn(t,n));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"signInWithUsernameAndPassword",value:function(e,t){return new Yt(this.config).signIn(e,t)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new Dt(this.config)),ut(mt,this._onAnonymousConverted),e.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(t);case 3:return e.abrupt("return",e.sent);case 4:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"signOut",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(this.loginType!==lt.ANONYMOUS){e.next=2;break}throw new xe({message:"匿名用户不支持登出操作"});case 2:if(t=this._cache.keys,n=t.refreshTokenKey,r=t.accessTokenKey,i=t.accessTokenExpireKey,a=this._cache.getStore(n),a){e.next=5;break}return e.abrupt("return");case 5:return e.next=7,this._request.send("auth.logout",{refresh_token:a});case 7:return s=e.sent,e.abrupt("return",(this._cache.removeStore(n),this._cache.removeStore(r),this._cache.removeStore(i),ct(ft),ct(pt,{env:this.config.env,loginType:lt.NULL,persistence:this.config.persistence}),s));case 9:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"signUpWithEmailAndPassword",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:t,password:n}));case 1:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"sendPasswordResetEmail",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:t}));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"onLoginStateChanged",value:function(e){var t=this;ut(ft,(function(){var n=t.hasLoginState();e.call(t,n)}));var n=this.hasLoginState();e.call(this,n)}},{key:"onLoginStateExpired",value:function(e){ut(ht,e.bind(this))}},{key:"onAccessTokenRefreshed",value:function(e){ut(gt,e.bind(this))}},{key:"onAnonymousConverted",value:function(e){ut(mt,e.bind(this))}},{key:"onLoginTypeChanged",value:function(e){var t=this;ut(pt,(function(){var n=t.hasLoginState();e.call(t,n)}))}},{key:"getAccessToken",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.getAccessToken();case 2:return e.t0=e.sent.accessToken,e.t1=this.config.env,e.abrupt("return",{accessToken:e.t0,env:e.t1});case 5:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"hasLoginState",value:function(){var e=this._cache.keys.refreshTokenKey;return this._cache.getStore(e)?new xt(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new xe({code:"PARAM_ERROR",message:"username must be a string"});case 2:return e.next=4,this._request.send("auth.isUsernameRegistered",{username:t});case 4:return n=e.sent,r=n.data,e.abrupt("return",r&&r.isRegistered);case 7:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new Tt(this.config).signIn(t));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"shouldRefreshAccessToken",value:function(e){this._request._shouldRefreshAccessTokenHook=e.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(e){return e.code?e:S(S({},e.data),{},{requestId:e.seqId})}))}},{key:"getAuthHeader",value:function(){var e=this._cache.keys,t=e.refreshTokenKey,n=e.accessTokenKey,r=this._cache.getStore(t);return{"x-cloudbase-credentials":this._cache.getStore(n)+"/@@/"+r}}},{key:"_onAnonymousConverted",value:function(e){var t=e.data.env;t===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(e){var t=e.data,n=t.loginType,r=t.persistence,i=t.env;i===this.config.env&&(this._cache.updatePersistence(r),this._cache.setStore(this._cache.keys.loginTypeKey,n))}}]),e}(),Ot=function(e,t){t=t||Ve();var n=kt(this.config.env),r=e.cloudPath,i=e.filePath,a=e.onUploadProgress,o=e.fileType,s=void 0===o?"image":o;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){var o=e.data,u=o.url,c=o.authorization,d=o.token,l=o.fileId,f=o.cosFileId,h=e.requestId,p={key:r,signature:c,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":d};n.upload({url:u,data:p,file:i,name:r,fileType:s,onUploadProgress:a}).then((function(e){201===e.statusCode?t(null,{fileID:l,requestId:h}):t(new xe({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(e.data)}))})).catch((function(e){t(e)}))})).catch((function(e){t(e)})),t.promise},Et=function(e,t){t=t||Ve();var n=kt(this.config.env),r=e.cloudPath;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){t(null,e)})).catch((function(e){t(e)})),t.promise},Pt=function(e,t){var n=e.fileList;if(t=t||Ve(),!n||!Array.isArray(n))return{code:"INVALID_PARAM",message:"fileList必须是非空的数组"};var r,i=b(n);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(!a||"string"!=typeof a)return{code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"}}}catch(s){i.e(s)}finally{i.f()}var o={fileid_list:n};return kt(this.config.env).send("storage.batchDeleteFile",o).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.delete_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},Ct=function(e,t){var n=e.fileList;t=t||Ve(),n&&Array.isArray(n)||t(null,{code:"INVALID_PARAM",message:"fileList必须是非空的数组"});var r,i=[],a=b(n);try{for(a.s();!(r=a.n()).done;){var o=r.value;"object"==(0,c.default)(o)?(o.hasOwnProperty("fileID")&&o.hasOwnProperty("maxAge")||t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是包含fileID和maxAge的对象"}),i.push({fileid:o.fileID,max_age:o.maxAge})):"string"==typeof o?i.push({fileid:o}):t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是字符串"})}}catch(u){a.e(u)}finally{a.f()}var s={file_list:i};return kt(this.config.env).send("storage.batchGetDownloadUrl",s).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.download_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},It=function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return r=t.fileID,e.next=3,Ct.call(this,{fileList:[{fileID:r,maxAge:600}]});case 3:if(i=e.sent.fileList[0],"SUCCESS"===i.code){e.next=6;break}return e.abrupt("return",n?n(i):new Promise((function(e){e(i)})));case 6:if(a=kt(this.config.env),s=i.download_url,s=encodeURI(s),n){e.next=10;break}return e.abrupt("return",a.download({url:s}));case 10:return e.t0=n,e.next=13,a.download({url:s});case 13:e.t1=e.sent,(0,e.t0)(e.t1);case 15:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}(),Bt=function(e,t){var n,r=e.name,i=e.data,a=e.query,o=e.parse,s=e.search,u=e.timeout,c=t||Ve();try{n=i?JSON.stringify(i):""}catch(r){return Promise.reject(r)}if(!r)return Promise.reject(new xe({code:"PARAM_ERROR",message:"函数名不能为空"}));var d={inQuery:a,parse:o,search:s,function_name:r,request_data:n};return kt(this.config.env).send("functions.invokeFunction",d,{timeout:u}).then((function(e){if(e.code)c(null,e);else{var t=e.data.response_data;if(o)c(null,{result:t,requestId:e.requestId});else try{t=JSON.parse(e.data.response_data),c(null,{result:t,requestId:e.requestId})}catch(e){c(new xe({message:"response data must be json"}))}}return c.promise})).catch((function(e){c(e)})),c.promise},Ht={timeout:15e3,persistence:"session"},Rt={},Nt=function(){function e(t){(0,y.default)(this,e),this.config=t||this.config,this.authObj=void 0}return(0,_.default)(e,[{key:"init",value:function(t){switch(Ge.adapter||(this.requestClient=new Ge.adapter.reqClass({timeout:t.timeout||5e3,timeoutMsg:"请求在".concat((t.timeout||5e3)/1e3,"s内未完成,已中断")})),this.config=S(S({},Ht),t),!0){case this.config.timeout>6e5:console.warn("timeout大于可配置上限[10分钟],已重置为上限数值"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout小于可配置下限[100ms],已重置为下限数值"),this.config.timeout=100}return new e(this.config)}},{key:"auth",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.persistence;if(this.authObj)return this.authObj;var n,r=t||Ge.adapter.primaryStorage||Ht.persistence;return r!==this.config.persistence&&(this.config.persistence=r),function(e){var t=e.env;nt[t]=new tt(e),rt[t]=new tt(S(S({},e),{},{persistence:"local"}))}(this.config),n=this.config,Mt[n.env]=new wt(n),this.authObj=new jt(this.config),this.authObj}},{key:"on",value:function(e,t){return ut.apply(this,[e,t])}},{key:"off",value:function(e,t){return dt.apply(this,[e,t])}},{key:"callFunction",value:function(e,t){return Bt.apply(this,[e,t])}},{key:"deleteFile",value:function(e,t){return Pt.apply(this,[e,t])}},{key:"getTempFileURL",value:function(e,t){return Ct.apply(this,[e,t])}},{key:"downloadFile",value:function(e,t){return It.apply(this,[e,t])}},{key:"uploadFile",value:function(e,t){return Ot.apply(this,[e,t])}},{key:"getUploadMetadata",value:function(e,t){return Et.apply(this,[e,t])}},{key:"registerExtension",value:function(e){Rt[e.name]=e}},{key:"invokeExtension",value:function(){var e=(0,l.default)(o.default.mark((function e(t,n){var r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=Rt[t],r){e.next=3;break}throw new xe({message:"扩展".concat(t," 必须先注册")});case 3:return e.next=5,r.invoke(n,this);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)})));function t(t,n){return e.apply(this,arguments)}return t}()},{key:"useAdapters",value:function(e){var t=$e(e)||{},n=t.adapter,r=t.runtime;n&&(Ge.adapter=n),r&&(Ge.runtime=r)}}]),e}(),Ut=new Nt;function Ft(e,t,n){void 0===n&&(n={});var r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+=a+"="+encodeURIComponent(n[a]);return/^http(s)?:\/\//.test(t+=i)?t:""+e+t}var zt=function(){function e(){(0,y.default)(this,e)}return(0,_.default)(e,[{key:"post",value:function(e){var t=e.url,n=e.data,r=e.headers,i=e.timeout;return new Promise((function(e,a){Ae.request({url:Ft("https:",t),data:n,method:"POST",header:r,timeout:i,success:function(t){e(t)},fail:function(e){a(e)}})}))}},{key:"upload",value:function(e){return new Promise((function(t,n){var r=e.url,i=e.file,a=e.data,o=e.headers,s=e.fileType,u=Ae.uploadFile({url:Ft("https:",r),name:"file",formData:Object.assign({},a),filePath:i,fileType:s,header:o,success:function(e){var n={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&a.success_action_status&&(n.statusCode=parseInt(a.success_action_status,10)),t(n)},fail:function(e){n(new Error(e.errMsg||"uploadFile:fail"))}});"function"==typeof e.onUploadProgress&&u&&"function"==typeof u.onProgressUpdate&&u.onProgressUpdate((function(t){e.onUploadProgress({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}}]),e}(),Wt={setItem:function(e,t){Ae.setStorageSync(e,t)},getItem:function(e){return Ae.getStorageSync(e)},removeItem:function(e){Ae.removeStorageSync(e)},clear:function(){Ae.clearStorageSync()}},qt={genAdapter:function(){return{root:{},reqClass:zt,localStorage:Wt,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Ut.useAdapters(qt);var Vt=Ut,Jt=Vt.init;Vt.init=function(e){e.env=e.spaceId;var t=Jt.call(this,e);t.config.provider="tencent",t.config.spaceId=e.spaceId;var n=t.auth;return t.auth=function(e){var t=n.call(this,e);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(e){var n;t[e]=(n=t[e],function(e){e=e||{};var t=Le(e),r=t.success,i=t.fail,a=t.complete;if(!(r||i||a))return n.call(this,e);n.call(this,e).then((function(e){r&&r(e),a&&a(e)}),(function(e){i&&i(e),a&&a(e)}))}).bind(t)})),t},t.customAuth=t.auth,t};var Kt=Vt;function Qt(e,t){return $t.apply(this,arguments)}function $t(){return $t=(0,l.default)(o.default.mark((function e(t,n){var r,i,a;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return r="http://".concat(t,":").concat(n,"/system/ping"),e.prev=1,e.next=4,a={url:r,timeout:500},new Promise((function(e,t){Ae.request(S(S({},a),{},{success:function(t){e(t)},fail:function(e){t(e)}}))}));case 4:return i=e.sent,e.abrupt("return",!(!i.data||0!==i.data.code));case 8:return e.prev=8,e.t0=e["catch"](1),e.abrupt("return",!1);case 11:case"end":return e.stop()}}),e,null,[[1,8]])}))),$t.apply(this,arguments)}function Gt(e,t){return Xt.apply(this,arguments)}function Xt(){return Xt=(0,l.default)(o.default.mark((function e(t,n){var r,i,a;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:i=0;case 1:if(!(i1&&void 0!==a[1])||a[1],r=K&&n,!r){e.next=8;break}return e.next=5,this.setupLocalRequest(t);case 5:e.t0=e.sent,e.next=9;break;case 8:e.t0=this.setupRequest(t);case 9:return t=e.t0,e.abrupt("return",Promise.resolve().then((function(){return r?i.requestLocal(t):Be.wrappedRequest(t,i.adapter.request)})));case 11:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"requestLocal",value:function(e){var t=this;return new Promise((function(n,r){t.adapter.request(Object.assign(e,{complete:function(e){if(e||(e={}),!e.statusCode||e.statusCode>=400){var t=e.data&&e.data.code||"SYS_ERR",i=e.data&&e.data.message||"request:fail";return r(new xe({code:t,message:i}))}n({success:!0,result:e.data})}}))}))}},{key:"setupRequest",value:function(e){var t=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),n={"Content-Type":"application/json"};n["x-serverless-sign"]=Be.sign(t,this.config.clientSecret);var r=Ce();n["x-client-info"]=encodeURIComponent(JSON.stringify(r));var i=Ye(),a=i.token;return n["x-client-token"]=a,{url:this.config.requestUrl,method:"POST",data:t,dataType:"json",header:JSON.parse(JSON.stringify(n))}}},{key:"setupLocalRequest",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=Ce(),r=Ye(),i=r.token,a=Object.assign({},t,{spaceId:this.config.spaceId,timestamp:Date.now(),clientInfo:n,token:i}),s=this.__dev__&&this.__dev__.debugInfo||{},u=s.address,c=s.servePort,e.next=9,Gt(u,c);case 9:return d=e.sent,l=d.address,e.abrupt("return",{url:"http://".concat(l,":").concat(c,"/").concat(Zt[t.method]),method:"POST",data:a,dataType:"json",header:JSON.parse(JSON.stringify({"Content-Type":"application/json"}))});case 12:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"callFunction",value:function(e){var t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(t,!1)}},{key:"getUploadFileOptions",value:function(e){var t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(t)}},{key:"reportUploadFile",value:function(e){var t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(t)}},{key:"uploadFile",value:function(e){var t,n=this,r=e.filePath,i=e.cloudPath,a=e.fileType,o=void 0===a?"image":a,s=e.onUploadProgress;if(!i)throw new xe({code:"CLOUDPATH_REQUIRED",message:"cloudPath不可为空"});return this.getUploadFileOptions({cloudPath:i}).then((function(e){var i=e.result,a=i.url,u=i.formData,c=i.name;return t=e.result.fileUrl,new Promise((function(e,t){var i=n.adapter.uploadFile({url:a,formData:u,name:c,filePath:r,fileType:o,success:function(n){n&&n.statusCode<400?e(n):t(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){t(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&i&&"function"==typeof i.onProgressUpdate&&i.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))})).then((function(){return n.reportUploadFile({cloudPath:i})})).then((function(e){return new Promise((function(n,i){e.success?n({success:!0,filePath:r,fileID:t}):i(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))}))}))}},{key:"deleteFile",value:function(e){var t=e.fileList,n={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:t})};return this.request(n).then((function(e){if(e.success)return e.result;throw new xe({code:"DELETE_FILE_FAILED",message:"删除文件失败"})}))}},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList,n=e.maxAge;if(!Array.isArray(t)||0===t.length)throw new xe({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});var r={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:t,maxAge:n})};return this.request(r).then((function(e){if(e.success)return{fileList:e.result.fileList.map((function(e){return{fileID:e.fileID,tempFileURL:e.tempFileURL}}))};throw new xe({code:"GET_TEMP_FILE_URL_FAILED",message:"获取临时文件链接失败"})}))}}]),e}(),tn={init:function(e){var t=new en(e),n={signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},nn=T((function(e,t){e.exports=Y.enc.Hex}));function rn(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}))}function an(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.data,r=t.functionName,i=t.method,a=t.headers,o=t.signHeaderKeys,s=void 0===o?[]:o,c=t.config,d=Date.now(),l=rn(),f=Object.assign({},a,{"x-from-app-id":c.spaceAppId,"x-from-env-id":c.spaceId,"x-to-env-id":c.spaceId,"x-from-instance-id":d,"x-from-function-name":r,"x-client-timestamp":d,"x-alipay-source":"client","x-request-id":l,"x-alipay-callid":l,"x-trace-id":l}),h=["x-from-app-id","x-from-env-id","x-to-env-id","x-from-instance-id","x-from-function-name","x-client-timestamp"].concat(s),p=e.split("?")||[],m=(0,u.default)(p,2),g=m[0],y=void 0===g?"":g,_=m[1],v=void 0===_?"":_,b=function(e){var t=e.signedHeaders.join(";"),n=e.signedHeaders.map((function(t){return"".concat(t.toLowerCase(),":").concat(e.headers[t],"\n")})).join(""),r=We(e.body).toString(nn),i="".concat(e.method.toUpperCase(),"\n").concat(e.path,"\n").concat(e.query,"\n").concat(n,"\n").concat(t,"\n").concat(r,"\n"),a=We(i).toString(nn),o="HMAC-SHA256\n".concat(e.timestamp,"\n").concat(a,"\n"),s=qe(o,e.secretKey).toString(nn);return"HMAC-SHA256 Credential=".concat(e.secretId,", SignedHeaders=").concat(t,", Signature=").concat(s)}({path:y,query:v,method:i,headers:f,timestamp:d,body:JSON.stringify(n),secretId:c.accessKey,secretKey:c.secretKey,signedHeaders:h.sort()});return{url:"".concat(c.endpoint).concat(e),headers:Object.assign({},f,{Authorization:b})}}function on(e){var t=e.url,n=e.data,r=e.method,i=void 0===r?"POST":r,a=e.headers,o=void 0===a?{}:a,s=e.timeout;return new Promise((function(e,r){Ae.request({url:t,method:i,data:"object"==(0,c.default)(n)?JSON.stringify(n):n,header:o,dataType:"json",timeout:s,complete:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=o["x-trace-id"]||"";if(!t.statusCode||t.statusCode>=400){var i=t.data||{},a=i.message,s=i.errMsg,u=i.trace_id;return r(new xe({code:"SYS_ERR",message:a||s||"request:fail",requestId:u||n}))}e({status:t.statusCode,data:t.data,headers:t.header,requestId:n})}})}))}function sn(e,t){var n=e.path,r=e.data,i=e.method,a=void 0===i?"GET":i,o=an(n,{functionName:"",data:r,method:a,headers:{"x-alipay-cloud-mode":"oss","x-data-api-type":"oss","x-expire-timestamp":Date.now()+6e4},signHeaderKeys:["x-data-api-type","x-expire-timestamp"],config:t}),s=o.url,u=o.headers;return on({url:s,data:r,method:a,headers:u}).then((function(e){var t=e.data||{};if(!t.success)throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId});return t.data||{}})).catch((function(e){throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}function un(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=e.trim().replace(/^cloud:\/\//,""),n=t.indexOf("/");if(n<=0)throw new xe({code:"INVALID_PARAM",message:"fileID不合法"});var r=t.substring(0,n),i=t.substring(n+1);return r!==this.config.spaceId&&console.warn("file ".concat(e," does not belong to env ").concat(this.config.spaceId)),i}function cn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return"cloud://".concat(this.config.spaceId,"/").concat(e.replace(/^\/+/,""))}var dn=function(){function e(t){(0,y.default)(this,e),this.config=t}return(0,_.default)(e,[{key:"signedURL",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="/ws/function/".concat(e),r=this.config.wsEndpoint.replace(/^ws(s)?:\/\//,""),i=Object.assign({},t,{accessKeyId:this.config.accessKey,signatureNonce:rn(),timestamp:""+Date.now()}),a=[n,["accessKeyId","authorization","signatureNonce","timestamp"].sort().map((function(e){return i[e]?"".concat(e,"=").concat(i[e]):null})).filter(Boolean).join("&"),"host:".concat(r)].join("\n"),o=["HMAC-SHA256",We(a).toString(nn)].join("\n"),s=qe(o,this.config.secretKey).toString(nn),u=Object.keys(i).map((function(e){return"".concat(e,"=").concat(encodeURIComponent(i[e]))})).join("&");return"".concat(this.config.wsEndpoint).concat(n,"?").concat(u,"&signature=").concat(s)}}]),e}(),ln=function(){function e(t){if((0,y.default)(this,e),["spaceId","spaceAppId","accessKey","secretKey"].forEach((function(e){if(!Object.prototype.hasOwnProperty.call(t,e))throw new Error("".concat(e," required"))})),t.endpoint){if("string"!=typeof t.endpoint)throw new Error("endpoint must be string");if(!/^https:\/\//.test(t.endpoint))throw new Error("endpoint must start with https://");t.endpoint=t.endpoint.replace(/\/$/,"")}this.config=Object.assign({},t,{endpoint:t.endpoint||"https://".concat(t.spaceId,".api-hz.cloudbasefunction.cn"),wsEndpoint:t.wsEndpoint||"wss://".concat(t.spaceId,".api-hz.cloudbasefunction.cn")}),this._websocket=new dn(this.config)}return(0,_.default)(e,[{key:"callFunction",value:function(e){return function(e,t){var n=e.name,r=e.data,i=e.async,a=void 0!==i&&i,o=e.timeout,s="POST",u={"x-to-function-name":n};a&&(u["x-function-invoke-type"]="async");var c=an("/functions/invokeFunction",{functionName:n,data:r,method:s,headers:u,signHeaderKeys:["x-to-function-name"],config:t}),d=c.url,l=c.headers;return on({url:d,data:r,method:s,headers:l,timeout:o}).then((function(e){var t=0;if(a){var n=e.data||{};t="200"===n.errCode?0:n.errCode,e.data=n.data||{},e.errMsg=n.errMsg}if(0!==t)throw new xe({code:t,message:e.errMsg,requestId:e.requestId});return{errCode:t,success:0===t,requestId:e.requestId,result:e.data}})).catch((function(e){throw new xe({code:e.errCode,message:e.errMsg,requestId:e.requestId})}))}(e,this.config)}},{key:"uploadFileToOSS",value:function(e){var t=e.url,n=e.filePath,r=e.fileType,i=e.formData,a=e.onUploadProgress;return new Promise((function(e,o){var s=Ae.uploadFile({url:t,filePath:n,fileType:r,formData:i,name:"file",success:function(t){t&&t.statusCode<400?e(t):o(new xe({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){o(new xe({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof a&&s&&"function"==typeof s.onProgressUpdate&&s.onProgressUpdate((function(e){a({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s,u,c,d,l,f,h;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t.filePath,r=t.cloudPath,i=void 0===r?"":r,a=t.fileType,s=void 0===a?"image":a,u=t.onUploadProgress,"string"===N(i)){e.next=3;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});case 3:if(i=i.trim()){e.next=5;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不可为空"});case 5:if(!/:\/\//.test(i)){e.next=7;break}throw new xe({code:"INVALID_PARAM",message:"cloudPath不合法"});case 7:return e.next=9,sn({path:"/".concat(i.replace(/^\//,""),"?post_url")},this.config);case 9:return c=e.sent,d=c.file_id,l=c.upload_url,f=c.form_data,h=f&&f.reduce((function(e,t){return e[t.key]=t.value,e}),{}),e.abrupt("return",this.uploadFileToOSS({url:l,filePath:n,fileType:s,formData:h,onUploadProgress:u}).then((function(){return{fileID:d}})));case 15:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"getTempFileURL",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r=this;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.fileList,e.abrupt("return",new Promise((function(e,t){(!n||n.length<0)&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList不能为空数组"})),n.length>50&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList数组长度不能超过50"}));var i,a=[],o=b(n);try{for(o.s();!(i=o.n()).done;){var s=i.value;"string"!==N(s)&&t(new xe({errCode:"INVALID_PARAM",errMsg:"fileList的元素必须是非空的字符串"}));var u=un.call(r,s);a.push({file_id:u,expire:600})}}catch(c){o.e(c)}finally{o.f()}sn({path:"/?download_url",data:{file_list:a},method:"POST"},r.config).then((function(t){var n=t.file_list,i=void 0===n?[]:n;e({fileList:i.map((function(e){return{fileID:cn.call(r,e.file_id),tempFileURL:e.download_url}}))})})).catch((function(e){return t(e)}))})));case 2:case"end":return e.stop()}}),e)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"connectWebSocket",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.name,r=t.query,e.abrupt("return",Ae.connectSocket({url:this._websocket.signedURL(n,r),complete:function(){}}));case 2:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()}]),e}(),fn={init:function(e){e.provider="alipay";var t=new ln(e);return t.auth=function(){return{signInAnonymously:function(){return Promise.resolve()},getLoginState:function(){return Promise.resolve(!0)}}},t}};function hn(e){var t,n=e.data;t=Ce();var r=JSON.parse(JSON.stringify(n||{}));if(Object.assign(r,{clientInfo:t}),!r.uniIdToken){var i=Ye(),a=i.token;a&&(r.uniIdToken=a)}return r}function pn(){return mn.apply(this,arguments)}function mn(){return mn=(0,l.default)(o.default.mark((function e(){var t,n,r,i,a,s,u,c,d=this,l=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t=l.length>0&&void 0!==l[0]?l[0]:{},e.next=3,this.__dev__.initLocalNetwork();case 3:return n=this.__dev__,r=n.localAddress,i=n.localPort,a={aliyun:"aliyun",tencent:"tcb",alipay:"alipay",dcloud:"dcloud"}[this.config.provider],s=this.config.spaceId,u="http://".concat(r,":").concat(i,"/system/check-function"),c="http://".concat(r,":").concat(i,"/cloudfunctions/").concat(t.name),e.abrupt("return",new Promise((function(e,n){Ae.request({method:"POST",url:u,data:{name:t.name,platform:X,provider:a,spaceId:s},timeout:3e3,success:function(t){e(t)},fail:function(){e({data:{code:"NETWORK_ERROR",message:"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下,自动切换为已部署的云函数。"}})}})})).then((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.data,n=t||{},r=n.code,i=n.message;return{code:0===r?0:r||"SYS_ERR",message:i||"SYS_ERR"}})).then((function(e){var n=e.code,r=e.message;if(0!==n){switch(n){case"MODULE_ENCRYPTED":console.error("此云函数(".concat(t.name,")依赖加密公共模块不可本地调试,自动切换为云端已部署的云函数"));break;case"FUNCTION_ENCRYPTED":console.error("此云函数(".concat(t.name,")已加密不可本地调试,自动切换为云端已部署的云函数"));break;case"ACTION_ENCRYPTED":console.error(r||"需要访问加密的uni-clientDB-action,自动切换为云端环境");break;case"NETWORK_ERROR":console.error(r||"连接本地调试服务失败,请检查客户端是否和主机在同一局域网下");break;case"SWITCH_TO_CLOUD":break;default:var i="检测本地调试服务出现错误:".concat(r,",请检查网络环境或重启客户端再试");throw console.error(i),new Error(i)}return d._callCloudFunction(t)}return new Promise((function(e,n){var r=hn.call(d,{data:t.data});Ae.request({method:"POST",url:c,data:{provider:a,platform:X,param:r},timeout:t.timeout,success:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.statusCode,i=t.data;return!r||r>=400?n(new xe({code:i.code||"SYS_ERR",message:i.message||"request:fail"})):e({result:i})},fail:function(e){n(new xe({code:e.code||e.errCode||"SYS_ERR",message:e.message||e.errMsg||"request:fail"}))}})}))})));case 5:case"end":return e.stop()}}),e,this)}))),mn.apply(this,arguments)}var gn=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:",云函数[{functionName}]在云端不存在,请检查此云函数名称是否正确以及该云函数是否已上传到服务空间",mode:"append"}],yn=/[\\^$.*+?()[\]{}|]/g,_n=RegExp(yn.source);function vn(e,t,n){return e.replace(new RegExp((r=t)&&_n.test(r)?r.replace(yn,"\\$&"):r,"g"),n);var r}var bn="none",wn="request",Mn="response",kn="both",Sn=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.secretType,r=t.uniCloudIns;(0,y.default)(this,e),this.clientType="",this.secretType=n||bn,this.uniCloudIns=r;var i,a=this.uniCloudIns.config,o=a.provider,s=a.spaceId;this.provider=o,this.spaceId=s,this.scopedGlobalCache=(i=this.uniCloudIns,re("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",i.config.spaceId)))}return(0,_.default)(e,[{key:"getSystemInfo",value:function(){return this._systemInfo||(this._systemInfo=Oe()),this._systemInfo}},{key:"appId",get:function(){return this.getSystemInfo().appId}},{key:"deviceId",get:function(){return this.getSystemInfo().deviceId}},{key:"encryptData",value:function(){var e=(0,l.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this.secretType===bn?t:this.platformEncryptData(t));case 1:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"decryptResult",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(this.secretType!==bn){e.next=2;break}return e.abrupt("return",t);case 2:return n=t||{},r=n.errCode,i=n.content,e.abrupt("return",r||!i?t:this.secretType===wn?i:this.platformDecryptResult(t));case 4:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"wrapVerifyClientCallFunction",value:function(e){var t=this;return(0,l.default)(o.default.mark((function n(){var r,i,a,s,u,c=arguments;return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=c.length>0&&void 0!==c[0]?c[0]:{},i=r.name,a=r.data,s=void 0===a?{}:a,n.next=3,t.prepare();case 3:return n.next=5,t.platformGetSignOption();case 5:return(s=JSON.parse(JSON.stringify(s)))._uniCloudOptions=n.sent,n.next=8,e({name:i,data:s});case 8:if(u=n.sent,n.t0=t.isClientKeyNotFound(u),!n.t0){n.next=19;break}return n.next=13,t.prepare({forceUpdate:!0});case 13:return n.next=15,t.platformGetSignOption();case 15:return s._uniCloudOptions=n.sent,n.next=18,e({name:i,data:s});case 18:u=n.sent;case 19:return n.abrupt("return",u);case 20:case"end":return n.stop()}}),n)})))}},{key:"wrapEncryptDataCallFunction",value:function(e){var t=this;return(0,l.default)(o.default.mark((function n(){var r,i,a,s,u,c,d,l=arguments;return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return r=l.length>0&&void 0!==l[0]?l[0]:{},i=r.name,a=r.data,s=void 0===a?{}:a,n.next=3,t.prepare();case 3:return n.next=5,t.encryptData(s);case 5:return u=n.sent,n.next=8,e({name:i,data:u});case 8:if(c=n.sent,!t.isClientKeyNotFound(c)){n.next=21;break}return n.next=12,t.prepare({forceUpdate:!0});case 12:return n.next=14,t.encryptData(s);case 14:return d=n.sent,n.next=17,t.platformGetSignOption();case 17:return s._uniCloudOptions=n.sent,n.next=20,e({name:i,data:d});case 20:c=n.sent;case 21:return n.next=23,t.decryptResult(c.result);case 23:return c.result=n.sent,n.abrupt("return",c);case 25:case"end":return n.stop()}}),n)})))}}]),e}(); /*! MIT License. Copyright 2015-2018 Richard Moore . See LICENSE.txt. */ function Ln(e){return parseInt(e)===e}function xn(e){if(!Ln(e.length))return!1;for(var t=0;t255)return!1;return!0}function Dn(e,t){if(e.buffer&&"Uint8Array"===e.name)return t&&(e=e.slice?e.slice():Array.prototype.slice.call(e)),e;if(Array.isArray(e)){if(!xn(e))throw new Error("Array contains invalid value: "+e);return new Uint8Array(e)}if(Ln(e.length)&&xn(e))return new Uint8Array(e);throw new Error("unsupported array-like object")}function Tn(e){return new Uint8Array(e)}function An(e,t,n,r,i){null==r&&null==i||(e=e.slice?e.slice(r,i):Array.prototype.slice.call(e,r,i)),t.set(e,n)}var Yn,jn={toBytes:function(e){var t=[],n=0;for(e=encodeURI(e);n191&&r<224?(t.push(String.fromCharCode((31&r)<<6|63&e[n+1])),n+=2):(t.push(String.fromCharCode((15&r)<<12|(63&e[n+1])<<6|63&e[n+2])),n+=3)}return t.join("")}},On=(Yn="0123456789abcdef",{toBytes:function(e){for(var t=[],n=0;n>4]+Yn[15&r])}return t.join("")}}),En={16:10,24:12,32:14},Pn=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],Cn=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],In=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],Bn=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],Hn=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],Rn=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],Nn=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],Un=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],Fn=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],zn=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],Wn=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],qn=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],Vn=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],Jn=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],Kn=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925];function Qn(e){for(var t=[],n=0;n>2,this._Ke[n][t%4]=a[t],this._Kd[e-n][t%4]=a[t];for(var o,s=0,u=i;u>16&255]<<24^Cn[o>>8&255]<<16^Cn[255&o]<<8^Cn[o>>24&255]^Pn[s]<<24,s+=1,8!=i)for(t=1;t>8&255]<<8^Cn[o>>16&255]<<16^Cn[o>>24&255]<<24,t=i/2+1;t>2,d=u%4,this._Ke[c][d]=a[t],this._Kd[e-c][d]=a[t++],u++}for(var c=1;c>24&255]^Vn[o>>16&255]^Jn[o>>8&255]^Kn[255&o]}},{key:"encrypt",value:function(e){if(16!=e.length)throw new Error("invalid plaintext size (must be 16 bytes)");for(var t=this._Ke.length-1,n=[0,0,0,0],r=Qn(e),i=0;i<4;i++)r[i]^=this._Ke[0][i];for(var a=1;a>24&255]^Hn[r[(i+1)%4]>>16&255]^Rn[r[(i+2)%4]>>8&255]^Nn[255&r[(i+3)%4]]^this._Ke[a][i];r=n.slice()}var o,s=Tn(16);for(i=0;i<4;i++)o=this._Ke[t][i],s[4*i]=255&(Cn[r[i]>>24&255]^o>>24),s[4*i+1]=255&(Cn[r[(i+1)%4]>>16&255]^o>>16),s[4*i+2]=255&(Cn[r[(i+2)%4]>>8&255]^o>>8),s[4*i+3]=255&(Cn[255&r[(i+3)%4]]^o);return s}},{key:"decrypt",value:function(e){if(16!=e.length)throw new Error("invalid ciphertext size (must be 16 bytes)");for(var t=this._Kd.length-1,n=[0,0,0,0],r=Qn(e),i=0;i<4;i++)r[i]^=this._Kd[0][i];for(var a=1;a>24&255]^Fn[r[(i+3)%4]>>16&255]^zn[r[(i+2)%4]>>8&255]^Wn[255&r[(i+1)%4]]^this._Kd[a][i];r=n.slice()}var o,s=Tn(16);for(i=0;i<4;i++)o=this._Kd[t][i],s[4*i]=255&(In[r[i]>>24&255]^o>>24),s[4*i+1]=255&(In[r[(i+3)%4]>>16&255]^o>>16),s[4*i+2]=255&(In[r[(i+2)%4]>>8&255]^o>>8),s[4*i+3]=255&(In[255&r[(i+1)%4]]^o);return s}}]),e}(),Gn=function(){function e(t){if((0,y.default)(this,e),!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Electronic Code Block",this.name="ecb",this._aes=new $n(t)}return(0,_.default)(e,[{key:"encrypt",value:function(e){if((e=Dn(e)).length%16!=0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var t=Tn(e.length),n=Tn(16),r=0;rNumber.MAX_SAFE_INTEGER)throw new Error("integer value out of safe range");for(var t=15;t>=0;--t)this._counter[t]=e%256,e=parseInt(e/256)}},{key:"setBytes",value:function(e){if(16!=(e=Dn(e,!0)).length)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=e}},{key:"increment",value:function(){for(var e=15;e>=0;e--){if(255!==this._counter[e]){this._counter[e]++;break}this._counter[e]=0}}}]),e}(),nr=function(){function e(t,n){if((0,y.default)(this,e),!(this instanceof e))throw Error("AES must be instanitated with `new`");this.description="Counter",this.name="ctr",n instanceof tr||(n=new tr(n)),this._counter=n,this._remainingCounter=null,this._remainingCounterIndex=16,this._aes=new $n(t)}return(0,_.default)(e,[{key:"encrypt",value:function(e){for(var t=Dn(e,!0),n=0;n16)throw new Error("PKCS#7 padding byte out of range");for(var n=e.length-t,r=0;r0)){e.next=6;break}return e.abrupt("return",(this.userEncryptKey=fr,this.userEncryptKey));case 6:return e.abrupt("return",new Promise((function(e,t){r.getUserCryptoManager().getLatestUserKey({success:function(t){fr=t,n.userEncryptKey=t,e(n.userEncryptKey)},fail:function(e){t(cr(S(S({},sr),{},{cause:e})))}})})));case 7:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"getWxAppId",value:function(){return i.getAccountInfoSync().miniProgram.appId}},{key:"platformGetSignOption",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getUserEncryptKey();case 2:return t=e.sent,n=t.encryptKey,r=t.iv,i=t.version,e.abrupt("return",{verifyClientSign:ir(JSON.stringify({data:JSON.stringify({}),appId:this.appId,deviceId:this.deviceId,wxAppId:this.getWxAppId(),simulator:"devtools"===Oe().platform,timestamp:Date.now()}),n,r),encryptKeyId:i,mpWeixinCode:this.scopedGlobalCache.mpWeixinCode,mpWeixinOpenid:this.scopedGlobalCache.mpWeixinOpenid});case 7:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"platformEncryptData",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getUserEncryptKey();case 2:return n=e.sent,r=n.encryptKey,i=n.iv,a=n.version,s={secretType:this.secretType,encryptKeyId:a,mpWeixinCode:this.scopedGlobalCache.mpWeixinCode,mpWeixinOpenid:this.scopedGlobalCache.mpWeixinOpenid},e.abrupt("return",this.secretType===Mn?{content:t,_uniCloudOptions:s}:{content:ir(JSON.stringify({data:JSON.stringify(t),appId:this.appId,deviceId:this.deviceId,wxAppId:this.getWxAppId(),simulator:"devtools"===Oe().platform,timestamp:Date.now()}),r,i),_uniCloudOptions:s});case 8:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"platformDecryptResult",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.content,e.next=3,this.getUserEncryptKey();case 3:return i=e.sent,a=i.encryptKey,s=i.iv,e.abrupt("return",JSON.parse(function(e,t,n){var i=new Uint8Array(r.base64ToArrayBuffer(e)),a=new Uint8Array(r.base64ToArrayBuffer(t)),o=rr.utils.utf8.toBytes(n),s=new rr.ModeOfOperation.cbc(a,o),u=rr.padding.pkcs7.strip(s.decrypt(i));return rr.utils.utf8.fromBytes(u)}(n,a,s)));case 7:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"isClientKeyNotFound",value:function(){return!1}}]),n}(Sn);function pr(e){for(var t=["hasClientKey","encryptGetClientKeyPayload","setClientKey","encrypt","decrypt"],n={},r=function(r){var i=t[r];n[i]=function(){for(var t=arguments.length,n=new Array(t),r=0;r0&&void 0!==arguments[0]?arguments[0]:{},n=e.type,i=e.data,a=e.errCode,o=e.errMsg,s=e.errSubject,u=e.message;"success"===n?t(i):r(cr({errCode:a,errMsg:ur[a]||o||u,errSubject:s}))}])):r(cr({message:"请检查manifest.json内是否开启安全网络模块,另外注意标准基座不支持安全网络模块"}))}))}},i=0;i0&&void 0!==a[0]?a[0]:{},n=t.forceUpdate,r=void 0!==n&&n,e.t1=!0,e.next=4,this.hasClientKey();case 4:if(e.t2=e.sent,e.t0=e.t1!==e.t2,e.t0){e.next=8;break}e.t0=r;case 8:if(!e.t0){e.next=10;break}return e.abrupt("return",(r&&this.scopedGlobalCache.initPromise&&this.scopedGlobalCache.initStatus===B||!r&&this.scopedGlobalCache.initPromise&&this.scopedGlobalCache.initStatus!==R||(this.scopedGlobalCache.initPromise=this.getAppClientKey(),this.scopedGlobalCache.initPromise.then((function(e){i.scopedGlobalCache.initStatus=H})).catch((function(e){throw i.scopedGlobalCache.initStatus=R,e})),this.scopedGlobalCache.initStatus=B),this.scopedGlobalCache.initPromise));case 10:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"prepare",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r,i=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t=i.length>0&&void 0!==i[0]?i[0]:{},n=t.forceUpdate,r=void 0!==n&&n,e.next=3,this.ensureClientKey({forceUpdate:r});case 3:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"platformGetSignOption",value:function(){var e=(0,l.default)(o.default.mark((function e(){var t,n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.appUtils.encrypt({provider:this.provider,spaceId:this.spaceId,data:JSON.stringify({})});case 2:return t=e.sent,n=t.data,r=t.key,e.abrupt("return",{verifyClientSign:n,encryptKeyId:r});case 6:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"platformEncryptData",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.appUtils.encrypt({provider:this.provider,spaceId:this.spaceId,data:JSON.stringify(t)});case 2:return n=e.sent,r=n.data,i=n.key,a={secretType:this.secretType,encryptKeyId:i},e.abrupt("return",this.secretType===Mn?{content:t,_uniCloudOptions:a}:{content:r,_uniCloudOptions:a});case 7:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"platformDecryptResult",value:function(){var e=(0,l.default)(o.default.mark((function e(t){var n,r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.content,r=t._uniCloudOptions,i=void 0===r?{}:r,a=i.encryptKeyId,e.next=6,this.appUtils.decrypt({provider:this.provider,spaceId:this.spaceId,data:n,key:a});case 6:return s=e.sent,e.abrupt("return",JSON.parse(s.data));case 8:case"end":return e.stop()}}),e,this)})));function t(t){return e.apply(this,arguments)}return t}()},{key:"isClientKeyNotFound",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.result||{};return 70009===t.errCode&&"uni-secure-network"===t.errSubject}}]),n}(Sn);function gr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.secretType;return t===wn||t===Mn||t===kn}function yr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.name,n=e.data,r=void 0===n?{}:n;return"app"===X&&"DCloud-clientDB"===t&&"encryption"===r.redirectTo&&"getAppClientKey"===r.action}function _r(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.provider,n=e.spaceId,r=e.functionName,i=Oe(),a=i.appId,o=i.uniPlatform,s=i.osName,u=o;"app"===o&&(u=s);var c=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.provider,n=e.spaceId,r=G;if(!r)return{};t=function(e){return"tencent"===e?"tcb":e}(t);var i=r.find((function(e){return e.provider===t&&e.spaceId===n}));return i&&i.config}({provider:t,spaceId:n});if(!c||!c.accessControl||!c.accessControl.enable)return!1;var d=c.accessControl.function||{},l=Object.keys(d);if(0===l.length)return!0;var f=function(e,t){for(var n,r,i,a=0;a-1&&(r=o):i=o:n=o}return n||r||i}(l,r);if(!f)return!1;if((d[f]||[]).find((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.appId===a&&(e.platform||"").toLowerCase()===u.toLowerCase()})))return!0;throw console.error("此应用[appId: ".concat(a,", platform: ").concat(u,"]不在云端配置的允许访问的应用列表内,参考:https://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),cr(or)}function vr(e){var t=e.functionName,n=e.result,r=e.logPvd;if(K&&this.__dev__.debugLog&&n&&n.requestId){var i=JSON.stringify({spaceId:this.config.spaceId,functionName:t,requestId:n.requestId});console.log("[".concat(r,"-request]").concat(i,"[/").concat(r,"-request]"))}}function br(e){var t=e.callFunction,n=function(n){var r=this,i=n.name;n.data=hn.call(e,{data:n.data});var a={aliyun:"aliyun",tencent:"tcb",tcb:"tcb",alipay:"alipay",dcloud:"dcloud"}[this.config.provider],o=gr(n),s=yr(n),u=o||s;return t.call(this,n).then((function(e){return e.errCode=0,!u&&vr.call(r,{functionName:i,result:e,logPvd:a}),Promise.resolve(e)}),(function(e){return!u&&vr.call(r,{functionName:i,result:e,logPvd:a}),e&&e.message&&(e.message=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.message,n=void 0===t?"":t,r=e.extraInfo,i=void 0===r?{}:r,a=e.formatter,o=void 0===a?[]:a,s=0;s-1||e[t].push(n)},off:function(t,n){e[t]=e[t]||[];var r=e[t].indexOf(n);-1!==r&&e[t].splice(r,1)}}}var Sr=["db.Geo","db.command","command.aggregate"];function Lr(e,t){return Sr.indexOf("".concat(e,".").concat(t))>-1}function xr(e){switch(N(e)){case"array":return e.map((function(e){return xr(e)}));case"object":return e._internalType===wr||Object.keys(e).forEach((function(t){e[t]=xr(e[t])})),e;case"regexp":return{$regexp:{source:e.source,flags:e.flags}};case"date":return{$date:e.toISOString()};default:return e}}function Dr(e){return e&&e.content&&e.content.$method}var Tr=function(){function e(t,n,r){(0,y.default)(this,e),this.content=t,this.prevStage=n||null,this.udb=null,this._database=r}return(0,_.default)(e,[{key:"toJSON",value:function(){for(var e=this,t=[e.content];e.prevStage;)e=e.prevStage,t.push(e.content);return{$db:t.reverse().map((function(e){return{$method:e.$method,$param:xr(e.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var e=this.toJSON().$db.find((function(e){return"action"===e.$method}));return e&&e.$param&&e.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(e){return"action"!==e.$method}))}}},{key:"isAggregate",get:function(){for(var e=this;e;){var t=Dr(e),n=Dr(e.prevStage);if("aggregate"===t&&"collection"===n||"pipeline"===t)return!0;e=e.prevStage}return!1}},{key:"isCommand",get:function(){for(var e=this;e;){if("command"===Dr(e))return!0;e=e.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var e=this;e;){var t=Dr(e),n=Dr(e.prevStage);if("aggregate"===t&&"command"===n)return!0;e=e.prevStage}return!1}},{key:"getNextStageFn",value:function(e){var t=this;return function(){return Ar({$method:e,$param:xr(Array.from(arguments))},t,t._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL禁止使用set方法")}}},{key:"_send",value:function(e,t){var n=this.getAction(),r=this.getCommand();if(r.$db.push({$method:e,$param:xr(t)}),K){var i=r.$db.find((function(e){return"collection"===e.$method})),a=i&&i.$param;a&&1===a.length&&"string"==typeof i.$param[0]&&i.$param[0].indexOf(",")>-1&&console.warn("检测到使用JQL语法联表查询时,未使用getTemp先过滤主表数据,在主表数据量大的情况下可能会查询缓慢。\n- 如何优化请参考此文档:https://uniapp.dcloud.net.cn/uniCloud/jql?id=lookup-with-temp \n- 如果主表数据量很小请忽略此信息,项目发行时不会出现此提示。")}return this._database._callCloudFunction({action:n,command:r})}}]),e}();function Ar(e,t,n){return Mr(new Tr(e,t,n),{get:function(e,t){var r="db";return e&&e.content&&(r=e.content.$method),Lr(r,t)?Ar({$method:t},e,n):function(){return Ar({$method:t,$param:xr(Array.from(arguments))},e,n)}}})}function Yr(e){var t=e.path,n=e.method;return function(){function e(){(0,y.default)(this,e),this.param=Array.from(arguments)}return(0,_.default)(e,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,d.default)(t.map((function(e){return{$method:e}}))),[{$method:n,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),e}()}function jr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Mr(new e(t),{get:function(e,t){return Lr("db",t)?Ar({$method:t},null,e):function(){return Ar({$method:t,$param:xr(Array.from(arguments))},null,e)}}})}var Or=function(e){(0,h.default)(n,e);var t=L(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,_.default)(n,[{key:"_parseResult",value:function(e){return this._isJQL?e.result:e}},{key:"_callCloudFunction",value:function(e){var t=this,n=e.action,r=e.command,i=e.multiCommand,a=e.queryList;function o(e,t){if(i&&a)for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:{},n=t.uniClient,r=void 0===n?{}:n,i=t.isJQL,a=void 0!==i&&i;(0,y.default)(this,e),this._uniClient=r,this._authCallBacks={},this._dbCallBacks={},r._isDefault&&(this._dbCallBacks=re("_globalUniCloudDatabaseCallback")),a||(this.auth=kr(this._authCallBacks)),this._isJQL=a,Object.assign(this,kr(this._dbCallBacks)),this.env=Mr({},{get:function(e,t){return{$env:t}}}),this.Geo=Mr({},{get:function(e,t){return Yr({path:["Geo"],method:t})}}),this.serverDate=Yr({path:[],method:"serverDate"}),this.RegExp=Yr({path:[],method:"RegExp"})}return(0,_.default)(e,[{key:"getCloudEnv",value:function(e){if("string"!=typeof e||!e.trim())throw new Error("getCloudEnv参数错误");return{$env:e.replace("$cloudEnv_","")}}},{key:"_callback",value:function(e,t){var n=this._dbCallBacks;n[e]&&n[e].forEach((function(e){e.apply(void 0,(0,d.default)(t))}))}},{key:"_callbackAuth",value:function(e,t){var n=this._authCallBacks;n[e]&&n[e].forEach((function(e){e.apply(void 0,(0,d.default)(t))}))}},{key:"multiSend",value:function(){var e=Array.from(arguments),t=e.map((function(e){var t=e.getAction(),n=e.getCommand();if("getTemp"!==n.$db[n.$db.length-1].$method)throw new Error("multiSend只支持子命令内使用getTemp");return{action:t,command:n}}));return this._callCloudFunction({multiCommand:t,queryList:e})}}]),e}()),Er="token无效,跳转登录页面",Pr="token过期,跳转登录页面",Cr={TOKEN_INVALID_TOKEN_EXPIRED:Pr,TOKEN_INVALID_INVALID_CLIENTID:Er,TOKEN_INVALID:Er,TOKEN_INVALID_WRONG_TOKEN:Er,TOKEN_INVALID_ANONYMOUS_USER:Er},Ir={"uni-id-token-expired":Pr,"uni-id-check-token-failed":Er,"uni-id-token-not-exist":Er,"uni-id-check-device-feature-failed":Er};function Br(e,t){var n="";return n=e?"".concat(e,"/").concat(t):t,n.replace(/^\//,"")}function Hr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=[],r=[];return e.forEach((function(e){!0===e.needLogin?n.push(Br(t,e.path)):!1===e.needLogin&&r.push(Br(t,e.path))})),{needLoginPage:n,notNeedLoginPage:r}}function Rr(e){return e.split("?")[0].replace(/^\//,"")}function Nr(){return function(e){var t=e&&e.$page&&e.$page.fullPath||"";return t?("/"!==t.charAt(0)&&(t="/"+t),t):t}(function(){var e=getCurrentPages();return e[e.length-1]}())}function Ur(){return Rr(Nr())}function Fr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)return!1;if(!(t&&t.list&&t.list.length))return!1;var n=t.list,r=Rr(e);return n.some((function(e){return e.pagePath===r}))}var zr,Wr=!!v.default.uniIdRouter,qr=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:v.default,t=e.pages,n=void 0===t?[]:t,r=e.subPackages,i=void 0===r?[]:r,a=e.uniIdRouter,o=void 0===a?{}:a,s=e.tabBar,u=void 0===s?{}:s,c=o.loginPage,l=o.needLogin,f=void 0===l?[]:l,h=o.resToLogin,p=void 0===h||h,m=Hr(n),g=m.needLoginPage,y=m.notNeedLoginPage,_=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=[],n=[];return e.forEach((function(e){var r=e.root,i=e.pages,a=void 0===i?[]:i,o=Hr(a,r),s=o.needLoginPage,u=o.notNeedLoginPage;t.push.apply(t,(0,d.default)(s)),n.push.apply(n,(0,d.default)(u))})),{needLoginPage:t,notNeedLoginPage:n}}(i),b=_.needLoginPage,w=_.notNeedLoginPage;return{loginPage:c,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,d.default)(g),(0,d.default)(b)),notNeedLoginPage:[].concat((0,d.default)(y),(0,d.default)(w)),loginPageInTabBar:Fr(c,u)}}(),Vr=qr.loginPage,Jr=qr.routerNeedLogin,Kr=qr.resToLogin,Qr=qr.needLoginPage,$r=qr.notNeedLoginPage,Gr=qr.loginPageInTabBar;if(Qr.indexOf(Vr)>-1)throw new Error("Login page [".concat(Vr,'] should not be "needLogin", please check your pages.json'));function Xr(e){var t=Ur();if("/"===e.charAt(0))return e;var n=e.split("?"),r=(0,u.default)(n,2),i=r[0],a=r[1],o=i.replace(/^\//,"").split("/"),s=t.split("/");s.pop();for(var c=0;c-1)&&(Qr.indexOf(t)>-1||Jr.some((function(t){return function(e,t){return new RegExp(t).test(e)}(e,t)})))}function ei(e){var t=e.redirect,n=Rr(t),r=Rr(Vr);return Ur()!==r&&n!==r}function ti(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.api,n=e.redirect;if(n&&ei({redirect:n})){var i=function(e,t){return"/"!==e.charAt(0)&&(e="/"+e),t?e.indexOf("?")>-1?e+"&uniIdRedirectUrl=".concat(encodeURIComponent(t)):e+"?uniIdRedirectUrl=".concat(encodeURIComponent(t)):e}(Vr,n);Gr?"navigateTo"!==t&&"redirectTo"!==t||(t="switchTab"):"switchTab"===t&&(t="navigateTo");var a={navigateTo:r.navigateTo,redirectTo:r.redirectTo,switchTab:r.switchTab,reLaunch:r.reLaunch};setTimeout((function(){a[t]({url:i})}),0)}}function ni(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.url,n={abortLoginPageJump:!1,autoToLoginPage:!1},r=function(){var e,t=Ye(),n=t.token,r=t.tokenExpired;if(n){if(r0)return setTimeout((function(){we(he,r)}),0),n.abortLoginPageJump=!0,n;n.autoToLoginPage=!0}return n}function ri(){!function(){var e=Nr(),t=ni({url:e}),n=t.abortLoginPageJump,r=t.autoToLoginPage;n||r&&ti({api:"redirectTo",redirect:e})}();for(var e=["navigateTo","redirectTo","reLaunch","switchTab"],t=function(t){var n=e[t];r.addInterceptor(n,{invoke:function(e){var t=ni({url:e.url}),r=t.abortLoginPageJump,i=t.autoToLoginPage;return r?e:i?(ti({api:n,redirect:Xr(e.url)}),!1):e}})},n=0;n0&&void 0!==arguments[0]?arguments[0]:{},t=_e(he);Se().then((function(){var n=Nr();if(n&&ei({redirect:n}))return t.length>0?we(he,Object.assign({uniIdRedirectUrl:n},e)):void(Vr&&ti({api:"navigateTo",redirect:n}))}))}(n)}))}function ai(e){!function(e){e.onResponse=function(e){ve(fe,e)},e.offResponse=function(e){be(fe,e)}}(e),function(e){e.onNeedLogin=function(e){ve(he,e)},e.offNeedLogin=function(e){be(he,e)},Wr&&(re("_globalUniCloudStatus").needLoginInit||(re("_globalUniCloudStatus").needLoginInit=!0,Se().then((function(){ri.call(e)})),Kr&&ii.call(e)))}(e),function(e){e.onRefreshToken=function(e){ve(pe,e)},e.offRefreshToken=function(e){be(pe,e)}}(e)}var oi="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",si=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function ui(){var e,t,n=Ye().token||"",r=n.split(".");if(!n||3!==r.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{e=JSON.parse((t=r[1],decodeURIComponent(zr(t).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(n){throw new Error("获取当前用户信息出错,详细错误信息为:"+n.message)}return e.tokenExpired=1e3*e.exp,delete e.exp,delete e.iat,e}zr="function"!=typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!si.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,r,i="",a=0;a>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}:atob;var ci=T((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});var n="chooseAndUploadFile:ok",a="chooseAndUploadFile:fail";function o(e,t){return e.tempFiles.forEach((function(e,n){e.name||(e.name=e.path.substring(e.path.lastIndexOf("/")+1)),t&&(e.fileType=t),e.cloudPath=Date.now()+"_"+n+e.name.substring(e.name.lastIndexOf("."))})),e.tempFilePaths||(e.tempFilePaths=e.tempFiles.map((function(e){return e.path}))),e}function s(e,t,r){var i=r.onChooseFile,a=r.onUploadProgress;return t.then((function(e){if(i){var t=i(e);if(void 0!==t)return Promise.resolve(t).then((function(t){return void 0===t?e:t}))}return e})).then((function(t){return!1===t?{errMsg:n,tempFilePaths:[],tempFiles:[]}:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,i=arguments.length>3?arguments[3]:void 0;(t=Object.assign({},t)).errMsg=n;var a=t.tempFiles,o=a.length,s=0;return new Promise((function(n){for(;s=o)!a.find((function(e){return!e.url&&!e.errMsg}))&&n(t);else{var c=a[r];e.uploadFile({provider:c.provider,filePath:c.path,cloudPath:c.cloudPath,fileType:c.fileType,cloudPathAsRealPath:c.cloudPathAsRealPath,onUploadProgress:function(e){e.index=r,e.tempFile=c,e.tempFilePath=c.path,i&&i(e)}}).then((function(e){c.url=e.fileID,r0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===t.type?s(e,function(e){var t=e.count,n=e.sizeType,i=e.sourceType,s=void 0===i?["album","camera"]:i,u=e.extension;return new Promise((function(e,i){r.chooseImage({count:t,sizeType:n,sourceType:s,extension:u,success:function(t){e(o(t,"image"))},fail:function(e){i({errMsg:e.errMsg.replace("chooseImage:fail",a)})}})}))}(t),t):"video"===t.type?s(e,function(e){var t=e.camera,n=e.compressed,i=e.maxDuration,s=e.sourceType,u=void 0===s?["album","camera"]:s,c=e.extension;return new Promise((function(e,s){r.chooseVideo({camera:t,compressed:n,maxDuration:i,sourceType:u,extension:c,success:function(t){var n=t.tempFilePath,r=t.duration,i=t.size,a=t.height,s=t.width;e(o({errMsg:"chooseVideo:ok",tempFilePaths:[n],tempFiles:[{name:t.tempFile&&t.tempFile.name||"",path:n,size:i,type:t.tempFile&&t.tempFile.type||"",width:s,height:a,duration:r,fileType:"video",cloudPath:""}]},"video"))},fail:function(e){s({errMsg:e.errMsg.replace("chooseVideo:fail",a)})}})}))}(t),t):s(e,function(e){var t=e.count,n=e.extension;return new Promise((function(e,s){var u=r.chooseFile;if("undefined"!=typeof i&&"function"==typeof i.chooseMessageFile&&(u=i.chooseMessageFile),"function"!=typeof u)return s({errMsg:a+" 请指定 type 类型,该平台仅支持选择 image 或 video。"});u({type:"all",count:t,extension:n,success:function(t){e(o(t))},fail:function(e){s({errMsg:e.errMsg.replace("chooseFile:fail",a)})}})}))}(t),t)}}})),di=D(ci),li="manual";function fi(e){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{},mixinDatacomError:null}},created:function(){var e=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var t=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(n){t.push(e[n])})),t}),(function(t,n){if(e.loadtime!==li){for(var r=!1,i=[],a=2;a0&&void 0!==arguments[0]?arguments[0]:{},n=t.getone,r=void 0!==n&&n,i=t.success,a=t.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomError=null,this.mixinDatacomGet().then((function(t){e.mixinDatacomLoading=!1;var n=t.result,a=n.data,o=n.count;e.getcount&&(e.mixinDatacomPage.count=o),e.mixinDatacomHasMore=a.length0&&void 0!==arguments[0]?arguments[0]:{};r=r||{},n="undefined"!=typeof __uniX&&__uniX?e.databaseForJQL(this.spaceInfo):e.database(this.spaceInfo);var i=r.action||this.action;i&&(n=n.action(i));var a=r.collection||this.collection;n=Array.isArray(a)?(t=n).collection.apply(t,(0,d.default)(a)):n.collection(a);var o=r.where||this.where;o&&Object.keys(o).length&&(n=n.where(o));var s=r.field||this.field;s&&(n=n.field(s));var u=r.foreignKey||this.foreignKey;u&&(n=n.foreignKey(u));var c=r.groupby||this.groupby;c&&(n=n.groupBy(c));var l=r.groupField||this.groupField;l&&(n=n.groupField(l)),!0===(void 0!==r.distinct?r.distinct:this.distinct)&&(n=n.distinct());var f=r.orderby||this.orderby;f&&(n=n.orderBy(f));var h=void 0!==r.pageCurrent?r.pageCurrent:this.mixinDatacomPage.current,p=void 0!==r.pageSize?r.pageSize:this.mixinDatacomPage.size,m=void 0!==r.getcount?r.getcount:this.getcount,g=void 0!==r.gettree?r.gettree:this.gettree,y=void 0!==r.gettreepath?r.gettreepath:this.gettreepath,_={getCount:m},v={limitLevel:void 0!==r.limitlevel?r.limitlevel:this.limitlevel,startWith:void 0!==r.startwith?r.startwith:this.startwith};return g&&(_.getTree=v),y&&(_.getTreePath=v),n=n.skip(p*(h-1)).limit(p).get(_),n}}}}function hi(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.customUI=t.customUI||e.customUI,e.parseSystemError=t.parseSystemError||e.parseSystemError,Object.assign(e.loadingOptions,t.loadingOptions),Object.assign(e.errorOptions,t.errorOptions),"object"==(0,c.default)(t.secretMethods)&&(e.secretMethods=t.secretMethods),e}({customUI:!1,loadingOptions:{title:"加载中...",mask:!0},errorOptions:{type:"modal",retry:!1}},n);var i=n,a=i.customUI,s=i.loadingOptions,u=i.errorOptions,d=i.parseSystemError,f=!a;return new Proxy({},{get:function(i,a){switch(a){case"toString":return"[object UniCloudObject]";case"toJSON":return{}}return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fn,n=e.interceptorName,r=e.getCallbackArgs;return(0,l.default)(o.default.mark((function e(){var i,a,s,u,c,d,l=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:for(i=l.length,a=new Array(i),s=0;s0&&void 0!==c[0]?c[0]:{},n=t.title,i=t.content,a=t.showCancel,s=t.cancelText,u=t.confirmText,e.abrupt("return",new Promise((function(e,t){r.showModal({title:n,content:i,showCancel:a,cancelText:s,confirmText:u,success:function(t){e(t)},fail:function(){e({confirm:!1,cancel:!0})}})})));case 2:case"end":return e.stop()}}),e)})))({title:"提示",content:x,showCancel:u.retry,cancelText:"取消",confirmText:u.retry?"重试":"确定"});case 33:if(D=i.sent,T=D.confirm,!u.retry||!T){i.next=37;break}return i.abrupt("return",h.apply(void 0,g));case 37:throw A=new xe({subject:w,code:M,message:k,requestId:p.requestId}),A.detail=p.result,we(fe,{type:ye,content:A}),A;case 39:return i.abrupt("return",(we(fe,{type:ye,content:p.result}),p.result));case 40:case"end":return i.stop()}}),i,null,[[5,11]])})));function h(){return i.apply(this,arguments)}return h}(),interceptorName:"callObject",getCallbackArgs:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.params;return{objectName:t,methodName:a,params:n}}})}})}}function pi(e){return re("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",e.config.spaceId))}function mi(){return gi.apply(this,arguments)}function gi(){return gi=(0,l.default)(o.default.mark((function e(){var t,n,i,a,s,u,c,d=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=d.length>0&&void 0!==d[0]?d[0]:{},n=t.openid,i=t.callLoginByWeixin,a=void 0!==i&&i,s=pi(this),"mp-weixin"===X){e.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(X,"`"));case 4:if(!n||!a){e.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!n){e.next=8;break}return e.abrupt("return",(s.mpWeixinOpenid=n,{}));case 8:return e.next=10,new Promise((function(e,t){r.login({success:function(t){e(t.code)},fail:function(e){t(new Error(e.errMsg))}})}));case 10:return u=e.sent,c=this.importObject("uni-id-co",{customUI:!0}),e.next=14,c.secureNetworkHandshakeByWeixin({code:u,callLoginByWeixin:a});case 14:return s.mpWeixinCode=u,e.abrupt("return",{code:u});case 16:case"end":return e.stop()}}),e,this)}))),gi.apply(this,arguments)}function yi(e){return _i.apply(this,arguments)}function _i(){return _i=(0,l.default)(o.default.mark((function e(t){var n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=pi(this),e.abrupt("return",(n.initPromise||(n.initPromise=mi.call(this,t).then((function(e){return e})).catch((function(e){throw delete n.initPromise,e}))),n.initPromise));case 2:case"end":return e.stop()}}),e,this)}))),_i.apply(this,arguments)}function vi(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.openid,r=t.callLoginByWeixin,i=void 0!==r&&r;return yi.call(e,{openid:n,callLoginByWeixin:i})}}function bi(e){!function(e){Pe=e}(e)}function wi(e){var t={getSystemInfo:r.getSystemInfo,getPushClientId:r.getPushClientId};return function(n){return new Promise((function(r,i){t[e](S(S({},n),{},{success:function(e){r(e)},fail:function(e){i(e)}}))}))}}var Mi=function(e){(0,h.default)(n,e);var t=L(n);function n(){var e;return(0,y.default)(this,n),e=t.call(this),e._uniPushMessageCallback=e._receivePushMessage.bind((0,s.default)(e)),e._currentMessageId=-1,e._payloadQueue=[],e}return(0,_.default)(n,[{key:"init",value:function(){var e=this;return Promise.all([wi("getSystemInfo")(),wi("getPushClientId")()]).then((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=(0,u.default)(t,2),r=n[0];r=void 0===r?{}:r;var i=r.appId,a=n[1];a=void 0===a?{}:a;var o=a.cid;if(!i)throw new Error("Invalid appId, please check the manifest.json file");if(!o)throw new Error("Invalid push client id");e._appId=i,e._pushClientId=o,e._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),e.emit("open"),e._initMessageListener()}),(function(t){throw e.emit("error",t),e.close(),t}))}},{key:"open",value:function(){var e=(0,l.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this.init());case 1:case"end":return e.stop()}}),e,this)})));function t(){return e.apply(this,arguments)}return t}()},{key:"_isUniCloudSSE",value:function(e){if("receive"!==e.type)return!1;var t=e&&e.data&&e.data.payload;return!(!t||"UNI_CLOUD_SSE"!==t.channel||t.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(e){if(this._isUniCloudSSE(e)){var t=e&&e.data&&e.data.payload,n=t.action,r=t.messageId,i=t.message;this._payloadQueue.push({action:n,messageId:r,message:i}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var e=this;;){var t=this._payloadQueue.find((function(t){return t.messageId===e._currentMessageId+1}));if(!t)break;this._currentMessageId++,this._parseMessagePayload(t)}}},{key:"_parseMessagePayload",value:function(e){var t=e.action,n=e.messageId,r=e.message;"end"===t?this._end({messageId:n,message:r}):"message"===t&&this._appendMessage({messageId:n,message:r})}},{key:"_appendMessage",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.messageId,e.message);this.emit("message",t)}},{key:"_end",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.messageId,e.message);this.emit("end",t),this.close()}},{key:"_initMessageListener",value:function(){r.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){r.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),n}(function(){function e(){(0,y.default)(this,e),this._callback={}}return(0,_.default)(e,[{key:"addListener",value:function(e,t){this._callback[e]||(this._callback[e]=[]),this._callback[e].push(t)}},{key:"on",value:function(e,t){return this.addListener(e,t)}},{key:"removeListener",value:function(e,t){if(!t)throw new Error('The "listener" argument must be of type function. Received undefined');var n=this._callback[e];if(n){var r=function(e,t){for(var n=e.length-1;n>=0;n--)if(e[n]===t)return n;return-1}(n,t);n.splice(r,1)}}},{key:"off",value:function(e,t){return this.removeListener(e,t)}},{key:"removeAllListener",value:function(e){delete this._callback[e]}},{key:"emit",value:function(e){for(var t=this._callback[e],n=arguments.length,r=new Array(n>1?n-1:0),i=1;i=14&&console.warn("iOS 14及以上版本连接uniCloud本地调试服务需要允许客户端查找并连接到本地网络上的设备(仅开发期间需要,发行后不需要)")),a=t.__dev__,a.debugInfo){e.next=6;break}return e.abrupt("return");case 6:return s=a.debugInfo,u=s.address,c=s.servePort,e.next=11,Gt(u,c);case 11:if(d=e.sent,l=d.address,!l){e.next=15;break}return e.abrupt("return",(a.localAddress=l,void(a.localPort=c)));case 15:if(f=console["app"===X?"error":"warn"],h="","remote"===a.debugInfo.initialLaunchType?(a.debugInfo.forceRemote=!0,h="当前客户端和HBuilderX不在同一局域网下(或其他网络原因无法连接HBuilderX),uniCloud本地调试服务不对当前客户端生效。\n- 如果不使用uniCloud本地调试服务,请直接忽略此信息。\n- 如需使用uniCloud本地调试服务,请将客户端与主机连接到同一局域网下并重新运行到客户端。"):h="无法连接uniCloud本地调试服务,请检查当前客户端是否与主机在同一局域网下。\n- 如需使用uniCloud本地调试服务,请将客户端与主机连接到同一局域网下并重新运行到客户端。",h+="\n- 如果在HBuilderX开启的状态下切换过网络环境,请重启HBuilderX后再试\n- 检查系统防火墙是否拦截了HBuilderX自带的nodejs\n- 检查是否错误的使用拦截器修改uni.request方法的参数","web"===X&&(h+="\n- 部分浏览器开启节流模式之后访问本地地址受限,请检查是否启用了节流模式"),0===X.indexOf("mp-")&&(h+="\n- 小程序中如何使用uniCloud,请参考:https://uniapp.dcloud.net.cn/uniCloud/publish.html#useinmp"),a.debugInfo.forceRemote){e.next=19;break}throw new Error(h);case 19:f(h);case 20:case"end":return e.stop()}}),e)}))),Si.apply(this,arguments)}function Li(e){e._initPromiseHub||(e._initPromiseHub=new V({createPromise:function(){var t,n=Promise.resolve();t=1,n=new Promise((function(e){setTimeout((function(){e()}),t)}));var r=e.auth();return n.then((function(){return r.getLoginState()})).then((function(e){return e?Promise.resolve():r.signInAnonymously()}))}}))}var xi={tcb:Kt,tencent:Kt,aliyun:Re,private:tn,dcloud:tn,alipay:fn},Di=new(function(){function e(){(0,y.default)(this,e)}return(0,_.default)(e,[{key:"init",value:function(e){var t={},n=xi[e.provider];if(!n)throw new Error("未提供正确的provider参数");return t=n.init(e),K&&function(e){if(K){var t={};e.__dev__=t,t.debugLog=K&&("web"===X&&navigator.userAgent.indexOf("HBuilderX")>0||"app"===X);var n=Z;n&&!n.code&&(t.debugInfo=n);var r=new V({createPromise:function(){return ki(e)}});t.initLocalNetwork=function(){return r.exec()}}}(t),Li(t),br(t),function(e){var t=e.uploadFile;e.uploadFile=function(e){return t.call(this,e)}}(t),function(e){e.database=function(t){if(t&&Object.keys(t).length>0)return e.init(t).database();if(this._database)return this._database;var n=jr(Or,{uniClient:e});return this._database=n,n},e.databaseForJQL=function(t){if(t&&Object.keys(t).length>0)return e.init(t).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var n=jr(Or,{uniClient:e,isJQL:!0});return this._databaseForJQL=n,n}}(t),function(e){e.getCurrentUserInfo=ui,e.chooseAndUploadFile=di.initChooseAndUploadFile(e),Object.assign(e,{get mixinDatacom(){return fi(e)}}),e.SSEChannel=Mi,e.initSecureNetworkByWeixin=vi(e),e.setCustomClientInfo=bi,e.importObject=hi(e)}(t),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(e){if(t[e]){var n=t[e];t[e]=function(){return n.apply(t,Array.from(arguments))},t[e]=function(e,t){return function(n){var r=this,i=!1;if("callFunction"===t){var a=n&&n.type||P;i=a!==P}var o="callFunction"===t&&!i,s=this._initPromiseHub.exec();n=n||{};var u=Le(n),c=u.success,d=u.fail,l=u.complete,f=s.then((function(){return i?Promise.resolve():ue(ce(t,"invoke"),n)})).then((function(){return e.call(r,n)})).then((function(e){return i?Promise.resolve(e):ue(ce(t,"success"),e).then((function(){return ue(ce(t,"complete"),e)})).then((function(){return o&&we(fe,{type:ge,content:e}),Promise.resolve(e)}))}),(function(e){return i?Promise.reject(e):ue(ce(t,"fail"),e).then((function(){return ue(ce(t,"complete"),e)})).then((function(){return we(fe,{type:ge,content:e}),Promise.reject(e)}))}));if(!(c||d||l))return f;f.then((function(e){c&&c(e),l&&l(e),o&&we(fe,{type:ge,content:e})}),(function(e){d&&d(e),l&&l(e),o&&we(fe,{type:ge,content:e})}))}}(t[e],e).bind(t)}})),t.init=this.init,t}}]),e}());t.uniCloud=Di,function(){var e=ee,n={};if(e&&1===e.length)n=e[0],t.uniCloud=Di=Di.init(n),Di._isDefault=!0;else{var i,a=["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"];i=e&&e.length>0?"应用有多个服务空间,请通过uniCloud.init方法指定要使用的服务空间":te?"应用未关联服务空间,请在uniCloud目录右键关联服务空间":"uni-app cli项目内使用uniCloud需要使用HBuilderX的运行菜单运行项目,且需要在uniCloud目录关联服务空间",a.forEach((function(e){Di[e]=function(){return console.error(i),Promise.reject(new xe({code:"SYS_ERR",message:i}))}}))}Object.assign(Di,{get mixinDatacom(){return fi(Di)}}),ai(Di),Di.addInterceptor=oe,Di.removeInterceptor=se,Di.interceptObject=de,K&&"web"===X&&(window.uniCloud=Di),"app"===X&&(r.__uniCloud=Di)}();var Ti=Di;t.default=Ti}).call(this,n(3),n(2)["default"],n(1)["default"])},function(e,t,n){var r=n(1428),i=n(16),a=n(1446),o=n(15);function s(t){var n="function"===typeof Map?new Map:void 0;return e.exports=s=function(e){if(null===e||!a(e))return e;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof n){if(n.has(e))return n.get(e);n.set(e,t)}function t(){return o(e,arguments,r(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),i(t,e)},e.exports.__esModule=!0,e.exports["default"]=e.exports,s(t)}e.exports=s,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t){function n(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"===typeof e}}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={pages:[{path:"pages/welcome/welcome",style:{navigationBarTitleText:"",enablePullDownRefresh:!1,navigationStyle:"custom"}},{path:"pages/index/index",style:{navigationStyle:"custom","app-plus":{titleView:!1}}},{path:"pages/zhoubian/zhoubian/zhoubian",style:{navigationBarTitleText:"附近"}},{path:"pages/fuwu/fuwu",style:{navigationStyle:"custom"}},{path:"pages/personcenter/personcenter",style:{navigationStyle:"custom"}}],subPackages:[{root:"subPageA",pages:[{path:"scenic/sceniclist/sceniclist",style:{navigationBarTitleText:"景区门票"}},{path:"food/foodlist/foodlist",style:{navigationBarTitleText:"美食"}},{path:"food/foodlist/foodlist-bak",style:{navigationBarTitleText:"美食"}},{path:"food/fooddetial/fooddetial",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"hotevent/hoteventlist/hoteventlist",style:{navigationBarTitleText:"活动"}},{path:"hotevent/hoteventdetail/hoteventdetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"method/methodList/methodList",style:{navigationBarTitleText:"文旅攻略"}},{path:"method/methodList/methodClass",style:{navigationBarTitleText:"文旅攻略"}},{path:"method/methodDetail/methodDetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"shop/shopList/shopList",style:{navigationBarTitleText:"文创商城"}},{path:"shop/shopDetail/shopDetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"travelroute/travelroutelist/travelroutelist",style:{navigationBarTitleText:"精品线路"}},{path:"travelroute/travelroutedetail/travelroutedetail",style:{navigationBarTitleText:"详情",backgroundColor:"#fff","app-plus":{titleNView:{type:"transparent"}}}},{path:"scenic/scenicdetial/scenicdetial",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"scenic/gonglve/gonglve",style:{navigationBarTitleText:"攻略简介"}},{path:"search/search",style:{navigationBarTitleText:"搜索"}},{path:"scenic/scenicdetial/url720/url720",style:{navigationBarTitleText:"720全景"}},{path:"scenic/scenicdetial/ticket/ticket",style:{navigationStyle:"custom","app-plus":{titleView:!1}}},{path:"personcenter/middlePage",style:{navigationBarTitleText:"加载中"}},{path:"personcenter/aboutus",style:{navigationBarTitleText:"关于我们",navigationBarBackgroundColor:"#F0F7FF"}},{path:"personcenter/update",style:{navigationBarTitleText:"系统更新"}},{path:"personcenter/scanCodeRecord/scanCodeRecord",style:{navigationBarTitleText:"扫码记录"}},{path:"personcenter/scanCodeRecord/admrecord",style:{navigationBarTitleText:"扫码记录"}},{path:"wenchuang/wenlist/wenlist",style:{navigationBarTitleText:"文创"}},{path:"wenchuang/wendetail/wendetail",style:{navigationBarTitleText:"文创","app-plus":{titleNView:{type:"transparent"}}}},{path:"yizhi/zhilist/zhilist",style:{navigationBarTitleText:"文物遗址"}},{path:"Audiovisual/AudiovisualList/AudiovisualList",style:{navigationBarTitleText:"影音世界"}},{path:"yizhi/zhidetail/zhidetail",style:{navigationBarTitleText:"文物遗址","app-plus":{titleNView:{type:"transparent"}}}},{path:"feiyi/feiyilist/feiyilist",style:{navigationBarTitleText:"非遗"}},{path:"feiyi/feiyidetail/feiyidetail",style:{navigationBarTitleText:"非遗","app-plus":{titleNView:{type:"transparent"}}}}]},{root:"subPageB",pages:[{path:"campsite/campsitelist/campsitelist",style:{navigationBarTitleText:"驿站营地"}},{path:"campsite/campsitedetail/campsitedetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"campsite/campsitedetail/zhuanti_detail",style:{navigationBarTitleText:"驿站主题",transparentTitle:"auto",backgroundColor:"#f00"}},{path:"amusement/shoplist/amusementlist",style:{navigationBarTitleText:"娱乐场所"}},{path:"amusement/amusementdetail/amusementdetail",style:{navigationBarTitleText:"娱乐场所"}},{path:"cate/index",style:{navigationBarTitleText:"目的地"}},{path:"famousVillage/famousVillagelist/famousVillagelist",style:{navigationBarTitleText:"名村古镇"}},{path:"famousVillage/famousVillagetail/famousVillagetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"hotel/hotellist/hotellist",style:{navigationBarTitleText:"酒店住宿"}},{path:"hotel/hoteldetail/hoteldetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"Homestay/homestaylist/homestaylist",style:{navigationBarTitleText:"民宿客栈"}},{path:"Homestay/homestaydetail/homestaydetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"jiqiren/jiqiren/zhinengjiqiren",style:{navigationStyle:"custom"}},{path:"order/order",style:{navigationBarTitleText:"我的订单"}},{path:"order/orderdetail/orderdetail",style:{navigationBarTitleText:"订单详情"}},{path:"order/pay/pay",style:{navigationBarTitleText:"确认支付"}},{path:"order/comment/comment",style:{navigationBarTitleText:"评价"}},{path:"pay/scenicdetail",style:{navigationBarTitleText:"景区详情"}},{path:"pay/calendar/index",style:{navigationBarTitleText:"选择日期"}},{path:"pay/order/order",style:{navigationBarTitleText:"全部评论"}},{path:"pay/book/book",style:{navigationBarTitleText:"订单详情"}},{path:"store/storedetail/storedetail",style:{navigationBarTitleText:"详情"}},{path:"suggest/sug_list",style:{navigationBarTitleText:"",backgroundColor:"#fff"}},{path:"suggest/sug_from",style:{navigationBarTitleText:""}},{path:"suggest/jianyiDetail",style:{navigationBarTitleText:""}},{path:"tousu/tousulist/tousulist",style:{navigationBarTitleText:"投诉电话"}},{path:"tousu/index/index",style:{navigationBarTitleText:"投诉",backgroundColor:"#fff"}},{path:"travel/travellist/travellist",style:{navigationBarTitleText:"旅行社"}},{path:"travel/traveldetail/traveldetail",style:{navigationBarTitleText:"详情","app-plus":{titleNView:{type:"transparent"}}}},{path:"zixun/zixunlist/zixuntlist",style:{navigationBarTitleText:"信息发布"}},{path:"zixun/zixundetail/zixundetail",style:{navigationBarTitleText:"详情",backgroundColor:"#FFFFFF"}}]},{root:"subPageC",pages:[{path:"bookTicket/bookTicket",style:{navigationBarTitleText:"订单填写"}},{path:"bookHomestay/bookHomestay",style:{navigationBarTitleText:"订单填写"}},{path:"bookShop/bookShop",style:{navigationBarTitleText:"订单填写"}},{path:"order/order",style:{navigationBarTitleText:"订单列表"}},{path:"order/orderDetail",style:{navigationBarTitleText:"订单详情"}},{path:"orderHomestay/orderList",style:{navigationBarTitleText:"订单列表"}},{path:"orderHomestay/orderDetail",style:{navigationBarTitleText:"订单详情"}},{path:"orderHomestay/cancelStep",style:{navigationBarTitleText:"退款详情"}},{path:"orderHomestay/orderCancel",style:{navigationBarTitleText:"取消订单"}},{path:"orderShop/orderList",style:{navigationBarTitleText:"订单列表"}},{path:"orderShop/orderDetail",style:{navigationBarTitleText:"订单详情"}},{path:"orderShop/cancelStep",style:{navigationBarTitleText:"退款详情"}},{path:"orderShop/orderCancel",style:{navigationBarTitleText:"取消订单"}},{path:"Ai/index",style:{navigationBarTitleText:"行程规划",navigationBarBackgroundColor:"#f5f6fa"}},{path:"flower/index",style:{navigationBarTitleText:"拍照识花",navigationBarBackgroundColor:"#0983ff",navigationBarTextStyle:"white",enablePullDownRefresh:!1,disableScroll:!0}},{path:"translate/index",style:{navigationBarTitleText:"拍照翻译",navigationBarBackgroundColor:"#0983ff",navigationBarTextStyle:"white",enablePullDownRefresh:!1}},{path:"weather/index",style:{navigationBarTitleText:"鹿泉天气",navigationStyle:"custom"}}]}],globalStyle:{navigationBarTextStyle:"black",navigationBarTitleText:"E鹿悦游",navigationBarBackgroundColor:"#f7f7f7",backgroundColor:"#f5f5f5"}};t.default=r},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={appid:"__UNI__7310A06"};t.default=r},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{name:{type:[String,Number],default:e.$u.props.numberBox.name},value:{type:[String,Number],default:e.$u.props.numberBox.value},min:{type:[String,Number],default:e.$u.props.numberBox.min},max:{type:[String,Number],default:e.$u.props.numberBox.max},step:{type:[String,Number],default:e.$u.props.numberBox.step},integer:{type:Boolean,default:e.$u.props.numberBox.integer},disabled:{type:Boolean,default:e.$u.props.numberBox.disabled},disabledInput:{type:Boolean,default:e.$u.props.numberBox.disabledInput},asyncChange:{type:Boolean,default:e.$u.props.numberBox.asyncChange},inputWidth:{type:[String,Number],default:e.$u.props.numberBox.inputWidth},showMinus:{type:Boolean,default:e.$u.props.numberBox.showMinus},showPlus:{type:Boolean,default:e.$u.props.numberBox.showPlus},decimalLength:{type:[String,Number,null],default:e.$u.props.numberBox.decimalLength},longPress:{type:Boolean,default:e.$u.props.numberBox.longPress},color:{type:String,default:e.$u.props.numberBox.color},buttonSize:{type:[String,Number],default:e.$u.props.numberBox.buttonSize},bgColor:{type:String,default:e.$u.props.numberBox.bgColor},cursorSpacing:{type:[String,Number],default:e.$u.props.numberBox.cursorSpacing},disablePlus:{type:Boolean,default:e.$u.props.numberBox.disablePlus},disableMinus:{type:Boolean,default:e.$u.props.numberBox.disableMinus},iconStyle:{type:[Object,String],default:e.$u.props.numberBox.iconStyle}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;var i=r(n(13));function a(e,t){var n=this;n.version="1.3.7",n.options=e||{},n.isScrollBody=t||!1,n.isDownScrolling=!1,n.isUpScrolling=!1;var r=n.options.down&&n.options.down.callback;n.initDownScroll(),n.initUpScroll(),setTimeout((function(){(n.optDown.use||n.optDown.native)&&n.optDown.auto&&r&&(n.optDown.autoShowLoading?n.triggerDownScroll():n.optDown.callback&&n.optDown.callback(n)),n.isUpAutoLoad||setTimeout((function(){n.optUp.use&&n.optUp.auto&&!n.isUpAutoLoad&&n.triggerUpScroll()}),100)}),30)}a.prototype.extendDownScroll=function(e){a.extend(e,{use:!0,auto:!0,native:!1,autoShowLoading:!1,isLock:!1,offset:80,startTop:100,inOffsetRate:1,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",textSuccess:"加载成功",textErr:"加载失败",beforeEndDelay:0,bgColor:"transparent",textColor:"gray",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,beforeEndDownScroll:null,endDownScroll:null,afterEndDownScroll:null,callback:function(e){e.resetUpScroll()}})},a.prototype.extendUpScroll=function(e){a.extend(e,{use:!0,auto:!0,isLock:!1,isBoth:!0,callback:null,page:{num:0,size:10,time:null},noMoreSize:5,offset:150,textLoading:"加载中 ...",textNoMore:"-- END --",bgColor:"transparent",textColor:"gray",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,errDistance:60,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"100rpx",zIndex:99},onScroll:!1})},a.extend=function(e,t){if(!e)return t;for(var n in t)if(null==e[n]){var r=t[n];null!=r&&"object"===(0,i.default)(r)?e[n]=a.extend({},r):e[n]=r}else"object"===(0,i.default)(e[n])&&a.extend(e[n],t[n]);return e},a.prototype.hasColor=function(e){if(!e)return!1;var t=e.toLowerCase();return"#fff"!=t&&"#ffffff"!=t&&"transparent"!=t&&"white"!=t},a.prototype.initDownScroll=function(){var e=this;e.optDown=e.options.down||{},!e.optDown.textColor&&e.hasColor(e.optDown.bgColor)&&(e.optDown.textColor="#fff"),e.extendDownScroll(e.optDown),e.isScrollBody&&e.optDown.native?e.optDown.use=!1:e.optDown.native=!1,e.downHight=0,e.optDown.use&&e.optDown.inited&&setTimeout((function(){e.optDown.inited(e)}),0)},a.prototype.touchstartEvent=function(e){this.optDown.use&&(this.startPoint=this.getPoint(e),this.startTop=this.getScrollTop(),this.startAngle=0,this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},a.prototype.touchmoveEvent=function(e){if(this.optDown.use){var t=this,n=t.getScrollTop(),r=t.getPoint(e),i=r.y-t.startPoint.y;if(i>0&&(t.isScrollBody&&n<=0||!t.isScrollBody&&(n<=0||n<=t.optDown.startTop&&n===t.startTop))&&!t.inTouchend&&!t.isDownScrolling&&!t.optDown.isLock&&(!t.isUpScrolling||t.isUpScrolling&&t.optUp.isBoth)){if(t.startAngle||(t.startAngle=t.getAngle(t.lastPoint,r)),t.startAngle0&&r.y>=t.maxTouchmoveY)return t.inTouchend=!0,void t.touchendEvent();t.preventDefault(e);var a=r.y-t.lastPoint.y;t.downHight0?a*t.optDown.outOffsetRate:a),t.downHight=Math.round(t.downHight);var o=t.downHight/t.optDown.offset;t.optDown.onMoving&&t.optDown.onMoving(t,o,t.downHight)}t.lastPoint=r}},a.prototype.touchendEvent=function(e){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.endDownScrollCall(this)),this.movetype=0,this.isMoveDown=!1;else if(!this.isScrollBody&&this.getScrollTop()===this.startTop){var t=this.getPoint(e).y-this.startPoint.y<0;if(t){var n=this.getAngle(this.getPoint(e),this.startPoint);n>80&&this.triggerUpScroll(!0)}}},a.prototype.getPoint=function(e){return e?e.touches&&e.touches[0]?{x:e.touches[0].pageX,y:e.touches[0].pageY}:e.changedTouches&&e.changedTouches[0]?{x:e.changedTouches[0].pageX,y:e.changedTouches[0].pageY}:{x:e.clientX,y:e.clientY}:{x:0,y:0}},a.prototype.getAngle=function(e,t){var n=Math.abs(e.x-t.x),r=Math.abs(e.y-t.y),i=Math.sqrt(n*n+r*r),a=0;return 0!==i&&(a=Math.asin(r/i)/Math.PI*180),a},a.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),!this.optDown.native&&this.optDown.callback&&this.optDown.callback(this))},a.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.optDown.native?(e.startPullDownRefresh(),this.showDownLoadingCall(0)):(this.downHight=this.optDown.offset,this.showDownLoadingCall(this.downHight))},a.prototype.showDownLoadingCall=function(e){this.optDown.showLoading&&this.optDown.showLoading(this,e),this.optDown.afterLoading&&this.optDown.afterLoading(this,e)},a.prototype.onPullDownRefresh=function(){this.isDownScrolling=!0,this.showDownLoadingCall(0),this.optDown.callback&&this.optDown.callback(this)},a.prototype.endDownScroll=function(){if(this.optDown.native)return this.isDownScrolling=!1,this.endDownScrollCall(this),void e.stopPullDownRefresh();var t=this,n=function(){t.downHight=0,t.isDownScrolling=!1,t.endDownScrollCall(t),t.isScrollBody||(t.setScrollHeight(0),t.scrollTo(0,0))},r=0;t.optDown.beforeEndDownScroll&&(r=t.optDown.beforeEndDownScroll(t),null==t.isDownEndSuccess&&(r=0)),"number"===typeof r&&r>0?setTimeout(n,r):n()},a.prototype.endDownScrollCall=function(){this.optDown.endDownScroll&&this.optDown.endDownScroll(this),this.optDown.afterEndDownScroll&&this.optDown.afterEndDownScroll(this)},a.prototype.lockDownScroll=function(e){null==e&&(e=!0),this.optDown.isLock=e},a.prototype.lockUpScroll=function(e){null==e&&(e=!0),this.optUp.isLock=e},a.prototype.initUpScroll=function(){var e=this;e.optUp=e.options.up||{use:!1},!e.optUp.textColor&&e.hasColor(e.optUp.bgColor)&&(e.optUp.textColor="#fff"),e.extendUpScroll(e.optUp),!1!==e.optUp.use&&(e.optUp.hasNext=!0,e.startNum=e.optUp.page.num+1,e.optUp.inited&&setTimeout((function(){e.optUp.inited(e)}),0))},a.prototype.onReachBottom=function(){this.isScrollBody&&!this.isUpScrolling&&!this.optUp.isLock&&this.optUp.hasNext&&this.triggerUpScroll()},a.prototype.onPageScroll=function(e){this.isScrollBody&&(this.setScrollTop(e.scrollTop),e.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn())},a.prototype.scroll=function(e,t){this.setScrollTop(e.scrollTop),this.setScrollHeight(e.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=e.scrollTop-this.preScrollY>0,this.preScrollY=e.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),e.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&t&&t()},a.prototype.triggerUpScroll=function(e){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===e){var t=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(t=!0),!1===t)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},a.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},a.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},a.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},a.prototype.endUpScroll=function(e){null!=e&&(e?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},a.prototype.resetUpScroll=function(e){if(this.optUp&&this.optUp.use){var t=this.optUp.page;this.prePageNum=t.num,this.prePageTime=t.time,t.num=this.startNum,t.time=null,this.isDownScrolling||!1===e||(null==e?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=t.num,this.size=t.size,this.time=t.time,this.optUp.callback&&this.optUp.callback(this)}},a.prototype.setPageNum=function(e){this.optUp.page.num=e-1},a.prototype.setPageSize=function(e){this.optUp.page.size=e},a.prototype.endByPage=function(e,t,n){var r;this.optUp.use&&null!=t&&(r=this.optUp.page.num0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$.$refs["ani"].ref;if(n)return new Promise((function(r,i){nvueAnimation.transition(n,u({styles:e},t),(function(e){r()}))}))}},{key:"_nvueNextAnimate",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2?arguments[2]:void 0,i=e[n];if(i){var a=i.styles,o=i.config;this._animateRun(a,o).then((function(){n+=1,t._nvueNextAnimate(e,n,r)}))}else this.currentStepAnimates={},"function"===typeof r&&r(),this.isEnd=!0}},{key:"step",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.animation.step(e),this}},{key:"run",value:function(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((function(){"function"===typeof e&&e()}),this.$.durationTime)}}]),t}(),d=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"],l=["opacity","backgroundColor"],f=["width","height","left","right","top","bottom"];function h(e,t){if(t)return clearTimeout(t.timer),new c(e,t)}d.concat(l,f).forEach((function(e){c.prototype[e]=function(){var t;return(t=this.animation)[e].apply(t,arguments),this}}))}).call(this,n(2)["default"])},,,,,,,,,,,,function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=T;var i=r(n(386)),a=r(n(388)),o=r(n(11));function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t=7&&this.setupTypeNumber(e),null==this.dataCache&&(this.dataCache=d.createData(this.typeNumber,this.errorCorrectLevel,this.dataList)),this.mapData(this.dataCache,t)},setupPositionProbePattern:function(e,t){for(var n=-1;n<=7;n++)if(!(e+n<=-1||this.moduleCount<=e+n))for(var r=-1;r<=7;r++)t+r<=-1||this.moduleCount<=t+r||(this.modules[e+n][t+r]=0<=n&&n<=6&&(0==r||6==r)||0<=r&&r<=6&&(0==n||6==n)||2<=n&&n<=4&&2<=r&&r<=4)},getBestMaskPattern:function(){for(var e=0,t=0,n=0;n<8;n++){this.makeImpl(!0,n);var r=w.getLostPoint(this);(0==n||e>r)&&(e=r,t=n)}return t},createMovieClip:function(e,t,n){var r=e.createEmptyMovieClip(t,n);this.make();for(var i=0;i>n&1);this.modules[Math.floor(n/3)][n%3+this.moduleCount-8-3]=r}for(n=0;n<18;n++)r=!e&&1==(t>>n&1),this.modules[n%3+this.moduleCount-8-3][Math.floor(n/3)]=r},setupTypeInfo:function(e,t){for(var n=this.errorCorrectLevel<<3|t,r=w.getBCHTypeInfo(n),i=0;i<15;i++){var a=!e&&1==(r>>i&1);i<6?this.modules[i][8]=a:i<8?this.modules[i+1][8]=a:this.modules[this.moduleCount-15+i][8]=a}for(i=0;i<15;i++)a=!e&&1==(r>>i&1),i<8?this.modules[8][this.moduleCount-i-1]=a:i<9?this.modules[8][15-i-1+1]=a:this.modules[8][15-i-1]=a;this.modules[this.moduleCount-8][8]=!e},mapData:function(e,t){for(var n=-1,r=this.moduleCount-1,i=7,a=0,o=this.moduleCount-1;o>0;o-=2)for(6==o&&o--;;){for(var s=0;s<2;s++)if(null==this.modules[r][o-s]){var u=!1;a>>i&1)),w.getMask(t,r,o-s)&&(u=!u),this.modules[r][o-s]=u,-1==--i&&(a++,i=7)}if((r+=n)<0||this.moduleCount<=r){r-=n,n=-n;break}}}},d.PAD0=236,d.PAD1=17,d.createData=function(e,t,n){for(var r=L.getRSBlocks(e,t),i=new x,a=0;a8*s)throw new Error("code length overflow. ("+i.getLengthInBits()+">"+8*s+")");for(i.getLengthInBits()+4<=8*s&&i.put(0,4);i.getLengthInBits()%8!=0;)i.putBit(!1);for(;!(i.getLengthInBits()>=8*s||(i.put(d.PAD0,8),i.getLengthInBits()>=8*s));)i.put(d.PAD1,8);return d.createBytes(i,r)},d.createBytes=function(e,t){for(var n=0,r=0,i=0,a=new Array(t.length),o=new Array(t.length),s=0;s=0?f.get(h):0}}var p=0;for(d=0;d=0;)t^=w.G15<=0;)t^=w.G18<>>=1;return t},getPatternPosition:function(e){return w.PATTERN_POSITION_TABLE[e-1]},getMask:function(e,t,n){switch(e){case h:return(t+n)%2==0;case p:return t%2==0;case m:return n%3==0;case g:return(t+n)%3==0;case y:return(Math.floor(t/2)+Math.floor(n/3))%2==0;case _:return t*n%2+t*n%3==0;case v:return(t*n%2+t*n%3)%2==0;case b:return(t*n%3+(t+n)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}},getErrorCorrectPolynomial:function(e){for(var t=new S([1],0),n=0;n5&&(n+=3+a-5)}for(r=0;r=256;)e-=255;return M.EXP_TABLE[e]},EXP_TABLE:new Array(256),LOG_TABLE:new Array(256)},k=0;k<8;k++)M.EXP_TABLE[k]=1<1?1:e<0?0:e}},foregroundImageWidth:{get:function(){return void 0===f?(this.dynamicSize-2*this.margin)/4:this.useDynamicSize?this.dynamicSize/this.size*f:f},set:function(e){f=Number(e)}},foregroundImageHeight:{get:function(){return void 0===h?(this.dynamicSize-2*this.margin)/4:this.useDynamicSize?this.dynamicSize/this.size*h:h},set:function(e){h=Number(e)}},foregroundImageX:{get:function(){return void 0===p?this.dynamicSize/2-this.foregroundImageWidth/2:this.useDynamicSize?this.dynamicSize/this.size*p:p},set:function(e){p=Number(e)}},foregroundImageY:{get:function(){return void 0===m?this.dynamicSize/2-this.foregroundImageHeight/2:this.useDynamicSize?this.dynamicSize/this.size*m:m},set:function(e){m=Number(e)}},foregroundImagePadding:{get:function(){return this.useDynamicSize?this.dynamicSize/this.size*g:g},set:function(e){g=Number(e)}},foregroundImageBorderRadius:{get:function(){return this.useDynamicSize?this.dynamicSize/this.size*y:y},set:function(e){y=Number(e)}},foregroundImageShadowOffsetX:{get:function(){return this.useDynamicSize?this.dynamicSize/this.size*_:_},set:function(e){_=Number(e)}},foregroundImageShadowOffsetY:{get:function(){return this.useDynamicSize?this.dynamicSize/this.size*v:v},set:function(e){v=Number(e)}},foregroundImageShadowBlur:{get:function(){return this.useDynamicSize?this.dynamicSize/this.size*b:b},set:function(e){b=Number(e)}},foregroundPadding:{get:function(){return w},set:function(e){w=e>1?1:e<0?0:e}},positionProbeBackgroundColor:{get:function(){return M||this.backgroundColor},set:function(e){M=e}},positionProbeForegroundColor:{get:function(){return k||this.foregroundColor},set:function(e){k=e}},separatorColor:{get:function(){return S||this.backgroundColor},set:function(e){S=e}},positionAdjustBackgroundColor:{get:function(){return L||this.backgroundColor},set:function(e){L=e}},positionAdjustForegroundColor:{get:function(){return x||this.foregroundColor},set:function(e){x=e}},timingBackgroundColor:{get:function(){return A||this.backgroundColor},set:function(e){A=e}},timingForegroundColor:{get:function(){return Y||this.foregroundColor},set:function(e){Y=e}},typeNumberBackgroundColor:{get:function(){return j||this.backgroundColor},set:function(e){j=e}},typeNumberForegroundColor:{get:function(){return O||this.foregroundColor},set:function(e){O=e}},darkBlockColor:{get:function(){return E||this.foregroundColor},set:function(e){E=e}},canvasContext:{get:function(){if(void 0===P)throw console.error("[uQRCode]: use drawCanvas, you need to set the canvasContext!"),new T.Error("use drawCanvas, you need to set the canvasContext!");return P},set:function(e){P=D(e)}}}),T.plugins.forEach((function(e){return e(T,n,!1)})),e&&this.setOptions(e),t&&(this.canvasContext=D(t))}S.prototype={get:function(e){return this.num[e]},getLength:function(){return this.num.length},multiply:function(e){for(var t=new Array(this.getLength()+e.getLength()-1),n=0;n>>7-e%8&1)},put:function(e,t){for(var n=0;n>>t-n-1&1))},getLengthInBits:function(){return this.length},putBit:function(e){var t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),e&&(this.buffer[t]|=128>>>this.length%8),this.length++}},d.errorCorrectLevel=f,T.errorCorrectLevel=d.errorCorrectLevel,T.Error=function(e){this.errMsg="[uQRCode]: "+e},T.plugins=[],T.use=function(e){"function"==typeof e&&T.plugins.push(e)},T.prototype.loadImage=function(e){return Promise.resolve(e)},T.prototype.setOptions=function(e){var t,n,r,i,a,o,s,c,d,l,f,h,p,m,g,y,_,v,b,w,M,k,S,L,x,D,T,A,Y,j,O,E,P,C,I,B,H,R,N,U,F,z,W,q,V,J,K,Q,$,G,X,Z,ee,te,ne,re,ie=this;e&&(Object.keys(e).forEach((function(t){ie[t]=e[t]})),function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];for(var i in e=r?t:u({},t),n){var a=n[i];null!=a&&(a.constructor==Object?e[i]=this.deepReplace(e[i],a):a.constructor!=String||a?e[i]=a:e[i]=e[i])}}(this,{data:e.data||e.text,size:e.size,useDynamicSize:e.useDynamicSize,typeNumber:e.typeNumber,errorCorrectLevel:e.errorCorrectLevel,margin:e.margin,areaColor:e.areaColor,backgroundColor:e.backgroundColor||(null===(t=e.background)||void 0===t?void 0:t.color),backgroundImageSrc:e.backgroundImageSrc||(null===(n=e.background)||void 0===n||null===(r=n.image)||void 0===r?void 0:r.src),backgroundImageWidth:e.backgroundImageWidth||(null===(i=e.background)||void 0===i||null===(a=i.image)||void 0===a?void 0:a.width),backgroundImageHeight:e.backgroundImageHeight||(null===(o=e.background)||void 0===o||null===(s=o.image)||void 0===s?void 0:s.height),backgroundImageX:e.backgroundImageX||(null===(c=e.background)||void 0===c||null===(d=c.image)||void 0===d?void 0:d.x),backgroundImageY:e.backgroundImageY||(null===(l=e.background)||void 0===l||null===(f=l.image)||void 0===f?void 0:f.y),backgroundImageAlpha:e.backgroundImageAlpha||(null===(h=e.background)||void 0===h||null===(p=h.image)||void 0===p?void 0:p.alpha),backgroundImageBorderRadius:e.backgroundImageBorderRadius||(null===(m=e.background)||void 0===m||null===(g=m.image)||void 0===g?void 0:g.borderRadius),backgroundPadding:e.backgroundPadding,foregroundColor:e.foregroundColor||(null===(y=e.foreground)||void 0===y?void 0:y.color),foregroundImageSrc:e.foregroundImageSrc||(null===(_=e.foreground)||void 0===_||null===(v=_.image)||void 0===v?void 0:v.src),foregroundImageWidth:e.foregroundImageWidth||(null===(b=e.foreground)||void 0===b||null===(w=b.image)||void 0===w?void 0:w.width),foregroundImageHeight:e.foregroundImageHeight||(null===(M=e.foreground)||void 0===M||null===(k=M.image)||void 0===k?void 0:k.height),foregroundImageX:e.foregroundImageX||(null===(S=e.foreground)||void 0===S||null===(L=S.image)||void 0===L?void 0:L.x),foregroundImageY:e.foregroundImageY||(null===(x=e.foreground)||void 0===x||null===(D=x.image)||void 0===D?void 0:D.y),foregroundImagePadding:e.foregroundImagePadding||(null===(T=e.foreground)||void 0===T||null===(A=T.image)||void 0===A?void 0:A.padding),foregroundImageBackgroundColor:e.foregroundImageBackgroundColor||(null===(Y=e.foreground)||void 0===Y||null===(j=Y.image)||void 0===j?void 0:j.backgroundColor),foregroundImageBorderRadius:e.foregroundImageBorderRadius||(null===(O=e.foreground)||void 0===O||null===(E=O.image)||void 0===E?void 0:E.borderRadius),foregroundImageShadowOffsetX:e.foregroundImageShadowOffsetX||(null===(P=e.foreground)||void 0===P||null===(C=P.image)||void 0===C?void 0:C.shadowOffsetX),foregroundImageShadowOffsetY:e.foregroundImageShadowOffsetY||(null===(I=e.foreground)||void 0===I||null===(B=I.image)||void 0===B?void 0:B.shadowOffsetY),foregroundImageShadowBlur:e.foregroundImageShadowBlur||(null===(H=e.foreground)||void 0===H||null===(R=H.image)||void 0===R?void 0:R.shadowBlur),foregroundImageShadowColor:e.foregroundImageShadowColor||(null===(N=e.foreground)||void 0===N||null===(U=N.image)||void 0===U?void 0:U.shadowColor),foregroundPadding:e.foregroundPadding,positionProbeBackgroundColor:e.positionProbeBackgroundColor||(null===(F=e.positionProbe)||void 0===F?void 0:F.backgroundColor)||(null===(z=e.positionDetection)||void 0===z?void 0:z.backgroundColor),positionProbeForegroundColor:e.positionProbeForegroundColor||(null===(W=e.positionProbe)||void 0===W?void 0:W.foregroundColor)||(null===(q=e.positionDetection)||void 0===q?void 0:q.foregroundColor),separatorColor:e.separatorColor||(null===(V=e.separator)||void 0===V?void 0:V.color),positionAdjustBackgroundColor:e.positionAdjustBackgroundColor||(null===(J=e.positionAdjust)||void 0===J?void 0:J.backgroundColor)||(null===(K=e.alignment)||void 0===K?void 0:K.backgroundColor),positionAdjustForegroundColor:e.positionAdjustForegroundColor||(null===(Q=e.positionAdjust)||void 0===Q?void 0:Q.foregroundColor)||(null===($=e.alignment)||void 0===$?void 0:$.foregroundColor),timingBackgroundColor:e.timingBackgroundColor||(null===(G=e.timing)||void 0===G?void 0:G.backgroundColor),timingForegroundColor:e.timingForegroundColor||(null===(X=e.timing)||void 0===X?void 0:X.foregroundColor),typeNumberBackgroundColor:e.typeNumberBackgroundColor||(null===(Z=e.typeNumber)||void 0===Z?void 0:Z.backgroundColor)||(null===(ee=e.versionInformation)||void 0===ee?void 0:ee.backgroundColor),typeNumberForegroundColor:e.typeNumberForegroundColor||(null===(te=e.typeNumber)||void 0===te?void 0:te.foregroundColor)||(null===(ne=e.versionInformation)||void 0===ne?void 0:ne.foregroundColor),darkBlockColor:e.darkBlockColor||(null===(re=e.darkBlock)||void 0===re?void 0:re.color)},!0))},T.prototype.make=function(){var e=this.foregroundColor,t=this.backgroundColor,n=this.typeNumber,r=this.errorCorrectLevel,i=this.data,a=this.size,o=this.margin,s=this.useDynamicSize;if(e===t)throw console.error("[uQRCode]: foregroundColor and backgroundColor cannot be the same!"),new T.Error("foregroundColor and backgroundColor cannot be the same!");var u=new d(n,r);u.addData(function(e){e=e.toString();for(var t,n="",r=0;r=1&&t<=127?n+=e.charAt(r):t>2047?(n+=String.fromCharCode(224|t>>12&15),n+=String.fromCharCode(128|t>>6&63),n+=String.fromCharCode(128|t>>0&63)):(n+=String.fromCharCode(192|t>>6&31),n+=String.fromCharCode(128|t>>0&63));return n}(i)),u.make(),this.base=u,this.typeNumber=u.typeNumber,this.modules=u.modules,this.moduleCount=u.moduleCount,this.dynamicSize=s?Math.ceil((a-2*o)/u.moduleCount)*u.moduleCount+2*o:a,function(e){var t=e.dynamicSize,n=e.margin,r=e.backgroundColor,i=e.backgroundPadding,a=e.foregroundColor,o=e.foregroundPadding,s=e.modules,u=e.moduleCount,c=(t-2*n)/u,d=c,l=0;i>0&&(l=d*i/2,d-=2*l);var f=c,h=0;o>0&&(h=f*o/2,f-=2*h);for(var p=0;pr-9-1&&p<9||p>r-9-1&&f<9||l.forEach((function(e){var t=n[f+e[0]][p+e[1]];t.type.push("positionAdjust"),t.type.includes("timing")?1==e[2]?t.color=o==i?u:o:t.color=o==i&&s==a?c:s:t.color=1==e[2]?o:s}))},m=0;m0)return this.drawModules;var e=this.drawModules=[],t=this.modules,n=this.moduleCount,r=this.dynamicSize,i=this.areaColor,a=this.backgroundImageSrc,o=this.backgroundImageX,s=this.backgroundImageY,u=this.backgroundImageWidth,c=this.backgroundImageHeight,d=this.backgroundImageAlpha,l=this.backgroundImageBorderRadius,f=this.foregroundImageSrc,h=this.foregroundImageX,p=this.foregroundImageY,m=this.foregroundImageWidth,g=this.foregroundImageHeight,y=this.foregroundImagePadding,_=this.foregroundImageBackgroundColor,v=this.foregroundImageBorderRadius,b=this.foregroundImageShadowOffsetX,w=this.foregroundImageShadowOffsetY,M=this.foregroundImageShadowBlur,k=this.foregroundImageShadowColor;i&&e.push({name:"area",type:"area",color:i,x:0,y:0,width:r,height:r}),a&&e.push({name:"backgroundImage",type:"image",imageSrc:a,mappingName:"backgroundImageSrc",x:o,y:s,width:u,height:c,alpha:d,borderRadius:l});for(var S=0;Se||0>t||e>=n||t>=n)&&this.modules[e][t].isBlack},T.prototype.drawCanvas=function(){var e=this,t=this.isMaked,n=this.canvasContext,r=(this.useDynamicSize,this.dynamicSize),o=(this.foregroundColor,this.foregroundPadding,this.backgroundColor,this.backgroundPadding,this.drawReserve);this.margin;if(!t)return console.error("[uQRCode]: please execute the make method first!"),Promise.reject(new T.Error("please execute the make method first!"));var s=this.getDrawModules(),u=function(){var t=(0,a.default)(i.default.mark((function t(a,u){var c,d,l,f,h,p,m,g,y,_,v,b,w,M;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:t.prev=0,n.clearRect(0,0,r,r),n.draw(!1),c=0;case 3:if(!(c0&&(n.beginPath(),n.moveTo(l+g,f),n.arcTo(l+h,f,l+h,f+p,g),n.arcTo(l+h,f+p,l,f+p,g),n.arcTo(l,f+p,l,f,g),n.arcTo(l,f,l+h,f,g),n.closePath(),n.setStrokeStyle("rgba(0,0,0,0)"),n.stroke(),n.clip()),t.prev=16,t.next=19,e.loadImage(d.imageSrc);case 19:m=t.sent,n.drawImage(m,l,f,h,p),t.next=26;break;case 23:throw t.prev=23,t.t1=t["catch"](16),console.error("[uQRCode]: ".concat(d.mappingName," invalid!")),new T.Error("".concat(d.mappingName," invalid!"));case 26:t.next=44;break;case 28:if("foregroundImage"!==d.name){t.next=44;break}return l=Math.round(d.x),f=Math.round(d.y),h=Math.round(d.width),p=Math.round(d.height),y=Math.round(d.padding),h<2*(g=Math.round(d.borderRadius))&&(g=h/2),p<2*g&&(g=p/2),_=l-y,v=f-y,b=h+2*y,w=p+2*y,M=Math.round(b/h*g),b<2*M&&(M=b/2),w<2*M&&(M=w/2),n.save(),n.setShadow(d.shadowOffsetX,d.shadowOffsetY,d.shadowBlur,d.shadowColor),M>0?(n.beginPath(),n.moveTo(_+M,v),n.arcTo(_+b,v,_+b,v+w,M),n.arcTo(_+b,v+w,_,v+w,M),n.arcTo(_,v+w,_,v,M),n.arcTo(_,v,_+b,v,M),n.closePath(),n.setFillStyle(d.backgroundColor),n.fill()):(n.setFillStyle(d.backgroundColor),n.fillRect(_,v,b,w)),n.restore(),n.save(),M>0?(n.beginPath(),n.moveTo(_+M,v),n.arcTo(_+b,v,_+b,v+w,M),n.arcTo(_+b,v+w,_,v+w,M),n.arcTo(_,v+w,_,v,M),n.arcTo(_,v,_+b,v,M),n.closePath(),n.setFillStyle(y>0?d.backgroundColor:"rgba(0,0,0,0)"),n.fill()):(n.setFillStyle(y>0?d.backgroundColor:"rgba(0,0,0,0)"),n.fillRect(_,v,b,w)),n.restore(),g>0&&(n.beginPath(),n.moveTo(l+g,f),n.arcTo(l+h,f,l+h,f+p,g),n.arcTo(l+h,f+p,l,f+p,g),n.arcTo(l,f+p,l,f,g),n.arcTo(l,f,l+h,f,g),n.closePath(),n.setStrokeStyle("rgba(0,0,0,0)"),n.stroke(),n.clip()),t.prev=34,t.next=37,e.loadImage(d.imageSrc);case 37:m=t.sent,n.drawImage(m,l,f,h,p),t.next=44;break;case 41:throw t.prev=41,t.t2=t["catch"](34),console.error("[uQRCode]: ".concat(d.mappingName," invalid!")),new T.Error("".concat(d.mappingName," invalid!"));case 44:o&&n.draw(!0),n.restore();case 45:c++,t.next=3;break;case 48:n.draw(!0),setTimeout(a,150),t.next=56;break;case 51:if(t.prev=51,t.t3=t["catch"](0),t.t3 instanceof T.Error){t.next=55;break}throw t.t3;case 55:u(t.t3);case 56:case"end":return t.stop()}}),t,null,[[0,51],[16,23],[34,41]])})));return function(e,n){return t.apply(this,arguments)}}();return new Promise((function(e,t){u(e,t)}))},T.prototype.draw=function(){return this.drawCanvas()},T.prototype.register=function(e){e&&e(T,this,!0)}},function(e,t,n){"use strict";function r(){var e=this.waitingQueue=[],t=this.isRunning=!1;function n(r,i,a){r().then((function(e){i(e)})).catch((function(e){a(e)})).finally((function(){if(e.length){var r=e.shift();n(r.task,r.resolve,r.reject)}else t=!1}))}this.exec=function(r){return new Promise((function(i,a){t?e.push({task:r,resolve:i,reject:a}):(t=!0,n(r,i,a))}))}}Object.defineProperty(t,"__esModule",{value:!0}),t.queueLoadImage=t.queueDraw=void 0;var i=new r;t.queueDraw=i;var a=new r;t.queueLoadImage=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.cacheImageList=void 0;var r=[];t.cacheImageList=r},,,,,,,,,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{show:{type:Boolean,default:e.$u.props.overlay.show},zIndex:{type:[String,Number],default:e.$u.props.overlay.zIndex},duration:{type:[String,Number],default:e.$u.props.overlay.duration},opacity:{type:[String,Number],default:e.$u.props.overlay.opacity}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{show:{type:Boolean,default:e.$u.props.transition.show},mode:{type:String,default:e.$u.props.transition.mode},duration:{type:[String,Number],default:e.$u.props.transition.duration},timingFunction:{type:String,default:e.$u.props.transition.timingFunction}}};t.default=n}).call(this,n(2)["default"])},function(e,t,n){"use strict";var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n(386)),a=r(n(388)),o=(r(n(1570)),function(e){return{enter:"u-".concat(e,"-enter u-").concat(e,"-enter-active"),"enter-to":"u-".concat(e,"-enter-to u-").concat(e,"-enter-active"),leave:"u-".concat(e,"-leave u-").concat(e,"-leave-active"),"leave-to":"u-".concat(e,"-leave-to u-").concat(e,"-leave-active")}}),s={methods:{clickHandler:function(){this.$emit("click")},vueEnter:function(){var e=this,t=o(this.mode);this.status="enter",this.$emit("beforeEnter"),this.inited=!0,this.display=!0,this.classes=t.enter,this.$nextTick((0,a.default)(i.default.mark((function n(){return i.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:e.$emit("enter"),e.transitionEnded=!1,e.$emit("afterEnter"),e.classes=t["enter-to"];case 4:case"end":return n.stop()}}),n)}))))},vueLeave:function(){var e=this;if(this.display){var t=o(this.mode);this.status="leave",this.$emit("beforeLeave"),this.classes=t.leave,this.$nextTick((function(){e.transitionEnded=!1,e.$emit("leave"),setTimeout(e.onTransitionEnd,e.duration),e.classes=t["leave-to"]}))}},onTransitionEnd:function(){this.transitionEnded||(this.transitionEnded=!0,this.$emit("leave"===this.status?"afterLeave":"afterEnter"),!this.show&&this.display&&(this.display=!1,this.inited=!1))}}};t.default=s},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={fade:{enter:{opacity:0},"enter-to":{opacity:1},leave:{opacity:1},"leave-to":{opacity:0}},"fade-up":{enter:{opacity:0,transform:"translateY(100%)"},"enter-to":{opacity:1,transform:"translateY(0)"},leave:{opacity:1,transform:"translateY(0)"},"leave-to":{opacity:0,transform:"translateY(100%)"}},"fade-down":{enter:{opacity:0,transform:"translateY(-100%)"},"enter-to":{opacity:1,transform:"translateY(0)"},leave:{opacity:1,transform:"translateY(0)"},"leave-to":{opacity:0,transform:"translateY(-100%)"}},"fade-left":{enter:{opacity:0,transform:"translateX(-100%)"},"enter-to":{opacity:1,transform:"translateY(0)"},leave:{opacity:1,transform:"translateY(0)"},"leave-to":{opacity:0,transform:"translateX(-100%)"}},"fade-right":{enter:{opacity:0,transform:"translateX(100%)"},"enter-to":{opacity:1,transform:"translateY(0)"},leave:{opacity:1,transform:"translateY(0)"},"leave-to":{opacity:0,transform:"translateX(100%)"}},"slide-up":{enter:{transform:"translateY(100%)"},"enter-to":{transform:"translateY(0)"},leave:{transform:"translateY(0)"},"leave-to":{transform:"translateY(100%)"}},"slide-down":{enter:{transform:"translateY(-100%)"},"enter-to":{transform:"translateY(0)"},leave:{transform:"translateY(0)"},"leave-to":{transform:"translateY(-100%)"}},"slide-left":{enter:{transform:"translateX(-100%)"},"enter-to":{transform:"translateY(0)"},leave:{transform:"translateY(0)"},"leave-to":{transform:"translateX(-100%)"}},"slide-right":{enter:{transform:"translateX(100%)"},"enter-to":{transform:"translateY(0)"},leave:{transform:"translateY(0)"},"leave-to":{transform:"translateX(100%)"}},zoom:{enter:{transform:"scale(0.95)"},"enter-to":{transform:"scale(1)"},leave:{transform:"scale(1)"},"leave-to":{transform:"scale(0.95)"}},"fade-zoom":{enter:{opacity:0,transform:"scale(0.95)"},"enter-to":{opacity:1,transform:"scale(1)"},leave:{opacity:1,transform:"scale(1)"},"leave-to":{opacity:0,transform:"scale(0.95)"}}};t.default=r},,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{bgColor:{type:String,default:e.$u.props.statusBar.bgColor}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={props:{}};t.default=r},,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{show:{type:Boolean,default:e.$u.props.picker.show},showToolbar:{type:Boolean,default:e.$u.props.picker.showToolbar},title:{type:String,default:e.$u.props.picker.title},columns:{type:Array,default:e.$u.props.picker.columns},loading:{type:Boolean,default:e.$u.props.picker.loading},itemHeight:{type:[String,Number],default:e.$u.props.picker.itemHeight},cancelText:{type:String,default:e.$u.props.picker.cancelText},confirmText:{type:String,default:e.$u.props.picker.confirmText},cancelColor:{type:String,default:e.$u.props.picker.cancelColor},confirmColor:{type:String,default:e.$u.props.picker.confirmColor},visibleItemCount:{type:[String,Number],default:e.$u.props.picker.visibleItemCount},keyName:{type:String,default:e.$u.props.picker.keyName},closeOnClickOverlay:{type:Boolean,default:e.$u.props.picker.closeOnClickOverlay},defaultIndex:{type:Array,default:e.$u.props.picker.defaultIndex},immediateChange:{type:Boolean,default:e.$u.props.picker.immediateChange}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{status:{type:String,default:e.$u.props.loadmore.status},bgColor:{type:String,default:e.$u.props.loadmore.bgColor},icon:{type:Boolean,default:e.$u.props.loadmore.icon},fontSize:{type:[String,Number],default:e.$u.props.loadmore.fontSize},iconSize:{type:[String,Number],default:e.$u.props.loadmore.iconSize},color:{type:String,default:e.$u.props.loadmore.color},loadingIcon:{type:String,default:e.$u.props.loadmore.loadingIcon},loadmoreText:{type:String,default:e.$u.props.loadmore.loadmoreText},loadingText:{type:String,default:e.$u.props.loadmore.loadingText},nomoreText:{type:String,default:e.$u.props.loadmore.nomoreText},isDot:{type:Boolean,default:e.$u.props.loadmore.isDot},iconColor:{type:String,default:e.$u.props.loadmore.iconColor},marginTop:{type:[String,Number],default:e.$u.props.loadmore.marginTop},marginBottom:{type:[String,Number],default:e.$u.props.loadmore.marginBottom},height:{type:[String,Number],default:e.$u.props.loadmore.height},line:{type:Boolean,default:e.$u.props.loadmore.line},lineColor:{type:String,default:e.$u.props.loadmore.lineColor},dashed:{type:Boolean,default:e.$u.props.loadmore.dashed}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{show:{type:Boolean,default:e.$u.props.loadingIcon.show},color:{type:String,default:e.$u.props.loadingIcon.color},textColor:{type:String,default:e.$u.props.loadingIcon.textColor},vertical:{type:Boolean,default:e.$u.props.loadingIcon.vertical},mode:{type:String,default:e.$u.props.loadingIcon.mode},size:{type:[String,Number],default:e.$u.props.loadingIcon.size},textSize:{type:[String,Number],default:e.$u.props.loadingIcon.textSize},text:{type:[String,Number],default:e.$u.props.loadingIcon.text},timingFunction:{type:String,default:e.$u.props.loadingIcon.timingFunction},duration:{type:[String,Number],default:e.$u.props.loadingIcon.duration},inactiveColor:{type:String,default:e.$u.props.loadingIcon.inactiveColor}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={props:{length:{type:[String,Number],default:e.$u.props.swiperIndicator.length},current:{type:[String,Number],default:e.$u.props.swiperIndicator.current},indicatorActiveColor:{type:String,default:e.$u.props.swiperIndicator.indicatorActiveColor},indicatorInactiveColor:{type:String,default:e.$u.props.swiperIndicator.indicatorInactiveColor},indicatorMode:{type:String,default:e.$u.props.swiperIndicator.indicatorMode}}};t.default=n}).call(this,n(2)["default"])},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={props:{showMonth:{type:Boolean,default:!1},FoldStatus:{type:String,default:null},month:{type:[Number,String],default:null},color:{type:String,default:"#3c9cff"},startText:{type:String,default:"开始"},endText:{type:String,default:"结束"},weeks:{type:[Object,Array],default:function(){return[]}},calendar:{type:Object,default:function(){return{}}},selected:{type:Array,default:function(){return[]}},lunar:{type:Boolean,default:!1},itemHeight:{type:Number,default:64},monthShowCurrentMonth:{type:Boolean,default:!1},actBadgeColor:{type:String,default:"#fff"}}};t.default=r},,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={"wuicon-level":"e68f","wuicon-download":"e670","wuicon-search":"e632","wuicon-reload":"e627","wuicon-scan":"e631","wuicon-calendar":"e65c","wuicon-bag":"e647","wuicon-checkbox-mark":"e659","wuicon-attach":"e640","wuicon-wifi-off":"e6cc","wuicon-woman":"e626","wuicon-man":"e675","wuicon-chat":"e656","wuicon-chat-fill":"e63f","wuicon-red-packet":"e6c3","wuicon-folder":"e694","wuicon-order":"e695","wuicon-arrow-up-fill":"e636","wuicon-arrow-down-fill":"e638","wuicon-backspace":"e64d","wuicon-photo":"e60d","wuicon-photo-fill":"e6b4","wuicon-lock":"e69d","wuicon-lock-fill":"e6a6","wuicon-lock-open":"e68d","wuicon-lock-opened-fill":"e6a1","wuicon-home":"e67b","wuicon-home-fill":"e68e","wuicon-star":"e618","wuicon-star-fill":"e61e","wuicon-share":"e629","wuicon-share-fill":"e6bb","wuicon-share-square":"e6c4","wuicon-volume":"e605","wuicon-volume-fill":"e624","wuicon-volume-off":"e6bd","wuicon-volume-off-fill":"e6c8","wuicon-trash":"e623","wuicon-trash-fill":"e6ce","wuicon-shopping-cart":"e6cb","wuicon-shopping-cart-fill":"e630","wuicon-question-circle":"e622","wuicon-question-circle-fill":"e6bc","wuicon-plus":"e625","wuicon-plus-circle":"e603","wuicon-plus-circle-fill":"e611","wuicon-tags":"e621","wuicon-tags-fill":"e613","wuicon-pause":"e61c","wuicon-pause-circle":"e696","wuicon-pause-circle-fill":"e60c","wuicon-play-circle":"e6af","wuicon-play-circle-fill":"e62a","wuicon-map":"e665","wuicon-map-fill":"e6a8","wuicon-phone":"e6ba","wuicon-phone-fill":"e6ac","wuicon-list":"e690","wuicon-list-dot":"e6a9","wuicon-info-circle":"e69f","wuicon-info-circle-fill":"e6a7","wuicon-minus":"e614","wuicon-minus-circle":"e6a5","wuicon-mic":"e66d","wuicon-mic-off":"e691","wuicon-grid":"e68c","wuicon-grid-fill":"e698","wuicon-eye":"e664","wuicon-eye-fill":"e697","wuicon-eye-off":"e69c","wuicon-eye-off-outline":"e688","wuicon-file-text":"e687","wuicon-file-text-fill":"e67f","wuicon-edit-pen":"e65d","wuicon-edit-pen-fill":"e679","wuicon-email":"e673","wuicon-email-fill":"e683","wuicon-checkmark":"e64a","wuicon-checkmark-circle":"e643","wuicon-checkmark-circle-fill":"e668","wuicon-clock":"e66c","wuicon-clock-fill":"e64b","wuicon-close":"e65a","wuicon-close-circle":"e64e","wuicon-close-circle-fill":"e666","wuicon-car":"e64f","wuicon-car-fill":"e648","wuicon-bell":"e651","wuicon-bell-fill":"e604","wuicon-play-left":"e6bf","wuicon-play-right":"e6b3","wuicon-play-left-fill":"e6ae","wuicon-play-right-fill":"e6ad","wuicon-skip-back-left":"e6c5","wuicon-skip-forward-right":"e61f","wuicon-setting":"e602","wuicon-setting-fill":"e6d0","wuicon-more-dot-fill":"e66f","wuicon-more-circle":"e69e","wuicon-more-circle-fill":"e684","wuicon-arrow-upward":"e641","wuicon-arrow-downward":"e634","wuicon-arrow-leftward":"e63b","wuicon-arrow-rightward":"e644","wuicon-arrow-up":"e633","wuicon-arrow-down":"e63e","wuicon-arrow-left":"e646","wuicon-arrow-right":"e63c","wuicon-thumb-up":"e612","wuicon-thumb-up-fill":"e62c","wuicon-thumb-down":"e60a","wuicon-thumb-down-fill":"e628","wuicon-coupon":"e65f","wuicon-coupon-fill":"e64c","wuicon-kefu-ermai":"e660","wuicon-server-fill":"e610","wuicon-server-man":"e601","wuicon-warning":"e6c1","wuicon-warning-fill":"e6c7","wuicon-camera":"e642","wuicon-camera-fill":"e650","wuicon-pushpin":"e6d1","wuicon-pushpin-fill":"e6b6","wuicon-heart":"e6a2","wuicon-heart-fill":"e68b","wuicon-account":"e63a","wuicon-account-fill":"e653","wuicon-integral":"e693","wuicon-integral-fill":"e6b1","wuicon-gift":"e680","wuicon-gift-fill":"e6b0","wuicon-empty-data":"e671","wuicon-empty-address":"e68a","wuicon-empty-favor":"e662","wuicon-empty-car":"e656","wuicon-empty-order":"e66b","wuicon-empty-list":"e671","wuicon-empty-search":"e677","wuicon-empty-permission":"e67c","wuicon-empty-news":"e67d","wuicon-empty-history":"e684","wuicon-empty-coupon":"e69b","wuicon-empty-page":"e60e","wuicon-apple-fill":"e635","wuicon-zhifubao-circle-fill":"e617","wuicon-weixin-circle-fill":"e6cd","wuicon-weixin-fill":"e620","wuicon-qq-fill":"e608","wuicon-qq-circle-fill":"e6b9","wuicon-moments":"e6a0","wuicon-moments-circel-fill":"e6c2","wuicon-twitter":"e607","wuicon-twitter-circle-fill":"e6cf"};t.default=r},function(e,t,n){"use strict";(function(e){var r=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i,a,o=r(n(11));function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function u(e){for(var t=1;t智能排序分类筛选~ 暂无相关数据 ~ \ No newline at end of file +智能排序分类筛选~ 暂无相关数据 ~ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/food/foodlist/foodlist.wxml b/unpackage/dist/dev/mp-weixin/subPageA/food/foodlist/foodlist.wxml index a5b02f5..96c79cb 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/food/foodlist/foodlist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/food/foodlist/foodlist.wxml @@ -1 +1 @@ -智能排序分类筛选热门推荐{{item.title}}{{item.content}}+ 查看更多{{this.$param.pageMsg}}~ 暂无相关数据 ~ \ No newline at end of file +智能排序分类筛选热门推荐{{item.title}}{{item.content}}+ 查看更多{{this.$param.pageMsg}}~ 暂无相关数据 ~ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/hotevent/hoteventlist/hoteventlist.wxml b/unpackage/dist/dev/mp-weixin/subPageA/hotevent/hoteventlist/hoteventlist.wxml index 8317976..6966646 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/hotevent/hoteventlist/hoteventlist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/hotevent/hoteventlist/hoteventlist.wxml @@ -1 +1 @@ -智能排序分类筛选{{item.ename}}{{"活动时间:"+item.eventdate}}~ 暂无相关数据 ~{{this.$param.pageMsg}} \ No newline at end of file +智能排序分类筛选{{item.ename}}{{"活动时间:"+item.eventdate}}~ 暂无相关数据 ~{{this.$param.pageMsg}} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/scenic/sceniclist/sceniclist.wxml b/unpackage/dist/dev/mp-weixin/subPageA/scenic/sceniclist/sceniclist.wxml index 9c434ac..c92c747 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/scenic/sceniclist/sceniclist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/scenic/sceniclist/sceniclist.wxml @@ -1 +1 @@ -智能排序分类筛选{{''+title.name+''}}热门推荐{{p_item.cname}}{{''+p_item.address+''}}~ 暂无相关数据 ~ \ No newline at end of file +智能排序分类筛选{{''+title.name+''}}热门推荐{{p_item.cname}}{{''+p_item.address+''}}~ 暂无相关数据 ~ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/search/search.wxml b/unpackage/dist/dev/mp-weixin/subPageA/search/search.wxml index 877424c..f581556 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/search/search.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/search/search.wxml @@ -1 +1 @@ -景区美食攻略酒店线路~ 暂无相关数据 ~ \ No newline at end of file +景区美食攻略酒店线路~ 暂无相关数据 ~ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/travelroute/travelroutelist/travelroutelist.wxml b/unpackage/dist/dev/mp-weixin/subPageA/travelroute/travelroutelist/travelroutelist.wxml index 60337f7..7ac5e94 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/travelroute/travelroutelist/travelroutelist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/travelroute/travelroutelist/travelroutelist.wxml @@ -1 +1 @@ -智能排序分类筛选热门推荐{{itemName.hname}}{{itemName.dicname}}~ 暂无相关数据 ~ \ No newline at end of file +智能排序分类筛选热门推荐{{itemName.hname}}{{itemName.dicname}}~ 暂无相关数据 ~ \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxml b/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxml index 311d269..2434668 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxml @@ -1 +1 @@ -智能排序分类筛选热门推荐{{item.title}}{{item.content}}~ 暂无相关数据 ~+ 查看更多{{this.$param.pageMsg}} \ No newline at end of file +智能排序分类筛选热门推荐{{item.title}}{{item.content}}~ 暂无相关数据 ~+ 查看更多{{this.$param.pageMsg}} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxss b/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxss index e4476a9..1219a81 100644 --- a/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageA/wenchuang/wenlist/wenlist.wxss @@ -4,7 +4,7 @@ page { } .scroll-view { position: absolute; - top: 60rpx; + top: 180rpx; right: 0; bottom: 0; left: 0; diff --git a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxml b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxml index 03fed74..9429283 100644 --- a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxml @@ -1 +1 @@ -{{info.hotelName}}{{info.hlevel}}{{cell}}{{info.addressInfo}}地图电话{{infoData.startDate1}}入住{{infoData.endDate1}}离店{{"共"+infoData.dayNum+"晚"}}{{item.houseName}}{{item.guest+"人入住"}}{{item.houseArea+"㎡"}}需等待商家确认¥{{item.housePrice}}预定预定说明民宿介绍 \ No newline at end of file +{{info.hotelName}}{{info.hlevel}}{{cell}}{{info.addressInfo}}地图电话{{infoData.startDate1}}入住{{infoData.endDate1}}离店{{"共"+infoData.dayNum+"晚"}}{{item.houseName}}{{item.guest+"人入住"}}{{item.houseArea+"㎡"}}需等待商家确认¥{{item.housePrice}}预定预定说明民宿介绍 \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxss b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxss index 8be19f3..3034479 100644 --- a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaydetail/homestaydetail.wxss @@ -38,4 +38,11 @@ left: 0; z-index: 999; } +.v-pages-list .list_item { + margin-top: 0; + margin-bottom: 0; +} +.v-pages-list .list_item:not(:last-child) { + margin-bottom: 24rpx; +} diff --git a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaylist/homestaylist.wxml b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaylist/homestaylist.wxml index ebb4f33..f3f5c97 100644 --- a/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaylist/homestaylist.wxml +++ b/unpackage/dist/dev/mp-weixin/subPageB/Homestay/homestaylist/homestaylist.wxml @@ -1 +1 @@ -{{item.hname}}{{(item.hlevel||'--')+''}}{{cell}}{{item.addressInfo||'--'}}¥{{item.price}} \ No newline at end of file +{{item.hname}}{{(item.hlevel||'--')+''}}{{cell}}{{item.addressInfo||'--'}}¥{{item.price}} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageB/common/vendor.js b/unpackage/dist/dev/mp-weixin/subPageB/common/vendor.js index ca3b52c..5f6eb4f 100644 --- a/unpackage/dist/dev/mp-weixin/subPageB/common/vendor.js +++ b/unpackage/dist/dev/mp-weixin/subPageB/common/vendor.js @@ -1,2 +1,2 @@ -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["subPageB/common/vendor"],{1293:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=function(t){var e="",o=t.getMonth()+1>=10?t.getMonth()+1:"0"+(t.getMonth()+1),n=t.getDate()>=10?t.getDate():"0"+t.getDate();return e+=t.getFullYear()+"-",e+=o+"-",e+=n,e},i=function(t,e){var o=[],i=t.split("-"),r=e.split("-"),c=new Date;c.setUTCFullYear(i[0],i[1]-1,i[2]);var f=new Date;f.setUTCFullYear(r[0],r[1]-1,r[2]);var a,s=c.getTime(),b=f.getTime(),l=864e5;for(a=s;a<=b;)o.push(n(new Date(parseInt(a)))),a+=l;return o},r={getAllDate:i};e.default=r},1306:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n(o(13)),r=n(o(23)),c=n(o(24)),f=n(o(1307)),a=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=e.date,n=e.selected,i=e.startDate,c=e.endDate,f=e.range;(0,r.default)(this,t),this.date=this.getDate(o),this.selected=n||[],this.startDate=i,this.endDate=c,this.range=f,this.multipleStatus={before:"",after:"",data:[]},this.weeks={},this._getWeek(this.date.fullDate)}return(0,c.default)(t,[{key:"getDate",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";t||(t=new Date),"object"!==(0,i.default)(t)&&(t=t.replace(/-/g,"/"));var n=new Date(t);switch(o){case"day":n.setDate(n.getDate()+e);break;case"month":31===n.getDate()?n.setDate(n.getDate()+e):n.setMonth(n.getMonth()+e);break;case"year":n.setFullYear(n.getFullYear()+e);break}var r=n.getFullYear(),c=n.getMonth()+1<10?"0"+(n.getMonth()+1):n.getMonth()+1,f=n.getDate()<10?"0"+n.getDate():n.getDate();return{fullDate:r+"-"+c+"-"+f,year:r,month:c,date:f,day:n.getDay()}}},{key:"_getLastMonthDays",value:function(t,e){for(var o=[],n=t;n>0;n--){var i=new Date(e.year,e.month-1,1-n).getDate();o.push({date:i,month:e.month-1,lunar:this.getlunar(e.year,e.month-1,i),disable:!0})}return o}},{key:"_currentMonthDys",value:function(t,e){for(var o=this,n=[],i=this.date.fullDate,r=function(t){var r=e.year+"-"+(e.month,e.month+"-")+(t<10?"0"+t:t),c=i===r,f=o.selected&&o.selected.find((function(t){if(o.dateEqual(r,t.date))return t})),a=!0,s=!0;if(o.startDate){var b=o.dateCompare(o.startDate,i);a=o.dateCompare(b?o.startDate:i,r)}if(o.endDate){var l=o.dateCompare(i,o.endDate);s=o.dateCompare(r,l?o.endDate:i)}var u=o.multipleStatus.data,p=!1,h=-1;o.range&&(u&&(h=u.findIndex((function(t){return o.dateEqual(t,r)}))),-1!==h&&(p=!0));var d={fullDate:r,year:e.year,date:t,multiple:!!o.range&&p,month:e.month,lunar:o.getlunar(e.year,e.month,t),disable:!a||!s,isDay:c};f&&(d.extraInfo=f),n.push(d)},c=1;c<=t;c++)r(c);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var o=[],n=1;n8;e>>=1)o+=this.lunarInfo[t-1900]&e?1:0;return o+this.leapDays(t)},leapMonth:function(t){return 15&this.lunarInfo[t-1900]},leapDays:function(t){return this.leapMonth(t)?65536&this.lunarInfo[t-1900]?30:29:0},monthDays:function(t,e){return e>12||e<1?-1:this.lunarInfo[t-1900]&65536>>e?30:29},solarDays:function(t,e){if(e>12||e<1)return-1;var o=e-1;return 1==o?t%4==0&&t%100!=0||t%400==0?29:28:this.solarMonth[o]},toGanZhiYear:function(t){var e=(t-3)%10,o=(t-3)%12;return 0==e&&(e=10),0==o&&(o=12),this.Gan[e-1]+this.Zhi[o-1]},toAstro:function(t,e){var o="魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯",n=[20,19,21,21,21,22,23,23,23,23,22,22];return o.substr(2*t-(e2100)return-1;if(e<1||e>24)return-1;var o=this.sTermInfo[t-1900],n=[parseInt("0x"+o.substr(0,5)).toString(),parseInt("0x"+o.substr(5,5)).toString(),parseInt("0x"+o.substr(10,5)).toString(),parseInt("0x"+o.substr(15,5)).toString(),parseInt("0x"+o.substr(20,5)).toString(),parseInt("0x"+o.substr(25,5)).toString()],i=[n[0].substr(0,1),n[0].substr(1,2),n[0].substr(3,1),n[0].substr(4,2),n[1].substr(0,1),n[1].substr(1,2),n[1].substr(3,1),n[1].substr(4,2),n[2].substr(0,1),n[2].substr(1,2),n[2].substr(3,1),n[2].substr(4,2),n[3].substr(0,1),n[3].substr(1,2),n[3].substr(3,1),n[3].substr(4,2),n[4].substr(0,1),n[4].substr(1,2),n[4].substr(3,1),n[4].substr(4,2),n[5].substr(0,1),n[5].substr(1,2),n[5].substr(3,1),n[5].substr(4,2)];return parseInt(i[e-1])},toChinaMonth:function(t){if(t>12||t<1)return-1;var e=this.nStr3[t-1];return e+="月",e},toChinaDay:function(t){var e;switch(t){case 10:e="初十";break;case 20:e="二十";break;case 30:e="三十";break;default:e=this.nStr2[Math.floor(t/10)],e+=this.nStr1[t%10]}return e},getAnimal:function(t){return this.Animals[(t-4)%12]},solar2lunar:function(t,e,o){if(t<1900||t>2100)return-1;if(1900==t&&1==e&&o<31)return-1;if(t)n=new Date(t,parseInt(e)-1,o);else var n=new Date;var i,r=0,c=0,f=(t=n.getFullYear(),e=n.getMonth()+1,o=n.getDate(),(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate())-Date.UTC(1900,0,31))/864e5);for(i=1900;i<2101&&f>0;i++)c=this.lYearDays(i),f-=c;f<0&&(f+=c,i--);var a=new Date,s=!1;a.getFullYear()==t&&a.getMonth()+1==e&&a.getDate()==o&&(s=!0);var b=n.getDay(),l=this.nStr1[b];0==b&&(b=7);var u=i,p=(r=this.leapMonth(i),!1);for(i=1;i<13&&f>0;i++)r>0&&i==r+1&&0==p?(--i,p=!0,c=this.leapDays(u)):c=this.monthDays(u,i),1==p&&i==r+1&&(p=!1),f-=c;0==f&&r>0&&i==r+1&&(p?p=!1:(p=!0,--i)),f<0&&(f+=c,--i);var h=i,d=f+1,g=e-1,y=this.toGanZhiYear(u),m=this.getTerm(t,2*e-1),v=this.getTerm(t,2*e),w=this.toGanZhi(12*(t-1900)+e+11);o>=m&&(w=this.toGanZhi(12*(t-1900)+e+12));var S=!1,D=null;m==o&&(S=!0,D=this.solarTerm[2*e-2]),v==o&&(S=!0,D=this.solarTerm[2*e-1]);var T=Date.UTC(t,g,1,0,0,0,0)/864e5+25567+10,k=this.toGanZhi(T+o-1),x=this.toAstro(e,o);return{lYear:u,lMonth:h,lDay:d,Animal:this.getAnimal(u),IMonthCn:(p?"闰":"")+this.toChinaMonth(h),IDayCn:this.toChinaDay(d),cYear:t,cMonth:e,cDay:o,gzYear:y,gzMonth:w,gzDay:k,isToday:s,isLeap:p,nWeek:b,ncWeek:"星期"+l,isTerm:S,Term:D,astro:x}},lunar2solar:function(t,e,o,n){n=!!n;var i=this.leapMonth(t);this.leapDays(t);if(n&&i!=e)return-1;if(2100==t&&12==e&&o>1||1900==t&&1==e&&o<31)return-1;var r=this.monthDays(t,e),c=r;if(n&&(c=this.leapDays(t,e)),t<1900||t>2100||o>c)return-1;for(var f=0,a=1900;a0&&(f+=this.leapDays(t),b=!0),f+=this.monthDays(t,a);n&&(f+=r);var l=Date.UTC(1900,1,30,0,0,0),u=new Date(864e5*(f+o-31)+l),p=u.getUTCFullYear(),h=u.getUTCMonth()+1,d=u.getUTCDate();return this.solar2lunar(p,h,d)}},i=n;e.default=i},1328:function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={props:{icon:{type:String,default:t.$u.props.empty.icon},text:{type:String,default:t.$u.props.empty.text},textColor:{type:String,default:t.$u.props.empty.textColor},textSize:{type:[String,Number],default:t.$u.props.empty.textSize},iconColor:{type:String,default:t.$u.props.empty.iconColor},iconSize:{type:[String,Number],default:t.$u.props.empty.iconSize},mode:{type:String,default:t.$u.props.empty.mode},width:{type:[String,Number],default:t.$u.props.empty.width},height:{type:[String,Number],default:t.$u.props.empty.height},show:{type:Boolean,default:t.$u.props.empty.show},marginTop:{type:[String,Number],default:t.$u.props.empty.marginTop}}};e.default=o}).call(this,o(2)["default"])},1350:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var i=n(o(13));function r(t){var e=this;e.version="1.2.0",e.options=t||{},e.isDownScrolling=!1,e.isUpScrolling=!1;var o=e.options.down&&e.options.down.callback;e.initDownScroll(),e.initUpScroll(),setTimeout((function(){e.optDown.use&&e.optDown.auto&&o&&(e.optDown.autoShowLoading?e.triggerDownScroll():e.optDown.callback&&e.optDown.callback(e)),e.optUp.use&&e.optUp.auto&&!e.isUpAutoLoad&&e.triggerUpScroll()}),30)}r.prototype.extendDownScroll=function(t){r.extend(t,{use:!0,auto:!1,autoShowLoading:!1,isLock:!1,offset:30,startTop:100,fps:30,inOffsetRate:.5,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,endDownScroll:null,callback:function(t){t.resetUpScroll()}})},r.prototype.extendUpScroll=function(t){r.extend(t,{use:!0,auto:!1,isLock:!1,isBoth:!0,isBounce:!1,callback:null,page:{num:0,size:10,time:null},noMoreSize:1,offset:80,textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"35%",zIndex:99},onScroll:!1})},r.extend=function(t,e){if(!t)return e;for(var o in e)if(null==t[o]){var n=e[o];null!=n&&"object"===(0,i.default)(n)?t[o]=r.extend({},n):t[o]=n}else"object"===(0,i.default)(t[o])&&r.extend(t[o],e[o]);return t},r.prototype.initDownScroll=function(){var t=this;t.optDown=t.options.down||{},t.extendDownScroll(t.optDown),t.downHight=0,t.optDown.use&&t.optDown.inited&&setTimeout((function(){t.optDown.inited(t)}),0)},r.prototype.touchstartEvent=function(t){this.optDown.use&&(this.startPoint=this.getPoint(t),this.startTop=this.getScrollTop(),this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},r.prototype.touchmoveEvent=function(t){if(this.optDown.use&&this.startPoint){var e=this,o=(new Date).getTime();if(!(e.moveTime&&o-e.moveTime0&&(n<=0||n<=e.optDown.startTop&&n===e.startTop)&&e.optDown.use&&!e.inTouchend&&!e.isDownScrolling&&!e.optDown.isLock&&(!e.isUpScrolling||e.isUpScrolling&&e.optUp.isBoth)){var c=e.getAngle(e.lastPoint,i);if(c0&&i.y>=e.maxTouchmoveY)return e.inTouchend=!0,void e.touchendEvent();e.preventDefault(t);var f=i.y-e.lastPoint.y;e.downHight0?Math.round(f*e.optDown.outOffsetRate):f);var a=e.downHight/e.optDown.offset;e.optDown.onMoving&&e.optDown.onMoving(e,a,e.downHight)}e.lastPoint=i}}},r.prototype.touchendEvent=function(t){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.optDown.endDownScroll&&this.optDown.endDownScroll(this)),this.movetype=0,this.isMoveDown=!1;else if(this.getScrollTop()===this.startTop){var e=this.getPoint(t).y-this.startPoint.y<0;if(e){var o=this.getAngle(this.getPoint(t),this.startPoint);o>80&&this.triggerUpScroll(!0)}}},r.prototype.getPoint=function(t){return t?t.touches&&t.touches[0]?{x:t.touches[0].pageX,y:t.touches[0].pageY}:t.changedTouches&&t.changedTouches[0]?{x:t.changedTouches[0].pageX,y:t.changedTouches[0].pageY}:{x:t.clientX,y:t.clientY}:{x:0,y:0}},r.prototype.getAngle=function(t,e){var o=Math.abs(t.x-e.x),n=Math.abs(t.y-e.y),i=Math.sqrt(o*o+n*n),r=0;return 0!==i&&(r=Math.asin(n/i)/Math.PI*180),r},r.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),this.optDown.callback&&this.optDown.callback(this))},r.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.downHight=this.optDown.offset,this.optDown.showLoading(this,this.downHight)},r.prototype.endDownScroll=function(){var t=this,e=function(){t.downHight=0,t.isDownScrolling=!1,t.optDown.endDownScroll&&t.optDown.endDownScroll(t),t.setScrollHeight(0)},o=0;t.optDown.afterLoading&&(o=t.optDown.afterLoading(t)),"number"===typeof o&&o>0?setTimeout(e,o):e()},r.prototype.lockDownScroll=function(t){null==t&&(t=!0),this.optDown.isLock=t},r.prototype.lockUpScroll=function(t){null==t&&(t=!0),this.optUp.isLock=t},r.prototype.initUpScroll=function(){var t=this;t.optUp=t.options.up||{use:!1},t.extendUpScroll(t.optUp),t.optUp.isBounce||t.setBounce(!1),!1!==t.optUp.use&&(t.optUp.hasNext=!0,t.startNum=t.optUp.page.num+1,t.optUp.inited&&setTimeout((function(){t.optUp.inited(t)}),0))},r.prototype.scroll=function(t,e){this.setScrollTop(t.scrollTop),this.setScrollHeight(t.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=t.scrollTop-this.preScrollY>0,this.preScrollY=t.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),t.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&e&&e()},r.prototype.triggerUpScroll=function(t){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===t){var e=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(e=!0),!1===e)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},r.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},r.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},r.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},r.prototype.endUpScroll=function(t){null!=t&&(t?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},r.prototype.resetUpScroll=function(t){if(this.optUp&&this.optUp.use){var e=this.optUp.page;this.prePageNum=e.num,this.prePageTime=e.time,e.num=this.startNum,e.time=null,this.isDownScrolling||!1===t||(null==t?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=e.num,this.size=e.size,this.time=e.time,this.optUp.callback&&this.optUp.callback(this)}},r.prototype.setPageNum=function(t){this.optUp.page.num=t-1},r.prototype.setPageSize=function(t){this.optUp.page.size=t},r.prototype.endByPage=function(t,e,o){var n;this.optUp.use&&null!=e&&(n=this.optUp.page.nume||!o)&&(t.apply(this,arguments),o=n)}}t.exports={throttle:o,vuemixin:{created:function(){console.log(1)}}}},872:function(t,e,o){(function(t,n){var i,r,c,f=o(13);!function(o,a){try{t.ClipboardJS=a()}catch(a){}"object"==f(e)&&"object"==f(n)?n.exports=a():(r=[],i=a,c="function"===typeof i?i.apply(e,r):i,void 0===c||(n.exports=c))}(0,(function(){return function(t){var e={};function o(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=t,o.c=e,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==f(t)&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)o.d(n,i,function(e){return t[e]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=0)}([function(t,e,o){"use strict";var n="function"==typeof Symbol&&"symbol"==f(Symbol.iterator)?function(t){return f(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":f(t)},i=function(){function t(t,e){for(var o=0;o=10?t.getMonth()+1:"0"+(t.getMonth()+1),n=t.getDate()>=10?t.getDate():"0"+t.getDate();return e+=t.getFullYear()+"-",e+=o+"-",e+=n,e},i=function(t,e){var o=[],i=t.split("-"),r=e.split("-"),c=new Date;c.setUTCFullYear(i[0],i[1]-1,i[2]);var a=new Date;a.setUTCFullYear(r[0],r[1]-1,r[2]);var f,s=c.getTime(),b=a.getTime(),l=864e5;for(f=s;f<=b;)o.push(n(new Date(parseInt(f)))),f+=l;return o},r={getAllDate:i};e.default=r},1306:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n(o(13)),r=n(o(23)),c=n(o(24)),a=n(o(1307)),f=function(){function t(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},o=e.date,n=e.selected,i=e.startDate,c=e.endDate,a=e.range;(0,r.default)(this,t),this.date=this.getDate(o),this.selected=n||[],this.startDate=i,this.endDate=c,this.range=a,this.multipleStatus={before:"",after:"",data:[]},this.weeks={},this._getWeek(this.date.fullDate)}return(0,c.default)(t,[{key:"getDate",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";t||(t=new Date),"object"!==(0,i.default)(t)&&(t=t.replace(/-/g,"/"));var n=new Date(t);switch(o){case"day":n.setDate(n.getDate()+e);break;case"month":31===n.getDate()?n.setDate(n.getDate()+e):n.setMonth(n.getMonth()+e);break;case"year":n.setFullYear(n.getFullYear()+e);break}var r=n.getFullYear(),c=n.getMonth()+1<10?"0"+(n.getMonth()+1):n.getMonth()+1,a=n.getDate()<10?"0"+n.getDate():n.getDate();return{fullDate:r+"-"+c+"-"+a,year:r,month:c,date:a,day:n.getDay()}}},{key:"_getLastMonthDays",value:function(t,e){for(var o=[],n=t;n>0;n--){var i=new Date(e.year,e.month-1,1-n).getDate();o.push({date:i,month:e.month-1,lunar:this.getlunar(e.year,e.month-1,i),disable:!0})}return o}},{key:"_currentMonthDys",value:function(t,e){for(var o=this,n=[],i=this.date.fullDate,r=function(t){var r=e.year+"-"+(e.month,e.month+"-")+(t<10?"0"+t:t),c=i===r,a=o.selected&&o.selected.find((function(t){if(o.dateEqual(r,t.date))return t})),f=!0,s=!0;if(o.startDate){var b=o.dateCompare(o.startDate,i);f=o.dateCompare(b?o.startDate:i,r)}if(o.endDate){var l=o.dateCompare(i,o.endDate);s=o.dateCompare(r,l?o.endDate:i)}var u=o.multipleStatus.data,p=!1,h=-1;o.range&&(u&&(h=u.findIndex((function(t){return o.dateEqual(t,r)}))),-1!==h&&(p=!0));var d={fullDate:r,year:e.year,date:t,multiple:!!o.range&&p,month:e.month,lunar:o.getlunar(e.year,e.month,t),disable:!f||!s,isDay:c};a&&(d.extraInfo=a),n.push(d)},c=1;c<=t;c++)r(c);return n}},{key:"_getNextMonthDays",value:function(t,e){for(var o=[],n=1;n8;e>>=1)o+=this.lunarInfo[t-1900]&e?1:0;return o+this.leapDays(t)},leapMonth:function(t){return 15&this.lunarInfo[t-1900]},leapDays:function(t){return this.leapMonth(t)?65536&this.lunarInfo[t-1900]?30:29:0},monthDays:function(t,e){return e>12||e<1?-1:this.lunarInfo[t-1900]&65536>>e?30:29},solarDays:function(t,e){if(e>12||e<1)return-1;var o=e-1;return 1==o?t%4==0&&t%100!=0||t%400==0?29:28:this.solarMonth[o]},toGanZhiYear:function(t){var e=(t-3)%10,o=(t-3)%12;return 0==e&&(e=10),0==o&&(o=12),this.Gan[e-1]+this.Zhi[o-1]},toAstro:function(t,e){var o="魔羯水瓶双鱼白羊金牛双子巨蟹狮子处女天秤天蝎射手魔羯",n=[20,19,21,21,21,22,23,23,23,23,22,22];return o.substr(2*t-(e2100)return-1;if(e<1||e>24)return-1;var o=this.sTermInfo[t-1900],n=[parseInt("0x"+o.substr(0,5)).toString(),parseInt("0x"+o.substr(5,5)).toString(),parseInt("0x"+o.substr(10,5)).toString(),parseInt("0x"+o.substr(15,5)).toString(),parseInt("0x"+o.substr(20,5)).toString(),parseInt("0x"+o.substr(25,5)).toString()],i=[n[0].substr(0,1),n[0].substr(1,2),n[0].substr(3,1),n[0].substr(4,2),n[1].substr(0,1),n[1].substr(1,2),n[1].substr(3,1),n[1].substr(4,2),n[2].substr(0,1),n[2].substr(1,2),n[2].substr(3,1),n[2].substr(4,2),n[3].substr(0,1),n[3].substr(1,2),n[3].substr(3,1),n[3].substr(4,2),n[4].substr(0,1),n[4].substr(1,2),n[4].substr(3,1),n[4].substr(4,2),n[5].substr(0,1),n[5].substr(1,2),n[5].substr(3,1),n[5].substr(4,2)];return parseInt(i[e-1])},toChinaMonth:function(t){if(t>12||t<1)return-1;var e=this.nStr3[t-1];return e+="月",e},toChinaDay:function(t){var e;switch(t){case 10:e="初十";break;case 20:e="二十";break;case 30:e="三十";break;default:e=this.nStr2[Math.floor(t/10)],e+=this.nStr1[t%10]}return e},getAnimal:function(t){return this.Animals[(t-4)%12]},solar2lunar:function(t,e,o){if(t<1900||t>2100)return-1;if(1900==t&&1==e&&o<31)return-1;if(t)n=new Date(t,parseInt(e)-1,o);else var n=new Date;var i,r=0,c=0,a=(t=n.getFullYear(),e=n.getMonth()+1,o=n.getDate(),(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate())-Date.UTC(1900,0,31))/864e5);for(i=1900;i<2101&&a>0;i++)c=this.lYearDays(i),a-=c;a<0&&(a+=c,i--);var f=new Date,s=!1;f.getFullYear()==t&&f.getMonth()+1==e&&f.getDate()==o&&(s=!0);var b=n.getDay(),l=this.nStr1[b];0==b&&(b=7);var u=i,p=(r=this.leapMonth(i),!1);for(i=1;i<13&&a>0;i++)r>0&&i==r+1&&0==p?(--i,p=!0,c=this.leapDays(u)):c=this.monthDays(u,i),1==p&&i==r+1&&(p=!1),a-=c;0==a&&r>0&&i==r+1&&(p?p=!1:(p=!0,--i)),a<0&&(a+=c,--i);var h=i,d=a+1,g=e-1,y=this.toGanZhiYear(u),m=this.getTerm(t,2*e-1),v=this.getTerm(t,2*e),w=this.toGanZhi(12*(t-1900)+e+11);o>=m&&(w=this.toGanZhi(12*(t-1900)+e+12));var S=!1,D=null;m==o&&(S=!0,D=this.solarTerm[2*e-2]),v==o&&(S=!0,D=this.solarTerm[2*e-1]);var T=Date.UTC(t,g,1,0,0,0,0)/864e5+25567+10,k=this.toGanZhi(T+o-1),x=this.toAstro(e,o);return{lYear:u,lMonth:h,lDay:d,Animal:this.getAnimal(u),IMonthCn:(p?"闰":"")+this.toChinaMonth(h),IDayCn:this.toChinaDay(d),cYear:t,cMonth:e,cDay:o,gzYear:y,gzMonth:w,gzDay:k,isToday:s,isLeap:p,nWeek:b,ncWeek:"星期"+l,isTerm:S,Term:D,astro:x}},lunar2solar:function(t,e,o,n){n=!!n;var i=this.leapMonth(t);this.leapDays(t);if(n&&i!=e)return-1;if(2100==t&&12==e&&o>1||1900==t&&1==e&&o<31)return-1;var r=this.monthDays(t,e),c=r;if(n&&(c=this.leapDays(t,e)),t<1900||t>2100||o>c)return-1;for(var a=0,f=1900;f0&&(a+=this.leapDays(t),b=!0),a+=this.monthDays(t,f);n&&(a+=r);var l=Date.UTC(1900,1,30,0,0,0),u=new Date(864e5*(a+o-31)+l),p=u.getUTCFullYear(),h=u.getUTCMonth()+1,d=u.getUTCDate();return this.solar2lunar(p,h,d)}},i=n;e.default=i},1328:function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={props:{icon:{type:String,default:t.$u.props.empty.icon},text:{type:String,default:t.$u.props.empty.text},textColor:{type:String,default:t.$u.props.empty.textColor},textSize:{type:[String,Number],default:t.$u.props.empty.textSize},iconColor:{type:String,default:t.$u.props.empty.iconColor},iconSize:{type:[String,Number],default:t.$u.props.empty.iconSize},mode:{type:String,default:t.$u.props.empty.mode},width:{type:[String,Number],default:t.$u.props.empty.width},height:{type:[String,Number],default:t.$u.props.empty.height},show:{type:Boolean,default:t.$u.props.empty.show},marginTop:{type:[String,Number],default:t.$u.props.empty.marginTop}}};e.default=o}).call(this,o(2)["default"])},1350:function(t,e,o){"use strict";var n=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=r;var i=n(o(13));function r(t){var e=this;e.version="1.2.0",e.options=t||{},e.isDownScrolling=!1,e.isUpScrolling=!1;var o=e.options.down&&e.options.down.callback;e.initDownScroll(),e.initUpScroll(),setTimeout((function(){e.optDown.use&&e.optDown.auto&&o&&(e.optDown.autoShowLoading?e.triggerDownScroll():e.optDown.callback&&e.optDown.callback(e)),e.optUp.use&&e.optUp.auto&&!e.isUpAutoLoad&&e.triggerUpScroll()}),30)}r.prototype.extendDownScroll=function(t){r.extend(t,{use:!0,auto:!1,autoShowLoading:!1,isLock:!1,offset:30,startTop:100,fps:30,inOffsetRate:.5,outOffsetRate:.2,bottomOffset:20,minAngle:45,textInOffset:"下拉刷新",textOutOffset:"释放更新",textLoading:"加载中 ...",inited:null,inOffset:null,outOffset:null,onMoving:null,beforeLoading:null,showLoading:null,afterLoading:null,endDownScroll:null,callback:function(t){t.resetUpScroll()}})},r.prototype.extendUpScroll=function(t){r.extend(t,{use:!0,auto:!1,isLock:!1,isBoth:!0,isBounce:!1,callback:null,page:{num:0,size:10,time:null},noMoreSize:1,offset:80,textLoading:"加载中 ...",textNoMore:"亲,已经是最底部了~",inited:null,showLoading:null,showNoMore:null,hideUpScroll:null,toTop:{src:null,offset:1e3,duration:300,btnClick:null,onShow:null,zIndex:9990,left:null,right:20,bottom:120,safearea:!1,width:72,radius:"50%"},empty:{use:!0,icon:null,tip:"~ 暂无相关数据 ~",btnText:"",btnClick:null,onShow:null,fixed:!1,top:"35%",zIndex:99},onScroll:!1})},r.extend=function(t,e){if(!t)return e;for(var o in e)if(null==t[o]){var n=e[o];null!=n&&"object"===(0,i.default)(n)?t[o]=r.extend({},n):t[o]=n}else"object"===(0,i.default)(t[o])&&r.extend(t[o],e[o]);return t},r.prototype.initDownScroll=function(){var t=this;t.optDown=t.options.down||{},t.extendDownScroll(t.optDown),t.downHight=0,t.optDown.use&&t.optDown.inited&&setTimeout((function(){t.optDown.inited(t)}),0)},r.prototype.touchstartEvent=function(t){this.optDown.use&&(this.startPoint=this.getPoint(t),this.startTop=this.getScrollTop(),this.lastPoint=this.startPoint,this.maxTouchmoveY=this.getBodyHeight()-this.optDown.bottomOffset,this.inTouchend=!1)},r.prototype.touchmoveEvent=function(t){if(this.optDown.use&&this.startPoint){var e=this,o=(new Date).getTime();if(!(e.moveTime&&o-e.moveTime0&&(n<=0||n<=e.optDown.startTop&&n===e.startTop)&&e.optDown.use&&!e.inTouchend&&!e.isDownScrolling&&!e.optDown.isLock&&(!e.isUpScrolling||e.isUpScrolling&&e.optUp.isBoth)){var c=e.getAngle(e.lastPoint,i);if(c0&&i.y>=e.maxTouchmoveY)return e.inTouchend=!0,void e.touchendEvent();e.preventDefault(t);var a=i.y-e.lastPoint.y;e.downHight0?Math.round(a*e.optDown.outOffsetRate):a);var f=e.downHight/e.optDown.offset;e.optDown.onMoving&&e.optDown.onMoving(e,f,e.downHight)}e.lastPoint=i}}},r.prototype.touchendEvent=function(t){if(this.optDown.use)if(this.isMoveDown)this.downHight>=this.optDown.offset?this.triggerDownScroll():(this.downHight=0,this.optDown.endDownScroll&&this.optDown.endDownScroll(this)),this.movetype=0,this.isMoveDown=!1;else if(this.getScrollTop()===this.startTop){var e=this.getPoint(t).y-this.startPoint.y<0;if(e){var o=this.getAngle(this.getPoint(t),this.startPoint);o>80&&this.triggerUpScroll(!0)}}},r.prototype.getPoint=function(t){return t?t.touches&&t.touches[0]?{x:t.touches[0].pageX,y:t.touches[0].pageY}:t.changedTouches&&t.changedTouches[0]?{x:t.changedTouches[0].pageX,y:t.changedTouches[0].pageY}:{x:t.clientX,y:t.clientY}:{x:0,y:0}},r.prototype.getAngle=function(t,e){var o=Math.abs(t.x-e.x),n=Math.abs(t.y-e.y),i=Math.sqrt(o*o+n*n),r=0;return 0!==i&&(r=Math.asin(n/i)/Math.PI*180),r},r.prototype.triggerDownScroll=function(){this.optDown.beforeLoading&&this.optDown.beforeLoading(this)||(this.showDownScroll(),this.optDown.callback&&this.optDown.callback(this))},r.prototype.showDownScroll=function(){this.isDownScrolling=!0,this.downHight=this.optDown.offset,this.optDown.showLoading(this,this.downHight)},r.prototype.endDownScroll=function(){var t=this,e=function(){t.downHight=0,t.isDownScrolling=!1,t.optDown.endDownScroll&&t.optDown.endDownScroll(t),t.setScrollHeight(0)},o=0;t.optDown.afterLoading&&(o=t.optDown.afterLoading(t)),"number"===typeof o&&o>0?setTimeout(e,o):e()},r.prototype.lockDownScroll=function(t){null==t&&(t=!0),this.optDown.isLock=t},r.prototype.lockUpScroll=function(t){null==t&&(t=!0),this.optUp.isLock=t},r.prototype.initUpScroll=function(){var t=this;t.optUp=t.options.up||{use:!1},t.extendUpScroll(t.optUp),t.optUp.isBounce||t.setBounce(!1),!1!==t.optUp.use&&(t.optUp.hasNext=!0,t.startNum=t.optUp.page.num+1,t.optUp.inited&&setTimeout((function(){t.optUp.inited(t)}),0))},r.prototype.scroll=function(t,e){this.setScrollTop(t.scrollTop),this.setScrollHeight(t.scrollHeight),null==this.preScrollY&&(this.preScrollY=0),this.isScrollUp=t.scrollTop-this.preScrollY>0,this.preScrollY=t.scrollTop,this.isScrollUp&&this.triggerUpScroll(!0),t.scrollTop>=this.optUp.toTop.offset?this.showTopBtn():this.hideTopBtn(),this.optUp.onScroll&&e&&e()},r.prototype.triggerUpScroll=function(t){if(!this.isUpScrolling&&this.optUp.use&&this.optUp.callback){if(!0===t){var e=!1;if(!this.optUp.hasNext||this.optUp.isLock||this.isDownScrolling||this.getScrollBottom()<=this.optUp.offset&&(e=!0),!1===e)return}this.showUpScroll(),this.optUp.page.num++,this.isUpAutoLoad=!0,this.num=this.optUp.page.num,this.size=this.optUp.page.size,this.time=this.optUp.page.time,this.optUp.callback(this)}},r.prototype.showUpScroll=function(){this.isUpScrolling=!0,this.optUp.showLoading&&this.optUp.showLoading(this)},r.prototype.showNoMore=function(){this.optUp.hasNext=!1,this.optUp.showNoMore&&this.optUp.showNoMore(this)},r.prototype.hideUpScroll=function(){this.optUp.hideUpScroll&&this.optUp.hideUpScroll(this)},r.prototype.endUpScroll=function(t){null!=t&&(t?this.showNoMore():this.hideUpScroll()),this.isUpScrolling=!1},r.prototype.resetUpScroll=function(t){if(this.optUp&&this.optUp.use){var e=this.optUp.page;this.prePageNum=e.num,this.prePageTime=e.time,e.num=this.startNum,e.time=null,this.isDownScrolling||!1===t||(null==t?(this.removeEmpty(),this.showUpScroll()):this.showDownScroll()),this.isUpAutoLoad=!0,this.num=e.num,this.size=e.size,this.time=e.time,this.optUp.callback&&this.optUp.callback(this)}},r.prototype.setPageNum=function(t){this.optUp.page.num=t-1},r.prototype.setPageSize=function(t){this.optUp.page.size=t},r.prototype.endByPage=function(t,e,o){var n;this.optUp.use&&null!=e&&(n=this.optUp.page.nume||!o)&&(t.apply(this,arguments),o=n)}}t.exports={throttle:o,vuemixin:{created:function(){console.log(1)}}}},872:function(t,e,o){(function(t,n){var i,r,c,a=o(13);!function(o,f){try{t.ClipboardJS=f()}catch(f){}"object"==a(e)&&"object"==a(n)?n.exports=f():(r=[],i=f,c="function"===typeof i?i.apply(e,r):i,void 0===c||(n.exports=c))}(0,(function(){return function(t){var e={};function o(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=t,o.c=e,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==a(t)&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)o.d(n,i,function(e){return t[e]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=0)}([function(t,e,o){"use strict";var n="function"==typeof Symbol&&"symbol"==a(Symbol.iterator)?function(t){return a(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":a(t)},i=function(){function t(t,e){for(var o=0;o智能排序分类筛选{{itemName.hname}}{{itemName.hlevel+''}}免费停车机器人服务{{'距您约'+itemName.distance}}
\ No newline at end of file +智能排序分类筛选{{itemName.hname}}{{itemName.hlevel+''}}免费停车机器人服务{{'距您约'+itemName.distance}} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/cancelStep.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/cancelStep.wxss index bb09aec..e0e7113 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/cancelStep.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/cancelStep.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderDetail.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderDetail.wxss index f4e9ff3..4f0eb83 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderDetail.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderDetail.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderList.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderList.wxss index a0594cc..c4defce 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderList.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderHomestay/orderList.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/cancelStep.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/cancelStep.wxss index bb09aec..e0e7113 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/cancelStep.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/cancelStep.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderDetail.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderDetail.wxss index 64148da..1c1dd18 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderDetail.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderDetail.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderList.wxss b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderList.wxss index baf4eb7..bb16e35 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderList.wxss +++ b/unpackage/dist/dev/mp-weixin/subPageC/orderShop/orderList.wxss @@ -442,12 +442,12 @@ page { } .v-pages-list.bgfff { background: #fff; - padding: 24rpx; + padding: 12rpx 24rpx; } .v-pages-list .list_item { position: relative; - margin: 24rpx 0; overflow: hidden; + margin: 24rpx 0; } .v-pages-list .list_item .item_recommend { position: absolute; @@ -1018,6 +1018,9 @@ page { .m-t-12 { margin-top: 12rpx !important; } +.m-t-6 { + margin-top: 6rpx !important; +} .p-t-24 { padding-top: 24rpx !important; } diff --git a/unpackage/dist/dev/mp-weixin/subPageC/translate/index.js b/unpackage/dist/dev/mp-weixin/subPageC/translate/index.js index df38b71..b282d48 100644 --- a/unpackage/dist/dev/mp-weixin/subPageC/translate/index.js +++ b/unpackage/dist/dev/mp-weixin/subPageC/translate/index.js @@ -1,2 +1,2 @@ -require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["subPageC/translate/index"],{1137:function(e,t,n){"use strict";(function(e,t){var o=n(4);n(26);o(n(25));var i=o(n(1138));e.__webpack_require_UNI_MP_PLUGIN__=n,t(i.default)}).call(this,n(1)["default"],n(2)["createPage"])},1138:function(e,t,n){"use strict";n.r(t);var o=n(1139),i=n(1141);for(var a in i)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(a);n(1143);var r,u=n(231),l=Object(u["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],r);l.options.__file="subPageC/translate/index.vue",t["default"]=l.exports},1139:function(e,t,n){"use strict";n.r(t);var o=n(1140);n.d(t,"render",(function(){return o["render"]})),n.d(t,"staticRenderFns",(function(){return o["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return o["recyclableRender"]})),n.d(t,"components",(function(){return o["components"]}))},1140:function(e,t,n){"use strict";var o;n.r(t),n.d(t,"render",(function(){return i})),n.d(t,"staticRenderFns",(function(){return r})),n.d(t,"recyclableRender",(function(){return a})),n.d(t,"components",(function(){return o}));try{o={uniEasyinput:function(){return n.e("uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput").then(n.bind(null,1375))},uPicker:function(){return Promise.all([n.e("common/vendor"),n.e("uni_modules/uview-ui/components/u-picker/u-picker")]).then(n.bind(null,1589))}}}catch(u){if(-1===u.message.indexOf("Cannot find module")||-1===u.message.indexOf(".vue"))throw u;console.error(u.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.fromShow=!0},e.e1=function(t){e.exchange=!e.exchange},e.e2=function(t){e.toShow=!0},e.e3=function(t){e.fromShow=!1},e.e4=function(t){e.fromShow=!1},e.e5=function(t){e.toShow=!1},e.e6=function(t){e.toShow=!1})},a=!1,r=[];i._withStripped=!0},1141:function(e,t,n){"use strict";n.r(t);var o=n(1142),i=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=i.a},1142:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(){Promise.all([n.e("common/vendor"),n.e("uni_modules/uview-ui/components/u-picker/u-picker")]).then(function(){return resolve(n(1589))}.bind(null,n)).catch(n.oe)},i=function(){n.e("subPageC/components/zero-markdown-view/components/zero-markdown-view/zero-markdown-view").then(function(){return resolve(n(1548))}.bind(null,n)).catch(n.oe)},a={components:{UPicker:o,ZeroMarkdownView:i},data:function(){return{rootPath:this.$config.ROOTPATH,imageSrc:"",imageTitle:"",search_result:[],ActiveText:"",resultText:"",exchange:!1,fromShow:!1,toShow:!1,ActiveFrom:{id:0,value:"auto",label:"自动识别"},fromRange:[[{id:0,value:"auto",label:"自动识别"},{id:1,value:"zh",label:"中文"},{id:2,value:"en",label:"英语"},{id:3,value:"jp",label:"日语"},{id:4,value:"kor",label:"韩语"},{id:5,value:"fra",label:"法语"},{id:6,value:"spa",label:"西班牙语"},{id:7,value:"ara",label:"阿拉伯语"},{id:8,value:"de",label:"德语"}]],ActiveTo:{id:1,value:"zh",label:"中文"},toRange:[[{id:1,value:"zh",label:"中文"},{id:2,value:"en",label:"英语"},{id:3,value:"jp",label:"日语"},{id:4,value:"kor",label:"韩语"},{id:5,value:"fra",label:"法语"},{id:6,value:"spa",label:"西班牙语"},{id:7,value:"ara",label:"阿拉伯语"},{id:8,value:"de",label:"德语"}]]}},onLoad:function(){},methods:{chooseImage:function(){var t=this,n=this;this.ActiveText="",this.resultText="",e.chooseMedia({count:1,sizeType:["compressed"],mediaType:["image"],sourceType:["camera","album"],success:function(o){n.imageSrc=o.tempFiles[0].tempFilePath,e.showLoading({title:"识别中..."}),t.task=e.uploadFile({url:t.rootPath+"/app-api/wechatshop/toolIdentify/identifyText",filePath:n.imageSrc,name:"file",formData:{file:n.imageSrc},success:function(o){var i=JSON.parse(o.data);console.log("====",i),e.showToast({title:"识别成功",icon:"success",duration:1e3}),null!==i.data?i.data.forEach((function(e){t.ActiveText=t.ActiveText+e.words+"\n"})):t.ActiveText="",n.gotoTranslate()},fail:function(t){e.showModal({content:t.errMsg,showCancel:!1})},complete:function(n){e.hideLoading(),t.task=null}})},fail:function(e){console.log("chooseImage fail",e)}})},changeFrom:function(e){this.fromShow=!1,this.ActiveFrom=e.value[0],this.gotoTranslate()},changeTo:function(e){this.toShow=!1,this.ActiveTo=e.value[0],this.gotoTranslate()},gotoTranslate:function(){var e,t=this;this.ActiveFrom.value==this.ActiveTo.value?this.resultText=this.ActiveText:(e=this.exchange?{query:this.ActiveText,from:this.ActiveTo.value,to:this.ActiveFrom.value}:{query:this.ActiveText,from:this.ActiveFrom.value,to:this.ActiveTo.value},this.$Request.get(this.$config.getTtranslate,e,"","",!1,!0).then((function(e){null!==e.data?(t.resultText="",e.data.forEach((function(e){t.resultText=t.resultText+e.dst+"
"})),t.resultText=t.resultText.replaceAll("\n","
")):t.resultText=t.ActiveText.replaceAll("\n","
")})))}}};t.default=a}).call(this,n(2)["default"])},1143:function(e,t,n){"use strict";n.r(t);var o=n(1144),i=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=i.a},1144:function(e,t,n){}},[[1137,"common/runtime","common/vendor"]]]); +require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["subPageC/translate/index"],{1137:function(e,t,n){"use strict";(function(e,t){var o=n(4);n(26);o(n(25));var i=o(n(1138));e.__webpack_require_UNI_MP_PLUGIN__=n,t(i.default)}).call(this,n(1)["default"],n(2)["createPage"])},1138:function(e,t,n){"use strict";n.r(t);var o=n(1139),i=n(1141);for(var a in i)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(a);n(1143);var r,u=n(231),l=Object(u["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],r);l.options.__file="subPageC/translate/index.vue",t["default"]=l.exports},1139:function(e,t,n){"use strict";n.r(t);var o=n(1140);n.d(t,"render",(function(){return o["render"]})),n.d(t,"staticRenderFns",(function(){return o["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return o["recyclableRender"]})),n.d(t,"components",(function(){return o["components"]}))},1140:function(e,t,n){"use strict";var o;n.r(t),n.d(t,"render",(function(){return i})),n.d(t,"staticRenderFns",(function(){return r})),n.d(t,"recyclableRender",(function(){return a})),n.d(t,"components",(function(){return o}));try{o={uniEasyinput:function(){return n.e("uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput").then(n.bind(null,1375))},uPicker:function(){return Promise.all([n.e("common/vendor"),n.e("uni_modules/uview-ui/components/u-picker/u-picker")]).then(n.bind(null,1589))}}}catch(u){if(-1===u.message.indexOf("Cannot find module")||-1===u.message.indexOf(".vue"))throw u;console.error(u.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var e=this,t=e.$createElement;e._self._c;e._isMounted||(e.e0=function(t){e.fromShow=!0},e.e1=function(t){e.exchange=!e.exchange},e.e2=function(t){e.toShow=!0},e.e3=function(t){e.fromShow=!1},e.e4=function(t){e.fromShow=!1},e.e5=function(t){e.toShow=!1},e.e6=function(t){e.toShow=!1})},a=!1,r=[];i._withStripped=!0},1141:function(e,t,n){"use strict";n.r(t);var o=n(1142),i=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=i.a},1142:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=function(){Promise.all([n.e("common/vendor"),n.e("uni_modules/uview-ui/components/u-picker/u-picker")]).then(function(){return resolve(n(1589))}.bind(null,n)).catch(n.oe)},i=function(){n.e("subPageC/components/zero-markdown-view/components/zero-markdown-view/zero-markdown-view").then(function(){return resolve(n(1548))}.bind(null,n)).catch(n.oe)},a={components:{UPicker:o,ZeroMarkdownView:i},data:function(){return{rootPath:this.$config.ROOTPATH,imageSrc:"",imageTitle:"",search_result:[],ActiveText:"",resultText:"",exchange:!1,fromShow:!1,toShow:!1,ActiveFrom:{id:0,value:"auto",label:"自动识别"},fromRange:[[{id:0,value:"auto",label:"自动识别"},{id:1,value:"zh",label:"中文"},{id:2,value:"en",label:"英语"},{id:3,value:"jp",label:"日语"},{id:4,value:"kor",label:"韩语"},{id:5,value:"fra",label:"法语"},{id:6,value:"spa",label:"西班牙语"},{id:7,value:"ara",label:"阿拉伯语"},{id:8,value:"de",label:"德语"}]],ActiveTo:{id:1,value:"zh",label:"中文"},toRange:[[{id:1,value:"zh",label:"中文"},{id:2,value:"en",label:"英语"},{id:3,value:"jp",label:"日语"},{id:4,value:"kor",label:"韩语"},{id:5,value:"fra",label:"法语"},{id:6,value:"spa",label:"西班牙语"},{id:7,value:"ara",label:"阿拉伯语"},{id:8,value:"de",label:"德语"}]]}},onLoad:function(){},methods:{chooseImage:function(){var t=this,n=this;this.ActiveText="",this.resultText="",e.chooseMedia({count:1,sizeType:["compressed"],mediaType:["image"],sourceType:["camera","album"],success:function(o){n.imageSrc=o.tempFiles[0].tempFilePath,e.showLoading({title:"识别中..."}),t.task=e.uploadFile({url:t.rootPath+"/app-api/wechatshop/toolIdentify/identifyText",filePath:n.imageSrc,name:"file",formData:{file:n.imageSrc},success:function(o){var i=JSON.parse(o.data);console.log("====",i),e.showToast({title:"识别成功",icon:"success",duration:1e3}),null!==i.data?i.data.forEach((function(e){t.ActiveText=t.ActiveText+e.words+"\n"})):t.ActiveText="",n.gotoTranslate()},fail:function(t){e.showModal({content:t.errMsg,showCancel:!1})},complete:function(n){e.hideLoading(),t.task=null}})},fail:function(e){console.log("chooseImage fail",e)}})},changeFrom:function(e){this.fromShow=!1,this.ActiveFrom=e.value[0],this.gotoTranslate()},changeTo:function(e){this.toShow=!1,this.ActiveTo=e.value[0],this.gotoTranslate()},gotoTranslate:function(){var t,n=this;this.ActiveFrom.value==this.ActiveTo.value?this.resultText=this.ActiveText:(t=this.exchange?{query:this.ActiveText,from:this.ActiveTo.value,to:this.ActiveFrom.value}:{query:this.ActiveText,from:this.ActiveFrom.value,to:this.ActiveTo.value},this.$Request.post(this.$config.getTtranslate,t,"json","",!1,!0).then((function(t){console.log("==============",t),-1==t.code?e.showToast({title:"翻译失败,请重试!",icon:"",duration:2e3}):(n.resultText="",t.data.forEach((function(e){n.resultText=n.resultText+e.dst+"
"})),n.resultText=n.resultText.replaceAll("\n","
"))})))}}};t.default=a}).call(this,n(2)["default"])},1143:function(e,t,n){"use strict";n.r(t);var o=n(1144),i=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=i.a},1144:function(e,t,n){}},[[1137,"common/runtime","common/vendor"]]]); //# sourceMappingURL=../../../.sourcemap/mp-weixin/subPageC/translate/index.js.map \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxml b/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxml index 91595f8..a24ab14 100644 --- a/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxml +++ b/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxml @@ -1 +1 @@ -{{leftText}}{{title}}{{rightText}} \ No newline at end of file +{{leftText}}{{title}}{{rightText}} \ No newline at end of file diff --git a/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxss b/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxss index 48120ae..a39edb8 100644 --- a/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxss +++ b/unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.wxss @@ -25,10 +25,10 @@ /* 透明度 */ /* 文章场景相关 */ .uni-nav-bar-text.data-v-6bda1a90 { - font-size: 14px; + font-size: 16px; } .uni-nav-bar-right-text.data-v-6bda1a90 { - font-size: 12px; + font-size: 16px; } .uni-navbar__content.data-v-6bda1a90 { position: relative; @@ -81,7 +81,7 @@ flex-direction: row; align-items: center; justify-content: center; - font-size: 12px; + font-size: 16px; overflow: hidden; } .uni-navbar__placeholder-view.data-v-6bda1a90 {